@import url("font_2807034_9rxk0owj6gf.css");
@import url("master.css");
@import url("wow.css");
/*》》》》》》》》》》字体引用《《《《《《《《《《*/
@font-face {
	font-family: 'TT0627M';
	src: url('../font/TT0627M_.TTF');
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>页头<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	padding: 0 2vw;
}
.header .logo {
	display: inline-block;
/*	padding: .8vw 0;*/
}
.header .logo img {
	height: 64px;
}
.header .nav {
	margin-right: 9vw;
}
.header .nav>li {
	margin-right: 3.4vw;
}
.header .nav>li>a {
	font-size: 16px;
	position: relative;
	line-height: 64px;
	padding: .8vw 0;
}
.header .nav>li>a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
	-webkit-opacity: 0;
}
.header .nav>li>a.on:after {
	width: 100%;
	left: 0;
	opacity: 1;
	-webkit-opacity: 1;
}
.header.onshow .nav>li>a:after {
	background-color: #1d6bdd;
}
.header .nav>li:last-child {
	padding-right: 0;
}
.header .phone {
	line-height: 64px;
	padding: .8vw 0;
	align-items: center;
}
.header .phone>.phoneIcon {
	height: 28px;
	margin-right: .5vw;
}
.header .phone>.phoneIcon img {
	height: 100%;
}
.header .phone>.phonetxt {
	font-size: 22px;
}
.header:after {
	content: '';
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,.1);
}
.header.onshow {
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.onshow .nav>li>a {
	color: #333;
}
.header.onshow .phone>.phonetxt {
	color: #1d6bdd;
}
.header.onshow .nav>li>a.on:after {
	background: #1d6bdd;
}
.nav_two {
	position: absolute;
	top: 80%;
	left: 50%;
	padding: .5vw 0;
	width: 110px;
	margin-left: -55px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.nav_two:before {
	content: '';
	position: absolute;
	top: -6px;
	left: 50%;
	width: 0;
	height: 0px;
	margin-left: -6px;
	border-style: solid;
	border-width: 6px;
	border-color: #fff #fff transparent transparent;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	box-shadow: 2px -2px 2px rgba(153,153,153,.1);
	-webkit-box-shadow: 2px -2px 2px rgba(153,153,153,.1);
}
.nav_two>li>a {
	white-space: nowrap;
	line-height: 36px;
}
.nav_two>li.on>a {
	color: #1d6bdd;
}
.nav_two.jw_ls {
	width: 140px;
	margin-left: -70px;
}
.header .menu {
	position: absolute;
	right: 0;
	top: 0;
}
.header .menu .menu_btn {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: none;
}
.header .menu .menu_btn:after {
	display: none;
}
.header .menu .menu_btn span {
	background: #fff;
	position: absolute;
	width: 18px;
	height: 2px;
	left: 50%;
	margin-left: -9px;
}
.header .menu .menu_btn span:nth-child(1) {
	top: 18px;
}
.header .menu .menu_btn span:nth-child(2) {
	top: 50%;
	margin-top: -1px;
}
.header .menu .menu_btn span:nth-child(3) {
	bottom: 18px;
}
.header.mobile_side .menu .menu_btn span:nth-child(1) {
	top: 24px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.header.mobile_side .menu .menu_btn span:nth-child(2) {
	opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden;
}
.header.mobile_side .menu .menu_btn span:nth-child(3) {
	bottom: 24px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>banner<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
#homeBanner {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 2;
}
#homeBanner .homeBanner_nav {
	position: absolute;
	bottom: 3vw;
	left: 0;
	z-index: 50;
	align-items: flex-end;
	height: 50px;
}
.homeBanner_nav .homeBanner_num #banner_num {
	font-size: 30px;
	line-height: 30px;
}
.homeBanner_nav .homeBanner_num em {
	font-size: 16px;
	color: rgba(255,255,255,.8);
}
.homeBanner_nav .homeBanner_navbtn {
	margin-left: 1.5vw;
}
.homeBanner_nav .homeBanner_navbtn .swiper-pagination-bullet {
	width: 4px;
	background: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	height: 20px;
	margin-right: .6vw;
	opacity: 1;
	-webkit-opacity: 1;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.homeBanner_nav .homeBanner_navbtn .swiper-pagination-bullet:last-child {
	margin-right: 0;
}
.homeBanner_nav .homeBanner_navbtn .swiper-pagination-bullet-active {
	height: 40px;
	background-color: #2778be;
}
#homeBanner .homeBanner_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#homeBanner .homeBanner_bg>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#homeBanner .homeBanner_cnt {
	width: 100%;
	height: 100%;
	align-items: center;
}
.homeBanner_txt .homeBanner_letter {
	font-size: 4.68vw;
	line-height: 4.68vw;
	text-transform: uppercase;
	font-weight: bold;
	color: rgba(255,255,255,.3);
	margin-bottom: 1.5vw;
}
.homeBanner_txt .homeBanner_name01 {
	font-size: 3vw;
	line-height: 3vw;
	font-weight: bold;
	letter-spacing: 4px;
	margin-bottom: 1.25vw;
}
.homeBanner_txt .homeBanner_name02 {
	font-size: 1.45vw;
	line-height: 1.45vw;
	font-weight: 300;
}
.homeBanner_txt .homeBanner_more {
	margin-top: 3vw;
	display: inline-block;
}
.homeBanner_txt .homeBanner_more>a {
	align-items: center;
}
.homeBanner_txt .homeBanner_more>a span {
	font-size: 18px;
}
.homeBanner_txt .homeBanner_more>a em {
	margin-left: 1.5vw;
	height: 7px;
}
.homeBanner_txt .homeBanner_more>a em>img {
	height: 100%;
}
.homeBanner_txt .more_circular {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 20%;
	margin-top: -30px;
	opacity: 0;
	-webkit-opacity: 0;
	z-index: -1;
}
.homeBanner_txt .more_circular>svg {
	-webkit-animation: stroke 2s linear infinite;
	animation: stroke 2s linear infinite;
}
@-webkit-keyframes stroke {
 0% {
transform:rotate(0deg);
-webkit-transform:rotate(0deg);
}
 100% {
transform:rotate(720deg);
-webkit-transform:rotate(360deg);
}
}
@keyframes stroke {
 0% {
transform:rotate(0deg);
-webkit-transform:rotate(0deg);
}
 100% {
transform:rotate(720deg);
-webkit-transform:rotate(360deg);
}
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>master_title/master_more<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.master_title {
	z-index: 20;
	height: 8vw;
	align-items: flex-end;
}
.master_title h3 {
	font-size: 1.97vw;
	line-height: 1.97vw;
	font-weight: bold;
	padding-left: 4vw;
	margin-bottom: .7vw;
}
.master_title .master_initials {
	position: absolute;
	bottom: 1vw;
	left: 0;
	z-index: -1;
}
.master_title .master_initials img {
	height: 7vw;
}
.master_title .master_translate {
	font-size: 1.45vw;
	color: #dadada;
	font-style: oblique;
	padding-left: 1vw;
	font-weight: bold;
	text-transform: uppercase;
}
.master_more .master_more_btn {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.master_more .master_more_btn .master_aperture {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	opacity: 0;
	-webkit-opacity: 0;
	z-index: -1;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>滚轮指示<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.roller {
	position: absolute;
	bottom: 6vw;
	right: 4vw;
	z-index: 50;
}
.roller .roller_btn {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	z-index: 2;
}
.roller .roller_btn:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8px;
	height: 8px;
	background-color: #fff;
	margin-left: -4px;
	margin-top: -4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	z-index: 2;
}
.roller .roller_btn .roller_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 14px;
	margin-left: -7px;
	z-index: 1;
}
.roller .roller_btn .roller_icon img {
	width: 100%;
}
.roller .roller_btn .roller_aperture {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	z-index: -1;
	animation: soak 3s infinite;
	-webkit-animation: soak 3s infinite;
	z-index: -1;
}
@keyframes soak {
 0% {
 background-color:rgba(29,107,221, 0.9);
transform:scale(1);
-webkit-transform:scale(1);
}
 50% {
 background-color:rgba(29,107,221, 0.4);
transform:scale(2);
-webkit-transform:scale(2);
}
 100% {
 background-color:rgba(29,107,221, 0.9);
transform:scale(1);
-webkit-transform:scale(1);
}
}
@-webkit-keyframes bannerNext {
 0% {
 background-color:rgba(29,107,221, 0.9);
transform:scale(1);
-webkit-transform:scale(1);
}
 50% {
 background-color:rgba(29,107,221, 0.4);
transform:scale(2);
-webkit-transform:scale(2);
}
 100% {
 background-color:rgba(29,107,221, 0.9);
transform:scale(1);
-webkit-transform:scale(1);
}
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>返回顶部<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
#back_top {
	position: fixed;
	right: 4.8vw;
	bottom: 0;
	z-index: 888;
}
#back_top.onshow {
	bottom: 5vw;
	opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}
#back_top .master_more .master_aperture {
	background-color: rgba(29,107,221,.7);
}
#back_top .master_more .master_more_btn {
	color: #fff;
}
#back_top .master_more .master_more_btn .master_more_txt>i {
	font-size: 24px;
}
#back_top .master_more .master_aperture.circle01 {
	animation: scalej01 2s .4s infinite;
	-webkit-animation: scalej02 2s .4s infinite;
}
@keyframes scalej01 {
 0% {
transform:scale(1);
-webkit-transform:scale(1);
opacity:1;
-webkit-opacity:1;
}
 100% {
transform:scale(1.4);
-webkit-transform:scale(1.4);
opacity:0;
-webkit-opacity:0;
}
}
@-webkit-keyframes scalej01 {
 0% {
transform:scale(1);
-webkit-transform:scale(1);
opacity:1;
-webkit-opacity:1;
}
 100% {
transform:scale(1.4);
-webkit-transform:scale(1.4);
opacity:0;
-webkit-opacity:0;
}
}
#back_top .master_more .master_aperture.circle02 {
	animation: scalej02 2s infinite;
	-webkit-animation: scalej02 2s infinite;
}
@keyframes scalej02 {
 0% {
transform:scale(1);
-webkit-transform:scale(1);
opacity:1;
-webkit-opacity:1;
}
 100% {
transform:scale(1.8);
-webkit-transform:scale(1.8);
opacity:0;
-webkit-opacity:0;
}
}
@-webkit-keyframes scalej02 {
 0% {
transform:scale(1);
-webkit-transform:scale(1);
opacity:1;
-webkit-opacity:1;
}
 100% {
transform:scale(1.8);
-webkit-transform:scale(1.8);
opacity:0;
-webkit-opacity:0;
}
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>气泡<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/ 
.bubble {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.bubble span, .back_bubble span {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	z-index: -1;
	transition: ease 1s;
	-webkit-transition: ease 1s;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	opacity: 0;
	-webkit-opacity: 0;
}
.bubble span:nth-child(1) {
	animation: pao 4s linear infinite;
	-webkit-animation: pao 4s linear infinite;
	background: rgba(29,107,221,.6);
}
.bubble span:nth-child(2) {
	animation: pao3 6s linear infinite;
	-webkit-animation: pao3 6s linear infinite;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	background: rgba(29,107,221,.8);
}
.bubble span:nth-child(3) {
	animation: pao2 3s linear infinite;
	-webkit-animation: pao2 3s linear infinite;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
	background: rgba(29,107,221,1);
}
.bubble span:nth-child(4) {
	animation: pao4 9s linear infinite;
	-webkit-animation: pao4 9s linear infinite;
	background: rgba(29,107,221,.3);
}
.bubble span:nth-child(5) {
	animation: pao5 7s linear infinite;
	-webkit-animation: pao5 7s linear infinite;
	background: rgba(29,107,221,.5);
}
 @keyframes pao {
 0% {
 transform: translate(200%, -30px) rotate(360deg) scale(.4, .4);
 -webkit-transform: translate(200%, -30px) rotate(360deg) scale(.4, .4);
 opacity:1;
-webkit-opacity:1;
}
 50% {
 transform: translate(0%, -70px) rotate(360deg) scale(.8, .8);
 -webkit-transform: translate(0%, -70px) rotate(360deg) scale(.8, .8);
 opacity:.5;
-webkit-opacity:.5;
}
 100% {
 transform: translate(-200%, -100px) rotate(360deg) scale(1, 1);
 -webkit-transform: translate(-200%, -100px) rotate(360deg) scale(1, 1);
 opacity:0;
-webkit-opacity:0;
}
}
 @keyframes pao2 {
 0% {
 transform:translate(-200%, 0px) rotate(360deg) scale(1, 1);
 -webkit-transform:translate(-200%, 0px) rotate(360deg) scale(1, 1);
 opacity:1;
-webkit-opacity:1;
}
 50% {
 transform: translate(250%, -50px) rotate(360deg) scale(.8, .8);
 -webkit-transform: translate(250%, -50px) rotate(360deg) scale(.8, .8);
 opacity:.5;
-webkit-opacity:.5;
}
 100% {
 transform: translate(100%, -100px) rotate(360deg) scale(.4, .4);
 -webkit-transform: translate(100%, -100px) rotate(360deg) scale(.4, .4);
 opacity:0;
-webkit-opacity:0;
}
}
 @keyframes pao3 {
 0% {
 transform: translate(0%, 0px) rotate(360deg) scale(1, 1);
 -webkit-transform: translate(0%, 0px) rotate(360deg) scale(1, 1);
 opacity:1;
-webkit-opacity:1;
}
 50% {
 transform: translate(-250%, -50px) rotate(360deg) scale(.8, .8);
 -webkit-transform:translate(-250%, -50px) rotate(360deg) scale(.8, .8);
 opacity:.5;
-webkit-opacity:.5;
}
 100% {
 transform: translate(-300%, -100px) rotate(360deg) scale(.4, .4);
 -webkit-transform:translate(-300%, -100px) rotate(360deg) scale(.4, .4);
 opacity:0;
-webkit-opacity:0;
}
}
@keyframes pao4 {
 0% {
 transform: translate(400%, 0px) rotate(360deg) scale(1, 1);
 -webkit-transform: translate(400%, 0px) rotate(360deg) scale(1, 1);
 opacity:1;
-webkit-opacity:1;
}
 50% {
 transform: translate(400%, -50px) rotate(360deg) scale(.8, .8);
 -webkit-transform: translate(400%, -50px) rotate(360deg) scale(.8, .8);
 opacity:.5;
-webkit-opacity:.5;
}
 100% {
 transform: translate(-100%, -100px) rotate(360deg) scale(.4, .4);
 -webkit-transform: translate(-100%, -100px) rotate(360deg) scale(.4, .4);
 opacity:0;
-webkit-opacity:0;
}
}
@keyframes pao5 {
 0% {
 transform: translate(-400%, 0px) rotate(360deg) scale(.1, .1);
 -webkit-transform:translate(-400%, 0px) rotate(360deg) scale(.1, .1);
 opacity:1;
-webkit-opacity:1;
}
 50% {
 transform: translate(-400%, -50px) rotate(360deg) scale(.6, .6);
 -webkit-transform: translate(-400%, -50px) rotate(360deg) scale(.6, .6);
 opacity:.5;
-webkit-opacity:.5;
}
 100% {
 transform: translate(0%, -100px) rotate(360deg) scale(1, 1);
 -webkit-transform: translate(0%, -100px) rotate(360deg) scale(1, 1);
 opacity:0;
-webkit-opacity:0;
}
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>走进诚志<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.czAbout {
	z-index: 2;
}
.czAbout .czAbout_t {
	margin-bottom: 3vw;
	align-items: center;
}
.czAbout .master_more {
	margin-left: auto;
	margin-top: 1.5vw;
}
.czAbout .master_more .master_more_btn {
	color: #fff;
}
.czAbout .master_more .master_more_btn .master_more_txt i {
	font-size: 20px;
}
.czAbout .master_more .master_more_btn .master_aperture.circle01 {
	background-color: rgba(29,107,221,.3);
}
.czAbout .master_more .master_more_btn .master_aperture.circle02 {
	background-color: rgba(29,107,221,.1);
}
.czAbout .czAbout_l {
	width: 55%;
	background: url(../images/about_bg1.jpg) no-repeat center center;
	background-size: cover;
	padding: 7vw 8vw 7vw 10vw;
}
.czAbout .czAbout_line {
	text-indent: 2em;
	line-height: 34px;
	font-size: 16px;
	padding-right: 4vw;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
}
.czAbout .czAbout_r {
	width: 45%;
	background: url(../images/about_bg2.jpg) no-repeat center center;
	background-size: cover;
	align-items: center;
}
.czAbout_r .qft {
	padding: 0 4vw;
}
.qft .qft_title h3 {
	margin-bottom: 3.5vw;
	font-size: 1.66vw;
}
.qft_slide {
	position: relative;
}
.qft_slide .qft_img {
	height: 300px;
	align-items: center;
}
.qft_slide .qft_img img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	margin: 0 auto;
}
.qft_slide .qft_name {
	font-size: 16px;
	margin-top: 1vw;
}
#qft_box {
	width: 100%;
	padding: 0 20%;
}
#qft_box .swiper-button-prev, #qft_box .swiper-button-next {
	background: none;
	color: #fff;
	width: 34px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
#qft_box .swiper-button-prev i, #qft_box .swiper-button-next i {
	font-size: 32px;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>statistics<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.statistics {
	padding: 4vw 0;
	background: url(../images/statisticsbg.jpg) no-repeat center center;
	background-size: cover;
	z-index: 2;
}
.statistics li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: rgba(255,255,255,.1);
}
.statistics li:last-child:after {
	display: none;
}
.statistics .statistics_data {
	padding-bottom: 1vw;
	line-height: 2.5vw;
	align-items: center;
	justify-content: center;
}
.statistics .statistics_data em {
	font-size: 2.5vw;
}
.statistics .statistics_data span {
	font-size: 22px;
}
.statistics .statistics_name {
	font-size: 16px;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>业务范围<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
#business_canvas {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.business_box .master_title {
	position: absolute;
	top: 4.4vw;
}
.business {
	padding: 8vw 0;
	background-color: #d6e3f6;
	background-image: linear-gradient(to bottom right, #fff 30%, #d6e3f6);
	z-index: 2;
	overflow: hidden;
}
.business_list {
	flex-wrap: wrap;
}
.business_item {
	padding: 1vw;
}
.business_item>a {
	-webkit-box-shadow: 0 0 10px rgba(160,160,160,.1);
	box-shadow: 0 0 10px (160, 160, 160, .1);
	z-index: 2;
	overflow: hidden;
}
.business_item>a, .business_item .business_more {
	width: 100%;
	padding-bottom: 100%;
	height: 0;
}
.business_item>a .business_txt {
	position: absolute;
	left: 0;
	top: 0;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 2.5vw;
}
.business_item>a .business_icon {
	width: 50px;
	height: 50px;
	overflow: hidden;
}
.business_item>a .business_icon>div {
	width: 100%;
	height: 100%;
}
.business_item>a .business_icon>div>p {
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.business_item>a .business_icon>div>p img {
	max-width: 100%;
}
.business_item>a .business_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.business_item>a .business_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.business_item .business_line {
	overflow: hidden;
}
.business_item .business_line .business_li li {
	align-items: center;
	line-height: 32px;
}
.business_item .business_line .business_li span {
	font-size: 16px;
}
.business_item .business_line .business_li i {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: .5vw;
}
.business_item>a .business_title {
	padding-top: 1.5vw;
	padding-bottom: 2vw;
}
.business_item>a .business_title h5 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}
.business_item>a .business_title p {
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: 100%;
}
.business_item>a .business_line .business_p {
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.business_item:nth-child(-n+3) {
	order: -2;
}
.business_more {
	order: -1;
}
.business_more>a {
	align-items: center;
	background-color: #03abad;
}
.business_more .master_more_btn .master_more_txt i {
	font-size: 20px;
}
.business_more .master_aperture.circle01 {
	background-color: rgba(255,255,255,.3);
}
.business_more .master_aperture.circle02 {
	background-color: rgba(255,255,255,.1);
}
.business_more .master_more_btn {
	color: #03abad;
}
.business_more .business_more_p {
	margin-top: 2vw;
	font-size: 16px;
}
.business_bg {
	position: absolute;
	bottom: -25vw;
	right: -15vw;
	z-index: -2;
	width: 55vw;
}
.business_bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>业绩展示<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
#particles {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 1;
}
.case {
	padding-top: 6vw;
	z-index: 2;
}
.case .case_t {
	align-items: flex-end;
	margin-bottom: 4vw;
}
.case .case_tab {
	margin-left: auto;
	padding-bottom: 1vw;
}
.case .case_tab li {
	padding: 0 .5vw;
}
.case .case_tab li a {
	padding: 0 1.5vw;
	height: 42px;
	line-height: 42px;
	background-color: #f1f2f4;
	border-radius: 42px;
	-webkit-border-radius: 42px;
	overflow: hidden;
	z-index: 2;
	font-size: 16px;
}
.case .case_tab li a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
	background-color: #1d6bdd;
	height: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.case .case_tab li a.on {
	color: #fff;
}
.case .case_tab li a.on:after {
	height: 100%;
}
.case_box {
	margin: -1px;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.case_list {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.case_list.on {
	visibility: visible;
	z-index: 2;
}
.case_item {
	padding: 1px;
	transform: scale(0);
	-webkit-transform: scale(0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.case_list.on .case_item {
	transform: none;
	-webkit-transform: none;
	visibility: visible;
}
.case_item>a {
	width: 100%;
	height: 0;
	padding-bottom: 60%;
}
.case_item .case_img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	overflow: hidden;
}
.case_item .case_img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}
.case_item .case_title {
	width: 100%;
	left: 0;
	position: absolute;
	bottom: 2vw;
	padding: 0 2vw;
	z-index: 2;
}
.case_item .case_title h5 {
	font-size: 1.875vw;
	line-height: 1.875vw;
	margin-bottom: 2px;
	font-weight: 100;
	font-family: 'TT0627M';
}
.case_item .case_title p {
	font-size: 1.145vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.case_line {
	padding: 3vw 0;
	background: url(../images/caseline.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 2px;
}
.case_line .case_line_txt {
	display: inline-block;
	line-height: 1.45vw;
	font-size: 1.145vw;
	padding: 0 6vw;
}
.case_line .case_line_txt:before, .case_line .case_line_txt:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 4vw;
	background-color: rgba(255,255,255,.3);
	top: 50%;
}
.case_line .case_line_txt:before {
	left: 0;
}
.case_line .case_line_txt:after {
	right: 0;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>新闻中心<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.jnm {
	padding: 8vw 0;
	background-image: linear-gradient(#fff, #e5efff);
}
.jnm_box {
	z-index: 2;
	padding-left: 10vw;
}
.jnm_t {
	padding-right: 7vw;
	padding-top: 3vw;
}
.jnm_t .master_more {
	margin-top: 4.6vw;
	margin-left: 1vw;
}
.jnm_t .master_more .master_more_btn {
	color: #fff;
}
.jnm_t .master_more .master_more_btn .master_more_txt i {
	font-size: 20px;
}
.jnm_t .master_more .master_more_btn .master_aperture.circle01 {
	background-color: rgba(29,107,221,.3);
}
.jnm_t .master_more .master_more_btn .master_aperture.circle02 {
	background-color: rgba(29,107,221,.1);
}
.jnm_list {
	margin-left: -1vw;
	padding-right: 1vw;
}
.jnm_item {
	padding: 0 1vw;
}
.jnm_item .jnm_img {
	width: 100%;
	height: 0;
	padding-bottom: 65%;
	overflow: hidden;
}
.jnm_item .jnm_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}
.jnm_item .jnm_cnt {
	padding: 2vw 1.6vw 1.2vw 1.6vw;
}
.jnm_item .jnm_txt {
	padding-bottom: 2vw;
}
.jnm_item .jnm_txt:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #bbb;
}
.jnm_item .jnm_txt h5 {
	font-size: 1.145vw;
	line-height: 1.145vw;
	margin-bottom: 1.5vw;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.jnm_item .jnm_txt p {
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.jnm_item .jnm_other {
	padding-top: 1.25vw;
	line-height: 24px;
}
.jnm_item .jnm_other .jnm_circular {
	position: absolute;
	left: -7.5px;
	top: -100%;
	width: 30px;
	height: 30px;
	background-color: #c5d9f5;
	margin-top: -15px;
	z-index: -1;
	transform: scale(.5);
	-webkit-transform: scale(.5);
}
.jnm_item .jnm_other .jnm_time, .jnm_item .jnm_other .jnm_details {
	z-index: 2;
}
.jnm_item .jnm_other .jnm_time i {
	margin-right: .5vw;
}
.jnm_item .jnm_other .jnm_time span {
	font-weight: bold;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>合作伙伴<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.partner {
	padding-top: 6vw;
	padding-bottom: 7vw;
	z-index: 2;
	overflow: hidden;
}
.partner .partner_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.partner .partner_bg img {
	width: 100%;
}
.partner .partner_t {
	align-items: flex-end;
	margin-bottom: 3.6vw;
}
.partner .partner_txt {
	margin-left: auto;
}
.partner .partner_txt h4 {
	font-size: 1.46vw;
	line-height: 1.46vw;
	margin-bottom: .8vw;
}
.partner .partner_txt p {
	font-size: 16px;
}
.partner_list .partner_item {
	padding: 1vw 1.6vw;
}
.partner_list .partner_item>a {
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 68px;
}
.partner_list .partner_item img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>页尾<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.footer {
	background: url(../images/ft_bg.jpg) no-repeat bottom center;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 3vw;
	z-index: 2;
	padding-bottom: 2vw;
}
.footer:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(19,30,47,.92);
	z-index: -1;
}
.footer .footer_logo {
	margin-bottom: 2vw;
	display: inline-block;
}
.footer .footer_logo img {
	height: 64px;
}
.footer .footer_line {
	color: #c0c5cc;
	line-height: 26px;
	margin-bottom: 1vw;
}
.footer_nav .footer_nav_item {
	margin-top: 9px;
    margin-bottom: 9px;
    padding-right: 8px;
}
.footer_nav .footer_nav_item a {
	color: #c0c5cc;
	font-size: 16px;
	line-height: 26px;
}
.footer_nav .footer_nav_item h3 {
	color: #c0c5cc;
	font-size: 16px;
	line-height: 26px;
}
.fr{
	float:right;
}
.foot_l li:nth-child(1) {
    margin-left: 0;
}
.foot_l li {
    float: left;
    margin-left: 100px;
}
.ftit {
    padding-bottom: 8px;
    background: url(../images/-.png) no-repeat 0px center;
}
.ftit a {
    color: #fff;
    display: block;
    line-height: 40px;
    height: 40px;
    font-size: 1.125rem;
    margin-left: 10px;
}
.foot_l li p {
    line-height: 30px;
    margin-left: 10px;
}
.foot_l li p a {
    color: #fff;
    font-size: 1rem;
}
.footer .footer_prepare {
	padding: 0px 0;
/*	margin-top: 30px;*/
}
.footer_nav{
	display:inline-block;
}
.footer .footer_prepare .content{
/*	line-height: 2rem;*/
    color: #c0c5cc;
}
.footer .footer_prepare .content p{
	padding-bottom: 1vw;
}
.foot_r {
    width: 10%;
}
.fl {
    float: left;
}
.fewm {
    background: #fff;
    overflow: hidden;
}
.fewm_pic img {
    display: block;
    width: 100%;
}
.fewm_mc {
    line-height: 25px;
    text-align: center;
    font-size: 0.875rem;
    color: #646464;
    padding-bottom: 10px;
}
/*
.footer .hr{
	content: '';
	position: absolute;
	top: 52!important;
	left: 150;
	width: 90%;
	height: 1px;
	background-color: rgba(255,255,255,.2);
}
*/
.footer .footer_nav:after {
	content: '';
	position: absolute;
	top: 52!important;
	left: 150;
	width: 90%;
	height: 1px;
	background-color: rgba(255,255,255,.2);
	margin-top: 40px;
}
.footer .footer_prepare span, .footer .footer_prepare a {
	color: #c0c5cc;
}
.footer .footer_prepare>div {
	display: inline;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>内页banner/导航<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.pageBanner {
	width: 100%;
	height: 75vh;
	z-index: 2;
}
.pageBanner .pageBanner_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.pageBanner .pageBanner_bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pageBanner_txt {
	align-items: center;
	width: 100%;
	height: 100%;
}
.pageBanner_txt .pageBanner_title {
	font-size: 18px;
	margin-bottom: 2vw;
	padding-right: 5vw;
	display: inline-block;
}
.pageBanner_txt .pageBanner_title:after {
	content: '';
	position: absolute;
	width: 4.2vw;
	height: 1px;
	background-color: #fff;
	top: 50%;
	right: 0;
}
.pageBanner_txt .pageBanner_p {
	font-size: 2.91vw;
	line-height: 2.91vw;
	font-weight: bold;
}
.pagenav {
	background-color: #f7f9fa;
	font-size: 16px;
	line-height: 80px;
}
.pagenav:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #1d6bdd;
}
.pagenav .pageltn {
	align-items: center;
}
.pagenav .pageltn .index_icon {
	font-size: 20px;
	margin-right: 10px;
}
.pagenav .pageltn .icon_right {
	font-size: 12px;
	margin: 0 15px;
}
.pagenav .pagenav_list {
	margin-right: -2vw;
}
.pagenav .pagenav_list li {
	padding: 0 1vw;
}
.pagenav .pagenav_list a {
	padding: 0 1vw;
}
.pagenav .pagenav_list a.on {
	color: #1d6bdd;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>走进诚志<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.enterTxt {
	padding: 7vw 14vw 8vw 14vw;
	z-index: 2;
	overflow: hidden;
}
.enter_title .found_time {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 1vw;
}
.enter_title .found_time span {
	display: inline-block;
}
.enter_title .found_time span:nth-child(1) {
	font-size: 2.5vw;
	margin-right: .8vw;
}
.enter_title .found_time span:nth-child(2) {
	font-size: 4.68vw;
	line-height: 4.68vw;
}
.enter_title .found_assess {
	font-size: 1.25vw;
}
.enter_box .enter_line {
	font-size: 16px;
	line-height: 36px;
	margin-top: 3vw;
}
.enter_box .enter_line p {
	margin-bottom: 2vw;
	text-indent: 2em;
}
.enterTxt .enterTxt_bg {
	position: absolute;
	bottom: -3vw;
	left: 0;
	width: 100%;
	z-index: -1;
}
.enterTxt .enterTxt_bg img {
	width: 100%;
}
.enter_data {
	background: url(../images/enter_data.jpg) no-repeat center center;
	background-size: cover;
	padding: 8vw 0;
	background-attachment: fixed;
	position: relative;
	z-index: 2;
}
.enter_data:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(4,76,181,.65);
	z-index: -1;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>组织架构<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.work {
	padding: 7vw 0;
}
.work .work_box img {
	margin: 0 auto;
	max-width: 100%;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>招贤纳士<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.itde {
	padding: 7vw 0;
}
.itde_txt {
	width: 60%;
	padding-right: 6.5vw;
}
.itde_txt .itde_title h3 {
	font-size: 2.5vw;
	line-height: 2.5vw;
	text-transform: uppercase;
	color: #ececec;
	margin-bottom: 1.2vw;
	font-weight: bold;
}
.itde_txt .itde_title h4 {
	font-size: 1.666vw;
	line-height: 1.666vw;
}
.itde_txt .itde_title {
	padding-bottom: 2.2vw;
}
.itde_txt .itde_title:after {
	content: '';
	position: absolute;
	width: 1.8vw;
	height: 3px;
	background-color: #026ed1;
	bottom: 0;
	left: 0;
}
.itde_txt .itde_line {
	padding-top: 2.5vw;
	line-height: 38px;
	font-size: 16px;
}
.itde_img {
	width: 40%;
}
.itde_img .itde_img_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.itde_img .itde_img_item:first-child {
	transform: translateY(-1.2vw);
	-webkit-transform: translateY(-1.2vw);
}
.itde_img .itde_img_item:last-child {
	transform: translateY(1.2vw);
	-webkit-transform: translateY(1.2vw);
}
.Nash_info {
	align-items: center;
	justify-content: center;
	background: url(../images/nashbg.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	padding: 8vw 0;
	z-index: 2;
}
.Nash_info:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,46,89,.5);
	z-index: -1;
}
.Nash_info h4 {
	font-size: 1.56vw;
	line-height: 1.56vw;
}
.Nash_list {
	background-color: #f9fafb;
	padding-top: 3vw;
	padding-bottom: 5vw;
	margin-top: 3vw;
}
.Nash_list .Nash_table {
	border-top: 4px solid #1d6bdd;
}
.Nash_list .Nash_table th {
	font-weight: normal;
}
.Nash_list .Nash_table .Nash_check {
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#check_list .Nash_check {
	cursor: pointer;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
/*#check_list .Nash_check:after{content:'';position:absolute;width:80%;left:10%;height:100%;-webkit-transition:all 0.5s;transition:all 0.5s;

opacity:0;-webkit-opacity:0;z-index:-1;background-color:#1d6bdd;}*/
#check_list .Nash_check .Nash_switch {
	width: 16px;
	height: 16px;
	display: inline-block;
}
#check_list .Nash_check .Nash_switch:after, #check_list .Nash_check .Nash_switch:before {
	content: '';
	background: #1d6bdd;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #1d6bdd;
	top: 50%;
	margin-top: -1px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	left: 0;
}
#check_list .Nash_check .Nash_switch:after {
	transform: rotate(-270deg);
	-webkit-transform: rotate(-270deg);
}
#check_list .Nash_check .Nash_switch:before {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}
#check_list .Nash_check.on {
	color: #fff;
	background-color: #1d6bdd;
}
/*#check_list .Nash_check.on:after{opacity:1;-webkit-opacity:1;width:100%;left:0;}*/
#check_list .Nash_check.on .Nash_switch:after, #check_list .Nash_check.on .Nash_switch:before {
	transform: none;
	-webkit-transform: none;
	background-color: #fff;
}
.Nash_list .Nash_table .Nash_check {
	border-top: 1px solid #eee;
}
.Nash_list .Nash_table th, .Nash_list .Nash_table td {
	height: 80px;
	font-size: 16px;
	padding-right: 2vw;
}
.Nash_list .Nash_table th:first-child, .Nash_list .Nash_table td:first-child {
	padding-left: 5vw;
}
.Nash_list .Nash_table th:last-child, .Nash_list .Nash_table td:last-child {
	padding-right: 5vw;
}
.Nash_list .Nash_condition>div {
	padding-top: 2.5vw;
	padding-bottom: 3vw;
	line-height: 24px;
	font-size: 14px;
}
.Nash_list .Nash_condition p {
	margin-bottom: .8vw;
}
.Nash_list .Nash_condition a {
	color: #1d6bdd;
}
.Nash_list .Nash_table .Nash_item td {
	height: auto;
}
.Nash_list .Nash_condition {
	height: 0;
	overflow: hidden;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>荣誉资质<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.prize {
	padding: 7vw 0;
}
.prize_box {
	margin: -2vw -1.5vw;
	padding-bottom: 6vw;
}
.prize_box .prize_item {
	padding: 2vw 1.5vw;
}
.prize_box .prize_img {
	width: 100%;
	padding-bottom: 80%;
	background-color: #f7f7f7;
}
.prize_box .prize_obj {
	position: absolute;
	justify-content: center;
	top: 1.5vw;
	left: 1.5vw;
	right: 1.5vw;
	bottom: 1.5vw;
	overflow: hidden;
}
.prize_box .prize_img img {
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}
.prize_box .prize_title {
	font-size: 18px;
	padding: 1.2vw 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.prize_box .prize_title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e9e9e9;
}
.prize_box .prize_title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #1d6bdd;
	z-index: 2;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
-webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
	transition: transform .5s cubic-bezier(.215, .61, .355, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>分页器<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.paging {
	justify-content: center
}
.paging li {
	padding: 0 5px;
}
.paging li a {
	border: 1px solid #e0e0e0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.paging li a i {
	font-size: 16px;
}
.paging li a.on {
	background: #1d6bdd;
	color: #fff;
	border-color: #1d6bdd;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>新闻中心<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.news {
	padding-bottom: 6vw;
}
.news_box {
	margin-right: -1px;
	margin-bottom: 6vw;
}
.news_item a {
	padding: 3.2vw;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	margin: 0 -1px -1px 0;
	z-index: 2;
	overflow: hidden;
}
.news_item .news_img {
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	overflow: hidden;
}
.news_item .news_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}
.news_item .news_title {
	font-size: 22px;
	margin-bottom: 1vw;
	margin-top: 1.5vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #222;
}
.news_item .news_p {
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 1vw;
	color: #888;
}
.news_item a .news_item_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	display: none;
}
.news_item .news_dt {
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
}
.news_item .news_del i {
	margin-left: 5px;
	font-size: 14px;
}
.news_item .news_time {
	font-weight: bold;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>新闻详情<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.newsDtl {
	padding-top: 6vw;
	padding-bottom: 5vw;
}
.newsDtl_box .newsDtl_cnt {
	width: 75%;
	padding-right: 3.5vw;
}
.newsDtl_t {
	padding-bottom: 1.8vw;
}
.newsDtl_t .newsDtl_title {
	font-size: 1.77vw;
	line-height: 1.77vw;
	margin-bottom: 1.8vw;
	color: #222;
}
.newsDtl_t .newsDtl_time {
	font-size: 16px;
}
.newsDtl_t .newsDtl_time span:first-child {
	margin-right: 2vw;
}
.newsDtl_box .newsDtl_cnt .newsDtl_c {
	line-height: 32px;
	padding-top: 2.5vw;
	padding-bottom: 4vw;
	font-size: 16px;
}
.newsDtl_box .newsDtl_cnt .newsDtl_c:after, .newsDtl_box .newsDtl_cnt .newsDtl_c:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e7e7e7;
}
.newsDtl_box .newsDtl_cnt .newsDtl_c:before {
	top: 0;
}
.newsDtl_box .newsDtl_cnt .newsDtl_c:after {
	bottom: 0;
}
.newsDtl_box .newsDtl_cnt .newsDtl_c img {
	max-width: 100%;
	margin: 0 auto;
	display: inline-block;
}
.newsDtl_box .newsDtl_line {
	margin-top: 4vw;
	align-items: center;
}
.newsDtl_box .newsDtl_Jump>div {
	padding: .5vw 0;
	font-size: 16px;
}
.newsDtl_box .newsDtl_line .master_more {
	margin-left: auto;
}
.newsDtl_box .newsDtl_line .master_more .master_more_btn {
	color: #fff;
	line-height: 18px;
}
.newsDtl_box .newsDtl_line .master_more .master_more_btn .master_aperture.circle01 {
	background-color: rgba(29,107,221,.3);
}
.newsDtl_box .newsDtl_line .master_more .master_more_btn .master_aperture.circle02 {
	background-color: rgba(29,107,221,.1);
}
.newsDtl_box .newsDtl_rmd {
	width: 25%;
	padding-left: 3.5vw;
}
.newsDtl_box .rmd_item {
	padding-bottom: 2.5vw;
}
.newsDtl_box .rmd_item:last-child {
	padding-bottom: 0;
}
.newsDtl_box .rmd_t h4 {
	font-size: 1.35vw;
	line-height: 1.35vw;
	height: 1.35vw;
	padding-left: 1.2vw;
}
.newsDtl_box .rmd_t h4:before {
	content: '';
	position: absolute;
	left: 0;
	width: 4px;
	background-color: #1d6bdd;
	top: 0;
	bottom: 0;
}
.newsDtl_rmd .rmd_box {
	padding-top: 1.8vw;
}
.newsDtl_rmd .rmd_img {
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	margin-bottom: 1.5vw;
	overflow: hidden;
}
.newsDtl_rmd .rmd_img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}
.newsDtl_rmd .rmd_title {
	font-size: 18px;
	margin-bottom: .8vw;
	color: #222;
}
.newsDtl_rmd .rmd_p {
	font-size: 14px;
	margin-bottom: .8vw;
	line-height: 24px;
}
.newsDtl_rmd .rmd_time {
	font-size: 12px;
	margin-top: 1vw;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>业务范围<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.service {
	padding: 6vw 0;
}
.service_item {
	margin-bottom: 3vw;
}
.service_item:last-child {
	margin-bottom: 0;
}
.service_item .service_txt {
	padding-left: 4vw;
	padding-right: 6vw;
	align-items: center;
	overflow: hidden;
	z-index: 2;
}
.service_item .service_txt:after, .service_item .service_txt:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	background-color: #026ed1;
	left: 0;
	-webkit-transition: all .75s;
	transition: all .75s;
	z-index: -1;
	opacity: 0;
	-webkit-opacity: 0;
}
.service_item .service_txt:before {
	top: 0;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}
.service_item .service_txt:after {
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
}
.service_cnt {
	padding-left: 130px;
}
.service_cnt .service_title h4 {
	font-size: 1.458vw;
	line-height: 1.458vw;
	margin-bottom: .5vw;
}
.service_cnt .service_title p {
	font-size: 16px;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.service_cnt .service_title {
	padding-bottom: 1.5vw;
}
.service_cnt .service_p {
	font-size: 16px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.service_cnt .service_see {
	margin-top: 3vw;
	font-size: 16px;
}
.service_cnt .service_see .icon-see {
	vertical-align: middle;
	margin-right: 10px;
	font-size: 20px;
}
.service_cnt .service_see .icon-jiantou {
	vertical-align: -1px;
	margin-left: 2vw;
}
.service_cnt .service_obj {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
}
.service_cnt .service_icon {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.service_cnt .service_obj:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	background-color: rgba(29,107,221,.1);
	top: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.service_cnt .service_icon>div {
	width: 100%;
	padding: 0 15%;
	height: 100%;
}
.service_cnt .service_icon>div p {
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.service_cnt .service_icon>div p img {
	max-width: 100%;
}
.service_item .service_bg {
	overflow: hidden;
}
.service_item .service_bg .service_image {
	width: 100%;
	height: 0;
	padding-bottom: 60%;
}
.service_item .service_bg img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>业务范围详情<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.servicedtl {
	padding: 7vw 0;
}
.servicedtl_tab .servicedtl_tab_item {
	padding-bottom: 2.2vw;
}
.servicedtl_tab .servicedtl_tab_item a {
	font-size: 16px;
}
.servicedtl_tab .servicedtl_tab_item a.on span {
	color: #026ed1;
}
.servicedtl_tab .servicedtl_tab_item a.on i {
	background-color: #026ed1;
}
.servicedtl_tab .servicedtl_tab_item a.on i:after {
	transform: scale(2);
	-webkit-transform: scale(2);
	opacity: 1;
	-webkit-opacity: 1;
}
.servicedtl_tab .servicedtl_tab_item i {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #cbd1d7;
	margin-right: 1vw;
}
.servicedtl_tab .servicedtl_tab_item i:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-opacity: 0;
	background-color: rgba(29,107,221,.2);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.servicedtl .servicedtl_tab {
	position: absolute;
	top: 7vw;
}
.servicedtl .servicedtl_cnt {
	width: 100%;
	padding-left: 26%;
}
.servicedtl .servicedtl_tab.tab_fixed {
	position: fixed;
	top: 140px;
}
.servicedtl_cnt .servicedtl_title h3 {
	font-size: 1.979vw;
	line-height: 1.979vw;
	margin-bottom: .8vw;
}
.servicedtl_cnt .servicedtl_title p {
	color: #dedede;
	text-transform: uppercase;
	font-size: 1.56vw;
}
.servicedtl_cnt .servicedtl_txt {
	padding-top: 3vw;
	font-size: 16px;
}
.servicedtl_cnt .servicedtl_txt .servicedtl_line {
	margin-bottom: 2.2vw;
}
.servicedtl_cnt .servicedtl_txt h6 {
	font-weight: bold;
	margin-bottom: .5vw;
}
.servicedtl_cnt .servicedtl_txt p {
	line-height: 32px;
}
.servicedtl_cnt .servicedtl_txt img {
	margin: 0 auto;
	max-width: 100%;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>业绩列表<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.avt {
	padding: 7vw 0;
}
.avt_box {
	overflow: hidden;
	padding-bottom: 6vw;
}
.avt_list {
	margin: -1vw;
}
.avt_item {
	padding: 1vw;
}
.avt_item a {
	border: 1px solid #e7e7e7;
}
.avt_item .avt_img {
	width: 100%;
	height: 0;
	padding-bottom: 65%;
	overflow: hidden;
}
.avt_item .avt_img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}
.avt_item .avt_txt {
	padding: 2vw;
	z-index: 2;
}
.avt_item .avt_txt:after {
	content: '';
	position: absolute;
	left: 10%;
	top: 10%;
	right: 10%;
	bottom: 10%;
	background-color: #1d6bdd;
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 0;
	-webkit-opacity: 0;
	z-index: -1;
}
.avt_item .avt_t {
	line-height: 32px;
	align-items: center;
	margin-bottom: 2px;
}
.avt_item .avt_t span {
	font-size: 24px;
	font-family: 'TT0627M';
}
.avt_item .avt_t i {
	margin-left: auto;
	font-size: 20px;
}
.avt_item .avt_title {
	font-size: 20px;
	margin-bottom: .6vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.avt_item .avt_name span {
	padding-right: 1.2vw;
}
.avt_item .avt_name i:after {
	position: absolute;
	content: '';
	width: 1vw;
	height: 1px;
	background-color: #888888;
	top: 50%;
	right: 0;
	-webkit-transition: linear 1s;
	transition: linear 1s;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>业绩详情<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.avtDtl_rmd .rmd_t {
	line-height: 28px;
	align-items: center;
	margin-bottom: .5vw;
}
.avtDtl_rmd .rmd_t span {
	font-size: 24px;
}
.avtDtl_rmd .rmd_t i {
	margin-left: auto;
	font-size: 22px;
}
.avtDtl_rmd .rmd_title {
	margin-bottom: 0;
}
.avtDtl_rmd .rmd_item {
	padding-bottom: 4vw;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>联系我们<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.contact {
	padding: 7vw 0;
}
.contact_txt {
	padding-bottom: 4.6vw;
}
.contact_t {
	align-items: flex-end;
	padding-bottom: 3vw;
}
.contact_t:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e7e7e7;
}
.contact_t h4 {
	font-size: 1.666vw;
	line-height: 1.666vw;
}
.contact_t .contact_phone {
	margin-left: auto;
}
.contact_t .contact_phone p {
	color: #888;
	font-size: 16px;
	margin-bottom: .5vw;
}
.contact_t .contact_phone h5 {
	font-size: 1.458vw;
	line-height: 1.458vw;
}
.contact_line {
	padding-top: 2.5vw;
}
.contact_line .contact_p {
	line-height: 36px;
	font-size: 16px;
}
.contact_line .contact_code .contact_code_img {
	width: 120px;
	margin-bottom: .5vw;
}
.contact_line .contact_code .contact_code_img img {
	width: 100%;
}
#map_api {
	width: 100%;
	height: 65vh;
}
#map_api .BMap_Marker {
	z-index: 2;
}
#map_api .BMap_Marker:after, #map_api .BMap_Marker:before {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	z-index: -1;
}
#map_api .BMap_Marker:before {
	animation: mapobj01 2s .2s infinite;
	background-color: rgba(29,107,221,.4);
}
#map_api .BMap_Marker:after {
	animation: mapobj02 2s infinite;
	background-color: rgba(29,107,221,.2);
}
@keyframes mapobj01 {
 0% {
 transform:scale(1);
-webkit-transform:scale(1);
}
 100% {
 transform:scale(3);
-webkit-transform:scale(3);
opacity:0;
-webkit-opacity:0;
}
}
@keyframes mapobj02 {
 0% {
 transform:scale(1);
-webkit-transform:scale(1);
}
 100% {
 transform:scale(4);
-webkit-transform:scale(4);
opacity:0;
-webkit-opacity:0;
}
}
.feedback {
	margin: 0 6vw;
}
.feedback .feedback_title {
	margin-top: 7vw;
	padding-bottom: 1.6vw;
}
.feedback .feedback_title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1.6vw;
	margin-left: -.8vw;
	height: 3px;
	background-color: #1d6bdd;
}
.feedback .feedback_title h3 {
	font-size: 2.6vw;
	color: #dde7f6;
	line-height: 2.6vw;
	text-transform: uppercase;
	font-weight: bold;
}
.feedback .feedback_title h4 {
	font-size: 1.77vw;
	line-height: 1.77vw;
}
.feedback_form {
	margin-top: 3vw;
}
.feedback_line {
	margin: 0 -.6vw;
}
.feedback_form .feedback_input {
	padding: .6vw;
}
.feedback_form .feedback_input>div {
	background-color: #f4f4f4;
	padding: .5vw 1.5vw;
	align-items: center;
}
.feedback_form .feedback_input span {
	font-size: 16px;
}
.feedback_form .feedback_input input {
	height: 38px;
	border: none;
	background: none;
	font-size: 16px;
}
.feedback_form .feedback_txt {
	padding: .6vw;
}
.feedback_form .feedback_txt>div {
	background-color: #f4f4f4;
	padding: 1vw 1.5vw;
}
.feedback_form .feedback_txt span {
	font-size: 16px;
}
.feedback_form .feedback_txt textarea {
	border: none;
	background: none;
	font-size: 16px;
	resize: none;
}
.feedback_form .feedback_submit {
	margin-top: 2.5vw;
}
.feedback_form .feedback_submit button {
	width: 260px;
	height: 58px;
	line-height: 58px;
	border: none;
}
.feedback_form .feedback_submit button span {
	font-size: 18px;
	margin-right: .5vw;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>项目查询<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.czquery {
	padding: 7vw 0;
}
.czquery_t {
	padding-bottom: 3.6vw;
}
.czquery_t:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e7e7e7;
}
.czquery_t .czquery_title {
	align-items: center;
	margin-bottom: 3.6vw;
}
.czquery_t .czquery_title h4 {
	font-size: 1.979vw;
	margin-right: 1.35vw;
}
.czquery_t .czquery_title h3 {
	font-size: 2.6vw;
	color: #dde7f6;
	text-transform: uppercase;
	font-weight: bold;
}
.czquery_form .czquery_in {
	width: 77%;
}
.czquery_form .czquery_in>div {
	margin: 0 -.5vw;
}
.czquery_form .czquery_input {
	padding: 0 .5vw;
}
.czquery_form .czquery_input input {
	width: 100%;
	font-size: 15px;
	border: none;
	background: #f4f4f4;
	height: 60px;
	padding: 0 1.5vw;
}
.czquery_form .czquery_input input:-ms-input-placeholder {
color:#999;
}
.czquery_form .czquery_input input::-webkit-input-placeholder {
color:#999;
}
.czquery_form .czquery_input input::-moz-placeholder {
color:#999;
}
.czquery_form .czquery_input input:-moz-placeholder {
color:#999;
}
.czquery_form .czquery_btn {
	width: 23%;
	padding-left: 1vw;
}
.czquery_form .czquery_btn button {
	font-size: 15px;
	width: 100%;
	border: none;
	height: 60px;
}
.czquery_list {
	padding-top: 3.6vw;
}
.czquery_list .czquery_p {
	font-size: 16px;
}
.czquery_list .czquery_table {
	margin-top: 2vw;
	border: 0;
}
.czquery_list .czquery_table thead {
	background-color: #f4f4f4;
}
.czquery_list .czquery_table th {
	height: 80px;
	font-size: 16px;
	font-weight: normal;
}
.czquery_list .czquery_table td {
	height: 80px;
	font-size: 14px;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.czquery_list .czquery_table th, .czquery_list .czquery_table td {
	padding: 0 2vw;
}
.czquery_list .czquery_table tbody tr {
	border-bottom: 1px solid #eeeeee;
}

/*.czquery_list .czquery_table tbody tr:after{content:'';position:absolute;width:80%;left:10%;height:100%; 

transform:translateX(2vw);-webkit-transform:translateX(2vw);-webkit-transition:all 0.5s;transition:all 0.5s;

opacity:0;-webkit-opacity:0;z-index:-1;background-color:#1d6bdd;}*/


/*电端加上鼠标效果 */
@media screen and (min-width:992px) {
.header .nav>li>a:hover:after {
	width: 100%;
	left: 0;
	opacity: 1;
	-webkit-opacity: 1;
}
.header.onshow .nav>li>a:hover {
	color: #1d6bdd;
}
.homeBanner_txt .homeBanner_more>a:hover {
	padding-left: 10px;
}
.homeBanner_txt .homeBanner_more>a:hover .more_circular {
	opacity: 1;
	-webkit-opacity: 1;
	left: 0;
}
.master_morehover:hover .master_aperture.circle01 {
	transform: scale(1.4);
	-webkit-transform: scale(1.4);
	opacity: 1;
	-webkit-opacity: 1;
}
.master_morehover:hover .master_aperture.circle02 {
	transform: scale(1.8);
	-webkit-transform: scale(1.8);
	opacity: 1;
	-webkit-opacity: 1;
}
.business_more:hover .master_aperture.circle01 {
	transform: scale(1.4);
	-webkit-transform: scale(1.4);
	opacity: 1;
	-webkit-opacity: 1;
}
.business_more:hover .master_aperture.circle02 {
	transform: scale(1.8);
	-webkit-transform: scale(1.8);
	opacity: 1;
	-webkit-opacity: 1;
}
.case .case_tab li a:hover {
	color: #fff;
}
.case .case_tab li a:hover:after {
	height: 100%;
}
.footer .footer_prepare a:hover {
	color: #fff
}
.footer_nav .footer_nav_item a:hover {
	color: #fff
}
.pagenav .pageltn a:hover, .pagenav .pagenav_list a:hover {
	color: #1d6bdd;
}
.prize_box .prize_item a:hover .prize_title {
	color: #1d6bdd;
}
.prize_box .prize_item a:hover .prize_title:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
}
.paging li a:hover {
	background: #1d6bdd;
	color: #fff;
	border-color: #1d6bdd;
}
.news_item a:hover .news_title, .news_item a:hover .news_p {
	color: #fff;
}
.news_item a:hover .news_dt>div {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.news_item a:hover .news_img img {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
}
.service_item a:hover .service_icon>div {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}
.service_item a:hover .service_bg .service_image img {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
}
.service_item a:hover .service_icon {
	background-color: #fff;
}
.service_item a:hover .service_obj:after {
	background-color: rgba(255,255,255,.1);
}
.service_item a:hover .service_txt:after, .service_item a:hover .service_txt:before {
	transform: none;
	-webkit-transform: none;
	opacity: 1;
	-webkit-opacity: 1;
}
.service_item a:hover .service_title h4 {
	color: #fff;
}
.service_item a:hover .service_title p {
	color: rgba(255,255,255,.3);
}
.service_item a:hover .service_p {
	color: #fff;
}
.service_item a:hover .service_see .icon-see, .service_item a:hover .service_see span {
	color: #fff;
}
.service_item a:hover .service_see .icon-jiantou {
	margin-left: 5px;
	opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}
.servicedtl_tab .servicedtl_tab_item a:hover span {
	color: #026ed1;
}
.servicedtl_tab .servicedtl_tab_item a:hover i {
	background-color: #026ed1;
}
.servicedtl_tab .servicedtl_tab_item a:hover i:after {
	transform: scale(2);
	-webkit-transform: scale(2);
	opacity: 1;
	-webkit-opacity: 1;
}
.avt_item a:hover .avt_txt:after {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 1;
	-webkit-opacity: 1;
}
.avt_item a:hover .avt_img img {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
}
.avt_item a:hover .avt_t, .avt_item a:hover .avt_title, .avt_item a:hover .avt_name span {
	color: #fff;
}
.avt_item a:hover .avt_name i:after {
	width: 100%;
	background-color: #fff;
}
/*.czquery_list .czquery_table tbody tr:hover:after{transform:none;-webkit-transform:none;opacity:1;-webkit-opacity:1;width:100%;left:0;}*/
.czquery_list .czquery_table tbody tr:hover {
	background-color: #1d6bdd;
}
.czquery_list .czquery_table tbody tr:hover td {
	color: #fff;
}
.Nash_list .Nash_condition a:hover {
	text-decoration: underline;
}
.business_item>a:hover .business_icon>div {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}
.business_item>a:hover .business_title h5 {
	color: #fff;
	font-weight: bold;
}
.business_item>a:hover .business_title p {
	color: rgba(255,255,255,.6);
}
.business_item>a:hover .business_title {
	padding-top: .8vw;
	padding-bottom: 1vw;
}
.business_item>a:hover .business_img {
	opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
	transform: none;
	-webkit-transform: none;
}
.jnm_item>a:hover .jnm_img img {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
}
.jnm_item>a:hover .jnm_other .jnm_circular {
	top: 50%;
	opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
	transform: none;
	-webkit-transform: none;
}
.case_item>a:hover .case_img>img {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
}
.newsDtl_box .rmd_item>a:hover .rmd_img img {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
}
.prize_box .prize_item>a:hover .prize_img img {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
}
.cpnav .nav_two>li>a:hover {
	background: #0276ce;
    color: #ffffff;
}
.header .nav>li:hover .nav_two {
	top: calc(100% - 2px);
	top: -webkit-calc(100% - 2px);
	opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}
}

@media screen and (max-width:1400px) {
.header {
	padding: 0 3vw;
}
.header .phone {
	display: none;
}
.header .nav {
	margin-right: 0;
}
.service_cnt .service_title h4 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 5px;
}
}

@media screen and (max-width:1200px) {
.header .nav>li {
	margin-right: 2vw;
}
.header .nav>li>a {
	font-size: 15px;
	line-height: 58px;
}
.header .logo img {
	height: 58px;
}
.enter_title .found_assess {
	font-size: 18px;
}
.enter_title .found_time span:nth-child(1) {
	font-size: 32px;
	margin-right: 8px;
}
.newsDtl_box .newsDtl_rmd {
	display: none;
}
.newsDtl_box .newsDtl_cnt {
	float: none;
	width: 100%;
	padding-right: 0;
}
.newsDtl_t .newsDtl_title {
	font-size: 26px;
	line-height: 26px;
}
.contact_t h4 {
	font-size: 24px;
	line-height: 24px;
}
.contact_t .contact_phone p {
	margin-bottom: 5px;
}
.contact_t .contact_phone h5 {
	font-size: 20px;
	line-height: 20px;
}
.feedback .feedback_title h3 {
	font-size: 30px;
	line-height: 30px;
}
.feedback .feedback_title h4 {
	font-size: 22px;
	line-height: 22px;
}
.czquery_t .czquery_title h4 {
	font-size: 26px;
	margin-right: 15px;
}
.czquery_t .czquery_title h3 {
	font-size: 32px;
}
.itde_txt .itde_title h3 {
	font-size: 30px;
	line-height: 30px;
}
.itde_txt .itde_title h4 {
	font-size: 20px;
	line-height: 20px;
}
.Nash_info h4 {
	font-size: 20px;
	line-height: 20px;
}
}

@media screen and (max-width:992px) {
.header .logo {
	padding: 6px 0;
}
.header .logo img {
	height: 38px;
}
.header .menu .menu_btn {
	display: block;
}
.container {
	padding-top: 50px;
}
.container.m_scale {
	transform: translateY(-50vh);
	-webkit-transform: translateY(-50vh);
	padding-bottom: 50vh;
}
.header:after {
	display: none;
}
.header>.right {
	position: fixed;
	width: 100vw;
	height: calc(100vh - 50px);
	height: -webkit-calc(100vh - 50px);
	left: 0;
	top: 100%;
	float: none;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #1d6bdd;
}
.header .nav {
	float: none;
	width: 100%;
	text-align: center;
}
.header .nav>li {
	float: none;
	margin: 2px 0;
}
.header .nav>li>a {
	padding: 0;
	line-height: 46px;
}
.header .phone {
	display: block;
	float: none;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	line-height: 46px;
	padding: 0;
}
.header.onshow .nav>li>a, .header.onshow .phone>.phonetxt {
	color: #fff;
}
.header .phone>.phoneIcon {
	margin-right: 8px;
	height: 24px;
}
.header .phone>.phonetxt {
	font-size: 20px;
}
.header.onshow .nav>li>a.on:after {
	width: 60px;
	left: 50%;
	margin-left: -30px;
	background-color: #fff;
}
.header.mobile_side>.right {
	top: 50px;
}
#homeBanner {
	height: calc(100vh - 50px);
	height: -webkit-calc(100vh - 50px);
}
.roller {
	bottom: 40px;
	right: 30px;
}
.roller .roller_btn {
	width: 44px;
	height: 44px;
}
.roller .roller_btn .roller_icon {
	width: 10px;
	margin-left: -5px;
}
.homeBanner_txt .homeBanner_letter {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 12px;
}
.homeBanner_txt .homeBanner_name01 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
}
.homeBanner_txt .homeBanner_name02 {
	font-size: 16px;
	line-height: 20px;
}
.homeBanner_txt .homeBanner_more>a span {
	font-size: 16px;
}
.homeBanner_txt .homeBanner_more {
	margin-top: 26px;
}
.homeBanner_txt .homeBanner_more>a em {
	margin-left: 10px;
}
#homeBanner .homeBanner_nav {
	bottom: 20px;
}
.homeBanner_nav .homeBanner_num em {
	font-size: 12px;
}
.homeBanner_nav .homeBanner_num #banner_num {
	font-size: 18px;
	line-height: 18px;
}
.homeBanner_nav .homeBanner_navbtn .swiper-pagination-bullet {
	width: 2px;
	margin-right: 5px;
	height: 15px;
}
.homeBanner_nav .homeBanner_navbtn .swiper-pagination-bullet-active {
	height: 30px;
}
.czAbout {
	flex-wrap: wrap;
}
.czAbout .czAbout_l {
	width: 100%;
}
.czAbout .czAbout_r {
	width: 100%;
}
.master_title {
	height: 70px;
}
.master_title h3 {
	font-size: 20px;
	line-height: 20px;
	padding-left: 35px;
	margin-bottom: 5px;
}
.master_more .master_more_btn {
	width: 40px;
	height: 40px;
}
.czAbout .master_more .master_more_btn .master_more_txt i {
	font-size: 16px;
}
.master_title .master_translate {
	font-size: 18px;
	padding-left: 10px;
}
.master_title .master_initials img {
	height: 70px;
}
.czAbout .czAbout_l {
	padding: 30px 15px;
}
.czAbout .master_more {
	margin-top: auto;
	transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
}
.czAbout .czAbout_t {
	margin-bottom: 10px;
}
.czAbout_r .qft {
	padding: 25px 15px;
}
.qft .qft_title h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
.qft_slide .qft_name {
	font-size: 14px;
	margin-top: 10px;
}
.statistics {
	padding: 20px 0;
}
.statistics .statistics_box {
	margin: -10px -5px;
}
.statistics .statistics_box li {
	width: 33.333333%;
	padding: 10px 5px;
}
.statistics .statistics_data {
	line-height: 32px;
	padding-bottom: 5px;
}
.statistics .statistics_data em {
	font-size: 22px;
}
.statistics .statistics_data span {
	font-size: 16px;
}
.statistics .statistics_name {
	font-size: 14px;
}
#qft_box .swiper-button-prev, #qft_box .swiper-button-next {
	width: 25px;
	height: 50px;
}
#qft_box .swiper-button-prev i, #qft_box .swiper-button-next i {
	font-size: 26px;
}
.business_box .master_title {
	position: static;
	margin-bottom: 15px;
	width: 100%;
}
.business {
	padding: 30px 0;
}
.business_item:first-child {
	display: none;
}
.business_item {
	width: 50%;
	padding: 5px;
}
.business_more {
	order: 0;
}
.business_item>a .business_txt {
	padding: 15px;
}
.business_item>a .business_icon {
	width: 30px;
	height: 30px;
}
.business_item>a .business_title h5 {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.business_item>a .business_title p {
	font-size: 12px;
}
.business_item>a .business_title {
	padding-top: 8px;
	padding-bottom: 10px;
}
.business_item>a .business_line .business_p {
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.czAbout .czAbout_line {
	font-size: 14px;
	line-height: 24px;
}
.business_more .business_more_p {
	font-size: 14px;
}
.business_list {
	margin: 0 -5px;
}
.case .case_t {
	flex-wrap: wrap;
}
.case {
	padding-top: 30px;
}
.case .master_title {
	margin-bottom: 20px;
	width: 100%;
}
.case .case_tab {
	padding-bottom: 10px;
	margin: -5px;
}
.case .case_tab li {
	padding: 5px;
}
.case .case_tab li a {
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	font-size: 14px;
}
.case_item {
	width: 100%;
	float: none;
}
.case_item .case_title h5 {
	font-size: 18px;
	line-height: 18px;
}
.case_item .case_title p {
	font-size: 14px;
}
.case_item .case_title {
	bottom: 15px;
	padding: 0 15px;
}
.case_line {
	padding: 20px 0;
}
.case_line .case_line_txt {
	font-size: 12px;
	line-height: 12px;
}
.case_line .case_line_txt:before, .case_line .case_line_txt:after {
	width: 30px;
}
.case_line .case_line_txt {
	padding: 0 40px;
}
.jnm_box {
	flex-wrap: wrap;
	padding-left: 0;
}
.jnm_t {
	width: 100%;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-right: 0;
	padding-bottom: 20px;
}
.jnm_list {
	width: 100%;
	padding-right: 0;
	margin-left: auto;
}
.jnm_item {
	width: 100%;
	padding: 0;
	padding-bottom: 15px;
}
.jnm_item:last-child {
	padding-bottom: 0;
}
.jnm_t .master_more {
	margin-top: auto;
	margin-left: auto;
	transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
}
.jnm {
	padding: 30px 15px;
}
.jnm_item .jnm_cnt {
	padding: 15px 10px 10px 10px;
}
.jnm_item .jnm_txt h5 {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}
.jnm_item .jnm_other {
	padding-top: 10px;
}
.jnm_item .jnm_txt {
	padding-bottom: 15px;
}
.jnm_item .jnm_other .jnm_time i {
	margin-right: 5px;
}
.partner {
	padding: 30px 0;
}
.partner .partner_t {
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.partner .partner_t .master_title {
	margin-bottom: 20px;
	width: 100%;
}
.partner .partner_txt h4 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 8px;
}
.partner .partner_txt p {
	font-size: 14px;
}
.partner .partner_txt {
	text-align: left;
	width: 100%;
}
.partner_list {
	margin: -5px -8px;
}
.partner_list .partner_item {
	width: 33.333333%;
}
.partner_list .partner_item {
	padding: 5px 8px;
}
.partner_list .partner_item>a {
	height: 50px;
}
.footer {
	padding-top: 25px;
	background-attachment: scroll;
}
.footer .footer_logo {
	margin-bottom: 15px;
}
.footer .footer_logo img {
	height: 38px;
}
.footer .footer_line {
	font-size: 12px;
	line-height: 22px;
}
.footer_nav {
	padding: 10px 0;
}
.footer_nav .footer_nav_item a {
	font-size: 14px;
	line-height: 24px;
}
.footer_nav .footer_nav_item {
	margin: 5px 0;
	padding-right: 15px;
}
.footer .footer_prepare {
	font-size: 12px;
	line-height: 22px;
	padding: 10px 0;
}
.footer .footer_prepare>div {
	display: block;
}
#back_top .master_more .master_more_btn .master_more_txt>i {
	font-size: 18px;
}
#back_top {
	bottom: 20px;
	right: 15px;
}
.pageBanner_txt .pageBanner_title {
	font-size: 14px;
	margin-bottom: 12px;
	padding-right: 50px;
}
.pageBanner_txt .pageBanner_title:after {
	width: 40px;
}
.pageBanner_txt .pageBanner_p {
	font-size: 23px;
	line-height: 23px;
}
.pageBanner {
	height: 44vw;
}
.pagenav:after {
	height: 3px;
}
.pagenav {
	font-size: 14px;
	line-height: 50px
}
.pagenav .pageltn .index_icon {
	font-size: 18px;
}
.pagenav .pageltn .icon_right {
	margin: 0 10px;
}
.pagenav .pageltn {
	display: none;
}
.pagenav .wrapper {
	float: none;
	width: 100%;
}
.pagenav .pagenav_box {
	padding: 0;
}
.pagenav .pagenav_list {
	margin-right: 0;
}
.pagenav .pagenav_list li {
	padding: 0 10px;
}
.pagenav .pagenav_list li:first-child {
	padding-left: 15px;
}
.pagenav .pagenav_list li:last-child {
	padding-right: 15px;
}
.pagenav .pagenav_list a {
	padding: 0;
}
.enterTxt {
	padding: 30px 15px;
}
.enter_box .enter_line {
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
}
.enter_title .found_time {
	margin-bottom: 10px;
}
.enter_title .found_time span:nth-child(1) {
	font-size: 22px;
	margin-right: 5px;
}
.enter_title .found_time span:nth-child(2) {
	font-size: 32px;
	line-height: 32px;
}
.enter_title .found_assess {
	font-size: 15px;
	line-height: 24px;
}
.avt {
	padding: 30px 0;
}
.avt_list {
	margin: -5px;
}
.avt_item {
	width: 50%;
	padding: 5px;
}
.avt_item .avt_txt {
	padding: 8px;
}
.avt_item .avt_t {
	line-height: 24px;
}
.avt_item .avt_t span {
	font-size: 18px;
	font-family: 'TT0627M';
}
.avt_item .avt_t i {
	font-size: 16px;
}
.avt_item .avt_title {
	font-size: 16px;
	margin-bottom: 3px;
}
.avt_item .avt_name span {
	padding-right: 12px;
	font-size: 12px;
}
.avt_item .avt_name i:after {
	width: 10px;
}
.paging li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.paging li {
	padding: 0 3px;
}
.paging li a i {
	font-size: 14px;
}
.avt_box {
	padding-bottom: 25px;
}
.newsDtl {
	padding: 30px 0;
}
.newsDtl_t .newsDtl_title {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 12px;
}
.newsDtl_t {
	padding-bottom: 12px;
}
.newsDtl_t .newsDtl_time {
	font-size: 14px;
}
.newsDtl_t .newsDtl_time span:first-child {
	margin-right: 15px;
}
.newsDtl_box .newsDtl_cnt .newsDtl_c {
	font-size: 14px;
	line-height: 24px;
	padding-top: 15px;
	padding-bottom: 25px;
}
.newsDtl_box .newsDtl_line {
	margin-top: 20px;
}
.newsDtl_box .newsDtl_Jump {
	padding-right: 10px;
}
.newsDtl_box .newsDtl_Jump>div {
	padding: 5px 0;
	font-size: 14px;
}
.newsDtl_box .newsDtl_line .master_more .master_more_btn {
	line-height: 14px;
	font-size: 12px;
}
.service_item>a {
	flex-wrap: wrap;
}
.service_item .service_txt {
	width: 100%;
	padding: 20px 15px;
}
.service_item .service_bg {
	width: 100%;
	order: -1;
}
.service {
	padding: 25px 0;
}
.service_cnt .service_p {
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.service_cnt .service_title {
	padding-bottom: 10px;
}
.service_cnt .service_title h4 {
	font-size: 18px;
	line-height: 18px;
}
.service_cnt .service_title p {
	font-size: 14px;
}
.service_cnt {
	padding-left: 70px;
}
.service_cnt .service_obj {
	width: 50px;
	height: 50px;
}
.service_item {
	margin-bottom: 20px;
}
.service_cnt .service_see {
	margin-top: 12px;
	font-size: 14px;
}
.service_cnt .service_see .icon-see {
	font-size: 16px;
	vertical-align: -1px;
	margin-right: 5px;
}
.servicedtl .servicedtl_tab {
	width: 100%;
	padding-bottom: 8px;
	position: relative;
	top: 0;
}
.servicedtl .servicedtl_tab:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e7e7e7;
}
.servicedtl .servicedtl_cnt {
	padding-top: 20px;
	padding-left: 0;
}
.servicedtl_tab .servicedtl_tab_item {
	padding-bottom: 12px;
}
.servicedtl_tab .servicedtl_tab_item i {
	margin-right: 8px;
	width: 8px;
	height: 8px;
}
.servicedtl_tab .servicedtl_tab_item a {
	font-size: 14px;
}
.servicedtl_cnt .servicedtl_title h3 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}
.servicedtl_cnt .servicedtl_title p {
	font-size: 14px;
}
.servicedtl_cnt .servicedtl_txt {
	padding-top: 15px;
}
.servicedtl_cnt .servicedtl_txt h6 {
	margin-bottom: 5px;
	font-size: 16px;
}
.servicedtl_cnt .servicedtl_txt p {
	font-size: 14px;
	line-height: 24px;
}
.servicedtl_cnt .servicedtl_txt .servicedtl_line {
	margin-bottom: 0;
}
.servicedtl {
	padding: 30px 0;
}
.contact_t {
	padding-bottom: 25px;
	flex-wrap: wrap;
}
.contact_line {
	padding-top: 20px;
	text-align: center;
}
.contact_txt {
	padding-bottom: 30px;
}
.contact_t h4 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
}
.contact_t .contact_phone p {
	font-size: 14px;
}
.contact_t .contact_phone h5 {
	font-size: 18px;
}
.contact_t .contact_phone {
	width: 100%;
	text-align: center;
}
.contact {
	padding: 30px 0;
}
.contact_line .contact_p {
	font-size: 14px;
	line-height: 26px;
	float: none;
}
.contact_line .contact_code {
	float: none;
	margin-top: 15px;
}
.contact_line .contact_code .contact_code_img {
	margin-bottom: 5px;
	margin: 0 auto;
	width: 100px;
}
.contact_line .contact_code p {
	margin-top: 5px;
}
.feedback .feedback_title:after {
	width: 20px;
	margin-left: -10px;
}
.feedback .feedback_title h3 {
	font-size: 26px;
	line-height: 26px;
}
.feedback .feedback_title h4 {
	font-size: 20px;
	line-height: 20px;
}
.feedback .feedback_title {
	margin-top: 30px;
	padding-bottom: 15px;
}
.feedback {
	margin: 0;
}
.feedback_form {
	margin-top: 25px;
}
.feedback_form .feedback_input {
	width: 100%;
	float: none;
	padding: 5px;
}
.feedback_form .feedback_input>div {
	padding: 5px 15px;
}
.feedback_form .feedback_txt>div {
	padding: 10px 15px;
}
.feedback_form .feedback_txt {
	padding: 10px 5px;
}
.feedback_line {
	margin: -5px;
}
.feedback_form .feedback_input span {
	font-size: 14px;
}
.feedback_form .feedback_input input {
	font-size: 14px;
	height: 30px;
}
.feedback_form .feedback_txt textarea {
	font-size: 14px;
}
.feedback_form .feedback_txt span {
	font-size: 14px;
}
.feedback_form .feedback_submit button {
	width: 140px;
	height: 38px;
	line-height: 38px;
}
.feedback_form .feedback_submit button span {
	font-size: 14px;
	margin-right: 5px;
}
.feedback_form .feedback_submit button i {
	font-size: 14px;
}
.feedback_form .feedback_submit {
	margin-top: 15px;
}
.news_box .news_item {
	width: 100%;
	float: none;
}
.news_item a {
	padding: 15px;
}
.news_item .news_title {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 12px;
}
.news_item .news_p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 10px;
	height: 52px;
}
.news_item .news_dt {
	font-size: 14px;
}
.news_box {
	margin-bottom: 30px;
}
.news {
	padding-bottom: 30px;
}
.prize_box .prize_item {
	width: 33.333333%;
}
.prize {
	padding: 30px 0;
}
.prize_box .prize_obj {
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
}
.prize_box {
	margin: -12px -8px;
	padding-bottom: 25px;
}
.prize_box .prize_item {
	padding: 12px 8px;
}
.prize_box .prize_title {
	padding: 10px 0;
	font-size: 14px;
}
.czquery_t .czquery_title h4 {
	font-size: 20px;
	margin-right: 10px;
}
.czquery_t .czquery_title h3 {
	font-size: 24px;
}
.czquery_form .czquery_in>div {
	margin: -5px 0;
}
.czquery_form .czquery_in {
	width: 100%;
	float: none;
}
.czquery_form .czquery_input {
	width: 100%;
	padding: 5px 0;
}
.czquery_form .czquery_input input {
	padding: 0 15px;
	font-size: 14px;
	height: 44px;
}
.czquery_form .czquery_btn {
	width: 100%;
	float: none;
	padding-left: 0;
	padding-top: 10px;
}
.czquery_form .czquery_btn button {
	height: 44px;
	font-size: 14px;
}
.czquery_t .czquery_title {
	margin-bottom: 25px;
}
.czquery {
	padding: 30px 0;
}
.czquery_t {
	padding-bottom: 25px;
}
.czquery_list {
	padding-top: 25px;
}
.czquery_list .czquery_table {
	margin-top: 10px;
}
.czquery_list .czquery_table thead {
	display: none;
}
.czquery_list .czquery_table tbody tr {
	padding: 15px 0;
	display: block;
}
.czquery_list .czquery_table td {
	display: block;
	height: auto;
	line-height: 22px;
	padding-left: 100px;
	position: relative;
	padding-right: 0;
	padding-bottom: 10px;
}
.czquery_list .czquery_table td:before {
	color: #999;
	position: absolute;
	left: 0;
	top: 0;
}
.czquery_list .czquery_table td:nth-child(1):before {
	content: '项目编号';
}
.czquery_list .czquery_table td:nth-child(2):before {
	content: '单位名称';
}
.czquery_list .czquery_table td:nth-child(3):before {
	content: '项目名称';
}
.czquery_list .czquery_table td:nth-child(4):before {
	content: '咨询类别';
}
.czquery_list .czquery_table td:nth-child(5):before {
	content: '状态信息';
}
.czquery_list .czquery_table td:nth-child(6):before {
	content: '备注';
}
.czquery_list .czquery_table td:last-child {
	padding-bottom: 0;
}
.czquery_list .czquery_p {
	font-size: 14px;
}
.itde_txt .itde_title h3 {
	margin-bottom: 6px;
	font-size: 26px;
	line-height: 26px;
}
.itde_txt .itde_title h4 {
	font-size: 18px;
	line-height: 26px;
}
.itde_txt .itde_title {
	padding-bottom: 20px;
	line-height: 16px;
	font-size: 16px;
}
.itde_txt .itde_title:after {
	width: 20px
}
.itde_img {
	width: 100%;
	float: none;
	margin-top: 30px;
	margin-bottom: 20px;
}
.itde_img .itde_img_item:first-child {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}
.itde_img .itde_img_item:last-child {
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
}
.itde_txt {
	width: 100%;
	padding-right: 0;
	float: none;
}
.itde_txt .itde_line {
	font-size: 14px;
	line-height: 26px;
	padding-top: 20px;
}
.Nash_info h4 {
	font-size: 18px;
	line-height: 18px;
}
.Nash_info {
	padding: 35px 0;
	background-attachment: scroll;
}
.Nash_list {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.Nash_list .Nash_table {
	border-width: 3px;
}
.Nash_list .Nash_table thead {
	display: none;
}
.Nash_list .Nash_table td {
	font-size: 14px;
}
.Nash_list .Nash_condition>div {
	padding-top: 15px;
	padding-bottom: 20px;
}
.Nash_list .Nash_condition p {
	margin-bottom: 5px;
}
.Nash_list .Nash_table td:first-child {
	padding-left: 15px;
}
.Nash_list .Nash_table td:last-child {
	padding-right: 15px;
}
.enter_data {
	background-attachment: scroll;
}
.work {
	padding: 30px 0;
}
.qft_slide .qft_img {
	height: 200px;
}
}

@media screen and (max-width:768px) {
.prize_box .prize_item {
	width: 50%;
}
}
