﻿* {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    font-family: 微软雅黑, serif;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    background-color: #fff;
}

li {
    list-style: none
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

body {
    width: 100%;
    margin: 0 auto;
    min-width: 1220px;
    background: url("../images/bg.jpg") no-repeat center top;
}

.header {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
}

.header .sign {
    position: absolute;
    top: 30px;
    width: auto !important;
    right: 0;
}
.header .sign a{color: #fff; font-size: 15px; cursor: pointer;}
.header .sign span{margin-left:10px;}
.header .logo {

}

.header .search {
    margin-top: 50px;
}

.header .search form input {
    width: 342px;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    font-size: 16px;
    color: #333333;

}

.header .search form button {
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #3072d0;
    font-size: 18px;
    color: #ffffff;
    margin-left: -10px;
}

.nav {
    width: 100%;
    min-width: 1200px;
    background: #3072d0;
    font-size: 20px;
    color: #ffffff;
    height: 58px;
    margin: 0 auto;
}

.nav .content {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
    position: relative;
}

.nav ul li {
    height: 58px;
    text-align: center;
    width: 200px;
    line-height: 58px;
    display: inline-block;
    font-size: 18px;

}

.nav ul li a {
    display: block;
}

.nav ul li a:hover {
    background: #44aeff;

}

.nav ul li a.active {
    background: #44aeff;
}
.nav .phonePopUp{
    display: none;
    z-index: 3;
    position: absolute;
    background: #263844;
    box-shadow: 0 0 10px 0 #26384452;
    padding: 14px;
    width: 200px;
    right: 0;
    line-height: 30px;
    box-sizing: border-box;
    top: auto;
}
.nav .phonePopUp p{
    color: #ffffff;
    font-size: 16px;
}

.nav ul li.showPop .phonePopUp{
	display: block;
}

.main {
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
}

.friend {
    width: 1200px;
    margin: 30px auto;
    position: relative;
}

.friend .swiper-container2 {
    width: 1140px;
    height: 70px;
}

.friend .swiper-container2 .swiper-wrapper .swiper-slide a {
    display: block;
}

.friend .swiper-container2 .swiper-wrapper .swiper-slide a img {
    margin: 0 15px;
    display: block;
}

.friend .arrow-left {
    background: url(../images/left.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 27px;
    height: 66px;
    z-index: 10;
}

.friend .arrow-right {
    background: url(../images/right.png);
    position: absolute;
    background-size: 100% 100%;
    right: 0;
    top: 0;
    width: 27px;
    z-index: 10;
    height: 66px;
}

.links {
    width: 1225px;
    height: 57px;
    line-height: 57px;
    margin: 0 auto 20px;
}

.links .linkCon {
    color: #444444;
    font-size: 14px;
}

.links .linkCon .button {
    width: 95px;
    height: 57px;
    line-height: 57px;
    background: none;
    color: #e64242;
    font-weight: bolder;
    font-size: 14px;
    text-align: center;
    float: left;
}


.links .linkCon .cusSelect {
    height: 40px;
    width: 281px;
    padding-left: 10px;
    border: 1px solid #ccc;
    line-height: 40px;
    margin:0 11px;
    position: relative;
    cursor: pointer;
    background: url("../images/select.png") no-repeat 256px center;
    display: inline-block;
    _zoom: 1;
    _display: inline;
}

.links .linkCon .cusTitle {
    width: 90%;
    height: 100%;
    font-size: 14px;
    color: #333333;
    line-height: inherit;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

.links .linkCon .cusOpSet {
    min-width: 100%;
    max-height: 322px;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    overflow-y: auto;
    background-color: #fff;
    z-index: 100;
}

.links .linkCon .cusOption {
    width: auto;
    line-height: inherit;
    font-size: inherit;
    background-color: inherit;
    padding: 0;
    white-space: nowrap;
}

.links .linkCon .cusOption a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 0 10px;
}

.links .linkCon .cusOption:hover {
    background-color: #2f6ea2;
    color: #fff;
}

.footer {
    background: #f5f5f5;
    padding: 40px 0;
    font-size: 14px;
    margin-top: 50px;
}

.footer .footerCon {
    width: 987px;
    margin: 0 auto;
    color: #333333;
    line-height: 30px;
}

.footer .footerCon .wrong {
    margin: 30px 60px 0 0;
    display: inline-block;
}

.footer .footerCon .wrong img {
    display: inline-block;
}
.footer .office{
    margin-left: 30px;
}
.footer .footerCon ul {
    font-weight: bold;
}

.footer .footerCon ul li {
    display: inline-block;
}

.footer .footerCon .right {
    padding-left: 50px;
    border-left: 1px solid #d1d1d1;
}
.footer-wzbs{float: left;}
.footer-wzbs .wzafw{height: 60px;}