﻿
@font-face {
    font-family: zaoZiGongFangYueHeiXiTi;
    src: url('/ews/font/zaoZiGongFangYueHeiXiTi.OTF');
}
body,html{
    overflow-x: hidden;
    font-size:16px;
}
*{
    margin: 0;
    padding: 0;
    font-family:  'Microsoft YaHei';
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
ol,ul{
    list-style: none;
}
/*滚动条样式*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 8px;
    height: 16px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
.floatLeft{
    float: left;
}
.floatRight{
    float: right;
}
.clearBoth{
    clear: both;
}
img{
    transition: all 1s linear;
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
}
img:hover{
    transform: scale(1.1);
}
/*头部header*/
.header{
    display: block;
    width: 1200px;
    height: 72px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
    /*border: 1px solid;*/
}
.logoToFirstPage{
    display: block;
    width: 168px;
    position: absolute;
    left: 0px;
    top: 14px;
}
.menu_list {
    display: block;
    height: 72px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.menu_list li{
    display: inline-block;
    height: 72px;
    float: left;
    margin-left: 42px;
}
.menu_list li a{
    display: block;
    height: 72px;
    line-height: 72px;
    font-size: 16px;
    color: #2b2e2e;
    cursor: pointer;
}
.menu_list li a:hover{
    color: #17a1ff;
    transition: color linear 500ms;
}
.banner{
    width: 100%;
    height: 399px;
    /*border: 1px solid;*/
    background: url("../image/product-banner.jpg") top center no-repeat;
    background-size: cover;
    position: relative;
}
.banner-nav{
    width: 100%;
    height: 48px;
    background-color: rgba(0,107,177,0.75);
    /*opacity: 0.71;#006bb1*/
    position: absolute;
    bottom: 0;
}
.banner-nav ul{
    width: 1200px;
    margin: 0 auto;
}
.banner-nav ul li{
    float: left;
    width: 200px;
    text-align: center;
    transition: all 800ms linear;
}
.banner-nav ul li:hover{
    background-color: rgba(255,255,255,0.20);
    transform: scaleX(1.1);
}
.nav-active{
    background-color: rgba(255,255,255,0.20);
    transform: scaleX(1.1);
    transition: all 800ms linear;
    -moz-transition: all 800ms linear;
    -webkit-transition: all 800ms linear;
    -o-transition: all 800ms linear;
}
.banner-nav ul li a{
    display: block;
    color: #ffffff;
    line-height: 48px;
}
.nav-content-box{
    /*border: 1px solid;*/
    min-height: 500px;
    padding-bottom: 80px;
    display: none;
}
/*.nav-content-box-active{*/
/*    display: block;*/
/*}*/
.width1200{
    width: 1200px;
    margin: 0 auto;
}
.nav-content-box img{
    transition: all 1s linear;
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
}
.nav-content-box img:hover{
    transform: scale(1.1);
}
.displayInLineBlock{
    display: inline-block;
}
/*footer*/
.myFooter{
    /*height: 200px;*/
    background-color: #F8F8F8;
}
.tel-us,.introduce,.technology,.about-us{
    width: 224px;
    float: left;
    text-align: left;
    margin-top: 45px;
    margin-left: 35px;
    margin-bottom: 40px;
}
.footerMessage h3{
    font-size: 16px;
    color: #666666;
    font-weight: normal;
}
.footerMessage h3 a{
    font-size: 16px;
    color: #666666;
    font-weight: normal;
}
.footerMessage ul li,.footerMessage ul li a {
    color: #999999;
    line-height: 30px;
}
.erWeiMa{
    margin-top: 35px;
    float: left;
}
.copyRight{
    height: 50px;
    line-height: 50px;
    letter-spacing: 1px;
    color: #666666;
    background-color: #eeeeee;
    text-align: center;
}
.displayBlock{
    display: block !important;
}













