.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
}

@media (max-width: 1199px) {
	.banner {
		padding-top: 70px;
	}
}

@media (max-width: 991px) {
	.banner .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

.banner .slickbanner .item {
	position: relative;
	display: block;
}

.banner .slickbanner .item .img-box {
	z-index: 0;
	display: block;
	padding-bottom: 32.55208333%;
}

.banner .slickbanner .item .img-box img {
	display: block;
	width: 100%;
}

.banner .slick-dots {
	position: absolute;
	bottom: 40px;
	left: 50%;
	display: block;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}

@media (max-width: 1469px) {
	.banner .slick-dots {
		bottom: 30px;
	}
}

@media (max-width: 991px) {
	.banner .slick-dots {
		bottom: 20px;
	}
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 10px;
	cursor: pointer;
	border-radius: 50%;
}

@media (max-width: 767px) {
	.banner .slick-dots li {
		width: 12px;
		height: 12px;
		margin: 0 5px;
	}
}

.banner .slick-dots li:before {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	width: 10px;
	height: 10px;
	margin: auto;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #fff;
}

.banner .slick-dots li button {
	display: none;
}

.banner .slick-dots li button:hover {
	opacity: .85;
}

.banner .slick-dots .slick-active {
	background-color: rgba(255, 255, 255, .3);
}

.banner .slick-dots .slick-active:before {
	width: 8px;
	height: 8px;
}

.banner .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

@media (max-width: 991px) {
	.banner .slick-arrow {
		left: 13%;
	}
}

.banner .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 30px;
	font-style: normal;
	line-height: 74px;
	display: block;
	width: 74px;
	height: 74px;
	content: '\e727';
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, .4);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.banner .slick-arrow:before {
		font-size: 25px;
		line-height: 60px;
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 991px) {
	.banner .slick-arrow:before {
		font-size: 20px;
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
}

.banner .slick-arrow:hover:before {
	background-color: rgba(0, 0, 0, .6);
}

.banner .slick-next {
	right: 50px;
	left: auto;
}

@media (max-width: 991px) {
	.banner .slick-next {
		right: 13%;
	}
}

.banner .slick-next:before {
	content: '\e728';
}

.title {
	position: relative;
	text-align: center;
}

.title b {
	font-size: 36px;
	font-weight: normal;
	line-height: 1;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #373737;
}

@media (max-width: 991px) {
	.title b {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.title b {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.title b {
		font-size: 20px;
	}
}

.title b:before {
	display: inline-block;
	width: 8px;
	height: 2px;
	margin-right: 15px;
	content: '';
	vertical-align: middle;
	background-color: #056caf;
}

.title b:after {
	display: inline-block;
	width: 8px;
	height: 2px;
	margin-left: 15px;
	content: '';
	vertical-align: middle;
	background-color: #056caf;
}

.title span {
	font-size: 16px;
	line-height: 1;
	display: block;
	opacity: 1;
	color: #666; padding-top: 65px;
}

@media (max-width: 1199px) {
	/*.title span {
		font-size: 40px;
	}*/
}

@media (max-width: 991px) {
	/*.title span {
		font-size: 30px;
	}*/
}

/*@media (max-width: 767px) {
	.title span {
		font-size: 28px;
	}
}

@media (max-width: 480px) {
	.title span {
		font-size: 20px;
	}
}*/

.padt {
	padding-top: 100px;
}

.padd {
	padding: 100px 0;
}

.lists {
	margin-top: 30px;
}

@media (max-width: 1199px) {
	.padt {
		padding-top: 60px;
	}
	.padd {
		padding: 60px 0;
	}
}

@media (max-width: 991px) {
	.padt {
		padding-top: 50px;
	}
	.padd {
		padding: 50px 0;
	}
}

@media (max-width: 767px) {
	.padd {
		padding: 40px 0;
	}
	.padt {
		padding-top: 40px;
	}
	.lists {
		margin-top: 20px;
	}
}

.ff {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.txt-over1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wrapper {
	overflow: hidden;
}




.index_foreign {
	padding-top: 45px;
}

@media (max-width: 767px) {
	.index_foreign {
		padding-top: 40px;
	}
}

@media (max-width: 1199px) {
	.index_foreign .list ul li {
		width: 50% !important;
	}
}

@media (max-width: 767px) {
	.index_foreign .list ul li {
		width: 100% !important;
	}
}

.index_title
{
    text-align: center;
	margin-top:20px;
}
.index_title:after
{
    display: block;

    width: 30px;
    height: 3px;
    margin: 25px auto 0;

    content: '';

    background-color: #056caf;
}
@media (max-width: 767px)
{
    .index_title:after
    {
        margin-top: 15px;
    }
}
.index_title h3
{
    font-size: 36px;

    margin: 0 0 15px;

    color: #000;
}
@media (max-width: 1199px)
{
    .index_title h3
    {
        font-size: 32px;
    }
}
@media (max-width: 991px)
{
    .index_title h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .index_title h3
    {
        font-size: 26px;
    }
}
.index_title h3 span
{
    color: #056caf;
}
.index_title p
{
    font-size: 14px;
    line-height: 1.6;

    width: 70%;
    margin: 0 auto;

    color: #666;
}

.index_foreign .list ul li:nth-child(1) .item:hover .tit:before {
	background: url(../images/icon_trade1-1.png) no-repeat center;
	background-size: cover;
}
.index_foreign .list ul li:nth-child(1) .item .tit:before {
	width: 58px;
	height: 63px;
	margin:0 auto 45px;
	content: '';
	background: url(../images/icon_trade1.png) no-repeat center;
	background-size: cover;
}

.index_foreign .list ul li:nth-child(2) .item:hover .tit:before {
	background: url(../images/icon_trade2-1.png) no-repeat center;
	background-size: cover;
}

.index_foreign .list ul li:nth-child(2) .item .tit:before {
	width: 58px;
	height: 63px;
	margin:0 auto 45px;
	content: '';
	background: url(../images/icon_trade2.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 1199px) {
	.index_foreign .list ul li:nth-child(2) .item .tit:before {
		width: 46px;
		height: 50px;
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.index_foreign .list ul li:nth-child(2) .item .tit:before {
		width: 38px;
		height: 41px;
		margin-top: 15px;
	}
}

.index_foreign .list ul li:nth-child(3) .item:hover .tit:before {
	background: url(../images/icon_trade3-1.png) no-repeat center;
	background-size: cover;
}
.index_foreign .list ul li:nth-child(3) .item .tit:before {
		width: 58px;
	height: 63px;
	margin:0 auto 45px;
	content: '';
	background: url(../images/icon_trade3.png) no-repeat center;
	background-size: cover;
}

.index_foreign .list ul li:nth-child(4) .item:hover .tit:before {
	background: url(../images/icon_trade4-1.png) no-repeat center;
	background-size: cover;
}
.index_foreign .list ul li:nth-child(4) .item .tit:before {
	width: 58px;
	height: 63px;
	margin:0 auto 45px;
	content: '';
	background: url(../images/icon_trade4.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 1199px) {
	.index_foreign .list ul li:nth-child(4) .item .tit:before {
		font-size: 70px;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.index_foreign .list ul li:nth-child(4) .item .tit:before {
		font-size: 56px;
		margin-bottom: 20px;
	}
}

.index_foreign .item {
	margin-bottom: 40px;
	text-align: center;
	-webkit-transition: .5s;
    transition: .5s;
	
}

@media (min-width: 1200px) {
	.index_foreign .item:hover {
		background-color: #056caf;
		transform: translateY(-15px);
		box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .2);
		
		
	}
	.index_foreign .item:hover .bg {
		background-color: #056caf;
		box-shadow: none;
	}
	.index_foreign .item:hover .tit:after {
		-webkit-transform: translateY(15px);
		-ms-transform: translateY(15px);
		transform: translateY(15px);
		color: #fff;
	}
	.index_foreign .item:hover .tit a {
		color: #fff;
	}
	.index_foreign .item:hover .tit span {
		color: #fff;
	}
	.index_foreign .item:hover .tit span:after {
		background-color: #fff;
	}
	.index_foreign .item:hover .txt p {
		color: #fff;
	}
	.index_foreign .item:hover .more_btn a {
		color: #056caf;
		background-color: #fff;
	}
}

@media (max-width: 1199px) {
	.index_foreign .item {
		margin-bottom: 30px;
		padding: 0;
	}
}

.index_foreign .item .bg {
	padding: 45px 35px 40px 35px;
	-webkit-transition: all .35s;
	transition: all .35s;
	background-color: #e8e8e8;
	/*box-shadow: 0 2px 13px 0 rgba(206, 206, 206, .64);*/
}

@media (max-width: 1199px) {
	.index_foreign .item .bg {
		padding: 35px 15px 30px 15px;
	}
}

.index_foreign .item .tit:before {
	font-family: 'iconfont' !important;
	font-size: 70px;
	font-style: normal;
	line-height: 1;
	display: block;
	height: 65px;
	margin:0 auto 45px;
	content: '\e600';
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #373737;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.index_foreign .item .tit:after {
		font-size: 55px;
		height: 55px;
	}
}

@media (max-width: 767px) {
	.index_foreign .item .tit:after {
		font-size: 45px;
		height: 45px;
	}
}

.index_foreign .item .tit a {
	font-size: 18px;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	-webkit-transition: all .35s;
	transition: all .35s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #373737;
}

@media (max-width: 1199px) {
	.index_foreign .item .tit a {
		font-size: 26px;
	}
}

@media (max-width: 991px) {
	.index_foreign .item .tit a {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.index_foreign .item .tit a {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.index_foreign .item .tit a {
		font-size: 18px;
	}
}

.index_foreign .item .tit span {
	font-size: 14px;
	line-height: 1.71428571;
	display: block;
	margin-top: 10px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #858585;
}

.index_foreign .item .tit span:after {
	display: block;
	width: 40px;
	height: 2px;
	margin: auto;
	margin-top: 10px;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s;
	background-color: #d4d4d4;
}

.index_foreign .item .txt {
	margin-top: 50px;
}

@media (max-width: 1199px) {
	.index_foreign .item .txt {
		margin-top: 20px;
		padding: 0 30px;
	}
}

.index_foreign .item .txt p {
	font-size: 14px;
	line-height: 2.14285714;
	display: -webkit-box;
	overflow: hidden;
	height: 60px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #858585;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 767px) {
	.index_foreign .item .txt p {
		line-height: 1.85714286;
		height: auto;
	}
}

.index_foreign .item .more_btn {
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.index_foreign .item .more_btn {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.index_foreign .item .more_btn {
		margin-top: 20px;
	}
}

.index_foreign .item .more_btn a {
	line-height: 35px;
    display: block;
    width: 120px;
    height: 35px;
    margin: 40px auto 0;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    border-radius: 5px;
    background-color: #056caf;
}

@media (max-width: 767px) {
	.index_foreign .item .more_btn a {
		font-size: 15px;
		line-height: 2.66666667;
	}
}

@media (max-width: 480px) {
	.index_foreign .item .more_btn a {
		font-size: 14px;
	}
}

@media (max-width: 1199px) {
	.index_server {
		margin-top: 20px;
	}
}

.index_server .list {
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.index_server .list {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.index_server .list {
		margin-top: 0;
	}
}

.index_server .list ul li:nth-child(1) .item .info .ser_icon:before {
	font-size: 52px;
	content: '\e623';
}

.index_server .list ul li:nth-child(2) .item .info .ser_icon:before {
	content: '\e73d';
}

.index_server .list ul li:nth-child(3) .item .info .ser_icon:before {
	font-size: 35px;
	content: '\e683';
}

.index_server .list .item {
	position: relative;
	overflow: hidden;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(164, 164, 164, .27);
}

@media (min-width: 1200px) {
	.index_server .list .item:hover {
		background-color: #056caf;
	}
	.index_server .list .item:hover .info {
		-webkit-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		transform: translateY(-50px);
		background-color: #056caf;
	}
	.index_server .list .item:hover .info .ser_icon {
		background-color: #056caf;
	}
	.index_server .list .item:hover .info .ser_icon:before {
		color: #fff;
	}
	.index_server .list .item:hover .info .note a,
	.index_server .list .item:hover .info .note p {
		color: #fff;
	}
}

@media (max-width: 991px) {
	.index_server .list .item {
		margin-top: 30px;
	}
}

.index_server .list .item .pic {
	display: block;
}

.index_server .list .item .pic .img-box {
	padding-bottom: 46.66666667%;
}

.index_server .list .item .info {
	position: relative;
	height: 150px;
	padding-top: 40px;
	-webkit-transition: all .35s;
	transition: all .35s;
	background-color: #fff;
}

.index_server .list .item .info .ser_icon {
	position: absolute;
	top: -35px;
	right: 0;
	left: 0;
	width: 70px;
	height: 70px;
	margin: auto;
	border-radius: 50%;
	background-color: #fff;
}

.index_server .list .item .info .ser_icon:before {
	font-family: 'iconfont' !important;
	font-size: 32px;
	font-style: normal;
	line-height: 70px;
	display: block;
	color: #373737;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_server .list .item .info .note {
	padding: 0 50px;
}

@media (max-width: 1199px) {
	.index_server .list .item .info .note {
		padding: 0 20px;
	}
}

.index_server .list .item .info .note a {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	letter-spacing: 1px;
	color: #373737;
}

@media (max-width: 480px) {
	.index_server .list .item .info .note a {
		font-size: 16px;
	}
}

.index_server .list .item .info .note p {
	font-size: 14px;
	line-height: 2.14285714;
	display: -webkit-box;
	overflow: hidden;
	height: 60px;
	margin-top: 5px;
	color: #858585;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
	.index_server .list .item .info .note p {
		line-height: 1.78571429;
		height: 50px;
		margin-top: 15px;
	}
}

.index_server .list .item .info .more {
	padding: 20px 0 30px;
}

.index_server .list .item .info .more a {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	color: #fff;
}

.index_server .list .item .info .more a:hover {
	text-decoration: underline !important;
}

.index_transport {
	padding-top: 50px;
}

@media (max-width: 1199px) {
	.index_transport {
		padding-top: 40px;
	}
}

.index_transport .list {
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.index_transport .list {
		margin-top: 30px;
	}
}

.index_transport .list ul li {
	position: relative;
	margin-bottom: 40px;
	padding: 0 60px;
}

@media (max-width: 1469px) {
	.index_transport .list ul li {
		padding: 0 40px;
	}
}

@media (max-width: 1199px) {
	.index_transport .list ul li {
		padding: 0 30px;
	}
}

@media (max-width: 480px) {
	.index_transport .list ul li {
		margin-bottom: 30px;
	}
}

.index_transport .list ul li:after {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 1px;
	height: 98px;
	content: '';
	background-color: #e2e2e2;
}

.index_transport .list ul li:nth-child(3) .item .tran_icon {
	padding-top: 10px;
}

.index_transport .list ul li:last-child:after {
	display: none;
}

.index_transport .list .item {
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
}

.index_transport .list .item:hover {
	border-radius: 17px;
	background-color: #fff;
	box-shadow: 0 7px 8px 0 rgba(213, 30, 32, .3);
}

.index_transport .list .item:hover .tran_icon {
	-webkit-animation: swing 1s 0s ease both;
	animation: swing 1s 0s ease both;
}

.index_transport .list .item .tran_icon {
	height: 55px;
}

@media (max-width: 480px) {}

.index_transport .list .item .info b {
	font-size: 18px;
	line-height: 1.33333333;
	display: block;
	margin: 30px 0 20px;
	color: #373737;
}

@media (max-width: 991px) {
	.index_transport .list .item .info b {
		margin: 20px 0 10px;
	}
}

@media (max-width: 480px) {
	.index_transport .list .item .info b {
		font-size: 16px;
	}
}

.index_transport .list .item .info span {
	font-size: 16px;
	line-height: 1.5;
	display: block;
	padding-bottom: 10px;
	color: #056caf;
}

@media (max-width: 480px) {
	.index_transport .list .item .info span {
		font-size: 15px;
	}
}

.index_about {
	padding: 0 110px;
}

@media (max-width: 1685px) {
	.index_about {
		padding: 0 30px;
	}
}

@media (max-width: 1260px) {
	.index_about {
		padding: 0 10px;
	}
}

.index_about .ab_content {
	padding: 40px 0;
	background-color: #fff;
	box-shadow: 0 4px 65px 0 rgba(144, 144, 144, .22);
	margin-bottom:20px;
}

.index_about .list {
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.index_about .list {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.index_about .list {
		margin-top: 20px;
	}
}

.index_about .list .left {
	position: relative;
}

.index_about .list .left .tit span {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.15384615;
	display: block;
	letter-spacing: 1px;
	color: #056caf;
}

@media (max-width: 1199px) {
	.index_about .list .left .tit span {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.index_about .list .left .tit span {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.index_about .list .left .tit span {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.index_about .list .left .tit span {
		font-size: 16px;
	}
}

.index_about .list .left .tit h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #373737;
}

@media (max-width: 1199px) {
	.index_about .list .left .tit h1 {
		font-size: 26px;
	}
}

@media (max-width: 991px) {
	.index_about .list .left .tit h1 {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.index_about .list .left .tit h1 {
		font-size: 22px;
		margin: 10px 0;
	}
}

@media (max-width: 480px) {
	.index_about .list .left .tit h1 {
		font-size: 20px;
	}
}

.index_about .list .left .note {
	margin-top: 20px;
	padding-right: 30px;
}

@media (max-width: 1469px) {
	.index_about .list .left .note {
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.index_about .list .left .note {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.index_about .list .left .note {
		margin-top: 10px;
	}
}

.index_about .list .left .note p {
	font-size: 14px;
	line-height: 2.14285714;
	text-indent: 2em;
	color: #545454;
}

.index_about .list .left .more {
	margin-top: 60px;
}

@media (max-width: 1469px) {
	.index_about .list .left .more {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.index_about .list .left .more {
		margin-top: 20px;
	}
}

.index_about .list .left .more a {
	font-size: 16px;
	line-height: 2.75;
	display: block;
	width: 142px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #9b9b9b;
	border-radius: 22px;
	background-color: #fff;
	box-shadow: 0 2px 8px 0 rgba(144, 144, 144, .31);
}

@media (max-width: 480px) {
	.index_about .list .left .more a {
		font-size: 15px;
		line-height: 2.66666667;
	}
}

.index_about .list .left .more a:hover {
	color: #fff;
	background-color: #056caf;
}

@media (max-width: 991px) {
	.index_about .list .right {
		margin-top: 30px;
	}
}

/*.index_about .list .right .index_vv {
	position: relative;
}

.index_about .list .right .index_vv .video {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.index_about .list .right .index_vv .video:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all ease .45s;
	transition: all ease .45s;
	opacity: 1;
	background-color: rgba(0, 0, 0, .22);
}

.index_about .list .right .index_vv .video:hover:before {
	opacity: 0;
}

.index_about .list .right .index_vv .video .img-box {
	padding-bottom: 66.91176471%;
	background-color: #000;
}

.index_about .list .right .index_vv .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.index_about .list .right .index_vv .video .video-box {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.index_about .list .right .index_vv .video .video-box:before {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	width: 98px;
	height: 98px;
	margin: auto;
	content: '';
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background: url(../images/icon_play.png) no-repeat center;
	background-size: cover;
}
*/
@media (max-width: 1469px) {
	.index_about .list .right .index_vv .video .video-box:before {
		width: 90px;
		height: 90px;
	}
}

@media (max-width: 1199px) {
	.index_about .list .right .index_vv .video .video-box:before {
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 991px) {
	.index_about .list .right .index_vv .video .video-box:before {
		width: 70px;
		height: 70px;
	}
}

@media (max-width: 600px) {
	.index_about .list .right .index_vv .video .video-box:before {
		width: 60px;
		height: 60px;
	}
}

.index_about .list .right .index_vv .video .video-box .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.index_group {
	padding-top: 50px;
	padding-bottom: 30px;
}

@media (max-width: 1199px) {
	.index_group {
		padding-top: 40px;
	}
}

/*.index_group .title {
	text-align: left;
}
*/
.index_group .list {
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.index_group .list {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.index_group .list {
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.index_case {
		padding-bottom: 20px;
	}
}

@media (max-width: 480px) {
	.index_case .list ul li {
		width: 100% !important;
	}
}

.index_case .item {
	display: block;
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 1px 2px 8px 0 rgba(65, 65, 65, .1);
}

@media (max-width: 480px) {
	.index_case .item {
		margin-bottom: 20px;
	}
}

.index_case .item:hover .info {
	background-color: #056caf;
}

.index_case .item:hover .info p {
	color: #fff;
}

.index_case .item .img-box {
	padding-bottom: 51.51515152%;
}

.index_case .item .info {
	position: relative;
	padding: 0 20px;
	-webkit-transition: all .35s;
	transition: all .35s;
}

@media (max-width: 480px) {
	.index_case .item .info {
		padding: 0 20px;
	}
}

.index_case .item .info p {
	font-size: 16px;
	line-height: 2.8125;
	overflow: hidden;
	padding-right: 30px;
	-webkit-transition: all .35s;
	transition: all .35s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #373737;
}

@media (max-width: 480px) {
	.index_case .item .info p {
		font-size: 15px;
	}
}

.index_case .item .info span {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 20px;
	display: block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_case .item .info span:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 45px;
	display: block;
	content: '\e608';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_news .item {
	display: block;
	margin-bottom: 15px;
	padding: 16px 0 16px 18px;
	-webkit-transition: all .35s;
	transition: all .35s;
	border: solid 1px #f8f8f8;
	background-color: #fff;
	box-shadow: 1px 2px 13px 0 rgba(125, 125, 125, .18);
}

@media (max-width: 480px) {
	.index_news .item {
		padding: 10px 0 10px 10px;
	}
}

.index_news .item:hover {
	background-color: #056caf;
}

.index_news .item:hover .info .more span,
.index_news .item:hover .info .more p {
	color: #fff;
}

.index_news .item:hover .info b,
.index_news .item:hover .info p {
	color: #fff;
}

.index_news .item .pic {
	width: 25.374%;
}

@media (max-width: 480px) {
	.index_news .item .pic {
		width: 30%;
	}
}

.index_news .item .pic .img-box {
	padding-bottom: 64.70588235%;
}

.index_news .item .info {
	width: 73.626%;
	padding: 0 35px;
}

@media (max-width: 1469px) {
	.index_news .item .info {
		padding: 0 20px 0 15px;
	}
}

@media (max-width: 480px) {
	.index_news .item .info {
		width: 70%;
	}
}

.index_news .item .info .more {
	padding: 10px 0 5px;
}

@media (max-width: 1469px) {
	.index_news .item .info .more {
		padding: 0;
	}
}

.index_news .item .info .more span {
	font-size: 14px;
	line-height: 2.14285714;
	display: block;
	float: left;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #999;
}

@media (max-width: 480px) {
	.index_news .item .info .more span {
		font-size: 13px;
		line-height: 1.4;
	}
}

.index_news .item .info .more p {
	font-size: 14px;
	line-height: 2.14285714;
	float: right;
	margin-top: 0;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #999;
}

@media (max-width: 480px) {
	.index_news .item .info .more p {
		font-size: 13px;
		line-height: 1.4;
	}
}

.index_news .item .info b {
	font-size: 16px;
	line-height: 1.875;
	display: block;
	overflow: hidden;
	-webkit-transition: all .35s;
	transition: all .35s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #373737;
}

@media (max-width: 480px) {
	.index_news .item .info b {
		font-size: 15px;
	}
}

.index_news .item .info p {
	font-size: 14px;
	line-height: 1.85714286;
	overflow: hidden;
	margin-top: 3px;
	-webkit-transition: all .35s;
	transition: all .35s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #999;
}

@media (max-width: 1469px) {
	.index_news .item .info p {
		margin-top: 0;
	}
}

@media (max-width: 480px) {
	.index_news .item .info p {
		line-height: 1.42857143;
	}
}

.shipment_query {
	display: none;
	padding-top: 50px;
}

@media (max-width: 1199px) {
	.shipment_query {
		padding-top: 40px;
	}
}

@media (max-width: 991px) {
	.shipment_query {
		padding-top: 30px;
	}
}

@media (max-width: 1469px) {
	.shipment_query .shipment_form .tit {
		float: none;
	}
}

.shipment_query .shipment_form .tit p {
	font-size: 30px;
	line-height: 2;
	letter-spacing: 3px;
	color: #373737;
}

@media (max-width: 1469px) {
	.shipment_query .shipment_form .tit p {
		font-size: 28px;
	}
}

@media (max-width: 1199px) {
	.shipment_query .shipment_form .tit p {
		font-size: 24px;
		line-height: 1.2;
	}
}

@media (max-width: 991px) {
	.shipment_query .shipment_form .tit p {
		font-size: 22px;
		letter-spacing: 1px;
	}
}

@media (max-width: 767px) {
	.shipment_query .shipment_form .tit p {
		font-size: 20px;
	}
}

@media (max-width: 1469px) {
	.shipment_query .shipment_form .form_ipt {
		float: none;
		margin-top: 10px;
	}
}

@media (max-width: 1199px) {
	.shipment_query .shipment_form .form_ipt {
		margin-top: 15px;
	}
}

.shipment_query .shipment_form .form_ipt .address_box {
	position: relative;
	overflow: hidden;
	width: 460px;
	height: 60px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
}

@media (max-width: 1469px) {
	.shipment_query .shipment_form .form_ipt .address_box {
		width: 410px;
	}
}

@media (max-width: 1199px) {
	.shipment_query .shipment_form .form_ipt .address_box {
		width: 348px;
	}
}

@media (max-width: 991px) {
	.shipment_query .shipment_form .form_ipt .address_box {
		float: none;
		width: 100%;
		height: 50px;
	}
}

@media (max-width: 767px) {
	.shipment_query .shipment_form .form_ipt .address_box {
		height: 45px;
	}
}

.shipment_query .shipment_form .form_ipt .address_box label {
	font-size: 18px;
	font-weight: normal;
	line-height: 3.33333333;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	padding-left: 45px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #3a3a3c;
}

@media (max-width: 991px) {
	.shipment_query .shipment_form .form_ipt .address_box label {
		font-size: 16px;
		line-height: 3.125;
	}
}

@media (max-width: 767px) {
	.shipment_query .shipment_form .form_ipt .address_box label {
		line-height: 2.8125;
		padding-left: 40px;
	}
}

.shipment_query .shipment_form .form_ipt .address_box label:before {
	font-family: 'iconfont' !important;
	font-size: 21px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	content: '\e60d';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #056caf;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.shipment_query .shipment_form .form_ipt .address_box label:before {
		left: 13px;
	}
}

.shipment_query .shipment_form .form_ipt .address_box input {
	font-size: 18px;
	line-height: 60px;
	display: block;
	width: 100%;
	height: 60px;
	padding: 0 20px 0 115px;
	color: #222;
	border: none;
	border-radius: 10px;
	background-color: #fff;
}

@media (max-width: 991px) {
	.shipment_query .shipment_form .form_ipt .address_box input {
		font-size: 16px;
		line-height: 50px;
		height: 50px;
		padding: 0 20px 0 110px;
	}
}

@media (max-width: 767px) {
	.shipment_query .shipment_form .form_ipt .address_box input {
		font-size: 15px;
		line-height: 46px;
		height: 45px;
		padding: 0 15px 0 100px;
	}
}

.shipment_query .shipment_form .form_ipt .address_box input::-webkit-input-placeholder,
.shipment_query .shipment_form .form_ipt .address_box textarea::-webkit-input-placeholder {
	color: #b0b0b0;
}

.shipment_query .shipment_form .form_ipt .address_box input:-o-placeholder,
.shipment_query .shipment_form .form_ipt .address_box textarea:-o-placeholder {
	color: #b0b0b0;
}

.shipment_query .shipment_form .form_ipt .address_box input::-moz-placeholder,
.shipment_query .shipment_form .form_ipt .address_box textarea::-moz-placeholder {
	color: #b0b0b0;
}

.shipment_query .shipment_form .form_ipt .address_box input:-ms-input-placeholder,
.shipment_query .shipment_form .form_ipt .address_box textarea:-ms-input-placeholder {
	color: #b0b0b0;
}

.shipment_query .shipment_form .form_ipt .address_box input:focus::-webkit-input-placeholder,
.shipment_query .shipment_form .form_ipt .address_box textarea:focus::-webkit-input-placeholder {
	color: #e3e3e3;
}

.shipment_query .shipment_form .form_ipt .address_box input:focus::-o-placeholder,
.shipment_query .shipment_form .form_ipt .address_box textarea:focus::-o-placeholder {
	color: #e3e3e3;
}

.shipment_query .shipment_form .form_ipt .address_box input:focus::-moz-placeholder,
.shipment_query .shipment_form .form_ipt .address_box textarea:focus::-moz-placeholder {
	color: #e3e3e3;
}

.shipment_query .shipment_form .form_ipt .address_box input:focus::-ms-input-placeholder,
.shipment_query .shipment_form .form_ipt .address_box textarea:focus::-ms-input-placeholder {
	color: #e3e3e3;
}

.shipment_query .shipment_form .form_ipt .end label:before {
	font-size: 18px;
	content: '\e60c';
}

@media (max-width: 767px) {
	.shipment_query .shipment_form .form_ipt .end label:before {
		left: 15px;
	}
}

.shipment_query .shipment_form .form_ipt .icon_change {
	width: 33px;
	margin: 0 20px;
	cursor: pointer;
}

@media (max-width: 991px) {
	.shipment_query .shipment_form .form_ipt .icon_change {
		float: none;
		width: 30px;
		margin: auto;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media (max-width: 480px) {
	.shipment_query .shipment_form .form_ipt .icon_change {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.shipment_query .shipment_form .form_ipt .icon_change:before {
	font-family: 'iconfont' !important;
	font-size: 30px;
	font-style: normal;
	line-height: 60px;
	display: block;
	content: '\e672';
	color: #056caf;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.shipment_query .shipment_form .form_ipt .icon_change:before {
		font-size: 26px;
		line-height: 1;
	}
}

.shipment_query .shipment_form .form_ipt .submit_btn {
	padding-left: 40px;
}

@media (max-width: 1199px) {
	.shipment_query .shipment_form .form_ipt .submit_btn {
		padding-left: 20px;
	}
}

@media (max-width: 991px) {
	.shipment_query .shipment_form .form_ipt .submit_btn {
		float: none;
		padding: 0;
	}
}

.shipment_query .shipment_form .form_ipt .submit_btn button {
	font-size: 18px;
	line-height: 3.33333333;
	display: block;
	width: 196px;
	height: 60px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	border-radius: 10px;
	background-color: #056caf;
}

@media (max-width: 1199px) {
	.shipment_query .shipment_form .form_ipt .submit_btn button {
		width: 150px;
	}
}

@media (max-width: 991px) {
	.shipment_query .shipment_form .form_ipt .submit_btn button {
		font-size: 16px;
		line-height: 2.8125;
		height: 45px;
		margin: auto;
		margin-top: 20px;
	}
}

@media (max-width: 480px) {
	.shipment_query .shipment_form .form_ipt .submit_btn button {
		font-size: 15px;
		line-height: 42px;
		width: 120px;
		height: 40px;
		margin-top: 15px;
	}
}

.shipment_query .shipment_form .form_ipt .submit_btn button:hover {
	opacity: .85;
}

.shipment_query .note {
	padding: 30px 0 0 190px;
}

@media (max-width: 1469px) {
	.shipment_query .note {
		padding: 30px 0 0 0;
	}
}

@media (max-width: 1199px) {
	.shipment_query .note {
		padding: 20px 0 0 0;
	}
}

.shipment_query .note p {
	font-size: 18px;
	line-height: 1.2;
	color: #d3d3d3;
}

@media (max-width: 1199px) {
	.shipment_query .note p {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.shipment_query .note p {
		font-size: 15px;
		line-height: 1.5;
	}
}

.pagebanner {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 0;
}

@media (max-width: 1199px) {
	.pagebanner {
		padding-top: 70px;
	}
}

.pagebanner .item {
	position: relative;
}

@media (max-width: 767px) {
	.pagebanner .item {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

.pagebanner .item .img-box {
	padding-bottom: 23.4375%;
}

.page_padd {
	padding: 50px 0;
}

@media (max-width: 991px) {
	.page_padd {
		padding: 40px 0;
	}
}

@media (max-width: 767px) {
	.page_padd {
		padding: 30px 0;
	}
}

.route_details .lists_title {
	border-radius: 4px;
	background-color: #3a3a3c;
}

.route_details .lists_title ul li {
	float: left;
}

.route_details .lists_title ul li:nth-child(1) {
	width: 20%;
}

.route_details .lists_title ul li:nth-child(2) {
	width: 20%;
}

.route_details .lists_title ul li:nth-child(3) {
	width: 20%;
}

.route_details .lists_title ul li:nth-child(4) {
	width: 20%;
}

.route_details .lists_title ul li:nth-child(5) {
	width: 20%;
}

.route_details .lists_title ul li p {
	font-size: 18px;
	font-weight: bold;
	line-height: 3.77777778;
	text-align: center;
	color: #fff;
}

@media (max-width: 1199px) {
	.route_details .lists_title ul li p {
		font-size: 16px;
		line-height: 3.5;
	}
}

@media (max-width: 991px) {
	.route_details .lists_title ul li p {
		font-size: 15px;
		line-height: 3.33333333;
	}
}

@media (max-width: 767px) {
	.route_details .lists_title ul li p {
		font-size: 14px;
		line-height: 3.42857143;
	}
}

.route_details .list {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.route_details .list {
		margin-top: 20px;
	}
}

.route_details .list ul li {
	margin-bottom: 30px;
	padding: 35px 0 0 0;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 18px 0 rgba(116, 116, 116, .14);
}

@media (max-width: 767px) {
	.route_details .list ul li {
		padding: 20px 0 0 0;
	}
}

@media (max-width: 580px) {
	.route_details .list ul li {
		margin-bottom: 20px;
	}
}

.route_details .list .info_box {
	padding-bottom: 20px;
}

@media (max-width: 580px) {
	.route_details .list .info_box {
		position: relative;
		z-index: 2;
		overflow-x: auto;
		padding-bottom: 15px;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
}

.route_details .list .info_box .range {
	width: 20%;
	text-align: center;
}

@media (max-width: 580px) {
	.route_details .list .info_box .range {
		display: inline-block;
		float: none;
		width: 30%;
		vertical-align: middle;
	}
}

.route_details .list .info_box .pic {
	width: 120px;
	margin: auto;
	margin-top: 15px;
}

@media (max-width: 991px) {
	.route_details .list .info_box .pic {
		width: 100px;
	}
}

@media (max-width: 767px) {
	.route_details .list .info_box .pic {
		width: 90px;
		margin-top: 5px;
	}
}

@media (max-width: 580px) {
	.route_details .list .info_box .pic {
		width: 80px;
		margin-top: 0;
	}
}

.route_details .list .info_box .pic img {
	max-width: 100%;
	height: auto !important;
}

.route_details .list .info_box .note span {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	display: block;
	color: #3a3a3c;
}

@media (max-width: 1469px) {
	.route_details .list .info_box .note span {
		font-size: 28px;
	}
}

@media (max-width: 1199px) {
	.route_details .list .info_box .note span {
		font-size: 26px;
	}
}

@media (max-width: 991px) {
	.route_details .list .info_box .note span {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.route_details .list .info_box .note span {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.route_details .list .info_box .note span {
		font-size: 18px;
	}
}

.route_details .list .info_box .note p {
	font-size: 20px;
	line-height: 1.4;
	margin-top: 20px;
	color: #686868;
}

@media (max-width: 1469px) {
	.route_details .list .info_box .note p {
		font-size: 18px;
	}
}

@media (max-width: 1199px) {
	.route_details .list .info_box .note p {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.route_details .list .info_box .note p {
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	.route_details .list .info_box .note p {
		margin-top: 10px;
	}
}

@media (max-width: 580px) {
	.route_details .list .info_box .note p {
		font-size: 15px;
	}
}

.route_details .list .info_box .time {
	margin-top: 25px;
}

@media (max-width: 580px) {
	.route_details .list .info_box .time {
		margin-top: 0;
	}
}

.route_details .list .info_box .time p {
	font-size: 20px;
	line-height: 1.2;
	color: #056caf;
}

@media (max-width: 1199px) {
	.route_details .list .info_box .time p {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.route_details .list .info_box .time p {
		font-size: 16px;
	}
}

@media (max-width: 580px) {
	.route_details .list .info_box .time p {
		font-size: 15px;
	}
}

.route_details .list .msg {
	padding: 0 35px;
}

@media (max-width: 767px) {
	.route_details .list .msg {
		padding: 0 20px;
	}
}

.route_details .list .msg .txt {
	padding: 15px 0 20px;
	border-top: 1px solid #ececec;
}

@media (max-width: 767px) {
	.route_details .list .msg .txt {
		padding: 10px 0;
	}
}

.route_details .list .msg .txt p {
	font-size: 20px;
	line-height: 1.4;
	color: #686868;
}

@media (max-width: 1199px) {
	.route_details .list .msg .txt p {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.route_details .list .msg .txt p {
		font-size: 16px;
	}
}

.route_details .page {
	padding-top: 30px;
}

@media (max-width: 991px) {
	.route_details .page {
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	.route_details .page {
		padding-top: 15px;
	}
}

.page_content {
	overflow: hidden;
}

.page_content .page_left {
	width: 23.405%;
}

@media (max-width: 991px) {
	.page_content .page_left {
		float: none;
		width: 100%;
	}
}

.page_content .page_left .tit {
	padding: 15px 0;
	text-align: center;
	background-color: #3a3a3c;
}

@media (max-width: 1199px) {
	.page_content .page_left .tit {
		padding: 15px 0;
	}
}

@media (max-width: 767px) {
	.page_content .page_left .tit {
		padding: 10px 0;
	}
}

.page_content .page_left .tit b {
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 2px;
	color: #fff;
}

@media (max-width: 1199px) {
	.page_content .page_left .tit b {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.page_content .page_left .tit b {
		font-size: 16px;
		letter-spacing: 1px;
	}
}

.page_content .page_left .menu {
	position: relative;
	padding-bottom: 40px;
	background-color: #fff;
	box-shadow: 0 2px 9px 0 rgba(227, 227, 227, .69);
}

@media (max-width: 991px) {
	.page_content .page_left .menu {
		padding-bottom: 0;
	}
}

@media (max-width: 991px) {
	.page_content .page_left .menu .menu1 {
		padding: 15px 5px;
	}
}

.page_content .page_left .menu .menu1>li {
	padding: 0 40px;
	-webkit-transition: .35s;
	transition: .35s;
}

@media (max-width: 1469px) {
	.page_content .page_left .menu .menu1>li {
		padding: 0 20px;
	}
}

@media (max-width: 991px) {
	.page_content .page_left .menu .menu1>li {
		display: inline-block;
		padding: 0 6px;
	}
}

.page_content .page_left .menu .menu1>li>a {
	font-size: 16px;
	line-height: 26px;
	position: relative;
	display: block;
	padding: 14px 0 14px 18px;
	-webkit-transition: .35s;
	transition: .35s;
	color: #373737;
	border-bottom: 1px solid #ebebeb;
}

@media (max-width: 1199px) {
	.page_content .page_left .menu .menu1>li>a {
		font-size: 15px;
		padding: 12px 0 12px 15px;
	}
}

@media (max-width: 991px) {
	.page_content .page_left .menu .menu1>li>a {
		line-height: 32px;
		padding: 0;
		border-bottom: none;
	}
}

@media (max-width: 767px) {
	.page_content .page_left .menu .menu1>li>a {
		font-size: 14px;
		line-height: 30px;
	}
}

.page_content .page_left .menu .menu1>li>a:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 5px;
	height: 5px;
	content: '';
	-webkit-transition: .35s;
	transition: .35s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #efefef;
}

@media (max-width: 991px) {
	.page_content .page_left .menu .menu1>li>a:before {
		display: none;
	}
}

.page_content .page_left .menu .menu1>li:hover {
	background-color: #ebebeb;
}

@media (max-width: 991px) {
	.page_content .page_left .menu .menu1>li:hover {
		background-color: transparent;
	}
}

.page_content .page_left .menu .menu1>li:hover a {
	text-decoration: underline !important;
	color: #3a3a3c;
}

@media (max-width: 991px) {
	.page_content .page_left .menu .menu1>li:hover a {
		text-decoration: none !important;
		color: #056caf;
	}
}

.page_content .page_left .menu .menu1>li:hover a:before {
	background-color: #3a3a3c;
}

.page_content .page_left .menu .menu1 .active {
	background-color: #ebebeb;
}

@media (max-width: 991px) {
	.page_content .page_left .menu .menu1 .active {
		background-color: transparent;
	}
}

.page_content .page_left .menu .menu1 .active a {
	font-weight: bold;
	text-decoration: underline !important;
	color: #3a3a3c;
}

@media (max-width: 991px) {
	.page_content .page_left .menu .menu1 .active a {
		text-decoration: none !important;
		color: #056caf;
	}
}

.page_content .page_left .menu .menu1 .active a:before {
	background-color: #3a3a3c;
}

.page_content .page_left .menu .menu2 {
	display: none;
	margin-bottom: 20px;
	padding: 10px 0 30px 0;
	border-radius: 0 0 5px 5px;
	background-color: #fbfcfc;
	box-shadow: 0 5px 7px 0 rgba(54, 54, 53, .1);
}

.page_content .page_left .menu .menu2>li {
	line-height: 30px;
	position: relative;
	padding-left: 0;
	cursor: pointer;
}

.page_content .page_left .menu .menu2>li>a {
	font-size: 16px;
	line-height: 1.2;
	position: relative;
	display: block;
	padding: 10px 10px 10px 40px;
	-webkit-transition: .35s;
	transition: .35s;
	color: #999;
}

.page_content .page_left .menu .menu2>li>a:before {
	position: absolute;
	top: 50%;
	left: 30px;
	display: block;
	width: 5px;
	height: 5px;
	content: '';
	-webkit-transition: .35s;
	transition: .35s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	border-radius: 50%;
	background-color: #3362cc;
}

.page_content .page_left .menu .menu2>li>a:hover {
	background-color: rgba(51, 98, 204, .1);
}

.page_content .page_left .menu .menu2>li>a:hover:before {
	opacity: 1;
}

.page_content .page_left .menu .menu2 .active a {
	background-color: rgba(51, 98, 204, .1);
}

.page_content .page_left .menu .menu2 .active a:before {
	opacity: 1;
}

.page_content .page_left .menu .menu3 {
	display: none;
}

.page_content .page_left .menu .menu3>li>a {
	font-size: 14px;
	line-height: 30px;
	display: block;
	padding-left: 60px;
	-webkit-transition: .35s;
	transition: .35s;
	color: #666 !important;
}

.page_content .page_left .menu .menu3>li>a:before {
	display: none;
}

.page_content .page_left .menu .menu3>li:hover a {
	text-decoration: underline !important;
	color: #056caf !important;
}

.page_content .page_left .menu .menu3 .active a {
	text-decoration: underline !important;
	color: #056caf !important;
}

.page_content .page_right {
	width: 76.595%;
	padding-left: 30px;
}

@media (max-width: 991px) {
	.page_content .page_right {
		float: none;
		width: 100%;
		margin-top: 30px;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.page_content .page_right {
		margin-top: 20px;
	}
}

.foreign_wrap .project_leader {
	position: relative;
	padding-right: 10px;
}

@media (max-width: 630px) {
	.foreign_wrap .project_leader {
		padding-right: 0;
	}
}

.foreign_wrap .project_leader:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 52px;
	height: 212px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 10px;
	background-color: #d41719;
}

.foreign_wrap .project_leader .leader_box {
	position: relative;
	z-index: 1;
	padding: 30px 0;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 1px 2px 16px 0 rgba(163, 16, 16, .07);
}

@media (max-width: 767px) {
	.foreign_wrap .project_leader .leader_box {
		padding: 20px 0;
	}
}

.foreign_wrap .project_leader .leader_box .lef {
	position: relative;
	width: 70.194%;
	padding-left: 140px;
}

@media (max-width: 1469px) {
	.foreign_wrap .project_leader .leader_box .lef {
		padding-left: 80px;
	}
}

@media (max-width: 1199px) {
	.foreign_wrap .project_leader .leader_box .lef {
		padding-left: 20px;
	}
}

@media (max-width: 630px) {
	.foreign_wrap .project_leader .leader_box .lef {
		float: none;
		width: 100%;
	}
}

.foreign_wrap .project_leader .leader_box .lef:before {
	position: absolute;
	top: 10px;
	left: 35px;
	display: block;
	width: 60px;
	height: 54px;
	content: '';
	background: url(../images/word_icon.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 1199px) {
	.foreign_wrap .project_leader .leader_box .lef:before {
		top: -20px;
		left: 10px;
		width: 50px;
		height: 44px;
	}
}

@media (max-width: 630px) {
	.foreign_wrap .project_leader .leader_box .lef:before {
		top: 0;
		left: 35px;
	}
}

.foreign_wrap .project_leader .leader_box .lef:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	visibility: initial;
	width: 1px;
	height: 220px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 1px dashed #a1a0a0;
}

@media (max-width: 630px) {
	.foreign_wrap .project_leader .leader_box .lef:after {
		display: none;
	}
}

.foreign_wrap .project_leader .leader_box .lef .pic {
	overflow: hidden;
	width: 30.51%;
	margin-top: 12px;
	border-radius: 50%;
}

@media (max-width: 630px) {
	.foreign_wrap .project_leader .leader_box .lef .pic {
		float: none;
		width: 30%;
		margin: auto;
	}
}

.foreign_wrap .project_leader .leader_box .lef .info {
	width: 69.49%;
	padding-left: 40px;
}

@media (max-width: 1199px) {
	.foreign_wrap .project_leader .leader_box .lef .info {
		padding-left: 30px;
	}
}

@media (max-width: 630px) {
	.foreign_wrap .project_leader .leader_box .lef .info {
		float: none;
		width: 100%;
		margin-top: 15px;
		padding-left: 0;
	}
}

.foreign_wrap .project_leader .leader_box .lef .info b {
	font-size: 18px;
	line-height: 1.11111111;
	display: block;
	margin-top: 10px;
	color: #3a3a3c;
}

@media (max-width: 1199px) {
	.foreign_wrap .project_leader .leader_box .lef .info b {
		font-size: 16px;
	}
}

@media (max-width: 630px) {
	.foreign_wrap .project_leader .leader_box .lef .info b {
		text-align: center;
	}
}

.foreign_wrap .project_leader .leader_box .lef .info .txt {
	margin-top: 20px;
}

.foreign_wrap .project_leader .leader_box .lef .info .txt p {
	font-size: 14px;
	line-height: 1.2;
	position: relative;
	margin-bottom: 20px;
	padding-left: 26px;
	letter-spacing: 1px;
	color: #878787;
}

.foreign_wrap .project_leader .leader_box .lef .info .txt p:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.foreign_wrap .project_leader .leader_box .lef .info .txt p a {
	-webkit-transition: all .35s;
	transition: all .35s;
}

.foreign_wrap .project_leader .leader_box .lef .info .txt p a:hover {
	text-decoration: underline !important;
	color: #056caf;
}

.foreign_wrap .project_leader .leader_box .lef .info .txt .tel:before {
	content: '\e61c';
}

.foreign_wrap .project_leader .leader_box .lef .info .txt .phone:before {
	font-size: 22px;
	top: -1px;
	left: -2px;
	content: '\e604';
}

.foreign_wrap .project_leader .leader_box .lef .info .txt .qq:before {
	font-size: 24px;
	top: -5px;
	left: -3px;
	content: '\e882';
}

.foreign_wrap .project_leader .leader_box .lef .info .txt .email:before {
	font-size: 14px;
	top: 1px;
	content: '\e610';
}

.foreign_wrap .project_leader .leader_box .lef .info .link {
	padding-top: 10px;
}

@media (max-width: 630px) {
	.foreign_wrap .project_leader .leader_box .lef .info .link {
		margin-top: 0;
	}
}

.foreign_wrap .project_leader .leader_box .lef .info .link .pc_link a,
.foreign_wrap .project_leader .leader_box .lef .info .link .tel_m a {
	font-size: 16px;
	line-height: 2.75;
	display: block;
	width: 141px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	letter-spacing: 1px;
	color: #9b9b9b;
	border-radius: 22px;
	background-color: #fff;
	box-shadow: 0 2px 8px 0 rgba(144, 144, 144, .31);
}

.foreign_wrap .project_leader .leader_box .lef .info .link .tel_m {
	display: none;
}

@media (max-width: 1199px) {
	.foreign_wrap .project_leader .leader_box .lef .info .link .pc_link {
		display: none;
	}
	.foreign_wrap .project_leader .leader_box .lef .info .link .tel_m {
		display: block;
	}
}

@media (max-width: 630px) {
	.foreign_wrap .project_leader .leader_box .lef .info .link .pc_link a,
	.foreign_wrap .project_leader .leader_box .lef .info .link .tel_m a {
		font-size: 15px;
		line-height: 2.66666667;
		margin: auto;
	}
}

.foreign_wrap .project_leader .leader_box .lef .info .link .pc_link a:hover,
.foreign_wrap .project_leader .leader_box .lef .info .link .tel_m a:hover {
	color: #fff;
	background-color: #056caf;
}

.foreign_wrap .project_leader .leader_box .rig {
	position: relative;
	width: 29.806%;
	padding-left: 55px;
}

@media (max-width: 1469px) {
	.foreign_wrap .project_leader .leader_box .rig {
		padding-left: 40px;
	}
}

@media (max-width: 1199px) {
	.foreign_wrap .project_leader .leader_box .rig {
		padding-left: 30px;
	}
}

@media (max-width: 630px) {
	.foreign_wrap .project_leader .leader_box .rig {
		float: none;
		width: 100%;
		padding-left: 20px;
	}
}

.foreign_wrap .project_leader .leader_box .rig .code_img {
	width: 150px;
	margin-top: 30px;
}

@media (max-width: 1199px) {
	.foreign_wrap .project_leader .leader_box .rig .code_img {
		width: 120px;
	}
}

@media (max-width: 630px) {
	.foreign_wrap .project_leader .leader_box .rig .code_img {
		width: 110px;
		margin-top: 20px;
	}
}

.foreign_wrap .project_leader .leader_box .rig .code_img p {
	font-size: 14px;
	line-height: 1.71428571;
	margin-top: 10px;
	text-align: center;
	color: #888;
}

.foreign_wrap .foreign_info {
	margin-top: 50px;
}

@media (max-width: 767px) {
	.foreign_wrap .foreign_info {
		margin-top: 40px;
	}
}

.foreign_wrap .foreign_info .tit b {
	font-size: 20px;
	line-height: 1.2;
	display: block;
	letter-spacing: 1px;
	color: #373737;
}

@media (max-width: 767px) {
	.foreign_wrap .foreign_info .tit b {
		font-size: 18px;
	}
}

.foreign_wrap .foreign_info .txt {
	margin-top: 20px;
}

@media (max-width: 767px) {
	.foreign_wrap .foreign_info .txt {
		margin-top: 15px;
	}
}

.foreign_wrap .foreign_info .txt p {
	font-size: 14px;
	line-height: 1.71428571;
	color: #373737;
}

.foreign_wrap .foreign_info .txt p img {
	max-width: 100%;
	height: auto !important;
}

.transport_wrap .list ul li:nth-child(even) .item .pic {
	float: right;
}

@media (max-width: 1199px) {
	.transport_wrap .list ul li:nth-child(even) .item .pic {
		float: none;
		width: 100%;
	}
}

.transport_wrap .list ul li:nth-child(even) .item .info {
	right: auto;
	left: 0;
}

.transport_wrap .list ul li:nth-child(even) .item .info:after {
	right: auto;
	left: 24px;
}

.transport_wrap .list ul li:last-child .item {
	margin-bottom: 10px;
}

.transport_wrap .list .item {
	position: relative;
	margin-bottom: 40px;
}

@media (max-width: 1199px) {
	.transport_wrap .list .item {
		margin-bottom: 30px;
	}
}

.transport_wrap .list .item .pic {
	width: 50%;
}

@media (max-width: 1199px) {
	.transport_wrap .list .item .pic {
		float: none;
		width: 100%;
	}
}

.transport_wrap .list .item .pic .img-box {
	padding-bottom: 90%;
}

.transport_wrap .list .item .info {
	position: absolute;
	top: 50%;
	right: 0;
	width: 50%;
	padding: 50px 50px 70px 50px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	/*background-color: #fff;*/
/*	box-shadow: 0 0 16px 0 rgba(31, 31, 31, .09);*/
}

@media (max-width: 1469px) {
	.transport_wrap .list .item .info {
		width: 50%;
		padding: 20px 25px 40px 25px;
	}
	.transport_wrap .list .item .pic .img-box {
	padding-bottom: 90%;
}
}

@media (max-width: 1199px) {
	.transport_wrap .list .item .info {
		position: static;
		width: 100%;
		padding: 20px 25px 40px 25px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.transport_wrap .list .item .pic .img-box {
	padding-bottom: 60%;
}
}

@media (max-width: 767px) {
	.transport_wrap .list .item .info {
		padding: 20px 20px 40px 20px;
	}
}

.transport_wrap .list .item .info:after {
	position: absolute;
	right: 24px;
	bottom: 10px;
	display: block;
	width: 210px;
	height: 200px;
	content: '';
/*	background: url(../images/transport_icon.png) no-repeat center;*/
	background-size: cover;
}

@media (max-width: 1199px) {
	.transport_wrap .list .item .info:after {
		width: 160px;
		height: 150px;
	}
}

@media (max-width: 767px) {
	.transport_wrap .list .item .info:after {
		width: 120px;
		height: 110px;
	}
}

.transport_wrap .list .item .info p {
	font-size: 14px;
	line-height: 1.71428571;
	color: #373737;
}

.news_wrap .list .item {
	overflow: hidden;
	margin-bottom: 30px;
	border: solid 1px #f8f8f8;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 1px 2px 13px 0 rgba(125, 125, 125, .18);
}

.news_wrap .list .item:hover .info .tit {
	color: #056caf;
}

.news_wrap .list .item .pic {
	display: block;
	width: 48.188%;
}

@media (max-width: 690px) {
	.news_wrap .list .item .pic {
		float: none;
		width: 100%;
	}
}

.news_wrap .list .item .pic .img-box {
	padding-bottom: 49.5049505%;
}

.news_wrap .list .item .info {
	width: 51.812%;
	padding: 0 30px 0 50px;
}

@media (max-width: 1469px) {
	.news_wrap .list .item .info {
		padding: 0 30px;
	}
}

@media (max-width: 690px) {
	.news_wrap .list .item .info {
		float: none;
		width: 100%;
		padding: 20px 15px;
	}
}

.news_wrap .list .item .info .tit {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	margin: 35px 0 10px;
	-webkit-transition: all .35s;
	transition: all .35s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #373737;
}

@media (max-width: 1469px) {
	.news_wrap .list .item .info .tit {
		margin: 20px 0 10px;
	}
}

@media (max-width: 1199px) {
	.news_wrap .list .item .info .tit {
		margin: 15px 0 10px;
	}
}

@media (max-width: 690px) {
	.news_wrap .list .item .info .tit {
		margin: 0 0 5px;
	}
}

.news_wrap .list .item .info span {
	font-size: 14px;
	line-height: 2.14285714;
	display: block;
	color: #056caf;
	color: #d41719;
}

.news_wrap .list .item .info span:before {
	font-family: 'iconfont' !important;
	font-weight: bold;
	font-style: normal;
	display: inline-block;
	margin-right: 8px;
	content: '\e64d';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.news_wrap .list .item .info p {
	font-size: 14px;
	line-height: 2.14285714;
	display: -webkit-box;
	overflow: hidden;
	height: 90px;
	color: #999;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media (max-width: 1469px) {
	.news_wrap .list .item .info p {
		line-height: 1.71428571;
		height: 72px;
	}
}

@media (max-width: 1199px) {
	.news_wrap .list .item .info p {
		display: -webkit-box;
		overflow: hidden;
		height: 48px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}

.news_wrap .list .item .info .more {
	margin-top: 15px;
}

.news_wrap .list .item .info .more a {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #373737;
}

.news_wrap .list .item .info .more a:after {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-left: 8px;
	content: '\e632';
	vertical-align: sub;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.news_wrap .list .item .info .more a:hover {
	-webkit-transform: translateX(6px);
	-ms-transform: translateX(6px);
	transform: translateX(6px);
}

.news_wrap .page {
	padding-top: 30px;
}

@media (max-width: 1199px) {
	.news_wrap .page {
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	.news_wrap .page {
		padding-top: 10px;
	}
}

.news_details .news_title {
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.news_details .news_title:before {
	position: absolute;
	bottom: -5px;
	left: 0;
	display: block;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border: solid 1px #ddd;
	background-color: #fff;
}

.news_details .news_title h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	margin: 0;
	letter-spacing: 1px;
	color: #373737;
}

@media (max-width: 1469px) {
	.news_details .news_title h1 {
		font-size: 30px;
	}
}

@media (max-width: 1199px) {
	.news_details .news_title h1 {
		font-size: 26px;
	}
}

@media (max-width: 991px) {
	.news_details .news_title h1 {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.news_details .news_title h1 {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.news_details .news_title h1 {
		font-size: 18px;
		line-height: 1.4;
	}
}

.news_details .news_title span {
	font-size: 14px;
	line-height: 2.14285714;
	display: block;
	margin-top: 20px;
	color: #056caf;
	color: #d41719;
}

@media (max-width: 1199px) {
	.news_details .news_title span {
		margin-top: 10px;
	}
}

.news_details .news_title span:before {
	font-family: 'iconfont' !important;
	font-weight: bold;
	font-style: normal;
	display: inline-block;
	margin-right: 8px;
	content: '\e64d';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.news_details .info {
	margin-top: 30px;
}

@media (max-width: 991px) {
	.news_details .info {
		margin-top: 20px;
	}
}

.news_details .info p {
	font-size: 14px;
	line-height: 2.14285714;
	color: #666;
}

.news_details .info p img {
	max-width: 100%;
	height: auto !important;
}

.news_details .news_page {
	margin-top: 50px;
}

@media (max-width: 1199px) {
	.news_details .news_page {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.news_details .news_page {
		margin-top: 20px;
	}
}

.news_details .news_page .item a {
	font-size: 16px;
	line-height: 1.875;
	display: block;
	overflow: hidden;
	-webkit-transition: all .35s;
	transition: all .35s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #898989;
}

@media (max-width: 1199px) {
	.news_details .news_page .item a {
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.news_details .news_page .item a {
		font-size: 14px;
	}
}

.news_details .news_page .item a:hover {
	color: #056caf;
}

.news_details .news_page .prev a:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-right: 5px;
	content: '\e78a';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 480px) {
	.news_details .news_page .next {
		margin-top: 5px;
	}
}

.news_details .news_page .next a {
	text-align: right;
}

@media (max-width: 991px) {
	.news_details .news_page .next a {
		text-align: left;
	}
}

@media (max-width: 991px) {
	.news_details .news_page .next a:before {
		font-family: 'iconfont' !important;
		font-style: normal;
		display: inline-block;
		margin-right: 5px;
		content: '\e7a5';
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

.news_details .news_page .next a:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-left: 5px;
	content: '\e7a5';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.news_details .news_page .next a:after {
		display: none;
	}
}

.contact_warp .cont_list .item {
	position: relative;
	float: left;
	margin-bottom: 50px;
}

@media (max-width: 1199px) {
	.contact_warp .cont_list .item {
		width: 50% !important;
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) {
	.contact_warp .cont_list .item {
		width: 100% !important;
	}
}

@media (max-width: 480px) {
	.contact_warp .cont_list .item {
		margin-bottom: 15px;
	}
}

.contact_warp .cont_list .item .icon_cont {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(212, 23, 25, .44);
}

@media (max-width: 480px) {
	.contact_warp .cont_list .item .icon_cont {
		width: 50px;
		height: 50px;
	}
}

.contact_warp .cont_list .item .icon_cont span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	width: 45px;
	height: 45px;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #d41719;
}

@media (max-width: 480px) {
	.contact_warp .cont_list .item .icon_cont span {
		width: 38px;
		height: 38px;
	}
}

.contact_warp .cont_list .item .icon_cont span:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 45px;
	display: block;
	text-align: center;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 480px) {
	.contact_warp .cont_list .item .icon_cont span:before {
		font-size: 18px;
		line-height: 38px;
	}
}

.contact_warp .cont_list .item p {
	font-size: 18px;
	line-height: 3.33333333;
	position: absolute;
	top: 50%;
	left: 0;
	padding-left: 75px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #373737;
}

@media (max-width: 1199px) {
	.contact_warp .cont_list .item p {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.contact_warp .cont_list .item p {
		font-size: 15px;
		line-height: 1.6;
		padding-left: 60px;
	}
}

.contact_warp .cont_list .address {
	width: 44%;
}

@media (max-width: 1469px) {
	.contact_warp .cont_list .address {
		width: 43%;
	}
}

.contact_warp .cont_list .address .icon_cont span:before {
	font-size: 24px;
	content: '\e63f';
}

@media (max-width: 480px) {
	.contact_warp .cont_list .address .icon_cont span:before {
		font-size: 20px;
	}
}

.contact_warp .cont_list .tel {
	width: 35%;
}

@media (max-width: 1469px) {
	.contact_warp .cont_list .tel {
		width: 31%;
	}
}

.contact_warp .cont_list .tel .icon_cont span:before {
	content: '\e687';
}

.contact_warp .cont_list .email {
	width: 21%;
}

@media (max-width: 1469px) {
	.contact_warp .cont_list .email {
		width: 26%;
	}
}

.contact_warp .cont_list .email .icon_cont span:before {
	font-size: 25px;
	content: '\e619';
}

@media (max-width: 480px) {
	.contact_warp .cont_list .email .icon_cont span:before {
		font-size: 21px;
	}
}

.contact_warp .people_list {
	border: solid 1px #eee;
	background-color: #fff;
	box-shadow: 0 5px 16px 0 rgba(168, 168, 168, .1);
}

@media (max-width: 480px) {
	.contact_warp .people_list {
		margin-top: 10px;
	}
}

.contact_warp .people_list .tit {
	text-align: center;
	background-color: #eee;
}

.contact_warp .people_list .tit p {
	font-size: 26px;
	line-height: 2.88461538;
	letter-spacing: 5px;
	color: #d41719;
}

@media (max-width: 1199px) {
	.contact_warp .people_list .tit p {
		font-size: 22px;
		line-height: 2.72727273;
		letter-spacing: 3px;
	}
}

@media (max-width: 991px) {
	.contact_warp .people_list .tit p {
		font-size: 20px;
		line-height: 2.5;
		letter-spacing: 2px;
	}
}

@media (max-width: 767px) {
	.contact_warp .people_list .tit p {
		font-size: 18px;
		line-height: 2.77777778;
		letter-spacing: 2px;
	}
}

@media (max-width: 480px) {
	.contact_warp .people_list .tit p {
		font-size: 18px;
		line-height: 2.5;
		letter-spacing: 1px;
	}
}

.contact_warp .people_list .list ul li {
	position: relative;
	padding: 30px 120px 0 120px;
}

@media (max-width: 1469px) {
	.contact_warp .people_list .list ul li {
		padding: 30px 100px 0 100px;
	}
}

@media (max-width: 1199px) {
	.contact_warp .people_list .list ul li {
		padding: 30px 60px 0 60px;
	}
}

@media (max-width: 991px) {
	.contact_warp .people_list .list ul li {
		padding: 20px 40px 0 40px;
	}
}

@media (max-width: 680px) {
	.contact_warp .people_list .list ul li {
		padding: 20px 15px 0 15px;
	}
}

.contact_warp .people_list .list ul li:before {
	position: absolute;
	top: 50px;
	left: 30px;
	display: block;
	width: 60px;
	height: 54px;
	content: '';
	background: url(../images/word_icon.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 1199px) {
	.contact_warp .people_list .list ul li:before {
		top: 10px;
		left: 20px;
		width: 50px;
		height: 44px;
	}
}

@media (max-width: 991px) {
	.contact_warp .people_list .list ul li:before {
		left: 10px;
		width: 40px;
		height: 34px;
	}
}

.contact_warp .people_list .list .item {
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

@media (max-width: 991px) {
	.contact_warp .people_list .list .item {
		padding-bottom: 10px;
	}
}

.contact_warp .people_list .list .item .pic {
	overflow: hidden;
	width: 11%;
	margin-top: 5px;
	border-radius: 50%;
}

@media (max-width: 1469px) {
	.contact_warp .people_list .list .item .pic {
		width: 13%;
	}
}

@media (max-width: 991px) {
	.contact_warp .people_list .list .item .pic {
		margin-top: 0;
	}
}

@media (max-width: 680px) {
	.contact_warp .people_list .list .item .pic {
		float: none;
		width: 30%;
		margin: auto;
		margin-top: 0;
	}
}

.contact_warp .people_list .list .item .info {
	width: 69%;
	padding-top: 14px;
	padding-left: 40px;
}

@media (max-width: 1469px) {
	.contact_warp .people_list .list .item .info {
		width: 67%;
	}
}

@media (max-width: 991px) {
	.contact_warp .people_list .list .item .info {
		width: 60%;
		padding-top: 5px;
	}
}

@media (max-width: 680px) {
	.contact_warp .people_list .list .item .info {
		float: none;
		width: 100%;
		padding-top: 10px;
		padding-left: 0;
	}
}

.contact_warp .people_list .list .item .info b {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.11111111;
	display: block;
	color: #3a3a3c;
}

@media (max-width: 991px) {
	.contact_warp .people_list .list .item .info b {
		font-size: 16px;
	}
}

@media (max-width: 680px) {
	.contact_warp .people_list .list .item .info b {
		text-align: center;
	}
}

@media (max-width: 991px) {
	.contact_warp .people_list .list .item .info .note {
		margin-top: 20px;
	}
}

.contact_warp .people_list .list .item .info .note .txt {
	margin-top: 20px;
	margin-right: 100px;
}

@media (max-width: 1469px) {
	.contact_warp .people_list .list .item .info .note .txt {
		margin-right: 50px;
	}
}

@media (max-width: 1199px) {
	.contact_warp .people_list .list .item .info .note .txt {
		margin-right: 20px;
	}
}

@media (max-width: 991px) {
	.contact_warp .people_list .list .item .info .note .txt {
		margin-top: 0;
		margin-right: 0;
	}
}

.contact_warp .people_list .list .item .info .note .txt p {
	font-size: 14px;
	line-height: 1.2;
	position: relative;
	margin-bottom: 20px;
	padding-left: 26px;
	letter-spacing: 1px;
	color: #878787;
}

@media (max-width: 480px) {
	.contact_warp .people_list .list .item .info .note .txt p {
		margin-bottom: 16px;
	}
}

.contact_warp .people_list .list .item .info .note .txt p:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.contact_warp .people_list .list .item .info .note .txt p a {
	-webkit-transition: all .35s;
	transition: all .35s;
}

.contact_warp .people_list .list .item .info .note .txt p a:hover {
	text-decoration: underline !important;
	color: #056caf;
}

.contact_warp .people_list .list .item .info .note .txt .tel:before {
	content: '\e61c';
}

.contact_warp .people_list .list .item .info .note .txt .phone:before {
	font-size: 22px;
	top: -1px;
	left: -2px;
	content: '\e604';
}

.contact_warp .people_list .list .item .info .note .txt .qq:before {
	font-size: 24px;
	top: -5px;
	left: -3px;
	content: '\e882';
}

.contact_warp .people_list .list .item .info .note .txt .email:before {
	font-size: 14px;
	top: 1px;
	content: '\e610';
}

.contact_warp .people_list .list .item .rig {
	width: 20%;
	padding-left: 120px;
	border-left: 1px dashed #a1a0a0;
}

@media (max-width: 1469px) {
	.contact_warp .people_list .list .item .rig {
		padding-left: 60px;
	}
}

@media (max-width: 1199px) {
	.contact_warp .people_list .list .item .rig {
		padding-left: 40px;
	}
}

@media (max-width: 991px) {
	.contact_warp .people_list .list .item .rig {
		width: 27%;
		margin-top: 30px;
	}
}

@media (max-width: 680px) {
	.contact_warp .people_list .list .item .rig {
		width: 100%;
		margin-top: 5px;
		padding-bottom: 10px;
		padding-left: 0;
		border: none;
	}
}

.contact_warp .people_list .list .item .rig .code_img {
	width: 110px;
}

@media (max-width: 991px) {
	.contact_warp .people_list .list .item .rig .code_img {
		width: 100px;
	}
}

@media (max-width: 680px) {
	.contact_warp .people_list .list .item .rig .code_img {
		margin: auto;
	}
}

.contact_warp .people_list .list .item .rig .code_img p {
	font-size: 14px;
	line-height: 1;
	margin-top: 12px;
	text-align: center;
	color: #888;
}

.contact_warp .cont_box {
	padding: 50px 0 0 0;
}

@media (max-width: 1199px) {
	.contact_warp .cont_box {
		padding: 40px 0 0 0;
	}
}

.contact_warp .cont_box .tit p {
	font-size: 26px;
	line-height: 1.2;
	position: relative;
	color: #373737;
}

@media (max-width: 1199px) {
	.contact_warp .cont_box .tit p {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.contact_warp .cont_box .tit p {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.contact_warp .cont_box .tit p {
		font-size: 20px;
	}
}

.contact_warp .cont_box .tit p:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 82%;
	height: 1px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 1px solid #dfdfdf;
}

@media (max-width: 1199px) {
	.contact_warp .cont_box .tit p:after {
		width: 70%;
	}
}

.contact_warp .cont_box .message_ipt p {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.78571429;
	margin: 20px 0 15px;
	color: #666;
}

@media (max-width: 991px) {
	.contact_warp .cont_box .message_ipt p {
		margin: 10px 0 15px;
	}
}

.contact_warp .cont_box .message_ipt ul {
	margin: 0 -7px;
}

.contact_warp .cont_box .message_ipt ul li {
	margin-bottom: 20px;
	padding: 0 7px;
}

@media (max-width: 991px) {
	.contact_warp .cont_box .message_ipt ul li {
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.contact_warp .cont_box .message_ipt ul li {
		margin-bottom: 10px;
	}
}

.contact_warp .cont_box .message_ipt ul li:last-child {
	margin-bottom: 0;
}

.contact_warp .cont_box .message_ipt ul li input,
.contact_warp .cont_box .message_ipt ul li textarea {
	font-size: 14px;
	line-height: 45px;
	display: block;
	width: 100%;
	height: 45px;
	padding: 0 20px;
	color: #333;
	border: solid 1px #f2f2f2;
	background-color: #fafafa;
}

@media (max-width: 767px) {
	.contact_warp .cont_box .message_ipt ul li input,
	.contact_warp .cont_box .message_ipt ul li textarea {
		line-height: 45px;
		height: 45px;
	}
}

.contact_warp .cont_box .message_ipt ul li textarea {
	line-height: 28px;
	min-height: 170px;
	padding: 10px 20px;
}

@media (max-width: 48px) {
	.contact_warp .cont_box .message_ipt ul li textarea {
		min-height: 150px;
	}
}

.contact_warp .cont_box .message_ipt ul li input::-webkit-input-placeholder,
.contact_warp .cont_box .message_ipt ul li textarea::-webkit-input-placeholder {
	color: #666;
}

.contact_warp .cont_box .message_ipt ul li input:-o-placeholder,
.contact_warp .cont_box .message_ipt ul li textarea:-o-placeholder {
	color: #666;
}

.contact_warp .cont_box .message_ipt ul li input::-moz-placeholder,
.contact_warp .cont_box .message_ipt ul li textarea::-moz-placeholder {
	color: #666;
}

.contact_warp .cont_box .message_ipt ul li input:-ms-input-placeholder,
.contact_warp .cont_box .message_ipt ul li textarea:-ms-input-placeholder {
	color: #666;
}

.contact_warp .cont_box .message_ipt ul li input:focus::-webkit-input-placeholder,
.contact_warp .cont_box .message_ipt ul li textarea:focus::-webkit-input-placeholder {
	color: #e3e3e3;
}

.contact_warp .cont_box .message_ipt ul li input:focus::-o-placeholder,
.contact_warp .cont_box .message_ipt ul li textarea:focus::-o-placeholder {
	color: #e3e3e3;
}

.contact_warp .cont_box .message_ipt ul li input:focus::-moz-placeholder,
.contact_warp .cont_box .message_ipt ul li textarea:focus::-moz-placeholder {
	color: #e3e3e3;
}

.contact_warp .cont_box .message_ipt ul li input:focus::-ms-input-placeholder,
.contact_warp .cont_box .message_ipt ul li textarea:focus::-ms-input-placeholder {
	color: #e3e3e3;
}

.contact_warp .cont_box .message_ipt ul li button {
	font-size: 14px;
	line-height: 3.07142857;
	display: block;
	width: 140px;
	margin-top: 10px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border-radius: 21px;
	background-color: #d41719;
}

@media (max-width: 991px) {
	.contact_warp .cont_box .message_ipt ul li button {
		margin-top: 0;
	}
}

@media (max-width: 480px) {
	.contact_warp .cont_box .message_ipt ul li button {
		line-height: 3.21428571;
	}
}

.contact_warp .cont_box .message_ipt ul li button:hover {
	opacity: .85;
}

@media (max-width: 1199px) {
	.contact_warp .cont_box .right {
		padding: 40px 15px 0 15px;
	}
}

.contact_warp .cont_box .right .map {
	margin-top: 30px;
}

@media (max-width: 991px) {
	.contact_warp .cont_box .right .map {
		margin-top: 20px;
	}
}

.contact_warp .cont_box .right .map .map-content {
	overflow: hidden;
	height: 410px;
	border-radius: 10px;
}

@media (max-width: 991px) {
	.contact_warp .cont_box .right .map .map-content {
		height: 300px;
	}
}

.serve_wrap .tit {
	position: relative;
	padding: 12px 0 15px;
	border-bottom: 1px solid #dfdfdf;
}

@media (max-width: 991px) {
	.serve_wrap .tit {
		padding: 10px 0;
	}
}

.serve_wrap .tit:after {
	position: absolute;
	bottom: -1.5px;
	left: 0;
	display: block;
	width: 57px;
	height: 3px;
	content: '';
	background-color: #d41719;
}

.serve_wrap .tit p {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 2px;
	color: #373737;
}

@media (max-width: 991px) {
	.serve_wrap .tit p {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.serve_wrap .tit p {
		font-size: 16px;
	}
}

.serve_wrap .txt {
	margin-top: 10px;
}

.serve_wrap .txt p {
	font-size: 14px;
	line-height: 2.14285714;
	color: #545454;
}

.serve_wrap .msg {
	margin: 20px 0;
}

.serve_wrap .msg p {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 2px;
	color: #d41719;
}

@media (max-width: 991px) {
	.serve_wrap .msg p {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.serve_wrap .msg p {
		font-size: 16px;
	}
}

.serve_wrap .info_bg {
	position: relative;
	/*background: url(../images/info_bg1.jpg) no-repeat center;*/
	background-size: cover;
}

.serve_wrap .info_bg:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(3, 0, 0, .57)), to(rgba(3, 0, 0, .21)));
	background-image: -webkit-linear-gradient(left, rgba(3, 0, 0, .57) 0%, rgba(3, 0, 0, .21) 100%);
	background-image: linear-gradient(90deg, rgba(3, 0, 0, .57) 0%, rgba(3, 0, 0, .21) 100%);
}

.serve_wrap .info_bg .info {
	padding: 50px 320px 50px 50px;
}

@media (max-width: 1469px) {
	.serve_wrap .info_bg .info {
		padding: 50px;
	}
}

@media (max-width: 1199px) {
	.serve_wrap .info_bg .info {
		padding: 40px;
	}
}

@media (max-width: 991px) {
	.serve_wrap .info_bg .info {
		padding: 30px;
	}
}

@media (max-width: 480px) {
	.serve_wrap .info_bg .info {
		padding: 20px 15px;
	}
}

.serve_wrap .info_bg .info p {
	font-size: 14px;
	line-height: 2.14285714;
	position: relative;
	padding-left: 15px;
	letter-spacing: 1px;
	color: #fff;
}

.serve_wrap .info_bg .info p:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '•';
}

.serve_wrap .pic_list .pic {
	margin-top: 30px;
}

@media (max-width: 480px) {
	.serve_wrap .pic_list .pic {
		margin-top: 20px;
	}
}

.serve_wrap .pic_list .pic .img-box {
	padding-bottom: 75.75757576%;
}

.serve_dangerous .info_bg {
	/*background: url(../images/info_bg2.jpg) no-repeat center;*/
	background-size: cover;
}

.serve_professional .info_bg {
	/*background: url(../images/info_bg3.jpg) no-repeat center;*/
	background-size: cover;
}

.serve_storage .info_bg {
	/*background: url(../images/info_bg4.jpg) no-repeat center;*/
	background-size: cover;
}

.serve_teams .info_bg {
	/*background: url(../images/info_bg5.jpg) no-repeat center;*/
	background-size: cover;
}

.serve_custom .info_bg {
	/*background: url(../images/info_bg6.jpg) no-repeat center;*/
	background-size: cover;
}

.serve_project .info_bg {
	/*background: url(../images/info_bg7.jpg) no-repeat center;*/
	background-size: cover;
}

.about_company .tit {
	position: relative;
	padding-left: 20px;
}

@media (max-width: 767px) {
	.about_company .tit {
		padding-left: 15px;
	}
}

.about_company .tit:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 5px;
	height: 29px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #d41719;
}

@media (max-width: 1469px) {
	.about_company .tit:before {
		height: 25px;
	}
}

@media (max-width: 1199px) {
	.about_company .tit:before {
		width: 4px;
		height: 20px;
	}
}

.about_company .tit b {
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	letter-spacing: 1px;
	color: #373737;
}

@media (max-width: 1469px) {
	.about_company .tit b {
		font-size: 26px;
	}
}

@media (max-width: 1199px) {
	.about_company .tit b {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.about_company .tit b {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.about_company .tit b {
		font-size: 20px;
		left: 15px;
	}
}

@media (max-width: 480px) {
	.about_company .tit b {
		font-size: 18px;
	}
}

.about_company .tit span {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	display: block;
	opacity: .07;
	color: #d41719;
}

@media (max-width: 1469px) {
	.about_company .tit span {
		font-size: 50px;
	}
}

@media (max-width: 1199px) {
	.about_company .tit span {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.about_company .tit span {
		font-size: 35px;
	}
}

@media (max-width: 480px) {
	.about_company .tit span {
		font-size: 30px;
	}
}

.about_company .ab_box {
	padding: 30px 0;
}

@media (max-width: 1199px) {
	.about_company .ab_box {
		padding: 10px 0 30px;
	}
}

.about_company .ab_box .left {
	width: 48.573%;
}

@media (max-width: 1469px) {
	.about_company .ab_box .left {
		width: 50%;
	}
}

@media (max-width: 1199px) {
	.about_company .ab_box .left {
		float: none;
		width: 100%;
	}
}

.about_company .ab_box .left .txt p {
	font-size: 14px;
	line-height: 2.14285714;
	text-indent: 2em;
	color: #545454;
}

.about_company .ab_box .left .txt p img {
	max-width: 100%;
	height: auto !important;
}

.about_company .ab_box .right {
	position: relative;
	width: 46.668%;
	padding-left: 15px;
}

@media (max-width: 1469px) {
	.about_company .ab_box .right {
		padding-left: 10px;
	}
}

@media (max-width: 1199px) {
	.about_company .ab_box .right {
		float: none;
		width: 80%;
		margin-top: 20px;
	}
}

@media (max-width: 480px) {
	.about_company .ab_box .right {
		width: 100%;
	}
}

.about_company .ab_box .right:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 47px;
	height: 90%;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 21px;
	background-color: ##056caf;
}

.about_company .ab_box .right .ab_vv {
	position: relative;
	box-shadow: 0 2px 8px 0 rgba(13, 13, 13, .24);
}

.about_company .ab_box .right .ab_vv .video {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.about_company .ab_box .right .ab_vv .video:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all ease .45s;
	transition: all ease .45s;
	opacity: 1;
	background-color: rgba(0, 0, 0, .22);
}

.about_company .ab_box .right .ab_vv .video:hover:before {
	opacity: 0;
}

.about_company .ab_box .right .ab_vv .video{
	background-color: #000;
	height:auto;
}

.about_company .ab_box .right .ab_vv .video img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
	height: auto !important;
	width:100%;
}

.about_company .ab_box .right .ab_vv .video .video-box {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.about_company .ab_box .right .ab_vv .video .video-box:before {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	width: 77px;
	height: 77px;
	margin: auto;
	content: '';
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background: url(../images/icon_play.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 1469px) {
	.about_company .ab_box .right .ab_vv .video .video-box:before {
		width: 70px;
		height: 70px;
	}
}

@media (max-width: 1199px) {
	.about_company .ab_box .right .ab_vv .video .video-box:before {
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 991px) {
	.about_company .ab_box .right .ab_vv .video .video-box:before {
		width: 70px;
		height: 70px;
	}
}

@media (max-width: 600px) {
	.about_company .ab_box .right .ab_vv .video .video-box:before {
		width: 60px;
		height: 60px;
	}
}

.about_company .ab_box .right .ab_vv .video .video-box .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.about_company .sale_info {
	margin-top: 10px;
}

.about_company .sale_info p {
	font-size: 14px;
	line-height: 2.14285714;
	color: #545454;
}

.about_company .sale_info p img {
	max-width: 100%;
	height: auto !important;
}

.about_company .sale_map {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.about_company .sale_map {
		margin-top: 20px;
	}
}

.about_company .sale_map img {
	max-width: 100%;
	height: auto !important;
}

@media (max-width: 767px) {
	.about_honor .list ul {
		margin: 0 -10px;
	}
}

@media (max-width: 767px) {
	.about_honor .list ul li {
		padding: 0 10px;
	}
}

.about_honor .list .item {
	display: block;
	margin-bottom: 30px;
	text-align: center;
}

@media (max-width: 991px) {
	.about_honor .list .item {
		margin-bottom: 20px;
	}
}

.about_honor .list .item .pic {
	padding: 8px;
	box-shadow: 0 2px 10px 0 rgba(130, 130, 130, .23);
}

.about_honor .list .item .pic .img-box {
	padding-bottom: 69.6969697%;
}

.about_honor .list .item p {
	font-size: 20px;
	line-height: 1.2;
	overflow: hidden;
	margin-top: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}

@media (max-width: 1199px) {
	.about_honor .list .item p {
		font-size: 18px;
		margin-top: 15px;
	}
}

@media (max-width: 991px) {
	.about_honor .list .item p {
		font-size: 16px;
		margin-top: 10px;
	}
}

@media (max-width: 480px) {
	.about_honor .list .item p {
		font-size: 15px;
	}
}

.about_honor .page {
	padding-top: 30px;
}

@media (max-width: 1199px) {
	.about_honor .page {
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	.about_honor .page {
		padding-top: 20px;
	}
}

@media (max-width: 480px) {
	.about_honor .page {
		padding-top: 10px;
	}
}

.about_case .list .item {
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .09);
}

.about_case .list .item .pic {
	display: block;
}

.about_case .list .item .pic .img-box {
	padding-bottom: 54.54545455%;
}

.about_case .list .item .info {
	padding: 20px 20px 30px 20px;
	text-align: center;
}

@media (max-width: 767px) {
	.about_case .list .item .info {
		padding: 20px;
	}
}

.about_case .list .item .info .tit {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: 1px;
	text-overflow: ellipsis;
	color: #373737;
}

.about_case .list .item .info p {
	font-size: 14px;
	line-height: 1.71428571;
	display: -webkit-box;
	overflow: hidden;
	height: 32px;
	margin: 15px 0 20px;
	color: #686868;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.about_case .list .item .info .more a {
	font-size: 16px;
	line-height: 2.75;
	display: block;
	width: 164px;
	margin: auto;
	-webkit-transition: all .35s;
	transition: all .35s;
	letter-spacing: 3px;
	color: #9b9b9b;
	border-radius: 22px;
	background-color: #fff;
	box-shadow: 0 2px 8px 0 rgba(144, 144, 144, .31);
}

@media (max-width: 1199px) {
	.about_case .list .item .info .more a {
		font-size: 15px;
		line-height: 2.66666667;
		width: 150px;
		letter-spacing: 1px;
	}
}

.about_case .list .item .info .more a:hover {
	color: #fff;
	background-color: #056caf;
}

.about_case .page {
	padding-top: 30px;
}

@media (max-width: 1199px) {
	.about_case .page {
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	.about_case .page {
		padding-top: 20px;
	}
}

@media (max-width: 480px) {
	.about_case .page {
		padding-top: 10px;
	}
}

.case_details .tit {
	position: relative;
	padding-bottom: 25px;
	border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 480px) {
	.case_details .tit {
		padding-bottom: 20px;
	}
}

.case_details .tit:after {
	position: absolute;
	bottom: -2.5px;
	left: 0;
	display: block;
	width: 41px;
	height: 5px;
	content: '';
	background-color: #d41719;
}

@media (max-width: 480px) {
	.case_details .tit:after {
		bottom: -1.5px;
		height: 3px;
	}
}

.case_details .tit h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	margin: 0;
	letter-spacing: 1px;
	color: #373737;
}

@media (max-width: 1469px) {
	.case_details .tit h1 {
		font-size: 26px;
	}
}

@media (max-width: 1199px) {
	.case_details .tit h1 {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.case_details .tit h1 {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.case_details .tit h1 {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.case_details .tit h1 {
		font-size: 18px;
	}
}

.case_details .info {
	margin-top: 40px;
}

@media (max-width: 991px) {
	.case_details .info {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.case_details .info {
		margin-top: 20px;
	}
}

.case_details .info p {
	font-size: 14px;
	line-height: 2.14285714;
	color: #545454;
}

.case_details .info p img {
	max-width: 100%;
	height: auto !important;
}

.about_history .timeline {
	position: relative;
	margin: auto;
	margin-top: 30px;
	padding: 0 0 10px 0;
}

@media (max-width: 1199px) {
	.about_history .timeline {
		width: 100%;
	}
}

.about_history .timeline:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	margin-left: -2px;
	content: '';
	background-color: #d41719;
}

@media (max-width: 991px) {
	.about_history .timeline:before {
		left: 10px;
	}
}

.about_history .item {
	position: relative;
	margin-bottom: 40px;
}

@media (max-width: 1199px) {
	.about_history .item {
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.about_history .item {
		padding-left: 40px;
	}
}

.about_history .item:nth-child(2n) .pic {
	float: right;
	border-radius: 0 30px 30px 0;
}

@media (max-width: 991px) {
	.about_history .item:nth-child(2n) .pic {
		float: none;
	}
}

.about_history .item:nth-child(2n) .item_dot:after {
	left: 100%;
}

.about_history .item:nth-child(2n) .item_content {
	float: left;
}

@media (max-width: 991px) {
	.about_history .item:nth-child(2n) .item_content {
		float: none;
	}
}

.about_history .item:nth-child(2n) .item_content .item_date {
	float: right;
	text-align: right;
}

@media (max-width: 991px) {
	.about_history .item:nth-child(2n) .item_content .item_date {
		float: none;
		text-align: left;
	}
}

.about_history .item:nth-child(2n) .item_content .item_description {
	text-align: right;
}

@media (max-width: 991px) {
	.about_history .item:nth-child(2n) .item_content .item_description {
		text-align: left;
	}
}

.about_history .item:last-child {
	margin-bottom: 0;
}

.about_history .item .item_dot {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-left: -11px;
	-webkit-transition: all .35s;
	transition: all .35s;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 2px 16px 0 rgba(212, 23, 25, .74);
}

@media (max-width: 991px) {
	.about_history .item .item_dot {
		left: 10px;
	}
}

.about_history .item .item_dot:before {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 12px;
	height: 12px;
	margin: auto;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	border-radius: 50%;
	background-color: #d41719;
}

.about_history .item .pic {
	overflow: hidden;
	width: 42.858%;
	border-radius: 30px 0 0 30px;
}

@media (max-width: 991px) {
	.about_history .item .pic {
		float: none;
		width: 50%;
		margin-top: 10px !important;
		border-radius: 30px !important;
	}
}

@media (max-width: 480px) {
	.about_history .item .pic {
		width: 100%;
	}
}

.about_history .item .pic .img-box {
	padding-bottom: 48.88888889%;
}

.about_history .item .item_content {
	position: relative;
	z-index: 3;
	width: 44%;
	-webkit-transition: all .35s;
	transition: all .35s;
}

@media (max-width: 991px) {
	.about_history .item .item_content {
		position: static;
		float: none;
		width: 100%;
	}
}

.about_history .item .item_content .item_date {
	display: block;
	width: 93px;
	text-align: left;
}

.about_history .item .item_content .item_date p {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
	color: #383838;
}

@media (max-width: 1199px) {
	.about_history .item .item_content .item_date p {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.about_history .item .item_content .item_date p {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.about_history .item .item_content .item_date p {
		font-size: 18px;
	}
}

.about_history .item .item_content .item_date span {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1;
	display: block;
	margin-top: 14px;
	padding-top: 14px;
	color: #d41719;
	border-top: 2px solid #f1f0ee;
}

@media (max-width: 1199px) {
	.about_history .item .item_content .item_date span {
		margin-top: 8px;
		padding-top: 10px;
	}
}

.about_history .item .item_content .item_description {
	font-size: 14px;
	line-height: 2;
	margin-top: 5px;
	text-align: left;
	color: #545454;
}

.recruitment_wrap .info {
	text-align: center;
}

.recruitment_wrap .info p {
	font-size: 14px;
	line-height: 2.14285714;
	color: #999;
}

.recruitment_wrap .recruitment_lists {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.recruitment_wrap .recruitment_lists {
		margin-top: 20px;
	}
}

.recruitment_wrap .recruitment_lists .list_wrap {
	text-align: center;
	color: #666;
}

@media (max-width: 767px) {
	.recruitment_wrap .recruitment_lists .list_wrap {
		border-top: solid 1px #dcdcdc;
	}
}

.recruitment_wrap .recruitment_lists .list_wrap span {
	display: inline-block;
	width: 16.66666667%;
	padding: 15px 5px;
	vertical-align: middle;
	letter-spacing: 0;
}

@media (max-width: 1199px) {
	.recruitment_wrap .recruitment_lists .list_wrap span {
		padding: 15px;
	}
}

@media (max-width: 991px) {
	.recruitment_wrap .recruitment_lists .list_wrap span {
		padding: 15px 18px;
	}
}

@media (max-width: 767px) {
	.recruitment_wrap .recruitment_lists .list_wrap span {
		width: 100%;
		padding: 5px;
		text-align: left;
	}
}

.recruitment_wrap .recruitment_lists .list_wrap dt,
.recruitment_wrap .recruitment_lists .list_wrap .list {
	font-size: 0;
	display: block;
	width: 100%;
	padding: 0 5px 0 30px;
	text-align: justify;
	text-justify: distribute-all-lines;
}

@media (max-width: 991px) {
	.recruitment_wrap .recruitment_lists .list_wrap dt,
	.recruitment_wrap .recruitment_lists .list_wrap .list {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.recruitment_wrap .recruitment_lists .list_wrap dt,
	.recruitment_wrap .recruitment_lists .list_wrap .list {
		padding: 10px;
	}
}

.recruitment_wrap .recruitment_lists .list_wrap dt:after,
.recruitment_wrap .recruitment_lists .list_wrap .list:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 0;
	content: '';
}

.recruitment_wrap .recruitment_lists .list_wrap dt {
	color: #373737;
	background-color: #eee;
}

@media (max-width: 767px) {
	.recruitment_wrap .recruitment_lists .list_wrap dt {
		display: none;
	}
}

.recruitment_wrap .recruitment_lists .list_wrap dt>span {
	font-size: 18px;
	font-weight: normal;
}

.recruitment_wrap .recruitment_lists .list_wrap dd {
	border-right: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
}

.recruitment_wrap .recruitment_lists .list_wrap dd .list {
	position: relative;
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
}

.recruitment_wrap .recruitment_lists .list_wrap dd .list:hover {
	color: #fff;
	background-color: #056caf;
}

.recruitment_wrap .recruitment_lists .list_wrap dd .list>span {
	font-size: 14px;
	letter-spacing: 0;
}

@media (max-width: 767px) {
	.recruitment_wrap .recruitment_lists .list_wrap dd .list>span:before {
		font-size: 15px;
		font-weight: bold;
		display: inline-block;
		margin-right: 15px;
		content: attr(data-dt);
		vertical-align: top;
		color: #666;
	}
}

.recruitment_wrap .page {
	padding-top: 30px;
}

@media (max-width: 1199px) {
	.recruitment_wrap .page {
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	.recruitment_wrap .page {
		padding-top: 20px;
	}
}

@media (max-width: 480px) {
	.recruitment_wrap .page {
		padding-top: 10px;
	}
}

.recruitment_details .note_warp {
	padding: 25px 0 30px;
	border-bottom: 1px dashed #ccc;
}

@media (max-width: 767px) {
	.recruitment_details .note_warp {
		padding: 20px 0;
	}
}

.recruitment_details .note_warp .tit b {
	font-size: 16px;
	line-height: 1.2;
	display: block;
	color: #000;
}

.recruitment_details .note_warp .txt {
	margin-top: 15px;
}

@media (max-width: 767px) {
	.recruitment_details .note_warp .txt {
		margin-top: 10px;
	}
}

.recruitment_details .note_warp .txt p {
	font-size: 14px;
	line-height: 2.28571429;
	color: #666;
}

@media (max-width: 767px) {
	.recruitment_details .note_warp .txt p {
		line-height: 1.85714286;
	}
}

.recruitment_details .msg {
	padding: 0 250px 30px 0;
}

@media (max-width: 1199px) {
	.recruitment_details .msg {
		padding: 0 40px 30px 0;
	}
}

@media (max-width: 991px) {
	.recruitment_details .msg {
		padding: 0 0 30px 0;
	}
}

@media (max-width: 767px) {
	.recruitment_details .msg {
		padding: 0 0 20px 0;
	}
}

.recruitment_details .msg .txt p {
	display: inline-block;
	margin-right: 190px;
}

@media (max-width: 991px) {
	.recruitment_details .msg .txt p {
		display: block;
	}
}

.recruitment_details .recruitment_form {
	margin-top: 40px;
}

@media (max-width: 767px) {
	.recruitment_details .recruitment_form {
		margin-top: 30px;
	}
}

.recruitment_details .recruitment_form .form_ipt ul {
	margin: 0 -6px;
}

.recruitment_details .recruitment_form .form_ipt ul li {
	margin-bottom: 15px;
	padding: 0 6px;
}

@media (max-width: 767px) {
	.recruitment_details .recruitment_form .form_ipt ul li {
		margin-bottom: 10px;
	}
}

.recruitment_details .recruitment_form .form_ipt ul li:last-child {
	margin-bottom: 0;
}

.recruitment_details .recruitment_form .form_ipt ul li input,
.recruitment_details .recruitment_form .form_ipt ul li textarea {
	font-size: 14px;
	line-height: 50px;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	color: #000;
	border: solid 1px #f2f2f2;
	background-color: #fafafa;
}

@media (max-width: 480px) {
	.recruitment_details .recruitment_form .form_ipt ul li input,
	.recruitment_details .recruitment_form .form_ipt ul li textarea {
		font-size: 15px;
		line-height: 45px;
		height: 45px;
		padding: 0 15px;
	}
}

.recruitment_details .recruitment_form .form_ipt ul li textarea {
	line-height: 28px;
	min-height: 155px;
	padding: 10px 20px;
}

.recruitment_details .recruitment_form .form_ipt ul li input::-webkit-input-placeholder,
.recruitment_details .recruitment_form .form_ipt ul li textarea::-webkit-input-placeholder {
	color: #666;
}

.recruitment_details .recruitment_form .form_ipt ul li input:-o-placeholder,
.recruitment_details .recruitment_form .form_ipt ul li textarea:-o-placeholder {
	color: #666;
}

.recruitment_details .recruitment_form .form_ipt ul li input::-moz-placeholder,
.recruitment_details .recruitment_form .form_ipt ul li textarea::-moz-placeholder {
	color: #666;
}

.recruitment_details .recruitment_form .form_ipt ul li input:-ms-input-placeholder,
.recruitment_details .recruitment_form .form_ipt ul li textarea:-ms-input-placeholder {
	color: #666;
}

.recruitment_details .recruitment_form .form_ipt ul li input:focus::-webkit-input-placeholder,
.recruitment_details .recruitment_form .form_ipt ul li textarea:focus::-webkit-input-placeholder {
	color: #eee;
}

.recruitment_details .recruitment_form .form_ipt ul li input:focus::-o-placeholder,
.recruitment_details .recruitment_form .form_ipt ul li textarea:focus::-o-placeholder {
	color: #eee;
}

.recruitment_details .recruitment_form .form_ipt ul li input:focus::-moz-placeholder,
.recruitment_details .recruitment_form .form_ipt ul li textarea:focus::-moz-placeholder {
	color: #eee;
}

.recruitment_details .recruitment_form .form_ipt ul li input:focus::-ms-input-placeholder,
.recruitment_details .recruitment_form .form_ipt ul li textarea:focus::-ms-input-placeholder {
	color: #eee;
}

.recruitment_details .recruitment_form .form_ipt ul li button {
	font-size: 14px;
	line-height: 3;
	display: block;
	width: 140px;
	margin-top: 15px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
	border-radius: 21px;
	background-color: #056caf;
}

@media (max-width: 767px) {
	.recruitment_details .recruitment_form .form_ipt ul li button {
		margin-top: 0;
	}
}

.recruitment_details .recruitment_form .form_ipt ul li button:hover {
	opacity: .85;
}

.content {
	background: url(../images/linelist.png) center center no-repeat
}

.content .container {
	margin: 0 auto;
	max-width: 900px;
}

.content ul {
	list-style: arabic-indic;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap
}

.content ul li {
	flex: 1;
	text-align: center
}

.content ul li p {
	margin: 0;
	line-height: 28px
}

.wap{
	display: none
}
@media(max-width:750px) {
	.wap{
		display: block
	}
	.web{
		display: none
	}
}


.img-box .swiper {
        width: 100%; 
        height:460px;
      }
	  

      .img-box .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .img-box .swiper-slide img {
        display: block;
        width: 100%; height:100%;
       /* object-fit: cover;*/
      }
	  
	  @media (max-width: 1024px) {
	.img-box .swiper {
        width: 100%;
      }
	.img-box .swiper-slide img {
        display: block;
        width: 100%;
        
      }
	  }
	   @media (max-width: 1470px) {
	  .img-box .swiper{
		  width: 100%;
		  height:360px;
		  }
		  .img-box .swiper-slide img {
        display: block;
        width: 100%; height:100%;
       /* object-fit: cover;*/
      }
	  .index_about .list .left .note p{
		  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 8;
-webkit-box-orient: vertical;
}
	   }
	   @media (max-width: 1200px) {
	  .img-box .swiper{
		  height:360px;
		  }
	  .index_about .list .left .note p{
		  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
}
	   }
	   @media (max-width: 1024px) {
	  .img-box .swiper{
		  height:300px;
		  }
	   }
	   @media (max-width: 640px) {
	  .img-box .swiper{
		  height:240px;
		  }
	   }
	  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5%;
    left: 0;
    width: 100%;
	  }
	  
.gallery-top .swiper-pagination-bullets {
 bottom: 50px;
 display: flex;
 align-items: center;
 justify-content: flex-first;
 padding-left: 40px;
}
.gallery-top .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  background-color: #ffffff;
}
.gallery-top .swiper-pagination-bullet-active {
  background: #056caf;
  width: 40px;
  border-radius: 7px;
}
	  
	  .swiper2 {
        width: 100%; max-width:600px;
        height:460px;
      }
	  
	  @media (max-width: 1024px) {
	.swiper2 {
        width: 100%;
      }
	  }
	   @media (max-width: 1470px) {
	  .swiper2{
		  width: 100%;
		  height:360px;
		  }
	   }
	   @media (max-width: 1200px) {
	  .swiper2{
		  height:300px;
		  }
	   }