﻿

.header-main {
   
    background-attachment: fixed;    
    background-repeat: no-repeat; 
    background-size:100% 100%;   
    height:570px;
    position: relative; 
    padding-left:0;
    padding-right:0;
    background-image: url("/images/banner-bg.jpg")
}

.header-navbar {    
    overflow:hidden;
    background-color: transparent;
    border-bottom:1px solid rgba(255, 255, 255, 0.15);
}

.header-navbar .navBox{
    width:1200px;
    height:75px;
    margin:0 auto;
    overflow:hidden;
}
.header-navbar .navBox .logo{
   background-image: url("/images/logo.png");    
    background-repeat: no-repeat;
    background-size: contain;
    width: 286px;  
    height:75px;
    float:left;
}
.header-navbar .navBox .nav-right{
   float:right
}
.header-navbar .navBox .nav-right ul{  
   margin-top:27px;
}
.header-navbar .navBox .nav-right ul li{
   float:left;
   margin-right:10px;
}

.header-navbar .navBox .nav-right ul li a{
   color:#fff;
   font-size:16px;
   font-weight:bold; 
  padding:15px;
}
.header-navbar .navBox .nav-right ul li a:hover
{   
 background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;  
}
.section 
{
    margin:0 auto;
    text-align:center;
    font-family:SimHei;
}
.section-Title 
{
    margin:0 auto;
    margin-top:20px;
    font-family:SimHei;
    font-size:58px;
    font-weight:bold;
    color:#3973ff;
}
.pixMemoBox
{
    overflow:hidden;    
    position:absolute;   
}
.pixMemoBox p
{
    color:#fff;
    font-size:24px;
     font-family:SimHei;
}
 #pixMemo1
{
    margin-top:120px;
    margin-left:420px;
}
#pixMemo2
{
    margin-top:160px;
    margin-left:720px;
}
#pixMemo3
{
    top:200px;
    left:300px;
    width:300px;
}
.section-Title span
{   
    color:#3973ff;
}
.section-Title .memo
{
    margin:0 auto;
    text-align:center;
    margin-top:20px;
    font-family:SimHei;
    font-size:30px;
    font-weight:bold;
    color:#3973ff; 
}
.section-Title .tag1
{
   background-repeat: no-repeat; 
   padding-left:60px;
   background-image: url("/images/tag1.png");   
}
.section-Title .tag2
{
   background-repeat: no-repeat; 
   padding-left:60px;
   background-image: url("/images/tag2.png");   
}
.section-Title .tag3
{
   background-repeat: no-repeat; 
   padding-left:60px;
   background-image: url("/images/tag3.png");   
}
.section-Title .tag4
{
   background-repeat: no-repeat; 
   padding-left:60px;
   background-image: url("/images/tag4.png");   
}
.home-test {
    margin-top:30px;
}
.home-test ul li{
    float:left;
    padding-left:25px;
    padding-right:25px;
}
.home-shengya {
    width:1200px;
    height:380px;
    margin-top:20px;
     background-repeat: no-repeat;  
   background-image: url("/images/shengya.png");   
}
.home-jianli
 {         
    transform: rotate(0deg) scale(1) translate(0%, 0%); 
    transition: all 2s ease 0s;   
    background-repeat: no-repeat; 
    background-size:100% 100%;   
    height:660px;
    position: relative; 
    padding-left:0;
    padding-right:0;
    background-image: url("/images/jianli.png")
}
.home-mianshi
 {         
    margin-top:20px;
    transform: rotate(0deg) scale(1) translate(0%, 0%); 
    transition: all 2s ease 0s;   
    background-repeat: no-repeat; 
    background-size:100% 100%;   
    height:500px;
    position: relative; 
    padding-left:0;
    padding-right:0;
    background-image: url("/images/mianshi.png")
}