﻿/* é€šç”¨åˆå§‹åŒ–æ ·å¼ START */

html,
body {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Avenir', Helvetica, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    /* background: #fff; */
    position: relative;
}

* {
    padding: 0;
    margin: 0;
}

img {
    border: none;
}

ul {
    margin: 0;
}

a {
    text-decoration: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

li {
    list-style: none;
    cursor: default;
}

.min-wid {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear-float:after {
    display: block;
    clear: both;
    content: '';
    visibility: hidden;
    height: 0;
}

.img-full {
    width: 100%;
    height: 100%;
    border: none;
}

input,
button,
select {
    outline: none;
    outline-color: rgba(255, 255, 255, 0);
}

.img-text span {
    vertical-align: middle;
    display: inline-block;
}

.img-text img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px;
}


/* é€šç”¨åˆå§‹åŒ–æ ·å¼ END */


/* å¤´éƒ¨æ ·å¼ START */

.main-header {
    height: 36px;
    background-color: #f8f8f8;
}

.main-header-left-list {
    margin-right: 37px;
    float: left;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
}

.main-header-logo {
    width: 17px;
    height: 19px;
    margin: 4px 7px 0 0;
    float: left;
}

.main-header-logo img {
    width: 100%;
    height: 100%;
}

.main-header-tag {
    height: 36px;
}

.tag-left {
    float: left;
}

.tag-left a {
    color: #515a6e;
}

.tag-left li:nth-child(1),
.tag-left li:last-child {
    border-right: none;
}


/* .tag-left li+li .tag-left li+li+li+li+li{
  border-right: none;
} */

.tag-right {
    float: right;
}

.tag-right li:nth-child(1) {
    border-left: none;
}

.tag-ul li {
    float: left;
    line-height: 14px;
    padding: 0 16px;
    margin: 11px 0;
    border-right: 1px solid #515a6e;
    cursor: pointer;
}

.tag-ul li a {
    color: #515a6e;
}

.tag-ul li a:hover,
a:link,
a:visited,
a:active {
    text-decoration: none !important;
}

.tag-ul li a:hover {
    text-decoration: none !important;
}

.tag-ul li:last-child {
    border-right: none;
}

.tag-ul li+li+li {
    border-right: none;
}

.main-search {
    width: 100%;
    min-width: 1200px;
    height: 272px;
    background-size: cover;
    background: url(background-img.png) no-repeat;
    background-size: cover;
}

.search-left {
    width: 338px;
    height: 57px;
    display: block;
    cursor: pointer;
}

.search-left a {
    margin-top: 16%;
    margin-right: 3%;
}

.search-con {
    padding-top: 36px;
}

.search-con .search-right-input {
    /*height: 38px;*/
    position: relative;
    margin-top: 125px;
    line-height: 31px;
    z-index: 9;
}

.search-right-input input {
    width: 282px;
    border-radius: 15px 0 0 15px;
    border: 1px solid #3b98ff;
    height: 31px;
    line-height: 31px;
    padding: 0 20px;
    margin-bottom: 0;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 12px;
    background-color: #fff !important;
}

.search-right-input button {
    width: 69px;
    height: 31px;
    background-color: #3b98ff !important;
    color: #fff;
    border: none;
    border-radius: 0 15px 15px 0;
    vertical-align: middle;
    margin-left: -7px;
}

.search-rightIcon {
    display: none;
}

.main-nav {
    position: relative;
    background-color: #3b98ff;
    /* background-color:#C30000; */
}

.main-nav .nav-first {
    width: 1200px;
    margin: 0 auto;
}

.nav-first li {
    height: 60px;
    line-height: 32px;
}

.nav-second {
    width: 1200px;
    padding: 10px 20px;
    background-color: #fff;
    box-sizing: border-box;
}

.nav-second li {
    width: 120px !important;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
}

.nav-second li a {
    color: #515a6e;
    font-size: 14px;
    text-decoration: none;
}

.nav-content li {
    width: 153px;
    /*180*/
    float: left;
    text-align: center;
    font-size: 16px;
    /*18*/
    cursor: pointer;
}

.nav-first li:hover {
    background-color: #388ff0;
    /* å˜ç° */
    /* background-color:#878787; */
}

.nav-content .nav-text {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    border-left: 1px solid #fff;
}

.nav-first .nav-text {
    margin-top: 14px;
    color: #fff;
}

.nav-content li:first-child .nav-text {
    border-left: none;
}

.nav-second .nav-text {
    border-left: none;
}

.nav-second {
    position: absolute;
    left: 50%;
    margin-left: -540px;
}

li {
    list-style: none;
}


/* fixed-ad */

.right-ad {
    position: fixed;
    right: 10px;
    top: 210px;
    z-index: 99;
}

.contact-one {
    position: relative;
    margin-top: 10px;
}

.contact-img {
    width: 84px;
    height: 70px;
    cursor: pointer;
    display: inline-block;
}

.contact-ewm {
    display: none;
    position: absolute;
    width: 128px;
    max-width: none;
    height: 121px;
    top: -20px;
    right: 94px;
}

.left-ad {
    position: fixed;
    left: 0;
    bottom: 120px;
    z-index: 99;
}

.left-ad-one {
    position: relative;
}

.fixed-main-img {
    /* width: 210px;
  height: 115px; */
    margin-right: 20px;
    margin-top: 6px;
}

.fixed-close {
    /*display: none;*/
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: -18px;
    color: #adadad;
    opacity: 1;
    font-size: 14px;
    font-weight: normal;
    text-shadow: none;
}


/* å¤´éƒ¨æ ·å¼ END */


/*å¯¼èˆªæ ·å¼*/

.menu .ul-list>li:last-child {
    border-right: none;
}

.menu .ul-list>li>a {
    border-right: 1px solid #fff;
    height: auto;
    line-height: 32px;
    display: block;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    text-align: center;
}

.menu .ul-list>li>span {
    color: #fff;
    font-size: 14px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;
}

.menu .ul-list>li:hover {
    background: #388ff0;
}

.menu .ul-list>li:hover .ol-list {
    display: block;
}

.menu .ol-list {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    padding: 20px 58px;
}

.menu .ol-list>li>a {
    font-size: 14px;
    text-decoration: none;
    color: #333;
    height: 36px;
    line-height: 36px;
    /* width: ; */
}

.menu .ol-list>li>a:hover {
    color: #000;
}

.menu {
    width: 100%;
    background: #3b98ff;
    height: 60px;
}

.menu * {
    box-sizing: border-box;
}

.menu .center {
    width: 1200px;
    height: 100%;
    /* padding: 0 53px 0 56px; */
    box-sizing: border-box;
    margin: 0 auto !important;
}

.menu .ul-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu .ul-list>li {
    float: left;
    width: 20%;
    padding: 14px 0;
}

.menu .ul-list>li:last-child>a {
    border: none;
}

.menu .ul-list>li+li+li+li+li a {
    border: none;
}

.ol-list li {
    float: left;
    width: 180px;
    text-align: center;
}

.search-btn {
    cursor: pointer;
}


/* ä¸»ä½“ START */

.home-main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0 53px 0 56px;
    background-color: #fff;
    box-sizing: border-box;
}

body,
html {
    background-color: #F5F5F5 !important;
}

@media screen and (max-width: 1200px) {
    body,
    html {
        background-color: #fff !important;
    }
}


/* å³ä¾§å¯¼èˆªæ  START */

.right-ad {
    width: 85px;
    height: 230px;
    position: fixed;
    top: 244px;
    right: 10px;
}

.right-ad1 {
    display: none;
}

.right-ad-img {
    width: 100%;
    height: 70px;
    margin-top: 10px;
    position: relative;
}

.right-ad-img:nth-child(1) {
    margin-top: 0;
}

.content-wx {
    display: none;
    position: absolute;
    width: 128px;
    max-width: none;
    height: 121px;
    top: -20px;
    right: 94px;
}

.right-ad-img:hover .content-wx {
    display: block;
}

.right-ad-img img {
    width: 100%;
    height: 100%;
}


/* å³ä¾§å¯¼èˆªæ  END */


/* åº•éƒ¨æ ·å¼ START */

.main-bottom {
    width: 100%;
    background: #069ae5;
}

.main-bottom-center {
    width: 1200px;
    padding: 44px 0px 53px;
    margin: 0 auto;
    overflow: hidden;
}

.main-center-top {
    /* width: 100%; */
    /* padding-left: 159px; */
}

.main-center-top ul {
    width: 356px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 26px;
}

.main-center-top ul li {
    float: left;
}

.main-center-top ul span {
    float: left;
    padding: 0 10px;
}

.main-center-bottom-image {
    width: 62px;
    height: 77px;
    float: left;
    margin-right: 97px;
    margin-left: 10px;
}

.main-center-bottom-imageRight {
    width: 111px;
    height: 55px;
    float: right;
    margin-right: 10px;
}

.main-center-bottom-image img {
    width: 100%;
    height: 100%;
}

.main-center-bottom {
    /* text-align: center; */
    line-height: 30px;
    width: 1031px;
    overflow: hidden;
    float: left;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #b9e7ff;
}

.main-center-bottomList {
    width: auto;
    float: left;
}

.main-center-bottomList li {
    text-align: center;
}

.main-center-bottomList li span {
    float: left;
}

.main-center-bottomList .main-header-logo {
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
}

.main-bottom-center-rem {
    display: none;
}

.main-bottom a {
    color: #b9e7ff;
}

.main-bottom .main-center-top a {
    color: #fff;
}


/* åº•éƒ¨æ ·å¼ END */


/* é¦–é¡µæ ·å¼ END */