﻿@charset "UTF-8";
html{
min-width: 1200px;
}
* {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    list-style-type: none;
    font-size: 14px;
}
img{
    display: block;
}
a:link, a:visited, a:hover, a:active {
    color: black;
    text-decoration: none;
}
/*header*/
.logo{
    width: 1200px;
    margin: 0 auto;
    height: 100px;
}
.logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.logo span{
    display: block;
    font-size: 0;
}
.headerNav{
    width: 100%;
    height: 40px;
    background: #007AFF;
    position: relative;
    z-index: 3;
}
.headerNavList{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.headerNavItem{
    width: 150px;
    height: 100%;
    text-align: center;
    line-height: 40px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.headerNavItem a{
    display: block;
    width: 100%;
    height: 100%;
    color: white;
}
.headerNavItem:hover .SecondaryList{
    display: block;
}
.headerNavItem a:hover{
    background: #f26d1f;
}
.SecondaryList{
    background: #007AFF;
    display: none;
}
/*header*/
/*container*/
.container{
    width: 1200px;
    padding: 30px 0;
    margin: 0 auto;
    overflow: hidden;
    color: #3D3D3D;
}
.address{
    width: 1180px;
    height: 40px;
    background: #f1f1f1;
    line-height: 40px;
    padding: 0 10px;
}
.address a{
    margin: 0 2px;
}
.addressBox{
    display: inline-block;
}
.addressBox a:before{
    content: ">";
    position: relative;
    left: -3px;
}
.containerLeft{
    float: left;
    width: 220px;
}
.LeftContact{
    width: 100%;
    margin: 20px 0;
}
.LeftContact h6,
.LeftNews h6{
    font-size: 18px;
    color: white;
    padding: 5px 30px;
    background: #007AFF;
}
.LeftContactBox,
.LeftNewsBox{
    width: 218px;
    border: 1px solid #ccc;
}
.LeftContactBox h2{
    line-height: 2em;
}
.LeftContactBox p{
    line-height: 1.8em;
}
.LeftNews{
    margin: 20px 0;
}
.LeftNewsBox p{
    border-bottom: 1px solid #ccc;
    line-height: 1.8em;
    margin: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.LeftNewsBox p:before{
    content: "》";
    position: relative;
    left: 3px;
}

.containerRight p{
    line-height: 1.8em;
}
/*container*/
.title{
    text-align: center;
}
.title h3{
    color: #333333;
    font-size: 36px;
    font-weight: 900;
}
.title h4{
    font-size: 18px;
    color: #3D3D3D;
    font-weight: 400;
}
.title p{
    color: #616161;
}
/*footer*/
.footer{
    width: 100%;
    background: #3E3E3E;;
}
.footerBox{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}
.footerText{
    color: #999;
    line-height: 1.8em;
    float: left;
}
.QR_code{
    width: 120px;
    height: 120px;
    float: right;
}
.footerRight{
    float: right;
    text-align: right;
    color: #999;
    width: 140px;
}
.footerRight p{
    margin-top: 10px;
    float: left;
}
.footerRight a{
    color: #999;
}
.footerRight a:hover{
    color: #0068b7;
}

/*footer*/
