﻿@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',  "Arial";
    font-size: 14px;
    color: #666;
}
a,
img,
button,
input,
textarea,
select {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
input,
input:focus,
button,
button:focus{
    box-shadow: none;
    outline: 0;
    border: none;
}
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;
}
.clear:after{
    content: '';
    height: 0;
    clear: both;
    display: block;
}
.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;
    line-height: 1.2;
}
.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.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

/*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;
}*/


.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;
}

.mobile-show{display: none;}
/*版心页面大小*/
.my-container{width:100%;margin-right:auto;margin-left:auto;max-width:1440px;}

@media (max-width:1580px){
    .my-container{padding:0 5%;}
}
@media (max-width:1440px){
    .my-container{padding:0 8%;}
}
@media (max-width:1280px){
    .my-container{padding:0 8%;}
}

@media (max-width:900px){
    .my-container{max-width:700px;padding: 0}
}
@media (max-width:767px){
    .my-container{max-width:100%;padding: 0 16px}
}


.font24 {
    font-size: 24px;
}
.font26 {
    font-size: 26px;
}
.font30 {
    font-size: 30px;
}
.font36 {
    font-size: 36px;
}
.font40 {
    font-size: 40px;
}
.font48 {
    font-size: 48px;
}
.font32 {
    font-size: 32px;
}
.font64 {
    font-size: 64px;
}
@media (max-width:1440px){
.font40 {
    font-size: 38px;
}
.font48 {
    font-size: 46px;
}
.font64 {
    font-size: 60px;
}
}
@media (max-width:1366px){
.font24 {
    font-size: 22px;
}
.font26 {
    font-size: 24px;
}
.font36 {
    font-size: 34px;
}
.font32 {
    font-size: 30px;
}
.font40 {
    font-size: 36px;
}
.font48 {
    font-size: 44px;
}
.font64 {
    font-size: 58px;
}
}
@media (max-width:1280px){
.font26 {
    font-size: 22px;
}
.font30 {
    font-size: 28px;
}
.font36 {
    font-size: 32px;
}
.font32 {
    font-size: 28px;
}
.font40 {
    font-size: 34px;
}
.font48 {
    font-size: 42px;
}
.font64 {
    font-size: 56px;
}


}
@media (max-width:991px){
.font24 {
    font-size: 22px;
}
.font30 {
    font-size: 28px;
}
.font36 {
    font-size: 30px;
}
.font32 {
    font-size: 26px;
}
.font40 {
    font-size: 32px;
}
.font48 {
    font-size: 40px;
}

.font64 {
    font-size: 50px;
}
}
@media (max-width:767px){
.font24 {
    font-size: 20px;
}
.font26 {
    font-size: 22px;
}
  .font30 {
    font-size: 22px;
}
.font36 {
    font-size: 24px;
}
.font32 {
    font-size: 20px;
}
.font40 {
    font-size: 26px;
}
.font48 {
    font-size: 34px;
}

.font64 {
    font-size: 30px;
}

}
@media (max-width:360px){
.font24 {
    font-size: 20px;
}
  .font30 {
    font-size: 22px;
}
.font36 {
    font-size: 22px;
}
.font32 {
    font-size: 18px;
}
.font40 {
    font-size: 24px;
}
.font48 {
    font-size: 32px;
}
.font64 {
    font-size: 28px;
}

}
