@charset "utf-8";

.topLine {
	height: 35px;
	width: 100%;
	line-height: 35px;
	background-color: #2562b3;
	color: #fff;
	overflow: hidden;
}

.wrap {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.topLine h2 {
	float: left;
	font-size: 16px;
	font-weight: normal;
}

.topLine .top-r {
	float: right;
}
.topLine .top-r .top-tel{
	display: block;
	float: left;
	padding-left: 30px;
	font-size: 16px;
	background: url(../images/top-tel.png) no-repeat left center;
}
.topLine .top-r .top-email{
	display: block;
	float: left;
	padding-left: 30px;
	font-size: 16px;
	background: url(../images/top-email.png) no-repeat left center;
	margin-left: 15px;
}
.topLine .top-r .top-wx{
	display: block;
	float: left;
	padding-left: 30px;
	font-size: 16px;
	background: url(../images/top-hz.png) no-repeat left center;
	margin-left: 15px;
}
.topLine .top-r .top-team{
	display: block;
	float: left;
	padding-left: 30px;
	font-size: 16px;
	background: url(../images/top-team.png) no-repeat left center;
	margin-left: 15px;
}

@media (max-width:768px) {
	.topLine {
		display: none;
	}
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
	width: auto;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	background: #0256AC;
	font-size: 0;
	vertical-align: middle;
	padding: 3px 9px;
	border-radius: 10px;
	bottom: 28px
}

.banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1
}

.banner .swiper-pagination-bullet-active {
	background: #AACE3B;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px
}

.banner .swiper-container {
	width: 100%;
	height: 100%
}

.banner .swiper-slide {
	position: relative
}

.banner .swiper-slide .txt {
	position: absolute;
	width: 70%;
	z-index: 10;
	color: #fff;
}

.txt p:nth-child(1) {
	font-size: 36px;
	text-shadow: 5px 2px 6px #000000;
	color: #FFFFFF;
	font-weight: bold;
}

.txt p:nth-child(2) {
	font-size: 26px;
	margin-top: 20px;
	text-shadow: 5px 2px 6px #000000;
	font-weight: bold;
	color: #FFFFFF;
}

.banner .swiper-slide .txt.txt1 {
	left: 20%;
	top: 30%
}

.banner .swiper-slide .txt.txt2 {
	text-align: left;
	top: 25%;
	left: 27%
}

.banner .swiper-slide .txt.txt3 {
	text-align: left;
	top: 25%;
	left: 60%
}

.banner .swiper-slide .txt.txt2 p:nth-child(1){
	font-size: 45px;
	color: #FFFFFF;
	text-shadow: 3px 2px 6px #000000;
}
.banner .swiper-slide .txt.txt2 p:nth-child(2){
	font-size: 24px;
	color: #FFFFFF;
	text-shadow: 3px 2px 6px #000000;
}

.banner .swiper-slide .txt.txt4 {
	bottom: 34%;
	left: 0%
}

.banner .swiper-slide .txt.txt4 p:nth-child(1) {
	font-size: 58px
}

.banner p {
	opacity: 0
}

.banner .swiper-slide-active p:nth-child(1) {
	-webkit-animation: lightSpeedIn .6s ease-out forwards;
	-moz-animation: lightSpeedIn .6s ease-out forwards;
	-o-animation: lightSpeedIn .6s ease-out forwards;
	animation: lightSpeedIn .6s ease-out forwards
}

.banner .swiper-slide-active p:nth-child(2) {
	-webkit-animation: lightSpeedIn2 .6s .3s ease-out forwards;
	-moz-animation: lightSpeedIn2 .6s .3s ease-out forwards;
	-o-animation: lightSpeedIn2 .6s .3s ease-out forwards;
	animation: lightSpeedIn2 .6s .3s ease-out forwards
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(200px, 0, 0) skewX(-30deg);
		transform: translate3d(200px, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(200px, 0, 0) skewX(-30deg);
		-ms-transform: translate3d(200px, 0, 0) skewX(-30deg);
		transform: translate3d(200px, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		-ms-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		-ms-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedIn2 {
	0% {
		-webkit-transform: translate3d(-200px, 0, 0) skewX(30deg);
		transform: translate3d(-200px, 0, 0) skewX(30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
		opacity: 1
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(-50px, 0, 0) skewX(30deg);
		-ms-transform: translate3d(-50px, 0, 0) skewX(30deg);
		transform: translate3d(-50px, 0, 0) skewX(30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(-20deg);
		-ms-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(5deg);
		-ms-transform: skewX(5deg);
		transform: skewX(5deg);
		opacity: 1
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn2 {
	-webkit-animation-name: lightSpeedIn2;
	animation-name: lightSpeedIn2;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

.banner .swiper-slide img {
	width: 100%;
	height: auto;
	min-height: 100%;
	transition: 1s linear 2s
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
	transition: 16s linear;
	transform: scale(1.2, 1.2)
}

.child-menu ul li {
	width: 33.333%;
	float: left;
	position: relative;
	overflow: hidden
}

.child-menu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 11;
	position: relative;
	transform: translate3d(103%, 0, 0) rotate(.0001deg);
	transition: transform cubic-bezier(.46, .03, .23, .96) .6s
}

.child-menu.move ul li>div,
.child-menu.move ul li>a {
	-webkit-transform: translate3d(0%, 0, 0) rotate(.0001deg);
	-moz-transform: translate3d(0%, 0, 0) rotate(.0001deg);
	transform: translate3d(0%, 0, 0) rotate(.0001deg)
}

.child-menu ul li img {
	opacity: .5;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out
}

.child-menu ul li a:before {
	content: '';
	position: absolute;
	background: #1655a3;
	width: 100%;
	height: 100%;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translate3d(0%, 0, 0) rotate(.0001deg);
	-moz-transform: translate3d(0%, 0, 0) rotate(.0001deg);
	transform: translate3d(0%, 0, 0) rotate(.0001deg);
	z-index: 22;
	-o-transition: transform ease .6s;
	-moz-transition: transform ease .6s;
	transition: transform ease .6s
}

.child-menu.move ul li a:before {
	-moz-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s;
	-webkit-transform: translate3d(-100%, 0, 0) rotate(.0001deg);
	-moz-transform: translate3d(-100%, 0, 0) rotate(.0001deg);
	transform: translate3d(-100%, 0, 0) rotate(.0001deg)
}

.child-menu ul li img {
	transition: all cubic-bezier(.64, .13, .09, .87) .8s;
	-moz-transition: all cubic-bezier(.64, .13, .09, .87) .8s;
	-webkit-transition: all cubic-bezier(.64, .13, .09, .87) .8s;
	-o-transition: all cubic-bezier(.64, .13, .09, .87) .8s;
	opacity: 0;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: translate3d(50%, 0, 0);
	-moz-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0)
}

.child-menu.move ul li img {
	-webkit-transform: translate3d(0%, 0, 0);
	-moz-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
	opacity: .5;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

/* menu */
.h30 {
	width: 100%;
	height: 30px;
	overflow: hidden;
	margin-top: 10px;
}

.h30:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	clear: both;
}

#menu_hover_bg {
	width: 100%;
	height: 0;
	background: #F2F2F2;
	position: absolute;
	top: 150px;
	z-index: 9;
	overflow: hidden;
}

.menu {
	float: right;
	margin-top: 20px;
}

.menu ul li {
	float: left;
}

.menu ul li a {
	padding: 0 25px;
	line-height: 90px;
	display: block;
	height: 90px;
	font-size: 18px;
	color: #000000;
	position: relative;
}

.menu ul>li.active>a:before {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	background-color: #0256AC;
	left: 50%;
	margin-left: -30px;
	bottom: 25px;
}

.menu ul li .sub_menu {
	width: 1200px;
	height: 0px;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 150px;
	overflow: hidden;
}

.menu ul li .sub_menu .sub_menu_list {
	float: left;
	position: relative;
}

.menu ul li .sub_menu .sub_menu_list .list a {
	float: left;
	display: block;
	width: 259px;
	height: 53px;
	padding: 13px 0 0 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #000000;
}

.menu ul li .sub_menu .sub_menu_list .sol_list2 h3 {
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
	width: 280px;
	height: 30px;
	line-height: 30px;
	padding: 10px 20px;
	display: block;
	border-bottom: 2px solid #0256AC;
	cursor: pointer;
}

.menu ul li .sub_menu .sub_menu_list .sol_list3 h3 {
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
	width: 220px;
	height: 30px;
	line-height: 30px;
	padding: 10px 20px;
	display: block;
	border-bottom: 2px solid #0256AC;
	cursor: pointer;
}

.menu ul li .sub_menu .sub_menu_list .nav-box {
	width: 370px;
	float: left;
	margin-left: 50px;
	text-align: center;
	cursor: pointer;
}

.menu ul li .sub_menu .sub_menu_list .nav-box:hover {
	background: #0256AC;
	color: #FFFFFF;
}

.menu ul li .sub_menu .sub_menu_list .nav-box img {
	width: 100%;
}

.menu ul li .sub_menu .sub_menu_list .nav-box p {
	font-size: 18px;
	line-height: 40px;
}

.menu ul li .sub_menu .sub_menu_list .img-box {
	width: 240px;
	margin: 0 auto;
}

.menu ul li .sub_menu .sub_menu_list .img-box img {
	width: 100%;
}

.menu ul li .sub_menu .sub_menu_list .list.sol_list a {
	float: left;
	width: 200px;
	height: 30px;
	line-height: 30px;
	padding: 10px 20px;
	display: block;
	margin: 0 20px 0 0;
	border-bottom: 2px solid #999999;
	font-size: 18px;
	color: #000000;
	text-align: center;
}

.menu ul li .sub_menu .sub_menu_list .list.sol_list a:hover {
	border-bottom: 2px solid #005AD2;
	font-weight: bold;
}

.menu ul li .sub_menu .sub_menu_list .list.sol_list2 a {
	float: left;
	width: 140px;
	height: 30px;
	line-height: 30px;
	padding: 5px 10px;
	display: block;
	margin: 0;
	border-bottom: 2px solid #F2F2F2;
	font-size: 16px;
	text-align: center;
}

.menu ul li .sub_menu .sub_menu_list .list.sol_list2 a:hover {
	border-bottom: 2px solid #0256AC;
	color: #0256AC;
}

.menu ul li .sub_menu .sub_menu_list .list.sol_list3 a {
	float: left;
	width: 240px;
	height: 30px;
	line-height: 30px;
	padding: 5px 10px;
	display: block;
	margin: 0;
	border-bottom: 2px solid #F2F2F2;
	text-align: center;
}

.menu ul li .sub_menu .sub_menu_list .list.sol_list3 a:hover {
	border-bottom: 2px solid #0256AC;
	color: #0256AC;
}

.menu ul li .sub_menu .sub_menu_list .list.sol_list .icon {

	height: 70px;
	padding-top: 5px;
}


/* floor */
.floor_1_main {
	background: url(../images/floor-bg.jpg) center center no-repeat;
	width: 100%;
	height: 100px
}

.w1200 {
	width: 1350px;
	margin: 0 auto;
}

.floor_1_main .floor_1_1 .entit {
	font-size: 22px;
	color: #fff;
	line-height: 25px;
	padding-top: 26px;
	float: left
}

.floor_1_main .floor_1_1 .entit span {
	display: block;
	font-size: 14px;
	color: #88b0e7;
	line-height: 14px;
	padding-top: 10px
}

.floor_1_main .floor_1_1 i {
	display: block;
	font-size: 30px;
	color: #fff;
	font-family: arial;
	float: left;
	margin-left: 90px;
	margin-top: 34px;
	line-height: 32px
}

.floor_1_main .floor_1_1 i span {
	display: inline-block;
	float: left;
	width: 32px;
	height: 32px;
	background-position: -229px 0;
	margin-right: 12px
}

.floor_1_main .floor_1_1 .guanjzhi {
	float: right;
	width: auto;
}

.floor_1_main .floor_1_1 .guanjzhi p {
	color: #FFFFFF;
	font-size: 32px;
	height: 50px;
	margin-top: 20px;
	line-height: 50px;
}

.floor_1_main .floor_1_1 .guanjzhi p .f-icon {
	margin-right: 10px;
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../images/f-tel.png) no-repeat;
	float: left;
}

.floor_1_main .floor_1_1 .guanjzhi p .f-tel {
	width: auto;
	height: 50px;
	line-height: 50px;
	float: left;
}

/* pro */
.typelist {
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}
.typelist a {
	color: #FFFFFF;
	margin-left: 7px;
	padding: 10px 15px;
	background: #0256AC;
	font-size: 16px;
	border-radius: 5px;
	float: left;
	margin-top: 5px;
	width: 12.5%;
}
.typelist a:hover{
	background: #333333;
	color: #FFFFFF!important;
}
@media (max-width:768px) {
	.typelist{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.typelist a{
		width: 29%;
		padding: 5px 3px;
		font-size: 14px;
	}
}

/* adv */
.g-tit01 {
	text-align: center;
	margin-top: 100px;
}

.g-tit01 .tit {
	font-size: 36px;
	margin-bottom: 5px;
	color: #0256AC;
	font-weight: 600
}

.g-tit01 .tit span {
	color: #333
}

.g-tit01 p {
	font-size: 20px;
	color: #666
}

.m-list01 {
	overflow: hidden;
	padding: 80px 0 60px;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: 70px;
	background-image: url(../images/bj1.jpg);
}

.ul-imgtxt02 {
	float: right;
	width: 53.5%
}

.ul-imgtxt02 li {
	overflow: hidden;
	margin-bottom: 50px
}

.ul-imgtxt02 li .pic {
	float: left;
	width: 67px;
	height: 67px;
	border-radius: 50%
}

.ul-imgtxt02 li .pic img {
	display: block;
	width: 100%;
	height: 100%
}

.ul-imgtxt02 li .txt {
	overflow: hidden;
	padding-left: 30px;
	color: #fff
}

.ul-imgtxt02 li .txt .tit {
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 10px
}

.ul-imgtxt02 li .txt p {
	font-size: 14px;
	color: #d4e6ff;
	line-height: 1.6
}


.menu-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 10%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.menu-tit {
	font-size: 24px;
	color: #0256AC;
	line-height: 1
}

.line {
	width: 50px;
	height: 2px;
	background: #0256AC;
	margin-top: 12px;
	margin-bottom: 24px
}

.menu-tit2 {
	font-size: 18px;
	color: #3d3d3d;
	line-height: 1;
	margin-bottom: 7px
}

.menu-info {
	font-size: 14px;
	color: #555;
	line-height: 22px
}

.right_icon {
	position: absolute;
	width: 37px;
	height: 37px;
	background: url(../images/right_icon.png) no-repeat;
	right: 11%;
	top: 20%;
	display: block;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out
}

.child-menu ul li:hover .right_icon {
	right: 10%
}

.child-menu ul li .menu-img {
	overflow: hidden
}

.child-menu ul li .menu-img img {
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out
}

.child-menu ul li:hover .menu-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1
}

.case {
	background: #f5f5f5;
	padding-top: 2.86458%;
	padding-bottom: 1.5625%
}

.swiper-case {
	margin-top: 1.5625%
}

.swiper-case .swiper-slide {
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	box-shadow: 0 7px 16px 0 rgba(7, 17, 27, .16);
}

.case-con {
	padding: 6% 6% 3%;
}

.case-tit {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out
}

.case-txt {
	font-size: 12px;
	color: #828282;
	line-height: 1;
	margin-top: 10px
}

.case-line {
	width: 35px;
	height: 1px;
	/* background: #cfcece; */
	margin-top: 8px;
	margin-bottom: 15px
}

.case-time {
	font-size: 12px;
	color: #828282;
	line-height: 1
}

.swiper-case .swiper-slide:hover .case-tit {
	color: #0256AC
}

.case-img {
	position: relative;
	overflow: hidden
}

.case-img img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.case-img::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(23, 84, 163, .7);
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-moz-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	-o-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.swiper-case .swiper-slide:hover .case-img::before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-moz-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	-o-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg)
}

.case-img::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/case_icon.png) no-repeat center;
	-webkit-transition: all .2s .3s;
	-moz-transition: all .2s .3s;
	-o-transition: all .2s .3s;
	transition: all .2s .3s;
	opacity: 0
}

.swiper-case .swiper-slide:hover .case-img::after {
	opacity: 1
}

.swiper-case:hover {}

.swiper-case .swiper-pagination {
	position: relative;
	font-size: 0;
	bottom: 0;
	width: auto;
	display: inline-block;
	vertical-align: middle
}

.swiper-case .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-button-prev,
.swiper-button-next {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	font-size: 0;
	vertical-align: middle;
	margin: 0 10px;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out
}

.swiper-button-prev {
	background: url(../images/prev-icon1.png) no-repeat
}

.swiper-button-next {
	background: url(../images/next_icon1.png) no-repeat
}

.swiper-button-prev:hover {
	background: url(../images/prev-icon2.png) no-repeat
}

.swiper-button-next:hover {
	background: url(../images/next_icon2.png) no-repeat
}

.swiper-bottom {
	text-align: center;
	width: 100%;
	margin-top: 2.4767%
}

.more {
	width: 80px;
	height: 30px;
	line-height: 28px;
	margin: 0 auto;
	display: block;
	color: #0256AC;
	text-transform: uppercase;
	border: 2px solid #0256AC;
	border-radius: 24px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 1.8175%;
	vertical-align: middle;
	position: relative;
	background: url(../images/more_icon.png) no-repeat center right 12px
}

.more:after {
	color: #fff
}

.more {
	overflow: hidden;
	padding: 0;
	padding-right: 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: border-color .3s, background-color .3s;
	transition: border-color .3s, background-color .3s;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.more::after {
	font-size: 12px;
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	color: #fff;
	padding-right: 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url(../images/more_icon2.png) no-repeat center right 12px;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0)
}

.more>span {
	display: block
}

.more.button--inverted {
	color: #7986cb
}

.more.button--inverted:after {
	color: #fff
}

.more::after,
.more>span {
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.more:hover {
	border-color: #0256AC;
	background-color: #0256AC
}

.more:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.more:hover>span {
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0)
}

.news {
	padding-top: 100px;
	padding-bottom: 2%
}

.news_menu {
	position: relative;
	margin-top: 2.083%
}

.news_menu ul {
	float: left;
	position: relative;
	left: 50%
}

.news_menu ul li {
	cursor: pointer;
	position: relative;
	float: left;
	left: -50%;
	width: 170px;
	height: 45px;
	border: 1px solid #d9d9d9;
	border-right: none;
	font-size: 20px;
	text-align: center;
	line-height: 45px;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out
}

.news_menu ul li:last-child {
	border-right: 1px solid #d9d9d9
}

.news_menu ul li a {
	color: #5f5f5f;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out
}

.news_menu ul li::after {
	position: absolute;
	content: "";
	width: 21px;
	height: 9px;
	left: 50%;
	margin-left: -10.5px;
	bottom: 0;
	background: url(../images/down_icon.png) no-repeat;
	opacity: 0;
	-webkit-transition: all .3s .2s ease-out;
	-o-transition: all .3s .2s ease-out;
	transition: all .3s .2s ease-out
}

.news_menu ul li:hover,
.news_menu ul li.cur {
	background: #0256AC
}

.news_menu ul li:hover a,
.news_menu ul li.cur a {
	color: #fff
}

.news_menu ul li:hover::after,
.news_menu ul li.cur::after {
	opacity: 1;
	bottom: -9px
}

.news-con {
	margin-top: 3.125%
}

.news-left {
	float: left;
	width: 47.3%
}

.news-left-tit,
.news-right-tit {
	color: #3f4040;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out
}

.news-left-time {
	font-size: 12px;
	color: #717172;
	margin-top: 5px;
	margin-bottom: 5px
}

.news-left-txt {
	font-size: 14px;
	color: #7e7e7e;
	line-height: 2;
}

.more.more2 {
	margin: 0;
	margin-top: 10px
}

.news-left:hover .news-left-tit {
	color: #0256AC
}

.news-left-img {
	overflow: hidden
}

.news-left-img img {
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out
}

.news-left:hover .news-left-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.news-right {
	float: right;
	width: 48.6%;
	font-size: 0
}

.date {
	color: #333333;
	font-size: 58px;
	line-height: 1;
	text-align: center;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out
}

.time {
	text-align: center;
	font-size: 16px;
	color: #999
}

.news-right-left,
.news-right-con {
	display: inline-block;
	vertical-align: top
}

.news-right-left {
	width: 79px
}

.news-right-con {
	margin-left: 20px;
	width: calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px)
}

.news-right-tit {
	margin-top: 10px;
	margin-bottom: 15px
}

.news-right-txt {
	font-size: 14px;
	color: #7e7e7e;
	line-height: 24px;
	height: 48px;
	overflow: hidden
}

.news-list ul li {
	padding-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cfcece
}

.news-list ul li:hover .news-right-tit,
.news-list ul li:hover .date {
	color: #0256AC
}

.about {
	background: url(../images/about_bck.jpg) no-repeat center;
	background-size: 100% 100%;
	border-top: 20px solid #000;
	text-align: center;
	padding-top: 4.427%;
	padding-bottom: 12.24%
}

.about .about-con {
	margin-top: 1.858%;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF
}

.about .tit-zh {
	color: #FFFFFF
}

.about .tit-line {
	background: #FFFFFF
}

.about .tit-en {
	color: #FFFFFF
}

.more.more3 {
	color: #fff;
	border-color: #fff;
	background: url(../images/more_icon2.png) no-repeat center right 12px
}

.more.more3:hover {
	border-color: #0256AC;
	background-color: #0256AC
}

/* 关于 */
.index-about {
	width: 100%;
	background: url(../images/aboutbg.jpg) no-repeat center;
	background-size: 100% 100%;
	height: 450px;
	margin-top: 100px;
}

.about-ct {
	width: auto;
	max-width: 1240px;
	min-width: 0px;
	height: auto;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 200px;
	margin-top: 80px;
	color: #FFFFFF;
}

.act_left {
	width: 50%;
	float: left;
}

.actl_1 {
	width: auto;
	height: auto;
	min-height: 35px;
	font-size: 30px;
}

.act_left hr {
	width: 100%;
	max-width: 90px;
	margin: 15px 0;
	border: 1.5px solid #ffffff;
}

.actl_2 {
	width: auto;
	height: auto;
	max-width: 560px;
	font-size: 14px;
	margin-top: 30px;
	line-height: 25px;
}

.actl_3 {
	width: auto;
	height: auto;
	min-width: 680px;
	font-size: 14px;
	margin-top: 40px;
	line-height: 25px;
}

.act_right {
	width: 50%;
	float: left;
}

.actr_1 {
	width: 375px;
	min-height: 40px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: 0px;
	font-size: 34px;
	text-align: right;
}

.act_right hr {
	width: 100%;
	max-width: 90px;
	margin: 15px 0;
	margin-left: auto;
	margin-right: 0;
	border: 1.5px solid #ffffff;
}

.actr_2 {
	width: auto;
	min-height: 35px;
	margin-top: 15px;
	text-align: right;
	font-size: 24px;
}

.actr_3 {
	width: 100%;
	max-width: 480px;
	min-width: 0px;
	height: auto;
	min-height: 303px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: 0px;
	background: #0256AC;
	padding: 20px;
	box-sizing: border-box;
	line-height: 25px;
	font-size: 14px;
}

/* 服务范围 */
.m2 {
	margin-top: 70px;
	text-align: center;
}

.m2 .list {
	width: 100%;
	padding-top: 20px;
}

.m2 .list a {
	display: block;
	width: 33.33%;
	height: auto;
	float: left;
	position: relative;
}

.m2 .list a .img {
	width: 100%;
	border: none;
	display: block;
}

.m2 .list a .list-a .img-p-hui {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2
}

.m2 .list a .list-b .img-p-lu {
	position: absolute;
	width: 100%;
	height: 70px;
	left: 0;
	bottom: 0;
	background: #0256AC;
	z-index: 2
}

.m2 .list a .list-a .img-p-img {
	font-size: 18px;
	font-weight: bold;
	z-index: 3;
	position: absolute;
	top: 32%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #ffffff;
}

.m2 .list a .list-a .img-p-img img {
	padding-bottom: 20px;
}

.m2 .list a .list-b .img-p-img {
	padding-bottom: 16px;
	font-size: 18px;
	font-weight: bold;
	z-index: 3;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #ffffff;
}

.m2 .list a .list-b .img-p-img img {
	padding-bottom: 10px;
}

.m2 .list a .list-a {
	display: block;
}

.m2 .list a .list-b {
	display: none;
}

/* top-menu */
.menu-m{
	position: absolute;
	top: 10px;
	right: 15px;
	display: none;
}
.menu-m img{
	width: 30px;
}
.header .nav_hide{
	position: absolute;
	top: 50px;
	left: 0;
	z-index:10000;
	width: 100%;
	background:rgba(0, 96, 158, 0.8);
	padding: 0;
	letter-spacing: 1px;
	display: none;
}
.nav_hide li{height:45px;line-height:45px;border-bottom:1px #DDDDDD solid;}
.nav_hide li:nth-child(1){ border-top:none;}
.nav_hide li:nth-child(9){ border-bottom:none;}
.nav_hide li a{display:block;font-size:20px;color:#fff;text-align:center;}

.footer {
	height: 420px;
	width: 100%;
	padding-top: 50px;
	position: relative;
}

.wp1060 {
	position: relative;
	z-index: 2
}

.footer-bg {
	width: 100%;
	height: 420px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #333333;
}

.wp1060 {
	width: 1200px;
	margin: 0 auto
}

.footer-nav {
	padding-top: 50px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #c7c7c7;
	margin-bottom: 10px
}

.footer-nav .li {
	float: left;
	height: 240px;
	border-right: 1px solid #d9d9d9;
	line-height: 35px;
	padding: 0 60px
}

.footer-nav .li li {
	line-height: 35px
}

.footer-nav .li li a {
	font-size: 16px;
	color: #CCCCCC;
}

.footer-nav .li li a:hover {
	color: #bfa383
}

.footer-nav .li:first-child {
	padding-left: 0
}

.footer-nav .er {
	width: 270px;
	height: 140px;
	line-height: 140px;
	float: left;
	text-align: center;
	margin-left: 50px;
}

.footer-nav .er>.fl {
	width: 112px;
	margin: 0 10px
}

.footer-nav .er .img {
	box-sizing: border-box;
	line-height: 0;
	background: #fff
}

.footer-nav .er img {
	max-width: 100%;
	vertical-align: top
}

.footer-nav .er .title {
	line-height: 25px;
	color: #FFFFFF;
}

.footer-nav .a {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.footer-nav .er .title-one{
	font-size: 16px;
	font-weight: bold;
}
.friendship{
	color: #CCCCCC;
	margin-top: 30px;
}
.friendship a{
	color: #CCCCCC;
	font-size: 14px;
}
.footer-last{
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #CCCCCC;
	text-align: center;
}
.footer-last a{
	font-size: 14px;
	color: #CCCCCC;
	margin-left: 20px;
}


/*移动端底部导航*/
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	display:none;
}
.phonefooternav ul{
	padding: 0;
}
.phonefooternav ul li {
	width: 30%;
	background: #0256AC;
	float: left;
	padding: 5px 0;
	border-right: 1px solid #FFFFFF;
	list-style: none;
	box-sizing: border-box;
}
.phonefooternav ul li:nth-child(2){
	width: 70%;
	background: #FF0000;
}
.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}
.phonefooternav ul li a:hover .call {
	color: yellow;
}
.phonefooternav ul li a img {
	width: 22px;
	padding: 2px 0;
}
.phonefooternav p{
	color: #FFFFFF;
}

/* page */
.pages{
	display: table;
    margin: 0 auto 20px;
}
.pages b {
  display: block;
  float: left;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #2562b3;
  background: #2562b3;
  border-radius: 3px;
}
.pages a {
  display: block;
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #2562b3;
  border-radius: 3px;
}
.pages span {
  display: block;
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #2562b3;
}
.pages a:hover {
  background: #2562b3;
  color: #fff;
  border: 1px solid #2562b3;
}

.jump {margin-top: 36px; padding: 16px 0; color: #333; border-top: 1px solid #E1E1E1;}
.jump p {color: #333; line-height: 32px;text-indent: 0;text-align: left;}
.jump p a{color: #666666;}
.jump p a:hover {color: #0256AC;}

/*联系我们页面*/
.inner-con .con{
	padding: 30px 10px;
}
.inner-con .con_l{
	padding: 0;
	width: 75%;
	float: left;
}
.inner-con .con_l img{
	max-width: inherit;
}
.inner-con .lx_con{
	background: #0256AC;
	color: #fff;
	padding: 40px 30px 60px;
	width: 25%;
	float: left;
	box-sizing: border-box;
}
.inner-con .lx_con b{
	display: block;
	font-weight: bold;
}
.inner-con .lx_con strong{
	font-weight: bold;
}
.inner-con .lx_con p{
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
}
.fz16{
	font-size: 16px;
	line-height: 30px;
}
.fz30{
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

/* 洽谈合作 */
.qthz{
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}
.hz_box{
	float: left;
	width: 16%;
	text-align: center;
	background: url(../images/jt.jpg) -15px center no-repeat;
}
.hz_box:nth-child(1){
	background: none;
}
.hz_box div{
	margin: 0 auto;
}
.hz_1{
	width: 100px;
	height: 100px;
	background-image: url(../images/hz_01.png);
	-moz-background-size: 100% 100%; 
	background-size: 100% 100%;
}
.hz_2{
	width: 100px;
	height: 100px;
	background-image: url(../images/hz_02.png);
	-moz-background-size: 100% 100%; 
	background-size: 100% 100%;
}
.hz_3{
	width: 100px;
	height: 100px;
	background-image: url(../images/hz_03.png);
	-moz-background-size: 100% 100%; 
	background-size: 100% 100%;
}
.hz_4{
	width: 100px;
	height: 100px;
	background-image: url(../images/hz_04.png);
	-moz-background-size: 100% 100%; 
	background-size: 100% 100%;
}
.hz_5{
	width: 100px;
	height: 100px;
	background-image: url(../images/hz_05.png);
	-moz-background-size: 100% 100%; 
	background-size: 100% 100%;
}
.hz_6{
	width: 100px;
	height: 100px;
	background-image: url(../images/hz_06.png);
	-moz-background-size: 100% 100%; 
	background-size: 100% 100%;
}


@media(max-width:1440px) {
	.menu-txt {
		padding-left: 8%;
		padding-right: 8%
	}

	.line {
		margin-bottom: 15px
	}

	.menu-tit {
		font-size: 22px
	}

	.news-left-tit,
	.news-right-tit {
		font-size: 22px
	}

	.date {
		font-size: 50px
	}

	.news-right-con {
		margin-left: 10px
	}

	.news-right-tit {
		margin-bottom: 10px
	}

	.txt p:nth-child(1) {
		font-size: 30px
	}

	.txt p:nth-child(2) {
		font-size: 20px
	}

	.banner .swiper-slide .txt.txt2 p:nth-child(1){
		font-size: 32px;
	}
	
	.banner .swiper-slide .txt.txt2 p:nth-child(2){
		font-size: 20px;
	}

	.banner .swiper-slide .txt.txt4 p:nth-child(1) {
		font-size: 48px
	}

	.banner .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 20px
	}
}

@media(max-width:1200px) {
	.menu-txt {
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 5%
	}

	.menu-tit2 {
		font-size: 16px
	}

	.line {
		margin-top: 12px;
		margin-bottom: 8px
	}

	.menu-tit {
		font-size: 20px
	}

	.news-left-tit,
	.news-right-tit {
		font-size: 20px
	}

	.news-left-time {
		margin-bottom: 10px
	}

	.date {
		font-size: 42px
	}

	.time {
		font-size: 14px
	}

	.news-list ul li {
		padding-top: 10px;
		padding-bottom: 8px
	}

	.txt p:nth-child(1) {
		font-size: 30px
	}

	.txt p:nth-child(2) {
		font-size: 18px
	}

	.banner .swiper-slide .txt.txt2 p:nth-child(1),
	.banner .swiper-slide .txt.txt2 p:nth-child(2) {
		font-size: 28px
	}

	.banner .swiper-slide .txt.txt4 p:nth-child(1) {
		font-size: 36px
	}

	.banner .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 15px
	}
}

@media(max-width:992px) {
	.menu-txt {
		padding-left: 8%;
		padding-right: 8%;
		padding-top: 10%
	}

	.menu-info {
		line-height: 20px
	}

	.menu-info {
		display: none
	}

	.txt p:nth-child(1) {
		font-size: 24px
	}

	.txt p:nth-child(2) {
		font-size: 16px
	}

	.banner .swiper-slide .txt.txt2 p:nth-child(1),
	.banner .swiper-slide .txt.txt2 p:nth-child(2) {
		font-size: 24px
	}

	.banner .swiper-slide .txt.txt4 p:nth-child(1) {
		font-size: 24px
	}

	.banner .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 10px
	}
	.inner-con .con_l{
		width: 100%;
	}
	.inner-con .lx_con{
		width: 100%;
	}
}

@media(max-width:768px) {
	.banner .swiper-slide .txt {
		width: 100%
	}

	.banner .swiper-slide img {
		width: auto;
		height: 200px;
		max-width: 100%;
	}

	.banner .swiper-slide p {
		color: #FFFFFF;
		font-size: 14px;
		text-shadow: 3px 2px 6px #000000;
	}

	.banner .swiper-slide p:first-child {
		font-size: 20px
	}

	.banner .swiper-slide .txt.txt1,
	.banner .swiper-slide .txt.txt2,
	.banner .swiper-slide .txt.txt3,
	.banner .swiper-slide .txt.txt4 {
		width: 90%;
		left: 50%;
		top: 50%;
		text-align: center;
		transform: translateX(-50%)translateY(-50%);
		-webkit-transform: translateX(-50%)translateY(-50%);
		-moz-transform: translateX(-50%)translateY(-50%)
	}

	.txt p:nth-child(2) {
		margin-top: 5```````px
	}

	.banner .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 10px
	}

	.banner .swiper-slide-active p,
	.banner .swiper-slide-duplicate-active p {
		animation: none;
		-webkit-animation: none
	}

	.child-menu.move ul li>div,
	.child-menu ul li>a {
		-webkit-transform: translate3d(0%, 0, 0) rotate(.0001deg);
		-moz-transform: translate3d(0%, 0, 0) rotate(.0001deg);
		transform: translate3d(0%, 0, 0) rotate(.0001deg)
	}

	.child-menu ul li a:before {
		display: none
	}

	.menu-img,
	.line,
	.menu-tit2,
	.menu-info,
	.right_icon {
		display: none
	}

	.child-menu ul li {
		height: 50px;
		border: 1px solid #d6d6d6;
		border-right: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box
	}

	.child-menu ul li:first-child {
		border-left: none
	}

	.menu-txt {
		position: relative;
		color: #333;
		padding: 0
	}

	.menu-txt .menu-tit {
		font-size: 16px;
		color: #333;
		line-height: 50px;
		text-align: center
	}

	.child-menu ul li:hover {
		background: #0256AC;
		border-color: #0256AC
	}

	.child-menu ul li:hover .menu-tit {
		color: #fff
	}

	.case {
		margin-top: 10px;
		padding-bottom: 30px
	}

	.news {
		padding-bottom: 30px;
		padding-top: 50px;
	}

	.swiper-case {
		margin-top: 20px
	}

	.swiper-bottom {
		margin-top: 15px
	}

	.news_menu ul li {
		width: 100px;
		font-size: 16px;
		height: 40px;
		line-height: 40px
	}

	.news_menu ul li::after {
		width: 14px;
		height: 6px;
		background-size: 14px 6px
	}

	.news_menu ul li:hover::after,
	.news_menu ul li.cur::after {
		bottom: -6px
	}

	.news-con {
		margin-top: 25px;
		padding-bottom: 70px;
	}

	.news-left,
	.news-right {
		float: none;
		width: 100%
	}

	.news-left-tit,
	.news-right-tit {
		font-size: 18px;
		margin-top: 20px;
		line-height: 1.2
	}

	.news-left-time {
		margin-bottom: 10px
	}

	.date {
		font-size: 42px
	}

	.time {
		font-size: 12px
	}

	.news-right-left {
		width: 50px
	}

	.news-right-con {
		width: calc(100% - 60px);
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		margin-left: 10px
	}

	.news-right-tit {
		margin-top: 0;
		margin-bottom: 10px
	}

	.news-right-txt {
		line-height: 18px;
		height: 36px
	}

	.news-list {
		margin-top: 20px
	}

	.about {
		background-size: auto 100%;
		padding-top: 25px;
		padding-bottom: 25px
	}

	.about .about-con {
		line-height: 20px;
		margin-top: 15px
	}

	.more {
		margin-top: 15px
	}

	.news-left-txt {
		line-height: 20px
	}

	.banner .swiper-slide .txt p:nth-child(1),
	.banner .swiper-slide .txt.txt2 p:nth-child(1),
	.banner .swiper-slide .txt.txt4 p:nth-child(1) {
		font-size: 18px;
		line-height: 1.6
	}

	.banner .swiper-slide .txt p:nth-child(2),
	.banner .swiper-slide .txt.txt2 p:nth-child(2) {
		font-size: 15px;
		line-height: 1.4
	}

	.act_left {
		display: none;
	}

	.act_right {
		width: 100%;
	}

	.actr_1 {
		width: auto;
	}

	.menu {
		display: none;
	}

	.actr_3 {
		margin-top: 30px;
	}

	.floor_1_main {
		display: none;
	}

	.index-about {
		margin-top: 50px;
	}

	.g-tit01 {
		margin-top: 50px;
	}

	.g-tit01 .tit {
		font-size: 24px;
	}

	.g-tit01 p {
		font-size: 16px;
	}

	.m-list01 {
		background-image: none;
		background: #0256AC;
		padding: 50px 0 30px;
		margin-top: 50px;
	}

	.ul-imgtxt02 {
		width: 95%;
		margin-right: 2%;
	}

	.m2 {
		display: none;
	}
	.phonefooternav{
		display: block;
	}
	.footer{
		display: none;
	}
	.menu-m{
		display: block;
	}
	.inner-con .con_l img{
		width: inherit;
	}
	.qthz{
		margin-top: 0;
	}
	.hz_box{
		width: 50%;
	}
	.hz_box:nth-child(odd){
		background: none;
	}
	.case-tit{
		font-size: 18px;
		line-height: 20px;
	}
}

/*feedback*/

.ny_feed_ny {
	width: 100%;
	padding: 3em 0;
	height: auto;
	overflow: hidden
}

.ny_feed_tit {
	text-align: center;
	padding-bottom: 1em;
	border-bottom: 1px solid #e6e6e6;
	color: #626262
}

.ny_feed_tit span {
	font-size: 1.6em;
	font-weight: bold;
	color: #067abc;
	display: block;
	text-align: center;
	line-height: 3em
}

.ny_feed_ny form {
	margin-top: 3em
}

.lyb {
	width: 50%;
	margin: .5em auto;
}

.lyb input {
	width: 100%;
	border: 1px solid #e7e7e7;
	color: #626262;
	height: 3em;
	font-size: 1.1em
}

.lyb textarea {
	width: 100%;
	border: 1px solid #e7e7e7;
	color: #626262;
	height: 8em;
	font-size: 1.1em
}

.lyb_tj {
	width: 20%;
	margin: 2em auto;
}

.lyb_tj input {
	width: 100%;
	background-color: #067abc;
	border: 1px solid #067abc;
	color: #fff;
	height: 3em;
	font-size: 1.3em
}

@media (max-width:991px) {

	.lyb {
		width: 70%;
	}

	.lyb_tj {
		width: 40%;
	}
}

@media (max-width:640px) {
	.ny_news_ny {
		padding: 3em 0;
	}

	.lyb {
		width: 100%;
	}

	.lyb_tj {
		width: 50%;
	}
}

@media (max-width:320px) {

	.lyb_tj {
		width: 100%;
	}
}
