﻿/* CSS Document */
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li,ol li{list-style-type:none;}a,label{cursor:pointer;}img,svg{vertical-align:middle;margin:0;padding:0;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}button{border: none;cursor: pointer;}
body { margin:0; padding:0; line-height:24px; font-family:'Microsoft YaHei',Arial; font-size:12px; background:#ffffff;
	color: #434343;}
div,ul,li,dt,dl,dd,h1,h2,h3,h4,h5,h6,h7,img,p,span{ border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0;
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 0;
}

img{display:block; max-width: 100%;
    width: auto;
  height: auto;}

input:focus {
  outline: none;
}
/* Link */
a:link { text-decoration:none;}
a:visited {text-decoration:none;}
a:hover { text-decoration:none;}
a:active { outline: none; border:0px; background-color:Transparent;}
a{display:block;}
a{blr:expression(this.onFocus=this.blur()); outline:none;} 

.blank5{ width:100%; height:5px; clear:both;}
.blank10{ width:100%; height:10px; clear:both;}
.blank15{ width:100%; height:15px; clear:both;}
.blank20{ width:100%; height:20px; clear:both;}
.blank30{ width:100%; height:30px; clear:both;}
.blank40{ width:100%; height:40px; clear:both;}
.blank50{ width:100%; height:50px; clear:both;}
.blank60{ width:100%; height:60px; clear:both;}
.blank70{ width:100%; height:70px; clear:both;}
.blank80{ width:100%; height:80px; clear:both;}
.blank100{ width:100%; height:100px; clear:both;}
.blank90{ width:100%; height:90px; clear:both;}
.blank150{ width:100%; height:150px; clear:both;}
.blank154{ width:100%; height:154px; clear:both;}
/*Clear*/
.clear{ clear:both; font-size:1px; height:0px; line-height:0px; overflow:hidden;}/*可用height:1px; overflow:hidden;来控制IE6默认的div的高为12~14px,用BR来做吧，用DIV不太好用*/
.clearfix::after {
  content:".";/*加一段内容*/
  display:block;/*让生成的元素以块级元素显示，占满剩余空间*/
  height:0;/*避免生成的内容破坏原有布局高度*/
  clear:both;/*清除浮动*/
  visibility:hidden;/*让生成的内容不可见*/
}
/*针对1920的宽屏*/

.max{ position:relative;}

.inner{width:1200px; height:auto; margin:0 auto;}
span {
	display: block;
}

/*首页*/
 
.header_top {
	background: #f0f2f5;
	padding: 10px 0;
}
.header_top_text {
	font-size: 14px;
	color: #a5a6a8; 
	float: left;
}
.header_top_right {
	float: right;
}
.header_top_right a {
	display: inline-block;
	font-size: 14px;
	color: #646566; 
	padding: 0 15px;
	line-height: 14px;
}
.header_top_right a:last-of-type {
	border-left: 1px solid #c8cacc;
}
.logo {
	float: left;
}
.header_center {
	float: left;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #e1e3e6;
	margin-top: 9px;
}
.header_center_title {
	font-size: 20px;
	color: #f28627;
	margin-bottom: 6px; 
}
.header_center_text {
	font-size: 15px;
    color: #646566;
    font-family: Arial;
    letter-spacing: 1px;
}
.header_rigth {
	float: right;
	background: url(../images/tel1.png) no-repeat left center;
	background-size: 40px 40px;
	padding-left: 50px;
	margin-top: 9px;
}
.header_right_text {
	font-size: 16px;
	color: #323233; 
}
.header > .inner {
	padding: 15px 0;
}
.nav{
	width: 100%;
	background-color: #f28627;
	position: relative;
	z-index: 20;
	height: 60px;
}
.nav-back{
	width: 1300px;
	height: 0px;
	background: rgba(242,134,39,0.8);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top:60px;
	z-index: 15;
	transition: all 0.4s ease;
}
.nav-fw{
	width: 1300px;
	margin: 0 auto;
}
.nav-list{
	position: relative;
	z-index: 20;
}
.nav-list li{
	display: inline-block;
	width: 182px;
	position: relative;
	height: 60px;
	margin-left: 0
}
.nav-list li:first-child{
	margin-left: 0px;
}
.cn{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	height: 30px;
	margin-top: 15px;
	overflow: hidden;
	transition: all 0.3s ease; 
}

.nav-list li >a{
	display: block;
	position: relative;
}
.nav-list li.on >a::before{
	display: block;
}
.nav-list li:hover >a::before{
	display: block;
}
.nav-la{
	width: 185.7px;
	height: 0px;
	position: absolute;
	left:50%;
	top:60px;
	/*margin-left: -75px;*/
	transform: translateX(-50%);
	background: rgba(242,134,39,0.8);
	overflow: hidden;
	transition: all 0.4s ease;
}
.nav-list:hover .nav-la{
	/* background-color: #f5f5f5; */
	height: 320px;
}
.nav-list li:hover .nav-la{
	background: #f17c2b;
}
.nav-list li:hover{
	background: #f17c2b;
}
.nav-la dd{
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #666;
	padding: 6px 0;
	border-bottom: 2px solid rgba(255,255,255,0);
}
/* .nav-list li:hover .nav-la dd{
	border-bottom: 2px solid #f5f5f5;
} */
.nav-la dd > a{
	color: #ffffff;
	font-size: 12px;
	display: inline-block;
	position: relative;
}
.nav-la dd:hover a { 
}
.nav-la dd:hover a::before{
	content: '';
	position: absolute;
	bottom: 3px;
	left: -5%;
	z-index: -1;
	background: #4d4d4d;
	width: 110%;
	height: 7px;
}
.banner .swiper-pagination-bullet {
	background: inherit !important;
	width: 13px !important;
	height: 13px !important;
	border: 1px solid #ffffff !important;
	opacity: 1 !important;
	margin: 0 10px !important;
}
.banner .swiper-pagination-bullet-active {
	background: #ffffff !important;
}
.index_title {
	padding: 50px 0 25px 0;
}
.index_pro .inner {
	position: relative;
}
.index_heng {
	position: absolute;
	top: 67px;
	left: -30%;
}
.index_title_text {
	width: 140px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	background: #4d4d4d;
	font-size: 20px;
	text-align: center;
	border-left: 4px solid #f28627; 
}
.index_title_caption {
	font-size: 14px;
	color: #969799;
	margin-top: 10px;
}
.index_pro_photo {
	position: relative;
}
.index_pro_photo > img {
	width: 220px;
	height: 140px;
}
.index_pro_model {
	width: 100%;
	height: 100%;
	padding: 54px 0;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(242,134,39,0.8);
}
.index_pro_model img {
	width: 32px;
	height: 32px;
	margin: 0 auto;
}
.index_pro_text {
	text-align: center;
	font-size: 18px;
	color: #333333;
	margin-top: 15px; 
}
.index_pro_link:hover .index_pro_model {
	display: block;
}
.index_pro .swiper-button-next1 {
	width: 12px !important;
    height: 20px !important;
    background-image: url(../images/jian2.png);
    outline: none;
    position: absolute;
	top: 67px;
	right: 0;
    margin-top: 0 !important;
    background-size: contain;
}
.index_pro .swiper-button-next1:after {
	content: '';
}
.index_pro .swiper-button-next1:hover {
	background-image: url(../images/jian4.png);
}
.index_pro .swiper-button-prev1:hover {
	background-image: url(../images/jian1.png);
}
.index_pro .swiper-button-prev1 {
	width: 12px !important;
    height: 20px !important;
    background-image: url(../images/jian3.png);
    outline: none;
    position: absolute;
	top: 67px;
	right: 130px;
	left: inherit;
    margin-top: 0 !important;
    background-size: contain;
}
.index_pro .swiper-button-prev1:after {
	content: '';
}
.b_fenqi {
	position: absolute;
	top: 67px;
	right: 42px;
}
.b_fenqi span {
	display: inline-block;
}
.s-g {
	font-size: 14px;
	color: #a5a6a8;
}
.x-num {
	font-size: 14px;
	color: #a5a6a8;
}
.s-num {
	font-size: 24px;
	color: #f28627;
}
.index_ying .inner {
	position: relative;
}
.index_ying_section {
	background: #f0f2f5;
	padding: 35px 0;
}
.index_ying_section .inner {
	width: 1300px;
}
.parHd {
	width: 1200px;
	margin: 0 auto 30px auto;
}
.parHd li {
	float: left;
	width: 200px;
	height: 48px;
	margin-right: 30px;
	line-height: 48px;
	font-size: 16px;
	color: #333333;
	border-radius: 5px;
	background: #e1e3e6;
	text-align: center;
}
.parHd li a {
	color: #333333;
}
.parHd li.on {
	color: #fff;
	background: #f28627;
}
.parHd li:hover a {
	color: #fff;
	background: #f28627;
	border-radius: 5px;
}
.indec_ying_list {
	float: left;
}
.index_ying_more {
	float: right;
}
.sPrev {
	background: url(../images/jian5.png) no-repeat left center;
	width: 48px;
	height: 48px;
	background-size: contain;
	position: absolute;
	left: 24px;
	top: 50%;
	transform: translateX(-50%);
}
.sPrev:hover {
	background: url(../images/jian7.png) no-repeat left center;
	background-size: contain;
}
.sNext:hover {
	background: url(../images/jian6.png) no-repeat left center;
	background-size: contain;
}
.sNext {
	background: url(../images/jian8.png) no-repeat left center;
	width: 48px;
	height: 48px;
	background-size: contain;
	position: absolute;
	right: -24px;
	top: 50%;
	transform: translateX(-50%);
}
.index_ying_link {
	width: 285px;
}
.index_ying_link img {
	width: 285px;
	height: 260px;
}
.index_ying_text {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background: #f28627;
}
/*.index_ying_link:hover .index_ying_text {
	background: #f28627;
}*/
.slideBox ul {
	width: 1200px;
	margin: 0 auto;
	overflow:hidden; zoom:1;
}
.slideGroup {
	width: 1350px;
}
.slideGroup .parHd{position:relative;  }
.slideGroup .slideBox{ overflow:hidden; position:relative;  }
.slideGroup .parBd ul li{width: 285px; margin-left: 20px;margin-bottom: 20px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.slideGroup .parBd ul li:nth-child(4n-3) {
	margin-left: 0;
}
.tempWrap {
	margin: 0 auto;
}
.index_ying_look {
	width: 160px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	margin: 35px auto 0 auto;
	font-size: 16px;
	color: #4d4d4d;
	border: 1px solid #4d4d4d;
}
.index_about .inner {
	position: relative;
}
.index_title_text1 {
	float: left;
}
.index_about_more {
	float: right;
	font-size: 16px;
	color: #969799;
	margin-top: 8px;
}
.index_about_left {
	float: left;
	width: 360px;
}
.index_about_left_photo {
	position: relative;
}
.index_about_left_photo img {
	width: 360px;
	height: 140px;
}
.index_about_jia {
	width: 40px !important;
	height: 40px !important;
	position: absolute;
	bottom: 0;
	right: 0;
}
.index_about_left_text {
	font-size: 12px;
	color: #666666;
	line-height: 23px;
	margin-top: 5px;
}
.index_news {
	float: left;
	width: 360px;
	margin-left: 60px;
}
.index_news_top {
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	font-size: 14px;
	color: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.index_news_item {
	padding: 10px 0;
	border-bottom: 1px solid #e1e3e6;
	background: url(../images/ico4.png) no-repeat left center;
	background-size: 7px 7px;
	padding-left: 15px;
}
.index_news_item:hover {
	background: url(../images/ico5.png) no-repeat left center;
	background-size: 7px 7px;
}
.index_news_item a {
	font-size: 14px;
	color: #333333; 
}
.index_video {
	float: left;
	width: 360px;
	margin-left: 60px;
}
.index_video_photo {
	position: relative;
}
.index_video_photo > img {
	width: 360px;
	height: 270px;
}
.index_video_picter {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 66px !important;
	height: 66px !important;
}
.index_video_text {
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	color: #fff; 
}
.footer {
	margin-top: 50px;
	overflow: hidden;
}
.footer_nav {
	background: #323233;
	padding: 20px 0;
}
.footer_item {
	float: left;
	width: 171px;
	border-right: 1px solid #999999;
}
.footer_item:last-of-type {
	border-right: none;
}
.footer_item a {
	font-size: 16px;
	color: #ffffff;
	line-height: 16px;
	text-align: center;
}
.footer_block {
	width: 795px;
	float: left;
}
.footer_left {
	float: left;
	width: 305px;
}
.footer_block {
	margin: 60px 0 35px 0;
}
.footer_logo {
	margin-bottom: 80px;
}
.footer_photo {
	display: inline-block;
	margin-right: 40px;
}
.footer_photo_text {
	font-size: 14px;
	color: #cccccc;
	margin-top: 8px;
}
.footer {
	background: #f5f7fa;
}
.footer_con {
	float: left;
	margin-left: 75px;
	width: 410px;
}
.footer_title {
	font-size: 22px;
	color: #323233; 
}
.footer_title font {
	font-size: 18px;
	color: #f28627;
}
.footer_caption {
	font-size: 14px;
	color: #999999;
	margin: 25px 0;
}
.footer_text span {
	font-size: 14px;
	color: #999999;
	line-height: 28px;
}
.footer_explain {
	font-size: 14px;
	color: #999999;
	float: left;
	width: 100%;
	margin-top: 55px;
}
.footer_right {
	float: right;
	width: 320px;
}
.footer_right {
	margin: 60px 0 35px 0;
}
.footer_info {
	background: #ebedf0;
	padding: 10px 20px;
	margin-bottom: 15px;
}
.footer_info_text {
	font-size: 16px;
	color: #999999;
	float: left; 
}
.footer_info input {
	background: inherit;
	border: none;
	font-size: 16px;
	color: #999999;
	float: right;
	width: 80%; 
}
.footer_form {
	margin-top: 30px;
}
.footer_info textarea {
	background: inherit;
	border: none;
	font-size: 16px;
	color: #999999;
	float: right;
	height: 110px;
	outline: none;
	width: 80%; 
}
.footer_btu {
	background: #f28627;
	width: 240px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
	border: none;
	display: block;
	margin-top: 30px;
}
.zi_top {
	padding: 20px 10px;
}
.zi_home {
	display: inline-block;
	font-size: 14px;
	color: #333333;
	background: url(../images/home.png) no-repeat left center;
	background-size: 16px 16px;
	padding-left: 25px;
	line-height: 21px;
}
.zi_top_link {
	display: inline-block;
	font-size: 14px;
	color: #666666;
	line-height: 21px; 
}
.zi_top_link:hover {
	color: #f28627;
}
.zi_top_text {
	display: inline-block;
	font-size: 16px;
	color: #f28627;
	line-height: 21px;
}
.left {
	float: left;
	width: 200px;
}
.left_title {
	background: #4d4d4d;
	width: 100%;
	height: 65px;
	line-height: 65px;
	font-size: 20px;
	color: #ffffff; 
	text-align: center;
}
.left_item {
	padding: 0 15px;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #f0f2f5;
	text-align: center;
}
.left_item  a{
	font-size: 16px;
	color: #666666;
}
.left_item:hover {
	background: #f28627;
	border-bottom: 1px solid #f28627;
}
.left_item:hover a {
	color: #fff;
}
.left_current {
	background: #f28627;
	border-bottom: 1px solid #f28627;
}
.left_current a {
	color: #fff;
}
.left_item:last-of-type {
	border-bottom: none;
}
.left_list {
	box-shadow:0px 2px 5px #f5f6f6;
}
.left_con {
	box-shadow:0px 0px 5px #f5f6f6;
	background: url(../images/bg1.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 30px;
}
.left_con_title {
	font-size: 18px;
	color: #333333;
	padding: 15px 10px 15px 25px;
	border-bottom: 1px solid #e1e3e6;
	position: relative;
	line-height: 16px;
}
.left_con_title::after {
	content: '';
	position: absolute;
	height: 16px;
	width: 4px;
	background: #f28627;
	top: 15px;
	left: 10px;
}
.left_con_box {
	padding: 10px;
}
.left_con_box span {
	font-size: 12px;
	color: #333333;
	line-height: 25px;
}
.right {
	float: right;
	width: 940px;
}
.right_title {
	padding: 15px 0;
	border-bottom: 1px solid #e1e3e6;
}
.right_title_text {
	font-size: 28px;
	color: #333333;
	float: left; 
}
.pro_item {
	float: left;
	width: 285px;
	margin-left: 42.5px;
	margin-bottom: 30px;
}
.pro_item:nth-child(3n-2) {
	margin-left: 0;
}
.pro_item img {
	width: 285px;
	height: 260px;
	transition: all 0.5s ease-in-out;
}
.pro_item div {
	/*overflow: hidden;*/
}
.pro_item:hover img {
	transform:scale(1.2);
}
.pro_text {
	width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: #f28627;
}
.pro_item:hover {
	box-shadow:0px 0px 15px #f6f7f7;
}
/*.pro_item:hover .pro_text {
	background: #f28627;
}*/
.pro_list {
	margin-top: 30px;
}
.fan {
	text-align: center;
	margin: 20px 0 0 0;
}
.fan a {
	text-align: center;
	display: inline-block;
	border: 1px solid #b2b2b2;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #333333;
	margin: 0 3.5px;
}
.fan span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #666666;
	margin: 0 3.5px;
}
.fan a.on {
	background: #f28627;
	border: 1px solid #f28627;
	color: #ffffff;
}
.fan a:hover {
	background: #f28627;
	border: 1px solid #f28627;
	color: #ffffff;
}
.pro_ex_title {
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin: 35px 0 30px 0; 
}
.pro_ex_top img {
	margin: 0 auto;
	border: 1px solid #c8cacc;
}
.pro_ex_top {
	padding-bottom: 50px;
	border-bottom: 1px solid #c8cacc;
}
.box {
	margin: 50px 0;
}
.box span {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.ex_bottom {
	padding: 30px 0 0 0;
	border-top: 1px solid #c8cacc;
}
.ex_bottom_link {
	font-size: 16px;
	color: #969799;
	float: left;
	background: url(../images/jian9.png) no-repeat left center;
	background-size: 24px 24px;
	padding-left: 35px;
}
.ex_bottom_link:hover {
	background: url(../images/jian11.png) no-repeat left center;
	background-size: 24px 24px;
}
.ex_bottom_link1:hover {
	background: url(../images/jian10.png) no-repeat right center;
	background-size: 24px 24px;
}
.ex_bottom_link1 {
	font-size: 16px;
	color: #969799;
	float: right;
	background: url(../images/jian12.png) no-repeat right center;
	background-size: 24px 24px;
	padding-right: 35px;
}
.box img {
	margin: 0 auto;
}
.news_item {
	padding: 10px 0 10px 15px;
	background: url(../images/ico4.png) no-repeat left center;
	background-size: 7px 7px;
	margin-top: 15px;
	border-bottom: 1px solid #c8cacc;
}
.news_title {
	font-size: 16px;
	color: #333333;
	float: left;
}
.news_time {
	font-size: 14px;
	color: #333333;
	float: right;
}
.news_item:hover {
	background: url(../images/ico5.png) no-repeat left center;
	background-size: 7px 7px;
}
.news_list {
	margin-bottom: 50px;
}
.news_ex_title {
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin-top: 35px; 
}
.news_ex_time {
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
}
.honor_list {
	margin-top: 40px;
}
.honor_item {
	width: 285px;
	margin-left: 42.5px;
	margin-bottom: 30px;
	float: left;
}
.honor_item:nth-child(3n-2) {
	margin-left: 0;
}
.honor_item img {
	width: 182px;
	height: 257px;
	margin: 0 auto;
}
.honor_photo {
	background: #f0f2f5;
	padding: 30px 0;
}
.honor_text {
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin-top: 13px;
}
.service_title {
	font-size: 18px;
	color: #333333;
	margin-top: 40px;
}
.ji_list {
	margin-top: 40px;
	margin-bottom: 40px;
}
.ji_item {
	margin-bottom: 30px;
}
.ji_item img {
	float: left;
	width: 220px;
	height: 150px;
}
.ji_box {
	float: right;
	width: 690px;
}
.ji_title {
	font-size: 18px;
	color: #333333;
	margin-bottom: 18px; 
}
.ji_text {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.ji_more {
	width: 112px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #666666;
	background: #e1e3e6;
	text-align: center;
	margin-top: 20px;
}
.ji_item:hover .ji_title {
	color: #f28627;
}
.ji_item:hover .ji_more {
	color: #ffffff;
	background: #f28627;
}
.con_title {
	font-size: 28px;
	color: #333333;
	margin: 40px 0;
}
.map {
	float: left;
	width: 710px;
}
.con_box {
	float: right;
	width: 385px;
}
.con_box_title {
	font-size: 18px;
	color: #333333;
}
.con_box_text {
	font-size: 24px;
	color: #f28627;
	margin-top: 3px;
}
.con_info {
	margin-top: 30px;
}
.con_info span {
	font-size: 14px;
	color: #333333;
	line-height: 40px;
}
.video_list {
	margin-top: 30px;
}
.video_item {
	float: left;
	width: 285px;
	margin-left: 42.5px;
	margin-bottom: 30px;
}
.video_item:nth-child(3n-2) {
	margin-left: 0;
}
.video_item .index_video_photo img {
	width: 285px;
	height: 270px;
}
.video_ex_top {
	margin: 0 auto 55px auto;
	width: 795px;
	position: relative;
	padding-bottom: 41px;
}
.video_ex_top video {
	width: 795px;
	margin: 0 auto;
	height: 600px;
}
.video_ex_title {
	font-size: 22px;
	color: #333333;
	line-height: 22px;
	border-left: 4px solid #f28627;
	padding-left: 12px;
}
.video_ex_section {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #c8cacc;
}
.video_ex_banner a:hover .pro_text {
	background: #f28627;
}
.right_title_text font {
	font-size: 18px;
	color: #333333;
}
.ying_num {
	font-size: 14px;
	color: #333333; 
	float: right;
	background: url(../images/ico6.png) no-repeat left center;
	background-size: 22px 12px;
	padding-left: 30px;
	margin-top: 2px;
}
.box1 {
	margin: 25px 0;
}
.ying_item {
	float: left;
	width: 220px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.ying_item:nth-child(4n-3) {
	margin-left: 0;
}
.ying_item > img {
	width: 220px;
	height: 220px;
	transition: .1s transform;
  	transform: translateZ(0);
}
.ying_item div {
	position: relative;
}
.ying_item:hover div {
	z-index: 1;
}
.ying_item:hover img {
	transform: scale(1.5, 1.5);
  	transition: .3s transform;
}
.ying_text {
	font-size: 16px;
	color: #333333;
	text-align: center; 
	margin-top: 10px;
}
.ying_model {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 69;
	left: 0;
	z-index: 70;
	display: none;
}
.ying_model img {
	width: 360px;
	height: 360px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 70;
}
.ying_list {
	margin-bottom: 40px;
}
.ying_block {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 69;
	left: 0;

}
/*.bd li {
	width: 220px;
}
.bd li .index_pro_link {
	width: 220px;
}*/
.index_business_banner .swiper-container .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}