﻿@charset "utf-8";
/* CSS Document */
.main {
	width: 1200px;
	margin: 0 auto;
}
/*header*/
.header {
	width: 100%;
	position: relative;
}
.header .banner {
	width: 100%;
}
.phone_top{
	display: none;
	width: 100%;
	height: 50px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
}
.phone_logo{
	float: left;
}
.phone_logo img{
	height: 32px;
	margin: 9px 0;
}
.burger{
    z-index: 50;
    height: 36px;
    width: 26px;
    position: relative;
    cursor: pointer;
    float: right;
}
.burger .x, .burger .y, .burger .z {
	height: 2px;
    width: 20px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background: #ff7019;
    border-radius: 2px;
    transition: all 200ms ease-out;
}
.burger .y {
    top: 14px;
    width: 16px;
}
.burger .z {
    top: 28px;
}
.burger .rotate45 {
    transform: rotate(45deg);
    transition: all 0.5s;
    top: 20px;
}
.burger .hide{
	display: none;
}
.burger .rotate135 {
    transform: rotate(135deg);
    transition: all 0.5s;
    top: 20px;
}
.phone_top .menu{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 50px;
	left: 100%;
    background: #fff;
    border-top: 1px solid #eee;
    transition: all 0.5s;
}
.phone_top .menu.block{
	left: 0;
	transition: all 0.5s;
}
.phone_top .menu ul{
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}
.phone_top .menu ul li{
	width: 100%;
	line-height: 50px;
}
.phone_top .menu ul li a{
	width: 100%;
	display: block;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #ff7019;
	font-weight: bold;
}
.phone_top .menu ul li:hover{
	background-color: rgba(255,112,25,0.8);
}
.phone_top .menu ul li:hover a{
	color: #fff;
}
.IndexService_content_body .owl-controls{
	display: none !important;
}
.top {
	width: 100%;
	height: 85px;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	z-index: 999;
}
.top_main {
	max-width: 1500px;
	margin: 0 auto;
}
.top_main .logo {
	height: 85px;
	float: left;
	display: flex;
}
.top_main .logo img {
	margin: auto;
	height:40px;
}
.top_main .tel {
	float: right;
	height: 85px;
	display: flex;
}
.top_main .tel img {
	margin: auto;
	height:35px;
}
.top_main .tel span {
	font-size: 23px;
	color: #fff;
	font-weight: bold;
	margin: auto;
	margin-left: 12px;
}
.top_main .nav {
	float: right;
}
.top_main .nav li {
	float: left;
	line-height: 83px;
	font-size: 16px;
	color: #fff;
	margin-right: 50px;
	text-align: center;
	transition: all 0.3s;
}
.top_main .nav li a {
	color: #fff;
	transition: all 0.3s;
	line-height: 83px;
}
.top_main .nav li:hover a {
	color: #ff721d;
	transition: all 0.3s;
}
.top_main .nav li:hover {
	border-bottom: 5px solid #ff721d;
	transition: all 0.3s;
}
.top_main .nav li.cur a {
	color: #ff721d;
	transition: all 0.3s;
}
.top_main .nav li.cur {
	border-bottom: 5px solid #ff721d;
	transition: all 0.3s;
}
/*一站式网站建设服务*/
.index_service {
	width: 100%;
	padding: 55px 0;
	background-color: #f4f4f4;
}
.index_service h1 {
	font-size: 34px;
	color: #ff7019;
	text-align: center;
	line-height: 50px;
}
.index_service h2 {
	font-size: 16px;
	text-align: center;
	line-height: 50px;
}
.index_service ul {
	position: relative;
	overflow: hidden;
	margin-top: 50px;
}
.index_service li {
	float: left;
	background: #fff;
	height: 197px;
	margin-right: 0.7%;
	width: 19.44%;
	transition: all 0.5s;
}
.index_service li.f7 {
	margin-right: 0
}
.index_service li .cons {
	text-align: center;
}
.index_service li .cons .pic {
	width: 72px;
	height: 72px;
	margin: -10px auto 0 auto;
	transition: all 0.5s;
}
.index_service li .cons .title {
	font-size: 20px;
	font-weight: bold;
	margin: 8px 0 20px 0;
}
.index_service li .cons .line {
	height: 2px;
	background: #454545;
	width: 30px;
	margin: 0 auto;
	transition: all 0.5s;
}
.index_service li .cons .content {
	height: 0;
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	overflow: hidden;
	transition: all 0.5s;
}
.index_service li .cons .content p {
	color: #fff;
	font-size: 13px;
	line-height: 25px;
}
.index_service li:hover .cons .content {
	height: auto;
	font-size: 13px;
	line-height: 25px;
	margin-top: 15px;
	transition: all 0.5s;
}
.index_service li.f1 .cons .content {
	line-height: 20px;
	margin-top: 18px;
	color: #fff;
	font-size: 13px;
	line-height: 25px;
}
.index_service li.f1 .cons .content p {
	color: #fff;
	font-size: 13px;
	line-height: 25px;
}
.index_service li:hover {
	background: #ff7019;
	transition: all 0.5s;
}
.index_service li:hover .cons .pic {
	height: 0;
	overflow: hidden;
	transition: all 0.5s;
}
.index_service li:hover .title {
	color: #fff;
}
.index_service li:hover .line {
	background: #fff;
	transition: all 0.5s;
}
.index_service li.f1 {
	height: 400px
}
.index_service li.f3 {
	position: absolute;
	z-index: 1;
	top: 197px;
	left: 19.44%;
	margin: 0.7% 0 0 0.7%
}
.index_service li.f4 {
	height: 400px
}
.index_service li.f6 {
	position: absolute;
	z-index: 1;
	top: 197px;
	left: 58.32%;
	margin: 0.7% 0 0 2.1%
}
.index_service li.f8 {
	position: absolute;
	z-index: 1;
	top: 197px;
	left: 77.76%;
	margin: 0.7% 0 0 2.8%
}
.index_service a {
	text-decoration: none;
	outline: none;
	color: #454545;
}
.index_service .table {
	display: table;
	height: 100%;
	width: 100%;
}
.index_service .table .td {
	display: table-cell;
	vertical-align: middle;
}
/*八大免费项目*/
.index_project {
	width: 100%;
	height: 465px;
	overflow: hidden;
	background-image: url("../images/gd_bg_4.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index_project h1 {
	font-size: 34px;
	color: #fff;
	margin: 60px 0 67px;
	text-align: center;
}
.index_project ul {
	width: 100%;
	overflow: hidden;
}
.index_project ul li {
	width: 23%;
	float: left;
	margin-right: 2.66%;
	height: 95px;
	background: url(../images/tou_bg_3.png) no-repeat;
	background-size: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.index_project ul li:nth-child(4n) {
	margin-right: 0;
}
.index_project ul li h3 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 12px;
}
.index_project ul li p {
	font-size: 14px;
	color: #fff;
	text-align: center;
}
/*鉴实力*/
.index_strength {
	width: 100%;
	overflow: hidden;
}
.index_strength h1 {
	font-size: 34px;
	color: #ff7019;
	text-align: center;
	margin: 80px 0 70px;
}
.yw_cont {
	width: 100%;
	height: 627px;
	background: url(../images/dt_bg_4.jpg) no-repeat center center;
	background-size: 50%;
}
.yw_cont a {
	color: #646464;
	text-decoration: none;
}
.yw_cont p {
	width: 73%;
	text-align: right;
	margin: 0;
}
.yw_cont p a {
	color: #646464;
	text-decoration: none;
}
.yw_left {
	width: 360px;
	float: left;
}
.yw_center {
	width: 400px;
	height: 330px;
	overflow: hidden;
	float: left;
	margin: 170px 40px;
}
.yw_right {
	width: 360px;
	float: right;
}
.yw_title {
	font-size: 20px;
	color: #000;
	line-height: 40px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.yw_fu_title {
	font-size: 12px;
	color: #646464;
	line-height: 20px;
}
.yw_right p {
	float: right;
	text-align: justify;
}
.yw_left div, .yw_right div {
	width: 96%;
	height: 95px;
	margin-bottom: 90px;
}
.yw_left div a, .yw_right div a {
	width: 100%;
	height: 95px;
	display: block;
}
.yw_cont .guan a {
	background: url(../images/n1_4.png) no-repeat center right;
}
.yw_cont .guan .on {
	background: url(../images/n1r_4.png) no-repeat center right;
}
.yw_cont .wei a {
	background: url(../images/n2_3.png) no-repeat center right;
}
.yw_cont .wei .on {
	background: url(../images/n2r_4.png) no-repeat center right;
}
.yw_cont .yi a {
	background: url(../images/n3_3.png) no-repeat center right;
}
.yw_cont .yi .on {
	background: url(../images/n3r_4.png) no-repeat center right;
}
.yw_cont .shang a {
	background: url(../images/n4_4.png) no-repeat center left;
}
.yw_cont .shang .on {
	background: url(../images/n4r_4.png) no-repeat center left;
}
.yw_cont .ying a {
	background: url(../images/n5_4.png) no-repeat center left;
}
.yw_cont .ying .on {
	background: url(../images/n5r_4.png) no-repeat center left;
}
.yw_cont .xiao a {
	background: url(../images/n6_4.png) no-repeat center left;
}
.yw_cont .xiao .on {
	background: url(../images/n6r_4.png) no-repeat center left;
}
.yw_cont .yi7 a {
	background: url(../images/n7_4.png) no-repeat center right;
}
.yw_cont .yi7 .on {
	background: url(../images/n7r_4.png) no-repeat center right;
}
.yw_cont .xiao8 a {
	background: url(../images/n8_4.png) no-repeat center left;
}
.yw_cont .xiao8 .on {
	background: url(../images/n8r_4.png) no-repeat center left;
}
.yw_center li img {
	width: 100%;
	height: auto;
}
.yw_left div:hover .yw_title, .yw_right div:hover .yw_title{
	color: #ff7019;
}
.yw_left .on .yw_title, .yw_right .on .yw_title{
	color: #ff7019;
}
.yw_left .guan,.yw_left .yi7{
	padding-left: 42%;
}
.yw_right div{
	float: right;
}
.yw_right .shang,.yw_right .xiao8{
	padding-right: 42%;
}
/*我们的工作流程*/
.index_work {
	width: 100%;
	height: 700px;
	background: url(../images/index_bg_03_4.jpg) no-repeat center;
	overflow: hidden;
}
.index_work h1 {
	font-size: 34px;
	color: #fff;
	text-align: center;
	margin: 60px 0;
}
.index_work img {
	height: 460px;
}
/*作品案例*/
.index_case {
	width: 100%;
	overflow: hidden;
}
.index_case h1 {
	font-size: 34px;
	color: #333;
	text-align: center;
	margin: 60px 0;
}
.index_case ul {
	width: 100%;
}
.index_case ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
	box-shadow: 0 0 103px rgba(0,0,0,.12);
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.index_case ul li:nth-child(3n) {
	margin-right: 0;
}
.index_case ul li img {
	display: block;
	width: 100%;
	vertical-align: middle;
}
.index_case ul li .index_case_img {
	display: block;
	width: 100%;
	position: relative;
}
.index_case ul li .index_case_img:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
 bottom:;
	bottom: 0;
	right: 0;
	background-color: #000;
	transform: scaleX(0);
	opacity: 0;
	z-index: 1;
	transition: all 0.5s;
}
.index_case ul li h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #333;
	padding-top: 25px;
	transition: all 0.5s;
}
.index_case ul li p {
	font-size: 12px;
	color: #ff7019;
	text-align: center;
	padding-bottom: 25px;
}
.index_case ul li:hover h3 {
	color: #ff7019;
	transition: all 0.5s;
}
.index_case ul li:hover .index_case_img:before {
	transform: scaleX(1);
	opacity: .5;
	transition: all 0.5s;
}
.case_more {
	display: block;
	width: 150px;
	height: 50px;
	box-sizing: border-box;
	color: #ff7019;
	font-size: 14px;
	border: 2px solid #ff7019;
	border-radius: 40px;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	margin: 20px auto 50px;
	transition: all 0.5s;
}
.case_more:hover {
	color: #fff;
	background-color: #ff7019;
	transition: all 0.5s;
}
/*我们与您携手共进*/
.index_partners {
	width: 100%;
	overflow: hidden;
	background: #f6f6f6;
}
.index_partners h1 {
	font-size: 34px;
	color: #333;
	text-align: center;
	margin: 60px 0;
}
.partner_content {
	width: 100%;
	margin-bottom: 70px;
}
.partner_content .partner_content_list {
	width: 16.6%;
	text-align: center;
	overflow: hidden;
	border: 1px solid #dcdcdc;
	line-height: 130px;
	transition: all 0.5s;
	border-right: 0px;
	margin-bottom: -1px;
	cursor: pointer;
	padding: 0px 20px;
	float: left;
	box-sizing: border-box;
	cursor: pointer;
}
.partner_content .partner_content_list:nth-child(6n) {
	border-right: 1px solid #dcdcdc;
}
.partner_content .partner_content_list img {
	display: inline-block;
	max-width: 100%;
	transition: all 0.5s;
	height: auto;
	vertical-align: middle
}
.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.partner_content .partner_content_list:hover img {
	filter: grayscale(0%);
	filter: gray;
	transition: all 0.5s;
}
/*footer*/
.fl {
    float: left;
}
.fr {
    float: right;
}
.footer {
	background: #222222;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.footer #mydiv {
	position: absolute;
	z-index: 5;
	opacity: .2;
}
.footer .footer_content {
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
	z-index: 6;
}
.footer_content_top {
	padding: 60px 0px;
	padding-bottom: 40px;
}
.content_top_left {
	width: 53%;
}
.top_left_list {
	width: 24%;
}
.top_left_list dd {
	margin-bottom: 23px;
}
.top_left_list dd a {
	font-size: 14px;
	color: #fff;
}
.top_left_list dt a {
	font-size: 14px;
	color: #777777;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
.top_left_list dt a:hover {
	color: #fff;
}
.top_left_list dt a:last-child {
	margin-bottom: 0px;
}
.content_top_right {
	width: 23%;
}
.top_right_title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 25px;
}
.right_content_list dd {
	position: relative;
    line-height: 18px;
    margin-right: 15px;
    color: #777;
}
.content_top_share {
	width: 23%;
}
.top_share_content {
	margin-top: 0px;
}
.top_share_content dd {
	color: #777777;
	font-size: 14px;
	margin-bottom: 10px;
}
.top_share_content dt a {
	width: 50px !important;
	height: 50px !important;
	margin: 0px 0px !important;
	padding-left: 0px !important;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	border: 1px solid #363636;
	margin-right: -1px !important;
}
.right_content_list {
	color: #eee;
    font-size: 18px;
    margin-bottom: 20px;
}
.right_content_list dt {
	width: 80%;
}
.bds_tsina {
	background: #2a2a2a !important;
}
.bds_sqq {
	background: #2a2a2a !important;
}
.bds_weixin {
	background: #2a2a2a !important;
}
.top_share_content dt a:hover {
	background: #252525 !important;
	opacity: 1 !important;
	color: #fb6a19;
}
.footer_content_bottom {
	margin-bottom: 20px;
}
.content_bottom_left {
	font-size: 14px;
	color: #555555;
	width: 5%
}
.content_bottom_right {
	width: 95%;
}
.content_bottom_right a {
	font-size: 12px;
	color: #555555;
	display: inline-block;
	width: 7%;
	margin-left: 2%;
	margin-bottom: .8%;
}
.content_bottom_right a:hover {
	color: #fff;
}
.footer_content_copyright{
	padding: 24px 0px;
    text-align: center;
    border-top: 1px solid #313131;
    z-index: 521;
    position: relative;
    color: #555555;
    font-size: 14px;
}
.footer_content_copyright a{
	color: #555555;
}
.footer_logo{
	margin: 10px 0 15px;
}
.footer_logo img{
	width: 190px;
}

/*关于我们*/
.about_banner {
	position: relative;
}
.about_banner .about_banner_img img {
	max-width: 100%;
	width: 100%;
}
.about_banner .about_banner_content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: left;
	width: 57%;
	text-align: center;
}
.about_banner .about_banner_content dd {
	font-size: 34px;
	color: #fff;
}
.about_banner .about_banner_content .banner_content_logo {
	margin: 50px 0px;
}
.about_banner .about_banner_content dt p {
	font-size: 16px;
	color: #fff;
	line-height: 35px;
}
.AboutDetails{
	background: #fff;
}
.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_left {
	position: relative;
	top: -90px;
	width: 50%;
	margin-bottom: -90px;
}
.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_left img {
	width: 100%;
	height: 690px;
	object-fit: cover;
}
.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right {
	width: 50%;
}
.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_img {
	width: 50%;
}
.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content {
	width: 50%;
	position: relative;
}
.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content .list_content_txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: left;
	width: 52%;
}
.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content .list_content_txt dd {
	color: #333333;
	font-size: 32px;
	margin-bottom: 45px;
	padding-bottom: 20px;
	position: relative;
}
.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content .list_content_txt dd:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 34px;
	height: 2px;
	background: #000000;
	bottom: 0px;
}
.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content .list_content_txt dd span {
	color: #999999;
	font-size: 24px;
	text-transform: uppercase;
	margin-left: 15px;
}
.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content .list_content_txt dt {
	color: #666666;
	font-size: 20px;
}
.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list:last-child .right_list_content .list_content_txt dd:before {
	background: #fff;
}
.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list:last-child .right_list_content .list_content_txt dd {
	color: #fff;
}
.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list:last-child .right_list_content .list_content_txt dd span {
	color: #fff;
}
.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list:last-child .right_list_content .list_content_txt dt {
	color: #fff;
}
.AboutDetails .AboutDetails_culture .AboutDetails_culture_left {
	width: 50%;
	position: relative;
}
.AboutDetails .AboutDetails_culture .AboutDetails_culture_left:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 83px;
	height: 170px;/*background:url(../images/bn28.png) no-repeat 50%;*/
	top: 50%;
	left: 100%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 50;
}
.AboutDetails .AboutDetails_innovate .AboutDetails_innovate_left, .AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right, .AboutDetails .AboutDetails_culture .AboutDetails_culture_right, .AboutDetails .AboutDetails_culture .AboutDetails_culture_right, .AboutDetails .AboutDetails_culture .AboutDetails_culture_right, .AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_img, .AboutDetails .AboutDetails_innovate .AboutDetails_innovate_right .innovate_right_list .right_list_content, .AboutDetails .AboutDetails_honor .AboutDetails_culture_left {
	overflow: hidden;
}
.AboutDetails .AboutDetails_culture .AboutDetails_culture_left .culture_left_title {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 70%;
}
.AboutDetails .AboutDetails_culture .AboutDetails_culture_left .culture_left_title dd {
	font-size: 32px;
	color: #333333;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 45px;
}
.AboutDetails .AboutDetails_culture .AboutDetails_culture_left .culture_left_title dd:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 34px;
	height: 2px;
	background: #000000;
	bottom: 0;
}
.AboutDetails .AboutDetails_culture .AboutDetails_culture_left .culture_left_title dd span {
	font-size: 24px;
	color: #999999;
	margin-left: 15px;
}
.AboutDetails .AboutDetails_culture .AboutDetails_culture_left .culture_left_title dt p {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
}
.AboutDetails .AboutDetails_culture .AboutDetails_culture_left .culture_left_title dt p:last-child {
	margin-bottom: 0px;
}
.AboutDetails .AboutDetails_culture .AboutDetails_culture_right {
	width: 50%;
}
.AboutDetails .AboutDetails_culture .AboutDetails_culture_right img {
	width: 100%;
	height: 540px;
	object-fit: cover;
	transition: all 0.5s;
}
.AboutDetails .AboutDetails_provider .AboutDetails_culture_right img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.AboutDetails .AboutDetails_culture .AboutDetails_culture_left .culture_left_img img {
	width: 100%;
	height: 540px;
	object-fit: cover;
}
.AboutDetails .AboutDetails_provider {
	max-width: 1500px;
	margin: 0 auto;
}
.AboutDetails .AboutDetails_provider {
	padding: 80px 0px;
}
.AboutDetails .AboutDetails_provider .AboutDetails_culture_left .culture_left_title {
	width: 100%;
}
.AboutDetails .AboutDetails_provider .AboutDetails_culture_left:before {
	display: none;
}
.AboutDetails .AboutDetails_honor .AboutDetails_culture_left:before {
	display: none;
}
.AboutDetails .AboutDetails_honor .AboutDetails_culture_left .culture_left_title dd {
	color: #fff;
}
.AboutDetails .AboutDetails_honor .AboutDetails_culture_left .culture_left_title dd:before {
	background: #fff;
}
.AboutDetails .AboutDetails_honor .AboutDetails_culture_left .culture_left_title dt p {
	color: #fff;
}
.AboutDetails .AboutDetails_honor .AboutDetails_honor_content {
	margin-top: 45px;
	overflow: hidden;
}
.AboutDetails .AboutDetails_honor .AboutDetails_honor_content div {
	display: inline-block;
	margin-right: 2%;
	width: 32%;
}
.AboutDetails .AboutDetails_honor .AboutDetails_honor_content div:last-child {
	margin-right: 0px;
}
.AboutDetails .AboutDetails_honor .AboutDetails_honor_content div img {
	max-width: 100%;
}
.AboutDetails .AboutDetails_honor .AboutDetails_culture_left .culture_left_img img {
	width: 100%;
	height: 660px;
	object-fit: cover;
}
.AboutDetails .AboutDetails_honor .AboutDetails_culture_right img {
	width: 100%;
	height: 660px;
	object-fit: cover;
}
.big img:hover{
	transform: scale(1.2,1.2);
	transition: all 0.5s;
}

/*右侧客服*/
.FloatingWindow {
	position: fixed;
	right: 0;
	z-index: 550;
	top: 30%;
	width: 72px;
	z-index: 99999;
}
.FloatingWindow .FloatingWindow_list {
	width: 100%;
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
}
.FloatingWindow .FloatingWindow_list:hover {
	background: #ec6d1f;
}
.FloatingWindow .FloatingWindow_list .FloatingWindow_list_down {
	position: absolute;
	background: rgba(255,112,25,1);
	width: 258px;
	line-height: 72px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	left: -185px;
	top: 0;
	display: none;
}
.FloatingWindow .FloatingWindow_list .FloatingWindow_list_title {
	text-align: center;/*border:1px solid #ec6d1f;*/
	padding: 10px;
}
.FloatingWindow .FloatingWindow_list .FloatingWindow_list_title dd {
	color: #fff;
	font-size: 28px;
}
.FloatingWindow .FloatingWindow_list .FloatingWindow_list_title dt {
	color: #fff;
	font-size: 12px;
	margin-top: 3px;
}
.FloatingWindow .FloatingWindow_list:nth-child(3):hover .FloatingWindow_list_down {
	display: block;
}

.IndexService .IndexService_content .IndexService_content_title dd {
    font-size: 34px;
    color: #333333;
    text-transform: uppercase;
}
/*系统开发*/
.IndexService .IndexService_content {
    max-width: 1500px;
    margin: 0 auto;
    padding: 65px 0px;
}
.IndexService .IndexService_content .IndexService_content_title {
    text-align: center;
    padding-bottom: 55px;
}
.Marketing_team {
	background: url(../images/bg38.jpg) no-repeat 50%/cover;
}
.Marketing_team .IndexService_content .IndexService_content_title dd {
	font-size: 34px;
	color: #fff !important;
}
.Marketing_team .Marketing_team_content{
	width: 100%;
	overflow: hidden;
}
.Marketing_team .Marketing_team_content .team_content_left {
	width: 30%;
	padding: 28px 0px;
}
.Marketing_team .Marketing_team_content .team_content_center {
	width: 40%;
	text-align: center;
	position: relative;
	height: 357px;
}
.Marketing_team .Marketing_team_content .team_content_center img{
	margin: 0 auto;
}
.Marketing_team .Marketing_team_content .team_content_center dd {
	animation: animtran 10s linear infinite;
	-webkit-animation: animtran 10s linear infinite;
}
.Marketing_team .Marketing_team_content .team_content_center dt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.Marketing_team .Marketing_team_content .team_content_left .content_left_list {
	width: 100%;
	text-align: right;
	margin-bottom: 35px;
}
.Marketing_team .Marketing_team_content .team_content_left .content_left_list:last-child {
	margin-bottom: 0px;
}
.Marketing_team .Marketing_team_content .team_content_left .content_left_list dd {
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
	position: relative;
	line-height: 30px;
}
.Marketing_team .Marketing_team_content .team_content_left .content_left_list dd:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #fff;
	right: -25px;
	top: 40%;
}
.Marketing_team .Marketing_team_content .team_content_left .content_left_list dt {
	font-size: 14px;
	color: #62626d;
	text-transform: uppercase;
}
.Marketing_team .Marketing_team_content .team_content_left:last-child .content_left_list dd:before {
	left: -25px;
	right: auto;
}
.Marketing_team .Marketing_team_content .team_content_left:last-child .content_left_list {
	text-align: left;
}
@keyframes animtran {
from {
transform:rotateZ(0deg);
}
to {
	transform: rotateZ(360deg);
}
}

/*服务流程*/
.MarketingCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_icon {
	background: #484f86;
}
.MarketingCooperation .ServiceCooperation_content .ServiceCooperation_content_list {
	background: url(../images/bn101_4.png) no-repeat 50% 100%;
}
.ServiceCooperation {
	background: #f5f5f5;
	height: 793px;
}
.ServiceCooperation .ServiceCooperation_content {
    padding-left: 34px;
}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list {
	position: relative;
	padding-bottom: 45px;
	width: 159px;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 1px;
	height: 67px;
	background: #1a83bf;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 23px;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_title {
	background: #fff;
	width: 220px;
	height: 150px;
	text-align: center;
	padding-top: 30px;
	position: relative;
	left: -30px;
	box-sizing: border-box;
}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_title dd {
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_title dt {
	font-size: 14px;
	color: #666666;
}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_icon {
	width: 85px;
	height: 85px;
	border-radius: 100%;
	text-align: center;
	line-height: 85px;
	position: relative;
	top: -42px;
	margin-bottom: -42px;
	margin: 0 auto;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_icon img{
	vertical-align: middle;
	display: inline-block;
}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list.on {
	background: url(../images/bn38_on_4.png) no-repeat 50% 100%;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list.on .content_list_icon {
	background: #ff7019;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list.on:before {
	background: #ff7019;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list:nth-child(2n) .content_list_title {
	position: relative;
	bottom: -380px;
	padding-top: 66px;
}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list:nth-child(2n) .content_list_icon {
	position: relative;
	bottom: -180px;
	top: auto;
}
.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list:nth-child(2n):before {
	bottom: -66px;
}
.ServiceCooperation .ServiceCooperation_content_mo {
	display: none;
}

/*擅长的技术*/
.technology{
	width: 100%;
	overflow: hidden;
	background: url(../images/pt-img188_4.jpg) no-repeat center;
}
.technology_main{
	width: 60%;
	float: right;
	background-color: rgba(0,0,0,0.7);
	padding: 65px 45px 40px;
	box-sizing: border-box;
}
.technology_main h1{
	font-size: 34px;
	color: #fff;
	padding-left: 40px;
}
.technology_main ul{
	width: 80%;
	overflow: hidden;
	margin-top: 100px;
}
.technology_main ul li{
	width: 48%;
	overflow: hidden;
	float: left;
	margin-right: 4%;
	margin-bottom: 60px;
}
.technology_main ul li:nth-child(2n){
	margin-right: 0;
}
.technology_main ul li img{
	float: left;
	width: 24%;
	margin-right: 6%;
}
.technology_main ul li .technology_text{
	width: 64%;
	float: left;
}
.technology_main ul li .technology_text h3{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 10px;
}
.technology_main ul li .technology_ct span{
	font-size: 16px;
	color: #ccc;
	line-height: 28px;
	margin-right: 16px;
}
/*平台终端*/
.terminal{
	width: 100%;
	overflow: hidden;
}
.terminal h1{
	font-size: 34px;
	color: #ff7019;
	text-align: center;
	margin: 100px 0 60px;
}
.terminal h1 br{
	display: none;
}
.terminal img{
	display: block;
	width: 100%;
}
/*项目交付清单*/
.project_list{
	width: 100%;
	padding-bottom: 80px;
	overflow: hidden;
	background: url(../images/qd_bg_3.jpg) no-repeat center;
}
.project_list h1{
	font-size: 34px;
	color: #333;
	text-align: center;
	margin: 70px 0 60px;
}
.project_list ul{
	width: 20%;
	overflow: hidden;
}
.project_list ul li{
	width: 100%;
	overflow: hidden;
	margin-bottom: 35px;
}
.project_list ul li img{
	display: block;
	height: 46px;
	float: right;
	margin-left: 10px;
}
.project_list ul li h3{
	font-size: 18px;
	color: #ff7019;
	line-height: 20px;
	text-align: right;
}
.project_list ul li p{
	font-size: 14px;
	color: #6c6c6c;
	line-height: 30px;
	text-align: right;
}
.project_list .mob{
	display: none;
}
.project_list .center{
	width: 58%;
	float: left;
	margin: 0 1%;
}
.project_list .center img{
	width: 100%;
	display: block;
}
.project_list .right li img{
	margin-left: 0;
	margin-right: 10px;
	float: left;
}
.project_list .right li h3{
	text-align: left;
}
.project_list .right li p{
	text-align: left;
}
/*天博独家承诺*/
.Promise{
	width: 100%;
	overflow: hidden;
	background-color: #fcfcfc;
	padding-bottom: 80px;
}
.Promise h1{
	font-size: 34px;
	color: #ff7019;
	text-align: center;
	margin: 60px 0 35px;
}
.Promise p{
	font-size: 14px;
	color: #a8a8a8;
	text-align: center;
	line-height: 30px;
}
.Promise img{
	display: block;
	width: 100%;
	margin-top: 70px;
}
.Promise .mob{
	display: none;
}
/*企业管理系统定制类别*/
.category{
	width: 100%;
	overflow: hidden;
	padding-bottom: 80px;
	background: url(../images/lb_bg_3.jpg) no-repeat center;
}
.category h1{
	font-size: 34px;
	color: #fff;
	text-align: center;
	margin: 60px 0 50px;
}
.tab_warp{
	width: 1060px;
	height: 442px;
	overflow: hidden;
	margin: 0 auto;
}
.tab_warp .left{
	width: 320px;
	height: 100%;
	background-color: rgba(255,112,25,0.8);
	box-sizing: border-box;
	padding: 45px 0px 45px 28px;
}
.tab_warp .right{
	width: 740px;
	height: 100%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 56px 75px 56px 70px;
}
.tab_warp .left ul{
	width: 100%;
	overflow: hidden;
}
.tab_warp .left ul li{
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}
.tab_warp .left ul li img{
	float: left;
	height: 33px;
	margin-right: 10px;
}
.tab_warp .left ul li font{
	display: block;
	float: left;
	width: 35px;
	height: 1px;
	background-color: rgba(255,255,255,0.4);
	margin-top: 18px;
	transition: all 0.5s;
}
.tab_warp .left ul li span{
	display: block;
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 34px;
	margin-left: 10px;
	opacity: 0.9;
}
.tab_warp .left .line{
	width: 1px;
	height: 31px;
	background-color: rgba(255,255,255,0.4);
	margin: 8px 0 8px 20px;
}
.tab_warp .left ul li.on font{
	width: 80px;
	transition: all 0.5s;
}
.tab_warp .left ul li.on span{
	font-size: 18px;
	opacity: 1;
}
.tab_warp .right .tab_con{
	width: 100%;
	height: 100%;
	border: 1px solid #dadada;
	box-sizing: border-box;
	display: none;
}
.tab_warp .right .tab_con.on{
	display: block;
	transition: all 0.5s;
}
.tab_warp .right .tab_con h3{
	font-size: 18px;
	color: #ff7019;
	line-height: 58px;
	text-align: center;
}
.tab_warp .right .tab_con ul{
	width: 100%;
	overflow: hidden;
}
.tab_warp .right .tab_con ul li{
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 14px;
	color: #4d4d4d;
	border-right: 1px solid #dadada;
	border-top: 1px solid #dadada;
}
.tab_warp .right .tab_con ul li:nth-child(3n){
	border-right: none;
}
/*零售行业痛点*/
.retail{
	width: 100%;
	overflow: hidden;
	background-color: #f6f6f6;
	padding-bottom: 80px;
}
.retail h1{
	font-size: 34px;
	color: #333;
	text-align: center;
	margin: 65px 0;
}
.retail ul{
	width: 100%;
	overflow: hidden;
}
.retail ul li{
	width: 25%;
	float: left;
}
.retail ul li img{
	display: block;
	height: 65px;
	margin: 0 auto;
}
.retail ul li p{
	width: 64%;
	margin: 0 auto;
	font-size: 16px;
	color: #666;
	line-height: 26px;
	text-align: center;
	margin-top: 20px;
}
/*健全的盈利模式—促销粉丝互动亮点*/
.profit{
	width: 100%;
	overflow: hidden;
}
.profit h1{
	font-size: 34px;
	color: #333;
	text-align: center;
	margin: 65px 0;
}
.profit ul{
	width: 100%;
	overflow: hidden;
}
.profit ul li{
	width: 25%;
	float: left;
	box-sizing: border-box;
    padding: 0 2.5%;
    margin-bottom: 70px;
}
.profit ul li img{
	display: block;
	height: 60px;
	margin: 0 auto;
}
.profit ul li h3{
	font-size: 20px;
	color: #ff7019;
	line-height: 55px;
	text-align: center;
	margin-top: 5px;
}
.profit ul li .line{
	width: 100%;
	height: 1px;
	background:url(../images/line_03_4.jpg) no-repeat center;
}
.profit ul li p{
	font-size: 13px;
	color: #7d7d7d;
	line-height: 26px;
	text-align: center;
	margin-top: 10px;
}
/*电商系统方案*/
.programme{
	width: 100%;
	overflow: hidden;
	background-color: #f4f4f4;
	padding-bottom: 100px;
}
.programme h1{
	font-size: 34px;
	color: #333;
	text-align: center;
	margin: 65px 0;
}
.programme .left{
	width: 50%;
	overflow: hidden;
	margin-top: 60px;
}
.programme .left ul{
	width: 100%;
	overflow: hidden;
}
.programme .left ul li{
	width: 25%;
	float: left;
	margin-bottom: 40px;
}
.programme .left ul li img{
	display: block;
	height: 40px;
	margin: 0 auto;
}
.programme .left ul li p{
	font-size: 18px;
	color: #333;
	line-height: 36px;
	text-align: center;
}
.programme .right{
	width: 50%;
	position: relative;
}
.programme .right img{
	display: block;
	position: absolute;
	right: -115px;
}
/*给您优质的服务*/
.program_service .program_service_title {
	text-align: center;
}
.program_service .program_service_title dd {
	font-size: 28px;
	color: #333333;
	margin-bottom: 20px;
}
.program_service .program_service_title dt p{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}
.program_service .program_service_content{
	width: 100%;
}
.program_service .program_service_content .service_content_list {
	text-align: center;
	width: 10%;
	margin-top: 40px;
	padding: 10px 0px;
	cursor: pointer;
	float: left;
	transition: all 0.3s;
}
.program_service .program_service_content .service_content_list dd {
	height: 45px;
	line-height: 45px;
	margin-bottom: 20px;
}
.program_service .program_service_content .service_content_list dd img{
	vertical-align: middle;
	display: inline-block;
}
.program_service .program_service_content .service_content_list dt {
	font-size: 14px;
	color: #333333;
}
.program_service .program_service_content .service_content_list:hover {
    box-shadow: rgba(0,0,0,0.2) 0px 0px 10px;
    transition: all 0.3s;
}
/*为什么选择微商城*/
.why{
	width: 100%;
	overflow: hidden;
	background-color: #f6f6f6;
}
.why h1{
	font-size: 34px;
	color: #333;
	text-align: center;
	margin-top: 65px;
}
.why h2{
	font-size: 16px;
    color: #999999;
    margin-top: 30px;
	text-align: center;
}
.why ul{
	width: 100%;
	overflow: hidden;
	margin: 60px 0 65px;
}
.why ul li{
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 0 3.5%;
}
.why ul li img{
	display: block;
	height: 142px;
	margin: 0 auto;
}
.why ul li h3{
	font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}
.why ul li p{
	font-size: 14px;
    color: #999999;
    line-height: 22px;
    text-align: center;
}

/*APP开发*/
.ServiceApp_title {
	background: #fff;
}
.ServiceApp_title .IndexService_content {
	overflow: hidden;
	padding: 65px 0;
}
.ServiceApp_title .ServiceApp_title_list{
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 0 3%;
}
.ServiceApp_title .ServiceApp_title_list .title_list_top {
	width: 109px;
	height: 109px;
	border-radius: 100%;
	border: 1px solid #e5e5e5;
	text-align: center;
	padding: 18px;
	margin: 0 auto;
	box-sizing: border-box;
}
.ServiceApp_title .ServiceApp_title_list .title_list_top dd {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	margin: 0 auto;
	background: #edf9e8;
	padding: 5px;
	position: relative;
	box-sizing: border-box;
}
.ServiceApp_title .ServiceApp_title_list .title_list_top span {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #99dd81;
	margin: 0 auto;
	line-height: 60px;
	display: inline-block;
	color: #fff;
	font-size: 30px;
	position: relative;
	z-index: 20;
}
.ServiceApp_title .ServiceApp_title_list .title_list_content {
	margin-top: 25px;
	text-align: center;
}
.ServiceApp_title .ServiceApp_title_list .title_list_content dd {
	font-size: 18px;
	color: #333333;
	margin-bottom: 25px;
}
.ServiceApp_title .ServiceApp_title_list .title_list_content dt {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.ServiceApp_title .ServiceApp_title_list:nth-child(2) .title_list_top dd {
	background: #eaf3fe;
}
.ServiceApp_title .ServiceApp_title_list:nth-child(2) .title_list_top dd span {
	background: #8bbbfc;
}
.ServiceApp_title .ServiceApp_title_list:nth-child(3) .title_list_top dd {
	background: #fae3e9;
}
.ServiceApp_title .ServiceApp_title_list:nth-child(3) .title_list_top dd span {
	background: #e66284;
}
.ServiceApp_title .ServiceApp_title_list:nth-child(4) .title_list_top dd {
	background: #d5ebf2;
}
.ServiceApp_title .ServiceApp_title_list:nth-child(4) .title_list_top dd span {
	background: #1592b6;
}
@keyframes ServiceAppScale {
0% {
transform:scale(1);
}
50%, 75% {
transform:scale(1.3);
}
78%, 100% {
opacity:0;
}
}
.ServiceApp_title .ServiceApp_title_list .title_list_top dd:before {
	content: '';
	width: 70px;
	height: 70px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100%;
	background: #edf9e8;
	opacity: 1;
	animation: ServiceAppScale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 100ms;
	transition: 0.5s all ease;
	transform: scale(1);
}
.ServiceApp_title .owl-item:nth-child(2) .ServiceApp_title_list .title_list_top dd:before {
	background: #eaf3fe;
}
.ServiceApp_title .owl-item:nth-child(3) .ServiceApp_title_list .title_list_top dd:before {
	background: #fae3e9;
}
.ServiceApp_title .owl-item:nth-child(4) .ServiceApp_title_list .title_list_top dd:before {
	background: #d5ebf2;
}
.ServiceApp_application .IndexService_content {
	max-width: 100% !important;
	background: #f1f1f1;
	padding: 0px;
	overflow: hidden;
	padding: 0 !important;
}
.ServiceApp_application .ServiceApp_application_left {
	background: #f6f6f6;
	padding: 65px 0px;
	width: 62%;
	padding-left: 11%;
	box-sizing: border-box;
}
.ServiceApp_application .ServiceApp_application_left .application_left_title {
	margin-bottom: 85px;
}
.ServiceApp_application .ServiceApp_application_left .application_left_title dd {
	font-size: 32px;
	color: #333333;
	margin-bottom: 15px;
}
.ServiceApp_application .ServiceApp_application_left .application_left_title dt {
	font-size: 16px;
	color: #666666;
}
.ServiceApp_application .ServiceApp_application_right {
	width: 33%;
	padding-right: 11%;
	padding-top: 65px;
	box-sizing: border-box;
}
.ServiceApp_application .ServiceApp_application_right .application_right_top {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 26px;
	margin-bottom: 70px;
}
.ServiceApp_application .ServiceApp_application_right .application_right_top dd {
	font-size: 24px;
	color: #333333;
	margin-bottom: 20px;
}
.ServiceApp_application .ServiceApp_application_right .application_right_top dt {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
.ServiceApp_application .ServiceApp_application_right .application_right_bottom .right_bottom_list {
	margin-bottom: 15px;
}
.ServiceApp_application .ServiceApp_application_right .application_right_bottom .right_bottom_list:last-child {
	margin-bottom: 0px;
}
.ServiceApp_application .ServiceApp_application_right .application_right_bottom .right_bottom_list dd {
	font-size: 18px;
	color: #333333;
	margin-bottom: 5px;
}
.ServiceApp_application .ServiceApp_application_right .application_right_bottom .right_bottom_list dt {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.App .App_content {
	max-width: 1500px;
	width: 90%;
	margin: 0 auto;
	padding: 65px 0px;
}
.App .App_content .App_content_title {
	text-align: center;
}
.App .App_content .App_content_title dd {
	font-size: 32px;
	color: #333333;
}
.App .App_content .App_content_title dt {
	font-size: 16px;
	color: #999999;
	margin-top: 10px;
}
.App .App_content .App_content_nav {
	margin-top: 40px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.App .App_content .App_content_nav a {
	width: 140px;
	line-height: 52px;
	text-align: center;
	background: #f6f6f6;
	margin-right: 24px;
	color: #555555;
    font-size: 13px;
    transition: all 0.5s;
}
.App .App_content .App_content_nav a:last-child {
	margin-right: 0px;
}
.App .App_content .App_content_nav a.on {
	background: #ff7019;
	color: #fff;
}
.App .App_content .App_content_body {
	margin-top: 70px;
	overflow: hidden;
	display: none;
}
.App .App_content .App_content_body.on{
	display: block;
}
.App .App_content .App_content_body .content_body_left {
	position: relative;
	width: 49%;
}
.App .App_content .App_content_body .content_body_left:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 1px;
	height: 589px;
	background: #e5e5e5;
	right: -84px;
}
.App .App_content .App_content_body .content_body_left .body_left_img {
	margin-bottom: 40px;
}
.App .App_content .App_content_body .content_body_left .body_left_img img {
	max-width: 100%;
}
.App .App_content .App_content_body .content_body_left .body_left_txt dd {
	font-size: 18px;
	color: #333333;
	margin-bottom: 25px;
}
.App .App_content .App_content_body .content_body_left .body_left_txt dt p {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.App .App_content .App_content_body .content_body_right {
	border: 5px solid #e5e5e5;
	width: 37%;
	padding: 50px;
	box-sizing: border-box;
}
.App .App_content .App_content_body .content_body_right .body_right_top {
	margin-bottom: 25px;
}
.App .App_content .App_content_body .content_body_right .body_right_top dd {
	font-size: 22px;
	color: #333333;
}
.App .App_content .App_content_body .content_body_right .body_right_top dt {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 20px;
}
.App .App_content .App_content_body .content_body_right .body_right_bottom dd {
	font-size: 18px;
	color: #333333;
	margin-bottom: 15px;
}
.App .App_content .App_content_body .content_body_right .body_right_bottom dt p {
	font-size: 14px;
	color: #333333;
	margin-bottom: 15px;
}
/*首页服务项目*/
.IndexService {
	width: 100%;
	overflow: hidden;
	background: #f6f6f6;
}
.IndexService .IndexService_content {
	max-width: 1500px;
	margin: 0 auto;
	padding: 75px 0px;
}
.IndexService .IndexService_content .IndexService_content_title {
	text-align: center;
	padding-bottom: 55px;
}
.IndexService .IndexService_content .IndexService_content_title dd {
	font-size: 30px;
	color: #333333;
	text-transform: uppercase;
}
.IndexService .IndexService_content .IndexService_content_title dt {
	font-size: 16px;
	color: #999999;
	margin-top: 12px;
	line-height: 28px;
}
.IndexService .IndexService_content .IndexService_content_body{
	overflow: hidden;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list {
	width: 100%;
	background: url(../images/bn2_4.png) no-repeat 100% 50%;
	padding: 0px 50px;
	box-sizing: border-box;
}
.IndexService .IndexService_content .IndexService_content_body .owl-item:first-child .content_body_list {
	padding-left: 0px;
}
.IndexService .IndexService_content .IndexService_content_body .owl-item:last-child .content_body_list {
	padding-right: 0px;
	background: none;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_title {
	font-size: 20px;
	color: #333333;
	text-align: center;
	margin-bottom: 15px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_content {
	font-size: 13px;
	color: #666666;
	text-align: center;
	line-height: 26px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification {
	padding-top: 50px;
	overflow: hidden;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list {
	display: inline-block;
	width: 50%;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 20px 0px;
	box-sizing: border-box;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:hover dd {
	color: #ff7019;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:hover dt {
	color: #ff7019;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(2n) {
	border-right: 0px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(1) {
	padding-top: 10px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(2) {
	padding-top: 10px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(3) {
	border-bottom: 0px;
	padding-bottom: 10px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(4) {
	border-bottom: 0px;
	padding-bottom: 10px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list dd {
	color: #222222;
	font-size: 28px;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list dt {
	color: #333;
	font-size: 14px;
	margin-top: 10px;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}
/*首页案例展示*/
.IndexCase {
	background: #fff;
}
.IndexCase .IndexCase_content{
	overflow: hidden;
}
.IndexCase .IndexCase_content .IndexCase_content_list {
	display: inline-block;
	width: 25%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 0px;
	position: relative;
	transition: all 0.5s;
	box-sizing: border-box;
}
.IndexCase .IndexCase_content .IndexCase_content_list:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 0%;
	left: 0;/*background:#ff7019;*/
	bottom: -1px;
	height: 1px;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}
.IndexCase .IndexCase_content .IndexCase_content_list:nth-child(4n) {
	border-right: none;
}
.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_title .list_title_icon {
	color: #ff7019;
}
.IndexCase .IndexCase_content .IndexCase_content_list:hover:before {
	width: 100%;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}
.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_img .tra {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	filter: scale(1.15);
	filter: transform;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img {
	overflow: hidden;
	position: relative;
	background: #0081cd;
	opacity: 1;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img a {
	display: inline-block;
	width: 100%;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img {
	width: 100%;
	height: 330px;
	object-fit: cover;
	transition: all 0.5s;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title {
    margin-top: 25px;
    display: none;
    overflow: hidden;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left {
    width: 88%;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd {
    color: #333333;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd a {
    color: #333333;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd span {
    font-size: 16px;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd i {
    font-style: inherit;
    padding: 0px 15px;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dt {
    display: none;
    color: #999999;
    font-size: 13px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_icon {
    color: #bbbbbb;
    font-size: 30px;
    line-height: 52px;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_hover dt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    color: #fff;
    font-size: 22px;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
    width: 100%;
    text-align: center;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_hover dd {
    background: rgba(24, 101, 159, 0.93);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    display: none;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_hover .hr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_hover .hr img {
    width: auto;
    height: auto;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}
.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_img img {
    opacity: .1;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}
.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_hover dd {
    opacity: 1;
}
.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_hover .hr img {
    opacity: 1;
}
.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_hover dt {
    opacity: 1;
}
.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_hover .hr img {
    -webkit-transform: rotate(360deg);
    animation: rotation 10s linear infinite;
    -moz-animation: rotation 10s linear infinite;
    -webkit-animation: rotation 10s linear infinite;
    -o-animation: rotation 10s linear infinite;
}
@-webkit-keyframes rotation {
from {
-webkit-transform:rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
}
}
.IndexCase .IndexCase_more {
    text-align: center;
    margin-top: 30px;
}
.IndexCase .IndexCase_more a {
    background: #eeeeee;
    display: inline-block;
    width: 185px;
    line-height: 64px;
    text-transform: capitalize;
    font-size: 16px;
    color: #999999;
    font-weight: bolder;
    position: relative;
}
.IndexCase .IndexCase_more a:hover {
    color: #fff;
}
.IndexCase .IndexCase_more a:hover:before {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: rgba(255,112,25,1);
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}
.IndexCase .IndexCase_more a:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: rgba(255,112,25,0);
    border-radius: 100%;
    left: 50%;
    opacity: 0;
    top: 50%;
    -webkit-transform: all 0.5s ease 0s;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.5s ease 0s;
}
.IndexCase .IndexCase_more a span {
    position: relative;
    z-index: 1;
}
/*首页数据*/
@font-face{
	font-family:"Impact";
	src: url('../font/Impact.ttf') format('truetype');
}
.advantage {
	background: url(../images/bg10_4.jpg) no-repeat;
	height: 532px;
}
.advantage .advantage_content {
	max-width: 1500px;
	margin: 0 auto;
}
.advantage .advantage_content .advantage_content_list {
	padding-top: 80px;
	padding-left: 47px;
	height: 532px;
	width: 20%;
	margin-left: 5%;
	box-sizing: border-box;
}
.advantage .advantage_content .advantage_content_list:nth-child(1) {
	background: url(../images/bn3_4.png) no-repeat 0% 0%;
	margin-left: 0px;
}
.advantage .advantage_content .advantage_content_list:nth-child(2) {
	background: url(../images/bn4_4.png) no-repeat 0% 0%;
}
.advantage .advantage_content .advantage_content_list:nth-child(3) {
	background: url(../images/bn5_4.png) no-repeat 0% 0%;
}
.advantage .advantage_content .advantage_content_list:nth-child(4) {
	background: url(../images/bn6_4.png) no-repeat 0% 0%;
}
.advantage .advantage_content .advantage_content_list .content_list_title {
	font-size: 70px;
	color: #fff;
	font-family: "Impact";
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.advantage .advantage_content .advantage_content_list .content_list_title span{
	font-family: "Impact";
}
.advantage .advantage_content .advantage_content_list .content_list_title:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 1px;
	background: #ff7019;
	left: 0;
	bottom: 0px;
}
.advantage .advantage_content .advantage_content_list .content_list_body p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
	line-height: 22px;
}
.advantage .advantage_content .advantage_content_list .content_list_body p:last-child {
	margin-bottom: 0px;
}
/*案例展示*/
.case_banner {
    height: 400px;
}
.case .IndexService_content {
    position: relative;
    padding: 55px 0px 40px;
}
.view-all {
	width: 100%;
	text-align: center;
	margin-bottom: 55px;
}
.morebbb{
	display: inline-block;
	color: #fff;
	font-family: poppins;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0;
	padding: 12px 40px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border: 2px solid;
	letter-spacing: 2px;
	border-color: #ff7019;
	color: #ff7019;
	border-radius: 40px;
}
.case_banner .case_banner_content {
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
	height: 400px;
}
.case_banner .case_banner_content .banner_content_left {
	position: absolute;
	bottom: 70px;
	width: 55%;
}
.case_banner .case_banner_content .banner_content_left .content_left_title {
	font-size: 32px;
	color: #fff;
	position: relative;
	padding-bottom: 35px;
	margin-top: 45px;
}
.case_banner .case_banner_content .banner_content_left .content_left_title:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 38px;
	height: 2px;
	background: #fff;
	bottom: 0;
}
.case_banner .case_banner_content .banner_content_left .content_left_txt {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	margin-bottom: 10px;
}
.CaseDetail .IndexService_content {
	padding-top: 45px;
}
.CaseDetail .CaseDetail_content {
	background: #fff;
	padding: 65px 75px;
}
.CaseDetail .CaseDetail_content .CaseDetail_content_top{
	font-size: 14px;
	color: #555;
	line-height: 24px;
}
.CaseDetail .CaseDetail_content .CaseDetail_content_top *{
	font-size: 14px;
	color: #555;
	line-height: 24px;
}
.CaseDetail .CaseDetail_content .CaseDetail_content_top img {
	max-width: 100%;
	display:inline-block;
	/*margin: 0 auto;*/
}
.CaseDetail .CaseDetail_content .CaseDetail_content_contact {
	text-align: center;
	margin-top: 50px;
}
.CaseDetail .CaseDetail_content .CaseDetail_content_contact a {
	font-size: 18px;
	color: #fff;
	text-align: center;
	width: 259px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	background: #ff7019;
	border-radius: 50px;
}
.CaseDetail .IndexService_content .IndexService_content_title {
	padding-bottom: 50px;
	text-align: left;
}
/*新闻动态*/
..IndexNews {
	background: #fff;
}
.IndexNews .IndexService_content .IndexService_content_title dd {
	line-height: 50px;
}
.IndexNews .IndexNews_title a {
	width: 120px;
	line-height: 50px;
	display: inline-block;
	background: #eeeeee;
	font-size: 16px;
	color: #333333;
	margin-right: 13px;
}
.IndexNews .IndexNews_title a:hover {
	color: #fff;
	background: #ff7019;
}
.IndexNews .IndexNews_title a.on {
	color: #fff;
	background: #ff7019;
}
.IndexNews .IndexNews_title a:last-child {
	margin-right: 0px;
}
.IndexNews .IndexNews_content .IndexNews_content_video {
	width: 38%;
}
.IndexNews .IndexNews_content .IndexNews_content_video .content_video_title {
	cursor: pointer;
	position: relative;
}
.IndexNews .IndexNews_content .IndexNews_content_video .content_video_title img {
	width: 100%;
	height: 370px;
	object-fit: cover;
}
.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body {
	border: 1px solid #e5e5e5;
	border-top: 0px;
	padding: 25px 25px;
}
.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dd {
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 15px;
}
.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dd span {
	font-size: 30px;
	position: relative;
	top: 3px;
	margin-right: 12px;
}
.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dt {
	color: #666666;
	font-size: 14px;
	line-height: 22px;
	display: -webkit-box;
	height: 42px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.IndexNews .IndexNews_content .IndexNews_content_right {
	width: 57%;
}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list {
	display: inline-block;
	width: 100%;
	margin-bottom: 31px;
}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list:last-child {
	margin-bottom: 0px;
}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_img a {
	display: inline-block;
}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_img {
	width: 25%;
	overflow: hidden;
}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list:hover .tra {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	filter: scale(1.15);
	filter: transform;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	cursor: pointer;
}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list:hover .right_list_content .list_content_title dd {
	color: #ff7019;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_img img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content {
	width: 72%;
}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	line-height: 40px;
}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title dd {
	width: 85%;
}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title dd a {
	font-size: 18px;
	color: #333333;
	width: 100%;
	transition: all 0.5s ease 0s;
	display: inline-block;
	-webkit-transform: all 0.5s ease 0s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title dt {
	font-size: 18px;
	color: #999999;
}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content p {
	color: #666666;
	line-height: 24px;
	font-size: 14px;
	display: -webkit-box;
	height: 69px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.pagination{
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination li{
	float: left;
}
.pagination li{
	width: 48px;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	text-align: center;
	background: #eeeeee;
	color: #333333;
	margin-right: 15px;
	font-size: 18px;
}
.pagination li a{
	color: #333;
}
.pagination li.active{
	background: #ff7019;
	color: #fff;
}
.pagination li.active a{
	color: #fff;
}
.pagination li:hover{
	background: #ff7019;
	color: #fff;
}
.pagination li:hover a{
	color: #fff;
}

.news .IndexService_content {
	padding: 45px 0px;
}
.news .IndexService_content .IndexService_content_title {
	border-bottom: 1px solid #e5e5e5;
}
.news .IndexService_content .IndexService_content_title dd {
	font-size: 24px;
	color: #333333;
	font-family: "宋体";
	position: relative;
	/*padding-left: 35px;*/
}
/*.news .IndexService_content .IndexService_content_title dd:before {
	content: "“";
	font-size: 56px;
	color: #bbbbbb;
	font-family: "Arial";
	position: absolute;
	left: 0;
	top: 5px;
}*/
.news .news_content {
	margin-bottom: 45px;
}
.news .news_content .news_content_list {
	display: inline-block;
	width: 100%;
	padding: 45px 0px;
	border-bottom: 1px solid #e5e5e5;
}
.news .news_content .news_content_list:hover .content_list_time dt span:before {
	color: #fff;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	width: 100%;
}
.news .news_content .news_content_list:hover .tra {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	filter: scale(1.15);
	filter: transform;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	cursor: pointer;
}
.news .news_content .news_content_list .content_list_time {
	width: 10%;
}
.news .news_content .news_content_list .content_list_txt {
	width: 60%;
	margin-right: 12.5%;
}
.news .news_content .news_content_list .content_list_img {
	width: 17.5%;
	overflow: hidden;
}
.news .news_content .news_content_list .btn {
	width: 100%;
	color: #333;
}
.news .news_content .news_content_list .btn a {
	display: inline-block;
	margin-left: 13px;
}
.news .news_content .news_content_list .content_list_img a {
	display: inline-block;
	width: 100%s;
}
.news .news_content .news_content_list .content_list_time dd {
	font-size: 26px;
	color: #333333;
	margin-bottom: 25px;
}
.news .news_content .news_content_list .content_list_time dt span {
	font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
	color: #cccccc;
	display: inline-block;
	font-size: 22px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	position: relative;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.news .news_content .news_content_list .content_list_time dt span:before {
	content: "\e602";
	position: absolute;
	display: inline-block;
	width: 0%;
	left: 0;
	height: 100%;
	top: 0;
	background: #ff7019;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.news .news_content .news_content_list .content_list_txt dd a {
	font-size: 18px;
	color: #333333;
	margin-bottom: 32px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.news .news_content .news_content_list .content_list_txt p a {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	display: inline-block;
	width: 100%;
	display: -webkit-box;
	height: 68px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news .news_content .news_content_list .content_list_img img {
	width: 100%;
	height: 186px;
	object-fit: cover;
}
.NewsDetails {
	background: #fff;
}
.NewsDetails .IndexService_content {
	padding: 55px 0px;
}
.NewsDetails .NewsDetails_title {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 35px;
}
.NewsDetails .NewsDetails_title h1 {
	font-size: 26px;
	color: #333333;
	font-weight: inherit;
	text-align: center;
	margin-bottom: 20px;
	line-height: 30px;
}
.NewsDetails .NewsDetails_title .NewsDetails_title_sort{
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.NewsDetails .NewsDetails_title .NewsDetails_title_sort span {
	font-size: 13px;
	color: #999999;
	margin-right: 25px;
}
.NewsDetails .NewsDetails_title .NewsDetails_title_sort span:last-child {
	margin-right: 0px;
}
.NewsDetails .NewsDetails_content {
	padding: 45px 0px;
	border-bottom: 1px solid #e5e5e5;
}
.NewsDetails .NewsDetails_content .NewsDetails_content_top {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.NewsDetails .NewsDetails_content .NewsDetails_content_top *{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.NewsDetails .NewsDetails_content .NewsDetails_content_top img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.NewsDetails .NewsDetails_content .NewsDetails_content_bottom {
	margin-top: 55px;
}
.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left {
	padding: 17px 0px;
	width: 34%;
}
.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left .bottom_left_copyright {
	font-size: 13px;
	color: #999999;
	margin-bottom: 25px;
	line-height: 26px;
}
.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left .bottom_left_TAG dd {
	font-size: 13px;
	color: #999999;
	line-height: 33px;
	margin-right: 20px;
}
.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left .bottom_left_TAG dt a {
	display: inline-block;
	font-size: 13px;
	color: #333333;
	background: #f4f4f4 url(../images/bg14.jpg) no-repeat 100% 50%;
	line-height: 32px;
	padding: 0px 20px;
	margin-right: 15px;
	box-sizing: border-box;
}
.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left .bottom_left_TAG dt a:last-child {
	margin-right: 0px;
}
.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help {
	margin-left: 170px;
}
.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help a {
	display: inline-block;
	width: 140px;
	height: 82px;
	background: #ff7019;
	text-align: center;
	color: #fff;
	border-radius: 40px;
	padding: 15px 0px;
	box-sizing: border-box;
}
.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help a dd {
	font-size: 32px;
}
.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help .bottom_help_content {
	font-size: 12px;
	color: #999999;
	margin-top: 12px;
	text-align: center;
}
.NewsDetails .NewsDetails_page {
	padding: 30px 0px;
	padding-bottom: 0px;
	overflow: hidden;
}
.NewsDetails .NewsDetails_page .NewsDetails_page_left {
	margin: 6px 0px;
}
.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list {
	margin-bottom: 8px;
	overflow: hidden;
}
.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list:last-child {
	margin-bottom: 0px;
}
.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list dd {
	font-size: 14px;
	color: #333333;
}
.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list a {
	font-size: 14px;
	color: #333333;
}
.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list a:hover {
	color: #ff7019;
}
.NewsDetails .NewsDetails_page .NewsDetails_page_back {
	display: inline-block;
	border: 1px dashed #e5e5e5;
	width: 160px;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	box-sizing: border-box;
}
.NewsDetails .NewsDetails_page .NewsDetails_page_back span {
	color: #ff7019;
	font-size: 25px;
	margin-right: 8px;
	position: relative;
	top: 3px;
}
/*联系我们*/
.ContactBanner .ContactBanner_content {
	position: relative;
}
.ContactBanner .ContactBanner_content .ContactBanner_content_left {
	position: absolute;
	bottom: 100px;
	box-sizing: border-box;
}
.ContactBanner .ContactBanner_content:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 3px;/*background:#fff;*/
	top: 285px;
}
.ContactBanner .ContactBanner_content .ContactBanner_content_left dd {
	font-size: 30px;
	color: #fff;
	letter-spacing: 8px;
	margin-bottom: 14px;
}
.ContactBanner .ContactBanner_content .ContactBanner_content_left dt {
	font-size: 60px;
	color: #fff;
	font-family: "Impact";
	letter-spacing: 7px;
}
.contact .contact_motto_map {
	position: relative;
}
.contact .contact_motto_map .motto_map_top img {
	width: 100%;
	height: 651px;
	object-fit: cover;
}
.contact .contact_motto_map .motto_map_bottom {
	position: absolute;
	top: 50%;
	left: 80%;
	transform: translateX(-50%) translateY(-50%);
}
.contact .contact_motto_map .motto_map_bottom .map_bottom_content {
	padding-left: 10.5%;
	box-sizing: border-box;
}
.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title {
	background: #313131;
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
}
.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_img{
	width: 100%;
}
.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_img img{
	width: 100%;
}
.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title dd {
	font-size: 30px;
	color: #fff;
	margin-bottom: 30px;
}
.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title dd span {
	font-size: 24px;
	margin-left: 15px;
}
.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title dt p {
	color: #fff;
	font-size: 14px;
	line-height: 35px;
}
.contact .IndexService_content .IndexService_content_title{
	padding-bottom: 0;
}
/*人才招聘*/
.l-policy {
	margin-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #ececec;
}
.l-policy h4 {
	text-align: center;
	color: #333;
	font-size: 30px;
}
.l-policy p {
	text-align: center;
	color: #888;
}
.l-policy .row {
	margin-top: 30px;
	padding-bottom: 60px;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px solid #ececec;
}
.l-policy .row p {
	text-align: center;
	color: #555;
	line-height: 24px;
	padding: 0 3%;
	font-size: 14px;
}
.l-policy .row .col-md-6 {
	margin-top: 60px;
	margin-bottom: 40px;
	overflow: hidden;
	width: 50%;
	float: left;
}
.l-policy .row .col-md-6 .l-policy-img {
	margin-bottom: 14px;
}
.l-policy .row .col-md-6 .l-policy-img img{
	display: block;
	margin: 0 auto;
}
.l-policy .row .col-md-6 p {
	color: #9f9f9f;
}
.l-policy .row .l-email {
	height: 40px;
	overflow: hidden;
	clear: both;
}
.l-policy .row .l-email a {
	padding: 12px 40px;
	line-height: 42px;
	background: #e6e6e6;
	color: #555;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	font-size: 14px;
}
.l-policy .table {
	margin-top: 60px;
	width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.l-policy .table thead {
	background: #e6e6e6;
}
.l-policy .table thead>tr>th {
	border: none;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	color: #7f8c97;
	font-weight: bold;
}
.l-policy .table tbody>tr{
	display: table-row;
}
.l-policy .table tbody>tr>td {
	border: none;
	text-align: center;
	border-bottom: 1px solid #ececec;
	padding: 20px 0;
	font-size: 14px;
	color: #7f8c97;
}
.l-policy .table tbody>tr>td a {
	background: #e4b564 url(../images/l-button_4.png) no-repeat right;
	background-position-x: 76px;
	background-position-y: 15px;
	padding: 8px 26px 8px 14px;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	cursor: pointer;
}
.l-policy .table .l-part {
	overflow: hidden;
}
.l-policy .table .l-part td {
	padding: 20px 20px;
}
.l-policy .table .l-part h4 {
	text-align: left;
	font-size: 1.2em;
	margin: 10px 0;
}
.l-policy .table .l-part p {
	text-align: left;
	text-indent: 2em;
	line-height: 30px;
}
.l-policy .table thead>tr>th:nth-child(3){
    display: none;
}
.l-policy .table thead>tr>th:nth-child(4){
    display: none;
}
.l-policy .table tbody>tr>td:nth-child(3){
    display: none;
}
.l-policy .table tbody>tr>td:nth-child(4){
    display: none;
}

.case_nav{
			width: 90%;
			margin: 0 auto;
			overflow: hidden;
			margin-bottom: 40px;
		}
		.case_nav a{
			width: 12%;
			float: left;
			font-size: 16px;
			color: #ff721d;
			line-height: 40px;
			text-align: center;
			border: 1px solid #ff721d;
			box-sizing: border-box;
			transition: all 0.3s;
		}
		.case_nav a+a{
			margin-left: 5.4%;
		}
		.case_nav a:hover{
			background-color: #ff721d;
			color: #fff;
			transition: all 0.3s;
		}

.case_nav2{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.case_nav2_main{
	max-width: 1500px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.case_nav2 a{
	font-size: 16px;
	color: #666;
	line-height: 18px;
	padding: 0 4%;
	margin: 20px 0;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
}
.case_nav2 a+a{
	border-left: 1px solid #ccc;
}
.case_nav2 a:hover{
	color: #ff7019;
}
.case_nav2 a:hover:after{
	content: "";
	width: 40%;
    height: 1px;
    background-color: #ff7019;
    position: absolute;
    bottom: -20px;
    left: 30%;
}
.case_nav2 a.on{
	color: #ff7019;
}
.case_nav2 a.on:after{
	content: "";
	width: 40%;
    height: 1px;
    background-color: #ff7019;
    position: absolute;
    bottom: -20px;
    left: 30%;
}