/*Generated by wjdhcms 3.0 */
@charset "utf-8";

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

::selection {
    background-color: #1654b1;
    color: #fff;
}

::-moz-selection {
    background-color: #1654b1;
    color: #fff;
}

::-webkit-selection {
    background-color: #1654b1;
    color: #fff;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

input,
textarea {
    outline: 0;
    border: 0;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}

.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearboth {
    clear: both;
}

.content-1 {
    width: 1180px;
    margin: 0 auto;
}

.content-all {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

/* headerTop */
.headerTop {
    width: 100%;
    height: 83px;
    background: url(../images/headerBg.png) no-repeat center;
}

.logo a {
    font-size: 30px;
    font-weight: bold;
    line-height: 83px;
}
.logo  img{margin:5px 20px 0 0;float:left;}


.index-header-r {
    float: right;
}

.follow-items {
    display: block;
    float: left;
    /* padding: 19px 38px; */
    box-sizing: border-box;
    background: url(../img/followbg.jpg) right center no-repeat;
    position: relative;
    width: 130px;
    margin-top: 19px;
}

.follow-items a {
    display: block;
    width: 37px;
    height: 43px;
    margin: 0 auto;
}

.follow-items span {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #333;
}

.follow-items img.shadow {
    width: 110px;
    height: 110px;
    position: absolute;
    left: 10px;
    padding: 5px;
    border: #f2f2f2;
    display: none;
    opacity: 0;
    z-index: 9;
}

.follow-items:hover img.shadow {
    opacity: 1;
    display: block;
}

.wx {
    position: relative;
    display: block;
    /*height: 46px;
	background: url(../img/phone.png) center top no-repeat;*/
}

.wp {
    display: block;
    /*height: 46px;
	background: url(../img/phone.png) center top no-repeat;*/
}

#tooltip1,
#tooltip2 {
    position: absolute;
    border: 1px solid #ccc;
    padding: 10px;
    background: #FFF;
    display: none;
}


/* nav */
.nav{
    height: 77px;
}

.nav ul li{
    float: left;
    width: 118px;
}

.nav ul li a{
    display: block;
    line-height: 77px;
    display: block;
    font-size: 16px;
    text-align: center;
}

.nav ul li a:hover{
    background: url(../images/navbg.png) no-repeat center;
    
}




/* footer start */
.footer {
    width: 100%;
    min-width: 1180px;
    height: 90px;
    overflow: hidden;
    background: url('../images/footer_bg.jpg') center center no-repeat;
    background-size: cover;
}

.footer .footercenter {
    width: 1180px;
    height: 46px;
    margin: 0 auto;
    margin-top: 22px;
    color: #bbb;
}

.footer .footercenter .leftintro {
    width: 548px;
    float: left;
}

.footer .footercenter .rightintro {
    width: 536px;
    float: right;
}

.footer .footercenter p {
    line-height: 30px;
}

.footer .footercenter p a {
    color: #bbb;
}

.textR{
    text-align: right;
}