@keyframes myfirst
{0%{transform:scale(1,1);}50%{transform:scale(1.1,1.1);}100%{transform:scale(1,1);}}



/*二级-word-banner图*/
.two-banner {
    position:relative;
    max-height: 960px;
    overflow:hidden;
}
.two-banner img {
    width: 100%;
    animation: myfirst 25s linear infinite normal;
}
@keyframes myfirst
{
    0%{transform:scale(1,1);}
    50%{transform:scale(1.1,1.1);}
    100%{transform:scale(1,1);}
}

.two-banner:after {
    opacity: 0.8;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../image/dian-bg.png) repeat rgb(0,0,0,0);
    z-index: 1;
    transition: all 0.3s;
}
.two-banner .word-fix {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    width: 100%;
    color: #fff;
    text-align: center;
}
.two-banner .word-fix p {
    font-size: 0.6rem;
    color: #fff;
    font-family: 'Futura';
    text-transform: uppercase;
    margin: 0 0 0.5rem 0;
}
.two-banner .word-fix h1 {
    font-size: 0.48rem;
    color: #fff;
    font-weight: bold;
}
.two-banner .word-fix i {
    display: block;
    width: 30px;
    height: 30px;
    margin:1% 0 1% 0;
}


@media screen and (max-width:1024px){
.two-banner {
}
.two-banner .word-fix {
}
.two-banner .word-fix p {
    font-size: 0.24rem;
    max-width: 700px;
    margin: 0 0 0.1rem 0;
}
.two-banner .word-fix h1 {
    font-size:0.24rem;
    margin:0% 0 0% 0;
}
.two-banner .word-fix i {
    display: block;
    width: 30px;
    height: 30px;
    margin:1% 0 1% 0;

}


}
/*二级-word-banner图 end*/

/*没有二级banner图*/
.none-banner.two-banner {
    height: 0.8rem;
}
.none-banner.two-banner:after{
    display:none;
}
/*没有二级banner图 end*/


/*下拉提示*/
.go-more {
    position: absolute;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    height: 100px;
    animation: go-more 0.3s linear infinite;
}
.srolling {
    width: 24px;
    height: 34px;
    position: absolute;
    left: 50%;
    bottom: 5%;
    margin-left: -12px;
    border-radius: 30px;
    border: 1px solid #fcede4;
    cursor: pointer;
}
.srolling span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.srolling i {
    height: 8px;
    width: 2px;
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left: -1px;
    background: #fff;
    animation: srolling 1000ms infinite ease-out;
    -webkit-animation: srolling 1000ms infinite ease-out;
}
@keyframes srolling{
    0%{height:8px;top:10%;opacity: 1;} 
    100%{height:3px;top:85%;opacity: 0;}
}
/*下拉提示 end*/

/*内页二级栏目*/
.section {
	margin:0 0 20px 0;
    padding:10px 0 0 0;
    overflow: hidden;
    position: relative;
}
.one-section {margin:0.8% 0 0 0;}
.section .title {}
.section .title address {
    font-size: 12px;
    color: #999999;
}

.section .second-nav {
    padding: 10px 0 0 0;
    overflow: hidden;
    position: relative;
}
.section .second-nav a {
    font-size: 14px;
    padding: 6px 30px;
    color: #000;
    display: inline-block;
    border: 1px solid #eee;
    position: relative;
    z-index: 10;
    margin: 5px 10px;
    border-radius: 50px;
    background: #f9f9f9;
}
.section .second-nav a:hover, 
.section .second-nav a.active {
    color: #fff;
    border: 1px solid #d3032c;
    background: #d22633;
}

@media screen and (max-width:1024px){
.section .second-nav {
    padding:10px 0;
}
.section .second-nav a {
    width: 29.33%;
    margin: 5px 1.5%;
    padding: 6px 0;
    font-size: 14px;
    text-align: center;
    background:#f9f9f9 ;
    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.section .second-nav a:hover,.section .second-nav a.active {
}
.section .second-nav a.active:after{
    display:none;
}
}
/*内页二级栏目 end*/

/*内页三级栏目*/
.section .third-nav a {
    display: block;
    float: left;
    border: solid 1px #f6f6f6;
    margin-top: 10px;
    margin-right: 10px;
    padding: 6px 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    max-width: 120px;
    border-radius: 5px;
    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.section .third-nav a:hover {
    color:#e50012;
    border: solid 1px #f1f1f1;
}
.section .third-nav a.active {
    color: #fff;
    border: 1px solid #d3032c;
    background: #d22633;
}
@media screen and (max-width:1024px){
.section .third-nav a {
    width: 30.33%;
    margin: 5px 1.5%;
    padding: 4px 0;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
}
.section .third-nav a.active {
    color:#fff;
    border: solid 1px #fff;
}
}
/*内页三级栏目 end*/

/*板块标题*/
.block-title {}
.block-title h5 {
    display: inline-block;
    font-size: 0.48rem;
    color:#014588;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    background-image: linear-gradient(to right,#2fb8fa 0,#004386 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-title h6 {
    font-size: 0.2rem;
    color:#3a3a3a;
    opacity:0.6;
    margin:0.3rem 0 0 0;
}
/*板块标题 end*/

/*搜索功能*/
.search-product {
    display:none;
}
.searchfix {
    display:block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.searchfix .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background:rgba(0, 0, 0, 0.6);
}
.searchfix .box {
    background: #fff url(../image/logofix.svg) no-repeat center 18%;
    background-size: 20%;
    max-width: 1200px;
    padding: 150px 15px 100px 15px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    box-shadow: 0px 2px 2px #ccc;
}
.searchfix .box form {
    display:block;
    width:424px;
    margin:0 auto;
}
.searchfix .box .test {
    float: left;
    width: 360px;
    line-height: 42px;
    border:1px solid #ccc;
    border-radius: 0px 0px 0px 0px;
    padding: 0 12px;
    font-size: 14px;
    color: #252525;
}
.searchfix .box .btn {
    width: 60px;
    height: 44px;
    line-height: 38px;
    border-radius: 0px;
    background:#e50012 url(../image/search.svg) no-repeat center center/20px;
}
.searchfix .box .btn:hover {
    background:#e50012 url(../image/search.svg) no-repeat center center/20px;
}

/*搜索功能*/


/*按钮*/
.go.center {
    text-align: center;
}
.go a,.seemore {
    position:relative;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-size: 0.15rem;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #002d72;
    width: 1.6rem;
    line-height: 0.44rem;
    border-radius: 42px;
    border: 2px solid #002d72;
    background: transparent;
    z-index: 0;
}
.go a:hover,.seemore:hover,a.go-active{
    color: #fff;
    border: 2px solid #edbf04;
    background: #ffcd00;
}
.go a:hover:before,.seemore:hover:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(404.png);
    background-size: 4px;
    background-repeat: repeat;
    opacity: .2;
}
@media screen and (max-width:1024px){
.go.center {
    text-align: center;
}
.go a,.seemore {
    font-size: 0.14rem;
    width: 1.6rem;
    height: 0.4rem;
    line-height: 0.4rem;
}
}
/*按钮 end*/

/*swiper*/
.swiper-switch.swiper-pagination {
    position: relative;
    z-index: 1;
}
.swiper-switch.swiper-pagination span {
    width: 20px;
    height: 3px;
    border-radius:0px;
    background: #f6f6f6;
    opacity: 1;
    margin: 0 6px;
    padding:1px;
    position: relative;
    margin: 0 7px!important;
}
.swiper-switch.swiper-pagination span.swiper-pagination-bullet-active {
    width: 20px;
    height: 3px;
    background:#004386;
}
/*swiper*/

/*PC端和移动端显示和隐藏  公共样式*/
.pc {
    display:block !important;
}
.mobile {
    display:none !important;
}
@media screen and (max-width:1024px){
.pc {
    display:none !important;
}
.mobile {
    display:block !important;
}
}
