a:hover {
    color: #c82f34;
}
*{outline:none;
}
p {
    margin: 0;
    padding: 0;
}

.web-color {
    color: #c82f34 !important;
}

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: relative;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #e5e5e5;
}

.Top.fixed {
    position: fixed;
    background-color: #fff;
}

.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 {
    line-height: 69px;
}

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

.Top .top-right dd {
    text-align: right;
    font-size: 20px;
    color: #c82f34;
    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 .top-mid {
    float: right;
}

.top-menu li {
    float: left;
    padding: 0 18px;
}

.top-menu li > a {
    display: block;
    line-height: 68px;
    border-bottom: 2px solid transparent;
    font-size: 16px;
}

.top-menu li > a:hover,
.top-menu li.hover > a {
    border-bottom-color: #c82f34;
}

.top-sub {
    position: fixed;
    left: 0;
    background: #f6f6f6;
    display: none;
}

.top-sub dl {
    display: table;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
  	position:relative;
}
.top-menu li:nth-child(1) .top-sub dl{
	left:-150px;
}
.top-menu li:nth-child(2) .top-sub dl{
	left:-60px;
}
.top-menu li:nth-child(3) .top-sub dl{
	left:50px;
}
.top-menu li:nth-child(4) .top-sub dl{
	left:150px;
}
.top-menu li:nth-child(5) .top-sub dl{
	left:260px;
}
.top-sub dl dt {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
}

.top-sub dl dt figure {
    display: table;
    height: 36px;
    width: 100%;
    margin: 0;
}

.top-sub dl dt figcaption {
    display: table-cell;
    vertical-align: bottom;
}

.top-sub dl dt a {
    color: #555;
    transition: 0.3s;
}

.top-sub dl dt a:hover {
    color: #c82f34;
}

.top-sub dl dt span.dot {
    padding: 5px 0 0;
    font-weight: normal;
}

.top-sub dl dt img {
    max-height: 36px;
    transition: ease-in-out 0.3s;
}

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

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

.banner .swiper-slide img{
    width:100%;
    max-width: unset;
}
section .title {
    padding: 70px 0 50px 0;
    text-align: center;
    font-size: 30px;
    color: #333;
}

section .title span {
    display: block;
    font-size: 16px;
    color: #555;
    padding-top: 5px;
}

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 {
    overflow-x: hidden;
}

#index-1 .ani-things {
    height: 0;
    position: absolute;
    width: 3px;
    right: -110px;
}

#index-1 .ani-things::before {
    position: absolute;
    content: '';
    background: url(../images/things-1.png) no-repeat center top;
    width: 60px;
    height: 100%;
    left: 50%;
    margin-left: -30px;
}

#index-1 .ani-things.show {
    height: 390px;
}

#index-1 .width {
    width: 1280px;
}

#index-1 .icon-group {
    position: relative;
    width: 1200px;
    margin-bottom: 38px;
    min-height: 134px;
}

#index-1 .icon-group dd {
    float: left;
    width: 14.285%;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
}

#index-1 .icon-group dd:hover .on,
#index-1 .icon-group dd.on .on,
#index-1 .icon-group dd .off {
    display: none;
}

#index-1 .icon-group dd:hover .off,
#index-1 .icon-group dd.on .off {
    display: inline-block;
}

#index-1 .icon-group dd::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 9px;
    height: 14px;
    margin-left: -4px;
    background: url(../images/index_prod_dd_on.png) no-repeat right top;
}

#index-1 .icon-group dd:hover::after,
#index-1 .icon-group dd.on::after {
    background-position: left top;
}

#index-1 .icon-group dd p {
    padding: 10px 0;
    margin: 0;
}

#index-1 .icon-group .pic {
    display: table;
    height: 67px;
    width: 100%;
    transition: 0.3s;
}

#index-1 .icon-group dd:hover .pic,
#index-1 .icon-group dd.on .pic {
    height: 80px;
}

#index-1 .icon-group .pic-cell {
    display: table-cell;
    vertical-align: bottom;
    transition: 0.3s;
}

#index-1 .icon-group dd:hover .pic-cell,
#index-1 .icon-group a.on .pic-cell {
    vertical-align: middle;
}

#index-1 .icon-group .pic img {
    max-width: 150px;
    max-height: 67px;
}

#index-1 .icon-group dd:hover .pic img,
#index-1 .icon-group dd.on .pic img {
    max-height: 75px;
}

#index-1 .btn {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 10;
    background-color: #c81624;
    text-align: center
}

.icon-group .btn span {
    font-size: 20px;
    color: #fff;
    line-height: 36px;
}

.icon-group .btn.nextStop span, .icon-group .btn.prevStop span {
    color: #999;
}

#index-1 .icon-group .btn {
    background-position: -6px -7px;
    margin-top: -18px;
    width: 36px;
    height: 36px;
}

#index-1 .btn.prev {
    left: -50px;
}

#index-1 .btn.next {
    right: -50px;
    background-position: right top;
}

#index-1 .icon-group .btn.prev {
    left: -36px;
}

#index-1 .icon-group .btn.next {
    right: -36px;
    background-position: -56px -57px;
}

#index-1 .btn.prevStop,
#index-1 .btn.nextStop {
    background-color: #f9f9f9;
    cursor: default;
}

.group-intro {
    height: 600px;
    background: #f9f9f9;
}

.group-intro .intro {
    overflow: hidden;
}

.group-intro .intro .box { /*overflow:hidden;*/
    float: left;
    width: 50%;
}

.group-intro .left-img {
    width: 960px;
    float: right;
    position: relative;
}

.group-intro .left-img dd,
.group-intro .left-img .tempWrap {
    width: 960px;
}

.group-intro .left-img .btn {
    top: auto;
    margin: 0;
    bottom: 0;
    right: 0;
    background-color: #f9f9f9;
    background-position: left bottom;
}

.group-intro .left-img .btn:hover {
    background-color: #c81624;
}

.group-intro .left-img .img-prev:hover {
    background-position: left top;
}

.group-intro .left-img .img-next {
    margin-right: -50px;
    background-position: right top;
}

.group-intro .left-img .img-next:hover {
    background-position: right bottom;
}

.group-intro .left-img img {
    display: block;
    max-width: none;
    width: 100%;
    max-height: 600px;
}

.group-intro .main {
    width: 600px;
    padding: 50px 0 0 60px;
}

.group-intro .main .name,
.group-intro .main .pre {
    padding: 0;
    margin: 0;
}

.group-intro .main .name {
    font-size: 22px;
    color: #333;
    padding-bottom: 10px;
}

.group-intro .main .pre {
    font-size: 16px;
}

.group-intro .main .open-con {
    background: url(../images/more.png) no-repeat center center;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.group-intro .main .open-con:hover {
    background-image: url(../images/more_hover.png);
}

.group-intro .main .youshi {
    overflow: hidden;
    position: relative;
    padding: 20px 0 30px;
}

.group-intro .main .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border: 1px solid #f0f0f0;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    padding: 20px 12px;
    line-height: 26px;
    display: none;
    max-height: 300px;
    overflow: auto;
}

.group-intro .bx-viewport {
    z-index: 1;
}

.group-intro .bx-controls-direction a {
    z-index: 10;
    left: 50%;
    margin-left: -100px;
    top: auto;
    margin-top: 0;
    bottom: 0;
}

.group-intro .bx-controls-direction a.bx-next {
    margin-left: -50px;
}

.left-img .btn span {
    line-height: 50px;
    color: #fff;
    font-size: 26px;
}

.ul-youshi-83 li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 14px;
    padding-top: 20px;
}

.ul-youshi-83 li .pic {
    padding-bottom: 8px;
}

.ul-youshi-83 li span {
    font-size: 40px;
    display: block;
}
.ul-youshi-83 li:hover{
    color: #cf0a10;
}
.ul-youshi-83 li:nth-child(4n+1) {
    clear: both;
}

.ul-youshi-83 li:hover .pic img {
    display: none;
    background-color: #c81623;
}

.ul-youshi-83 li:hover .pic img.off {
    display: inline-block;
}

span.atitle {
    color: #c82f34;
}

#index-2 {
    overflow: hidden;
}

#index-2 .width {
    padding-bottom: 140px;
    overflow: hidden;
}

#index-2 .width .ani-things {
    height: 0;
    right: 62px;
    width: 3px;
}

#index-2 .width > .ani-things.show {
    height: 140px;
    bottom: 0
}

#index-2 .title .ani-things.show {
    height: 196px;
    top: 0;
}

#index-2 .left-number {
    float: left;
    height: 400px;
    overflow: hidden;
    background: #f9f9f9;
    width: 660px;
    padding: 18px 25px 45px;
}

/*编辑器*/
#index-2 .left-number .ul_num {
    padding-left: 20px;
    background: url(../images/index-2-ulbg.png) no-repeat left center;
    float: left;
    margin-left: 27px;
    font-size: 16px;
}

#index-2 .left-number .ul_num li {
    padding: 13px 0;
}

#index-2 .left-number .ul_num li span {
    font-family: 'dinbold';
    font-size: 50px;
    color: #c81623;
    font-weight: bold;
}

#index-2 .left-number .ul_num li i {
    font-size: 30px;
    color: #c81623;
    font-style: normal;
}

/*编辑器 end*/
#index-2 .right-image {
    float: right;
    width: 540px;
    position: relative;
}

#index-2 .right-image li img {
    display: block;
    width: 100%;
    height: 400px;
}

#index-2 .bx-controls-direction a {
    top: auto;
    margin: 0;
    left: 0;
    bottom: 0;
}

#index-2 .bx-controls-direction a.bx-next {
    right: auto;
    left: 50px;
}

.bx-controls-direction a,
.bx-controls-direction a::before {
    position: absolute;
    top: 50%;
}

.bx-controls-direction a {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: #c92a32;
    overflow: hidden;
    line-height: 1000px;
}

.bx-controls-direction a.disabled {
    background: #f9f9f9;
    cursor: default;
    display: none;
}

.bx-controls-direction a::before {
    content: '';
    width: 12px;
    height: 20px;
    margin-top: -10px;
    background: url(../images/btn_product.png) no-repeat left -21px;
    left: 50%;
    margin-left: -6px;
}

.bx-controls-direction a.bx-next::before {
    background-position: right -21px;
}

.bx-controls-direction a.bx-prev.disabled::before {
    background-position: left top;
}

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

.bx-controls-direction a.bx-prev {
    left: 0;
}

.bx-controls-direction a.bx-next {
    right: 0;
}

#index-3 {
    background: #f9f9f9;
    position: relative;
    height: 600px;
    overflow: hidden;
}

#index-3 .box {
    float: left;
    width: 50%;
}

#index-3 .box-right {
    padding-left: 60px;
}

#index-3 .category,
#index-3 .title {
    float: right;
    width: 660px;
    margin-right: -60px;
}

#index-3 .title {
    text-align: left;
    padding-bottom: 40px;
}

#index-3 .category {
    position: relative;
}

#index-3 .category dl {
    overflow: hidden;
}

#index-3 .category dl dd {
    float: left;
    width: calc((100% - 16px)/3);
    position: relative;
    height: 100px;
    margin-right: 8px;
    margin-bottom: 15px;
}
#index-3 .category dl dd:nth-child(3n){
	margin-right:0;
}
#index-3 .category dd a {
    display: block;
    text-align: center;
}
#index-3 .category dd p{
	margin:0;
}
#index-3 .category dd .hover {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #333;
    padding: 1px;
    z-index: 1;
  	background-color:#fff;
}

#index-3 .category dd .hover img {
    width: 100%;
    height: 100%;
}

#index-3 .category dd .pic {
    display: table;
    height: 60px;
    width: 100%;
}

#index-3 .category dd .pic-cell {
    display: table-cell;
    vertical-align: bottom;
}

#index-3 .category dd .pic img {
    
    max-height: 60px;
}

#index-3 .category dd p {
    margin: 0;
    font-size: 14px;
}

#index-3 .category dd a:hover .hover,
#index-3 .category dd.on a .hover {
    display: block;
}

#index-3 .category dd a:hover p,
#index-3 .category dd.on a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 28px;
    padding: 0;
    background: #333;
    color: #fff;
    z-index: 2;
    font-size: 12px;
}



#index-3 .category .bx-controls-direction a {
    left: -13px;
    width: 24px;
    height: 24px;
    background: #c81623;
    border: 1px solid #c81623;
    margin: 0;
}

#index-3 .category .bx-controls-direction a.disabled {
    background: #f9f9f9;
    border-color: #e5e5e5;
    cursor: default;
}

#index-3 .category .bx-controls-direction a.bx-prev::before {
    background-position: left top;
}

#index-3 .category .bx-controls-direction a.bx-next::before {
    background-position: right bottom;
}

#index-3 .category .bx-controls-direction a.bx-prev.disabled::before {
    background-position: left top;
}

#index-3 .category .bx-controls-direction a.bx-next.disabled::before {
    background-position: right bottom;
}

#index-3 .category .bx-controls-direction a.bx-prev {
    top: 75px;
}

#index-3 .category .bx-controls-direction a.bx-next {
    top: 109px;
}

#index-3 .ad-gallery .slider-nav .swiper-slide {
    cursor: pointer;
}

#index-3 .box-left {
    position: relative;
    z-index: 10;
}

.ad-gallery {
    opacity: 0;
}

#index-3 .icon-button-prev, #index-3 .icon-button-next {
    position: absolute;
    bottom: 134px;
    width: 50px;
    height: 50px;
    z-index: 9;
    background-color: #f5f5f5;
    transition: all .5s;
}

#index-3 .icon-button-prev span, #index-3 .icon-button-next span {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #999;
    font-size: 18px;
    cursor: pointer;
}

#index-3 .icon-button-prev:hover, #index-3 .icon-button-next:hover {
    background-color: #c82f34;
}

#index-3 .icon-button-prev:hover span, #index-3 .icon-button-next:hover span {
    color: #fff;
}

#index-3 .icon-button-prev {
    left: 0;
}

#index-3 .icon-button-next {
    left: 50px;
}

.ad-gallery.active {
    opacity: 1;
    width: 45%;
}

.ad-gallery .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    z-index: 10;
}

.ad-gallery .slick-list {
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.ad-gallery .slick-slider .slick-track,
.ad-gallery .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ad-gallery .slick-track {
    position: relative;
    top: 0;
    left: 0;
}

.ad-gallery .slick-slide {
    float: left;
    min-height: 1px;
}

.ad-gallery .slick-initialized .slick-slide {
    display: block;
}

.ad-gallery .slick-arrow.slick-hidden {
    display: none;
}

.ad-gallery .slider-for {
    position: absolute;
    left: 55%;
    top: 0;
    width: 900px;
    height: 600px;
}

.ad-gallery .slider-for .swiper-slide img {
    width: 900px;
    height: 600px;
    display: block;
}

.ad-gallery .slider-for .swiper-slide .txt {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    bbackground: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 98%, rgba(0, 0, 0, 0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 98%, rgba(0, 0, 0, 0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 98%, rgba(0, 0, 0, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); /* IE6-9 */
}

.ad-gallery .slider-for .swiper-slide .txt figure {
    padding-left: 110px;
    padding: 50px 20px 20px 110px;
    max-width: 550px;
    color: #fff;
}

.ad-gallery .slider-for .swiper-slide .txt p {
    font-size: 18px;
    margin: 0;
}

.ad-gallery .slider-for .swiper-slide .txt p a {
    color: #fff;
}

.ad-gallery .slider-for .swiper-slide .txt pre {
    line-height: 24px;
    padding-top: 10px;
    font-size: 14px;
}

.ad-gallery .slider-nav {
    position: absolute;
    bottom: 0;
    width: calc(100% - 45%);
    overflow: hidden;
    left: 0;
}

.ad-gallery .slider-nav .swiper-slide {
    float: left;
    width: 220px;
}

.ad-gallery .slider-nav .swiper-slide img {
    opacity: 0.5;
}

.ad-gallery .slider-nav .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
}

.ad-gallery .slider-nav .swiper-slide.slick-center canvas {
    opacity: 0;
}

.ad-gallery .slider-nav .swiper-slide.slick-center .grayscale {
    filter: url("data:image/svg+xml;utf8");
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: ;
}

.ad-gallery .slider-nav .swiper-slide.slick-center .grayscale-replaced.grayscale > svg {
    display: none;
}

.ad-gallery .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    bottom: 140px;
    z-index: 15;
    cursor: pointer;
    border: none;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    padding: 0;
    color: #999
}

.ad-gallery .slick-prev {
    left: 0px;
    background-position: left bottom;
}

.ad-gallery .slick-next {
    left: 50px;
    background-position: right top;
}

.ad-gallery .slick-arrow:hover {
    background-color: #c81623;
}

.ad-gallery .slick-arrow:hover span {
    color: #fff
}

.ad-gallery .slick-prev:hover {
    background-position: left top;
}

.ad-gallery .slick-next:hover {
    background-position: right bottom;
}

#index-4 {
    overflow: hidden;
    padding-bottom: 50px;
}

#index-4 .width {
    padding-bottom: 120px;
}

#index-4 .width > .ani-things {
    right: 64px;
    top: 665px;
    height: 0;
    width: 3px;
}

#index-4 .width > .ani-things.show {
    height: 183px;
}

.index-news-top {
    position: relative;
    float: left;
    width: 560px;
}

.index-news-top .pic img {
    display: block;
    width: 100%;
    height: 400px;
}

.index-news-top .txt {
    margin: -30px 30px 0 30px;
    background: #f9f9f9;
    padding: 20px 40px 0 112px;
    position: relative;
    z-index: 2;
    min-height: 160px;
}

.index-news-top .txt time {
    position: absolute;
    left: 22px;
    top: 20px;
    color: #c81623;
    font-size: 16px;
    text-align: center;
}

.index-news-top .txt time span {
    display: block;
    border-bottom: 1px solid #c81623;
    font-size: 48px;
    margin-bottom: 10px;
}

.index-news-top .txt h4 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 10px;
}

.index-news-top .txt pre {
    line-height: 24px;
    overflow: hidden;
    height: 72px;
    padding: 0;
    border: none;
    margin: 0;
    font-family: "Microsoft YaHei";
    background-color: transparent;
}

.index-news-top .hd {
    position: absolute;
    z-index: 10;
    right: 70px;
    bottom: 25px;
}

.index-news-top .hd li {
    float: left;
    width: 8px;
    height: 8px;
    line-height: 1000px;
    overflow: hidden;
    cursor: pointer;
    background: #ddd;
    border-radius: 50%;
    margin-left: 11px;
}

.index-news-top .hd li.on {
    background: #c81623;
}

.news-Default {
    float: right;
    width: 600px;
}

.news-Default .hd {
    overflow: hidden;
}

.news-Default .hd li {
    float: left;
    width: calc((100% - 18px) / 4);
    margin-right: 6px;
    text-align: center;
    font-size: 16px;
}

.news-Default .hd li:last-child {
    margin-right: 0;
}

.news-Default .hd li a {
    display: block;
    line-height: 40px;
    background: #f3f3f3;
}

.news-Default .hd li.on a {
    background: #c81623;
    color: #fff;
}

.news-Default .list {
    padding-top: 39px;
}

.news-Default .list ul {
    border-top: 1px dotted #e1e1e1;
    margin-bottom: 33px;
}

.news-Default .list li {
    line-height: 42px;
    border-bottom: 1px dotted #e1e1e1;
    padding: 0 0 0 12px;
}

.news-Default .list li p {
    margin: 0;
}

.news-Default .list li span {
    float: right;
    color: #999;
    padding-left: 10px;
}

.news-Default .list li a::before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 3px;
    height: 3px;
    content: '';
    background: #666;
}

#index-5 {
    background: url("/theme/default/images/index5-bg2.jpg") no-repeat fixed center;
    height: 600px;
    overflow: hidden;
    width: 100%;
}

#index-5 .width {
    display: flex;
    align-items: center;
    justify-items: center;
    position: relative;
    height: 100%;
}

#index-5 .width .content {
    padding: 40px 0;
    width: 100%;
    color: #fff;
    text-align: center;
}

#index-5 .width .content h2 {
    font-size: 50px;
    margin-bottom: 20px;
}

#index-5 .width .content p {
    margin: 0;
    line-height: 2;
    font-weight: bold;
}

#index-6 {
    padding-bottom: 138px;
}

#index-6 .title .ani-things {
    left: 68px;
    width: 3px;
}

#index-6 .width {
    z-index: 3;
}

#index-6 .width > .ani-things {
    left: 68px;
    height: 0;
    top: 502px;
    width: 4px;
}

#index-6 .width > .ani-things.show {
    height: 377px;
}

#index-6 .width > .ani-things::before {
    position: absolute;
    content: '';
    left: 50%;
    width: 40px;
    height: 0;
    background: url(../images/things-2.png) no-repeat 0 0;
    margin-left: -20px;
    top: 339px;
    opacity: 0;
    transition: height ease-in-out 0.3s 0.3s;
}

#index-6 .width > .ani-things.show::before {
    height: 40px;
    opacity: 1;
}

#index-6 .title {
    padding-bottom: 57px;
    position: relative;
}

#index-6 .title .ani-things {
    top: 0;
}

#index-6 .title .ani-things.show {
    height: 100%;
}

#index-6 .main {
    background: #f9f9f9 url("../images/index6-bg.jpg") no-repeat right top;
    height: 500px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

#index-6 .index-from {
    margin-left: 69px;
    padding-top: 32px;
    width: 450px;
    font-size: 14px;
}

#index-6 .index-from ul {
    overflow: hidden;
}

#index-6 .index-from .tips {
    width: 450px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}

#index-6 .index-from .tips h2 {
    font-weight: normal;
    font-size: 30px;
    margin: 0;
}

#index-6 .index-from .tips h2::before,
#index-6 .index-from .tips h2::after {
    display: inline-block;
    content: '';
    width: 23px;
    height: 18px;
    vertical-align: middle;
    background: url(../images/icon_index_l.png) no-repeat;
}

#index-6 .index-from .tips h2::before {
    margin-right: 10px;
}

#index-6 .index-from .tips h2::after {
    margin-left: 10px;
    background-image: url(../images/icon_index_r.png);
}

#index-6 .index-from .tips h2 span {
    font-size: 24px;
    margin-right: 10px;
}

#index-6 .index-from .tips aside {
    border: 1px solid #e9e9e9;
    border-top: 0;
    padding: 15px 35px;
    min-height: 99px;
    display: block;
    color: #c81623;
    margin: 0 auto;
}

#index-6 .index-from .tips aside h1 {
    font-size: 40px;
    font-family: Impact;
}

#index-6 .index-from .tips aside img {
    margin: 10px 0;
    width: 228px;
    height: 31px;
}

#index-6 .index-from .tips figure {
    font-size: 24px;
    border-top: 2px solid #c81623;
    margin-top: 16px;
    height: 15px;
}

#index-6 .index-from .tips figure span {
    background: #f9f9f9;
    padding: 0 10px;
    position: relative;
    top: -20px;
}

#index-6 .index-from .row-2 {
    width: 110%;
}

#index-6 .index-from .row-2 li {
    float: left;
    width: 215px;
    margin-right: 19px;
}

#index-6 .am-form input[type=text] {
    padding: 5px 10px;
    line-height: 32px;
}

#index-6 .am-form-group {
    margin-bottom: 10px;
}

#index-6 .am-btn-block {
    line-height: 32px;
}

/*index end*/
/*bottom*/
.bottom {
    clear: both;
    background: #444;
}

.bottom-menu {
    padding: 50px 0 20px 0;
}

.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: #c82f34;
}

.link_list {
    color: #fff;
    overflow: hidden;
    padding-bottom: 20px;
}

.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% - 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: 35px;
    padding: 0 10px;
    text-align: center;
    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: 250px;
    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 {
    margin-left: 290px;
    overflow: hidden;
    transition: all .3s;
}

.big.article-right {
    margin-left: 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: 300px;
    background: #000;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
}

.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: 0.5%;

    overflow: hidden;
}

#pro_list ul li {
    width: 49%;
    float: left;
    text-align: center;
    margin: 0.5%;
    padding: 40px 0;
    background-color: #ececec;
    font-size: 20px;
}

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

}

#pro_subnav {
    padding: 40px 0 10px;
}

#pro_subnav li {
    display: inline-block;
    padding: 0;
    margin: 0 5px;
}

#pro_subnav li a {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    transition: all .5s;

}

#pro_subnav li.hover a, #pro_subnav li:hover a {
    background-color: #c82f34;
    border-color: #c82f34;
    color: #fff;
}

/*文章列表*/

/*about*/
.cate-nav {
    position: absolute;
    top: 70px;
    left: 0;
    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;
}

.amap-info-content {
    display: none !important;
    overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  .width,.box{
  	width:90%;
  }
  .case-bg .box{
 	margin:0;
    left:10%;
    width:80%;
      
  }
  .cate-content.box{
  left:5%;
    margin-left:0;
  }
  #index-6 .index-from{
  margin:0;
    padding:30px;
  }
  #index-6 .index-from .tips{
  	width:auto;
  }
  #contact-2{
    width:95%;
  margin-left:5%;
  }
  #contact-2 .content{
  width:100%;
  }
  #about-2,#about-3,#about-4,#about-5{
  padding:60px 0;
  }
}