﻿/* 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; font-family: SourceHanSansK-Regular; font-size:12px; background:#ffffff;
	color: #333333;}
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;}

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;}
.blank61{ width:100%; height:61px; 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;overflow: hidden;}

.inner{width:1200px; height:auto; margin:0 auto;}
span {
	display: block;
}

/*首页*/
@font-face
{
	font-family: SourceHanSansK-Heavy;
	src: url(../fonts/SourceHanSansK-Heavy.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Medium;
	src: url(../fonts/SourceHanSansK-Medium.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Regular;
	src: url(../fonts/SourceHanSansK-Regular.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Bold;
	src: url(../fonts/SourceHanSansK-Bold.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Light;
	src: url(../fonts/SourceHanSansK-Light.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Normal;
	src: url(../fonts/SourceHanSansK-Normal.ttf);
}
.logo {
	float: left;
}
.header {
	padding-top: 20px;
	position: fixed;
	width: 100%;
	background: #ffffff;
	top: 0;
	left: 0;
	height: 100px;
	z-index: 123;
	box-shadow:0px 3px 10px #eeeeee;
}
.header_right {
	float: right;
	width: 875px;
}
.header_tel_text {
	font-size: 14px;
	color: #666666;
	float: left;
	line-height: 24px;
}
.header_tel_num {
	float: right;
	font-size: 24px;
	line-height: 24px;
	color: #0096e4;
	background: url(../images/tel.png) no-repeat left center;
	background-size: 23px 23px;
	padding-left: 30px;
}
.nav_item {
	float: left;
	margin-left: 71px;
	padding: 15px 0;
	border-bottom: 2px solid transparent;
}
.nav_item:first-of-type {
	margin-left: 0;
}
.nav_link {
	font-size: 16px;
	color: #333333;
}
.nav_current {
	border-bottom: 2px solid #0096e4;
}
.nav_current .nav_link {
	color: #0096e4;
}
.nav_item:hover {
	border-bottom: 2px solid #0096e4;
}
.nav_item:hover .nav_link {
	color: #0096e4;
}
.banner .swiper-pagination-bullet {
	width: 50px;
	height: 6px;
	background: #ffffff;
	opacity: 1;
	border-radius: 50px;
}
.banner .swiper-pagination-bullet-active {
	background: #0086d3;
	margin-bottom: 10px !important;
}
.banner img {
	width: 100%;
}
.index_about {
	padding: 90px 0;
}
.index_about_left {
	float: left;
	width: 30px;
}
.index_about_left img {
	float: left;
}
.index_about_explain {
	float: left;
	font-size: 16px;
	color: #666666;
	width: 15px;
	line-height: 18px;
	padding: 20px 0 5px 0px;
    margin-left: -10px;
}
.index_about_left img:last-of-type {
	float: right;
	margin-left: -5px;
}
.index_about_center {
	float: left;
	width: 530px;
	margin-left: 47px;
	overflow: hidden;
}
.index_about_center img {
	width: 530px;
	height: 405px;
	transition: all 0.5s ease-in-out;
}
.index_about_photo {
	overflow: hidden;
}
.index_about_center:hover img {
	transform:scale(1.1);
}
.index_about_title {
	font-size: 36px;
	color: #cccccc;
	line-height: 36px;
}
.index_about_right {
	float: right;
	background: url(../images/bg1.jpg) no-repeat right top;
	background-size: contain;
	width: 535px;
	padding: 80px 0 0 0;
}
.index_about_name {
	font-size: 24px;
	color: #000000;
	line-height: 24px;
	margin: 15px 0;
}
.index_about_text {
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	margin: 23px 0 55px 0;
	height: 200px;
	overflow: hidden;
}
.index_about_link {
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #0096e4;
	font-size: 18px;
	color: #ffffff;
	-webkit-transition: all .2s linear;
  	transition: all .2s linear;
}
.index_about_link:hover {
	transform: translate3d(0,-5px,0);
}
.index_about_text1 {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	margin-top: 50px;
}
.index_pro {
	background: url(../images/bg4.jpg) no-repeat center center;
	background-size: cover;
	padding: 85px 0;
}
.index_pro_left {
	float: left;
}
.index_pro_en {
	font-size: 24px;
	color: #ffffff;
	line-height: 24px;
}
.index_pro_zh {
	font-size: 30px;
	color: #ffffff;
	line-height: 30px;
	margin: 17px 0 75px 0;
}
.index_pro_heng {
	background: #ffffff;
	width: 40px;
	height: 1px;
}
.index_pro .inner {
	position: relative;
}
.index_pro_right {
	float: right;
	width: 870px;
}
.index_pro_num {
	font-size: 72px;
	color: #0096e4;
	line-height: 72px;
}
.index_pro_name {
	font-size: 18px;
	color: #333333;
	line-height: 22px;
	margin: 15px 0;
}
.index_pro_name font {
	display: block;
}
.index_pro_photo {
	width: 276px;
	height: 226px;
	overflow: hidden;
}
.index_pro_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.index_pro_block:hover .index_pro_photo img {
	transform:scale(1.1);
}
.index_pro_title {
	font-size: 16px;
	color: #555555;
	margin-top: 15px;
}
.index_pro_text {
	font-size: 16px;
	color: #777777;
	line-height: 25px;
	margin-bottom: 15px;
}
.index_pro_hide {
	display: none;
}
.index_pro_block:hover .index_pro_num {
	color: #f59600;
}
.index_pro_block:hover .index_pro_name {
	color: #f59600;
}
.index_pro_block:hover .index_pro_hide {
	display: block;
}
.index_pro_block:hover .index_pro_show {
	display: none;
}
.index_pro .swiper-button-prev {
	width: 38px !important;
    height: 38px !important;
    background-image: url(../images/jian5.png);
    outline: none;
	top: inherit;
	bottom: 0;
	/*transform: translateY(-50%);*/
    left: 0;
    /*right: 12% !important;*/
    margin-top: 0 !important;
    background-size: contain;
}
.index_pro .swiper-button-prev:after {
	content: '';
}
.index_pro .swiper-button-next {
	width: 38px !important;
    height: 38px !important;
	background-image: url(../images/jian6.png);
	outline: none;
	top: inherit;
	bottom: 0;
	left: 60px;
	/*transform: translateY(-50%);*/
    margin-top: 0 !important;
    right: inherit;
    background-size: contain;
}
.index_pro .swiper-button-next:after {
	content: '';
}
.index_pro .swiper-button-next:hover {
	background-image: url(../images/jian7.png);
}
.index_pro .swiper-button-prev:hover {
	background-image: url(../images/jian8.png);
}
.index_title {
	padding: 125px 0 30px 0;
}
.index_title_name {
	float: left;
	font-size: 36px;
	line-height: 36px;
	color: #0096e4;
}
.index_title_name font {
	font-size: 24px;
	color: #cccccc;
	margin-left: 40px;
}
.index_title_more {
	float: right;
	font-size: 16px;
	color: #000000;
	line-height: 36px;
}
.index_title_more:hover {
	color: #f59600;
}
.index_eg_item {
	float: left;
	width: 375px;
	margin-left: 37.5px;
}
.index_eg_item:nth-child(3n-2) {
	margin-left: 0;
}
.index_eg_photo {
	position: relative;
	width: 375px;
	height: 375px;
	overflow: hidden;
}
.index_eg_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.index_eg_item:hover .index_eg_photo img {
	transform:scale(1.1);
}
.index_eg_jia {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 35px;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	background: #0096e4;
}
.index_eg_title {
	font-size: 24px;
	color: #333333;
	line-height: 24px;
	margin: 18px 0 10px 0;
}
.index_eg_text {
	font-size: 16px;
	color: #666666;
	line-height: 23px;
}
.index_eg_item:hover .index_eg_jia {
	background: #f59600;
}
.index_eg_item:hover .index_eg_title {
	color: #2982d4;
}
.index_title_link {
	float: right;
	text-align: right;
}
.index_title_link a {
	font-size: 18px;
	color: #000000;
	line-height: 36px;
	margin-left: 30px;
	display: inline-block;
}
.index_title_link a:hover {
	color: #0096e4;
}
.index_title_link a.index_title_current {
	color: #0096e4;
}
.indx_news_photo {
	float: left;
	width: 260px;
	height: 180px;
	overflow: hidden;
}
.indx_news_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.indx_news_box {
	float: right;
	width: 905px;
}
.indx_news_title {
	float: left;
	font-size: 18px;
	color: #000000;
	line-height: 18px;
}
.indx_news_more {
	font-size: 18px;
	color: #666666;
	float: right;
	line-height: 18px;
}
.indx_news_time {
	font-size: 18px;
	color: #999999;
	margin: 20px 0 20px 0;
}
.indx_news_text {
	font-size: 16px;
	color: #666666;
	line-height: 25px;
}
.indx_news_box {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #dadada;
}
.indx_news_item:hover .indx_news_photo img {
	transform:scale(1.1);
}
.indx_news_item:hover .indx_news_title {
	color: #0096e4;
}
.indx_news_item:hover .indx_news_more {
	color: #0096e4;
}
.indx_news_item {
	margin-bottom: 22px;
}
.index_news {
	margin-bottom: 80px;
}
.footer {
	background: url(../images/bg3.jpg) no-repeat center center;
	background-size: cover;
	padding: 70px 0;
}
.footer_left {
	float: left;
}
.footer_tel {
	background: url(../images/tel1.png) no-repeat left center;
	background-size: 50px 50px;
	padding-left: 60px;
}
.footer_tel_text {
	font-size: 14px;
	color: #ffffff;
}
.footer_tel_num {
	font-size: 24px;
	color: #ffc600;
}
.footer_num {
	font-size: 16px;
	color: #ffffff;
	margin-top: 35px;
	line-height:25px;
}
.footer_list {
	float: left;
	margin-left: 220px;
	width: 160px;
}
.footer_item {
	float: left;
	margin-left: 30px;
	margin-bottom: 20px;
}
.footer_item a {
	font-size: 16px;
	color: #ffffff;
	line-height: 16px;
}
.footer_item a:hover {
	color: #ffc600;
}
.footer_item:nth-child(odd) {
	margin-left: 0;
}
.footer_right {
	float: right;
}
.footer_right_text {
	font-size: 14px;
	color: #ffffff;
	margin-top: 115px;
	float: left;
}
.footer_right img {
	width: 132px;
	height: 132px;
	margin: 0 30px;
	float: left;
}
.footer_info {
	float: left;
	margin-top: 68px;
}
.footer_right_link {
	font-size: 14px;
	color: #ffffff;
	background: url(../images/ico1.png) no-repeat left center;
	background-size: 19px 20px;
	padding-left: 30px;
}
.footer_right_link1 {
	font-size: 14px;
	color: #ffffff;
	background: url(../images/ico2.png) no-repeat left center;
	background-size: 23px 18px;
	padding-left: 30px;
	margin-top: 25px;
}
.footer_small {
	background: #004289;
	padding: 10px 0;
}
.small {
	font-size: 12px;
	color: #999999;
	float: left;
}
.small1 {
	font-size: 12px;
	color: #999999;
	float: right;
}
.fu {
	position: fixed;
	z-index: 80;
	bottom: 10%;
	right: 7%;
}
.fu_box {
	background: rgba(102,102,102,0.6);
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
.fu_box img {
	margin: 0 auto;
}
.fu_text {
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}
.fu_box:hover {
	background: rgba(0,150,228,0.6);
}
.zi {
	margin-bottom: 40px;
}
.zi_block {
	position: relative;
	float: left;
	width: 200px;
	height: 200px;
	margin-top: -90px;
}
.zi_title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.zi_heng {
	width: 20px;
	height: 2px;
	background: #ffffff;
}
.zi_en {
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
	margin-top: 15px;
}
.zi_zh {
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
	margin-top: 10px;
}
.zi_area {
	float: right;
	border-bottom: 1px solid #dfe5e8;
	width: 960px;
	text-align: right;
	padding: 25px 0 0 0;
}
.zi_box {
	text-align: right;
	background: url(../images/home.png) no-repeat left center;
	background-size: 15px 18px;
	padding-left: 25px;
	display: inline-block;
}
.zi_text {
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	display: inline-block;
}
.zi_box a {
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	display: inline-block;
}
.zi_link {
	font-size: 18px;
	color: #333333;
	padding-bottom: 17px;
	padding-top: 20px;
	border-bottom: 2px solid transparent;
	display: inline-block;
	margin-left: 80px;
}
.zi_link:first-of-type {
	margin-left: 0;
}
.zi_current {
	color: #0096e4;
	border-bottom: 2px solid #f79700;
}
.zi_link:hover {
	color: #0096e4;
	border-bottom: 2px solid #f79700;
}

.section {
	background: #f2f2f2;
	border-top: 1px solid #e6e6e6;
}

.fan {
	padding: 20px 0 80px 0; 
	text-align: right;
}
.fan a {
	background: #dcdcdc;
	height: 33px;
	line-height: 33px;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	padding: 0 13px;
	margin: 0 2.5px;
	display: inline-block;
}
.fan a:hover {
	background: #0096e4;
	color: #ffffff;
}
.fan a.on {
	background: #0096e4;
	color: #ffffff;
}
.pro_ex_top {
	margin: 40px 0 25px 0;
	position: relative;z-index: 1;
}
.pro_ex_photo {
	float: left;
	width: 402px;
	height: 327px;
	overflow: hidden;
}
.pro_ex_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.pro_ex_photo:hover img {
	transform:scale(1.1);
}
.pro_ex_box {
	float: right;
	width: 755px;
}
.pro_ex_title {
	font-size: 24px;
	color: #0096e4;
	line-height: 24px;
}
.pro_ex_title font {
	background: #dee5ea;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	margin-top: 15px;
	padding: 10px 30px;
	display: inline-flex;
}
.pro_ex_info {
	margin-top: 15px;
}
.pro_ex_explain {
	font-size: 18px;
	color: #333333;
	line-height: 25px;
	float: left;
	width: 100px;
}
.pro_ex_caption {
	float: right;
	font-size: 18px;
	color: #666666;
	line-height: 25px;
	width: 650px;
}
.pro_ex_block {
	background: #f7f7f7;
	border: 1px solid #e6e6e6;
}
.pro_ex_list {
	padding: 20px 50px 0 50px;
	border-bottom: 1px solid #e6e6e6;
	background: #e7f1f6;
}
.pro_ex_item {
	float: left;
	width: 130px;
	padding: 20px 0;
	text-align: center;
	font-size: 18px;
	color: #000000;
	margin-left: 25px;
}
.pro_ex_current {
	color: #ffffff;
	background: #0096e4;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.pro_ex_item:hover {
	color: #ffffff;
	background: #0096e4;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.pro_ex_section {
	padding: 50px;
}
.pro_ex_area {
	display: none;
}
.pro_ex_area span {
	font-size: 16px;
	color: #666666;
	line-height: 25px;
}
.ex {
	margin-top: 40px;
	border-top: 1px dashed #cdcdcd;
	padding: 15px 0 75px 0;
}
.ex_link {
	float: left;
	width: 50%;
	font-size: 16px;
	color: #666666;
}
.ex_link1 {
	float: right;
	width: 50%;
	font-size: 16px;
	color: #666666;
	text-align: right;
}
.ex_link:hover {
	color: #0096e4;
}
.ex_link1:hover {
	color: #0096e4;
}
.eg_item {
	float: left;
	width: 385px;
	margin-left: 22.5px;
	margin-bottom: 25px;
}
.eg_item:nth-child(3n-2) {
	margin-left: 0;
}
.eg_photo {
	width: 385px;
	height: 385px;
	position: relative;
	overflow: hidden;
}
.eg_photo img {
	width: 100%;
}
.eg_jia {
	width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 35px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: #0096e4;
}
.eg_model {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	padding: 160px 0;
	z-index: 3;
	display: none;
}
.eg_model_jia {
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}
.eg_model_name {
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}
.eg_name {
	font-size: 20px;
	color: #333333;
	margin-top: 15px;
}
.eg_item:hover .eg_jia {
	display: none;
}
.eg_item:hover .eg_model {
	display: block;
}
.eg_ex_title {
	font-size: 24px;
	color: #333333;
	text-align: center;
}
.box {
	margin: 20px 0;
}
.box span {
	display: inline-block;
}
.box img {
	display: inline-block;
}
.about_en {
	font-size: 48px;
	color: #cccccc;
	text-align: center;
}
.about_zh {
	font-size: 24px;
	color: #333333;
	text-align: center;
}
.about_qi_item {
	float: left;
	width: 275px;
	border-radius: 8px;
	border: 1px solid #edebea;
	padding: 30px;
	background: #edf3f5;
	margin-left: 33.3px;
	-webkit-transition: all .2s linear;
  	transition: all .2s linear;
}
.about_qi_item:nth-child(4n-3) {
	margin-left: 0;
}
.about_qi_item:nth-child(even) {
	background: #d8edf2;
}
.abotu_qi_title {
	width: 100%;
	padding: 10px 0;
	border-radius: 50px;
	text-align: center;
	font-size: 24px;
	color: #0096e4;
	background: #ffffff;
	border: 1px solid #edebea;
	margin-bottom: 45px;
}
.about_qi_item:nth-child(even) .abotu_qi_title {
	color: #008bac;
}
.about_qi_text {
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 25px;
}
.about_qi_item:hover {
	transform: translate3d(0,-5px,0);
}
.honor_item {
	width: 380px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
	box-shadow:0px 3px 10px #e8e8e8;
	padding: 20px;
}
.honor_item:nth-child(3n-2) {
	margin-left: 0;
}
.honor_photo {
	overflow: hidden;
	width: 338px;
	height: 243px;
}
.honor_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.honor_title {
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin-top: 15px;
}
.honor_item:hover .honor_photo img {
	transform:scale(1.1);
}
.about_ke_num {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 24px;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	font-family: SourceHanSansK-Bold;
	background: #2982d4;
	float: left;
}
.about_ke_box {
	float: right;
	width: 1130px;
}
.about_ke_title {
	font-size: 24px;
	color: #2982d4;
	font-family: SourceHanSansK-Bold;
}
.about_ke_text {
	font-size: 18px;
	color: #333333;
	line-height: 25px;
}
.about_ke_photo {
	margin-left: 70px;
	margin-top: 15px;
}
.about_ke_photo img {
	display: inline-block;
}
.about_ke_item {
	margin-bottom: 35px;
}
.con_title {
	font-size: 24px;
	color: #0096e4;
}
.con_box {
	margin: 10px 0 20px 0;
}
.con_box span {
	font-size: 18px;
	color: #666666;
	line-height: 30px;
}
.map {
	margin-bottom: 80px;
}
.map img {
	margin: 0 auto;
}
.video_box img {
	margin: 0 auto;
}
.video_title {
	text-align: center;
	font-size: 24px;
	color: #000000;
	margin-top: 25px;
}
.news_ex_title {
	font-size: 20px;
	color: #0096e4;
	text-align: center;
}
.news_ex_time {
	font-size: 18px;
	color: #999999;
	text-align: center;
	margin-top: 8px;
}
.zi_area1 {
	border-bottom: none;
}
.zi1 {
	background: #f7f7f7;
	border-bottom: 1px solid #e6e6e6;
}
.pro_top {
	margin-top: 50px;
	width: 100%;
    float: left;
}
.pro_ling_title {
	font-size: 18px;
	color: #333333;
	line-height: 18px;
	float: left;
}
.pro_ling {
	border-bottom: 1px solid #e6e6e6;
}
.pro_ling_list {
	float: right;
	width: 950px;
}
.pro_ling_item {
	float: left;
	width: 150px;
	margin-left: 115px;
	position: relative;
	text-align: center;
}
.pro_ling_item:first-of-type {
	margin-left: 0;
}
.pro_ling_link {
	font-size: 18px;
	color: #333333;
	text-align: center;
	padding-bottom: 20px;
	display: inline-block;
	border-bottom: 2px solid transparent;
}
.pro_ling_er_list {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #ffffff;
	 box-shadow:0px 3px 10px #dcdcdc;
	 padding: 25px 10px 0 10px;
	 display: none;
	 z-index: 6;
}
.pro_ling_er_link {
	font-size: 18px;
	color: #666666;
	line-height: 18px;
	text-align: center;
}
.pro_ling_er_item {
	margin-bottom: 25px;
}
.pro_ling_er_link:hover {
	color: #f79700;
}
.pro_ling_item:hover .pro_ling_link {
	color: #f79700;
	border-bottom: 2px solid #f79700;
	font-family: SourceHanSansK-Bold;
}
.pro_ling_item:hover .pro_ling_er_list {
	display: block;
}
.pro_ling_current .pro_ling_link {
	color: #f79700;
	border-bottom: 2px solid #f79700;
	font-family: SourceHanSansK-Bold;
}
.pro_yuan {
	width: 100%;
	float: left;
	padding: 20px 0 30px 0;
}
.pro_yuan_list {
	float: right;
	width: 950px
}
.pro_yuan_item {
	position: relative;
	float: left;
	width: 300px;
	margin-left: 20px;
	background: #ffffff;
	border-radius: 5px;
}
.pro_yuan_item:first-of-type {
	margin-left: 0;
}
.pro_yuan_link {
	text-align: center;
	border: 1px solid #dadada;
	padding: 22px 0;
	border-radius: 5px;
}
.pro_yuan_link > img {
	display: inline-block;
	width: 34px;
	margin-top: -5px;
}
.pro_yuan_hide {
	display: none !important;
}
.pro_yuan_text {
	font-size: 18px;
	color: #333333;
	display: inline-block;
	margin-left: 30px;
	line-height: 34px;
}
.pro_yuan_item:hover {
	background: #f79700;
}
.pro_yuan_item:hover .pro_yuan_hide {
	display: inline-block !important;
}
.pro_yuan_item:hover .pro_yuan_show {
	display: none !important;
}
.pro_yuan_item:hover .pro_yuan_text {
	color: #ffffff;
}
.pro_yuan_item:hover .pro_yuan_link {
	border: 1px solid #f79700;
}
.pro_yuan_er_list {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow:0px 3px 10px #dcdcdc;
	background: #ffffff;
	display: none;
	z-index: 60;
}
.section1 {
	position: relative;
	z-index: 1;
}
.pro_yuan_er_item {
	padding: 20px 0 10px 0;
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
}
.pro_yuan_er_item:last-of-type {
	border-bottom: none;
}
.pro_yuan_er_link {
	font-size: 16px;
	color: #666666;
}
.pro_yuan_er_item:hover .pro_yuan_er_link {
	color: #f79700;
}
.pro_yuan_san_list {
	width: 100%;
	padding: 20px 10px 10px 10px;
	display: none;
}
.pro_yuan_san_item {
	margin-bottom: 10px;
}
.pro_yuan_san_link {
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.pro_yuan_san_item:hover .pro_yuan_san_link {
	color: #f79700;
}
.pro_ling_title1 {
	line-height: 80px;
}
.pro_yuan_item:hover .pro_yuan_er_list {
	display: block;
}
.pro_yuan_er_item:hover .pro_yuan_san_list {
	display: block;
}
.pro_list {
	margin-top: 40px;
}
.pro_item {
	float: left;
	width: 580px;
	margin-left: 40px;
	margin-bottom: 40px;
}
.pro_item:nth-child(odd) {
	margin-left: 0;
}
.pro_photo {
	float: left;
	width: 290px;
	height: 237px;
	overflow: hidden;
}
.pro_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.pro_item:hover .pro_photo img {
	transform:scale(1.1);
}
.pro_box {
	float: right;
	width: 290px;
	background: #f7f7f7;
	padding: 20px 18px;
}
.pro_name {
	font-size: 18px;
	color: #333333;
}
.pro_name font {
	display: block;
}
.pro_caption {
	font-size: 14px;
	color: #0096e4;
	padding: 8px 0;
	text-align: center;
	margin: 16px 0;
	background: #dee5ea;
}
.pro_text {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	margin-bottom: 16px;
}
.pro_hide {
	display: none;
}
.pro_item:hover .pro_box {
	background: #0096e4;
}
.pro_item:hover .pro_name {
	color: #ffffff;
}
.pro_item:hover .pro_text {
	color: #ffffff;
}
.pro_item:hover .pro_caption {
	color: #5a5a5a;
	background: #ffffff;
}
.pro_item:hover .pro_hide {
	display: block;
}
.pro_item:hover .pro_show {
	display: none;
}
.video_box {
	text-align: center;
}
.BMap_Marker.BMap_noprint {
	background: url(../images/map-tb.png) no-repeat !important;
	width: 27px !important;
    height: 32px !important;
}
.BMap_Marker div img {
	display: none !important;
}