@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* {
    margin: 0;
    padding: 0;
    line-height: 1.15;
}
body {
    background: #fff;
    font-family: 'Microsoft YaHei', 'NotoSansHans-light', "Arial", 'SimSun', Serif;
    font-size: 16px;
    color: #333;
    position: relative;
}
a,
img,
button,
input,
textarea,
select {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
li {
    list-style: none;
}
img {
    vertical-align: middle;
    border: none;
}
i {
    font-style: normal;
}
.img img {
    width: 100%;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.oh {
    overflow: hidden;
}
.toh {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 15px;
    line-height: 16px;
}
.pr {
    position: relative;
}
.tc {
    text-align: center;
}
.db {
    display: block;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.sca {
    overflow: hidden;
}
.cp {
    cursor: pointer;
}

/*图片悬浮放大*/
.sca>img {
    -webkit-transition: -webkit-transform 1.3s;
    transition: -webkit-transform 1.3s;
    -o-transition: transform 1.3s;
    transition: transform 1.3s;
    transition: transform 1.3s, -webkit-transform 1.3s;
    -webkit-transition: transform 1.3s;
}
.sca>img:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

/*Y轴旋转*/
.rot-y img {
    -o-transition: all 1.6s;
    transition: all 1.6s;
    -webkit-transition: all 1.6s;
}
.rot-y:hover img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}

/*scroll*/

/*::-webkit-scrollbar {
    width: 2px;
    height: 2px
}
::-webkit-scrollbar-button:vertical {
    display: none
}
::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
    background-color: #ccc;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #016EC5;
}
::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #016EC5;
}
::-webkit-scrollbar-thumb:vertical:active {
    background-color: #016EC5;
}*/

/*手机导航按钮样式*/
.mobile-nav-btn01 {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mobile-nav-btn01 span {
    display: block;
    background: #fff;
    height: 3px;
    width: 26px;
    position: relative;
    transition: transform .3s;
}
.mobile-nav-btn01 span:not(:first-child){
    margin-top: 6px;
}
.mobile-nav-btn01.active span:nth-child(2) {
    visibility: hidden;
}
.mobile-nav-btn01.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
}
.mobile-nav-btn01.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: -9px;
}
.mobile-nav-list {
    position: absolute;
    top: 100%;
    left: 0;
    height: 200px;
    width: 100%;
    z-index: 99;
    display: none;
    background-color: #2963b7
}
.mobile-nav-list>ul>li {
    position: relative;
}
.mobile-nav-list .yiji-m {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 0 20px;
}
.mobile-nav-list .yiji-btn {
    position: absolute;
    right: 20px;
    font-family: Arial, Helvetica, Geneva;
    top: 0px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    width: 30px;
    text-align: center;
}
.mobile-nav-list .erji-box {
    padding: 0 20px;
    display: none;
}
.mobile-nav-list .erji-m {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 0 20px;
}
.my-container {
    width: 1418px;
    position: relative;
    margin: 0 auto;
    height: 100%;
}
.my-container:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.box:after,
ul:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

/*版心页面大小*/
@media(min-width:1420px) {
    .my-container {
        width: 1400px;
    }
}
@media(max-width:1420px) {
    .my-container {
        width: 1200px;
    }
}
@media(max-width:1200px) {
    .my-container {
        width: 1024px;
    }
}
@media(max-width:1024px) {
    .my-container {
        padding: 0 20px;
        width: 100%;
    }
}
@media(max-width:768px) {
    .my-container {
        padding: 0 10px;
    }
}
@media(max-width:480px) {
    .my-container {
        padding: 0 5px;
    }
}

/*隐藏显示*/
.hide-ipad,
.hide-mobile {
    display: block;
}
.show-ipad,
.show-mobile {
    display: none;
}
@media (max-width:1200px) {
    .hide-ipad {
        display: none;
    }
    .show-ipad {
        display: block;
    }
}
@media (max-width:768px) {
    .hide-mobile {
        display: none;
    }
    .show-mobile {
        display: block;
    }
}