@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, button, p, blockquote, th, td, hr, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    word-wrap: break-word;
    font: 15px/1.5 "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
    color: #333;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400;
}

ol, ul {
    list-style: none;
}

a, a:hover {
    cursor: pointer;
    text-decoration: none;
}

fieldset, img {
    border: 0;
}

img {
    vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

select {
    padding: 2px 0;
    height: 22px;
    line-height: 18px;
}

button, input, select, textarea {
    font-size: 100%;
    font-family: Arial, "microsoft yahei";
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: none;
    cursor: pointer;
    -webkit-appearance: button;
}

q:before, q:after {
    content: '';
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: #b2b2b2;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

mark {
    background: #ff0;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

iframe {
    display: block;
}

textarea {
    resize: none;
}

/*reset end*/

/*public start*/

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    _display: inline;
    float: left;
}

.fr {
    _display: inline;
    float: right;
}

.cb {
    clear: both;
}

.c {
    *zoom: 1
}

.c:before, .c:after {
    display: table;
    content: "";
}

.c:after {
    clear: both;
}

.nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pt10 {
    padding-top: 10px!important;
}

.mt10 {
    margin-top: 10px;
}

.container {
    margin: 0 auto;
    position: relative;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

.dn {
    display: none;
}

.bgImg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}
.w1000 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}
.w1200 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.whitebg {
    background-color: #fff!important;
}

.graybg {
    background-color: #f5f5f5!important;
}

.color1 {
    color: #217ab8!important;
}
.color2 {
    color: #fff!important;
}


.colorBg1 {
    background-color: #217ab8!important;
}

.title1{
    text-align: center;
}
.title1 span{
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 36px;
    color: #333;
    line-height: 1;
}
.title1 span::before,.title1 span::after{
    content: '';
    position: absolute;
    left: -84px;
    top: 17px;
    width: 60px;
    height: 1px;
    background-color: #ccc;
}
.title1 span::after{
    left: auto;
    right: -84px;
}
.title2{
    position: relative;
    font-size: 24px;
    color: #000;
    line-height: 1;
    text-align: center;
}
.title2 span{
    position: relative;
    vertical-align: top;
    display: inline-block;
    z-index: 2;
    padding: 0 20px;
    background-color: #f5f5f5;
}
.title2::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background-color: #ccc;
}


.btn1 {
    display: inline-block;
    width: 192px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #00468e;
}

.btn1:hover {
    color: #fff;
}

.btn2 {
    display: inline-block;
    width: 80px;
    text-align: center;
    border: 1px solid #217ab8;
    line-height: 34px;
    border-radius: 3px;
    color: #217ab8;
}

.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.ubb {
    font-size: 16px;
    line-height: 2.375;
    color: #333;
}

.ubb img {
    max-width: 100%;
    height: auto;
}

.ubb *{
    max-width: 100%;
}
input::placeholder {
    color: #bfbfbf
}

input::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1
}

input::-webkit-input-placeholder {
    color: #bfbfbf
}

.main {
    position: relative;
    min-height: 540px;
}

.icon_bg {
    display: inline-block;
    background-image: url(/static/index/supply/img/icon.png);
    background-repeat: no-repeat;
}

/*公共头部*/
.header {
    top: 0;
    position: fixed;
    z-index: 999;
    height: 120px;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    font-size: 0;
}

.header .logo {
    float: left;
    margin-top: 13px;
}
.head_right{
    position: relative;
}
.head_right .top{
    padding-top: 24px;
    font-size: 16px;
    line-height: 1;
}
.head_right .top .language{
    color: #666;
    float: right;
    cursor: pointer;
}
.head_right .top .sion{
    float: right;
    color: #ccc;
    font-size: 12px;
    position: relative;
    top: 1px;
    margin: 0 16px;
}
.head_right .top .language i{
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 5px;
    margin-left: 10px;
}
.head_right .top .language ul{
    display: none;
    position: absolute;
    z-index: 30;
    right: 0;
    top: 42px;
    width: 115px;
    text-align: left;
    background-color: #fff
}
.head_right .top .language:hover ul{
    display: block;
}
.head_right .top .language ul::before{
    content: "";
    position: absolute;
    right: 20px;
    top: -5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #fff;
}
.head_right .top .language ul a{
    color: #666;
    font-size: 15px;
    display: block;
    line-height: 30px;
    padding: 4px 15px;
}
.head_right .top .language ul .current a{
    font-weight: 700;
}
.head_right .top .language ul img{
    margin-right: 5px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}

.head_right .virtual{
    float: right;
    padding-left: 20px;
}

.head_right .virtual a{
    height: 16px;
    line-height: 1;
    display: block;
    padding-left: 24px;
    background: url(/static/index/supply/img/icon.png) -220px 0 no-repeat;
    color: #666666;
}

.head_right .tel{
    float: right;
    color: #666;
}
.head_right .tel b{
    margin-left: 7px;
    color: #217ab8;
}

.header .nav {
    padding-top:24px;
    font-size: 18px;
}

.header .nav li {
    float: left;
    position: relative;
    margin-left: 40px;
}

.header .nav li:hover{
    padding-bottom: 12px;
}

.header .nav li > a {
    position: relative;
    z-index: 1;
    display: block;
    color: #000;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 37px;
}
.header .nav li > a span{
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.header .nav li dl {
    display: none;
    position: absolute;
    left: 0;
    z-index: 0;
    top: 56px;
    box-sizing: border-box;
    width: 260px;
    padding: 15px 26px;
    background: rgba(255, 255, 255, 0.9);
}

.header .nav li:hover dl{
    display: block;
}

.header .nav li:hover{
    z-index: 2;
}

.header .nav li:last-child dl {
    text-align: right;
    right: 0;
    left: auto;
}

.header .nav dl dd {
    padding: 10px 0;
}

.header .nav dl a {
    color: #333;
    padding: 0 0;
}

.header .nav dl .current a, .header .nav dl a:hover {
    color: #217ab8;
    text-decoration: underline;
}

.header .nav .current a span,.header .nav li:hover a span{
    border-color: #217ab8;
    color: #217ab8;
}


.swiper-container,
.swiper-wrapper,
.swiper-slide{
    height: 100%;
    width: 100%;
}
.swiper-slide{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner .swiper-page{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    bottom: 40px;
    height: 12px;
}
.swiper-page .swiper-pagination-switch{
    display: inline-block;
    vertical-align: top;
    margin:0 5px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: #fff;
    border-radius: 6px;
    opacity: 1;
}
.swiper-page .swiper-active-switch{
    width:24px;
}

/*公共底部*/

.footer {
    position: relative;
    background-color: #217ab8;
    font-size: 14px;
    color: #fff;
    padding: 35px 0;
}
.footer_title{
    padding-right: 20px;
    line-height: 30px;
}

.footer_media{
    padding-top: 10px;
}
.footer_media .d1 a{
    float: left;
    margin-left: 29px;
    width: 34px;
    height: 27px;
    position: relative;
    background: url(..//static/index/supply/img/icon.png) -80px -100px no-repeat;
}
.footer_media .d1 a:first-child{
    margin-left: 0;
}
.footer_media .d1 a img{
    position: absolute;
    left: -45px;
    bottom: 40px;
    display: none;
}
.footer_media .d1 a:hover img{
    display: block;
}
.footer_media .d1 .a2{
    width: 35px;
    background-position: -120px -100px;
}
.footer_media .d1 .a3{
    width: 26px;
    height: 30px;
    background-position: -160px -100px;
}
.footer_media .d1 .a4{
    width: 68px;
    height: 30px;
    background-position: -200px -100px;
}
.footer_media .d1 .a5{
    width: 24px;
    height: 24px;
    background-position: -20px -140px;
}
.footer_media .d2{
    margin-top: 50px;
    display: block;
    line-height: 52px;
    background-color: #217ab8;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
}
.footer_media .d2 i{
    width: 23px;
    height: 26px;
    margin-right: 10px;
    vertical-align: middle;
    top:-3px;
    position: relative;
    background-position: -40px -100px;
}
.footer .copyright a{
    color: #fff;
}
.footer .copyright .d2{
    padding-top: 10px;
}
.footer .copyright .d2 i{
    margin-right: 6px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background-position: -40px 0;
}
/*jcf*/

.jcf-hidden {
    display: block !important;
    position: absolute !important;
    left: -9999px !important;
}

.select-area {
    position: relative;
    display: block;
    cursor: pointer;
}

.select-area .left {
    display: none;
}

.select-area .center {
    text-align: left;
    display: block;
    padding: 0 12px;
    height: 46px;
    overflow: hidden;
    line-height: 44px;
    color: #000;
    background: #FFF;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.select-opener {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 10px;
    width: 11px;
    height: 6px;
    background: url(/static/index/supply/img/icon.png) -20px 0 no-repeat;
}

.select-options {
    position: absolute;
    overflow: hidden;
    z-index: 2000;
}

.select-options .drop-holder {
    overflow: hidden;
    background: #fafafa;
    border-top: none;
}

.select-options ul li {
    width: 100%;
    float: left;
}

.select-options ul a {
    display: block;
    padding: 10px 13px;
    color: #333;
    cursor: default;
}

.select-options .item-selected a {
    color: #333;
    background: #eaeaea;
}
.float-nav {
    position: fixed;
    z-index: 20;
    right: 20px;
    bottom: 100px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.float-nav a {
    display: block;
    width: 118px;
    line-height: 50px;
    border-top: 1px solid #e5e5e5;
    font-size: 15px;
    color: #333;
    text-align: center;
}
.float-nav a i{
    font-size: 18px;
    margin-right: 8px;
}


@media screen and (max-width: 1280px) {
    
}

@media screen and (max-width: 1200px) {
    
}
