* {
    outline: none;
}
.pc-white{
    color: #fff;
}
.am-table{
    width: auto;
    min-width: 1000px;
    margin: 1.6rem auto;
}
.swiper-slide img,.cate-banner img{
	width:100%;
}
body {
    font-family: microsoft yahei;
   min-width:1200px
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list-2 li{
    width: 48%;
}
.list-3 li{
    width: 32%;
}
.list-4 li{
    width: 24%;
}
.list-5 li{
    width: 19%;
}
.pc-show{
    display: block;
}
.mobile-show{
    display: none;
}
address, blockquote, dl, fieldset, figure, hr, ol, p, pre, ul {
    margin: 0;
}
.show-mobile{
    display: none;
}

a:hover {
    color: #008ed5;
}

img {
    max-width: 100%;
}
.am-panel{
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.am-panel-group{
    margin-bottom: 0!important;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.m-show {
    display: none;
}

.picture {
    overflow: hidden;
}

.picture img {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    /* Firefox 4 */
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    /* Safari and Chrome */
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    /* Opera */
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

.picture:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -moz-transform: scale(1.1, 1.1); /* Firefox */
    -webkit-transform: scale(1.1, 1.1); /* Safari and Chrome */
    -o-transform: scale(1.1, 1.1); /* Opera */
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-4 li {
    width: calc((100% - 60px) / 4);
    margin: 0 20px 20px 0;
    float: left;
    text-align: center;
}

.list-4 li:nth-child(4n) {
    margin-right: 0;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.m20 {
    margin: 20px 0;
}

.p10 {
    padding: 10px;
}

.p30 {
    padding: 30px;
}

.clear {
    clear: both;
}

.dis {
    display: none;
}

body {
    background: #fff;
    font-weight: 300;

}

p {
    margin: 0;
}

::-webkit-input-placeholder {
    color: #999;
    font-family: microsoft yahei;
    font-size: 14px;
}

:-moz-placeholder {
    color: #999;
    font-family: microsoft yahei;
    font-size: 14px;
}

::-moz-placeholder {
    color: #999;
    font-family: microsoft yahei;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #999;
    font-family: microsoft yahei;
    font-size: 14px;
}

.notsupport {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    text-align: center;
    clear: both;
    color: #fff;
    background: #0072C6;
}

.notsupport h1 {
    font-size: 100px;
    margin-top: 200px;
    margin-bottom: 30px;
}

.notsupport h2 {
    font-size: 30px;
    margin-bottom: 30px;
}


.bg_gray {
    background: #fafafa;
    padding: 20px 0;
    margin: 20px 0;
}

.width, .box {
    width: 90%;
    margin: 0 auto;
}

/*头部*/
.top {
    width: 100%;
    padding: 0 3%;
    overflow: hidden;
    line-height: 40px;
    background-color: #fff;
    color: #333e48;
    font-size: 13px;
    border: 1px solid #eee;
}

.top .top-content span.iconfont {
    font-size: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #008ed5;
}

.top .top-content strong {
    color: #008ed5;
    font-size: 16px;
    font-weight: 500;
}

.top .am-fr a {
    padding-left: 20px;
    position: relative;
    display: inline-block;
}

.top .am-fr a:after {
    content: '';
    width: 1px;
    height: 10px;
    position: relative;
    display: inline-block;
    background-color: #ccc;
    top: 0;
    right: -13px;
}
.top .am-fr a:last-child:after{
	display: none;
}
header {
    background: #fff;
    position: relative;
    z-index: 100;
    width: 100%;
    height: 90px;
    padding: 0 3%;
    clear: both
}

header .header-left {
    float: left;
    width: 20%;
    display: table;
    height: 90px;
}

header .logo {
    display: table-cell;
    vertical-align: middle;
}

header .logo img {
    width: 44px;
}

header .header-mid {
    width: 60%;
    text-align: center;

}

header .header-mid {
    float: left;
}

header .header-right {
    float: right;
    width: 20%;
    margin: 0;
}

header .header-menu li {
    text-align: center;
    padding: 0 20px;

}

header .header-menu li.other-cate {
    position: relative;
}

header .header-menu li:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 49px;
    width: 1px;
    height: 12px;
    background-color: #eee;
    display: none;
}

header .header-menu li:first-child:before {
    display: none;
}

header .header-menu li em {
    padding: 0 15px;
    position: relative;
}

header .header-menu li em::after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 4px;
    background: url(../resources/icon_down.png) no-repeat;
}

header .header-menu li em:hover::after,
header .header-menu li.aon em::after {
    background-image: url(../resources/icon_up.png);
}

header .header-menu li em a, .header-menu.header-menu li > a {
    line-height: 90px;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    transition: all .7s;
}

header .header-menu li em a.on, header .header-menu li em a:hover {
    color: #008ed5;
}

header .header-menu li em a::before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: #008ed5;
    width: 0;
    transition: ease-in-out 0.3s;
}

header .header-menu li em a:hover::before,
header .header-menu li.aon em a::before {
    width: 100%;
}

header .header-menu li .sub {
    width: 100%;
    left: 0;
    overflow: hidden;

}

header .header-menu li .sub-menu {
    padding: 0;
    text-align: center;
}

header .header-menu li.aon .sub.wide {
    position: absolute;
    left: 0;
    display: none;
}

header .header-menu li .sub-menu dl {
    text-align: center;
    display: block;
}

header .header-menu li .sub-menu dt p {
    line-height: normal;
}

header .header-menu li.aon .sub.wide .sub-menu {
    width: 1200px;
    margin: 0 auto;

}

header .header-menu li.aon .sub.wide dt {
    border-bottom: 1px solid #eee;
    width: 20%;
    display: inline-block;
    float: left;
    padding: 20px 0;
    transition: all .3s;
    position: relative;
}

header .header-menu li:nth-child(2).aon .sub.wide dt {
    width: 20%;
    float: left;
    display: block;
}

header .header-menu li.aon .sub.wide dt:hover {
    background-color: #fff;
}

header .header-menu li.aon .sub.wide dt:after {
    content: '';
    width: 0;
    height: 6px;
    background-color: #ee9f23;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all .3s
}

header .header-menu li.aon .sub.wide dt:hover:after {
    width: 100%;
}

header .header-menu li.aon .sub.wide dt img {
    width: 80%;
}

header .header-menu li .sub-menu dt:last-child {
    border-bottom: 0;
}

header .header-menu li .sub-menu dt a {
    color: #666;
    font-size: 14px;
    transition: 0.3s;
}

header .header-menu li .sub-menu dt a:hover {
    background: none;
    color: #008ed5;
}

header .header-right dd {
    float: right;
    padding: 0 0 0 20px;
    position: relative;
}

header .header-right dd.lan{
    line-height: 60px;
    padding: 0 10px;
    display: none;
}
header .header-right dd.lan img{
    width: 24px;
}

header .top-search {
    position: relative;
    z-index: 100;
    padding: 0 10px;
    border-right: 1px solid #ccc;
}

header .top-search span {
    font-size: 20px;

    line-height: 90px;
    font-weight: bold;
}

header .open-search {
    width: 30px;
    height: 30px;
    display: block;
}

header .open-search-show {
    position: relative;
    background: none;
}

header .open-search-show::before,
header .open-search-show::after {
    position: absolute;
    content: '';
    width: 80%;
    height: 3px;
    background: #008ed5;
    top: 50%;
    left: 10%;
    transform: rotate(-45deg);
}

header .open-search-show::after {
    transform: rotate(45deg);
}

header .search-box {
    position: absolute;
    right: 0;
    top: 75px;
    width: 300px;
    display: none;
    background: #008ed5;
    line-height: normal;
    z-index: 999;
}

header .search-box::before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #008ed5;
    right: 20px;
    top: -20px;
}

header .search-box input::-webkit-input-placeholder {
    color: #fff
}

header .search-box :-moz-placeholder {
    color: #fff
}

header .search-box ::-moz-placeholder {
    color: #fff;
}

header .search-box input:-ms-input-placeholder {
    color: #fff;
}

header .search-box .text {
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 46px 0 10px;
    border: none;
    background: none;
    color: #fff;
    font-size: 14px;
}

header .search-box .btn {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 46px;
    color: #fff;
    padding: 0 10px;
    background: none;
    border: none;
    height: 46px;
}

header .search-box .btn span {
    font-size: 20px;
    color: #fff;
}

header .header-right .top-tel {
    font-size: 24px;
    line-height: 90px;
    font-weight: bold;
    color: #008ed5;
    padding-left: 10px;
}

header .header-right dd:last-child {
    padding: 0;
}

#open_menu {
    display: none;
}

/*单页*/
.page_show p {
    margin-bottom: 15px;
    text-align: justify;
    text-indent: 2em;
}

/*总裁致辞*/
.letter {
    margin: 40px 0;

}

.letter .logo {
    width: 200px;
    margin: 20px 40px;
}

.letter .content {
    width: 60%;
    background-color: #fff;
    margin-top: 30px;
    border-left: 10px solid #008ed5;
    box-shadow: 0 5px 20px #666;
}

.letter .content .text {
    padding: 15%;
}

.letter .content .sign {
    text-align: right;
    margin-top: 100px;
}

.letter .content .sign img {
    width: 150px;
    margin-bottom: 20px;
}

/*底部*/
footer {
    position: relative;
    background: #323d47;
    padding: 0 5%;
}

.footer-top {
    padding: 30px 0;
    border-bottom: 1px solid #666;
    overflow: hidden;
}

.footer-top ul {
    text-align: left;
}

.footer-top li {
    float: left;
    line-height: 40px;
    margin: 0 30px;
    font-size: 16px;
    font-weight: bold;
}

.footer-top li:first-child {
    margin-left: 0;
}

.footer-top li a {
    color: #ccc;
    text-align: left;
    transition: all .5s;
}

.footer-top li a:hover {
    color: #10ddee;
}
.footer-top li ul li{
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
}
.foot-content {
    padding: 40px 0;
    overflow: hidden;
    color: #ccc;
    font-size: 14px;
}

.foot-content h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
}

.foot-content .am-fl, .foot-content .am-fr {
    display: table;
    height: 120px;
}

.foot-content .foot-logo, .foot-content .am-fr .content {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

.foot-content .am-fr .content p {
    line-height: 2;
}

.foot-content .foot-logo a {
    display: block;
}

.foot-content .foot-logo img {
    width: 200px;
}

.foot-content .foot-logo h2 {
    line-height: normal;
    margin: 0;
}

.copyright {
    height: 60px;
    line-height: 60px;
    padding: 0 3%;
    margin: 0;
    background-color: #151a1f;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    width:100%;
}

.copyright a {
    color: #fff;
}

.fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .8);
}

.banner {
    width: 100%;
    overflow: hidden;
    clear: both;
}

.banner .swiper-button-next, .banner .swiper-button-prev {
    background-size: 20%;
    width: 70px;
    height: 70px;
    background-color: #fec616;
    border-radius: 50%;
    right: 12%;
    top: auto;
    bottom: 10%;
}

.banner .swiper-button-prev {
    right: calc(12% + 90px);
    left: auto;
    opacity: .5;
}

.banner .swiper-button-prev:hover {
    opacity: 1;
}

.banner .swiper-pagination-bullet {
    background-color: #fff;
}

.banner .swiper-pagination-bullets {
    bottom: 5% !important;
}

.banner .swiper-pagination-bullet-active {
    background-color: #fec616;
}

/*标签相关*/
.tags {
}

.tags li {
    display: inline;
    width: auto;
}

.tags li a {
    display: inline-block;
    padding: 10px 30px;
    color: #333;
    font-size: 14px;
    background: #fff;
    margin: 0 2px 5px 0;
    border-radius: 2px;
    border: 1px solid #E7E7E7;
}

.tags li a:hover {
    background: #008ed5;
    color: #fff;
    border: 1px solid #008ed5;
}

.tags .hover a {
    display: inline;
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    background: #008ed5;
    color: #fff;
    border: 1px solid #008ed5;
    margin: 0 2px;
    border-radius: 2px;
    border-radius: 0;
}

/*筛选相关*/
.filter {
    border: 1px solid #f3f3f3;
    padding: 6px 20px;
    margin-top: 30px;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.filter dl {
    margin: 0;
}

.filter dl dd {
    float: left;
    width: 70px;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    padding-top: 5px;
}

.filter dl dt {
    margin: 0 0 0 80px;
}

.filter dl dt a {
    font-weight: normal;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    color: #666;
    font-size: 14px;
    display: inline-block;
}

.filter dl dt a:hover {
    background: #3BB4F2;
    color: #fff;
}

.filter dl dt .hover {
    background: #3BB4F2;
    color: #fff;
}

/*瀑布流布局*/
.piclist {
    width: 100%;
    margin: 0;
}

.piclist li {
    float: left;
    width: calc((100% - 75px) / 4);
    margin-right: 25px;
    margin-bottom: 25px;
    background-color: #fff;
}

.piclist li:nth-child(4n) {
    margin-right: 0;
}

.piclist li a {
    display: block;
}

.piclist li a:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.17);
}

.piclist li a img {
    width: 100%;
}

.piclist li a p {
    font-size: 14px;
    padding: 10px;
    text-align: center;
}


/*新闻相关*/
.news_show h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

/*招聘相关*/
.job_show {
}

.job_show h1 {
    text-align: left;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #06C;
}

.job_show h2 {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0;
    padding: 0;
    color: #06C;
}

.job_show .info {
    margin: 15px 0;
    padding: 0px;
    font-size: 14px;
}

.job_show .info ul {
    overflow: hidden;
}

.job_show .info ul li {
    float: left;
    width: 23.5%;
    border-left: 1px solid #dadada;
    padding-left: 1.5%;
    line-height: 30px;
}

.job_show .info ul li span {
    color: #999;
}

.job_show .intro a {
    color: #06C;
}

.job_show .intro a:hover {
    color: #f30;
}

.job_show .other {
    margin-top: 30px;
    text-align: center;
}

.job_show .other p {
    font-weight: bold;
}

.job_show .other a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 6px 20px;
    min-width: 100px;
}

.job_show .other a span {
    font-size: 18px;
    margin-right: 10px;
}

.job_show .other a em {
    font-style: normal;
    font-size: 18px;
}

.job_show .other a:hover {
    background: #008ed5;
    border-color: #008ed5;
    color: #fff;
}

.job_show .other a:hover span {
    color: #fff;
}

.job_show .tags {
    font-weight: 500;
}

.job_show .tags a {
    margin-left: 15px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 4px 10px;
    font-weight: normal;
    font-size: 14px;
}

.job_show .tags a:hover {
    background: #008ed5;
    color: #fff;
    border-color: #008ed5;
}

.job_show .action {
    text-align: center;
}

.job_show .action a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #008ed5;
    padding: 6px 20px;
    min-width: 100px;
    background: #008ed5;
    color: #fff;
}

.job_show .action a:hover {
    color: #fff;
    border-color: #f60;
    background: #f60;
}

/*商品相关*/
.pro_show {

}

.pro_show .left {
    float: left;
    width: 700px;
    text-align: center;
    border-right: 1px solid #f3f3f3;
    padding: 40px;
}

.pro_show .left .zoom {
    text-align: center;
}

.pro_show .left .zoom img {
    width: auto;
    max-width: 500px;
}

.pro_show .left .thumb_pic {
    margin: 40px 0 0 0;
    text-align: center;
}

.pro_show .left .thumb_pic ul {
    margin: 0 auto;
}

.pro_show .left .thumb_pic ul li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #eaeaea;
    padding: 3px;
    cursor: pointer;
    position: relative;
}

.pro_show .left .thumb_pic ul li.hover {
    border: 1px solid #f90;
    background: #fff;
}

.pro_show .left .thumb_pic ul li.hover:after {
    content: " ";
    position: absolute;
    right: 27px;
    top: -6px;
    width: 11px;
    height: 11px;
    border: #f90 solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f90;
    z-index: -1;
}

.pro_show .right {
    margin-left: 700px;
    padding: 40px;
}

.pro_show .right h1 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-align: left;
}

.pro_show .right h5 {
    font-size: 14px;
    margin: 10px 0;
    padding: 0;
    color: #999;
    font-weight: normal;
}

.pro_show .right .attribute {
}

.pro_show .right .attribute li {
    font-size: 14px;
    line-height: 30px;
}

.pro_show .right .attribute li em {
    display: inline-block;
    width: 80px;
    font-style: normal;
    color: #555;
    font-size: 14px;
}

.pro_show .right .price {
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0;
}

.pro_show .right .price span {
    font-size: 36px;
    color: #f60;
}

.pro_show .right .price em {
    font-size: 12px;
    color: #999;
    font-style: normal;
    padding-left: 5px;
}

.pro_show .right .tags {
    margin: 20px 0;
}

.pro_show .right .tags a {
    margin-left: 10px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #dadada;
    background: #fff;
    padding: 2px 6px;
    font-weight: normal;
    font-size: 14px;
}

.pro_show .right .tags a:hover {
    background: #008ed5;
    color: #fff;
    border-color: #008ed5;
}

.pro_show .right .action {
    margin: 30px 0 50px 0;
}

.pro_intro {
    margin: 20px 0;
}

.pro_intro .left {
    width: 320px;
    margin-right: 20px;
    float: left;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.pro_intro .plist {
    margin: 15px;
    width: 300px;
}

.pro_intro .plist ul {
    width: 304px;
}

.pro_intro .plist ul li {
    float: left;
    width: 137px;
    margin: 0 15px 15px 0;
}

.pro_intro .plist ul li a {
    border: 1px solid #ededed;
    padding: 4px;
    display: block;
    background: #fff;
    border-radius: 4px;
}

.pro_intro .plist ul li a div {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.pro_intro .plist ul li a div img {
    width: 100%;
    height: 100%;
    max-height: 127px;
    min-height: 127px;
    display: block;
    border: 0;
}

.pro_intro .plist ul li a p {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 5px 0;
}

.pro_intro .plist ul li a:hover p {
    color: #f30;
}

.pro_intro .right {
    float: left;
    width: 850px;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.pro_intro .tabs {
    width: 100%;
    background: #f7f7f7;
}

.pro_intro .tabs ul {
    width: 100%;
    background: #f7f7f7;
}

.pro_intro .tabs ul li {
    float: left;
}

.pro_intro .tabs ul li a {
    display: block;
    padding: 10px 30px;
    text-align: center;
    font-size: 14px;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    background: #fff;
    color: #999;
    border-top: 2px solid #fff;
}

.pro_intro .tabs ul li.hover a {
    border-bottom: 1px solid #fff;
    background: #fff;
    font-weight: bold;
    color: #333;
    border-top: 2px solid #008ed5;
}

.pro_intro .intro {
    padding: 30px;
}

.pro_intro .intro p {
    margin: 0;
    padding: 0;
}

.pro_intro .intro img {
    max-width: 790px;
}

.pro_intro .intro a {
    color: #06C;
}

.pro_intro .intro a:hover {
    color: #f30;
}

.pro_intro .intro .extend {
}

.pro_intro .intro .extend li {
    font-size: 14px;
    line-height: 30px;
}

.pro_intro .intro .extend li em {
    display: inline-block;
    width: 120px;
    font-style: normal;
    color: #555;
    font-size: 14px;
}

.ordershow {
    margin: 10px 0 0 0;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #f3f3f3;
}

.ordershow .tips {
    margin: 20px 40px 30px 40px;
    position: relative;
}

.ordershow .tips h3 {
    font-size: 24px;
    font-family: microsoft yahei;
    font-weight: 400;
    margin: 0;
}

.ordershow .tips p {
    font-size: 15px;
    padding-left: 68px;
}

.ordershow .tips div {
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.ordershow .tips div em {
    color: #f30;
    font-style: normal;
}

.ordershow .tips p em {
    color: #f30;
    font-style: normal;
}

.ordershow h5 {
    font-size: 20px;
    font-family: microsoft yahei;
    font-weight: 400;
    padding-left: 30px;
    background: #fafafa;
    border: 1px solid #f3f3f3;
    border-left: 0;
    border-right: 0;
    height: 50px;
    line-height: 50px;
    margin: 10px 0;
}

.ordershow .info {
    margin: 0;
    list-style: none;
}

.ordershow .info li {
    padding: 0 0 10px 0;
    font-size: 14px;
}

.ordershow .info li span {
    display: inline-block;
    width: 120px;
    text-align: right;
    padding-right: 10px;
    color: #999;
}

.ordershow .info li em {
    color: #f30;
    font-style: normal;
}

.ordershow .pay {
    margin: 0 20px 5px 20px;
    list-style: none;
    overflow: hidden;
}

.ordershow .pay li {
    float: left;
    width: 19%;
    margin: 5px 1% 1% 0;
    cursor: pointer;
}

.ordershow .pay li div {
    border: 1px solid #efefef;
    text-align: center;
    margin-left: 10px;
    position: relative;
}

.ordershow .pay li div em {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: url(../images/selected.gif) no-repeat bottom;
}

.ordershow .pay .active div {
    border-color: #90BAFF;
}

.ordershow .pay .active div em {
    display: block;
}

.ordershow .bottom {
    height: 70px;
    line-height: 70px;
    bottom: 0;
    background: #fafafa;
    border-top: 1px solid #eee;
    text-align: center;
    padding: 0 20px;
}

.ordershow .bottom button {
    margin-left: 15px;
    border: 0;
    background: #0075DC;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
}

/*自定义表单*/
.form-add input[type=number], .form-add input[type=search], .form-add input[type=text], .form-add input[type=password], .form-add input[type=datetime], .form-add input[type=datetime-local], .form-add input[type=date], .form-add input[type=month], .form-add input[type=time], .form-add input[type=week], .form-add input[type=email], .form-add input[type=url], .form-add input[type=tel], .form-add input[type=color], .form-add select, .form-add textarea, .am-form-field {
    width: auto;
    display: inline;
    border-color: #ddd;
    border-radius: 3px;
    -webkit-appearance: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.065) inset;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

.form-add .w420 {
    width: 480px;
}

.form-add input {
    border: 1px solid #ddd;
    width: 60px;
    padding: 5px 10px
}

.form-add em {
    color: #999;
    font-style: normal;
}

/*表单内容*/
.formshow {
}

.formshow .item {
    font-size: 14px;
    line-height: 30px;
    clear: both;
}

.formshow .item .lefter {
    display: inline-block;
    width: 120px;
    font-style: normal;
    color: #555;
    font-size: 14px;
    float: left;
}

.formshow .item .righter {
    margin-left: 120px;
    line-height: 30px;
}

.formshow .item .righter .pic {
    max-width: 400px;
    margin: 10px 0;
}

.formshow .item .righter video {
    width: 450px;
    height: 300px;
}

.imagelist {
    overflow: hidden;
}

.imagelist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.imagelist ul li {
    float: left;
    width: 19%;
    margin-right: 1%;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
}

.imagelist ul li .preview {
    height: 140px;
    background: #fafafa;
    overflow: hidden;
    text-align: center;
}

.imagelist ul li .preview img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 140px;
}

.imagelist ul li .preview:after {
    content: ' ';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.imagelist ul li .intro textarea {
    width: 100%;
    margin: 5px 0;
    padding: 8px 10px;
    font-size: 14px;
    height: 50px;
    color: #999;
}

.imagelist ul li .action {
    text-align: center;
    overflow: hidden;
}

.imagelist ul li .action a {
    text-align: center;
    color: #999;
    outline: none;
    width: 33.3333%;
    float: left;
}

.imagelist ul li .action a:hover {
    color: #f30;
}

.imagelist ul .hover {
    border: 1px solid #6b0;
}

.imagelist ul .hover:after {
    width: 0;
    height: 0;
    border-top: 40px solid #66bb00;
    border-left: 40px solid transparent;
    position: absolute;
    display: block;
    right: 0;
    content: "";
    top: 0;
    z-index: 1001;
}

.imagelist ul .hover:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "f00c";
    display: block;
    position: absolute;
    top: 5px;
    right: 4px;
    z-index: 1002;
    color: #fff;
}

/*分页相关*/
.pagelist ul {
    text-align: center;
    margin: 20px 0;
}

.pagelist li {
    display: inline-block;
    margin: 0 2px;
}

.pagelist li a {
    color: #666;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 6px 15px;
}

.pagelist li a:hover {
    border-color: #008ed5;
    background: #008ed5;
    color: #fff;
}

.pagelist li.active a {
    border-color: #008ed5;
    background: #008ed5;
    color: #fff;
}

/*网站地图*/
.map_one {
    border-bottom: 1px solid #eee;
    line-height: 40px;
}

.map_one a {
    font-size: 20px;
}

.map_two {
    margin: 15px 0;
}

.map_two a {
    display: inline-block;
    margin-right: 15px;
}

/*右侧浮动相关*/
.plug_service {
    position: fixed;
    right: 0;
    bottom: 15%;
    z-index: 99;
}

.plug_service li {
    margin-bottom: -1px;
    position: relative;
}

.plug_service li a {
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #ececec;
    padding: 2px 8px 6px 8px;
    font-size: 12px;
    font-family: microsoft yahei;
    color: #505050;
    outline: none;
}

.plug_service li a span {
    display: block;
    font-size: 24px;
    color: #888;
}

.plug_service li a:hover {
    background: #008ed5;
    color: #fff;
    border-color: #008ed5;
}

.plug_service li a:hover span {
    color: #fff;
}

.plug_service .hover a {
    display: block;
    text-align: center;
    background: #008ed5;
    border: 1px solid #008ed5;
    padding: 2px 8px 6px 8px;
    font-size: 12px;
    font-family: microsoft yahei;
    color: #fff;
    outline: none;
}

.plug_service .hover a span {
    color: #fff;
}

.plug_service .hotline {
    position: absolute;
    display: none;
    background: #fff;
    padding: 10px 15px 0 15px;
    left: -200px;
    bottom: 0px;
    width: 210px;
    border: 1px solid #ddd;
    width: 180px;
    height: 68px;
    font-size: 12px;
    color: #999;
    line-height: 24px;
    border-radius: 4px;
}

.plug_service .hotline b {
    display: block;
    font-size: 16px;
    color: #333;
}

.plug_service .hotline:after {
    content: " ";
    position: absolute;
    right: -10px;
    top: 25px;
    width: 20px;
    height: 20px;
    border: #ddd solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

.plug_service .weixin_pic {
    position: absolute;
    display: none;
    background: #fff;
    padding: 5px;
    left: -230px;
    bottom: -70px;
    width: 210px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.plug_service .weixin_pic p {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}

.plug_service .weixin_pic p span {
    color: #f30;
}

.plug_service .weixin_pic:after {
    content: " ";
    position: absolute;
    right: -10px;
    top: 130px;
    width: 20px;
    height: 20px;
    border: #ddd solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

.plug_service li:hover div {
    display: block;
}

.plug_service li:last-child {
    margin-top: 5px;
}

/*无缝滚动*/
.str_wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move, .no_drag .str_move, .noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

/*会员相关*/
.page_login {
    min-height: 500px;
    padding: 30px 30px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #E6ECF4;
    background: #fff;
}

.page_login .left {
    float: left;
    padding: 30px;
    width: 760px;
}

.page_login .right {
    float: right;
    height: 470px;
    border-left: 1px solid #f6f6f6;
    width: 350px;
    padding: 60px 0 0 60px;
    font-family: microsoft yahei;
}

.page_login .right a.btn {
    display: inline-block;
    padding: 10px 35px;
    background: #007FCD;
    color: #fff;
    border-radius: 2px;
}

.page_login .right a.btn:hover {
    background: #2674B2;
}

.page_login .right .quick h5 {
    margin: 40px 0 30px 0;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
    font-weight: normal;
}

.page_login .right .quick a {
    font-size: 13px;
    border: 1px solid #EA6F5A;
    padding: 10px 15px;
    border-radius: 4px;
    background: #EA6F5A;
    color: #fff;
    margin: 5px;
}

.page_login .right .quick a:hover {
    background: #FF6839;
    border-color: #FF6839;
}

.login_css {
    margin: 40px 0 0 120px;
}

.login_css ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.login_css ul li {
    padding: 0 0 15px 0;
}

.login_css ul li em {
    display: inline-block;
    width: 80px;
    font-family: microsoft yahei;
    text-align: right;
    padding-right: 10px;
    font-style: normal;
    color: #666;
}

.login_css ul li .ip {
    border: 1px solid #e5e5e5;
    padding: 9px 10px;
    vertical-align: middle;
    border-radius: 2px;
    font-size: 14px;
    margin: 0;
}

.login_css ul li .w {
    width: 250px;
}

.login_css ul li .wcode {
    width: 120px;
}

.login_css ul li img {
    vertical-align: middle;
    cursor: pointer;
}

.login_css ul li .bnt {
    background: #007FCD;
    border: 0;
    margin-left: 80px;
    color: #fff;
    padding: 8px 20px;
    border-radius: 2px;
    cursor: pointer;
}

.login_css ul li a.getpass {
    color: #999;
    font-size: 14px;
}

.login_css ul li a:hover.getpass {
    color: #f30;
}

.reg_css {
    margin: 40px 0 0 20px;
}

.reg_css ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.reg_css ul li {
    padding: 0 0 15px 0;
    min-height: 55px;
}

.reg_css ul li em {
    display: inline-block;
    width: 130px;
    font-family: microsoft yahei;
    text-align: right;
    padding-right: 10px;
    font-style: normal;
    color: #666;
    float: left;
}

.reg_css ul li .text-blue {
    color: #06f;
}

.reg_css ul li .text-red {
    color: #f30;
}

.reg_css ul li .ip {
    border: 1px solid #e5e5e5;
    padding: 9px 10px;
    vertical-align: middle;
    border-radius: 2px;
    font-size: 14px;
}

.reg_css ul li .w {
    width: 320px;
}

.reg_css ul li .wcode {
    width: 210px;
}

.reg_css ul li img {
    vertical-align: middle;
    cursor: pointer;
}

.reg_css ul li button {
    border: 1px solid #e5e5e5;
    padding: 9px 15px;
    vertical-align: middle;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer;
    margin-left: 7px;
}

.reg_css ul li .bnt {
    background: #007FCD;
    border: 0;
    margin-left: 130px;
    color: #fff;
    padding: 8px 20px;
    border-radius: 2px;
    cursor: pointer;
}

.reg_css ul li .send {
    background: #007FCD;
    border: 0;
    margin-left: 10px;
    color: #fff;
    padding: 8px 15px;
    *padding: 10px 2px;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: middle;
}

.reg_css ul #paytips {
    padding-left: 130px;
}

.reg_css ul li p {
    font-size: 14px;
    margin: 8px 0;
    color: #333;
    border: 1px solid #90BAFF;
    background: #FBFCFF;
    padding: 10px 20px;
}

.reg_css ul li p strong {
    color: #f30;
}

.reg_css ul dl {
    margin: -2px 0 0 0;
    padding: 0;
    list-style: none;
    float: left;
}

.reg_css ul dl dt {
    float: left;
    position: relative;
    margin: 0 10px 0 0;
}

.reg_css ul dl dt a {
    border: 1px solid #ddd;
    border-radius: 2px 0 0 0;
    background: #fff;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

.reg_css ul dl dt a:hover {
    border: 1px solid #90BAFF;
}

.reg_css ul dl dt a span {
    color: #999;
}

.reg_css ul dl dt i {
    position: absolute;
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    right: 1px;
    bottom: 1px;
    background: url(../images/selected.gif) no-repeat right bottom;
    z-index: 99;
    display: none;
}

.reg_css ul dl dt.selected a {
    border: 1px solid #90BAFF;
    color: #333;
}

.reg_css ul dl dt.selected i {
    display: block;
}

.api_user {
    padding: 30px 0 0 60px;
    font-size: 15px;
}

.api_user span {
    color: #f30;
}

.user_center {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #E6ECF4;
    background: #fff;
    overflow: hidden;
}

.user_center .lefter {
    width: 160px;
    float: left;
}

.user_center .lefter ul {
    margin: 15px 0;
    padding: 0 0 10px 0;
    list-style: none;
    border-bottom: 1px solid #f3f3f3;
}

.user_center .lefter ul li {
    color: #999;
    line-height: 40px;
    height: 40px;
    margin-bottom: 1px;
}

.user_center .lefter ul li .title {
    padding-left: 25px;
}

.user_center .lefter ul li .title span {
    margin-right: 10px;
}

.user_center .lefter ul li a {
    padding-left: 53px;
    line-height: 40px;
    height: 40px;
    display: block;
    font-size: 14px;
}

.user_center .lefter ul li a:hover {
    background: #f3f3f3;
}

.user_center .lefter ul .hover a {
    padding-left: 53px;
    line-height: 40px;
    height: 40px;
    display: block;
    font-size: 14px;
    background: #008ed5;
    color: #fff;
}

.user_center .lefter ul .hover a:hover {
    background: #008ed5;
    color: #fff;
}

.user_center .righter {
    margin: 0 30px 0 0;
    float: right;
    width: 988px;
    padding: 0 0 20px 20px;
    border-left: 1px solid #f3f3f3;
    min-height: 600px;
}

.user_center .righter .user_info {
    padding: 20px 30px;
}

.user_center .righter .user_info .face {
    width: 10%;
    float: left;
    margin-right: 10%;
    cursor: pointer;
}

.user_center .righter .user_info .face img {
    border-radius: 50%;
    border: 1px solid #f3f3f3;
    padding: 4px;
}

.user_center .righter .user_info .info {
    float: left;
    width: 75%;
}

.user_center .righter .user_info .info p span {
    color: #f30;
}

.user_center .righter .user_info .info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.user_center .righter .user_info .info ul li {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px dashed #eee;
    vertical-align: middle;
    float: left;
    width: 45%;
    margin-right: 5%;
}

.user_center .righter .user_info .info ul li span {
    color: #f30;
}

.user_center .righter .user_info .info ul li em {
    color: #999;
    font-style: normal;
    display: inline-block;
    width: 80px;
    text-align: right;
    margin-right: 10px;
}

/*论坛*/
.minheight {
    min-height: 500px;
    margin: 20px auto;
}

.bbs {
    overflow: hidden;
}

.bbs .box {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid #E6ECF4;
}

.bbs .lefter {
    width: 800px;
    float: left;
    margin-right: 18px;
    min-height: 500px;
}

.bbs .lefter .nav {
    padding: 30px 20px 20px 30px;
    border-bottom: 1px solid #f3f3f3;
}

.bbs .lefter .nav a {
    color: #666;
    margin-right: 15px;
}

.bbs .lefter .nav a:hover {
    color: #1889FF;
}

.bbs .lefter .nav a.hover {
    color: #1889FF;
}

.bbs .lefter .nav a.btn {
    float: right;
    background: #0073EB;
    color: #fff;
    padding: 8px 30px;
    border-radius: 4px;
    vertical-align: middle;
    margin: -10px 0 0 0;
}

.bbs .lefter .nav a:hover.btn {
    background: #3095FF;
}

.bbs .lefter .nav a.active {
    color: #f30;
    margin: 0 5px;
}

.bbs .list {
    padding: 10px 15px;
}

.bbs .list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bbs .list ul li {
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 15px;
}

.bbs .list ul li .face {
    float: left;
    width: 60px;
}

.bbs .list ul li .face img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
}

.bbs .list ul li .info {
    margin-left: 60px;
    position: relative;
}

.bbs .list ul li .info h5 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.bbs .list ul li .info h5 a {
    margin-right: 5px;
}

.bbs .list ul li .info h5 em {
    border: 1px solid #B70004;
    color: #B70004;
    border-radius: 4px;
    padding: 2px 4px;
    margin-left: 5px;
    font-style: normal;
}

.bbs .list ul li .info .nickname {
    color: #999;
    font-size: 14px;
}

.bbs .list ul li .info .nickname a {
    color: #999;
}

.bbs .list ul li .info .nickname a:hover {
    color: #f30;
}

.bbs .list ul li .info .other {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #666;
}

.bbs .list ul li .info .other span {
    color: #999;
    margin-right: 3px;
}

.bbs .list ul li:hover {
    background: #fafafa;
}

.bbs .newpost {
    padding: 30px
}

.bbs .showbbs {
    padding: 20px;
}

.bbs .showbbs .title {
    position: relative;
}

.bbs .showbbs .title h1 {
    font-size: 18px;
    padding: 0;
    margin: 0;
    max-width: 710px;
}

.bbs .showbbs .title .info {
    border-bottom: 1px solid #f3f3f3;
    line-height: 45px;
    padding-top: 5px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #666;
}

.bbs .showbbs .title .info span {
    margin-right: 5px;
}

.bbs .showbbs .title .face {
    position: absolute;
    right: 0;
    top: 0;
}

.bbs .showbbs .title .face img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.bbs .showbbs .content {
    word-break: break-all;
}

.bbs .showbbs .content img {
    max-width: 100%;
}

.bbs .showbbs .content a {
    color: #03f;
    margin: 0 10px;
}

.bbs .showbbs .content a:hover {
    color: #f30;
    text-decoration: underline;
}

.bbs .reply {
    padding: 10px 20px;
}

.bbs .reply .title {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    line-height: 45px;
    margin-bottom: 15px;
}

.bbs .tips {
    font-size: 14px;
    color: #555;
}

.bbs .tips a {
    color: #06f;
    margin: 0 10px;
}

.bbs .tips a:hover {
    color: #f30;
}

.bbs .replylist {
    padding: 0;
    font-size: 14px;
    color: #666;
}

.bbs .replylist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bbs .replylist ul li {
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 15px;
}

.bbs .replylist ul li .face {
    float: left;
    width: 60px;
    text-align: left;
}

.bbs .replylist ul li .face img {
    width: 45px;
    height: 45px;
}

.bbs .replylist ul li .info {
    margin-left: 60px;
    position: relative;
}

.bbs .replylist ul li .info .nickname {
    color: #999;
    font-size: 14px;
}

.bbs .replylist ul li .info .nickname a {
    color: #666;
}

.bbs .replylist ul li .info .nickname a:hover {
    color: #f30;
}

.bbs .replylist ul li .info .text {
    font-size: 14px;
    color: #444;
    line-height: 24px;
}

.bbs .replylist ul li .info .text img {
    max-width: 100%;
}

.bbs .replylist ul li:hover {
    background: #fafafa;
}

.bbs .form_reply {
}

.bbs .form_reply .face {
    float: left;
    width: 60px;
    text-align: left;
}

.bbs .form_reply .face img {
    width: 46px;
    height: 46px;
    display: block;
    border-radius: 100%;
}

.bbs .form_reply .face p {
    font-size: 14px;
    line-height: 24px;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    display: none;
}

.bbs .form_reply .info {
    margin-left: 63px;
    position: relative;
}

.bbs .form_reply .info textarea {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 3px;
    -webkit-appearance: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.065) inset;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    font-size: 14px;
    height: 80px;
    padding: 10px;
}

.bbs .form_reply .info input[type=submit] {
    color: #fff;
    background: #0073EB;
    font-size: 14px;
    margin: 8px 0;
    border: 0;
    padding: 8px 20px;
    float: right;
}

.bbs .righter {
    margin: 0;
    padding: 0;
    float: right;
    width: 370px;
}

.bbs .righter .user {
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
}

.bbs .righter .user .nickname {
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 10px;
}

.bbs .righter .user .face img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
}

.bbs .righter .user .count {
    margin-top: 20px;
}

.bbs .righter .user a {
    display: block;
    width: 50%;
    float: left;
    font-weight: 700;
}

.bbs .righter .user a span {
    color: #9297a4;
    font-size: 60px;
    display: block;
    font-weight: normal;
    margin-top: -25px;
}

.bbs .righter .user a p {
    color: #010101;
    font-size: 18px;
    margin: 0;
}

.bbs .righter .user a:last-child {
    border-left: 1px solid #f3f3f3;
}

.bbs .righter .topic {
    padding: 20px;
}

.bbs .righter .topic h2 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 0;
}

.bbs .righter .topic ul {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

.bbs .righter .topic ul li {
    border-bottom: 1px solid #f3f3f3;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bbs .righter .topic ul li a {
    color: #444;
}

.bbs .righter .topic ul li a:hover {
    color: #f30;
}

.bbs .righter .topic ul li span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    background: #C3C3C3;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
}

.bbs .righter .topic ul li .hover {
    background: #F37520;
}

.bbs .righter .searchs {
    padding: 20px;
}

.bbs .righter .searchs h2 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 0;
}

.bbs .righter .searchs form {
    margin: 20px 0 0 0;
}

.bbs .righter .searchs form input[type=text] {
    border: 1px solid #ddd;
    padding: 8px 10px;
    font-size: 14px;
    width: 220px;
}

.bbs .righter .searchs form input[type=submit] {
    border: 1px solid #0073EB;
    background: #0073EB;
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
}

.am-comment-bd {
    font-family: microsoft yahei;
    line-height: 24px;
    font-size: 14px;
}

.am-comment-bd img {
    max-width: 100%;
}

.am-comment-bd blockquote {
    font-family: microsoft yahei;
    line-height: 24px;
    font-size: 14px;
    background: #fafafa;
}

.am-comment-bd blockquote p {
    margin: 0 0 5px 0;
    padding: 0;
}

.am-btn-default {
    background-color: #fff;
}

[class*=am-icon-] {
    font-family: FontAwesome;
}


@media screen and (max-width: 1440px) {

    .top{
        line-height: 40px;
    }
    header,header .header-left{
        height:90px;
    }
    header .header-right .top-tel,header .top-search span,header .header-menu li em a, .header-menu.header-menu li > a{
        line-height: 90px;
    }
    .a-title h1 {
        font-size: 40px;
    }

    section.even, section.odd {
        padding: 0;
    }
}

.search_list li {
    width: 100%;
    float: none;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

@media screen and (max-width: 1280px) {
    .width {
        width: 90% !important;
    }
}

.a-title p {
    margin: 0;
    font-size: 16px;
}

.a-title h1 {
    margin: 0;
    line-height: normal;
}


.cate-banner {
    width: 100%;
    max-height: 500px;
    position: relative;
    overflow: hidden;
    background-size: 100% !important;
}

.cate-banner .content {
    position: relative;
    height: 100%;
    max-height: 500px;
}

.cate-banner .content .mask {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.cate-banner .content .mask div {
    width: 800px;
    margin: 0 auto;
}

.cate-banner .content .mask div h1 {
    font-size: 60px;
    letter-spacing: 10px;
    font-weight: 300;
    line-height: normal;
    margin: 0;
}

.cate-banner .content .mask div p {
    line-height: 2;
    font-size: 18px;
    font-weight: 300;
}

#contact-0 {
    position: relative;
    height: 200px;
}

.mask2 {
    position: absolute;
    border-radius: 10px;
    height: 200px;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    top: -50px;
    box-shadow: 0 0 10px #333;
    background-color: #fff;
    overflow: hidden;
}

.mask2 .content {
    padding: 20px;
    width: 50%;
    height: 200px;
    overflow: hidden;
    float: left;
}

.cate-banner .mask2 .content p {
    text-align: justify;
    font-size: 14px;
}

.cate-banner .mask2 img {
    width: 50%;
    float: left;

}

#history {
    overflow: hidden;
    padding: 60px 0
}

#history .box {
    position: relative;
    overflow: hidden;
}

.timeline {
    width: 1px;
    height: 100%;
    background-color: #999;
    position: absolute;
    left: 6px;
    z-index: -1;
}


#history ul li:last-child {
    margin-bottom: 0;
}

#history ul li h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.ff_pageList {
    margin: 0 auto;
    padding: 120px 0;
}

#service {
    text-align: center;
    padding: 80px 0 188px;
    overflow: hidden;
}

#service .box {
    position: relative;
}

#service h1 {
    font-size: 36px;
    color: #333333;
    margin-bottom: 50px;
}

#service .h3, #service .h4 {
    margin-top: 0;
}

/*新闻列表*/
.list_pic {
    overflow: hidden;
}

.list_pic li {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dotted #c6c6c6;
    transition: all .5s;
}

.list_pic li:first-child {
    border-top: 1px dotted #c6c6c6;
}

.list_pic li .pic {
    float: left;
    width: 240px;
}

.list_pic li:hover {
    background-color: #f5f5f5;
}

.list_pic li .pic img {
    display: block;
    width: 100%;
    height: 120px;
}

.list_pic li .content {
    float: right;
    width: calc(100% - 270px);
    padding-right: 142px;
    position: relative;
}

.list_pic li .content time {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

.list_pic li .content time span {
    display: block;
    padding-bottom: 10px;
}

.list_pic li .content time b {
    font-size: 24px;
}

.list_pic li .content time a {
    color: #c81623;
    font-size: 14px;
}

.list_pic li .content p {
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    color: #999;
    font-size: 14px;
    text-align: justify
}

.list_pic li .content h5 {
    font-size: 20px;
    margin: 0 0 20px;
}

.news_list li {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}

.news_list li .content {
    width: 100%;
    height: 120px;
    border-bottom: 1px dotted #c6c6c6;
    padding-right: 142px;
    position: relative;
}

.news_list li .content time {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

.news_list li .content time span {
    display: block;
    padding-bottom: 10px;
}

.news_list li .content time b {
    font-size: 24px;
}

.news_list li .content time a {
    color: #c81623;
    font-size: 14px;
}

.news_list li .content p {
    line-height: 24px;
    margin: 0;
    height: 72px;
    overflow: hidden;
    color: #999
}

.news_list li .content h5 {
    font-size: 20px;
    margin: 20px 0;
}

/*公司概况*/
#about-1, #about-2 {
    padding: 60px 0;
    overflow: hidden;
}

#about-1 .content {
    clear: both;
    float: left;
    margin: 50px 0;
}

#about-1 .content p {
    margin-bottom: 15px;
    text-align: justify;
    text-indent: 2em;
}

#about-1 .iconfont {
    font-size: 32px;
    color: #ccc;
}

#about-2 .swiper-container {
    padding-bottom: 50px;
}

/*联系我们*/
#contact .mask {
    width: 1200px;
    height: auto;
    background-color: transparent;
    top: 20%;
    left: 50%;
    margin-left: -600px;
    bottom: auto;
    text-align: left;
    z-index: 9;
    color: #333;
}

#contact .mask div h1 {
    margin: 0;
}

#contact .mask div p {
    font-size: 16px;
    margin: 0;
}

#contact-1 {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

#contact-1 .main {

}

#contact-1 .contact-left, #contact-1 .contact-right {
    height: 380px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ddd;
    background-color: #fff;
}

#contact-1 .contact-left {
    width: 32%;
    float: left;
}

#contact-1 .contact-right {
    width: 64%;
    float: right;
}

#contact-1 .am-form-group {
    width: 100%;
    color: #ccc;
}

#contact-1 .am-form-field, #contact-1 input {
    box-shadow: none
}

#contact-1 .am-form-group span.am-icon-fw {
    width: 40px;
    float: left;
    font-size: 24px;
    vertical-align: bottom;
    color: #666;
}

#contact-1 input {
    width: calc(100% - 40px);
    float: left;
    border: 1px solid #ccc;
    line-height: 1.2;
}

#contact-1 textarea {
    height: 100px;
    float: left;
    width: calc(100% - 40px);
}

#contact-1 #code {
    width: 50%;
    float: left;
}

#contact-1 #verify {
    height: 38px;
    float: right;
    padding: 0 12%;
    background-color: #fff;
    margin-left: 10px;
}

#contact-1 button {
    width: calc(100% - 40px);
    line-height: 38px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    border-color: #666;
    color: #fff;
    padding: 0;
    background-color: #999;
    transition: all 0.3s;
    float: right;
}

#contact-1 button:hover {
    background-color: #008ed5;
    color: #fff;
    border-color: #008ed5;
}


#contact-1 .content {
    width: 100%;
    height: 380px;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: left;
    -webkit-box-align: start;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#contact-1 .content p {
    line-height: 50px;
    font-size: 16px;
}

#contact-1 .content p.phone {
    font-size: 40px;
    font-weight: bold;
    color: #008ed5;
}

#contact-1 .content p span, #contact-1 .content p.phone span {
    font-size: 20px;
    font-weight: normal;
    color: #999;
    padding-right: 10px;
}

#contact-1 .content form {
    width: 100%;
}

#contact-2 {
    height: 400px;
    overflow: hidden;
}

/*首页视频bug控制样式*/
.fancybox-opened .fancybox-skin {
    padding: 0 !important;
    box-shadow: none !important;
}

.fancybox-skin {
    background: none !important;
}

.fancybox-wrap .fancybox-outer .fancybox-inner {
    max-width: 800px !important;
}

/*产品中心*/
.pro-all{
    padding: 60px 0;
    overflow: hidden;
}
.all_type {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ccc;
    margin-bottom: 19px;
    font-weight: bold;
    transition: all .3s;
}

.all-list li:hover span.all_type {
    background-color: #008ed5;
    border-color: #008ed5;
    color: #fff;
}

.pro-title {
    position: relative;
    height: 58px;
}

.pro-title p {
    position: absolute;
    top: 24px;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.pro-title span {
    font-size: 20px;
    color: #005baa;
    background: #f6f6f6;
    padding: 0 30px;
    line-height: 18px;
}

.pro-line {
    width: 100%;
    height: 1px;
    background: #dedede;
    position: absolute;
    top: 34px;
    z-index: 1;
}

.pro-list {
    padding: 0;
    overflow: hidden;
}

.pro-list li {
    width: calc((100% - 54px) / 4);
    float: left;
    margin: 0 18px 18px 0;
    position: relative;
    text-align: center;
}

.pro-list li:nth-child(4n) {
    margin-right: 0;
}

.pro-list li img {
    background-color: #eee;
}
.pro-list li p{
    line-height: 60px;
}

.pro-list li .content h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    line-height: 40px;
}

.pro-list li .mask {
    background-color: #f6f6f6;
    overflow: hidden;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}

.pro-list li .mask p {
    border-top: 1px solid #e2e2e2;
}

.pro-list li .mask span.iconfont {
    font-size: 50px;
}

.pro-list li .mask p {
    font-size: 16px;
    font-weight: normal;
}

.pro-list li .mask div {
    width: 100%;
    text-align: center;
}

.pro-list li.end {

}

.pro-list li.end span {
    font-size: 50px;
    color: #999;
}

.pro-list li.end a {
    color: #999;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all .5s;
}

.pro-list li.end:hover a {
    background-color: #008ed5;
    color: #fff;
}

.pro-list li.end:hover span {
    color: #fff;
}

/*产品列表*/
.side-menu {
    background: #f6f6f6;
    color: #008ed5;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    cursor: pointer;
}

.side-menu span.icon-logo {
    font-size: 40px;
}

.side-menu b {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    padding-left: 10px;
    font-size: 30px;
    color: #000;
}

.side .subject {
    border: none;
    background-color: #008ed5;
    padding: 10px 20px;
}

.side .subject:after {
    font-family: FontAwesome;
    content: '\f085';
    color: rgba(255, 255, 255, .6);
    display: inline-block;
    float: right;
    margin-top: -3px;
    font-size: 30px;
}

.side .subject b {
    border: none;
    color: #fff;
    font-weight: bold;
}

.side .am-list {
    padding: 0;
    margin: 0;
    background-color: #f5f5f5;
}

.side li.classOne {
    background-color: #f5f5f5;
    border-width: 0 0 1px 0;
    border-color: #ddd;
    margin-bottom: 0;
}

.side li.classOne > a {
    background-color: #008ed5;
    color: #fff;
}

.side li.classOne > a {
    padding: 0 20px;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    transition: all .5s;
}


.cate_list li span.am-fr {
    font-weight: normal;
    color: #fff;
    padding: 0 10px;
    height: 20px;
    background-color: #ccc;
    border-radius: 10px;
    line-height: 18px;
    font-size: 12px;
}

.cate_list li:hover span.am-fr {
    background-color: #242424;
}

.call {
    margin-top: 20px;
    overflow: hidden;
}

.call h1 {
    font-size: 24px;
    font-weight: bold;
    color: #008ed5;
    margin: 5px 0;
    line-height: normal;
    padding: 0;
}

.call h1 span {
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

.more-link {
    display: block;
    color: #228cd7;
    margin: 15px 0 0;
    transition: all .5s;
}

.more-link:hover {
    color: #0f5f97;
}

.pro-left {
    width: 240px;
    float: left;
}

.pro-left li a {
    padding: 1rem 20px;

}

.pro-left li.hover a {
    color: #008ed5;
}

.pro-left .search {
    margin: 30px 0;
}

.pro-left .search .am-input-group-btn > .am-btn {
    background-color: #008ed5;
    border-color: #008ed5;
    color: #fff;
    transition: all .5s;
}

.pro-left .search .am-input-group-btn > .am-btn:hover {
    background-color: #00688b;

}

.pro-right {
    margin-left: 280px;
}

.pro-right .product-list li {
    width: calc((100% - 30px) / 4);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pro-right .product-list li:nth-child(4n) {
    margin-right: 0;
}

/*产品详情*/
.pro_show {
    margin: 0 auto;
}

.pro_show .zoom img {
    width: 100%;
}

.pro_show .thumb_pic {
    margin: 20px 0 0 0;
    text-align: center;
}

.pro_show .thumb_pic ul {
    margin: 0 auto;
}

.pro_show .thumb_pic ul li {
    float: left;
    margin-right: 5px;
    border: 1px solid #eaeaea;
    padding: 3px;
    cursor: pointer;
    position: relative;
}

.pro_show .thumb_pic ul li.hover {
    border: 1px solid #e62129;
    background: #fff;
}

.pro_show .thumb_pic ul li.hover:after {
    content: " ";
    position: absolute;
    right: 27px;
    top: -6px;
    width: 11px;
    height: 11px;
    border: #e62129 solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #e62129;
    z-index: -1;
}

.pro_show h1 {
    font-size: 24px;
    padding: 0;
    font-weight: 400;
    text-align: left;
    margin: 0 0 20px 0;
}

.pro_show h5 {
    font-size: 14px;
    margin: 10px 0;
    padding: 0;
    color: #999;
    font-weight: normal;
}

.pro_show span.tel {
    font-size: 30px;
    font-weight: bold;
    color: #008ed5;
}

.pro_show .attribute {
}

.pro_show .attribute li {
    font-size: 14px;
    line-height: 30px;
}

.pro_show .attribute li em {
    display: inline-block;
    width: 80px;
    font-style: normal;
    color: #555;
    font-size: 14px;
}

.pro_show .price {
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0;
}

.pro_show .price span {
    font-size: 36px;
    color: #f60;
}

.pro_show .price em {
    font-size: 12px;
    color: #999;
    font-style: normal;
    padding-left: 5px;
}

.pro_show .tags {
    margin: 20px 0;
}

.pro_show .tags a {
    margin-left: 10px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #dadada;
    background: #fff;
    padding: 2px 6px;
    font-weight: normal;
    font-size: 14px;
}

.pro_show .tags a:hover {
    background: #242424;
    color: #fff;
    border-color: #242424;
}

.pro_show .action {
    margin: 20px 0;
}

.pro_show .action a {
    color: #fff;
}

.pro_intro {
    margin-top: 30px;
    text-align: center;
}

.pro_intro p {
    margin-bottom: 10px;
    text-align: center;
}

.pro_intro .plist {
    margin: 15px;
    width: 300px;
}

.pro_intro .plist ul {
    width: 304px;
}

.pro_intro .plist ul li {
    float: left;
    width: 137px;
    margin: 0 15px 15px 0;
}

.pro_intro .plist ul li a {
    border: 1px solid #ededed;
    padding: 4px;
    display: block;
    background: #fff;
    border-radius: 4px;
}

.pro_intro .plist ul li a div {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.pro_intro .plist ul li a div img {
    width: 100%;
    height: 100%;
    max-height: 127px;
    min-height: 127px;
    display: block;
    border: 0;
}

.pro_intro .plist ul li a p {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 5px 0;
}

.pro_intro .plist ul li a:hover p {
    color: #f30;
}

.pro_intro .tabs {
    width: 100%;
    background: #fff;
    margin: 30px 0;
}

.pro_intro .tabs ul {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.pro_intro .tabs ul li {
    float: left;
}

.pro_intro .tabs ul li a {
    display: block;
    padding: 10px 30px;
    text-align: center;
    font-size: 18px;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    background: #eee;
    color: #333;
    border-top: 2px solid #fff;
}

.pro_intro .tabs ul li.hover a {
    border-bottom: 1px solid #fff;
    background: #fff;
    font-weight: bold;
    color: #e62129;
    border-top: 2px solid #e62129;
}

.pro_intro .intro {
    padding: 30px 0;
    display: none;
}

.pro_intro .right {
    float: left;
    width: 850px;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.pro_intro > divs {
    width: 100%;
    background: #f7f7f7;
    margin: 30px 0;
}

.pro_intro > divs ul {
    width: 100%;
    background: #f7f7f7;
}

.pro_intro > divs ul li {
    float: left;
}

.pro_intro > divs ul li a {
    display: block;
    padding: 10px 30px;
    text-align: center;
    font-size: 18px;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    background: #fff;
    color: #999;
    border-top: 2px solid #fff;
}

.pro_intro > divs ul li.hover a {
    border-bottom: 1px solid #fff;
    background: #fff;
    font-weight: bold;
    color: #333;
    border-top: 2px solid #242424;
}

.pro_intro .intro {
    padding: 30px 0;
    display: none;
    clear: both;
}

.pro_intro .intro h3 {
    font-size: 20px;
    margin: 10px 0;
}

.pro_intro .intro p {
    margin-bottom: 10px;
}

.pro_intro .intro td {
    text-align: center;
}

.pro_intro .intro td p {
    text-indent: 0;
    margin: 0;
    padding: 0;
}

.pro_intro .intro p img {
    margin-left: -2em;
}

.pro_intro .intro td p img {
    margin-left: 0;
}

.pro_intro .intro img {
    max-width: 100%;
}

.pro_intro .intro .extend {
}

.pro_intro .intro .extend li {
    font-size: 14px;
    line-height: 30px;
}

.pro_intro .intro .extend li em {
    display: inline-block;
    width: 120px;
    font-style: normal;
    color: #555;
    font-size: 14px;
}


.swiper-content {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    width: 450px;
    padding: 40px;
}

.swiper-content .title,
.swiper-content .name {
    font-size: 24px;
}

.swiper-content .name {
    color: #333;
    padding-bottom: 60px;
}

.swiper-content .number {
    display: inline-block;
}

.swiper-content .number span {
    display: block;
    overflow: hidden;
    font-size: 72px;
    color: #c81623;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 54px;
    height: 42px;
}

.swiper-content .number::after {
    display: block;
    content: '';
    height: 3px;
    background: #c81623;
    margin-top: 3px;
}

.swiper-content .title {
    color: #c81623;
    padding-bottom: 30px;
}

.swiper-content li {
    line-height: 24px;
    padding-left: 16px;
    position: relative;
}

.swiper-content li::before {
    position: absolute;
    content: '·';
    left: 0;
    top: 0;
    font-size: 32px;
    color: #555;
}

.project-menu {
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 50px;
}

.case-bg .project-menu .box {
    position: relative;
    left: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.project-menu dl {
    line-height: 50px;
}

.project-menu dt + dd {
    margin: 0;
}

.project-menu dt {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.project-menu dd {
    float: right;
}

.project-menu dd a {
    position: relative;
    float: left;
    margin-left: 45px;
    color: #fff;
}

.project-menu dd a::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    content: '';
    bottom: 0;
}

.project-menu dd a:hover::after,
.project-menu dd a.on::after {
    width: 100%;
}

#s2-3 {
    overflow: hidden;
    padding: 60px 0;
}

#s2-3 li {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    float: left;
    margin-bottom: 30px;
}

#s2-3 li:nth-child(4n) {
    margin-right: 0;
}

/*产品列表页*/
.all-list {
    margin-top: 40px;
    overflow: hidden;
    text-align: center;
}

.all-list li {
    display: inline-block;
    width: 200px;
    height: 46px;
    line-height: 46px;
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    border: 1px solid #ccc;
}
.all-list li a{
    display: block;
}
.all-list li.hover{
    border-color: #008ed5;
}
.all-list li.hover a {
    color: #fff;
    background-color: #008ed5;
}

.all-list li img {
    height: 46px;
    margin-bottom: 20px;
}


a.slide_button {
    margin: 0 auto;
}

a.slide_button, span.slide_button {
    position: relative;
    font-size: 18px;
    line-height: 3rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
}

a.slide_button img, span.slide_button img {
    vertical-align: middle;
    margin-top: -4px;
}

a.slide_button span.slide_button_text, span.slide_button span.slide_button_text {
    position: relative;
    padding: 0 15px;
    z-index: 1;
}

a.slide_button span.slide_button_top, a.slide_button span.slide_button_bottom, span.slide_button span.slide_button_top, span.slide_button span.slide_button_bottom {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #008ed5;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}


a.slide_button:hover, a.slide_button:active, span.slide_button:hover, span.slide_button:active {
    color: #fff;
    text-decoration: none;
}

a.slide_button:hover span.slide_button_top, a.slide_button:active span.slide_button_top, span.slide_button:hover span.slide_button_top, span.slide_button:active span.slide_button_top {
    opacity: 0.8;
    top: -3px;
    left: 3px;
}

a.slide_button:hover span.slide_button_bottom, a.slide_button:active span.slide_button_bottom, span.slide_button:hover span.slide_button_bottom, span.slide_button:active span.slide_button_bottom {
    opacity: 0.8;
    top: 3px;
    left: -3px;
    -webkit-box-shadow: 0 0 0 0 rgba(49, 46, 37, 0.5);
    -moz-box-shadow: 0 0 0 0 rgba(49, 46, 37, 0.5);
    box-shadow: 0 0 0 0 rgba(49, 46, 37, 0.5);
}

a.slide_button.slide_button_gray span.slide_button_text, span.slide_button.slide_button_gray span.slide_button_text {
    color: #252525;
}

section {
    width: 100%;
}

/*上一个下一个*/
.prev-item {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    transition: all .5s;
}

.next-item {
    width: 100px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    border: 1px solid #ccc;
    transition: all .5s;
}

.wz-content span {
    font-size: 16px;
    color: #999;
}

.next-item .am-align-right, .prev-item .am-align-left {
    margin: 0;
}

.prev-item:hover, .next-item:hover, .back_cate:hover {
    background-color: #008ed5;
    border-color: #008ed5;
}

.prev-item:hover span, .next-item:hover span, .back_cate:hover span {
    color: #fff;
}

.prev-item:hover a, .next-item:hover a {
    color: #fff;
}

.prev-item p, .next-item p {
    margin: 0;
}

.back_cate {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: calc(50% - 20px);
    top: 20px;
    text-align: center;
    border: 1px solid #ccc;
}

.back_cate span {
    font-size: 30px;
    color: #999;
}

.subject {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 40px;
}

.subject b {
    border-bottom: 1px solid #008ed5;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-bottom: -1px;
    font-weight: bold;
    color: #3b3b3b;
    font-size: 24px;
    font-family: microsoft yahei;
}

.subject2 {

    margin: 0;
    padding-bottom: 15px;
}

.subject2 b {
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
}

#tuijian {
    padding: 60px 0;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

#tuijian .swiper-container {
    padding-bottom: 40px;
}

#tuijian .swiper-slide {
    overflow: hidden;
}

#tuijian .swiper-slide img {
    width: 100%;
}

#tuijian .swiper-slide .img, #tuijian .swiper-slide .txt {
    width: 50%;
    float: left;
    background-color: #fff;
    height: 300px;
}

#tuijian .txt {
    padding: 0 30px;
    color: #999;
}

#tuijian h2 {
    margin: 15px 0;
    font-size: 28px;
}

#tuijian .sdate {
    font-size: 18px;
    font-style: italic;
}

#tuijian a.more-link {
    position: relative;
    left: 0;
    bottom: auto;
    margin: 30px 0 0;
}

#tuijian .swiper-button-prev {
    left: calc(50% - 50px);
    width: 50px;
    height: 50px;
    margin: 0;
    top: auto;
    bottom: 100px;
    -webkit-background-size: 30%;
    background-size: 30%;
    background-color: rgba(0, 126, 165, 0.54);
}

#tuijian .swiper-button-next {
    right: calc(50% - 50px);
    width: 50px;
    height: 50px;
    margin: 0;
    top: auto;
    bottom: 100px;
    -webkit-background-size: 30%;
    background-size: 30%;
    background-color: #008ed5;
}

/*文章内容页*/
#news-main {
    padding: 60px 0;
}

.news_content {
    margin: 20px auto 60px;
}

.news_content .am-titlebar-default {
    margin: 0 0 20px 0;
}

.news_show .info {
    margin: 15px 0;
    font-size: 12px;
    color: #999;
}

.news_show .info span {
    padding: 0 10px
}

.news_show .path {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.news_show .intro {

}

.news_show .intro h3 {
    font-size: 20px;
}

.news_show .intro p {
    font: 16px/32px "Microsoft Yahei";
    margin: 15px 0;
    text-align: justify;
}

.news_show .intro a {
    color: #06C;
}

.news_show .intro a:hover {
    color: #f30;
}

.news_show .intro p img {
    max-width: 100%;
    height: auto;
}

.news_show .other {
    margin-top: 30px;
    text-align: center;
}

.news_show .other p {
    font-weight: bold;
}

.news_show .other a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 6px 20px;
    min-width: 100px;
}

.news_show .other a span {
    font-size: 18px;
    margin-right: 10px;
}

.news_show .other a em {
    font-style: normal;
    font-size: 18px;
}

.news_show .other a:hover {
    background: #242424;
    border-color: #242424;
    color: #fff;
}

.news_show .other a:hover span {
    color: #fff;
}

.news_show .tags {
    font-weight: 500;
    padding: 15px 0;
}

.news_show .tags a {
    margin-left: 15px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 4px 10px;
    font-weight: normal;
    font-size: 14px;
}

.news_show .tags a:hover {
    background: #242424;
    color: #fff;
    border-color: #242424;
}

.step ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.step li {
    width: 18%;
    border: 2px solid #eee;
    margin-bottom: 30px;
    text-align: center;
    padding: 20px 0;
    height: 146px;
    transition: all .5s;
    position: relative;
    cursor: pointer;
}

.step li img {
    width: 60px;
}

.step li h2 {
    font-size: 20px;
    margin: 5px 0;
}

.step li p {
    margin: 0;
    font-size: 14px;
    text-align: left;
    padding: 0 10px;
    display: none;
    transition: all .5s;
}

.step li:hover {
    border-color: #b11813;
    background-color: #b11813;
}

.step li:hover img {
    display: none;
}

.step li:hover h2 {
    color: #fff;
}

.step li:hover p {
    color: #fff;
    display: block;
}

.wz_list li {
    height: 32px;
    line-height: 32px;
}

.wz_list {
    margin: 30px 0;
}

.am-breadcrumb {
    padding: 0;
    margin: 0;
}

.path {
    padding: 30px 0 0;
    overflow: hidden;

}

.path .main {
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.next-prev {
    margin-top: 20px;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #eee;
}

#photo-main {
    overflow: hidden;
    padding: 60px 0;
}

.photo-list {
    overflow: hidden;
}

.photo-list li {
    width: calc((100% - 90px) / 4);
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.photo-list li:nth-child(4n) {
    margin-right: 0;
}

.photo-list li img {
    width: 100%;
    height: 173px;
}

.photo-list li p {
    margin: 0;
    line-height: 55px;
    padding: 0 10px;
    font-size: 16px;
    background-color: #f6f6f6;
}

/*photo show.php*/
#photo-main {
    padding-top: 70px;
}

.photo-left {
    width: 60%;
    padding-right: 20px;
    float: left;
}

.photo-left .gallery-thumbs .swiper-slide {
    cursor: pointer;
    transition: all .5s;
}

.photo-left .gallery-thumbs .swiper-slide img {
    opacity: 0.4;
}

.photo-left .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
}

.photo-right {
    width: 40%;
    float: right;
    padding-left: 20px;
}

.photo-left .gallery-thumbs {
    margin-top: 10px;
}

.photo_show .intro {
    padding-top: 30px;
}

.photo_show .intro h3 {
    font-size: 16px;
    margin: 0;
}

.photo_show .intro p {
    margin: 0 0 15px;
    font-size: 14px;
}


/*荣誉*/
#certify {
    position: relative;
    margin-top: 60px;
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 520px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
    display: block;
}

#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}


#weixin {
    font-size: 40px;
    color: #999;
}

#code {
    width: 260px;
    display: none;
    text-align: center;
    position: relative;
}

#code p {
    font-size: 14px;
}

#code #close {
    font-size: 24px;
    color: #ccc;
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 2;
    cursor: pointer;
}

/*灯箱*/
.js-lightBox {
    cursor: pointer;
    opacity: .8;
}

.js-lightBox:hover {
    opacity: 1;
}

.lightBox-view img {
    display: block;
    display: none;
    border: 0px;
    margin: 0px !important;
}

.lightBox-popupMask {
    position: fixed;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    background: #000 url('../images/icon/overlay.png');
}

.lightBox-popup {

}

.lightBox-popup {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0%;
    left: 50%;
    height: 50%;
    background-color: white;
    border-radius: 10px;
    border: 5px solid white;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/icon/loading.gif');
    background-size: 8%;
}

.lightBox-description .lightBox-btn {
    display: inline-block;
    height: 100%;
    width: 50%;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    filter: alpha(opacity=20); /* IE */
    opacity: .4;
    background-image: url('../images/icon/opacity.png');
}

.lightBox-description .lightBox-btn:hover {
    filter: alpha(opacity=100); /* IE */
    opacity: 1;
}

.lightBox-description .lightBox-prev-btn.active {
    background-image: url('../images/icon/prev.png');
}

.lightBox-description .lightBox-next-btn.active {
    background-image: url('../images/icon/next.png');
}

.lightBox-description .lightBox-prev-btn.disable {
    background-image: url('../images/icon/prev.png');
    opacity: 0.1;
    cursor: default;
}

.lightBox-description .lightBox-next-btn.disable {
    background-image: url('../images/icon/next.png');
    opacity: 0.1;
    cursor: default;
}

.lightBox-view .lightBox-description {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px;
    display: none;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
}

.lightBox-view .lightBox-description .lightBox-current-index {
    margin-top: 5px;
    display: block;
    font-style: italic;
}

.lightBox-view .lightBox-description .lightBox-close {
    float: right;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url('../images/icon/close.png');
    background-position: center center;
}

.lightBox-description .btn-position {
    float: right;
    position: relative;
    width: 100px;
    height: 40px;
}

.pro_show .gallery-thumbs {
    margin-top: 10px;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

/*导航公共样式*/
.header-menu li.aon em > a, .header-menu li:hover a {
    color: #008ed5;
}

.header-menu li em {
    display: block;
    font-style: normal;
    text-align: center;
}

.header-menu li em a, .header-menu.header-menu li > a {
    display: block;
}

.header-menu li .sub dt {
    line-height: 40px;
    font-weight: normal;
}

.header-menu li .sub dt a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
}

.header-menu li .sub dt a:hover {
    background: #009;
    color: #fff;
}

.header-menu .sub-has-sub dl {
    display: none;
}

/*首页*/
.main {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

a.more-link {
    display: block;
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    display: block;
    margin-top: 30px;
    border: 1px solid #fff;
    font-size: 14px;
    transition: all .5s;
}

a.more-link span {
    font-size: 0;
    opacity: 0;
}

a.more-link:hover {
    color: #fff;
}

a.more-link:hover span {
    font-size: 12px;
    opacity: 1;
}

#index-1 {
    padding: 0;
    overflow: hidden;
}

#index-1 li {
    width: 24.3333%;
    float: left;
    padding: 60px 0;
    text-align: center;
    position: relative;
}

#index-1 li:after {
    content: '';
    position: absolute;
    width: 0;
    height: 10px;
    left: 0;
    bottom: 0;
    transition: 0.5s;

}

#index-1 li h2 {
    font-size: 4.6rem;
    line-height: normal;
    margin: 0;

}

#index-1 .more-link {
    margin: 20px auto;
    background-color: transparent;
    border-color: #008ed5;
    color: #008ed5;
    position: relative;
}

#index-1 .more-link:before, #LDS-50C-5 .more-link:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #008ed5;
    -webkit-transform: scale3d(0.4, 1, 1);
    transform: scale3d(0.4, 1, 1);
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#index-1 .more-link:hover:before, #LDS-50C-5 .more-link:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#index-1 .more-link span, #LDS-50C-5 .more-link span {
    font-size: 14px;
    color: #008ed5;
    opacity: 1;
    position: relative;
}

#index-1 .more-link:hover span, #LDS-50C-5 .more-link:hover span {
    color: #fff;
}

#index-2 {

    overflow: hidden;
    position: relative;
}

#index-2 .swiper-pagination {
    width: 40%;
    height: 100%;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #323d47;
    padding: 0 80px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 99;
}

#index-2 .swiper-pagination .content h1 {
    font-size: 40px;
    line-height: normal;
    margin: 0;
    font-weight: normal;
}

#index-2 .swiper-pagination .content p.t1 {
    font-size: 24px;
    line-height: 2;
    margin: 0;
}

#index-2 .swiper-pagination .content p.t2 {
    font-size: 14px;
    margin: 30px 0;
}

#index-2 .swiper-pagination ul {
    margin-top: 30px;
}

#index-2 .swiper-pagination li {
    background-color: transparent;
    width: 33.33333%;
    float: left;
    text-align: center;
    height: auto;
    padding: 20px 0;
    border-right: 1px solid rgba(222, 222, 222, 0.1);
    font-size: 14px;
    transition: all .5s;
}

#index-2 .swiper-pagination li:nth-child(1),
#index-2 .swiper-pagination li:nth-child(2),
#index-2 .swiper-pagination li:nth-child(3) {
    border-bottom: 1px solid rgba(222, 222, 222, 0.1);
}

#index-2 .swiper-pagination li:nth-child(1), #index-2 .swiper-pagination li:nth-child(4) {
    color: #fec616;
}

#index-2 .swiper-pagination li.swiper-pagination-bullet-active:nth-child(1),
#index-2 .swiper-pagination li.swiper-pagination-bullet-active:nth-child(4) {
    background-color: #fec616;
    color: #fff;
}

#index-2 .swiper-pagination li:nth-child(2), #index-2 .swiper-pagination li:nth-child(5) {
    color: #008ed5;
}

#index-2 .swiper-pagination li.swiper-pagination-bullet-active:nth-child(2),
#index-2 .swiper-pagination li.swiper-pagination-bullet-active:nth-child(5) {
    background-color: #008ed5;
    color: #fff;
}

#index-2 .swiper-pagination li:nth-child(3), #index-2 .swiper-pagination li:nth-child(6) {
    color: #53d001;
}

#index-2 .swiper-pagination li.swiper-pagination-bullet-active:nth-child(3),
#index-2 .swiper-pagination li.swiper-pagination-bullet-active:nth-child(6) {
    background-color: #53d001;
    color: #fff;
}

#index-2 .swiper-pagination li:nth-child(3n) {
    border-right: none;
}

#index-2 .swiper-pagination li a {
    width: 100%;
}

#index-2 .swiper-pagination li span {
    font-size: 60px;
    display: block;
    line-height: normal;

}

#index-2 .swiper-pagination-bullet {
    width: 60px;
    height: 60px;
    display: block;
    opacity: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}

#index-2 a.more-link {
    color: #fff;
}

#index-2 a.more-link span {
    color: #fff;
    font-size: 12px;
    opacity: 1;
}

#index-2 a.more-link:hover {
    background-color: #008ed5;
    color: #fff;
    border-color: #008ed5;
}

#index-3 {
    background: #fff url('../images/index3-bg.jpg') center bottom no-repeat;
    padding: 60px 0;
    overflow: hidden;
}

#index-3 .main {
    width: 90%;
    padding: 30px 0;
}

#index-3 .content {
    position: relative;
}

#index-3 .content .mask {
    position: absolute;
    width: 50%;
    height: 100%;
    padding: 0 50px;
    top: 0;
    right: 0;
    background-color: #fcfcfc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}

#index-3 .content .mask a.more-link {
    border-color: #ccc;
    color: #999;
}

#index-3 .content .mask a.more-link:hover {
    background-color: #008ed5;
    border-color: #008ed5;
    color: #fff;
}

#index-3 p.t1, #index-4 .mask p.t1 {
    font-size: 24px;
}

#index-3 .main h1, #index-3 .content .mask h1, #index-4 .mask h1 {
    font-size: 40px;
    font-weight: normal;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 30px;
}

#index-3 .content .mask h1 span {
    display: block;
}

#index-3 p {
    line-height: 2;
    text-align: justify;
}

#index-3 .index3-left {
    width: 40%;
    float: left;
    background: #f8f8f8;
    overflow: hidden;
    transition: background .36s ease;
}

#index-3 .index3-left .title {
    margin-top: 8px;
    color: #333;
    font-size: 18px;
    line-height: 30px;
}

#index-3 .swiper-slide {
    padding: 54px 60px 100px;
}

#index-3 .index3-right {
    width: 60%;
    float: right;
    padding: 10px 20px;
    background-color: #fff;
}

#index-3 .swiper-pagination-bullet {
    background-color: #999;
}

#index-3 .swiper-pagination-bullet {
    bottom: 5% !important;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#index-3 .swiper-pagination-bullets {
    bottom: 10%;
    left: auto;
    right: 60px;
    text-align: right;
}

#index-3 .swiper-pagination-bullet-active {
    background-color: #008ed5;
    width: 40px;
}

#index-3 .swiper-pagination-bullet {
    opacity: 1;
}

#index-3 .swiper-slide p.md {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}

#index-3 .swiper-slide .item_des {
    margin-top: 8px;
    margin-bottom: 15px;
}

#index-3 .swiper-slide .item_des .description {
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 0;
    max-height: 52px;
    width: auto;
    height: auto;
    border-left: 1px solid transparent;
    font-size: 13px;
    line-height: 26px;
    opacity: .7;
    -moz-transition: all .36s ease;
    -o-transition: all .36s ease;
    transition: all .36s ease;
    webkit-transition: all .36s ease;
}

#index-3 .swiper-slide:hover .item_des .description {
    padding-left: 30px;
    border-color: #d3d3d3;
}

#index-3 .swiper-slide .details {
    position: absolute;
    bottom: 40px;
    left: 60px;
    overflow: hidden;
    width: 140px;
    height: 36px;
    border-radius: 2px;
    background: #db3939;
    background: -moz-linear-gradient(left, #db3939 0, #f64444 100%);
    background: -webkit-linear-gradient(left, #db3939 0, #f64444 100%);
    background: linear-gradient(to right, #db3939 0, #f64444 100%);
    box-shadow: 0 5px 20px rgba(240, 0, 1, .2);
    color: #fff;
    text-align: center;
    line-height: 36px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db3939', endColorstr='#f64444', GradientType=1);
    -moz-transition: all .36s ease;
    -o-transition: all .36s ease;
    transition: all .36s ease;
    webkit-transition: all .36s ease
}

#index-3 .swiper-slide .details em {
    display: block;
    height: 36px;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    webkit-transition: all .2s ease-out;
}

#index-3 .swiper-slide .details:hover .more {
    margin-top: -36px
}

#index-3 .index3-right .date_wrap {
    float: right;

}

#index-3 .index3-right .date_wrap .md {
    color: #999;
}

#index-3 .index3-right .item_block {
    float: right;
    position: relative;
    padding: 20px;
    background-color: #fff;
    width: 100%;
}

#index-3 .index3-right .item_des .description {
    overflow: hidden;
    width: 80%;
    height: 52px;
    font-size: 13px;
    line-height: 24px;
    opacity: .7;
    filter: alpha(opacity=70);
}

#index-3 .index3-right .details {
    position: absolute;
    right: 26px;
    bottom: 44px;
    overflow: hidden;
    width: 40px;
    height: 16px;
    border-left: 1px solid #e5e5e5;
    color: transparent;
}

#index-3 .index3-right .details:after, #index-3 .index3-right .details:before {
    position: absolute;
    top: 50%;
    width: 19px;
    height: 13px;
    background: url(../images/icon-arrow.png) no-repeat 0 -164px;
    content: "";
    -moz-transition: all .36s ease;
    -o-transition: all .36s ease;
    transition: all .36s ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    webkit-transition: all .36s ease
}

#index-3 .index3-right li:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, .08)
}

#index-3 .index3-right li + li {
    border-top: 1px solid #e5e5e5;
}

#index-3 .index3-right .details:before {
    left: 15px
}

#index-3 .index3-right .details:after {
    left: -30px;
    opacity: 0;
    filter: alpha(opacity=0)
}

#index-3 .index3-right li:hover .details:before {
    left: 30px;
    opacity: 0
}

#index-3 .index3-right li:hover .details:after {
    left: 15px;
    opacity: 1
}

#index-4 {
    background: #fff url(/theme/default/images/index4-bg.jpg) center no-repeat;
    height: 550px;
}

#index-4 .main {
    position: relative;
    height: 100%;
}

#index-4 .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;

    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#index-4 a.more-link {
    background-color: #ee9f23;
    border-color: #ee9f23;
}

/*应用*/
#page_nav {
    background-color: #f7f7f7;
    overflow: hidden;
}

#page_nav li {
    width: calc((100% - 6px) / 6);
    float: left;
    text-align: center;
    margin: 0 1px 0 0 !important;
}

#page_nav li:last-child {
    margin-right: 0;
}

#page_nav li span.iconfont {
    font-size: 60px;
    line-height: normal;
    margin: 0;
}

#nav_list li {
    border-bottom: 5px solid transparent;
}

#nav_list li.hover {
    border-color: #fec616;
}

#page_nav li.hover {
    background-color: #fff;
}

#app li .content {
    position: relative;
}

#app li .content .mask {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    padding: 0 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#app li:nth-child(2n) .content {
    text-align: right;
}

#app li:nth-child(2n) .content .mask {
    left: 0;
    right: auto;
    text-align: left;
}

#app li .content .mask h1 {
    font-size: 40px;
}

#app li .content .mask p {
    line-height: 2;
}

/*案例列表*/
#subnav li {
    float: left;
    position: relative;
    padding: 20px 0;
}

.path #subnav li {
    margin-right: 30px;
}

#subnav li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 5px;
    left: 35%;
    bottom: 0;
    transition: 0.5s;
}

.path #subnav li:before, .path #subnav li:after {
    display: none;
}

#subnav li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 30%;
    background-color: #ddd;
    top: 35%;
    right: 0;
}

#subnav li:last-child:after {
    display: none;
}

#subnav li a {
    display: block;
    font-size: 16px;
    font-weight: 300;
}

#subnav li.hover a {
    color: #008ed5;
}

#page_nav #subnav li.hover {
    background-color: transparent;
}

#subnav li.hover:before {
    width: 30%;
    background-color: #008ed5;
}

.home_path li {
    font-size: 16px;
    font-weight: 300;
    padding: 20px 0;
}

/*企业文化*/
#culture .a-title {
    text-align: center;
    margin: 60px;
}

#culture {
    padding: 120px 0;
    background: url("/theme/default/images/culture-bg.jpg") no-repeat center fixed;
    overflow: hidden;
}

#culture .item {
    background-color: rgba(255, 255, 255, .8);
    height: 80px;
    margin-bottom: 10px;
    transition: all .5s;
}

#culture .item:hover {
    box-shadow: 0 0 10px #13bf13;
}

#culture .item .am-u-sm-12 {
    line-height: 80px;
}

#culture .item .am-u-md-4 {
    text-align: center;
    font-size: 20px;
}

#culture .item .am-u-md-4:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    float: right;
    margin: 20px 0 0;
    background-color: #999;
}

#culture .item .am-u-md-8 {
    font-size: 16px;
    padding: 0 30px;
}

/*产品详情公用*/
.nav_bar {
    width: 100%;
    height: 60px;
    padding: 0 3%;
    background-color: #000;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.nav_bar:before, .nav_bar:after {
    content: " ";
    display: table;
}

.nav_bar:after {
    clear: both;
}

.nav_bar h2 {
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    margin: 0;
}

.nav_bar .con .am-fl {
    margin-left: 5px;
    font-size: 12px;
    margin-top: 21px;
}

.nav_bar .con .am-fl .separator {
    margin: 0 .25em;
    color: #ccc;
}

.nav_bar .con .am-fl a {
    color: #ccc;
}

.nav_bar .con .am-fr {
    margin: 19px 0 0;
    font-size: 14px;
}

.nav_bar .con .am-fr span {
    margin-left: 10px;
    color: #ccc;
}

.nav_bar .con .am-fr .canshu:hover {
    color: #ee9f23;
}

.nav_bar.nav_bar_hidden, .nav_bar.nav_bar_hidden .con .am-fr span {
    color: #333;
}

.nav_bar.nav_bar_hidden .con .am-fr .canshu {
    color: #999;
    cursor: pointer;
    transition: all .5s;
}

.nav_bar.nav_bar_hidden .con .am-fl a {
    color: #999;
}

.nav_bar .con .am-fr .zixun, .nav_bar.nav_bar_hidden .con .am-fr .zixun {
    width: 80px;
    display: inline-block;
    height: 24px;
    line-height: 22px;
    background-color: #008ed5;
    color: #fff;
    text-align: center;
    border-radius: 11px;
    font-size: 12px;
    cursor: pointer;
    transition: all .5s;
}

.nav_bar .con .am-fr .zixun:hover {
    background-color: #ee9f23;
}

.nav_bar.nav_bar_hidden {
    position: fixed;
    top: -10px;
    left: 0;
    margin-top: -60px;
    z-index: 99;
    -webkit-transition: margin-top .3s linear;
    transition: margin-top .3s linear;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav_bar.nav_bar_hidden.nav_fix {
    position: fixed;
    top: 0;
    background: #fff;
    margin-top: 0;
    border-bottom: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.07);
}

/*LDS-50C*/
#LDS-50C section .content {
    text-align: center;
    color: #fff;
    position: relative;
}

#LDS-50C section .content .mask {
    position: absolute;
    width: 100%;
    top: 80px;
}

#LDS-50C section h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
}

#LDS-50C section .t1 {
    font-size: 24px;
    line-height: normal;
}

#LDS-50C-1 {
    padding: 0;
    background-color: #000;
    overflow: hidden;
}

#LDS-50C-1 .content .mask_bottom {
    position: absolute;
    bottom: 120px;
    width: 100%;
    left: 0;
}

#LDS-50C-1 .content .mask_bottom ul {
    text-align: center;
}

#LDS-50C-1 .content .mask_bottom ul li {
    display: inline-block;
    margin-left: 100px;
    text-align: center;
    color: #fff;
}

#LDS-50C-1 .content mask_bottom ul li:first-child {
    margin-left: 0;
}

#LDS-50C-1 .content .mask_bottom ul li span {
    display: block;
    margin: 10px auto;
    width: 80px;
    height: 80px;
    font-size: 40px;
    line-height: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
}

#LDS-50C-3 {
    padding: 120px 0;
    overflow: hidden;
    background-color: #fff;
}

#LDS-50C-3 .content {
    position: relative;
    text-align: left !important;
}

#LDS-50C #LDS-50C-3 .content .mask {
    position: absolute;
    color: #000;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

#LDS-50C-3 .content .mask .btn-group {
    margin: 30px auto;
    text-align: center;
}

#LDS-50C-3 .content img {
    width: 40%;
}

#LDS-50C-3 .content .mask .btn-group li {
    display: inline-block;
    margin: 0 10px;
    /*width: 200px;*/
    padding: 20px;
    text-align: center;
    border: 1px dashed #008ed5;
}

#LDS-50C-3 .content .mask .btn-group li h2 {
    font-size: 34px;
    margin: 0;
    color: #008ed5;
    line-height: normal;
}

#LDS-50C-3 .content .mask .btn-group li p {
    font-size: 20px;
    line-height: normal;
    color: rgba(0, 126, 165, 0.50);
}

#LDS-50C-4 .content .mask {
    top: 120px;
}

.black {
    color: #000 !important;
}

#LDS-50C-5 {
    padding: 60px 0 120px;
    overflow: visible;
    background-color: #f7f7f7;
    text-align: center;
}

#LDS-50C-5 .more-link {
    margin: 40px auto;
    background-color: transparent;
    color: #008ed5;
    border-color: #008ed5;
    width: 186px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    position: relative;
}

#LDS-50C-5 .content {
    height: 270px;
    clear: both;
    margin-top: 140px;
}

#LDS-50C-5 .am-fl {
    position: relative;
}

/*LH-D800*/
.lh-left {
    width: 40%;
    float: left;
}

.lh-right {
    width: 60%;
    float: right;
}

#LH-D800-1 {
    padding: 0 0 90px;
    overflow: hidden;
}

#LH-D800-1 h1 {
    font-size: 42px;
}

#LH-D800-1 h1:after {
    content: '';
    display: block;
    width: 100%;
    margin-top: 10px;
    height: 1px;
    background-color: #ccc;
}

#LH-D800-1 .lh-right {
    padding-left: 40px;
    padding-top: 60px;
    overflow: hidden;
}

#LH-D800-1 .lh-right .content {
    margin-bottom: 30px;
}

#LH-D800-1 .lh-right .content p {
    line-height: 2;
}

#LH-D800-1 .lh-right ul li {
    width: 50%;
    float: left;
    padding: 10px 0;
    text-align: left;
}

#LH-D800-1 .lh-right ul li span {
    font-size: 50px;
    color: #999;
    float: left;
    margin-right: 15px;
}

#LH-D800-1 .lh-right ul li p.t1 {
    font-size: 14px;
    margin-top: 15px;
    color: #000;
}

#LH-D800-1 .lh-right ul li p.t2 {
    font-size: 18px;
    color: #000;
}

#LH-D800-2 .content {
    position: relative;
}

#LH-D800-2 .content .main {
    position: absolute;
    width: 1200px;
    height: 100%;
    left: 50%;
    margin-left: -600px;
    top: 0;
    z-index: 1;
}

#LH-D800-2 .content .main .lh-left, #LH-D800-2 .content .main .lh-right {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#LH-D800-2 .content .main .lh-left {
    left: 0;
    color: #fff;
}

#LH-D800-2 .content .main .lh-left h1 {
    font-size: 42px;

}

#LH-D800-2 .content .main .lh-left h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

#LH-D800-2 .content .main .lh-left p {
    font-size: 16px;
    color: #999;
    line-height: 2.5;
}

#LH-D800-2 .content .main .lh-right {

    right: 0;
}

#LH-D800-3 {
    text-align: center;
    padding: 100px 0 0;
}

#LH-D800-3 h1 {
    font-size: 40px;
}

#LH-D800-3 p.t1 {
    font-size: 18px;
}

#LH-D800-3 ul {
    overflow: hidden;
    padding: 60px 0;
}

#LH-D800-3 li {
    width: 16.666667%;
    float: left;
    text-align: center;
}

#LH-D800-3 li span {
    font-size: 40px;
    line-height: normal;
}

#LH-D800-4 {
    background-color: #1e242a;
    padding: 90px 0;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

#LH-D800-4 table td {
    border-color: rgba(0, 0, 0, .8);
    text-align: left;
}

#LH-D800-4 table td h3 {
    line-height: 50px;
    margin: 0;
}

#LH-D800-4 h1, #LH-D800-5 h1, #LH-D800-6 h1 {
    font-size: 42px;
    margin-bottom: 60px;
}

#LH-D800-4 .am-table-striped > tbody > tr:nth-child(odd) > td,
#LH-D800-4 .am-table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #2a3036;
}

#LH-D800-4 .am-table-striped td {
    border: none;
    text-align: left;
    font-weight: 300;
}

#LH-D800-5 {
    background: #fff url('../images/LH-D8005-bg.jpg') 0 0 repeat-y;
    padding: 90px 0;
    overflow: hidden;
    text-align: center;
}

#LH-D800-5 .content {
    padding: 30px 0;
    overflow: hidden;
}

#LH-D800-5 .content .lh-left {
    width: 60%;
    float: left;
}

#LH-D800-5 .content .lh-right {
    width: 40%;
    float: right;
}

#LH-D800-5 .content .lh-right ul {
    padding: 80px 0 0;
}

#LH-D800-5 .content .lh-right li {
    width: 33.3333%;
    line-height: 40px;
    float: left;
    text-align: left;
    font-weight: 300;
}

#LH-D800-6 {
    padding: 90px 0;
    overflow: hidden;
    text-align: center;
}

#LH-D800-6 .content .lh-left, #LH-D800-6 .content .lh-right {
    width: 50%;
    float: left;
    padding: 0;
}

@media only screen and (max-width: 1440px) {
    #LH-D800-3 .content .main, #LH-D800-2 .content .main {
        width: 90%;
        left: 5%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 1200px) {
    #LH-D800-5 .content .lh-left, #LH-D800-5 .content .lh-right, #LH-D800-6 .content .lh-left, #LH-D800-6 .content .lh-right {
        width: 100%;
        float: none;
    }

    #LH-D800-5 .content .lh-right ul {
        padding: 20px 0;
    }

    #LH-D800-3 .content .main .mask .lh-left h1, #LH-D800-4 h1, #LH-D800-5 h1 {
        font-size: 32px;
    }
}

/*LH-D800 END*/
#round {
    position: relative;
    width: 270px;
    height: 270px;
}

#round img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

#round:before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -200px;
    background-color: #f4d74e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn 2s ease-out;
    -moz-animation: warn 2s ease-out;
    animation: warn 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#round:after {
    content: '';
    position: absolute;
    width: 660px;
    height: 660px;
    left: 50%;
    margin-left: -330px;
    top: 50%;
    margin-top: -330px;
    background-color: #f4d74e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn1 2s ease-out;
    -moz-animation: warn1 2s ease-out;
    animation: warn1 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#arrow {
    position: absolute;
    top: 30%;
    z-index: 10;
}

@keyframes warn {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }

    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }

    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

@keyframes warn1 {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }

    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }

    50% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.3;
    }

    75% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}

#LDS-50C-6{
    padding: 120px 0;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
}
#other,#LDS-50C-7 {
    padding: 120px 0;
    overflow: hidden;
    background-color: #eee;
    text-align: center;
}
#LDS-50C-6 .swiper-container {
    margin-top: 60px;
}

#LDS-50C-6 .swiper-slide {
    cursor: pointer;
}

#LDS-50C-6 .content {
    text-align: center;
    color: #fff;
    position: relative;
}

#LDS-50C-6 .swiper-slide .content .mask {
    position: absolute;
    width: 100%;
}

#LDS-50C-6 .swiper-slide .content .mask {
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    top: 0;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#LDS-50C-6 .swiper-slide:hover .content .mask {
    opacity: 1;
}

#LDS-50C-6 .swiper-slide .content .mask p {
    font-size: 20px;
}

#LDS-50C-6 .swiper-slide::before,
#LDS-50C-6 .swiper-slide::after {
    position: absolute;
    top: 10%;
    left: 10%;
    content: '';
    opacity: 0;
    width: 80%;
    height: 80%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    z-index: -1;
}

#LDS-50C-6 .swiper-slide::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

#LDS-50C-6 .swiper-slide::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

#LDS-50C-6 .swiper-slide:hover::before,
#LDS-50C-6 .swiper-slide:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 10;
}

@media screen and (max-width: 1440px) {
    header .header-menu li {
        padding: 0 10px;
    }

    #index-1 li h2 {
        font-size: 30px;
    }

    #index-2 .swiper-pagination {
        padding: 0 20px;
    }

    #index-2 .swiper-pagination .content h1 {
        font-size: 30px;
    }
}

@media (max-width: 1280px) {
    .main {
        width: 90%;
    }
    header .header-menu li em{
    	padding:0 10px;
    }
    header .header-right .top-tel{
    	font-size: 20px;
    	padding-left: 10px;
    }
}

@media (min-width: 993px) {
    #header-menu {
        display: none;
    }

    .relative {
        position: relative;
        z-index: 100;
    }

    .header-menu li {
        display: inline-block;
    }

    .header-menu li .sub {
        position: absolute;
        top: -400%;
    }

    .no-fullbground .sub {
        background-color: rgba(255, 255, 255, 0.9)
    }

    .no-fullbground .sub-left {
        left: 0;
    }

    .no-fullbground .sub-right {
        right: 0;
    }

    .sub-horizontal .sub .sub-menu > dl {
        float: left;
    }

    .sub-horizontal .sub-right > dl {
        float: right;
    }

    .sub-horizontal .sub-menu > dl dt {
        float: left;
    }

    .sub-horizontal .sub-right .sub-menu > dl {
        text-align: right;
        float: right;
    }

    .sub-horizontal .sub-right .sub-menu > dl dt {
        float: none;
        display: inline-block;
    }

    .sub-vertical .has-sub {

        z-index: 100;
    }

    .sub-vertical .sub {
        background-color: #eee;
        left: 0;
        width: 100%;
    }

    .sub-vertical .sub-row-2 {
        width: 200%;
    }

    .sub-vertical .sub-row-3 {
        width: 300%;
    }

    .sub-vertical .sub-row-2 .sub-menu dt {
        float: left;
        width: 50%;
    }

    .sub-vertical .sub-row-3 .sub-menu dt {
        float: left;
        width: 33.3333333%;
    }

    .sub-vertical .sub-has-sub {
        position: relative;
    }

    .sub-vertical .sub-has-sub dl {
        background-color: rgba(255, 255, 255, 0.9);
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
    }

    .sub-vertical dt.aon > a {
        background: #009;
        color: #fff;
    }

    .sub-vertical .sub-position-right {
        left: auto;
        right: 0;
    }

    .sub-vertical .sub-position-right .sub-has-sub dl {
        left: auto;
        right: 100%;
    }

    .sub-txt-img .sub {
        width: 300%;
    }

    .sub-txt-img .sub-intro {
        padding: 5px;
    }

    .sub-txt-img .sub-intro .sub-left {
        float: left;
        width: 40%;
    }

    .sub-txt-img .sub-intro .sub-right {
        float: right;
        width: 56%;
    }

    .sub-txt-img .sub-img img {
        display: block;
        width: 100%;
    }

    .sub-txt-img .sub-txt {
        font-size: 12px;
        line-height: 24px;
    }

    .fullbground .sub {
    }

    .fullbground .sub-menu > dl,
    .fullbground .sub-menu > dl dt {
        float: left;
    }

    .sub-menu-layer {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .sub-menu-layer {
        height: 0;
        transition: 0.3s;
    }

    li .sub { /*transform:scale(0); */
        transition: top 1s 1s, height 0.3s;
        overflow: hidden;
    }

    li.aon .sub { /* transform:scale(1);*/
        transition: top 0s, height 0.4s 0.2s;
    }
}

/*组织架构*/
#zzjg {
    background: #fff url('/theme/default/images/zzjg_bg.jpg') center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 60px 0;
    overflow: hidden;
    text-align: center;
}

/*荣誉资质*/
#honor {
    padding: 60px 0;
    overflow: hidden;
}

@media only screen and (max-width: 1280px) {
    #index-2 .swiper-pagination {
        width: 100%;
        left: 0;
        position: relative;
        top: 0 !important;
    }

    #index-2 .swiper-pagination li {
        width: 16.6666667%;
        float: left;
        background-color: #fff;
        text-align: center;
        margin: 0;
        font-size: 14px;
        padding-bottom: 20px;
    }

    #index-2 .swiper-pagination-bullet {
        height: auto;
        text-align: center;
    }

    #index-2 .swiper-pagination li span {
        display: block;
        margin: 0 auto;
    }

    #index-2 .swiper-slide .content .mask {
        width: 100%;
        position: relative;
        padding: 20px 3%;
    }

    #index-2 #index-text {
        position: relative;
    }

    #index-2 #index-text .swiper-slide h1 {
        font-size: 20px;
        margin: 0;
    }

    #index-2 #index-text .swiper-slide h1:after {
        margin-top: 5px;
    }

    #index-2 #index-text .swiper-slide p {
        font-size: 14px;
        margin-top: 5px;
    }

    #index-2 a.more-link {
        margin-top: 10px;
    }


    .footer-top li {
        padding: 0 10px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    header .header-menu li em a, .header-menu.header-menu li > a {
        font-size: 14px;
    }

    header .header-menu li {
        padding: 0 10px;
    }

    header .header-right dd {
        padding-left: 0;
    }

    header .top-search {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 992px) {
     #mobile-black{
        color:#333!important;
    }
    .pc-show{
        display: none;
    }
    .mobile-show{
        display: block;
    }

	.copyright{
		height: auto;
		line-height: normal;
		padding:10px 3%;
		text-align: center;
	}
	.copyright a{
		display: inline-block;
	}
	.footer-top ul{
		width:100%;
	}
	.foot-content{
		width:100%;
		padding:20px 0;
	}
    .pro-list li p{
        line-height: 30px;
    }
    .show-mobile{
        display: block;
    }
    .hide-mobile{
        display: block;
    }
    #tuijian .swiper-slide .img, #tuijian .swiper-slide .txt{
        width: 100%;
        height: auto;
    }
    #tuijian .swiper-slide .txt{
        padding: 30px 0;
    }
    section .content .mask{
        position: relative!important;
        width: 100%!important;
        padding: 20px 0;
        margin: 0;
        display: block!important;
        top: auto!important;
    }
    #tuijian .swiper-button-prev,#tuijian .swiper-button-next{
        bottom: 50px;
    }
    #app li .content .mask{
        padding: 30px 3%;
    }
    h1 {
        font-size: 24px !important;
    }
    #subnav li a span{
        font-size: 30px;
    }
    #subnav li a p{
        line-height: normal;
    }
    a.more-link {
        height: 36px;
        line-height: 36px;
    }

    #index-2 .swiper-pagination .content {
        padding: 30px 0 0;
    }

    #index-2 .swiper-pagination ul {
        overflow: hidden;
        padding-bottom: 30px;
    }

    #index-2 .swiper-pagination li {
        background-color: transparent;
    }

    #index-2 .swiper-pagination li span {
        font-size: 40px;
    }

    #index-3 {
        padding: 0;
    }

    #index-3 .content .mask {
        position: static;
        width: 100%;
        height: auto;
        padding: 10px 0;

    }

    #index-3 .content .mask h1 span {
        display: inline-block;
    }

    #index-3 .main h1, #index-3 .content .mask h1, #index-4 .mask h1 {
        margin-top: 0;
    }

    .width, .main {
        width: 94% !important;
    }

    body {
        font-size: 14px;
        padding-top: 60px;
    }

    .subject2 b {
        font-size: 24px;
    }

    .top, .top-tel, .header-mid {
        display: none;

    }

    .cate-banner .content .mask div {
        width: 80%;
    }

    .cate-banner .content .mask div p {
        font-size: 14px;
        line-height: normal;
    }

    header {
        height: 60px;
        position: fixed;
        top: 0;
        border-bottom: 1px solid #ddd;
    }

    header .logo img {
        padding: 10px 0;
        width: auto;
        height: 60px;
    }

    #header-menu {
        display: none;
    }

    .header-menu {
        width: 100%;
        height: 100%;
        top: 60px;
        position: fixed;
        left: 0;
        background-color: rgba(0, 0, 0, .5);
    }

    .am-panel-group .am-panel {
        background-color: transparent;
        padding: 0;
        overflow: hidden;
    }

    .am-panel-group .am-panel + .am-panel {
        margin: 0;
    }

    .am-panel {
        box-shadow: none;
    }

    header .header-menu li {
        padding: 0;
    }

    .header-menu ul {
        width: 100%;
        height: 100%;
        padding: 4%;
        position: relative;
        top: 0;
        left: -100%;
        overflow-y: scroll;
        background-color: #eee;
        transition: all .5s;
    }

    .header-menu li dt {
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }

    .header-mid.nav-mini {
        display: block;
    }

    .header-mid.nav-mini ul {
        left: 0;

    }

    header .header-menu li .sub {
        width: 100%;
        left: 0;
        display: none;
    }

    header .header-menu li .sub.wide {
        width: 100% !important;
    }

    header .header-menu li .sub-menu, header .header-menu li em {
        padding: 0;
    }

    .header-menu ul li {
        border-top: 1px solid #ccc;
    }

    .header-menu ul li:last-child {
        border-bottom: 1px solid #ccc;
    }

    .am-panel-group .am-panel-hd + .am-panel-collapse .am-panel-bd {
        border: none;
    }

    header .header-menu li em a::before {
        display: none;
    }

    header .header-menu li em a, .header-menu.header-menu li > a {
        line-height: 3;
        font-size: 18px;
    }
    header .header-right dd{
        padding-left: 0;
    }
    header .header-right dd:first-child{
    padding-left: 5px;
}
    header .top-search span,header .header-right dd.lan {
        line-height: 60px;
        border:none;
        display: inline-block;
    }

    header .header-left {
        width: 50%;
        height: 60px;
    }

    header .header-right {
        width: 50%;
    }

    header #open_menu {
        display: block;
        line-height: 50px;
        font-size: 40px;
        margin-left: 0;
    }

    #subnav li {
        padding: 0;
    }

    #subnav li a, .home_path li {
        font-size: 14px;
    }

    header #open_menu .iconfont {
        font-size: 24px;
    }

    #LH-D800-1 .lh-right .content {
        margin: 30px 0;
    }

    .banner .swiper-button-next, .banner .swiper-button-prev {
        background-size: 20%;
        width: 30px;
        height: 30px;
        background-color: #fec616;
        border-radius: 50%;
        right: 10px;
        top: auto;
        bottom: 10%;
    }

    .banner .swiper-button-prev {
        right: 45px;
        left: auto;
        opacity: .5;
    }

    .piclist li {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .piclist li:nth-child(2n) {
        margin-right: 0;
    }

    #index-1 li h2 {
        font-size: 16px;
        font-weight: normal;
    }

    #index-1 li {
        padding: 20px;
    }

    #index-1 li .content {
        display: none;
    }

    #index-1 a.more-link {
        width: 100%;
        height: 30px;
        line-height: 30px;
        margin: 10px auto;
    }

    #index-2 .swiper-pagination li {
        width: 33.33333%;
    }

    #index-3 .main {
        width: 94%;
        padding: 30px 0;
    }

    #index-3 .index3-left, #index-3 .index3-right {
        width: 100%;
        float: none;
        padding: 0;
    }

    #index-3 .swiper-slide {
        padding: 20px;
    }

    .list-4 li {
        width: calc((100% - 10px) / 2);
        margin: 0 10px 10px 0;
        float: left;
        text-align: center;
    }

    .list-4 li:nth-child(2n) {
        margin-right: 0;
    }
    .mobile-100 li{
        width: 100%!important;
    }
    .mobile-50 li{
        width: 48%!important;
        margin: 0 0 10px 0;
    }
    .path .main {
        width: 100%;
    }

    .path .home_path {
        display: none;
    }

    .path .home_nav {
        width: 100%;
        float: none;
    }

    .path .home_nav #subnav {
        text-align: center;
    }

    .path .home_nav #subnav li {
        float: none;
        text-align: center;
        margin: 0 5px;
        display: inline-block;
    }

    .a-title h1 {
        font-size: 20px;
    }

    .foot-content .am-fr, .foot-content .am-fl {
        float: left;
        width: 50%;
    }

    .foot-content .foot-logo, .foot-content .am-fr .content {
        font-size: 12px;
    }

    footer {

    }

    /*总裁致辞*/
    .letter {
        margin: 0;
    }

    .letter .content {
        width: 100%;
        margin-top: 0;
    }

    .letter .content .text {
        padding: 30px 20px;
    }

    .letter .content .sign {
        margin-top: 40px;
    }

    .letter .content .sign img {
        width: 100px;
    }

    /*企业文化*/
    #culture {
        padding: 30px 0;
    }

    #culture .a-title {
        margin: 0 0 20px;
    }

    #culture .item {
        height: auto;
        overflow: hidden;
        padding: 20px;
    }

    #culture .item .am-u-md-4, #culture .item .am-u-md-8 {
        width: 100%;
    }

    #culture .item .am-u-md-4 {
        margin-bottom: 20px;
    }

    #culture .item .am-u-md-8 {
        text-align: center;
        font-size: 14px;
    }

    #culture .item .am-u-sm-12 {
        line-height: normal;
        padding: 0;
    }

    #culture .item .am-u-md-4:after {
        display: none;
    }

    #about-1, #about-2 {
        padding: 30px 0;
    }

    #about-1 .content {
        margin: 0;
        font-size: 15px;
    }

    /*案例*/
    .path .home_nav #subnav li {
        width: calc((100% - 20px) / 3);
        float: left;
        display: block;
        text-align: center;
        margin: 0 10px 10px 0;
        border: 1px solid #ccc;
    }

    #page_nav li {
        width: auto;
    }

    #subnav li a {
        line-height: 40px;
        padding: 0 20px;
        display: block;
        border: none;
    }

    #subnav li:before {
        height: 2px;
    }

    .path .home_nav #subnav li.hover {
        border-color: #008ed5;
    }

    #subnav li.hover a {
        color: #008ed5;
    }

    .path {
        width: 94%;
        margin: 0 auto;
    }

    .path .home_nav #subnav li:nth-child(3n) {
        margin-right: 0;
    }

    .list_pic {
        margin-top: 30px;
    }

    .list_pic li .pic {
        width: 100%;
        float: none;
    }

    .list_pic li .pic img {
        height: auto;
    }

    .list_pic li .content {
        width: 100%;
        padding: 20px 0;
        float: none;
    }

    .list_pic li .content h5 {
        font-size: 16px;
        line-height: normal;
        margin: 0;
    }

    .list_pic li .content p {
        font-size: 12px;
        line-height: normal;
        margin-top: 5px;
    }

    #news-main {
        padding: 30px 0;
    }

    .pro-left {
        display: none;
    }

    .pro-right {
        margin: 0;
    }

    .subject2 {
        padding: 0;
    }

    .subject {
        margin-bottom: 20px;
    }

    .wz_list {
        margin: 0;
    }

    .news_show .intro p {
        font-size: 15px;
        margin: 0 0 10px 0;
        line-height: 2;
    }

    .photo-list li {
        width: calc((100% - 10px) / 2);
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .photo-list li:nth-child(2n) {
        margin-right: 0;
    }

    .m-show {
        display: block;
    }

    .m-show h2 {
        font-size: 24px;
    }

    .photo_show .subject2 {
        display: none;
    }

    .photo-left, .photo-right {
        width: 100%;
        float: none;
        padding: 0;
    }

    .photo-right {
        margin-top: 20px;
    }

    .footer-top {
        height: auto;
        padding: 20px 0;
    }

    .footer-top li {
        line-height: 40px;
        width: 23%;
        text-align: center;
        margin: 1%;
        padding: 0;
        border: 1px solid #999;
    }
    .footer-top li ul{
        display: none;
    }
    .footer-top li:first-child {
        margin-left: 1%;
    }

    .cate-banner {
        width: 100%;
        max-height: 0;
        position: relative;
        overflow: hidden;
        background-size: 100% !important;
        background-attachment: scroll !important;
    }

    .cate-banner .content {
        height: 0;
        padding-bottom: 31.25%;
    }

    #nav_list li {
        line-height: 40px !important;
    }

    .lh-left, .lh-right {
        float: none;
        width: 100%;
    }

    #contact-1 .contact-left, #contact-1 .contact-right {
        float: none;
        width: 100%;
        height: auto;
        padding: 30px 20px;
        margin-bottom: 10px;
    }

    #contact-1 .content {
        padding: 0;
        height: auto;
    }

    .gallery-top {
        width: calc(100% - 60px) !important;

    }

    .gallery-thumbs .swiper-slide img {
        border: 1px solid #ddd;
        padding: 10px;
    }

    #LDS-50C #LDS-50C-1 .content .mask {
        top: -60px!important;
        position: absolute!important;
    }

    #LDS-50C-1 {
        padding: 90px 0 !important;
    }

    #LDS-50C-1 .content .mask_bottom {
        bottom: -60px;
    }

    #LDS-50C-1 .content .mask_bottom ul li {
        width: 20%;
        margin: 0;
        float: left;
        display: block;
    }

    #LDS-50C-1 .content .mask_bottom ul li span {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 30px;
    }

    #LDS-50C-1 .content .mask_bottom ul li p {
        font-size: 12px;
    }

    #LH-D800-2 {
        background-color: #008ed5;
        overflow: hidden;
        padding: 0 !important;
    }

    #LH-D800-2 .content {
        padding-bottom: 30px;
    }

    #LH-D800-2 .content .main, #LH-D800-2 .content .main .lh-left, #LH-D800-2 .content .main .lh-right {
        position: relative !important;
        display: block !important;
        text-align: center;
    }

    #LH-D800-1 .lh-right ul li p.t2 {
        font-size: 16px;
    }

    #LH-D800-2 .content > img {
        display: none;
    }

    #LH-D800-2 .content .main .lh-left {
        width: 100% !important;
        padding: 30px 0;
    }

    #LH-D800-3 .content .main, #LH-D800-2 .content .main {
        width: 100% !important;
        text-align: center;
        left: 0;

    }

    #LH-D800-2 .content .main .lh-left, #LH-D800-2 .content .main .lh-right {
        width: 100% !important;
    }

    #LH-D800-2 .content .main .lh-left p {
        color: #fff;
    }

    #LH-D800-2 .content .main .lh-left h1 {
        margin: 0;
    }

    #LH-D800-2 .content .main .lh-left h3 {
        font-size: 18px;
        margin: 0 0 20px;
        font-weight: normal;
    }

    #LH-D800-2 .content .main .lh-left p {
        font-size: 14px;
    }

    #LH-D800-3 p.t1 {
        font-size: 14px;
    }

    #LH-D800-3 li {
        width: 33.333%;
        margin-bottom: 15px;
    }

    #LH-D800-3 .list-3 li {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }

    #LH-D800-1 {
        padding-bottom: 30px !important;
    }

    #GL800-1 ul li {
        width: 33.3333% !important;
        margin: 0 0 20px 0 !important;
    }

    #LH-D800-5 .content .lh-left, #LH-D800-5 .content .lh-right {
        width: 100% !important;
        text-align: center;
    }

    #LH-D800-1 .lh-right {
        padding: 0 !important;
    }

    #LH-D800-5 .content .lh-left img {
        margin: 0 auto;
        display: block;
    }

    #LH-D800-4 h1, #LH-D800-5 h1, #LH-D800-6 h1 {
        margin-bottom: 10px !important;
    }

    #LH-D800-5 .content .lh-right p.t2 {
        margin-top: 0 !important;
    }

    section, #LH-D800-3 ul {
        padding: 30px 0 !important;
    }

    #LH-D800-3 .list-3 {
        padding: 0 !important;
    }

    #page_nav {
        padding: 0 !important;
    }

    #LH-D800-5 .content .lh-right li {
        width: 50% !important;
        text-align: left;
    }

    #LH-D800-5 .content {
        padding-bottom: 0;
    }

    .am-nav-tabs li a {
        line-height: normal !important;
    }

    #LDS-50C-2 {
        padding: 0 0 30px !important;
        overflow: hidden;
        background-color: #000;
    }

    #LDS-50C-2 .content .mask {
        width: 94% !important;
        margin: 30px auto 0;
        position: relative !important;
        display: block !important;
        top: auto!important;
    }
    #LDS-50C section .t1{
        font-size: 14px;
    }
    #LDS-50C-2 p br{
        display: inline-block!important;
    }
    #LDS-50C-3 .content img{
        width: 100%;
    }
    #LDS-50C-3 .content .mask .btn-group li{
        width: 45%;
        margin: 0;
    }
    #LDS-50C-4{
        padding: 0!important;
        background-color: #008ed5;
        overflow: hidden;
        margin-bottom: 20px;
    }

    #LDS-50C-4 .content:nth-child(3){
        background-color: #fff;
    }
    #LDS-50C-6 .swiper-container {
        margin-top: 20px !important;
    }
    #LDS-50C-5 .content{
        display: none;
        margin-top: 20px;
    }
    #LDS-50C-6 .swiper-slide .content .mask{
        position: absolute!important;
        top: 0!important;
        display: flex!important;
    }
    #LDS-50C-7{
        padding: 30px 0;
    }
    #LH-D2000-1 {
        background-color: #eee;
    }

    #LH-D2000-1 h1 {
        margin-bottom: 20px !important;
    }

    #LH-D2000-1 .am-tabs-bd {
        background-color: #fff;
    }
}

@media only screen and (max-width: 799px) {


    .foot-content .am-fr, .foot-content .am-fl {
        width: 100%;
        height: auto;
    }

    .list_pic li .content time {
        display: none;
    }
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 9999;
}


.home__flaps {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.home__flaps-row {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.home__flap {
    height: 100%;
    width: calc((100% - 0px) / 6);
}

.home__flap .inner {
    background-color: #008ed5;
    width: 100%;
    height: 100%;
    -webkit-animation: anmi-mask 0.8s forwards cubic-bezier(0.64, 0.08, 0.24, 0.94) 0.5s;
    animation: anmi-mask 0.8s forwards cubic-bezier(0.64, 0.08, 0.24, 0.94) 0.5s;
}

/*page mask*/
@keyframes anmi-mask {
    from {
        width: 100%
    }
    to {
        width: 0%;
    }
}

@-moz-keyframes anmi-mask {
    from {
        width: 100%
    }
    to {
        width: 0%;
    }
}

@-webkit-keyframes anmi-mask {
    from {
        width: 100%
    }
    to {
        width: 0%;
    }
}
@media screen and (max-width: 1440px) {
    #index-3 .index3-right .item_des .description{
        height: auto;
    }
    #index-3 .swiper-slide{
        padding-top: 42px;
    }
}

 .company-product li {
            line-height: 31px;
        }