a:hover {
    color: #0075c1;
}

.web-color {
    color: #0075c1 !important;
}
body{
    padding-top:70px;
}
ul, ol {
    padding: 0;
}

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.img-opacity {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

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

/*Top*/
.Top {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    height: 70px;
    border-bottom: 1px solid transparent;
}

._mini .Top {
    background-color: #fff;
    border-color: #e5e5e5;
}

.Top .width .top-right {
    float: right;
}

.Top .width .top-right dl {
    margin: 0;
}

.Top .top-left {
    float: left;
}

.Top .top-left .logo img {
    height: 50px;
    margin-top: 10px;
}

.Top .top-right {
    float: right;
    line-height: 69px;
}

.Top .top-right dl > * {
    float: left;
}

.Top .top-right dd {
    text-align: right;
    font-size: 20px;
    color: #0075c1;
    font-weight: bold;
    margin: 0;
}

.Top .top-right dd span {
    font-size: 20px;
    padding-right: 5px;
    font-weight: normal;
}

.Top .top-right dt::after {
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 1px;
    background: #d1d1d1;
    height: 12px;
    margin: 0 16px;
}

.Top .top-right dt {
    position: relative;
}

.Top .top-right dt .open-search {
    width: 30px;
    float: left;
}

.Top .top-right dt .open-search:hover {
    color: inherit;
}

.Top .top-right dt .open-search span {
    font-size: 20px;
    line-height: 46px;
}

.Top .search-box {
    position: absolute;
    right: 15px;
    top: 70px;
    width: 300px;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    line-height: normal;
}

.Top .search-box::before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.8);
    right: 20px;
    top: -20px;
}

.Top .search-box .text {
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 46px 0 10px;
    border: none;
    background: none;
    color: #fff;
    font-size: 14px;
}


.Top .search-box .btn {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 46px;
    color: #fff;
    padding: 0 10px;
    background: none;
    border: none;
    height: 46px;
}

.Top .search-box .btn span {
    font-size: 20px;
    color: #fff;
}

.top-menu, .top-right .top-search {
    display: inline-block;
}

.top-menu li {
    float: left;
    padding: 0 24px;
    position: relative;
}

.top-menu li > a {
    display: block;
    line-height: 68px;
    font-size: 14px;
}

.top-sub {
    position: absolute;
    left: 0;
    width: 130px;
    display: none;
    background-color: #f6f7f9;
    border-top: 1px solid #e1e1e1;
    transition: background 0.5s cubic-bezier(0.445, 0.145, 0.385, 1);
    padding-bottom: 13px;
    border-bottom: 4px solid #999;
}

.list:nth-child(2) .top-sub {
    width: 150px;
}

.top-sub ul li {
    padding: 0;
    width: 100%;
}

.top-sub ul li .img {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    vertical-align: top;
}

.top-sub ul li .img span {
    font-size: 20px;
    color: #000;
}

.top-sub ul li .txt {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    transition: color 0.5s cubic-bezier(0.445, 0.145, 0.385, 1);
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}

.top-sub ul {
    display: table;
    margin: 0 auto;
    padding: 30px 0 10px 0;
    overflow: hidden;
}

.top-sub ul li a {
    color: #555;
    transition: 0.3s;
    display: block;
    padding: 13px 15px;
    text-align: left;
    font-size: 0;
    position: relative;
    line-height: normal;
}

.top-sub ul li a:after {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
    background: #0075c1;
    transition: transform 0.5s cubic-bezier(0.445, 0.145, 0.385, 1);
    transform: scaleY(0);
    transform-origin: bottom center;
}

.top-sub ul li:hover a {
    background-color: #ffffff;
}

.top-sub ul li:hover .img span, .top-sub ul li:hover .txt {
    color: #0075c1;
}

.top-sub ul li:hover a:after {
    transform-origin: top center;
    transform: scaleY(1);
}

.top-sub ul li a:hover {
    color: #0075c1;
}

.top-sub ul li a:hover img {
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}

/*Top end*/
.banner {
    width: 100%;
}


section .bx-controls-direction a {
    background-color: #f9f9f9;
}

section .bx-controls-direction a:hover {
    background-color: #c81623;
}

section .bx-controls-direction a::before {
    width: 13px;
    background: url(../images/info_pn.gif) no-repeat left top;
}

section .bx-controls-direction a.bx-next::before {
    background-position: right top;
}

section .bx-controls-direction a.bx-prev:hover::before {
    background-position: left bottom;
}

section .bx-controls-direction a.bx-next:hover::before {
    background-position: right bottom;
}

section .title,
section .width {
    position: relative;
}

.ani-things {
    position: absolute;
    background: #c81623;
    transition: height ease-in-out 0.5s;
}

section .title .ani-things {
    height: 0;
    left: 90px;
    top: 0;
    width: 4px;
}

section .title .ani-things.show {
    height: 203px;
}

.index-more {
    background: url(../images/index-more.png) no-repeat right center;
    width: 128px;
    height: 30px;
    line-height: 30px;
    display: block;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
}

.index-more:hover {
    color: #fff;
    background-image: url(../images/index-more-hover.jpg);
}

#index-1 {
    padding: 90px 0;
    overflow: hidden;
}


#index-1 .index1-left {
    width: calc(50% - 5px);
    margin-right: 5px;
    float: left;

}

#index-1 .index1-right {
    width: calc(50% - 5px);
    float: right;
}
.mt5 {
    margin-top: 5px;
}
.mb5 {
    margin-bottom: 5px;
}

#index-1 .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 10%;
    text-align: center;
    z-index: 9;
}

#index-1 .mask p {
    margin: 0;
}

#index-1 .index1-right .item {
    position: relative;
    float: left;
}

#index-1 .index1-right .item img {
    width: auto;
    height: 100%;
}

#index-1 .mask h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    line-height: normal;
}

#index-1 .index1-right .mask {
    text-align: left;
    padding-left: 10%;
}

 a.more-link {
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    display: block;
    left: 50%;
    margin-left: -70px;
    bottom: 10%;
    position: absolute;
    font-size: 14px;
    border-radius: 0 20px;
    transition: all .5s;
}

a.more-link:hover {
    background-color: rgba(200, 47, 52, 0.8);
}

#index-1 .index1-right a.more-link {
    left: 10%;
    margin: 0;
}

#index-2 {
    padding: 90px 0;
    overflow: hidden;
    /*background: -webkit-linear-gradient(left, #9051ff, #cc56c2, #dd4566); !* Safari 5.1 - 6.0 *!*/
    /*background: -o-linear-gradient(right, #9051ff, #cc56c2, #dd4566); !* Opera 11.1 - 12.0 *!*/
    /*background: -moz-linear-gradient(right, #9051ff, #cc56c2, #dd4566); !* Firefox 3.6 - 15 *!*/
    /*background: linear-gradient(to right, #9051ff, #cc56c2, #dd4566); !* 标准的语法 *!*/
}

#index-2 ul {
    overflow: hidden;
    padding-top: 20px;
}

#index-2 li {
    width: 20%;
    padding: 20px 0;
    box-shadow: 0 5px 40px rgba(142, 142, 142, 0.1);
    float: left;
    text-align: center;
}

#index-2 li {
    background-color: #fff;
    margin: 0 auto 30px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

#index-2 li span {
    font-size: 46px;
    display: block;
    transition: ease-in-out 0.3s;
}

#index-2 li:hover span {
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}

#index-2 li p {
    margin: 0;
    color: #666;
}

#index-2 li:hover {
    background-color: #f0e7df;
}

#index-2 li:hover .content {
    border-color: #f0e7df;
}

#index-2 li:hover p {
    color: #c82f34;
}

#index-3 {
    background: url("/theme/default/images/index3-bg.jpg") no-repeat center right;
    position: relative;
    height: 550px;
    -webkit-background-size: cover;
    background-size: cover;
    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;
}

#index-3 .width h1 {
    font-size: 48px;
    line-height: normal;
}

#index-3 .width p {
    margin: 30px 0;
    font-size: 36px;
}

#index-3 .width a.more {
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    transition: all .5s;
}

#index-3 .width a.more:hover {
    background-color: #cf0a10;
    border-color: #cf0a10;
    color: #fff;
}

#index-4 {
    padding: 90px 0;
    background: #fff url('/theme/default/images/index4-bg.jpg') 0 0 no-repeat fixed;
    overflow: hidden;
    background-size: cover;
}

#index-4 li {
    float: left;
    width: 20%;
    position: relative;
    height: 0;
    padding-top: 40%;
}

#index-4 li .content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

#index-4 li img {
    height: 50%;
}

#index-4 li:first-child img {
	width: 100%;
    height: 100%;
}

#index-4 li .mask {
    padding: 20px;
    height: 50%;
    background-color: #fff;
    transition: all .5s;
}

#index-4 li:first-child {
    width: 40%;
}

#index-4 li:first-child .mask {
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: rgba(255, 255, 255, .8);
    padding: 20px;
    right: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;

}
#index-4 li img{
    object-fit: cover;
}
#index-4 li:first-child:hover .mask {
    width: 70%;
}

#index-4 li .pic {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


#index-4 li:nth-child(3) img {
    position: absolute;
    left: 0;
    top: 0;
}

#index-4 li:nth-child(3) .mask {
    margin-top: 100%;
}

#index-4 .mask h4 {
    margin: 0 0 5px 0;
}

#index-4 .mask p {
    font-size: 14px;
    color: #666;
    margin: 15px 0 0;
}

#index-4 .mask span.date {
    font-size: 12px;
    font-style: italic;
    color: #ccc;
}

#index-4 li:hover .mask {
    background-color: #0075c1;
}a

 #index-4 li:hover .mask span.date, #index-4 li:hover .mask p, #index-4 li:hover a {
     color: #fff;
 }

/*index end*/
#join-1{
    padding:0;
    text-align: center;
}

#join-2{
    background: #fff url('/theme/default/images/join_04.jpg') 0 0 no-repeat;
    background-size: cover;
    padding: 60px 0;
    overflow: hidden;
}
#join-2 li{
    width: calc((100% - 90px)/4);
    margin-right: 30px;
    float: left;
    background-color: #fff;
    box-shadow: 0 0 10px #999;
}
#join-2 li p{
    line-height: 50px;
    background-color: #333;
    color: #fff;
    text-align: center;
    margin: 0;
}
#join-2 li:nth-child(4n){
    margin-right: 0;
}
#join-3{
    background: #fff url('/theme/default/images/join_08.jpg') 0 0 no-repeat;
     background-size: cover;
    padding: 60px 0;
    overflow: hidden;
}
#join-3 .width{
    background-color: #fff;
    padding: 30px;
}
#join-3 .a-title h1{
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}
/*bottom*/
.bottom {
    clear: both;
    background: #444;
}
.bottom .main{
	padding-bottom:30px;
}
.bottom-menu {
    padding: 50px 0 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bottom-menu > * {
    float: left;
}

.bottom-menu ol {
    width: 209px;
}

.bottom-menu ol .logo img {
    width: 121px;
}

.bottom-menu ol figure {
    margin-left: 19px;
    margin-top: 15px;
    width: 96px;
}

.bottom-menu ol figure::before {
    width: 4px;
    height: 30px;
    display: block;
    content: '';
    margin: 0 auto;
    background: #c81623;
}

.bottom-menu ol figure img {
    display: block;
    width: 96px;
    border: 4px solid #fff;
}

.bottom-menu ol figcaption {
    color: #828180;
    padding: 4px 0;
    font-size: 12px;
    text-align: center;
    background: #fff;
}

.bottom-menu dl {
    background: url(../images/bottom-dl-bg.png) no-repeat left 10px;
    min-height: 240px;
    padding: 0 28px;
    margin: 0;
}

.bottom-menu dl.dl-row-2,
.bottom-menu dl.dl_end {
    padding-right: 0;
}

.bottom-menu dl dt {
    color: #fff;
    font-size: 16px;
}

.bottom-menu dl dt a {
    color: #fff;
    font-size: 16px;
}

.bottom-menu dl dd {
    line-height: 19px;
    padding: 8px 0;
    font-size: 14px;
}

.bottom-menu dl.dl-row-2 dd {
}

.bottom a {
    color: #999;
    transition: color 0.3s;
}

.bottom a:hover {
    color: #0075c1;
}

.link_list {
    color: #fff;
    overflow: hidden;
}

.link_list ol {
    font-weight: bold;
}

.link_list li {
    float: left;
    font-size: 14px;
}

.link_list li a {
    color: #999
}

.read-list {
    position: relative;
    border-top: 1px solid #4e4e4e;
    padding: 22px 0 22px 116px;
    line-height: 25px;
}

.read-list ol {
    color: #fff;
    font-size: 16px;
    width: 116px;
    position: absolute;
    left: 0;
    top: 22px;
}

.read-list li {
    float: left;
    margin-right: 43px;
    max-width: 200px;
    font-size: 16px;
}

.read-list li.end {
    margin-right: 0;
}

.foot {
    background: #383838;
    padding: 20px 0;
    color: #999;
    font-size: 14px;
}

.foot-left {
    float: left;
    line-height: 28px;
}

.foot-left i {
    display: inline-block;
    width: 2px;
    border-right: 1px dotted #7c7c7c;
    height: 10px;
    margin: 0 14px;
    vertical-align: middle;
}

.foot-right {
    float: right;
}

.foot-right > * {
    float: left;
}

.foot-right ul {
    position: relative;
    width: 250px;
    margin-right: 9px;
    line-height: 33px;
}

.foot-right ul ol {
    border-radius: 3px;
    border: 1px solid #494949;
    cursor: pointer;
    padding-left: 12px;
    background: url(../images/bottom-link.gif) no-repeat 95% center;
}

.foot-right ul li {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    display: none;
}

.foot-right ul li a {
    padding: 0 12px;
    border-bottom: 1px solid #383838;
}

.bd_weixin_popup,
.bd_weixin_popup * {
    box-sizing: content-box;
}

/*bottom end*/
#photo-main {
    overflow: hidden;
    padding: 60px 0;
    background-color: #fafafa;
}

.photo-list {
    overflow: hidden;
}

.photo-list li {
    width: calc((100% - 60px) / 3);
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.photo-list li:nth-child(3n) {
    margin-right: 0;
}

.photo-list li img {
    width: 100%;
    height: 237px;
}

.photo-list li p {
    margin: 0;
    line-height: 55px;
    padding: 0 10px;
    font-size: 16px;
}

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

/*产品类*/
#pro-main {
    position: relative;
    overflow: hidden;
}

#pro-main.inner_container {
    background-color: #fff;
}

#pro-main .path {
    margin-bottom: 40px;
}

#pro-main .am-nav-tabs {
    margin-top: 30px;
    overflow: hidden;
}

#pro-main .am-tabs-bd {
    border: none;
    padding: 30px 0;
}

#pro-main .am-nav-tabs > li {
    margin-bottom: 0;
}

#pro-main .am-nav-tabs > li > a {
    transition: all .5s;
    border: none;
}

#pro-main .am-nav-tabs > li.am-active > a, #pro-main .am-nav-tabs > li.am-active > a:focus, #pro-main .am-nav-tabs > li.am-active > a:hover {
    border: none;
    background-color: #e62129;
    color: #fff;
}

.article-left {
    width: 240px;
    float: left;
    transition: all .3s;
}

.nav-mini.article-left {
    width: 60px;
}

.article-left .side-menu b {
    display: inline-block;
    padding-left: 20px;
    font-size: 24px;
}

.nav-mini.article-left .side-menu b {
    font-size: 0;
}

.nav-mini.article-left .side-menu b, .nav-mini.article-left ul, .nav-mini.article-left .search {
    display: none;
}

.article-left .am-titlebar-default {
    margin: 0;
}

.side-menu {
    background: #c82f34;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.side-menu span.am-icon-list {
    float: left;
    margin-top: 3px;
}

.article-left .search {
    overflow: hidden;
    margin: 30px 0;
}

.article-right {
    width: calc(100% - 280px);
    float: right;
    overflow: hidden;
    transition: all .3s;
}

.big.article-right {
    width: calc(100% - 100px);
}

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

.article-right .flex {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-top: 2px;
    padding-left: 2px;
}

#pro-main .article-right .flex li {
    width: 23%;
    margin-bottom: 2%;
    border-radius: 0.3rem;
    position: relative;
    z-index: 3;
    box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.1), 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
    transition-duration: 0.3s;
}

.article-right .flex li p {
    font-size: 14px;
    padding: 10px 0;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

#pro-main .article-right .flex li:hover {
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1), 0 0.33rem 1rem rgba(0, 0, 0, 0.15);

}

#pro-main .article-right .flex li:hover .text-wrap {
    background-color: #fff;
    transform: scale(1) translate(0, -40px);
    opacity: 1;
    z-index: 4;
}

#pro-main .article-right .flex li:hover .item-more {
    transform: scale(1) translate(0, 0);
    opacity: 1;
}

#pro-main .article-right .flex li .item-more:hover a {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    background: #ce0027;
    border-color: transparent;
    color: #fff !important;
}

.article-right section {
    padding: 0;
}

#zoom_pic {
    position: relative;
    width: 100%;
    height: 0;
    border: 1px solid #ddd;
}

#zoom_pic video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.list_pro .am-thumbnails {
    padding-top: 0;
}

.list_pro li img {
    max-width: 100%;
}

.app_list {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 40px;
}

.app_list li {
    width: 18%;
}

.list_pic .am-thumbnails li img {

}

.action {
    padding: 20px 0;
    overflow: hidden;
}

.action a {
    color: #fff;
}

.myintro p {
    margin: 0;
    line-height: 2;
}

.pro_show .thumb_pic {
    margin: 20px 0 0 0;
}

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

.cate-banner {
    position: relative;
    overflow: hidden;
    height: 350px;
    background: #000;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
}
.cate_banner img,.cate-banner img,.cate-banner1 img,#solution-main li img,.swiper-slide img{
	width: 100%;
}
.pro-banner {
    background: url("/theme/default/images/product.jpg") no-repeat center;
    background-size: cover;
}

.photo-banner {
    background: url("/theme/default/images/photo.jpg") no-repeat center;
    background-size: cover;
}

.news-banner {
    background: url("/theme/default/images/news.jpg") no-repeat center;
    background-size: cover;
}

.contact-banner {
    background: url("/theme/default/images/contact.jpg") no-repeat center;
    background-size: cover;
}

.cate-content {
    height: 110px;
    padding: 40px 30px 0;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    transition: 0.5s;
    transform-origin: bottom center;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    background-color: rgba(255, 255, 255, .9);
    perspective: 2000px;
    perspective-origin: top;
    left: 50%;
    bottom: 0;
    vertical-align: middle;
    margin-left: -600px;
    position: absolute;
}

.cate-content p.t1 {
    font-size: 24px;
    margin: 0;
    line-height: normal;
}

.cate-content p.t2 {
    font-size: 16px;
    margin: 0;
    line-height: normal;
    color: #999;
    text-transform: uppercase;
}

.cate-content .am-breadcrumb {
    margin-top: 10px;
}

._mini .cate-content {
    -webkit-transform: rotateX(94deg) rotateZ(0);
    transform: rotateX(93deg) rotateZ(0);
    border-bottom: 1px solid #d9d9d9;

}

._mini .cate-content p {
    font-size: 0;
}

article {
    width: 100%;
    margin: 40px auto;
    overflow: hidden;
    position: relative;
}

/*产品列表*/
#pro_list {
    width: 100%;
    padding: 100px 0;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

#pro_list h1 {
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 100px;
}

#pro_list ul {
   display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

#pro_list ul li {
    box-shadow: 0 5px 40px rgba(142, 142, 142, 0.1);
   
    width: 31%;
    margin: 2% 0;
    overflow: hidden;
    text-align: center;
    padding: 10px 0 60px;
    font-size: 20px;
    position: relative;
}

#pro_list ul li:nth-child(2n) {
    margin-right: 0;
}

#pro_list ul li img {
    max-width: 70%;

}

#pro_list li .content {
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

#pro_list li:hover .content {
    background-color: rgba(0, 0, 0, .1);
}

#pro_subnav {
    padding: 0;
    overflow: hidden;
}

.item-more {
    height: 0 !important;
    transition: all .3s;
    overflow: hidden;
}

.item-more a {
    width: 160px;
    height: 44px;
    border: 1px solid #0075c1;
    background-color: #fff;
    border-radius: 22px;
    display: inline-block;
    font-size: 0;
    transition: background 0.3s;
    text-align: center;
    color: #0075c1;

}

.item-more a:hover {
    background-color: #0075c1;
    color: #fff;
}

#pro_list li:hover .item-more {
    height: auto !important;
    padding: 20px 0;
}

#pro_list li:hover .item-more a {
    font-size: 16px;
    line-height: 44px;
}

/*文章列表*/

/*about*/
.cate-nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: rgba(255, 255, 255, .9);
    z-index: 9;
}

.cate-nav li {
    display: inline-block;
    margin-right: 40px;
}

.cate-nav li a {
    display: inline-block;
    line-height: 58px;
}

.cate-nav li.hover a, .cate-nav li:hover a {
    border-bottom: 2px solid #c82f34;
    color: #000;
}

#about-1 {
    padding: 160px 0;
    overflow: hidden;
    background: url("/theme/default/images/about1-bg.jpg") no-repeat center;
}

#about-1 ul {
    width: 40%;
    padding-top: 60px;
    float: right;
}

#about-1 ul li img {
    width: 60%;
}

#about-1 ul li:nth-child(2) {
    padding: 1px 0;
}

#about-1 .content {
    width: 60%;
    float: left;
    padding-right: 40px;
}

#about-2 {
    background: url(../images/about2-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 134px 0;
    position: relative;
    overflow: hidden;
}

#about-2 li {
    height: 220px;
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 52px 10px 0 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.05);
    position: relative;
}

#about-2 li:hover .bg, #about-2 li:first-child .bg {
    transform-origin: top center;
    transform: scaleY(1);
}

#about-2 li:first-child .bg {
    background-color: #c82f34;
}

#about-2 li .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0075c1;
    transform-origin: bottom center;
    transform: scaleY(0);
    transition: transform 0.5s ease-in-out;
}

#about-2 li .tit {
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    position: relative;
}

#about-2 li .icon {
    margin-top: 23px;
    font-size: 40px;
    color: #fff;
}

#ceo, #honor, #culture, #contact {
    padding: 120px 0;
    overflow: hidden;
    width: 100%;
    background-color: #fafafa;
}

#ceo .ceo-img {
    width: 40%;
    float: left;
    padding-right: 40px;
    padding-top: 60px;
}

#ceo .content {
    width: 60%;
    float: right;
}

.cate_bg {
    width: 100%;
    height: 300px;

}

.cate_bg h1 {
    line-height: 300px;
    color: #fff;
    font-size: 42px;
    margin: 0;
}

.culture_bg {
    background: url("/theme/default/images/cultrue.jpg") no-repeat center;
}

.huanjin_bg {
    background: url("/theme/default/images/huanjing.jpg") no-repeat center;
}

.pro_bg {
    background: url("/theme/default/images/product.jpg") no-repeat center;
}

.honor_bg {
    background: url("/theme/default/images/honor.jpg") no-repeat center;
}

.team_bg {
    background: url("/theme/default/images/team.jpg") no-repeat center;
}

#culture h3 {
    margin-bottom: 0;

}

#contact p {
    margin: 0;
    line-height: 40px;
    font-size: 18px;
}

.amap-info-content {
    display: none !important;
    overflow: hidden;
}
#news_subnav{
    text-align: center;
    padding: 30px 0;
    overflow: hidden;
}
#news_subnav li{
    display: inline-block;
    float: none;
    margin: 0;
    width: auto;
    padding: 0 30px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
}
#news_subnav li.hover,#news_subnav li:hover{
    background-color: #0075c1;
    border-color: #0075c1;
}
#news_subnav li a{
    padding: 0;
}
#news_subnav li.hover a,#news_subnav li:hover a{
    color: #fff;
}

#news_subnav li.hover .arrow {
    opacity: 1;
    filter: alpha(opacity=100);
}
#news_subnav li span.title{
    font-size: 16px;
}
#news_subnav li  .arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0075c1;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.3s;
}
#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;
   
}
#tuijian .swiper-slide .img a{
   position: relative;
   display: block;
    width: 100%;
    height: 0;
    padding-top:56.25%;
  
}
#tuijian .swiper-slide .img a img{
      position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
#tuijian .txt{
    padding: 0 30px;
    font-size: 14px;
    color: #999;
}
#tuijian h2{
    margin: 0;
}
#tuijian .sdate{
    font-size: 20px;
}
#tuijian a.more-link{
    position: relative;
    left: 0;
    bottom: auto;
    margin: 30px 0 0;
}
#news_list{
    position: relative;
    z-index: 10;
    overflow: hidden;
    background-color: #fff;
}
.news-lists{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.news-lists li{
    width: 31.5%;
    margin-bottom: 30px;
    transition: all .5s;
}
.news-lists li .content{
    padding: 20px;
}
.news-lists li .content p.title{
    font-size: 18px;
    margin: 0;
}
li .picture{
    position: relative;
    width: 100%;
    height: 0;
    padding-top:56.25%;
}
li .picture img{
     position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
ul#gallery{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
ul#gallery li{
    width: 24%;
    position: relative;
    margin-bottom: 30px;
    
}
ul#gallery li .honor-img{
    position: relative;
    height: 0;
    padding-top: 62.5%;
    background: url('../images/honor-bg.jpg') no-repeat center / cover;
}
ul#gallery li .honor-img a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul#gallery li .honor-img a img{
    height: 60%;
    width: auto;
    transition: all .3s;
}
.news-lists li .content .cont{
    font-size: 14px;
    color: #999;
    text-align: justify;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.news-lists li:hover{
    box-shadow: 0 0 10px #999;
}
/*关于我们*/
#solution{
    width: 100%;
    color: #fff;
    position: relative;
    overflow: hidden;
}
#solution h1{
    margin:10px 0;
}
#solution-main{
    position: relative;
}
#solution-main li{
    zoom: 1;
    position:relative;
}
.solution-hd{
    position: absolute!important;
    top:150px;
    left: 50%;
    margin-left: -600px;
    z-index:10;
}
.solution-hd h1{
    font-size: 40px;
    margin: 0;

}
#solution .solution-content p{
    font-size:14px;
    margin:0;
    line-height:2;
    text-align: justify;
}
#solution .more-link{
    margin-top:60px;
}
#solution .solution-list{
    margin-top: 50px;
}
#solution .solution-list li{
    width:33.33333%;
    float: left;
    padding: 50px;
    height: 290px;
    cursor: pointer;
    position: relative;
}
#solution .solution-list li h2{
    margin:20px 0 10px;
    line-height:normal;
}
#solution .solution-list li p{
    margin: 0;
    line-height:2;
    font-size:14px;
    text-align: justify;
}

#solution .solution-list li:nth-child(1){
    background-color: #122c65;
}
#solution .solution-list li:nth-child(2){
    background-color: #183983;
}
#solution .solution-list li:nth-child(3){
    background-color: #0375a0;
}
#solution .solution-list li .line{
    width:0;
    height:8px;
    position: absolute;
    left: 0;
    bottom:0;
    background-color: rgba(50, 179, 193, 0.8);
    z-index: 10;
    transition: all .5s;
}
#solution .solution-list li a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
#solution .solution-list li .more{
    position: absolute;
    right:40px;
    top:40px;
    display: block;
}
#solution .solution-list li:hover .line{
    width: 100%;
}

li.empty {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    height: unset !important;
}

li.empty:before, li.empty:after {
    display: none !important;
}

li.empty:hover {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}

@media only screen and (max-width: 1600px) {
    .main {
        width: 90%;
    }
}

@media only screen and (max-width: 1280px) {
    .solution-hd{
        left: 5%;
        margin: 0;
    }
}
@media only screen and (max-width: 1200px) {
    .top-search {
        display: none !important;
    }
}