﻿/*banner*/
#banner {
    position: relative;
    width: 100%;
    height: 860px;
}

#banner .box {
    width: 100%;
    height: 860px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#banner .box-1 ul {

}

#banner .box-1 ul li {
    width: 100%;
    height: 860px;
    position: relative;
    overflow: hidden;
}

#banner .box-1 ul li img {
    display: block;
    width: 100%;
    height: 860px;
}

#banner .bg3{
    height: 40px;
    padding-top: 35px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px 0 rgba(102,102,102,0.3);
    -webkit-box-shadow: 0 2px 10px 0 rgba(102,102,102,0.3);
    -moz-box-shadow: 0 2px 10px 0 rgba(102,102,102,0.3);
    background: white;
}
#banner .box-2{
    position: absolute;
    width: 100%;
    bottom: -42px;
    text-align: center;
}

#banner .box-2 ul li {
    display: inline-block;!important;
    width: 83px;
    height: 5px;
    margin: 0 12px;
    background: rgba(51, 51, 51, .3);
    text-indent: 100px;
    cursor: pointer;
    font-size: 0;
}

#banner .box-2 ul .on {
    background: rgba(195, 13, 35, 1);
}
#banner .box-3{
    display: none;
}
#banner .box-3 span {
    position: absolute;
    color: white;
    width: 50px;
    height: 80px;
    top: 50%;
    font-family: "宋体";
    line-height: 80px;
    font-size: 110px;
    margin-top: -40px;
    text-align: center;
    cursor: pointer;
}

#banner .box-3 .prev {
    left: 13%;
}

#banner .box-3 .next {
    right: 13%;
}

#banner .box-3 span::selection {
    background: transparent;
}

#banner .box-3 span:hover {
    color: #CCCCCC;
}

/*通用标题*/
.in-title {
    height: 52px;
    padding-left: 43px;
    margin-bottom: 42px;
    font-size: 30px;
    line-height: 52px;
    font-weight: bold;
    background: url("../images/title.jpg") no-repeat left center;
}

.in-title h3 {
    float: left;
}

.in-title li {
    padding: 0 10px;
    float: left;
    color: #666666;
}

.fontarial {
    font-family: Arial;
}

.font30 {
    font-size: 30px;
}

.font36 {
    font-size: 36px;
}

.in-title a {
    display: block;
    padding-left: 70px;
    float: right;
    font-size: 16px;
    font-weight: normal;
    background: url("../images/more.png") no-repeat left center;
}

/*products*/
.in-title2 {
    margin-top: 54px;
    margin-bottom: 50px;
    text-align: center;
    line-height: 52px;
    font-weight: bold;
}

.in-title2 h3 {
    font-size: 30px;
}

.in-title2 span {
    font-size: 24px;
    color: #666666;
}

.products {
    padding-top: 44px;
    padding-bottom: 68px;
}

.ato-content {
    width: 1506px;
    margin: 0 auto;
}

.ato-list {
    width: 1426px;
    height: 306px;
}

.ato-list ul {
    height: 306px;
}

.ato-list ul li {
    width: 344px;
    height: 304px;
    float: left;
    margin-left: 14px;
    margin-right: 0;
    text-align: center;
    background-color: #fff;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
    position: relative;
    /*box-shadow: 1px 0px 8px rgba(0,0,0,0.12);*/
    /*top: 10px;*/
    left: -10px;
}

.ato-list ul li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.24);
}

.ato-list ul li .img {
    width: 100%;
    text-align: center;
}

.ato-list ul li .img img {
    width: 100%;
    height: 260px;
    border: none;
    display: block;
    margin: 0 auto;
}

.ato-list a {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border: 1px solid #f3f3f3;
}

.ato-list ul li:before:hover {
    color: white;
    background: #c30d23;
}

.ato-list ul li:hover {
    /*top: -5px;*/
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.ato-more {
    width: 344px;
    height: 44px;
    text-align: center;
    display: none;
    display: inline-block;
    border: 1px solid #cccccc;
    line-height: 44px;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ato-more:hover {
    background-color: #c30d23;
    border-color: #cccccc;
    color: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ato-content .prev {
    margin-right: 10px;
}

.ato-content .prev, .ato-content .next {
    margin-top: 104px;
    width: 30px;
    height: 52px;
    position: relative;
    display: block;
    overflow: hidden;
}

.ato-content .prev img, .ato-content .next img {
    width: 30px;
    height: 50px;
    display: block;
    border: none;
}

.prev:hover .ato-ope {
    opacity: 0;
}

.ato-ope1 {
    opacity: 0;
}

.prev:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.prev:hover .ato-ope {
    opacity: 0;
}

.ato-ope1 {
    opacity: 0;
}

.prev:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.next:hover .ato-ope {
    opacity: 0;
}

.ato-ope1 {
    opacity: 0;
}

.next:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.next:hover .ato-ope {
    opacity: 0;
}

.ato-ope1 {
    opacity: 0;
}

.next:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
}

.products .promore {
    width: 188px;
    height: 48px;
    margin: 56px auto 0 auto;
}

.products .promore a {
    display: block;
    width: 188px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #333333;
}
.products .promore a:hover{
    color: white;
    text-decoration: none;
    background: #c30d23;
    border: 2px solid #c30d23;
}

/*news*/
#news {
    margin-bottom: 42px;
}

#news .newbot {
    height: 44px;
    border-top: 2px solid #f5f5f5;
}

#news .newbox .newleft {
    width: 655px;
}

#news .newbox .newright {
    width: 658px;
}

#news .newbox a, #news .newbox span {
    display: block;
}

#news .newbox a, #news .newbox .rq {
    font-weight: bold;
}

#news .newbox .newleft a, #news .newbox .newleft .rq {
    color: #c30d23;
}

#news .newbox a {
    width: 76%;
    float: left;
}

#news .newbox .newleft .nti .rq {
    padding-bottom: 14px;
    margin-bottom: 32px;
    border-bottom: 4px solid #c30d23;
    text-align: right;
}

#news .newbox .zy {
    width: 100%;
    line-height: 2;
    color: #666666;
}

#news .newbox .zy {
    height: 60px;
    padding-top: 10px;
}

#news .newbox .newleft .img {
    width: 100%;
    height: 368px;
    margin-top: 20px;
}

#news .newbox .newleft .img img {
    width: 100%;
    height: 368px;
}

#news .newbox .newright {
    padding-top: 32px;
}

#news .newbox .newright .list {
    margin-bottom: 43px;
    padding-bottom: 46px;
    border-bottom: 4px solid #f8eef0;
}

#news .newbox .newright .list .rq {
    float: right;
}

/*intro*/
.heibor {
    height: 21px;
    border-top: 2px solid #f5f5f5;
}

.intro {
    background: #696969;
}

.intro .introbg {
    padding: 72px 0 57px 0;
    background: url("../images/introbg.jpg") left center no-repeat;
}

.intro .introbox .intnav {
    padding-top: 28px;
}

.intro .introbox .intnav li {
    float: left;
    display: inline-block;
!important;
}

.intro .introbox .intnav a {
    display: block;
    width: 220px;
    height: 54px;
    text-align: center;
    color: white;
    line-height: 54px;
}

.intro .introbox .intnav a:hover{
    text-decoration: none;
}

.intro .introbox .intnav .li1{
    background: #696969;
}

.intro .introbox .intnav .li2{
    background: #c30d23;
}
.intro .introbox .intnav .li1:hover, .intro .introbox .intnav .li2:hover{
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.intro .introbox .intnav .li1:hover{
    background: #b20b1f;
}

.intro .introbox .intnav .li2:hover{
    background: #333333;
}

.intro .introbox .intnav .li2 a{
    background: url("../images/icon7.png") 186px center no-repeat;
}

.intro .introbox {
    width: 692px;
    height: 494px;
    margin-left: 44.8%;
    padding: 46px 60px 31px 60px;
    border-radius: 10px;
    overflow: hidden;
    background: white;
}

.intro .introbox h3 {
    font-size: 30px;
}

.intro .introbox .intnr {
    height: 352px;
    padding-top: 32px;
    overflow: hidden;
    color: #333333;
    line-height: 2;
    text-align: justify;
}

/*honor*/
.honor {
    margin-bottom: 14px;
    padding: 80px 0;
}

.honor .list {
    width: 335px;
    height: 402px;
    margin-right: 28px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px 0 rgba(102, 102, 102, 0.3);
    -webkit-box-shadow: 0 2px 10px 0 rgba(102, 102, 102, 0.3);
    -moz-box-shadow: 0 2px 10px 0 rgba(102, 102, 102, 0.3);
}

.honor .list:nth-child(5) {
    margin-right: 0;
}

.honor .list .img {
    width: 100%;
    height: 251px;
    background: white;
}

.honor .list .img img {
    width: 100%;
    height: 251px;
}

.honor .list .title {
    margin-top: 36px;
    text-align: center;
}

.honor .list .title li {
    display: block;
    text-align: center;
    font-weight: bold;
}

.honor .list .title .li1 a {
    display: inline-block;
!important;
    width: 139px;
    height: 38px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    color: white;
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
    text-align: center;
    background: #c30d23;
}

.honor .list .title .li1 {
    margin-top: 26px;
}

.honor .list .title .li1 a:hover {
    background: #333333;
    text-decoration: none;
}

















