.CompanyDetail40 .bodyContContent .main_content_title .span{
     color: #31708f !important;
     font-size: 30px !important;
     font-weight: bold;
}
.OnlineVideo202 #jk_video.pc .video_list .video_name {
     text-transform: none;
}
.CompanyAdvantage32 #jh10_CompanyAdvantage_1 .bodyContContent .advan_info ul li .info_txt {
  padding: 0 15px;
}
@media(max-width:767px){
.NavHead830 .welcome_page .footer_block .qrcode img{
display: none
}
}
#jh2_xbanner_18 .slide_info {
  display: none;
}
@media(min-width:993px){
  #jh2_nav_13 {
    position: relative!important;
  }
  #jh2_nav_13.header_fixed {
    position: fixed!important;
    box-shadow: -4px 4px 5px rgb(0 0 0 / 20%);
  }
  #jh2_nav_13 .bodyCont_width .bg {
    background: #fff;
  }
}
		  /* 默认引入阿里云图标 */
@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;
}
/*载入效果*/
#yl_loading_animate{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index:9999;
}
#yl_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(//img1.jihui88.com/upload/j/j2/jike/picture/2021/05/21/b55d716e-5e6c-45ac-8e52-61ea1f2caa25.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{
}
.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(//img1.jihui88.com/upload/j/j2/jike/picture/2021/05/21/0a991213-ba89-4e51-aa0d-8b8bab6a04de.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{
}
.welcome_page .logo_block{
    padding-top:5.95vh;
    width:100%;
    height:15.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:9.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 .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;
}
.welcome_page .pro_list .pro_cate{
    color:#000000;
    font-size:17.12px;
    line-height:1.2;
    display: block;
}
.welcome_page .pro_list .pro_fla{
    color:rgba(0, 0, 0, 0.28);
    font-size:13px;
    line-height:2;
    display: block;
    text-transform: uppercase;
}
.welcome_page .pro_list .pro_name{
    margin-top:2.182vh;
    margin-bottom:2.976vh;
    font-size:14px;
    color:#000000;
    color:rgba(0,0,0,0.5);
    line-height:1;
}
.welcome_page .pro_list .pro_more{
    margin:0 auto;
    width:200px;
    font-size:14px;
    color:#ffffff;
    line-height:40px;
    height:40px;
    background:#000000;
    display: block;
    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 .pro_more:hover{
    color:#fff;
    background:#0073c0;
}
.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:#0073c0;
}
.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: 767px) {
    .welcome_page .pro_bg1 {
       width: 100%;
       height: 42vh;
    }
    .welcome_page .pro_bg2 {
       width: 100%;
       height: 42vh;
       top:42vh;
    }
    .welcome_page .logo_block {
        display: none !important;
    }
    .welcome_page .main_block {
        margin-top: 4.424vh;
        width: 92%;
    }
    .welcome_page .pro_list {
        margin-bottom: 3vh;
        width:100%;
    }
    .welcome_page .pro_list .pic {
        margin-bottom: 3.242vh;
    }
    .welcome_page .pro_list .pro_name {
        display: none;
    }
}
