﻿/*通用样式*/
* {margin:0; padding:0; word-wrap:break-word;}
html,body {position: relative; height: 100%;}
body {min-width: 375px; font-family:Arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif; font-size:12px; color:#444; background-color: #fff;}
a {color:#4C4C4C; text-decoration:none;}
a:hover {color:#FF0000;}
a img {border:none;} 
div,ul,li,p,form {padding: 0px; margin: 0px; list-style-type: none;}
em {font-style: normal; font-weight: normal;}
table {padding: 0px; margin: 0px; list-style-type: none;}
dt,dl,dd {padding: 0px; margin: 0px; list-style-type: none;}
form {margin:0px; padding:0px;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;}
input:focus,textarea:focus,select:focus {outline:none;}
input[type="text"],select {height:30px; border:1px solid #ddd; line-height:30px; color:#999;}
tr {padding: 0px; margin: 0px; list-style-type: none;}
h2,h3,h4 {padding:0px; font-size:14px; font-weight:normal;}
i,em {font-style:normal;}

@font-face{font-family: "iconfont";
  src: url('../UploadFiles/iconfont.eot'); /* IE9*/
  src: url('../UploadFiles/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../UploadFiles/iconfont.woff') format('woff'), /* chrome, firefox */
  url('../UploadFiles/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../UploadFiles/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont { font-family:"iconfont" !important; display:inline-block; vertical-align: middle; margin:0 .3em; font-size: 1.1em; font-style:normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0px; -moz-osx-font-smoothing: grayscale;}

@font-face {font-family: 'bebas';src: url('../UploadFiles/bebas.woff2') format('woff2'),url('../UploadFiles/bebas.woff') format('woff');font-weight: normal;font-style: normal;}
.class-name {display: none; font-size: 0;}
.md {position: absolute!important; top: -100px!important; width: 10px!important; height: 1px!important; opacity: 0!important;}

/*头部通用*/
.header {position: relative; z-index: 100; width: 100%; background-color: #e74d17; transition: all 0.5s ease;}
.header-contact {display: flex; justify-content: space-between; width: 100%; padding: 0 5%; line-height: 48px; background-color: #605d5c; box-sizing: border-box;}
.header-contact p a {font-size: 16px; color: #fcb026; white-space:nowrap;}
.header-contact p a span {color: #fff; transition: all 0.5s ease;}
.header-contact p:nth-child(2) a {display: inline-block; padding-left: 35px; background: url("../UploadFiles/img/top-lx.png") no-repeat left center/25px 25px; font-size: 16px; color: #fff; text-align: right; text-transform: uppercase;}
    
.header-bottom {display: flex; justify-content: space-between; width: 100%; padding: 0 5%; border-bottom: 1px solid rgba(255,255,255,.2); transition: all 0.5s ease; box-sizing: border-box;}
.header-logo {display: block; width: 281px; margin: 40px 0;}
.header-logo img {width: 100%;}
.header-logo img:nth-child(1) {display: block;}

.header-nav {display: flex;}
.header-nav-li {padding: 40px 0;}
.header-nav-li-a {position: relative; display: block; padding: 20px 30px; font-size: 19px; line-height: 29px; color: #fff; text-transform: uppercase; box-sizing: border-box;}
.header-nav-li-a::after {content: ''; position: absolute; bottom: -1px; left: 50%;width: 0; height: 2px; background: #ea5504; transform: translateX(-50%); transition: all .2s ease;}
.header-nav-li-a:hover {font-weight: 600; color: #fff;}
.header-nav-li:hover .header-subnav-text {height: 50px;}

.header-subnav-picture li a {min-height: 150px; flex-direction: column;}
.header-nav-li:hover .header-subnav-picture {height: auto;}

.header-subnav {position: absolute; left: 0; top: 100%; display: flex; justify-content: center; width: 100%; height: 0; padding: 0 5%; background: #f0f0f0; box-sizing: border-box; overflow: hidden; transition: all .2s ease;}
.header-subnav li {width: 16.6%;}
.header-subnav li a {display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; height: auto; padding: 12px 0; font-size: 16px; line-height: 26px; color: #555; text-align: center;}
.header-subnav li a:hover {color: #fe4f00;}
.header-language {display: block; width: 60px; margin: 40px 0; padding: 21px 0 20px 32px; font-size: 18px; line-height: 28px; color: #fff; background-image: url("../UploadFiles/img/earth1.png"); background-size: 22px 22px; background-repeat: no-repeat; background-position: 0 50%; transition: all 0.5s ease; box-sizing: border-box;}
.header-sidebar-buttom {display: none; margin:40px 0 40px 20px; vertical-align: middle; font-size: 0; line-height: 31px; color: #fff; padding: 19px 0; height: 31px;}
.header-sidebar-buttom i {font-size: 25px;}

.header-sidebar-box {position: fixed; top: 0; right: 0; width: 0; height: 100%; background-color: rgba(0,0,0,0.6);}
.header-sidebar {position: fixed; top: 0; right: -100%; z-index: 1001; width: 60%; height: 100%; background-color: #fff; transition: all 0.5s ease;}
.header-sidebar-return {display: flex; width: 100%; padding: 0 10%; border-bottom: 1px solid rgba(210,210,210,.2); line-height: 100px; text-align: center; background: #fff; box-sizing: border-box;}
.header-sidebar-return i {margin-right: 25px; font-size: 20px; color: #333f47; font-weight: bold;}
.header-sidebar-return span {display: inline-block; vertical-align: middle; font-size: 16px; font-weight: bold; color: #333f47;}
.header-sidebar-nav {width: 100%; margin-top: 40px;}
.header-sidebar-nav-li {position: relative; display: block; margin: 20px 0; padding: 0 45px; font-size: 19px; color: #333f47; font-weight: bold;}
.header-sidebar-nav-li i {position: absolute; right: 45px; top: 5px; display: block; width: 20px; height: 20px; background: url("../UploadFiles/img/cldhjt.png") no-repeat; background-size: contain; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); transition: all 0.5s ease;}
.header-sidebar-nav-active i {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
.header-sidebar-nav-active .header-sidebar-nav-subnav {height: auto; margin: 10px 0; padding: 20px 40px;}

.header-sidebar-nav-subnav {display: block; height: 0; padding: 0px 40px; margin: 0; background: #f7f7f7; box-sizing: border-box; overflow: hidden; transition: all 0.5s ease;}
.header-sidebar-nav-subnav li a {display: block; font-size: 15px; color: #525252; line-height: 35px;}

@media(max-width:1440px){.header-nav-li-a {padding: 20px 5px;}}
@media(max-width:1200px){.header-contact {padding: 0 2%;} .header-bottom {padding: 0 2%;} .header-subnav {padding: 0 2%;}}
@media(max-width:1120px){.header-nav {display: none;} .header-language {margin: 40px 0 40px auto;} .header-sidebar-buttom {display: inline-block;}}
@media(max-width:760px){.header-contact {padding: 10px 0; line-height: 30px;} .header-contact p {font-size: 16px; text-align: center;} .header-contact p:nth-child(2) {display:none;} .header-bottom {padding: 5px 2%;} .header-logo img {width: auto; height: 49px;} .header-language {padding: 9px 0 9px 32px; line-height: 31px;} .header-sidebar-buttom{padding: 9px 0;} .header-sidebar {width: 80%;}}

/*banner*/
.swiper-slide img {display: block; width: 100%; height: 100%;}
.swiper1-pagination {bottom: 55px!important; width: auto!important; left: 10%!important; white-space: nowrap;}
.swiper1-pagination .swiper-pagination-bullet {display: inline-block; position: relative; width: 80px; height: 4px; margin: 0; padding: 0; border-radius: 0; background: #d9d9d9; opacity: 1; overflow: hidden;}
.swiper1-pagination .swiper-pagination-bullet::before {content: ""; position: absolute; left: 0; top: 0; z-index: 1; width: 0%; height: 100%; background: #ea5504;}
.swiper1-pagination .swiper-pagination-bullet-active::before {width: 100%; transition: all 3s ease;}
.swiper1-button-prev {left: 3%; width: 58px; height: 58px; padding-right: 0.1em; background: url("../UploadFiles/img/ileft.png") no-repeat center; background-size: cover; border-radius: inherit; border: none; outline: none;}
.swiper1-button-next {right: 3%; width: 58px; height: 58px; padding-right: 0.1em; background: url("../UploadFiles/img/iright.png") no-repeat center; background-size: cover; border-radius: inherit; border: none; outline: none;}
.swiper1-button-prev::after,.swiper1-button-next::after {display: none}
.swiper1-button-prev:hover {background: url(../UploadFiles/img/ilefton.png) no-repeat center; background-size: cover;}
.swiper1-button-next:hover {background: url(../UploadFiles/img/irighton.png) no-repeat center; background-size: cover;}
@media(max-width:760px){.swiper1-button-prev,.swiper1-button-next {width: 30px; height: 30px; line-height: 34px;} .swiper1-pagination {bottom: 10px!important;}} 

/*尾部通用*/
.footer {display: flex; justify-content: space-between; width: 100%; padding: 40px 5%; background-color: #212121; box-sizing: border-box;}
.footer-left {width: 320px;}
.footer-left img {display: block; width: 216px;}
.footer-left p:nth-child(2) {margin: 25px 0 16px; font-size: 16px; line-height: 16px; color: #fff; letter-spacing: 1px;}
.footer-left p:nth-child(3) {font-size: 36px; line-height: 36px; font-weight: bold; color: #fff; letter-spacing: 1px;}

.footer-nav {display: flex; justify-content: space-between; width: calc(100% - 380px);}
.footer-nav ul li a {font-size: 16px; line-height: 34px; color: #ababab;}
.footer-nav ul .footer-nav-title {margin-bottom: 16px;}
.footer-nav ul .footer-nav-title a {font-size: 20px; line-height: 33px; color: #fff;}


.footer-copyright {display: flex; justify-content: space-between; padding: 10px 5%; border-top: 1px solid rgba(255,255,255,.15); font-size: 16px; line-height: 46px; color: #fff; background: #212121; box-sizing: border-box;}
.footer-copyright a {font-size: 16px; line-height: 46px; color: #fff;}
.footer-license {width: 100%; background: #212121;}
.footer-license a img {display: block; margin: 0 auto;}
@media(max-width:1200px){.footer {padding: 40px 2%;} .footer-copyright {padding: 10px 2%;}}
@media(max-width:960px){.footer {padding: 20px 2%;} .footer-left {display: flex; flex-direction:column; align-items: center; width: 100%;} .footer-left p:nth-child(2) {margin: 15px 0 10px;} .footer-nav {display: none;} .footer-qr {display: none;} .footer-copyright {flex-wrap: wrap; text-align: center; line-height: 26px;} .footer-copyright a {white-space:nowrap; line-height: 26px;}}

/*一键拨号*/
.footbox {position: fixed; left: 0; bottom: 0; z-index: 1000; width: 100%; height: 4rem; min-width: 375px; background:rgba(234,85,4,0.80);}
.flexbox {display: flex; text-align: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;}
.flexbox li {-webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1;flex: 1; text-align:center;}
.flexbox li a {display:block; font-size:1rem; line-height:1rem; color:#fff;}
.flexbox li a img {display:block; width:2rem; height:2rem; margin:0.5rem auto}
.sjkx{display:block; height:4rem; width:100%; min-width: 375px; margin: 0; padding: 0;  background-color:#141414;}
@media(min-width:1000px){.footbox {display:none;} .sjkx{display: none;}}

/*首页产品*/
.product {display: flex; align-items: stretch; justify-content: space-between; width: 100%; padding: 60px 0; background-color: #f2f2f2;}
.product-left {position: relative; display: block; width: calc((100% - 30px) / 2);}
.product-left::after {position: absolute; left: 0; top: 0; height: 100%; width: 100%; content: ""; display: block; background-color: #000; -moz-opacity: 0.1; opacity: 0.1; transition: all .3s;}
.product-left img {display: block; width: 100%;}
.product-text {display: block; position: absolute; color: #fff; bottom: 50%; left: 50%; z-index: 100; transform: translate(-50%,50%); width: 100%; text-align: center;}
.product-text p:nth-child(1) {display: flex; justify-content: center; font-size: 30px; font-weight: 600; margin: 0; position: relative; text-transform: uppercase;}
.product-text p:nth-child(1) img {display: block; width: 30px; margin-right: 10px;}
.product-text p:nth-child(2){font-size: 18px; padding: 0 40px; opacity: 0; transition: all .3s; line-height: 24px; height: 0; overflow: hidden; box-sizing: border-box;}
.product-left:hover::after {opacity: 0.5;}
.product-left:hover .product-text p:nth-child(2) {opacity: 1; height: 76px;}
.product-right {display: flex; flex-direction: column; justify-content: space-between; width: calc((100% - 30px) / 2); height: 100%;}
.product-right a {position: relative; display: block; width: 100%; height: calc((100% - 30px) / 2);}
.product-right a::after {position: absolute; left: 0; top: 0; height: 100%; width: 100%; content: ""; display: block; background-color: #000; -moz-opacity: 0.1; opacity: 0.1; transition: all .3s;}
.product-right a:nth-child(2) {margin-top: 30px;}
.product-right a img {display: block; width: 100%; height: 100%;}
.product-right a:hover::after {opacity: 0.5;}
.product-right a:hover .product-text p:nth-child(2) {opacity: 1; height: 76px;}
@media(max-width:860px){.product {padding: 30px 0; flex-wrap: wrap;} .product-left {width: 100%;} .product-right {width: 100%; margin-top: 30px;} .product-text p:nth-child(1) {font-size: 24px;}}

/*首页关于*/
.about {display: flex; justify-content: space-between; width: 100%; padding: 60px 5% 60px 0; box-sizing: border-box;}
.about-video {width: 53%;}
.about-video #video {display: block; width: 100%; height: 100%; background-color: #000;}
.about-text {display: flex; flex-direction: column; justify-content: center; width: 43%; padding: 80px; box-shadow: 1px 0 16px rgba(0,0,0,0.08); background: #fff; background-size: contain; box-sizing: border-box;}
.about-text p:nth-child(1) {font-size: 44px; color: #7f7f7f; text-transform: uppercase; font-weight: bold;}
.about-text p:nth-child(2) {color: #7f7f7f; font-size: 20px; line-height: 30px;}
.about-text a:nth-child(3) {margin-top: 40px; color: #fff; display: inline-block; position: relative; line-height: 50px; font-weight: bold; font-size: 20px; width: 180px; background: url("../UploadFiles/img/jt.png") no-repeat 90% center #e74d17; background-size: auto 22px; padding-left: 30px;}
@media(max-width:1420px){.about-text {padding: 40px;}}
@media(max-width:1200px){.about {padding: 30px 2% 30px 0;}}
@media(max-width:860px){.about {flex-wrap: wrap; padding: 30px 2%;} .about-video {width: 100%;} .about-text{width: 100%; padding: 20px; margin-top: 30px;} .about-text p:nth-child(1) {font-size: 32px;} .about-text p:nth-child(1) {font-size: 18px;}}

/*首页联系*/
.sybt{width: 100%;margin-bottom: 40px;}
.sybt p:nth-child(1){font-size: 26px;line-height: 52px;color: #000;text-align: center;font-weight: lighter;position: relative;}
.sybt p:nth-child(1)::before{position: absolute;content: "";width: 60px;height: 4px;background-color:#ff5000;bottom: 0;left: 50%;transform: translateX(-50%);}
@media(max-width:1200px){.sybt p:nth-child(1){font-weight: 600;}}
.sylxbox{width: 100%;padding: 60px 0;background-color: #f7f8f9;}
.sylx{width: 90%;margin: 0 auto;}
.sylxnr{font-size: 20px;line-height: 32px;color: #333;text-align: center;margin: 30px 0;letter-spacing: 1px;}
.sylx a{width: 180px;display: block;margin: 40px auto 0;font-size: 18px;line-height: 42px;border: 1px solid #999;color: #333;text-align: center;position: relative;z-index: 4;transition: all 0.8s ease;overflow: hidden;}
.sylx a::before{position: absolute;content: '';left: -5%;top: 0;background: #ff5000;width: 0;height: 100%;z-index: -1;-webkit-transition: 0.5s ease-out all;transition: 0.5s ease-out all;-webkit-transform: skewX(-10deg);transform: skewX(-10deg);}
.sylx a:hover{color: #fff;}.sylx a:hover::before{width: 120%;}
@media(max-width:1200px){.sylx{width: 96%;}}

/*内页布局*/
.column-top {width: 100%;overflow: hidden;}
.column-top-picture {display: block; width: 100%;}
@media(max-width:990px){.column-top-picture {position: relative; left: 50%; width: 1400px; transform: translateX(-50%);}}
@media(max-width:760px){.column-top-picture {width: 1000px;}}

.column-location {padding: 0 5%; border-bottom: 1px solid #f6f6f6; font-size: 16px; line-height: 59px; color: #333; letter-spacing: 1px; background: #f9f9f9; box-sizing: border-box;}
.column-location a {font-size: 16px; line-height: 59px; color: #333; letter-spacing: 1px;}
@media(max-width:1200px){.column-location {padding: 0 2%;}}
    
.column-nav{width: 100%; padding: 30px 5%; background-color: #fff; box-sizing: border-box;}
.column-nav-title {position: relative; margin: 30px 0; padding-bottom: 16px; font-size: 36px; font-weight: bold; text-align: center; text-transform: uppercase; color: #262626;}
.column-nav-title::after {content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -25px; width: 50px; height: 2px;  background-color: #e74d17;}
    
.column-nav-list {width: 100%; text-align: center;}
.column-nav-list li {display: inline-block; margin-right: 10px; margin-bottom: 10px;}
.column-nav-list li:nth-last-child(1) {margin-right: 0;} 
.column-nav-list li a {display: block; height: 46px; line-height: 46px; padding: 0 20px; font-size: 16px; font-weight: bold; text-transform: capitalize;}
.column-nav-list li a:hover {color: #fff; background: #e74d17;}
.column-nav-list-xz a {color: #fff!important; background: #e74d17!important;}

.column-nav-text {color: rgb(127, 127, 127); font-size: 20px; line-height: 30px;}

@media(max-width:1200px){.column-nav {padding: 30px 2%;}}
@media(max-width:800px){.column-nav-list {display: flex; flex-wrap: wrap;} .column-nav-list li {width: calc((100% - 10px) / 2);} .column-nav-list li:nth-child(2n) {margin-right: 0;} .column-nav-list li a {width: 100%; padding: 0 10px; box-sizing: border-box;}}

.column-contemt {min-height: 300px; padding: 75px 5%; background-color: #f9f9f9; box-sizing: border-box;}
@media(max-width:1200px){.column-contemt {padding: 50px 2%;}}
@media(max-width:760px){.column-contemt {padding: 25px 2%;}}

/*产品栏目页*/
.column-product-classification {display: flex; flex-wrap: wrap; width: 100%;}
.column-product-classification li {width: calc((100% - 75px) / 4); margin-bottom: 25px; margin-right: 25px;}
.column-product-classification li:nth-child(4n) {margin-right: 0;}
.column-product-classification li a {position: relative; display: block; width: 100%;}
.column-product-classification li a::after {content: ""; position: absolute; left: 0; top: 0; z-index: 10; display: block; height: 100%; width: 100%; background-color: #000; opacity: 0.15; transition: all .3s;}
.column-product-classification li a img {display: block; width: 100%;}
.column-product-classification li a p {position: absolute; bottom: 8%; left: 6%; z-index: 999; font-size: 20px; color: #fff; font-weight: bolder; transition: all .3s;} 
.column-product-classification li a:hover::after {opacity: 0.4;}
.column-product-classification li a:hover p {bottom: 20%;}
@media(max-width:760px){.column-product-classification li {width: calc((100% - 25px) / 2);} .column-product-classification li:nth-child(2n) {margin-right: 0;}}

#pagelist span {display: none;}

.column-product-list {display: flex; flex-wrap: wrap; width: 100%;}
.column-product-list li {width: calc((100% - 60px) / 4); margin-bottom: 20px; margin-right: 20px;}
.column-product-list li:nth-child(4n) {margin-right: 0;}
.column-product-list li a {display: block; width: 100%; border: 1px solid #eee; background: #fff; box-sizing: border-box;}
.column-product-list li a img {display: block; width: 100%;}
.column-product-list li a .column-product-list-text {padding: 15px 15px 0; border-top: 1px solid #eee; box-sizing: border-box;}
.column-product-list li a .column-product-list-text p:nth-child(1) {display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-weight: bold; font-size: 18px; text-align: center; color: #262626;}
.column-product-list li a .column-product-list-text p:nth-child(2) {display: block; color: #666; text-align: center; overflow: hidden; font-size: 16px; line-height: 22px; font-weight: normal; margin: 5px 0; white-space: normal;  border-bottom: solid 1px #eee; padding: 5px 0; background: url("../../EN/UploadFiles/Lithium/list-left1.png") no-repeat 0px;}
.column-product-list li a .column-product-list-text p:nth-child(3) {display: block; color: #666; text-align: center; overflow: hidden; font-size: 16px; line-height: 22px; font-weight: normal; margin: 5px 0; white-space: normal;  border-bottom: solid 1px #eee; padding: 5px 0; background: url("../../EN/UploadFiles/Lithium/list-left2.png") no-repeat 0px; border: 0;}
.column-product-list li a:hover .column-product-list-text p:nth-child(1) {color: #e74d17;}
@media(max-width:760px){.column-product-list li {width: calc((100% - 20px) / 2);} .column-product-list li:nth-child(2n) {margin-right: 0;}}

/*产品内*/
.column-product-content {display: flex; flex-wrap: wrap; width: 100%; min-height: 300px; padding: 75px 5%; background-color: #fff; box-sizing: border-box;}

.column-product-content-title {position: relative; display: block; width: 100%; border-bottom: 1px solid rgba(0,0,0,0.1); margin-bottom: 20px; margin-top: 20px; padding-bottom: 10px; font-size: 36px; line-height: 42px; color: #e74d17; text-transform: none; box-sizing: border-box;}
.column-product-content-title::after {content: ""; position: absolute; bottom: 0; left: 0; height: 3px; width: 30px; background-color: #e74d17;}
.column-product-content-left {width: 40%;}
.column-product-content-left p {font-size: 20px; line-height: 1.2; color: #ff4500; text-wrap: wrap!important;}
.column-product-content-left p span {text-wrap: wrap!important;}
.column-product-content-right {width: 60%;}
.column-product-content-right  .imglist {width: 100%;}
.column-product-content-right  .imglist img {display: block; width: 100%; border: 0; padding: 0;}
.column-product-content--introduction-title {position: relative; display: block; width: 100%; border-bottom: 1px solid rgba(0,0,0,0.1); margin-bottom: 20px; margin-top: 20px; padding-bottom: 10px; font-size: 28px; line-height: 42px; color: #e74d17; text-transform: none; box-sizing: border-box;}
.column-product-content--introduction-title::after {content: ""; position: absolute; bottom: 0; left: 0; height: 3px; width: 30px; background-color: #e74d17;}
.column-product-content-introduction {width: 100%;}
.column-product-content-introduction p {font-size: 20px; line-height: 1.2; color: #333; text-wrap: wrap!important;}
.column-product-content-introduction p img {width: 100%; max-width: 800px; margin: 0 auto;}

@media(max-width:1200px){.column-product-content {padding: 50px 2%;}}
@media(max-width:760px){.column-product-content {padding: 25px 2%;} .column-product-content-left {width: 100%;} .column-product-content-right {width: 100%;}}

/*关于我们*/
.column-about p {margin-bottom: 20px; font-size: 16px; line-height: 30px; color: #666;}
.column-about p img {display: block; width: 100%; max-width: 1000px; margin: 0 auto;}
.column-about-title {margin-bottom: 50px!important; color: rgb(127, 127, 127)!important; font-family: bebas!important; font-size: 24px!important; font-weight: bold!important; line-height: 36px!important; text-align: center!important;}

.column-contact {display: flex; justify-content: space-between; width: 100%;}
.column-contact li {width: 48%; padding: 60px; border: 1px solid #ebebeb; border-radius: 15px; box-sizing: border-box;}
.column-contact-text img {display: block; width: 50px; height: 50px; margin: 0 auto; background-size: cover;}
.column-contact-text p:nth-child(2) {margin: 25px 0 20px; font-size: 24px; line-height: 30px; color: #000; text-align: center;}
.column-contact-text p:nth-child(3),.column-contact-text p:nth-child(4) {display: block; width: 260px; margin: 0 auto; font-size: 18px; line-height: 30px; color: #000; text-align: center;}
.column-contact-picture p:nth-child(1) {margin: 0 0 25px; font-size: 24px; line-height: 30px; color: #000; text-align: center;}
.column-contact-picture img:nth-child(2) {display: block; width: 110px; margin: 0 auto;}
@media(max-width:1380px){.column-contact li {padding: 30px;}}
@media(max-width:1060px){.column-contact li {padding: 15px;}}
@media(max-width:980px){.column-contact {flex-direction:column;} .column-contact li {width: 100%; margin-bottom: 20px;} .column-contact li:nth-last-child(1) {margin-bottom: 0;}}

.column-course-box {padding: 75px 0; background: url("../../UploadFiles/img/column-course-bg.jpg") no-repeat right bottom; background-size: cover; overflow: hidden; box-sizing: border-box;}
.column-course {width: 100%; padding: 0 5%; background-image: url("../../UploadFiles/img/lcbj.png");background-size: 22px 49px;background-repeat: repeat-x;background-position: 50% 100%; box-sizing: border-box;}
.column-course-content {position: relative; display: block; width: 100%; padding: 90% 0 0;}
.column-course-content::before{content: ""; position: absolute; left: 20px; bottom: 23px; width: 1px; height: 76%; background-color: #ddd;}
.column-course-content::after{content: ""; position: absolute; left:15px; bottom: 80%; width: 7px; height: 7px; border: 2px solid #aaa; border-radius: 50%;  transition: all 0.6s;}
.column-course-content-text {position: absolute; width: 100%; top: 0; left: 0; padding-left: 40px; box-sizing:border-box;}
.column-course-content-text-title {font-size: 30px; color: #ea5504; font-weight: bold; line-height: 30px;}
.column-course-content-text-intro{font-size: 16px; line-height: 30px; color: #333;}
.column-course-content-text img {display: block; width: 50%; margin: 20px 0;}
.swiper-slide-active .column-course-content::before {background-color: #ea5504;}
.swiper-slide-active .column-course-content::after {border: 2px solid #ea5504;}
.swiper-button-prev-course {width: 58px; height: 58px; padding-right: 0.1em; background: url("../../UploadFiles/img/swiper-button-prev-course1.png") no-repeat center; background-size: cover; border-radius: inherit; border: none; outline: none;}
.swiper-button-next-course {width: 58px; height: 58px; padding-right: 0.1em; background: url("../../UploadFiles/img/swiper-button-next-course1.png") no-repeat center; background-size: cover; border-radius: inherit; border: none; outline: none;}
.swiper-button-prev-course::after,.swiper-button-next-course::after {display: none}
.swiper-button-prev-course:hover {background: url(../../UploadFiles/img/swiper-button-prev-course2.png) no-repeat center; background-size: cover;}
.swiper-button-next-course:hover {background: url(../../UploadFiles/img/swiper-button-next-course2.png) no-repeat center; background-size: cover;}
@media(max-width:1010px){.column-course-content {padding: 80% 0 0;}}
@media(max-width:620px){.column-course-content {padding: 80% 0 0;} .column-course-content-text img {display: none;}}

/*文章分页样式*/
#fenye {clear:both;}
#fenye a {display:inline-block; float:left; width:28px; height:28px; border:1px solid #bfbfc7; margin-left:5px; border-radius:3px; font-size:12px; text-align:center; color:#666; line-height:28px; background:#fff;}
#fenye .prev,#fenye .next {width:60px;}
#fenye a.curr {border:1px solid #bfbfc7; color:#fff; background:#bfbfc7;}
#fenye a:hover {border:1px solid #bfbfc7; color:#fff; text-decoration:none; background:#bfbfc7;}
#pageNext {margin:10px;}
#pageNext .prev,#pageNext .next {width: 60px; text-align:center;}
#pageNext a.curr {background: #bfbfc7;border: 1px solid #bfbfc7;color: #fff;}
#pageNext a.curr span {color:#fff !important;}
#pageNext a {float: left; width: 28px; height: 28px; margin-left: 5px; border: 1px solid #bfbfc7; border-radius: 3px; font-size: 12px; line-height: 28px; text-align: center; color: #666;background: #fff;}
#realname {height: 30px; border: 1px solid #ddd;}
#b1 {padding: 5px 10px; border: 1px solid #ff7d02; border-radius: 3px; color: #fff; background: #ff7d02;}

.fenyetips {display:none}
#pagelist {line-height:22px; color:#666;}
#pagelist a {float:left; width:28px; height:28px; border:1px solid #bfbfc7; border-radius:3px; margin-left:5px; font-size:12px; line-height:28px; color:#666; text-align:center; background:#fff;}
#pagelist a.next,#pagelist a.prev {width:50px;}
#pagelist a.curr {border:1px solid #bfbfc7; color:#fff; background:#bfbfc7;}
#pagelist a:hover {border:1px solid #bfbfc7; color:#fff; text-decoration:none; background:#bfbfc7;}
#pagelist a img {display:block; margin:0 auto; margin-top:12px;}
#pagelist span {height:28px; margin-left:10px; font-size:13px; line-height:28px;}
#pagelist span#totalpage {margin:0;}
.fenye a img {display:block; margin:0 auto; margin-top:12px;}

/* 图片分页方式的样式*/
.imagelist {width:990px; margin:0 auto;} /*总宽度*/
.imagelist .imagetop {margin:5px; padding-right:5px; text-align:right;}
.imagelist .imagetop a {color:#767676;}
.imagelist .defaultimagesrc {margin:5px; padding-top:40px; padding-bottom:40px; text-align:center;}
.imagelist .defaultImagesrc img {padding:2px; border:1px solid #f1f1f1;}
.imagelist .imageintro {font-size:14px; text-align:center;}
.thumb {height:112px; padding:5px; background:#FFF;}
.thumb_1 {float: left; height: 50px; width: 60px; padding-top: 30px; font-size: 14px;color:#000; text-align: center; font-weight: 400;}
.thumb_1 .font-28 {font-size:18px; color:red;}
.thumb_2 {float: left; width: 790px;}
.thumb_2_1 {float: left; width: 35px; height: 113px; margin-left:10px; background:url(qh1.gif) no-repeat 0px 20px; cursor:pointer;}
.thumb_2_2 {float: right; width: 35px; height: 113px; background:url(qh2.gif) no-repeat 0px 20px; cursor:pointer;}
#scrool_div {position:relative; width:708px; height:110px; overflow:hidden;}
#scrool_wrap {position:absolute; width:20000px; height:110px;}
#scrool_wrap li {float:left; width:130px; height:100px; margin-right:10px;}
#scrool_div img {width:126px; height:95px; margin:5px}
.normalthumb img {padding:2px; border:1px solid #F9AF10}
.currthumb img {padding:2px; border:1px solid #ff6600;}

/*组图显示方式的样式*/
.imggrouplist {width:90%; margin:0 auto;}
.imggrouplist li {float:left; width:150px; margin:2px; padding:5px; border:1px #f1f1f1 solid; text-align:center; background:#FFFFFF;}
.imggrouplist li img {width:145px; height:120px;}

/*平行显示方式样式*/
.imglist {text-align:center}
.imglist img {border:4px solid #efefef; padding:1px;}
.imglist div {margin-bottom:15px;}
#pageNext {text-align:right;}