* {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: '寰蒋闆呴粦';
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ol, ul, li, dl, dt, dd, form, p, h1, h2, h3, h4, h5, img {
    margin: 0;
    padding: 0;
}

ol, ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    border: none;
    margin: 0;
    padding: 0;
}

input, textarea {
    outline: 0;
    resize: none;
    border: none;
    _border: 0;
    margin: 0;
    padding: 0;
}

select {
    border: 0;
}

input::-webkit-search-cancel-button {
    display: none;
}

input[type=button], input[type=submit], input[type=search], button {
    -webkit-appearance: none;
}

table, table td {
    border-collapse: collapse;
}

select {
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}

select::-ms-expand {
    display: none;
}

.clear {
    clear: both;
}

.clearfix::after {
    content: '';
    clear: both;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.div1200 {
    width: 1200px;
    margin: 0 auto;
}

.wrap {
    width: 100%;
    min-width: 1200px;
    _zoom: 1;
    position: relative;
    overflow: hidden;
}

/* header */
.header {
    position: relative;
}

.search {
    position: absolute;
    right: 0;
    top: 19px;
}

.search p {
    font-size: 18px;
    color: #25a8f1;
    font-family: arial;
    background: url(../images/index_09.png) no-repeat left center;
    padding-left: 19px;
}

.search span {
    font-size: 14px;
    color: #666;
}

.search-btn {
    position: relative;
}

.search-btn:hover input[type=text] {
    display: block;
}

.search-btn input[type=submit] {
    display: block;
    background: url(../images/index_03.png);
    width: 18px;
    height: 18px;
    margin-left: 21px;
    position: relative;
    z-index: 99;
    cursor: pointer;
}

.search-btn input[type=text] {
    border: 1px solid #25A8F1;
    border-radius: 20px;
    padding: 3px 38px 3px 10px;
    position: absolute;
    top: 50%;
    right: -10px;
    width: 202px;
    display: none;
    transform: translateY(-50%);
}


.logo {
    padding: 21px 0;
}

.nav {
    margin-top: 60px;
    margin-left: 47px;
}

.nav > ul > li {
    float: left;
    height: 51px;
    position: relative;
}

.nav > ul > li:not(:last-child) {
    margin-right: 30px;
}

.nav > ul > li > a {
    font-size: 16px;
    color: #313131;
    display: block;
    padding-bottom: 9px;
}

.nav > ul > li:hover > a {
    color: #25a8f1;
}

.nav > ul > li > a::after {
    content: '';
    display: block;
    margin: 0 auto 0;
    width: 32px;
    height: 3px;
    background: #25a8f1;
    border-radius: 3px;
    margin-top: 18px;
    opacity: 0;
}

.nav > ul > li:hover > a::after {
    opacity: 1;
}

.second {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: 999;
    min-width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, .06);
    display: none;
}

.nav > ul > li:hover .second {
    display: block;
}

.second li:not(:last-child) {
    border-bottom: 1px dashed #ddd;
}

.second a {
    display: block;
    font-size: 14px;
    color: #444;
    line-height: 43px;
    white-space: nowrap;
}

.second a:hover {
    color: #25a8f1;
}

.header-btn {
    margin-top: 56px;
}

.header-btn a {
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
    width: 80px;
    line-height: 28px;
    border-radius: 20px;
    background: #f39800;
}

/* banner */
.banner {
    position: relative;
}

.open {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.open-img {
    position: relative;
}

.colos {
    background: url(../images/index-03_03.png) no-repeat center;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 28px;
    bottom: 10px;
    cursor: pointer;
}

/* public */
.index-title {
    text-align: center;
    padding-top: 51px;
}

.index-title p:first-child {
    font-size: 36px;
    color: #25a8f1;
    font-weight: bold;
}

.index-title p:last-child {
    font-size: 16px;
    color: #666;
    margin-top: 13px;
}

a.more {
    display: block;
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #25a8f1;
    border: 1px solid #25a8f1;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 40px;
}

a.more:hover {
    background: #25A8F1;
    color: #fff;
}

/* 涓昏惀涓氬姟 */
.index-box1 {
    padding-bottom: 60px;
}

.index-box1-list {
    margin-top: 40px;
}

.index-box1-list li {
    float: left;
    width: 270px;
    background: #fff;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .1);
}

.index-box1-list li:not(:last-child) {
    margin-right: 40px;
}

.index-box1-img {
    position: relative;
}

.index-box1-img p {
    position: absolute;
    width: 225px;
    line-height: 40px;
    height: 40px;
    background: #25a8f1;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    box-shadow: 2px 2px 0 0 #1c7db4;
}

.index-box1-link {
    padding: 43px 0 30px;
}

.index-box1-link a {
    font-size: 16px;
    color: #333;
    line-height: 36px;
    display: block;
    text-align: center;
}

.index-box1-link a:hover {
    color: #25a8f1;
}


/* 鐑棬璇剧▼鎺ㄨ崘 */
.index-box2 {
    background: #f6f6f6;
    padding-bottom: 60px;
}

.index-box2-list {
    margin-top: 40px;
}

.index-box2-list li {
    float: left;
    width: 285px;
    position: relative;
    margin-bottom: 20px;
}

.index-box2-list li:not(:nth-child(4n)) {
    margin-right: 20px;
}

.index-box2-list a {
    display: block;
    overflow: hidden;
}

.index-box2-list img {
    transition: all .3s;
}

.index-box2-list img:hover {
    transform: scale(1.2);
}

.index-box2-list span {
    font-size: 16px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(57, 176, 241, .85);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.index-box2 a.more {
    margin-top: 20px;
}

/* 浼佷笟EAP妗堜緥 */
.index-box3 {
    padding-bottom: 60px;
}

.acco {
    margin-top: 40px;
}

.acco li {
    float: left;
    width: 190px;
    border: 1px solid #25a8f1;
    box-sizing: border-box;
    overflow: hidden;
    transition: all .5s;
}

.acco li:not(:last-child) {
    margin-right: 10px;
}

.acco a {
    display: block;
}

.acco img {
    max-width: none;
}

.acco li.acco-on {
    width: 400px;
}

/* 涓婇Θ褰卞搷鍔� */
.index-box4 {
    background: #f6f6f6;
    padding-bottom: 60px;
}

.index-box4-banner {
    position: relative;
    margin-top: 40px;
}

.index-box4-banner .swiper-slide {
    border: 1px solid #25a8f1;
    box-sizing: border-box;
    overflow: hidden;
}

.index-box4-banner .swiper-slide img {
    transition: all .3s;
}

.index-box4-banner .swiper-slide:hover img {
    transform: scale(1.2);
}

.index-box4-banner .swiper-btn {
    margin: 0;
    transform: translateY(-50%);
    outline: none;
    width: 18px;
    height: 33px;
}

.index-box4-banner .swiper-button-next {
    right: -38px;
    background: url(../images/index-10_06.png) no-repeat center;
}

.index-box4-banner .swiper-button-next:hover {
    background: url(../images/index-11_03.png) no-repeat center;
}

.index-box4-banner .swiper-button-prev {
    left: -38px;
    background: url(../images/index-09_06.png) no-repeat center;
}

.index-box4-banner .swiper-button-prev:hover {
    background: url(../images/index-12_03.png) no-repeat center;
}

/* 绗簲灞婂嘲浼氫笓瀹堕閲� */
.index-box5 {
    background: #25a8f1;
    padding-bottom: 60px;
    position: relative;
}

.index-box5::after {
    content: '';
    position: absolute;
    width: 100%;
    background: #f6f6f6;
    height: 385px;
    bottom: 0;
    left: 0;
}

.index-title5 p:first-child {
    color: #fff;
}

.index-title5 p:last-child {
    color: #666;
}

.index-box5-list {
    padding: 0 80px;
    margin-top: 40px;
    position: relative;
    z-index: 99;
}

.index-box5-list li {
    float: left;
    width: 280px;
    background: #fff;
    padding-bottom: 25px;
    box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, .1);
}

.index-box5-list li:not(:last-child) {
    margin-right: 100px;
}

.index-box5-img {
    position: relative;
}

.index-box5-img span {
    position: absolute;
    width: 82px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #25a8f1;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    left: 20px;
    bottom: 0;
}

.index-box5-txt {
    padding: 0 20px;
    margin-top: 11px;
}

.index-box5-txt p {
    font-size: 14px;
    color: #222;
    line-height: #333;
}

.index-box5-qr {
    text-align: center;
    margin-top: 18px;
}

.index-box5-qr p {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.index-box5-qr a {
    font-size: 14px;
    color: #25a8f1;
}

/* 涓婇Θ涓撳鍥㈤槦 */
.tab {
    margin-top: 40px;
}

.tab ul {
    font-size: 0;
    text-align: center;
}

.tab li {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #25a8f1;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 10px;
}

.tab a {
    display: block;
    color: #25a8f1;
    font-size: 16px;
}

.tab-on {
    background: #25A8F1;
}

.tab li:hover {
    background: #25A8F1;
}

.tab-on a {
    color: #fff;
}

.tab li:hover a {
    color: #fff;
}

.tab-item {
    display: none;
}

.tab-item-on {
    display: block !important;
}

.index-box6-list {
    margin-top: 20px;
}

.index-box6-img {
    text-align: center;
}

/* 浼佷笟鑽ｈ獕 */
.index-box7 {
    background: #f6f6f6;
    padding-bottom: 60px;
}

.index-box7 .swiper-slide {
    border: 0;
    position: relative;
}

.index-box7 .swiper-slide::before {
    content: url(../images/index-25_03.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

/* 鍏充簬涓婇Θ */
.index-box8 {
    padding-bottom: 70px;
    background: url(../images/index-19_03.png) no-repeat right;
}

.index-box8 .index-title {
    margin-bottom: 40px;
}

.index-box8-left {
    width: 505px;
    box-shadow: 7px 7px 0 0 rgba(37, 168, 241, .46);
}

.video {
    position: relative;
}

.pause {
    background: url(../images/index-18_03.png);
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
}

.index-box8-right {
    width: 650px;
    margin-top: 12px;
}

.index-box8-right p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.index-box8-right p:not(:last-child) {
    margin-bottom: 24px;
}

.index-box8-right span {
    font-size: 16px;
    color: #25a8f1;
}

.index-box8-right a.more {
    margin: 0;
}

/* footer */
.footer {
    background: #313131;
    padding: 38px 0 7px;
}

p.footer-title {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
    margin-bottom: 13px;
}

.footer-logo {
    margin-right: 124px;
    margin-top: 16px;
}

.footer-link {
    width: 240px;
    margin-right: 108px;
}

.footer-link li:nth-child(odd) {
    float: left;
    clear: both;
}

.footer-link li:nth-child(even) {
    float: right;
}

.footer-link a {
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 30px;
}

.footer-phone {
    width: 364px;
    margin-right: 127px;
}

.footer-phone > .footer-title {
    width: 150px;
}

.footer-phone-txt p {
    font-size: 14px;
    color: #ddd;
    line-height: 28px;
}

.footer-qr {
    width: 92px;
}

.footer-qr-img {
    text-align: center;
}

.footer-qr-img p {
    font-size: 12px;
    color: #fff;
    margin-top: 6px;
}

.footer-bottom {
    margin-top: 29px;
}

.footer-bottom p {
    font-size: 12px;
    color: #999;
    border-top: 1px solid #444;
    text-align: center;
    padding-top: 8px;
}

/* fixed-left */
.fixed-left {
    position: fixed;
    left: -19px;
    width: 210px; /* top: 50%;transform: translateY(-50%); */
    z-index: 999;
    top: 181px;
    transform: scale(0.8);
}

.fixed-left > p::after {
    content: '';
    display: block;
    background: url(../images/index-21_05.png) no-repeat center;
    height: 25px;
}

.fixed-left li {
    width: 180px;
    margin: 0 auto;
}

.fixed-left a {
    display: block;
    background: url(../images/index-21_13.png) no-repeat center top;
    line-height: 52px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.fixed-left a:hover {
    background-image: url(../images/index-21_09.png);
}

.fixed-left a::after {
    content: '';
    display: block;
    background: url(../images/index-21_12.png) no-repeat center;
    height: 15px;
}

.fixed-form {
    background: #33aef3;
    border-radius: 5px;
    overflow: hidden;
}

.fixed-form form {
    padding: 10px;
}

.fixed-form input[type=text] {
    font-size: 14px;
    color: #999;
    line-height: 36px;
    width: 160px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.fixed-form input[type=submit] {
    width: 160px;
    line-height: 32px;
    background: url(../images/index-23_03.jpg) no-repeat center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

/* fixed-right */
.fixed-right {
    position: fixed;
    right: -19px;
    width: 200px; /* top: 50%;transform: translateY(-50%); */
    z-index: 999;
    top: 200px;
    transform: scale(0.8);
}

.fixed-right-blue {
    background: #25a8f1;
    padding: 15px 0 14px;
}

.fixed-qr {
    text-align: center;
    border-bottom: 1px solid #249de0;
    padding-bottom: 18px;
}

.fixed-qr p {
    font-size: 14px;
    color: #fff;
    margin-top: 12px;
}

.fixed-txt {
    text-align: center;
    margin-top: 18px;
}

.fixed-txt p:first-child {
    background: url(../images/index-25_07.png) no-repeat left center;
    padding-left: 28px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

.fixed-txt p:last-child {
    font-size: 22px;
    color: #fff;
    margin-top: 5px;
}

.totop {
    display: block;
    width: 140px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #f39800;
    margin: 0 auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


/* ny */
.ny-content {
    background: #f7f7f7;
    padding: 40px 0 87px;
}

.sidebar {
    width: 260px;
    border: 1px solid #25a8f1;
    box-sizing: border-box;
    background: #fff;
}

.sidebar-item {
    display: none;
}

.sidebar-item-on {
    display: block !important;
}

.sidebar p {
    line-height: 80px;
    background: #25a8f1;
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.sidebar ul {
    padding: 31px 29px;
}

.sidebar li:not(:last-child) {
    margin-bottom: 31px;
}

.sidebar a {
    display: block;
    background: #f5f5f5;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #333;
    border-radius: 3px;
    box-shadow: 1px 1px 0 0 #999;
}

.sidebar li.side-on a, .sidebar li:hover a {
    font-weight: bold;
    background: #25a8f1;
    box-shadow: 1px 1px 0 0 #1c7db4;
    color: #fff;
}

.sidebarmain {
    width: 910px;
    background: #fff;
    padding: 35px 30px 60px;
    box-sizing: border-box;
}

.sidebarmain-title {
    border-bottom: 1px dashed #ddd;
    font-size: 24px;
    color: #25a8f1;
    font-weight: bold;
    padding-bottom: 19px;
    text-align: center;
    margin-bottom: 26px;
}

/*.sidebarmain-txt {text-align: center;}*/
.sidebarmain-txt p {
    font-size: 18px;
    color: #333;
    line-height: 36px;
}

.sidebarmain-img {
    text-align: center;
    margin-top: 30px;
}

/* 浼佷笟鑽ｈ獕 */
.sidebarmain-txt .index-box2-list li {
    width: 272px;
}

.sidebarmain-txt .index-box2-list li img {
    width: 272px;
    height: 200px;
}

.sidebarmain-txt .index-box2-list li:not(:nth-child(3n)) {
    margin-right: 15px;
}

.sidebarmain-txt .index-box2-list li:nth-child(3n) {
    margin-right: initial;
}

/* 鐑棬璇剧▼鍒楄〃 */
.kecheng .index-box2-list li {
    width: 272px;
}

.kecheng .index-box2-list li img {
    width: 272px;
    height: 200px;
}

.kecheng .index-box2-list li:not(:nth-child(4n)) {
    margin-right: 15px;
}

.kecheng .index-box2-list li:nth-child(4n) {
    margin-right: initial;
}