@font-face {
    font-family: 'Oswald ExtraLight';
    src: url('../fonts/Oswald-ExtraLight.ttf');
    font-weight: normal;
    font-style: normal;
}

.ax-font-lighter {
    font-family: 'Oswald ExtraLight';
}

@font-face {
    font-family: 'Oswald Light';
    src: url('../fonts/Oswald-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

.ax-font-light {
    font-family: 'Oswald Light';
}

@font-face {
    font-family: 'Oswald Regular';
    src: url('../fonts/Oswald-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

.ax-font-regular {
    font-family: 'Oswald Regular';
}

@font-face {
    font-family: 'Oswald SemiBold';
    src: url('../fonts/Oswald-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}

.ax-font-bold {
    font-family: 'Oswald SemiBold';
}

@font-face {
    font-family: 'Oswald Bold';
    src: url('../fonts/Oswald-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'webfont';
    src: url('//at.alicdn.com/t/webfont_wkjlprxvx79.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_wkjlprxvx79.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/webfont_wkjlprxvx79.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/webfont_wkjlprxvx79.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/webfont_wkjlprxvx79.svg#思源黑体-极细') format('svg'); /* iOS 4.1- */
}

@font-face {
    font-family: 'webfont2';
    src: url('//at.alicdn.com/t/webfont_w6t3dmv3yq.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_w6t3dmv3yq.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/webfont_w6t3dmv3yq.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/webfont_w6t3dmv3yq.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/webfont_w6t3dmv3yq.svg#思源黑体-细') format('svg'); /* iOS 4.1- */
}

@font-face {
    font-family: 'webfont3';
    src: url('//at.alicdn.com/t/webfont_8ux1g77a55e.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_8ux1g77a55e.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/webfont_8ux1g77a55e.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/webfont_8ux1g77a55e.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/webfont_8ux1g77a55e.svg#思源黑体-粗') format('svg'); /* iOS 4.1- */
}

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 0;
}

.ax-font-bolder {
    font-family: 'Oswald Bold';
}

.ax-break-sm {
    height: 10px;
    overflow: hidden;
}

.ax-break-xxl {
    height: 28px;
    overflow: hidden;
}

.mt10 {
    margin-top: 40px;
}

.mt20 {
    margin-top: 40px;
}

.mt30 {
    margin-top: 40px;
}

.mt40 {
    margin-top: 40px;
}

.flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-4 li {
    width: 23%;
    margin-bottom: 30px;
}

.list-3 li {
    width: 31%;
}

.list-2 li {
    width: 48%;
}

.thumb {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}

.thumb a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
}

span.stitle {
    font-size: 32px;
}

#about-3 .big-title {
    padding: 20px 0;
    border-top: 3px solid #144d92;
    border-bottom: 3px solid #144d92;
    color: #144d92;

}

#about-3 .big-title p {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

#product-8 img {

    width: 100%;
}

.video {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.video video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.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.2, 1.2);
    -ms-transform: scale(1.2, 1.2); /* IE 9 */
    -moz-transform: scale(1.2, 1.2); /* Firefox */
    -webkit-transform: scale(1.2, 1.2); /* Safari and Chrome */
    -o-transform: scale(1.2, 1.2); /* Opera */
}

.cate-banner {
    overflow: hidden;
    position: relative;
    padding: 0;
    width: 100%;
}

.cate-banner img {
    width: 100%;
}

.cate-banner .content, .cate-banner .pro_content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

.cate-banner .content2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
}

.cate-banner .content .width {
    color: #fff;
    position: relative;
}

.cate-banner a,
.cate-banner .am-breadcrumb > .am-active,
.cate-banner .am-breadcrumb > li [class*=am-icon-]:before {
    color: #fff;
}

.cate-banner .pro_content .width {
    padding: 60px 0;
    height: 100%;
    font-family: "webfont3";
    position: relative;
    text-align: center;
}

.cate-banner h1 {
    font-size: 38px;
    font-weight: normal;
    line-height: normal;
    width: 100%;
    display: none;
}

.cate-banner ul.pro_menu {
    display: none;
}

.cate-banner .pro_content .width h1 {
    font-size: 50px;
    font-weight: normal;
    line-height: normal;
}


.cate-banner .content .width p {
    font-size: 16px;
}

.cate-banner .content .width .info {
    text-align: center;
    font-weight: bold;
    width: 100%;
}

.cate-banner .pro_content .pro_menu li {
    display: inline-block;
    position: relative;
}

.pro_menu li.active a {
    color: #f30;
}

.cate-banner .pro_content .pro_menu li a {
    padding: 0 20px;
    font-size: 26px;
}

.cate-banner .pro_content .pro_menu li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 6px;
    height: 26px;
    width: 1px;
    background-color: #333;
}

.cate-banner .pro_content .pro_menu li:last-child:after {
    display: none;
}

.cate-banner .pro_content .pro_data {
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    padding: 40px 0;
    width: 100%;
    left: 0;
    bottom: 60px;
}

.cate-banner .pro_content .pro_data li {
    float: left;
    text-align: center;
    width: 25%;
    color: #fff;
}

.cate-banner .pro_content .pro_data li + li {
    border-left: 1px solid #ccc;
}

.cate-banner .pro_content .pro_data li h2 {
    font-size: 40px;
    margin: 0;
    line-height: normal;
    font-weight: bold;
}

.cate-banner .pro_content .pro_data li p {
    margin: 0;
}

#product-1 {
    background-color: #eee;
    padding: 60px 0 120px;
}

#product-1 .gallery {
    overflow: hidden;
}

#product-1 .swiper-container {
    float: left;
    margin-bottom: -40px;
}

#product-1 .gallery-top {
    margin-top: -40px;
    width: 50%;
}

#product-1 .gallery-thumbs {
    width: 50%;
    padding-left: 40px;
    padding-top: 100px;
}

#product-1 .gallery-thumbs h1 {
    font-size: 40px;
    margin-bottom: 0;
    font-family: webfont3;
}

#product-1 .gallery-thumbs h3 {
    font-size: 24px;
    margin: 20px 0;
}

#product-1 .gallery-thumbs .swiper-slide {
    cursor: pointer;
}

#product-1 .gallery-thumbs .swiper-slide img {
    opacity: 0.4;
    border: 1px solid #999;
}

#product-1 .gallery-thumbs .swiper-slide-thumb-active img {
    opacity: 1;
    border-color: #0a6999;
}

#product-1 .gallery-thumbs .bz {
    font-size: 16px;
    margin-top: 10px;
    color: #666;
}

.more-link {
    margin-top: -60px;
    position: relative;
    z-index: 9;
}

button.more {
    width: 214px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    margin: 0 20px;
    background-color: transparent;
    border: 1px solid #333;
    border-radius: 25px;
    transition: all .5s;
    position: relative;
}

button.more a {
    color: inherit;
}

button.more:hover {
    border-color: #0a6999;
    background-color: #0a6999;
    color: #fff;
}

.more-link .content {
    display: none;
    background-color: #fff;
    padding: 30px;
    color: #333;
    width: 60%;
    float: none;
    position: relative;
    left: 20%;
    top: 80px;
}

.am-table td p {
    line-height: 1.5;
    margin: 0;
}

#product-2 {
    padding: 60px 0;
    text-align: center;
}

#product-2 h1 {
    font-size: 48px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 60px;
}

#product-2 h1 span {
    display: block;
}

#product-2 .swiper-slide {
    position: relative;
}

#product-2 .peijian-top .swiper-slide .content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    background-color: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    z-index: 99;
    color: #fff;
}

#product-2 .peijian-top .swiper-slide .content h2 {
    font-size: 42px;
    margin: 0;
    font-weight: normal;
}

#product-2 .peijian-top .swiper-slide .content p {
    font-size: 16px;
    margin: 0;
}

#product-2 .peijian-top {
    margin-bottom: 10px;
}

#product-2 .peijian-thumbs .swiper-slide {
    cursor: pointer;
    opacity: 0.5;
}

#product-2 .peijian-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

#product-2 .peijian-thumbs .swiper-slide .content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 70px 0 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99;
    color: #fff;
}

#product-2 .peijian-thumbs .swiper-slide .content p {
    margin: 0;
    font-size: 14px;
}

#product-3 {
    background: url("/../../images/product3-bg.jpg") no-repeat center;
}

#product-3 .swiper-slide {
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}

#product-3 .content {
    width: 100%;
    padding: 60px 30px;
    background: rgba(6, 71, 132, 0.82);
    box-shadow: 0 0 30px #000;
    color: #fff;
    overflow: hidden;
}

#product-3 p {
    margin: 0 0 10px;
}

#product-3 h3 {
    font-size: 20px;
}

#product-3 h1 {
    font-size: 48px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin-bottom: 50px;
}


#product-3 li > img {
    border-radius: 10px;
}

#product-3 li h3 {
    font-size: 30px;
    font-weight: normal;
    margin: 0;
    padding: 40px 0 10px;
}

#product-3 li p {
    font-size: 16px;
    margin: 0 0 20px;
}

#product-4 {
    padding: 0;
    text-align: center;
}

#product-4 h1, #product-6 h1, #product-7 h1, #product-8 h1, #product-9 h1, #product-10 h1, #pro_table h1 {
    font-size: 48px;
    font-weight: normal;
    padding: 60px 0 40px;
    margin: 0;
    line-height: 1.6;
    text-align: center;
}

#product-4 h1 span {
    display: block;
}

#product-5 ul {
    display: flex;
    flex-wrap: wrap;
}

#product-5 ul li {
    width: calc((100% - 56px) / 3);
    float: left;
    margin-bottom: 50px;
    margin-right: 28px;
    text-align: center;
    height: 360px;
}

#product-5 li:nth-child(3n) {
    margin-right: 0;
}

#product-5 li h4 {
    font-size: 24px;
    font-weight: normal;
    margin: 20px 0 10px

}

#product-5 li p {
    font-size: 14px;
    margin: 0;
}

#product-5 li span.bz {
    display: block;
    font-size: 12px;
    color: #ccc;
}

#product-5 .order {
    clear: both;
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #000;
    color: #fff;
    border-radius: 25px;
    margin: 0 auto;
    border: none;
    transition: all .5s;
}

#product-5 .order:hover {
    background-color: #00498d;
}

#product-6 {
    background-color: #f4f4f4;
}

#product-6 {
    padding: 0 0 60px;
}

#product-6 h1 {
    text-align: center;
}

#product-6 select, #product-6 input {
    width: 320px;
    max-width: 100%;
}

#product-6 .yysj {
    border: 1px solid #00498d;
    background-color: #fff;
    color: #00498d;
    width: 80%;
    margin: 0 auto;
    padding: 40px;
}

#product-6 .yysj h3 {
    font-size: 40px;
    margin: 0;
    font-weight: normal;
}

#product-6 .yysj p {
    font-size: 16px;
    margin: 0;
}

#product-6 .yysj form {
    margin-top: 30px;
    padding: 20px 0;
}

#product-6 .yysj form label {
    text-align: left;
}

#product-6 .yysj form input {
    width: 100%;
}

#product-6 .yysj form #code {
    width: 45%;
}

#product-6 .yysj form button {
    width: 45%;
}

#product-7 {
    padding: 0;
    text-align: center;
    overflow: hidden;
}

#product-7 .width {
    position: relative;

    overflow: hidden;
}

#product-7 .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#product-7 .mask span {
    font-size: 100px;
    color: #fff;
    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;
}

#product-7 .mask:hover span {
    transform: rotate(360deg);
}

#product-8, #product-10 {
    padding: 0 0 60px;
}

#product-8 ul li, #product-10 .type li {
    width: calc((100% - 60px) / 3);
    float: left;
    padding: 0;
    background-color: #fff;
    margin-bottom: 30px;
    margin-right: 30px;
}

#product-8 ul li:nth-child(3n), #product-10 .type li:nth-child(3n) {
    margin-right: 0;
}


#product-8 li .mask, #product-10 .type li .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9;

}

#product-8 li, #product-10 .type li {
    position: relative;
}

#product-8 li .mask p, #product-10 .type li .mask p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0;
}

#product-8 li .mask p span, #product-10 .type li .mask p span {
    font-size: 40px;
}

#product-8 li:hover .mask, #product-10 .type li:hover .mask {
    opacity: 1;
}

#product-9 {
    padding: 0;
}

#product-9 .width .swiper-slide {
    background-color: #f4f4f4;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    height: 205px;
}


#product-9 .width .swiper-slide h3 {
    font-size: 20px;
    color: #2c7dc6;
}

#product-9 .width .swiper-slide p.time {
    font-size: 12px;
    color: #999;
}

#pro_table {
    clear: both;
}

#pro_table .am-scrollable-horizontal {
    height: 500px;
    overflow-y: auto;
}

.td_title {
    background-color: #03498c !important;
    color: #fff !important;
}

.am-table td p {
    line-height: 1.8;
    margin-bottom: 10px;
}

tr:hover .td_title {
    background-color: #03498c !important;
}

.product-list h1 {
    font-size: 48px;
    font-weight: normal;
    padding: 0 0 40px;
    text-align: center;
}

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {

    font-size: 32px;
    text-align: center;
    margin-bottom: 60px;
}

.section-title span {
    font-size: 18px;
    display: block;
    font-weight: normal;
    margin-top: 20px;
}

#about-1 {
    background-color: #f7f7f7;
}

#about-1 .content p {
    margin-bottom: 15px;
    font-size: 18px;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.8;
}

#about-1 h3 {
    font-size: 30px;
    font-family: webfont3;
}

#about-1 .data {
    padding: 30px 0;
}

#about-1 .item {
    width: 33.3333%;
    padding-bottom: 10px;
    float: left;
    text-align: center;
}

#about-1 .item:nth-child(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

#about-1 .item .num {
    font-size: 58px;
    font-family: webfont3;
    color: #00498d;
}

#about-1 .item p {
    margin: 0;
    font-size: 16px;
    text-align: center
}

#about-1 .item #num1:after {
    content: '年';
    font-size: 16px;
    display: inline-block;
    padding-left: 10px;
    color: #00498d;
}

#about-1 .item #num2:after {
    content: '家';
    font-size: 16px;
    display: inline-block;
    padding-left: 10px;
    color: #00498d;
}

#about-1 .item #num3:after {
    content: '+';
    font-size: 16px;
    display: inline-block;
    padding-left: 10px;
    font-family: simsun;
    color: #00498d;
}

#about-2 {
    background: url("/../../images/about2-bg.jpg") no-repeat center;
}

#about-2 .swiper-slide img {
    width: 100%;
    position: relative;
}

#about-2 .swiper-slide .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 10;
    transition: all .5s;
}

#about-2 .about2 {
    padding-bottom: 40px;
}

#about-4 .about4 .swiper-pagination {
    margin-bottom: 60px;
}

#about-2 .swiper-slide .mask p {
    font-size: 12px;
    color: #fff;
}

#about-2 .swiper-slide:hover .mask {

    opacity: 1;
}

#about-2 .swiper-slide p {
    text-align: center;
    margin: 10px 0 0;
}

#about-2 .swiper-slide .mask span {
    color: #fff;
    font-size: 30px;
}

#about-3 p {
    font-size: 17px;
    line-height: 2;
    margin-bottom: 20px;
}

#about-3 .about3-left {
    width: 50%;
    float: left;
    padding-right: 20px;
}

#about-3 .about3-right {
    width: 50%;
    float: left;
    padding-left: 20px;
}

#about-4 {
    background-color: #c2d5e7;
    padding-bottom: 0;
}

#about-4 .swiper-container {
    background-color: #f4f4f4;
    padding: 120px 0;
    overflow: hidden;
}


#about-4 .swiper-slide p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}

#about-4 .swiper-container .swiper-pagination-bullet {
    background-color: #333;
}

#about-4 .swiper-container .swiper-pagination-bullet-active {
    background-color: #196aff;
}

#about-4 a.more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    margin: 30px auto;
    border: 1px solid #000;
    color: #000;
    transition: all .5s;
}

#about-4 a.more:hover {
    background-color: #00376a;
    color: #fff;
    border-color: #00376a;
}

#about-5 {
    padding: 0;
}

#cate-nav {
    padding: 20px 0;
    background-color: #f5f5f5;
}

.cate-list {
    text-align: center;
}

.cate-list li {
    display: inline-block;
    margin: 0 20px;
    font-size: 18px;
}

#service-0 {
    padding: 60px 0;
}

#service-0 .am-u-md-5 img {
    width: 80%;
}

#service-0 .am-u-md-7 {
    padding-top: 60px;
}

#service-0 .width {
    padding: 0 60px;
}

#service-0 .width p {
    font-size: 18px;
}

#service-0 .width p span {
    display: block;
}

#service-1 {
    background-color: #f5f5f5;
}

#service-1 li {
    float: left;
    width: 33.33333%;
    padding: 20px 30px 40px;
    color: #00498d;
    text-align: center;
}

#service-1 li h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

#service-1 li span.iconfont {
    font-size: 60px;
    line-height: normal;
}

#service-1 li p {
    font-size: 16px;
    text-align: justify;
    color: #333;
}

#service-1 span.alink {
    color: #00498d;
    text-decoration: underline;
}

#service-1 ul {
    padding: 0;
    overflow: hidden;
}

#service-1 li:nth-child(2), #service-1 ul {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

span.more {
    color: #999;
    font-size: 14px;
    cursor: pointer;
    padding-left: 20px;
}

#service-2 {
    background: url("/../../images/service2-bg.jpg") no-repeat center;
}

#service-2 .width {
    height: 400px;
    display: flex;
    align-items: center;
}

#service-2 .section-title {
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

#service-2 p {
    font-size: 18px;
    color: #fff;
}

#service-3 .section-title {
    text-align: left;
    margin-bottom: 20px;
}

#service-3 p {
    font-size: 18px;
}

#service-3 .contact-list li {
    width: 46%;
    float: left;
    margin-left: 4%;
    background-color: #00498d;
    padding: 30px;
    color: #fff;
    text-align: center;
}

#service-3 .contact-list li h3 {
    font-size: 30px;
    margin: 20px 0 10px;
    line-height: normal;
}

#service-3 .contact-list h2 {
    font-size: 30px;
    color: red;
    font-weight: bold;
    margin-left: 4%;
}

#service-3 .contact-list li span.iconfont {
    font-size: 40px;
}

#service-3 .contact-list li h3 span, #service-3 .contact-list li p {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 30px;
}

#service-3 .contact-list li h3 span {
    padding-left: 5px;
}

#map {
    position: relative;
    width: 100%;
}

#contact {
    min-width: 300px;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding: 0 30px;
    background-color: rgba(0, 73, 141, 0.9);
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 9;
}

#contact span.iconfont {
    font-size: 20px;
}

/*首页*/


.a-title {
    text-align: center;
    margin-bottom: 30px;
}

.a-title h1 {
    font-size: 46px;
    line-height: normal;
    font-family: webfont;
    font-weight: normal;
}

.a-title span.icon-video {
    font-size: 80px;
    display: block;
    line-height: normal;
    cursor: pointer;
    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;
}

.a-title:hover span.icon-video {
    transform: rotate(360deg);
}

.a-title a {
    color: #fff;
}


/*产品页左侧导航 */
.scrollspy-nav {
    position: fixed;
    top: 30%;
    height: auto !important;
    left: 0;
    padding: 20px;
    overflow: hidden;
    z-index: 98;
    background-color: rgba(255, 255, 255, .8);
}

.scrollspy-nav ul {
    margin: 0;
    padding: 0;
}

.scrollspy-nav li {
    display: block;
    height: 25px;
    overflow: hidden;
    float: none;
    margin: 0;
}

.scrollspy-nav li a {
    color: #333;
    font-size: 15px;
    position: relative;
    transition: all .3s;
}

.scrollspy-nav li a span {
    position: relative;
    color: rgba(0, 0, 0, .5);
    transition: all .3s;
}

.scrollspy-nav li:hover a span, .scrollspy-nav li.am-active a span, .scrollspy-nav li.am-active a {
    font-size: 15px;
    color: #f30;
    font-weight: normal;
}

.scrollspy-nav li a span:before {
    background-color: rgba(0, 0, 0, .5);
}

.scrollspy-nav li a span:before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 50%;
    transition: all .3s;
    margin-right: 5px;
}

.scrollspy-nav li.am-active a span:before,
.scrollspy-nav li:hover a span:before {
    background-color: #f30;
    border-color: #f30;
}

.scrollspy-nav li:hover a {
    color: #f30;
}

.qrcode {
    display: inline-block;
    width: 140px;
    height: 140px;
    padding: 20px;
    position: relative;
    background: rgba(255, 255, 255, .1)
}

.qrcode:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.qrcode:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}

.copyright {
    color: #fff;
    padding: 10px 5%;
    color: rgba(255, 255, 255, .5);
    background: #024672;
}

.copyright a {
    color: rgba(255, 255, 255, .5);
    display: inline-block;
}

.copyright a:hover {
    color: #3deeff;
}

@media only screen and (max-width: 1440px) {
    #product-1 .gallery-thumbs {
        padding-top: 30px;

    }
}

@media only screen and (max-width: 1280px) {

    #about-3 .big-title {
        padding: 10px 0;
    }

    #about-3 .big-title p {
        font-size: 20px;
    }

    #about-2 .swiper-slide img {
        height: auto;
    }
}

@media only screen and (max-width: 992px) {
    #about-4 {
        padding-top: 15px;
    }

    .cate-banner h1 {
        font-size: 24px;
        margin: 0 0 10px 0;
    }

    #pro-main .list-4 li.box {
        width: 100%;
        margin-bottom: 15px;
    }

    .pagelist li {
        font-size: 12px;
    }

    .pagelist li a {
        padding: 2px 8px;
    }

    .box p.date {
        margin: 0;
    }

    .cate-banner .content h1, .cate-banner .pro_content h1 {
        margin: 0 0 3%;
    }

    ::-webkit-scrollbar {
        width: 1px;
    }

    .width {
        width: 96%;
    }

    section {
        padding: 30px 0;
    }

    .news_show .intro section {
        padding: 0;
    }

    .am-hide-sm {
        display: none !important;
    }

    .am-show-sm-only {
        display: block !important;
    }

    #pro_table .am-scrollable-horizontal {
        height: auto;
        overflow-y: hidden;
    }


    .a-title h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .a-title span.icon-video {
        font-size: 40px;
    }


    .cate-banner .pro_content .pro_data li h2 {
        font-size: 24px;
    }

    .cate-banner .pro_content .pro_data li p {
        font-size: 14px;
    }

    span.stitle {
        font-size: 18px;
    }

    /*.cate-banner .content, .cate-banner .pro_content {*/
    /*position: relative;*/
    /*}*/
    .cate-banner .pro_content {
        position: static;
    }

    .cate-banner .pro_content .width {
        padding: 20px 10px;
        width: 100%;
    }

    .cate-banner .pro_content .pro_data {
        position: static;
        padding: 0;
        margin-top: 20px;
        overflow: hidden;
        background-color: transparent;
    }

    .cate-banner .pro_content .pro_data li {
        width: 48%;
        height: 90px;
        background-color: #000;
        margin: 1%;
        padding: 15px 0;
        float: left;
    }

    .cate-banner .pro_content .pro_data li + li {
        border-left: none;
    }

    .cate-banner .pro_content .pro_menu li a {
        font-size: 16px;
        padding: 0 10px;
    }

    .cate-banner .pro_content .pro_menu li:after {
        height: 14px;
    }

    #scrollspy-nav {
        display: none !important;
    }

    #product-1 {
        padding: 0 0 30px;
    }

    .gallery .am-show-sm-only p {
        font-size: 14px;
        margin: 10px 0;
    }

    #product-1 {
        background-color: #fff;
        color: #333;
    }

    #product-1 .gallery-top, #product-1 .gallery-thumbs {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #product-1 .gallery-thumbs .swiper-wrapper {
        display: block;

    }

    #product-1 .gallery-thumbs .swiper-slide {
        margin: 0 2px !important;
        display: inline-block;
    }

    #product-1 h1 {
        margin: 0;
    }

    #product-1 h3 {
        margin: 10px 0;
    }

    #product-2 {
        padding: 10px 0 30px;
    }

    #product-1 .gallery-thumbs .swiper-slide-thumb-active img {
        border-color: #395cdd;
    }

    #product-2 h1, #product-3 h1, #product-4 h1, #product-6 h1, #product-7 h1, #product-8 h1, #product-9 h1, #product-10 h1, #pro_table h1 {
        font-size: 24px;
        margin: 20px 0;
        padding: 0;
    }

    #product-2 .peijian-top .swiper-slide .content h2 {
        font-size: 16px;
    }

    #product-2 .peijian-top .swiper-slide .content p {
        font-size: 12px;
    }

    #product-2 .peijian-top .swiper-slide .content {
        padding: 10px 0;
        height: auto;
        top: auto;
        bottom: 0;
    }

    .more-link {
        margin: 20px 0 0;
    }

    button.more {
        width: 100%;
        margin: 0 2.5%;
    }

    #product-3 {
        background-color: #000;
    }

    #product-3 li {
        width: 100%;
        padding: 10px;
        margin: 0;
    }

    #product-3 li h3 {
        font-size: 16px;
        padding: 0;
    }

    #product-3 .content {
        padding: 10px;
        font-size: 14px;
    }

    #product-3 table td {
        font-size: 14px;
    }

    #product-5 ul {
        overflow: hidden;
        margin-bottom: 20px;
    }

    #product-5 ul li {
        width: 46%;
        margin: 2%;
        height: auto;
    }

    #product-5 li:nth-child(3n) {
        margin: 2%;
    }

    #product-5 ul li img {

    }

    #product-5 li h4 {
        font-size: 14px;
        margin: 0;
    }

    #product-5 li p {
        font-size: 12px;
        text-align: left;
        display: none;
    }

    #product-6 .width {
        width: 100%;
    }

    #product-6 .yysj {
        width: 100%;
        padding: 20px;
    }

    #product-6 .am-form-label {
        padding: 0;
    }

    #product-6 .am-form input[type=text] {
        line-height: 30px;
        padding: 0 5px;
    }

    #product-6 .am-margin-left {
        margin-left: 5px;
    }

    #product-7 video {
        width: 100%;
    }

    #product-7 .mask span {
        font-size: 60px;
    }

    #product-8 {
        padding: 30px 0;
    }

    #product-8 .width, #product-10 .width {
        width: 98%;
    }

    #product-8 ul li, #product-8 ul li:first-child, #product-10 ul li:nth-child(4) {
        width: 48%;
        margin: 1%;
    }

    #product-8 ul li:nth-child(3n), #product-10 .type li:nth-child(3n) {
        margin: 1%;
    }

    #product-9 .width {
        width: 100%;
    }

    #product-9 .width ul {
        padding: 0;
        background-color: #fff;
    }

    #product-9 .width li {
        width: 96%;
        background-color: #f5f5f5;
        float: none;
        padding: 20px;
        margin: 2% auto;
    }

    #product-9 .width li + li {
        border-left: none;
    }

    #product-3 h3 {
        font-size: 18px;
    }

    #pro_table table td {
        font-size: 14px;
    }

    .am-icon-angle-right:before {
        content: "\f106";
        transition: all .5s;
    }

    .am-collapsed .am-icon-angle-right:before {
        content: "\f105";
        transition: all .5s;
    }

    .cate-banner .content .width h1 {
        font-size: 24px;
        margin: 0;
        text-align: center;
    }

    .cate-banner .content .width p {
        text-align: center;
    }

    #about-1 .content p {
        font-size: 14px;

    }

    .section-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    #about-1 .item {
        width: 100%;
    }

    #about-1 .item .num {
        font-size: 32px;
    }

    #about-1 .item p {
        font-size: 14px;
    }

    #about-1 .item:nth-child(2) {
        border: none;
    }

    #about-3 .big-title {
        padding: 10px 0;
        border-top: 1px solid #144d92;
        border-bottom: 1px solid #144d92;
    }

    #about-3 .big-title p {
        font-size: 18px;
        line-height: 1.5;
        font-weight: normal;
    }

    #about-2 .swiper-slide img {
        height: auto;
    }

    .section-title span {
        margin-top: 10px;
    }

    #about-4 .swiper-container {
        padding: 30px 0;
    }

    #about-4 .about4 .swiper-pagination {
        margin-bottom: 5px;
    }

    #service-0 {
        padding: 30px 0;
    }

    #service-0 .width {
        padding: 0;
    }

    #service-0 .am-u-md-5 img {
        display: block;
        margin: 0 auto;
    }

    #service-0 .width p {
        font-size: 16px;
        text-align: justify;
    }

    #service-0 .am-u-md-7 {
        padding-top: 20px;
    }

    #service-1 li {
        width: 100%;
        padding: 20px;
        background-color: #fff;
        margin-bottom: 10px;
    }

    #service-1 li:nth-child(2), #service-1 ul {
        border: none;
    }

    #service-2 {
        -webkit-background-size: cover;
        background-size: cover;
    }

    #service-3 p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    #service-3 .contact-list h2 {
        margin-left: 0;
        font-size: 24px;
    }

    #service-3 .contact-list li {
        width: 100%;
        margin: 0 0 10px;
        padding: 20px;
    }

    #masonry .box {
        margin-bottom: 10px;
        float: left;
        padding: 10px;
        width: calc((100% - 10px) / 2);
        background-color: #fff;
        border: 1px solid #eee;
        transition: all .5s;
    }

    #pro-main {
        padding: 0;
    }

    .amap-container {
        height: 300px !important;
        overflow: hidden;
    }

    .amap-info-content {
        padding: 20px 10px;
        font-size: 14px;
        overflow: hidden;
    }

    #contact {
        display: none;
    }

    #contact-2 {
        width: 100%;
        background-color: #00498d;
        color: #fff;
        height: auto;
        padding: 20px;
        overflow: hidden;
    }

    #contact-2 p {
        margin: 0;
        line-height: 40px;
    }

    .amap-overlays {
        display: none;
    }

    .am-modal-dialog {
        width: 100%;
    }

    .am-modal-dialog form.am-margin {
        margin: 10px;
    }

    .am-modal-dialog .am-close {
        width: auto;
        font-size: 40px;
        line-height: normal;
        font-weight: normal;
        color: #ccc;
        opacity: 1;
        top: -10px;
        right: 10px;
    }

    .plug_service {
        display: none !important;
    }

    .article-left {
        display: none;
    }

    .article-right {
        margin: 0;
        width: 100%;
    }

    .subject2 {
        padding-bottom: 5px;
        text-align: center;
    }

    .subject2 b {
        font-size: 22px;
    }

    .news_show .info {
        margin: 5px 0;
        text-align: center;
        width: 100%;
    }

    .news_show .am-breadcrumb {
        display: none;
    }

    .news_show .intro p {
        font-size: 16px;
        text-align: justify;
        margin: 0 0 10px;
    }

    .wz_list li {
        line-height: 30px;
    }

    .wz_list li p {
        margin: 0;
        font-size: 12px;
    }

    #news-main {
        padding: 30px 0;
    }

    .news_content {
        margin: 0 auto;
    }

    #about-3 .about3-left, #about-3 .about3-right {
        width: 100%;
        float: none;
        padding: 0;
    }
}

.menu-item {
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    display: none;
    background-color: #f9f9f9;
    padding: 30px 0 0;
    z-index: 9999999;
}

.menu-item .content {
    width: 72%;
    margin: 0 auto;
    overflow: hidden;
}

.menu-item ul {
    clear: both;
    margin-bottom: 20px;
}

.menu-item .subject {
    text-align: left;
}

.menu-item .content h3 {
    font-size: 24px;
    font-weight: bold;
}

.menu-item ul {
    padding: 20px 0;
    overflow: hidden;
}

.menu-item li {
    float: left;
    width: 16.666667%;
    padding: 20px;
    transition: all .5s;
}

.menu-item li:hover {
    background-color: #afafaf;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.menu-item li p {
    color: #333;
    margin: 0;
    font-size: 14px;
}


.menu-li:hover .menu-item {
    display: block;
}

/*案例*/
.case_list {
    margin-top: 30px;
}

.case_list li {
    width: calc((100% - 60px) / 4);
    float: left;
    text-align: center;
    margin-right: 20px;
}

.case_list li:last-child {
    margin-right: 0;
}

.case_list li img {
    height: 200px;
    overflow: hidden;
}

.mobile_code {
    margin-top: 30px;
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
    color: #fff;
}

.mobile_code img {
    width: 60%;
}

.intro_video {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background-color: #000;
    position: relative;
}

.intro_video video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 1500px) {
    .menu-item {
        top: 80px;
    }

    .mobile_code {
        margin-top: 20px;
        text-align: center;
        padding-left: 0;
    }

    #icon_module {
        top: 30%;
    }

}