﻿/* 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: #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; 
    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;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);
}
.header {
	padding-top: 10px;
	position: relative;
}
.logo {
	float: left;
	margin-top: 5px;
}
.nav {
	float: right;
}
.nav_item {
	float: left;
	margin-left: 20px;
	padding: 25px 0;
	border-bottom: 2px solid transparent;
}
.nav_item a {
	font-size: 16px;
	color: #333333;
}
.nav_current {
	border-bottom: 2px solid #e84f0b;
}
.nav_current a {
	color: #e84f0b;
	font-family: SourceHanSansK-Bold;
}
.nav_item:hover {
	border-bottom: 2px solid #e84f0b;
}
.nav_item:hover a {
	color: #e84f0b;
	font-family: SourceHanSansK-Bold;
}
.language {
	position: absolute;
	bottom: 0;
	right: 0;
	box-shadow:-2px -2px 5px #f1f1f1;
	padding: 10px 10px 10px 0;
	background: #ffffff;
}
.language_link {
	float: left;
	margin-left: 10px;
}
.language_text {
	font-size: 16px;
	color: #000000;
	margin-top: 5px;
}
.language_current .language_text {
	color: #e84f0b;
	font-family: SourceHanSansK-Bold;
}
.language_link:hover .language_text {
	color: #e84f0b;
	font-family: SourceHanSansK-Bold;
}
.banner {
	position: relative;
}
.banner img {
	width: 100%;
}
.banner .inner {
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 68;
}
.banner .swiper-pagination {
	text-align: right;
	width: 100%;
}
.banner .swiper-pagination-bullet {
	background: #ffffff;
	opacity: 1 !important;
	margin: 0 5px;
}
.banner .swiper-pagination-bullet-active {
	background: #e84f0b;
}
.index_about {
	padding: 112px 0 120px 0;
	position: relative;
}
.index_about_bg1 {
	position: absolute;
	top: 112px;
	left: 5%;
	z-index: 0;
}
.index_about_bg2 {
	position: absolute;
	top: 112px;
	right: 10%;
	z-index: 0;
}
.index_about .inner {
	position: relative;
	z-index: 1;
}
.index_about_photo {
	float: left;
	width: 563px;
	height: 445px;
}
.index_about_area {
	float: right;
	width: 560px;
	padding-top: 30px;
}
.index_about_en {
	font-size: 60px;
	color: #d3d2d8;
	line-height: 60px;
	font-family: SourceHanSansK-Bold;
}
.index_about_en font {
	margin-left: 15px;
}
.index_about_title {
	font-size: 24px;
	color: #e84f0b;
	font-family: SourceHanSansK-Bold;
	padding: 15px 0 35px 0;
	position: relative;
}
.index_about_title::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 4px;
	background: #e84f0b;
	bottom: 0;
	left: 0;
}
.index_about_text {
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	margin: 60px 0;
}
.index_about_hide {
	display: none;
}
.index_about_more:hover .index_about_hide {
	display: block;
}
.index_about_more:hover .index_about_show {
	display: none;
}
.index_news_more:hover .index_about_hide {
	display: block;
}
.index_news_more:hover .index_about_show {
	display: none;
} 
.index_device {
	position: relative;
	height: 558px;
}
.index_device_left {
	float: left;
	width: 35%;
}
.index_device_left {
	float: left;
	width: 360px;
	margin-top: 35px;
}
.index_device_en {
	font-size: 60px;
	color: #d3d2d8;
	font-family: SourceHanSansK-Bold;
	line-height: 60px;
}
.index_device_zh {
	font-size: 30px;
	color: #333333;
	padding: 10px 0;
	position: relative;
	font-family: SourceHanSansK-Bold;
}
.index_device_zh::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 3px;
	background: #e84f0b;
	bottom: 0;
	left: 0;
}
.index_device_list {
	margin-top: 70px;
}
.index_device_item {
	width: 140px;
	padding: 10px 20px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #666666;
	background: url(../images/dian1.png) no-repeat left center;
	background-size: 8px 8px;
}
.index_device_item:hover {
	text-align: center;
	background:  #e84f0b url(../images/dian2.png) no-repeat 15% center;
	background-size: 8px 8px;
	color: #ffffff;
}
.index_device_current {
	text-align: center;
	background:  #e84f0b url(../images/dian2.png) no-repeat 15% center;
	background-size: 8px 8px;
	color: #ffffff;
}
.index_device_right {
	float: right;
	width: 64%;
	background: #f0eff6;
	padding: 75px;
	position: absolute;
	right: 0;
	height: 558px;
}
.index_device_photo {
	overflow: hidden;

}
.index_device_photo img {
	transition: all 0.5s ease-in-out;
}
.index_device_block:hover .index_device_photo img {
	transform:scale(1.1);
}
.index_device_block {
	position: relative;
	padding-bottom: 91px;
}
.index_device_box {
	background: #ffffff;
	padding: 20px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.index_device_name {
	font-size: 18px;
	color: #333333;
	text-align: center;
}
.index_device_text {
	text-align: center;
	font-size: 14px;
	color: #aaaaaa;
	margin-top: 3px;
}
.index_device_block:hover .index_device_box {
	background: #e84f0b;
	padding: 25px 0;
}
.index_device_block:hover .index_device_name {
	color: #ffffff;
}
.index_device_block:hover .index_device_text {
	color: #ffffff;
}
.index_device_area {
	position: absolute;
	background: #f0eff6;
	padding: 25px 155px 25px 0;
	left: -73%;
    bottom: 0;
    width: 62%;
	text-align: right;
}
.index_device_area .swiper-button-prev {
	margin-left: 32px;
	width: 54px !important;
    height: 54px !important;
    display: inline-block;
    position: initial;
    background-image: url(../images/jian1.png);
    outline: none;
	top: initial !important;
	/*bottom: -25px;*/
	transform: initial;
    right: initial;
    left: initial;
    margin-top: 0 !important;
    background-size: contain;
    opacity: 1 !important;
}
.index_device_area .swiper-button-prev:hover {
	background-image: url(../images/jian6.png);
}
.index_device_area .swiper-button-prev:after {
	content: '';
}
.index_device_area .swiper-button-next {
	width: 54px !important;
    display: inline-block;
    position: initial;
    height: 54px !important;
	background-image: url(../images/jian5.png);
	outline: none;
	top: initial !important;
	/*bottom: -25px;*/
	transform: initial;
    right: initial;
    left: initial;
    margin-top: 0 !important;
    background-size: contain;
    opacity: 1 !important;
}
.index_device_area .swiper-button-next:hover {
	background-image: url(../images/jian2.png);
}
.index_device_area .swiper-button-next:after {
	content: '';
}
.index_device_banner {
	height: 483px;
	width: 90%;
	position: absolute;
	top: 75px;
	left: 75px;
	visibility: hidden;
}
.index_news {
	padding: 95px 0 100px 0;
}
.index_news_top {
	margin-bottom: 50px;
}
.index_news_en {
	float: left;
	font-size: 30px;
	color: #333333;
	font-family: SourceHanSansK-Bold;
}
.index_news_en font {
	color: #cccccc;
	margin-left: 20px;
}
.index_news_more {
	float: right;
}
.index_news_item {
	background: #f6f5f9;
	padding: 40px 20px 40px 40px;
	margin-bottom: 20px;
}
.index_news_time {
	float: left;
}
.index_news_day {
	font-size: 30px;
	color: #333333;
	font-family: SourceHanSansK-Bold;
}
.index_news_year {
	font-size: 14px;
	color: #333333;
	font-family: SourceHanSansK-Bold;
}
.index_news_photo {
	float: left;
	overflow: hidden;
	width: 180px;
	height: 120px;
	margin: 0 30px 0 45px;
}
.index_news_box {
	float: left;
	width: 690px;
}
.index_news_title {
	font-size: 18px;
	color: #333333;
	font-family: SourceHanSansK-Bold;
}
.index_news_text {
	font-size: 14px;
	color: #666666;
	line-height: 25px;

}
.index_news_jian {
	float: right;
	width: 70px;
	height: 45px;
	background: #c4c4c4;
	border-radius: 5px;
	text-align: center;
	line-height: 45px;
}
.index_news_jian img {
	display: inline-block;
}
.index_news_item:hover {
	background: #f5eae5;
}
.index_news_item:hover .index_news_day {
	color: #e84f0b;
}
.index_news_item:hover .index_news_title {
	color: #e84f0b;
}
.index_news_item:hover .index_news_jian {
	background: #e84f0b;
}
.index_news_photo img {
	transition: all 0.5s ease-in-out;
	width: 100%;
}
.index_news_item:hover .index_news_photo img {
	transform:scale(1.1);
}
.footer_top {
	background: #f3f3f3;
	padding: 40px 0;
}
.footer_logo {
	float: left;
}
.footer_top_box {
	float: right;
	margin-top: 18.5px;
}
.footer_top_link {
	font-size: 16px;
	color: #000000;
	line-height: 16px;
	padding: 0 20px;
	border-right: 1px solid #3e3e3e;
	display: inline-block;
}
.footer_top_link:last-of-type {
	border-right: none;
	padding-right: 0;
}
.footer_top_current {
	color: #e84f0b;
}
.footer_top_link:hover {
	color: #e84f0b;
}
.footer_top_area {
	float: left;
}
.footer_top_qq {
	float: left;
	margin: 0 20px 0 40px;
}
.footer_top_wei {
	position: relative;
	float: left;
	cursor: pointer;
}
.footer_top_code {
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 54px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.footer_top_wei:hover .footer_top_code {
	display: block;
}
.footer_bottom {
	background: #2e2e30;
	padding: 75px 0;
	border-bottom: 1px solid #525252;
}
.footer_item {
	float: left;
	margin-right: 40px;
}
.footer_item:last-of-type {
	margin-right: 0;
}
.footer_link {
	font-size: 16px;
	color: #ffffff;
	padding-bottom: 8px;
	border-bottom: 2px solid transparent;
	margin-bottom: 5px;
}
.footer_current .footer_link {
	color: #e84f0b;
	border-bottom: 2px solid #e84f0b;
	font-family: SourceHanSansK-Bold;
}
.footer_link:hover {
	color: #e84f0b;
	border-bottom: 2px solid #e84f0b;
	font-family: SourceHanSansK-Bold;
}
.footer_er_link:first-of-type {
	margin-top: 10px;
}
.footer_er_link {
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
}
.footer_er_link:hover {
	color: #e84f0b;
}
.footer_list {
	float: left;
}
.footer_area {
	float: right;
}
.footer_area_title {
	font-size: 24px;
	color: #ffffff;
	font-family: SourceHanSansK-Bold;
	margin-bottom: 15px;
}
.footer_area_box span {
	font-size: 16px;
	color: #999999;
	margin-bottom: 6px;
}
.footer_small {
	background: #2e2e30;
	padding: 30px 0;
}
.footer_small_text {
	float: left;
	font-size: 12px;
	color: #999999;
}
.footer_small_text1 {
	float: right;
	font-size: 12px;
	color: #999999;
}
.top {
	position: fixed;
	bottom: 10%;
	right: 15%;
	z-index: 70;
}
.to_hide{
	display: none;
}
.top:hover .to_hide {
	display: block;
}
.top:hover .to_show {
	display: none;
}
.eg_section {
	background: #e6e6e6;
	padding: 60px 0 0 0;
}
.eg_item {
	float: left;
	width: 380px;
	margin-left: 30px;
	margin-bottom: 30px;
	box-shadow:2px 2px 5px #d8d8d8;
}
.eg_item:nth-child(3n-2) {
	margin-left: 0;
}
.eg_photo {
	width: 380px;
	/*height: 270px;*/
	overflow: hidden;
}
.eg_box {
	background: #ffffff;
	padding: 20px;
	min-height: 251px;
}
.eg_name {
	float: left;
	font-size: 16px;
	color: #666666;
}
.eg_text {
	float: right;
	font-size: 16px;
	color: #666666;
	width: 50%;
    text-align: right;
}
.eg_list1 .eg_text {
	width: 55%;
}
.eg_item:hover .eg_box {
	background: #e84f0b;
}
.eg_item:hover .eg_name {
	color: #ffffff;
}
.eg_item:hover .eg_text {
	color: #ffffff;
}
.eg_photo img {
	transition: all 0.5s ease-in-out;
}
.eg_item:hover .eg_photo img {
	transform:scale(1.1);
}
.fan {
	text-align: right;
	margin-top: 50px;
	padding-bottom: 100px;
}
.fan a {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	background: #dcdcdc;
	border-radius: 5px;
	font-size: 14px;
	color: #333333;
	padding: 0 15px;
	margin: 0 3px;
}
.fan a:hover {
	background: #e84f0b;
	color: #ffffff;
}
.fan a.on {
	background: #e84f0b;
	color: #ffffff;
}
.con_list {
	margin-top: 60px;
}
.con_item {
	float: left;
	width: 585px;
	border: 1px solid #e6e6e6;
	padding: 35px;
	margin-left: 30px;
	margin-bottom: 30px;
	height: 318px;
}
.con_item:nth-child(odd) {
	margin-left: 0;
}
.con_title {
	font-size: 24px;
	color: #e84f0b;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 15px;
}
.con_title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background: #e84f0b;
}
.con_box span {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.zi {
	background: #f3f3f3;
	text-align: center;
}
.zi_link {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	padding: 35px 0;
	margin: 0 35px;
	border-bottom: 2px solid #f3f3f3;
}
.zi_link:hover {
	color: #e84f0b;
	border-bottom: 2px solid #e84f0b;
	font-family: SourceHanSansK-Bold;
	background: url(../images/ico1.png) no-repeat center bottom;
}
.zi_cuttent {
	color: #e84f0b;
	border-bottom: 2px solid #e84f0b;
	font-family: SourceHanSansK-Bold;
	background: url(../images/ico1.png) no-repeat center bottom;
}
.about_top {
	margin-top: 40px;
	margin-bottom: 50px;
}
.about_top img {
	float: left;
}
.about_area {
	float: right;
	width: 565px;
	margin-top: 90px;
}
.box {
	margin-bottom: 85px;
}
.box span {
	font-size: 16px;
    color: #666666;
    line-height: 25px;
}
.linian_item {
	float: left;
	width: 400px;
	margin: 80px 0 145px 0;
	border-left: 1px solid #dadada;
}
.linian_item:first-of-type {
	border-left: none;
}
.linian_item img {
	margin: 20px auto;
}
.linian_title {
	font-size: 24px;
	color: #333333;
	text-align: center;
	font-family: SourceHanSansK-Bold;
}
.linian_text {
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.linian_item img {
	transition: all 0.5s linear;
	transform-style: preserve-3d;
}
.linian_item:hover img {
	transform: rotateY(-180deg);
}
.box1 {
	margin: 65px 0 115px 0;
}
.box1 img {
	margin: 0 auto;
}
.jianshe_list {
	margin: 60px 0;
}
.jianshe_item {
	float: left;
	width: 380px;
	margin-left: 30px;
	margin-bottom: 30px;
}
.jianshe_item:nth-child(3n-2) {
	margin-left: 0;
}
.jianshe_photo {
	width: 380px;
	height: 270px;
	overflow: hidden;
}
.jianshe_title {
	font-size: 16px;
	color: #666666;
	margin-top: 15px;
}
.jianshe_photo img {
	transition: all 0.5s ease-in-out;
}
.jianshe_item:hover .jianshe_photo img {
	transform:scale(1.1);
}
.jianshe_item:hover .jianshe_title {
	color: #e84f0b;
}
.jianshe_ex_title {
	font-size: 24px;
	color: #333333;
	margin: 55px 0 15px 0;
	font-family: SourceHanSansK-Bold;
	text-align: center;
}
.jianshe_ex_section img {
	margin: 0 auto;
}
.ex_bottom {
	padding-top: 15px;
	border-top: 1px dashed #c1c1c1;
	margin-bottom: 100px;
}
.ex_bottom_link {
	font-size: 16px;
	color: #333333;
	background: url(../images/jian3.png) no-repeat left center;
	background-size: 43px 10px;
	padding-left: 55px;
	float: left;
}
.ex_bottom_link:hover {
	background: url(../images/jian7.png) no-repeat left center;
	background-size: 43px 10px;
	color: #e84f0b;
}
.ex_bottom_link1 {
	font-size: 16px;
	color: #333333;
	background: url(../images/jian8.png) no-repeat left center;
	background-size: 43px 10px;
	padding-left: 55px;
	float: right;
}
.ex_bottom_link1:hover {
	background: url(../images/jian4.png) no-repeat left center;
	background-size: 43px 10px;
	color: #e84f0b;
}
.news_list {
	margin-top: 60px;
}
.news_ex_time {
	font-size: 16px;
	color: #333333;
	margin-bottom: 30px;
	text-align: center;
	font-family: SourceHanSansK-Bold;
}
.box img {
	margin: 0 auto;
}
.shebei_box {
	padding: 0 0 18px 0;
	margin-bottom: 18px;
	border-bottom: 1px solid #cccccc;
}
.shebei_title {
	font-size: 20px;
	color: #333333;
	float: left;
	font-family: SourceHanSansK-Bold;
}
.shebei_en {
	font-size: 18px;
	color: #666666;
	float: right;
}
.eg_item:hover .shebei_title {
	color: #ffffff;
}
.eg_item:hover .shebei_en {
	color: #ffffff;
}
.eg_item:hover .shebei_box {
	border-bottom: 1px solid #ffffff;
}
.eg_list1 {
	margin-top: 60px;
}
.shebei_ex_area {
	margin: 60px auto;
	width: 760px;
}
.shebei_ex_title {
	text-align: center;
	font-size: 24px;
	color: #333333;
	font-family: SourceHanSansK-Bold;
	margin: 25px 0 10px 0;
}
.shebei_ex_en {
	font-size: 18px;
	color: #666666;
	text-align: center;
	margin-bottom: 15px;
}
.video_text {
	font-size: 16px;
	line-height: 25px;
	color: #666666;
	margin-bottom: 30px;
}
.video_area{
	margin-bottom: 100px;
}
.honor_list {
	margin: 60px 0;
}
.hpnor_item {
	width: 380px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
}
.hpnor_item:nth-child(3n-2) {
	margin-left: 0;
}
.honor_photo {
	width: 380px;
	height: 270px;
	overflow: hidden;
}
.honor_title {
	font-size: 16px;
	color: #333333;
	margin-top: 15px;
	font-family: SourceHanSansK-Normal;
}
.honor_photo img {
	transition: all 0.5s ease-in-out;
}
.hpnor_item:hover .honor_photo img {
	transform:scale(1.1);
}
.hpnor_item:hover .honor_title {
	color: #e84f0b;
}
@media (max-width: 1500px) and (min-width: 1300px) {
	.nav {
		margin-right: 100px;
	}
}