/* 富新-cn */
img {
	border: 0 none;	
}
ul,ol,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	font-weight: normal;	
}
a, a:hover, a:active, a:visited, a:focus {
	text-decoration: none;
}
span {
	margin: 0;
	padding: 0;
}
/* 产品详情页 */
.ProductDetail585 #jh2_proinfo_2 .bodyContContent .right_proinfo .pro_pro .pro_ul li .pro_img {
	border: 1px solid #f0efef;
}
.ProductDetail585 #jh2_proinfo_2 .bodyContContent .right_proinfo .pro_pro .pro_ul li .pro_content {
	text-align: center;
}
.Message60 {
	z-index: 10 !important;
}
@media (max-width: 767px) {
	.Message60 #jh2_message_7 .bodyCont_width .message_left .message_top {
		display: none;
	}
}
.NavHead665 #lq-nav-fx .nav-content .nav-logo img {
    max-width: 488px !important;
}
@media (max-width:767px) {
	.NavHead665 #lq-nav-fx .nav-content .nav-logo img {
		    max-width: 260px !important;
	}
}
		  /* 默认引入阿里云图标 */
@font-face {
  font-family: 'xybicon';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_xk8kw3me3spgmn29.eot');
  src: url('//at.alicdn.com/t/font_249974_xk8kw3me3spgmn29.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_xk8kw3me3spgmn29.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_xk8kw3me3spgmn29.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_xk8kw3me3spgmn29.svg#xybicon') format('svg');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
img {
border:0 none;
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal; 
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/*载入效果*/
#loading_animate{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index:9999;
}
#loading_animate .line{
    position: relative;
    top:50%;
    left:0;
    height:1px;
    display: block;
    background:#ccc;
    animation: widthline 2s;
    -moz-animation: widthline 2s;   /* Firefox */
    -webkit-animation: widthline 2s;    /* Safari 和 Chrome */
    -o-animation: widthline 2s; /* Opera */
    animation-fill-mode:forwards;/* 动画在播放之前或之后，其动画效果是否可见 */
}
/*********************线条开始*****************************/
@keyframes widthline
{
0%   {
    width:0%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
25%  {
    width:25%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
50%  {
    width:50%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
75% {width:100%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
100% {
    width:0%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
}
@-moz-keyframes widthline /* Firefox */
{
0%   {
    width:0%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
25%  {
    width:25%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
50%  {
    width:50%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
75% {width:100%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
100% {
    width:0%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
}
@-webkit-keyframes widthline /* Safari 和 Chrome */
{
0%   {
    width:0%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
25%  {
    width:25%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
50%  {
    width:50%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
75% {width:100%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
100% {
    width:0%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
}
@-o-keyframes widthline /* Opera */
{
0%   {
}
0%   {
    width:0%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
25%  {
    width:25%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
50%  {
    width:50%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
75% {width:100%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
100% {
    width:0%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
}
/*********************线条结束*****************************/
/*4个圆圈*/
#round_block{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    color: #fff;
    background-size: cover;
    background-position: center center;
    display:none;
}
#round_block .rounds{
    width:8px;
    height:8px;
    display: block;
    background:#666;
    -moz-border-radius: 100%; /* Firefox */
    -webkit-border-radius: 100%; /* Safari 和 Chrome */
    border-radius: 100%; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
#round_block .rounds.round_2{
    width:15px;
    height:15px;
    display: block;
    background:transparent;
    box-shadow:100px 100px 15px 15px #999;
    -moz-box-shadow:100px 100px 15px 15px #999;
    -o-box-shadow:100px 100px 15px 15px #999;
    -webkit-box-shadow:100px 100px 15px 15px #999;  
}
#round_block .rounds.round_4{
    width:10px;
    height:10px;
    display: block;
    background:transparent;
    box-shadow:100px 100px 10px 10px #999;
    -moz-box-shadow:100px 100px 10px 10px #999;
    -o-box-shadow:100px 100px 10px 10px #999;
    -webkit-box-shadow:100px 100px 10px 10px #999;  
}
#round_block .rounds.round_3{
    background:#000;
}
#round_block .rounds.round_1{
    position: absolute;
    left:4%;
    top:10%;
    animation: topbottmove 15s infinite;
    -moz-animation: topbottmove 15s infinite;   /* Firefox */
    -webkit-animation: topbottmove 15s infinite;    /* Safari 和 Chrome */
    -o-animation: topbottmove 15s infinite; /* Opera */
}
/*********************小圆圈1动画start*****************************/
@keyframes topbottmove
{
0%   {
    left:10%;
    top:15%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
25%  {
    left:25%;
    top:35%;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}
50%  {
    left:38%;
    top:55%;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}
75% {
    left:55%;
    top:75%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
100% {
    left:65%;
    top:55%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
}
@-moz-keyframes topbottmove /* Firefox */
{
0%   {
    left:10%;
    top:15%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
25%  {
    left:25%;
    top:35%;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}
50%  {
    left:38%;
    top:55%;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}
75% {
    left:55%;
    top:75%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
100% {
    left:65%;
    top:55%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
}
@-webkit-keyframes topbottmove /* Safari 和 Chrome */
{
0%   {
    left:10%;
    top:15%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
25%  {
    left:25%;
    top:35%;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}
50%  {
    left:38%;
    top:55%;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}
75% {
    left:55%;
    top:75%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
100% {
    left:65%;
    top:55%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
}
@-o-keyframes topbottmove /* Opera */
{
0%   {
    left:10%;
    top:15%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
25%  {
    left:25%;
    top:35%;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}
50%  {
    left:38%;
    top:55%;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}
75% {
    left:55%;
    top:75%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
100% {
    left:65%;
    top:55%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
}
/*********************小圆圈1动画ending*****************************/
#round_block .rounds.round_2{
    position: absolute;
    left:4%;
    top:10%;
    animation: botttopmove 15s infinite;
    -moz-animation: botttopmove 15s infinite;   /* Firefox */
    -webkit-animation: botttopmove 15s infinite;    /* Safari 和 Chrome */
    -o-animation: botttopmove 15s infinite; /* Opera */
}
/*********************小圆圈2动画start*****************************/
@keyframes botttopmove
{
0%   {
    left:50%;
    top:65%;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}
25%  {
    left:75%;
    top:45%;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}
50%  {
    left:68%;
    top:35%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
75% {
    left:60%;
    top:45%;
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
}
100% {
    left:50%;
    top:65%;
    opacity: 0.2;
    -moz-opacity: 0.2;
    filter: alpha(opacity=20);
}
}
@-moz-keyframes botttopmove /* Firefox */
{
0%   {
    left:50%;
    top:65%;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}
25%  {
    left:75%;
    top:45%;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}
50%  {
    left:68%;
    top:35%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
75% {
    left:60%;
    top:45%;
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
}
100% {
    left:50%;
    top:65%;
    opacity: 0.2;
    -moz-opacity: 0.2;
    filter: alpha(opacity=20);
}
}
@-webkit-keyframes botttopmove /* Safari 和 Chrome */
{
0%   {
    left:50%;
    top:65%;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}
25%  {
    left:75%;
    top:45%;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}
50%  {
    left:68%;
    top:35%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
75% {
    left:60%;
    top:45%;
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
}
100% {
    left:50%;
    top:65%;
    opacity: 0.2;
    -moz-opacity: 0.2;
    filter: alpha(opacity=20);
}
}
@-o-keyframes botttopmove /* Opera */
{
0%   {
    left:50%;
    top:65%;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}
25%  {
    left:75%;
    top:45%;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}
50%  {
    left:68%;
    top:35%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
75% {
    left:60%;
    top:45%;
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
}
100% {
    left:50%;
    top:65%;
    opacity: 0.2;
    -moz-opacity: 0.2;
    filter: alpha(opacity=20);
}
}
/*********************小圆圈2动画ending*****************************/
#round_block .rounds.round_3{
    position: absolute;
    right:4%;
    top:10%;
    animation: rightbottmove 20s infinite;
    -moz-animation: rightbottmove 20s infinite;   /* Firefox */
    -webkit-animation: rightbottmove 20s infinite;    /* Safari 和 Chrome */
    -o-animation: rightbottmove 20s infinite; /* Opera */
}
/*********************小圆圈3动画start*****************************/
@keyframes rightbottmove
{
0%   {
    right:10%;
    top:15%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
25%  {
    right:15%;
    top:35%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
50%  {
    right:18%;
    top:55%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
75% {
    right:25%;
    top:75%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
100% {
    right:35%;
    top:55%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
}
@-moz-keyframes rightbottmove /* Firefox */
{
0%   {
    right:10%;
    top:15%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
25%  {
    right:15%;
    top:35%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
50%  {
    right:18%;
    top:55%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
75% {
    right:25%;
    top:75%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
100% {
    right:35%;
    top:55%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
}
@-webkit-keyframes rightbottmove /* Safari 和 Chrome */
{
0%   {
    right:10%;
    top:15%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
25%  {
    right:15%;
    top:35%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
50%  {
    right:18%;
    top:55%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
75% {
    right:25%;
    top:75%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
100% {
    right:35%;
    top:55%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
}
@-o-keyframes rightbottmove /* Opera */
{
0%   {
    right:10%;
    top:15%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
25%  {
    right:15%;
    top:35%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
50%  {
    right:18%;
    top:55%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
75% {
    right:25%;
    top:75%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
100% {
    right:35%;
    top:55%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
}
/*********************小圆圈3动画ending*****************************/
#round_block .rounds.round_4{
    position: absolute;
    right:4%;
    bottom:20%;
    animation: righttopmove 45s infinite;
    -moz-animation: righttopmove 45s infinite;   /* Firefox */
    -webkit-animation: righttopmove 45s infinite;    /* Safari 和 Chrome */
    -o-animation: righttopmove 45s infinite; /* Opera */
}
/*********************小圆圈4动画start*****************************/
@keyframes righttopmove
{
0%   {
    right:10%;
    top:65%;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}
25%  {
    right:25%;
    top:45%;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}
50%  {
    right:45%;
    top:35%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
75% {
    right:55%;
    top:45%;
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
}
100% {
    right:60%;
    top:65%;
    opacity: 0.2;
    -moz-opacity: 0.2;
    filter: alpha(opacity=20);
}
}
@-moz-keyframes righttopmove /* Firefox */
{
0%   {
    right:10%;
    top:65%;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}
25%  {
    right:25%;
    top:45%;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}
50%  {
    right:45%;
    top:35%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
75% {
    right:55%;
    top:45%;
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
}
100% {
    right:60%;
    top:65%;
    opacity: 0.2;
    -moz-opacity: 0.2;
    filter: alpha(opacity=20);
}
}
@-webkit-keyframes righttopmove /* Safari 和 Chrome */
{
0%   {
    right:10%;
    top:65%;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}
25%  {
    right:25%;
    top:45%;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}
50%  {
    right:45%;
    top:35%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
75% {
    right:55%;
    top:45%;
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
}
100% {
    right:60%;
    top:65%;
    opacity: 0.2;
    -moz-opacity: 0.2;
    filter: alpha(opacity=20);
}
}
@-o-keyframes righttopmove /* Opera */
{
0%   {
    right:10%;
    top:65%;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}
25%  {
    right:25%;
    top:45%;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}
50%  {
    right:45%;
    top:35%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
75% {
    right:55%;
    top:45%;
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
}
100% {
    right:60%;
    top:65%;
    opacity: 0.2;
    -moz-opacity: 0.2;
    filter: alpha(opacity=20);
}
}
/*********************小圆圈4动画ending*****************************/
/*主体内容*/
.welcome_page {
    background: url(//img1.jihui88.com/upload/f/f1/feihang/picture/2018/05/09/aa7f4d65-7146-4fe3-b518-054f081750d0.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.welcome_page .welcome_content{
    width:100%;
    height:100vh;
    display: block;
    position: relative;
    overflow: hidden;
}
.welcome_page .pro_bg1{
    width:50%;
    height:100vh;
    display: block;
    overflow:hidden;
    position: absolute;
    left:0;
    top:0;
    z-index: 1;
}
.welcome_page .pro_bg1 span{
    width:100%;
    height:100%;
    display: block;
    background: url(http://cdn.jihui88.com/upload//1//16//15058658688//picture//2019//06//15/c489cd93-44ac-4700-b500-305c0c933a2c.jpg) no-repeat center center;
    background-size: cover;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(20px, 10px) scale(1.15);
    -ms-transform: translate(20px, 10px) scale(1.15);
    transform: translate(20px, 10px) scale(1.15)
    -webkit-transition-property: -webkit-transform, opacity !important;
    transition-property: transform, opacity !important;
    -webkit-transition-duration: 10s, 2.5s !important;
    transition-duration: 10s, 2.5s !important;
    -webkit-transition-timing-function: linear, ease !important;
    transition-timing-function: linear, ease !important 
}
.welcome_page.hover_switch1 .pro_bg1 span{
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(-20px, 15px) scale(1.2);
    -ms-transform: translate(-20px, 15px) scale(1.2);
    transform: translate(-20px, 15px) scale(1.2)
}
.welcome_page .pro_bg2{
    width:50%;
    height:100vh;
    display: block;
    overflow: hidden;
    position: absolute;
    right:0;
    top:0;
    z-index: 1;
}
.welcome_page .pro_bg2 span{
    width:100%;
    height:100%;
    display: block;
    background: url(http://cdn.jihui88.com/upload//1//16//15058658688//picture//2019//06//15/04cf560a-a7c4-416e-a2be-6aa5ef1eed4f.jpg) no-repeat center center;
    background-size: cover;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(20px, 10px) scale(1.15);
    -ms-transform: translate(20px, 10px) scale(1.15);
    transform: translate(20px, 10px) scale(1.15)
    -webkit-transition-property: -webkit-transform, opacity !important;
    transition-property: transform, opacity !important;
    -webkit-transition-duration: 10s, 2.5s !important;
    transition-duration: 10s, 2.5s !important;
    -webkit-transition-timing-function: linear, ease !important;
    transition-timing-function: linear, ease !important
}
.welcome_page.hover_switch2 .pro_bg2 span{
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(-20px, 15px) scale(1.2);
    -ms-transform: translate(-20px, 15px) scale(1.2);
    transform: translate(-20px, 15px) scale(1.2)
}
.welcome_page .logo_block{
    padding-top:7.95vh;
    width:100%;
    height:10.972vh;
    display: block;
    text-align: center;
    z-index: 99;
    position: relative;
}
.welcome_page .logo_block img{
    width:auto;
    height:100%;
}
.welcome_page .main_block{
    margin:0 auto;
    margin-top:12.424vh;
    width:63.54%;
    display: block;
    overflow: hidden;
}
.welcome_page .pro_list{
    width:50%;
    float:left;
    text-align: center;
    z-index: 20;
    position: relative;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    transition:all ease-out 1s;
    -moz-transition:all ease-out 1s; /* Firefox 4 */
    -webkit-transition:all ease-out 1s; /* Safari and Chrome */
    -o-transition:all ease-out 1s; /* Opera */
    pointer-events:none;
}
.welcome_page .pro_item2{
    position: relative;
}
.welcome_page.hover_switch1 .body_pc .pro_item1 .pic,
.welcome_page.hover_switch2 .body_pc .pro_item2 .pic{
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    transition:all ease-out 0.5s;
    -moz-transition:all ease-out 0.5s; /* Firefox 4 */
    -webkit-transition:all ease-out 0.5s; /* Safari and Chrome */
    -o-transition:all ease-out 0.5s; /* Opera */
}
.welcome_page .pro_item2:before{
    content:"";
    width:1px;
    height:19.84vh;
    display: block;
    position: absolute;
    left:0.75%;
    top:-2%;
    background: #000;
    background: rgba(0,0,0,0.05);
}
.welcome_page .pro_list .pic {
    width:auto;
    margin-bottom:7.242vh;
    height:14.682vh;
    display: block;
}
.welcome_page .pro_list .pic img{
    height:100%;
    width:auto;
    max-width:100%;
}
.welcome_page .pro_list .pro_cate{
    color:#000000;
    font-size:16px;
    line-height:1.5;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.welcome_page .pro_list .pro_name{
    margin-top:2.182vh;
    margin-bottom:2.976vh;
    font-size:12px;
    color:#000000;
    color:rgba(0,0,0,0.5);
    line-height:1.5;
    padding:0 3vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.welcome_page .pro_list .pro_more{
    margin:0 auto;
    width:124px;
    font-size:14px;
    color:#999999;
    line-height:35px;
    height:35px;
    background:none;
    display: block;
    color:#fff;
    background:#cc0000;
    text-align: center;
    -moz-border-radius: 17px; /* Firefox */
    -webkit-border-radius: 17px; /* Safari 和 Chrome */
    border-radius: 17px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    transition:all ease-out 0.3s;
    -moz-transition:all ease-out 0.3s; /* Firefox 4 */
    -webkit-transition:all ease-out 0.3s; /* Safari and Chrome */
    -o-transition:all ease-out 0.3s; /* Opera */
}
.welcome_page .pro_list .pro_more .xybicon{
    margin-left:8px;
    font-style: normal;
    font-family: "A";
}
.welcome_page .pro_list:hover .pro_more{
    color:#fff;
    background:#cc0000;
}
.welcome_page .footer_block{
    clear:both;
    width:100%;
    text-align: center;
    position: absolute;
    bottom:0;
    left:0;
    z-index: 99;
}
.welcome_page .footer_block .qrcode {
    width:auto;
    height:7.539vh;
    display: block;
}
.welcome_page .footer_block .qrcode img {
    height:100%;
}
.welcome_page .footer_block .foot_copy{
    margin:3.353vh auto 4.365vh;
}
.welcome_page .footer_block .foot_copy p,
.welcome_page .footer_block .foot_copy span,
.welcome_page .footer_block .foot_copy a{
    font-size:14px;
    padding:0 15px;
    color:#999999;
    line-height:1;
    position: relative;
    transition:all ease-out 0.3s;
    -moz-transition:all ease-out 0.3s; /* Firefox 4 */
    -webkit-transition:all ease-out 0.3s; /* Safari and Chrome */
    -o-transition:all ease-out 0.3s; /* Opera */
}
.welcome_page .footer_block .foot_copy a:hover{
    color:#cc0000;
}
.welcome_page .footer_block .foot_copy a:before{
    content:"";
    width:1px;
    height:100%;
    display: block;
    background:#999;
    position: absolute;
    left:0;
    top:0;
}
/*鼠标经过效果*/
.welcome_page #container{
    height: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10;
    left: 0;
}
@media(max-width:991px){
    .welcome_page .main_block{
        width:100%;
    }
    .welcome_page .logo_block img {
        max-height: 24px;
    }
    .welcome_page .pro_list{
        width:40%;
        margin:0 5%;
    }
    .welcome_page .pro_bg1,
    .welcome_page .pro_bg2{
        display: none;
    }
    .welcome_page .footer_block .foot_copy a:before {
        display: none;
    }
    .welcome_page .footer_block .foot_copy a {
        display: block;
        line-height: 1.5;
    }
}
