body {
	font-family: "微软雅黑";
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 15px;
}

body,
div,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

img {
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: inherit;
	/*color: #6E6E6E;*/
}

.clear {
	clear: both;
	font-size: 0;
	margin: 0;
	padding: 0;
}

.fl {
	float: left;
	overflow: hidden;
}

.fr {
	float: right;
	overflow: hidden;
}

.BGBG {
	background: no-repeat center;
	background-size: cover;
}

.BGBG2 {
	background: no-repeat center;
	background-size: contain;
}

.w-1200 {
	width: 1200px;
	margin: 0 auto;
}

.w-1500 {
	width: 1500px;
	margin: 0 auto;
}


/*轮播*/

.in_banner .swiper-slide a {
	width: 100%;
	height: auto;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.in_banner .swiper-slide a .container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
	padding-top: 20%;
	color: #fff;
}

.in_banner .swiper-slide a .container h2 {
	font-size: 60px;
}

.in_banner .swiper-slide a .container p {
	font-size: 26px;
}

.in_banner .swiper-slide img {
	width: 100%;
	height: auto;
}

.in_banner .swiper-button-next,
.in_banner .swiper-button-prev {
	background: rgba(0, 0, 0, 0);
	border-radius: 50%;
	top: 25%;
	margin-top: 0;
	width: 100px;
	height: 50%;
	padding: 0;
	cursor: pointer;
	left: 5%;
}

.in_banner .swiper-button-next {
	left: auto;
	right: 5%;
}

.in_banner .swiper-button-next::after,
.in_banner .swiper-button-prev::after {
	font-size: 0px;
	color: #fff;
}

.in_banner .swiper-button-prev span {
	position: absolute;
	top: 50%;
	height: 2px;
	left: 20px;
	background-color: #fff;
	border-radius: 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all .4s ease;
	width: 0px;
}

.in_banner .swiper-button-prev:hover span {
	position: absolute;
	top: 50%;
	height: 2px;
	left: 10px;
	background-color: #fff;
	border-radius: 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all .4s ease;
	width: 40px;
}

.in_banner .swiper-button-prev span::after {
	position: absolute;
	top: -10px;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	width: 30px;
	transform: rotate(-45deg);
	content: '';
	left: -6px;
}

.in_banner .swiper-button-prev span::before {
	font-size: 0px;
	color: #fff;
	position: absolute;
	top: 10px;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	width: 30px;
	transform: rotate(45deg);
	content: '';
	left: -6px;
}

.in_banner .swiper-button-next span {
	position: absolute;
	top: 50%;
	height: 2px;
	right: 20px;
	background-color: #fff;
	border-radius: 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all .4s ease;
	width: 0px;
}

.in_banner .swiper-button-next:hover span {
	position: absolute;
	top: 50%;
	height: 2px;
	right: 10px;
	background-color: #fff;
	border-radius: 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all .4s ease;
	width: 40px;
}

.in_banner .swiper-button-next span::after {
	position: absolute;
	top: -10px;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	width: 30px;
	transform: rotate(45deg);
	content: '';
	right: -6px;
}

.in_banner .swiper-button-next span::before {
	font-size: 0px;
	color: #fff;
	position: absolute;
	top: 10px;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	width: 30px;
	transform: rotate(-45deg);
	content: '';
	right: -6px;
}

.in_banner .swiper-pagination span {
	background: #fff;
}

.in_banner .swiper-pagination span.swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 10px;
}


/*图标*/

.pc_module_padding {
	background: url(../images/tb_bg.jpg) no-repeat center;
}

.pc_module {
	width: 100%;
}

.num_container {
	width: 100%;
	height: 150px;
}

.flex {
	display: flex;
	align-items: center;
}

.tb_wz h1 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.tb_wz p {
	color: #fff;
	font-size: 16px;
}

.in_tb {
	width: 30%;
	/*margin-left: 40px;*/
}

.tb_img {
	width: 23%;
}

.tb_img img {
	width: 100%;
}

.tb_wz {
	margin-left: 80px;
	margin-top: 7px;
}


/*动力监测*/

.Pro_index01 {
	width: 100%;
	margin: 60px 0;
	overflow: hidden;
}

.index01_title {
	margin: 20px 0;
}

.titlt_p {
	font-size: 36px;
	font-weight: bold;
	color: rgba(240, 245, 252, 1);
	text-align: center;
}

.title_p02 {
	font-size: 36px;
	color: rgba(37, 39, 41, 1);
	text-align: center;
	margin-top: 10px;
	position: relative;
	margin-bottom: 60px;
}

.title_p02 span {
	margin: 0 20px;
}

.index01_cont {
	margin: 20px 0;
	overflow: hidden;
}

.index01_cont li {
	width: 18.5%;
	height: 231px;
	background: #f1f1f1;
	float: left;
	text-align: center;
	margin: 0 8px;
	cursor: pointer;
}

.index01_cont li:hover {
	background: #1b3c9c;
}

.box_1 .pic {
	background: url(../images/ys_1.png) no-repeat center;
}

.box_2 .pic {
	background: url(../images/ys_2.png) no-repeat center;
}

.box_3 .pic {
	background: url(../images/ys_3.png) no-repeat center;
}

.box_4 .pic {
	background: url(../images/ys_4.png) no-repeat center;
}

.box_5 .pic {
	background: url(../images/ys_5.png) no-repeat center;
}

.box_1:hover .pic {
	background: url(../images/ys_1_h.png) no-repeat center;
}

.box_2:hover .pic {
	background: url(../images/ys_2_h.png) no-repeat center;
}

.box_3:hover .pic {
	background: url(../images/ys_3_h.png) no-repeat center;
}

.box_4:hover .pic {
	background: url(../images/ys_4_h.png) no-repeat center;
}

.box_5:hover .pic {
	background: url(../images/ys_5_h.png) no-repeat center;
}

.index01_cont li .pic {
	width: 55px;
	height: 55px;
	margin: 0 auto;
	padding: 40px 0 30px 0;
}

.index01_cont li span {
	display: block;
	width: 158px;
	height: 1px;
	background: #cfcfcf;
	margin: 0 auto;
}

.index01_cont li:hover span {
	background: #fff;
}

.index01_cont li p {
	font-size: 24px;
	color: #333;
	margin-top: 30px;
}

.index01_cont li:hover p {
	color: #fff;
}


/*产品*/

.Pro_index02 {
	margin-top: 50px;
}

.index02_cont {
	margin: 10px 0 50px 0;
	overflow: hidden;
}

.index02_cont li {
	float: left;
	width: 270px;
	border: 1px solid #efefef;
	margin: 0 14px;
	overflow: hidden;
}

.index02_cont li .pic_img {
	width: 274px;
	height: 251px;
	overflow: hidden;
}

.index02_cont li img {
	width: 274px;
	height: 251px;
	transition: all 0.5s linear;
}

.index02_cont li p {
	font-size: 20px;
	height: 91px;
	background: #efefef;
	text-align: center;
}

.index02_cont li p em {
	display: block;
	padding: 15px 0 10px;
	color: #666666;
}

.index02_cont li p span {
	display: block;
	width: 97px;
	height: 32px;
	border: 1px solid #c0c0c0;
	border-radius: 20px;
	font-size: 14px;
	color: #a7a7a7;
	text-align: center;
	line-height: 32px;
	margin: 0 auto;
}

.index02_cont li:hover {
	border: 1px solid #1b3c9c;
}

.index02_cont li:hover p {
	background: #1b3c9c;
}

.index02_cont li:hover p em {
	color: #fff;
}

.index02_cont li:hover span {
	background: #bd070e;
	color: #fff;
	border: none;
}

.index02_cont li:hover img {
	transform: scale(1.08, 1.08);
	transition: all 0.5s linear;
}

.jjfa {
	margin: 0 auto;
	width: 1027px;
	height: 76px;
	border: 1px solid #f2f2f2;
	border-radius: 30px;
	margin-bottom: 40px;
}

.jjfa h1 {
	line-height: 76px;
	text-align: center;
	color: #bd070e;
	font-size: 30px;
	font-weight: bold;
}

.Pro_index03 {
	background: url(../images/fa_bg.jpg) no-repeat center;
	/*height: 894px;*/
	height: 740px;
	width: 100%;
	overflow: hidden;
}

.k {
	height: 100px;
}

.index03_title {
	margin: 50px 0;
	text-align: center;
}

.index03_title h2 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 8px;
}

.index03_title p {
	font-size: 16px;
	color: #fff;
}

.index03_cont ul {
	margin: 80px 0 0 0;
	overflow: hidden;
}

.index03_cont li {
	width: 21.6%;
	height: 189px;
	background: #fff;
	float: left;
	text-align: center;
	margin: 0 20px 36px 20px;
}

.index_01_img .pic {
	background: url(../images/fa_1.png) no-repeat center;
}

.index_02_img .pic {
	background: url(../images/fa_2.png) no-repeat center;
}

.index_03_img .pic {
	background: url(../images/fa_3.png) no-repeat center;
}

.index_04_img .pic {
	background: url(../images/fa_4.png) no-repeat center;
}

.index_05_img .pic {
	background: url(../images/fa_5.png) no-repeat center;
}

.index_06_img .pic {
	background: url(../images/fa_6.png) no-repeat center;
}

.index_07_img .pic {
	background: url(../images/fa_7.png) no-repeat center;
}

.index_08_img .pic {
	background: url(../images/fa_8.png) no-repeat center;
}

.index03_cont li .pic {
	width: 65px;
	height: 65px;
	margin: 0 auto;
	padding: 27px 0 20px 0;
}

.index03_cont li p {
	color: #333;
	font-size: 18px;
}

.index03_cont li p span {
	margin: 9px auto;
	width: 62px;
	height: 1px;
	display: block;
	background: #cfcfcf;
}

.in_box1_more {
	padding-top: 30px;
}

.in_box2_more a{
   border: solid 1px #666 !important;	
   color: #333 !important;
   margin: 0 !important;
}

.in_box2_more a:hover{
  /* border: solid 1px #666 !important;	*/
   color: #fff !important;
   margin: 0 !important;
}

.in_box3_more a{
   border: solid 1px #666 !important;	
   color: #333 !important;
  
}

.in_box3_more a:hover{
   
   color: #fff !important;
  
}



.in_box1_more a {
	width: 232px;
	height: 52px;
	border-radius: 26px;
	border: solid 1px #fff;
	color: #fff;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0px 20px;
	font-size: 15px;
}

.in_box1_more a:hover {
	color: #fff;
	background: #1b3c9c;
	border: 1px solid #1b3c9c;
	padding: 0px 40px;
}

.in_box1_more a b {
	width: 44px;
	height: 4px;
	background: url(../images/w_r.png) no-repeat;
	background-size: cover;
}

.in_box1_more a:hover b {
	background: url(../images/w_r.png) no-repeat;
	background-size: cover;
}

.line {
	width: 100%;
	height: 1px;
	background: #dedede;
	margin: 80px 0 60px 0;
}


/*流程*/

.Pro_index04 {
	width: 100%;
	margin: 50px 0;
	overflow: hidden;
}

.index04_cont {
	margin: 20px 0;
	overflow: hidden;
}

.index04_cont li {
	width: 12.78%;
	height: 184px;
	border: 1px solid #ababab;
	float: left;
	text-align: center;
	margin: 0 8px;
	border-radius: 10px;
}

.index04_cont li:hover{
	border: 1px solid #0459b0;
}

.boxx_1 .pic {
	background: url(../images/wt_1.png) no-repeat center;
}

.boxx_2 .pic {
	background: url(../images/wt_2.png) no-repeat center;
}

.boxx_3 .pic {
	background: url(../images/wt_3.png) no-repeat center;
}

.boxx_4 .pic {
	background: url(../images/wt_4.png) no-repeat center;
}

.boxx_5 .pic {
	background: url(../images/wt_5.png) no-repeat center;
}

.boxx_6 .pic {
	background: url(../images/wt_6.png) no-repeat center;
}

.boxx_7 .pic {
	background: url(../images/wt_7.png) no-repeat center;
}

.index04_cont li .pic {
	width: 62px;
	height: 62px;
	margin: 0 auto;
	padding: 40px 0 30px 0;
}

.index04_cont li p {
	font-size: 20px;
	color: #333;
}

.Pro_index05 {
	width: 100%;
	margin-bottom: 80px;
	overflow: hidden;
}

.box_main {
	/*display: flex;
	align-items:center;*/
	margin-bottom: 30px;
	overflow: hidden;
}

.box_cont_text {
	width: 21%;
	height: 151px;
	background: #f5f5f5;
	float: left;
	padding-left: 30px;
	margin: 20px 5px;
}

.box_cont_text .pic {
	height: 151px;
	float: left;
	width: 22%;
}

.row2box1 .pic {
	background: url(../images/yj_1.png) no-repeat left;
}

.row2box2 .pic {
	background: url(../images/yj_2.png) no-repeat left;
}

.row2box3 .pic {
	background: url(../images/yj_3.png) no-repeat left;
}

.row2box4 .pic {
	background: url(../images/yj_4.png) no-repeat left;
}

.row2box5 .pic {
	background: url(../images/yj_5.png) no-repeat left;
}

.row2box6 .pic {
	background: url(../images/yj_6.png) no-repeat left;
}

.row2box7 .pic {
	background: url(../images/yj_7.png) no-repeat left;
}

.row2box8 .pic {
	background: url(../images/yj_8.png) no-repeat left;
}

.pro_wz {
	width: 62%;
	margin-top: 40px;
	margin-left: 78px;
}

.pro_wz h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.pro_wz p {
	margin-top: 5px;
	color: #333;
	font-size: 16px;
}

.box_cont_text:hover {
	background: #1b3c9c;
}

.box_cont_text:hover .pro_wz h1 {
	color: #fff;
}

.box_cont_text:hover .pro_wz p {
	color: #fff;
}

.row2box1:hover .pic {
	background: url(../images/yj_1_h.png) no-repeat left;
}

.row2box2:hover .pic {
	background: url(../images/yj_2_h.png) no-repeat left;
}

.row2box3:hover .pic {
	background: url(../images/yj_3_h.png) no-repeat left;
}

.row2box4:hover .pic {
	background: url(../images/yj_4_h.png) no-repeat left;
}

.row2box5:hover .pic {
	background: url(../images/yj_5_h.png) no-repeat left;
}

.row2box6:hover .pic {
	background: url(../images/yj_6_h.png) no-repeat left;
}

.row2box7:hover .pic {
	background: url(../images/yj_7_h.png) no-repeat left;
}

.row2box8:hover .pic {
	background: url(../images/yj_8_h.png) no-repeat left;
}


/*公司简介*/

.Pro_index06 {
	width: 100%;
	height: 700px;
	background: #fff url(../images/about_bg.jpg) no-repeat center top;
	padding-top: 65px;
}

.company_show_wrap {
	background-color: #fff;
	margin-top: 48px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
}

.company_show_computer {
	/*width: calc(100% - 248px);*/
	width: calc(100% - 120px);
	height: 400px;
	/* background: url("../images/company_show_sbg.png") no-repeat center; */
	/* margin: 32px auto auto auto; */
	/* padding-top: 40px; */
	float: right;
	/*padding: 25px 25px 25px 40px;*/
	padding: 25px 40px 25px 40px;
}

.company_show_computer_screen {
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
	position: relative;
}

.company_show_computer_screen_each {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	visibility: hidden;
}

.company_show_computer_screen_each.on {
	visibility: visible;
	z-index: 2;
}

.company_show_computer_screen_each .profile_l {
	width: 100%;
	padding: 33px 0 0 0;
}

.company_show_computer_screen_each:nth-child(1) .profile_l {
	/*width: 390px;*/
	width: 505px;
}

.company_show_computer_screen_each .profile_l h3 {
	font-size: 22px;
	color: #222222;
	line-height: 22px;
}

.company_show_computer_screen_each .profile_l h3:after {
	content: '';
	display: block;
	width: 39px;
	height: 4px;
	background: #1b3c9c;
	margin: 15px 0 10px 0;
}

.company_show_computer_screen_each .profile_l p {
	font-size: 15px;
	color: #666666;
	line-height: 22px;
	margin-bottom: 20px;
}

.company_show_computer_screen_each .title_qualification {
	width: 100%;
	height: 365px;
	background-color: #f3f3f3;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.company_show_computer_screen_each .title_qualification .swiper-slide {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.company_show_computer_screen_each .title_qualification .swiper-slide .swiper-slide-tag {
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	width: 235px;
	height: 65px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
}

.company_show_computer_screen_each .title_qualification .swiper-slide:nth-child(2) .swiper-slide-tag {
	background-image: url('../images/qualification_img1.png');
}

.company_show_computer_screen_each .title_qualification .swiper-slide:nth-child(1) .swiper-slide-tag {
	background-image: url('../images/qualification_img3.png');
}

.company_show_computer_screen_each .title_qualification .title_qualification_l {
	display: inline-block;
	float: left;
	width: 280px;
	height: 300px;
}

.company_show_computer_screen_each .title_qualification .title_qualification_l li {
	position: relative;
	text-indent: 30px;
	font-size: 16px;
	color: #333;
	line-height: 60px;
	text-align: left;
}

.company_show_computer_screen_each .title_qualification .title_qualification_l li:after {
	position: absolute;
	top: 26px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #f00;
	border-radius: 50%;
	content: "";
}

.company_show_computer_screen_each .title_qualification .title_qualification_r {
	display: inline-block;
	float: right;
	width: calc(100% - 300px);
}

.company_show_computer_screen_each .pagenation .qualification-button-next,
.company_show_computer_screen_each .pagenation .qualification-button-prev {
	position: absolute;
	bottom: -5px;
	left: -200px;
	right: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	z-index: 10;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.company_show_computer_screen_each .pagenation .qualification-button-next {
	right: -50px;
	background-image: url('../images/arrow_right.png');
}

.company_show_computer_screen_each .pagenation .qualification-button-prev {
	right: 100px;
	background-image: url('../images/arrow_left.png');
}

.company_show_computer_screen_each .profile_img {
	width: 569px;
	height: 360px;
	max-width: 530px;
	max-height: 465px;
	border-radius: 10px;
}

.company_show_computer_screen_each video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.company_show_swiper {
	width: calc(100% - 355px);
	height: 100%;
	position: relative;
}

.company_show_swiper_page {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 71px;
	height: 26px;
	margin-left: -35.5px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	border-radius: 13px;
	font-size: 18px;
	color: #ffffff;
	line-height: 26px;
}

.company_show_swiper_prev,
.company_show_swiper_next {
	display: block;
	width: 41px;
	height: 41px;
	position: absolute;
	top: 430px;
	margin-top: -20.5px;
}

.company_show_swiper_prev {
	background: url("../images/left_arrow.png") no-repeat center;
	transition: 0.3s;
	right: 355px;
	z-index: 2;
}

.company_show_swiper_prev:hover {
	background: url("../images/left_arrow_hover.png") no-repeat center;
}

.company_show_swiper_next {
	background: url("../images/right_arrow.png") no-repeat center;
	transition: 0.3s;
	right: 314px;
	z-index: 2;
}

.company_show_swiper_next:hover {
	background: url("../images/right_arrow_hover.png") no-repeat center;
}

.company_show_item {
	width: 180px;
	height: 450px;
	text-align: center;
	float: left;
	border-right: 1px solid #e1e7f1;
}

.company_show_item li {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 100px;
	margin-right: 23px;
	position: relative;
	cursor: pointer;
}

.company_show_item li .table {
	width: 100%;
	height: 100%;
	text-align: center;
}

.table_cell {
   /* display: table-cell;*/
    vertical-align: middle;
}

/* 向右小红色三角*/

.company_show_item li.on .right-triangle,
.company_show_item li:hover .right-triangle {
	position: absolute;
	top: 45px;
	right: -14px;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	border-width: 7px;
	border-style: solid;
	border-color: transparent transparent transparent #1b3c9c;
}

.company_show_item li:nth-child(1) .img {
	width: 25px;
	height: 21px;
	background: url("../images/company_show_icon_2.png") no-repeat center;
	transition: 0.3s;
	margin: auto;
	margin-top: 18px;
}

.company_show_item li:nth-child(1) span {
	font-size: 16px;
	color: #666666;
	line-height: 16px;
	margin-top: 15px;
	transition: 0.3s;
	display: inline-block;
}

.company_show_item li:hover,
.company_show_item li.on {
	background: #1b3c9c;
}

.company_show_item li.on .right-triangle {}

.company_show_item li:nth-child(1):hover .img,
.company_show_item li:nth-child(1).on .img {
	background: url("../images/company_show_icon_2_h.png") no-repeat center;
}

.company_show_item li:nth-child(1):hover span,
.company_show_item li:nth-child(1).on span {
	font-weight: bold;
	color: #ffffff;
}

.company_show_item li:hover .right-triangle {
	display: block;
}

.company_show_item li:nth-child(2) .img {
	width: 25px;
	height: 21px;
	background: url("../images/company_show_icon_1.png") no-repeat center;
	transition: 0.3s;
	margin: auto;
	margin-top: 18px;
}

.company_show_item li:nth-child(2) span {
	font-size: 16px;
	color: #666666;
	line-height: 16px;
	margin-top: 15px;
	transition: 0.3s;
	display: inline-block;
}

.company_show_item li:nth-child(2):hover .img,
.company_show_item li:nth-child(2).on .img {
	background: url("../images/company_show_icon_1_h.png") no-repeat center;
}

.company_show_item li:nth-child(2):hover span,
.company_show_item li:nth-child(2).on span {
	font-weight: bold;
	color: #ffffff;
}

.company_show_item li:nth-child(3) .img {
	width: 28px;
	height: 21px;
	background: url("../images/company_show_icon_3.png") no-repeat center;
	margin: auto;
	padding-top: 25px;
}

.company_show_item li:nth-child(3) span {
	font-size: 16px;
	color: #666666;
	line-height: 16px;
	margin-top: 15px;
	transition: 0.3s;
	display: inline-block;
}

.company_show_item li:nth-child(3):hover,
.company_show_item li:nth-child(3).on {
	background: #da1b22;
}

.company_show_item li:nth-child(3):hover .img,
.company_show_item li:nth-child(3).on .img {
	background: url("../images/company_show_icon_3_h.png") no-repeat center;
}

.company_show_item li:nth-child(3):hover span,
.company_show_item li:nth-child(3).on span {
	font-weight: bold;
	color: #ffffff;
}

.team {
	width: 100%;
	height: 615px;
	background: url("../images/team_bg.jpg") no-repeat center;
	padding-top: 65px;
}

.team .common_tc {
	color: #fff;
}

.team .common_tc span {
	color: rgba(247, 247, 247, 0.04);
}

.team .common_tinfo {
	color: #fff;
}

.team_inner {
	position: relative;
	width: 100%;
	margin-top: 32px;
}

.team_inner_bg {
	width: 996px;
	height: 241px;
	background: rgba(218, 26, 34, 0.8);
	position: absolute;
	left: 50%;
	margin-left: -498px;
	top: 52px;
}

.team_prev {
	position: absolute;
	top: 158px;
	left: 225px;
	z-index: 10;
	width: 52px;
	height: 52px;
	background: url("../images/team_prev.png");
}

.team_next {
	position: absolute;
	top: 158px;
	right: 225px;
	z-index: 10;
	width: 52px;
	height: 52px;
	background: url("../images/team_next.png");
}

.team_next:hover,
.team_prev:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

.team_swiper {
	width: 100%;
	height: 355px;
}

.team_swiper .swiper-slide {
	height: 310px;
	background: #fff;
	padding: 20px 20px 0;
	box-sizing: border-box;
}

.team_swiper .swiper-slide .img {
	width: 167px;
	height: 184px;
	margin: auto;
}

.team_swiper .swiper-slide .img img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.team_swiper .swiper-slide .intro_name {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #222222;
	line-height: 18px;
	margin: 18px 0 12px 0;
}

.team_swiper .swiper-slide .intro_intelligence {
	font-size: 16px;
	color: #222222;
	line-height: 24px;
}

.team_swiper .swiper-slide .intro_jianjie {
	display: none;
}

.team_swiper .swiper-slide.swiper-slide-active {
	overflow: hidden;
	height: 355px;
	padding: 24px 24px 0;
	margin-top: 0;
}

.team_swiper .swiper-slide.swiper-slide-active .img {
	float: left;
	width: 279px;
	height: 306px;
}

.team_swiper .swiper-slide.swiper-slide-active .intro {
	float: left;
	width: 345px;
	padding-left: 20px;
}

.team_swiper .swiper-slide.swiper-slide-active .intro_name {
	font-size: 24px;
	line-height: 24px;
	text-align: left;
}

.team_swiper .swiper-slide.swiper-slide-active .intro_intelligence {
	width: 299px;
	height: 34px;
	text-align: left;
	line-height: 34px;
	background: #da1a22;
	padding-left: 45px;
	font-size: 16px;
	color: #ffffff;
	margin-left: -45px;
}

.team_swiper .swiper-slide.swiper-slide-active .intro_jianjie {
	display: block;
	margin-top: 24px;
}

.team_swiper .swiper-slide.swiper-slide-active .intro_jianjie_t {
	text-align: left;
	font-size: 16px;
	color: #222222;
	line-height: 16px;
	font-weight: bold;
}

.team_swiper .swiper-slide.swiper-slide-active .intro_jianjie_c {
	font-size: 16px;
	color: #222222;
	line-height: 24px;
	margin-top: 12px;
}

.team_swiper .swiper-slide.swiper-slide-active .intro_jianjie_link {
	width: 133px;
	height: 31px;
	display: block;
	text-align: center;
	line-height: 31px;
	font-size: 16px;
	color: #ffffff;
	background: #da1b22;
	margin-top: 20px;
}

.team_swiper_l,
.team_swiper_r {
	width: 206px;
	height: 310px;
	background: #fff;
	box-sizing: border-box;
	float: left;
	margin-top: 20px;
}

.team_swiper_l .img,
.team_swiper_r .img {
	width: 167px;
	height: 184px;
	margin: 20px auto 0;
}

.team_swiper_l .img img,
.team_swiper_r .img img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.team_swiper_l .intro,
.team_swiper_r .intro {
	width: 175px;
	margin: auto;
}

.team_swiper_l .intro_name,
.team_swiper_r .intro_name {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #222222;
	line-height: 18px;
	margin: 18px 0 12px 0;
}

.team_swiper_l .intro_intelligence,
.team_swiper_r .intro_intelligence {
	font-size: 16px;
	color: #222222;
	line-height: 24px;
}

.team_swiper_l .intro_jianjie,
.team_swiper_r .intro_jianjie {
	display: none;
}

.team_swiper_c {
	width: 676px;
	height: 355px;
	padding: 24px 24px 0;
	background: #fff;
	box-sizing: border-box;
	float: left;
	margin: 0 55px;
}

.team_swiper_c .img {
	float: left;
	width: 279px;
	height: 306px;
	overflow: hidden;
}

.team_swiper_c .img img {
	width: 100%;
	height: 100%;
}

.team_swiper_c .intro {
	float: left;
	width: 345px;
	padding-left: 20px;
}

.team_swiper_c .intro_name {
	margin-top: 13px;
	font-size: 24px;
	line-height: 24px;
	text-align: left;
}

.team_swiper_c .intro_intelligence {
	width: 299px;
	height: 34px;
	text-align: left;
	line-height: 34px;
	/* background: #da1a22; */
	padding-left: 45px;
	font-size: 18px;
	color: #222222;
	margin-left: -45px;
	margin-top: 3px;
	margin-bottom: 6px;
}

.team_swiper_c .intro_job {
	width: 229px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #ff5400;
	color: #ff5400;
	font-size: 16px;
	margin-bottom: 9px;
}

.team_swiper_c .intro_jianjie {
	display: block;
	margin-top: 22px;
}

.team_swiper_c .intro_jianjie_t {
	text-align: left;
	font-size: 16px;
	color: #222222;
	line-height: 16px;
	font-weight: bold;
}

.team_swiper_c .intro_jianjie_c {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 12px;
	height: 77px;
	overflow: hidden;
}

.team_swiper_c .intro_jianjie_link {
	width: 133px;
	height: 31px;
	display: block;
	text-align: center;
	line-height: 31px;
	font-size: 16px;
	color: #ffffff;
	background: #da1b22;
	margin-top: 10px;
}

.team_swiper_c .intro_jianjie_link:hover {
	background: linear-gradient(to right, #694aef, #c920f3);
}


/*成功案例*/

.cp_cont ul{
	margin-top: 30px;
	text-align: center;
	overflow: hidden;
	
}

.cp_cont ul li{
	width: 31%;
	margin: 0 14px;
	/*background: #fff;*/
	height: 308px;
	float: left;
	margin-bottom: 60px;
	/*box-shadow: 0 0 10px rgb(0 0 0 / 10%);*/
}



.cp_cont ul li .cp_img{
	width: 100%;
	/*height: 279px;*/
	
	overflow: hidden;
}

.cp_cont ul li .cp_img img{
	width: 100%;
	transition: all 0.5s linear;
}

.cp_cont ul li:hover  .cp_img img{
	transform: scale(1.08, 1.08);
	transition: all 0.5s linear;
	
}

.cp_cont ul li:hover .cp_img{
	box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}


.cp_cont ul li  p{
	font-size: 16px;
	margin-top:20px;
	color: #333;
	
}

/*合作伙伴*/

.Pro_index08{
	width: 100%;
	margin: 113px 0;
}

.Pro_index08 table {
    width: 1151px;
    height: 338px;
    border: 1px solid #eaeaea;
    margin-top: 70px;
    position: relative;
    z-index: 2;
    background: #fff;
}

.Pro_index08 table:after {
    content: '';
    display: block;
    width: 601px;
    height: 400px;
    background: url(../images/coo_img1.jpg) no-repeat center;
    position: absolute;
    top: -33px;
    right: -50px;
    z-index: -1;
}

.Pro_index08 table tbody {
    position: relative;
}

.Pro_index08 table tr {
    border-bottom: 1px solid #eaeaea;
}

.Pro_index08 table td:not(:nth-child(7n)) {
    border-right: 1px solid #eaeaea;
}
.Pro_index08 table td {
    text-align: center;
    table-layout: auto;
    width: 14.28%;
    background: #fff;
    transition: 0.3s;
}
table td {
    word-break: break-all;
    word-wrap: break-word;
}

.Pro_index08 table td img {
    max-width: 100%;
    max-height: 110px;
}

/*新闻中西*/

.Pro_index09{
	width: 100%;
	background: #f1f2f3;
	padding-top: 50px;
	/*height: 800px;*/
	padding-bottom: 50px;

	overflow: hidden;
}


.index09_cont{
	/*width: 1200px;*/
	
	background: #fff;
	 box-shadow: 0 0 8px rgb(170 170 170 / 35%);
	 overflow: hidden;
	 padding: 60px 22px;
	 margin-bottom: 20px;
}

.new_left{
	width: 60%;
	border-right: 1px solid #eeeeee;
	padding-right: 50px;
}

.new_img{
	float: left;
    width: 41%;
    height: 171px;
	
}

.new_img img{
	width: 100%;
}

.new_w{
	float: right;
	width: 55%;
	margin-top: 15px;
	
}

.new_top{
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 25px;
	margin-bottom:15px;
}

.new_w a {
	/*border-bottom: 1px solid #ebebeb;*/
	display: block;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
 .new_w a h2 {
	font-size: 18px;
	color: #333;
	padding: 16px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new_w a:hover h2 {
	color: #000;
	font-weight: bold;
}
 .new_w a p {
	font-size: 16px;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
 .new_w a span {
	padding-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #999;
}
 .new_w a span b {
	width: 44px;
	height: 4px;
	background: url(../images/w_r.png) no-repeat;
	background-size: cover;
}
 .new_w a:hover span b {
	background: url(../images/w_r1.png) no-repeat;
}


.article_left_bottom_down {
    /*margin: 0 40px 0 45px;*/
   margin: 0 -70px 0 27px;
}

.article_left_bottom_down_row {
    border-bottom: 1px solid #eeeeee;
    height: 81px;
    text-align: left;
    line-height: 55px;
    width: 45%;
    float: left;
    margin-top: 17px;
}

.article_right_bottom_down_row {
    border-bottom: 1px solid #eeeeee;
    height: 81px;
    text-align: left;
    line-height: 55px;
    width:45%;
    float: right;
    margin-top: 20px;
    margin-right: 50px;
}

.article_left_bottom_down .article_left_bottom_time {
    margin-left: 25px;
    margin-bottom: 0;
    overflow: hidden;
}
.article_left_bottom_time {
    font-size: 16px;
    line-height: 16px;
    color: rgba(183, 183, 183, 1);
    margin-bottom: 27px;
}

.article_left_bottom_down .article_left_bottom_time .date {
    margin: 18px 0 0 0;
}
.article_left_bottom_time .date {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/article_icon9.png) no-repeat center left;
    margin-left: 35px;
}

.article_left_bottom_down_row a {
    line-height: 50px;
    font-size: 18px;
    color: #333333;
    transition: 0.3s;
    padding-left: 25px;
    background: url(../images/article_icon6_2.png) no-repeat center left;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 300px;
}

.article_left_bottom_down_row a:hover{
	font-weight: bold;
}

.new_right{
	width: 34%;
}

.new_w{
	float: right;
	width: 55%;
	margin-top: 15px;
	
}

.new_wa{
	/*float: right;*/
	/*width: 55%;*/
	margin-top: 15px;
	
}


.new_wa a {
	border-bottom: 1px solid #ebebeb;
	display: block;
	padding-bottom: 30px;
	margin-bottom: 10px;
}
.new_wa a h2 {
	font-size: 18px;
	color: #333;
	padding: 16px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new_wa a:hover h2 {
	color: #000;
	font-weight: bold;
}
.new_wa a p {
	font-size: 16px;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 30px;
}
 .new_wa a span {
	padding-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #999;
}
.new_wa a span b {
	width: 44px;
	height: 4px;
	background: url(../images/w_r.png) no-repeat;
	background-size: cover;
}
.new_wa a:hover span b {
	background: url(../images/w_r1.png) no-repeat;
}


article_left_bottom_down {
    /*margin: 0 40px 0 45px;*/
   margin: 0 -70px 0 27px;
}



.article_right_bottom_down_row {
    border-bottom: 1px solid #eeeeee;
    height: 81px;
    text-align: left;
    line-height: 55px;
    width:86%;
   
    margin-top: 20px;
    margin-right: 50px;
}

.article_right_bottom_down_row .article_right_bottom_time {
    margin-left: 25px;
    margin-bottom: 0;
    overflow: hidden;
}
.article_right_bottom_time {
    font-size: 16px;
    line-height: 16px;
    color: rgba(183, 183, 183, 1);
    margin-bottom: 27px;
}

.article_right_bottom_down .article_right_bottom_time .date {
    margin: 18px 0 0 0;
}
.article_right_bottom_time .date {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/article_icon9.png) no-repeat center left;
    margin-left: 35px;
}

.article_right_bottom_down_row a {
    line-height: 50px;
    font-size: 18px;
    color: #333333;
    transition: 0.3s;
    padding-left: 25px;
    background: url(../images/article_icon6_2.png) no-repeat center left;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 317px;
}

.article_right_bottom_down_row a:hover{
	font-weight: bold;
}
