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

/*交叉线*/
.line {
    position: relative;
    display: inline-block;
}
.line::before{
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: -12%;
    background: #1d1d1f;
    transition: width 0.8s ease-in-out 1.2s;

    width: 110%;
    left: -5%;
    transform-origin: center center;
    transform: rotate(0.6deg);
}
.line::after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: -12%;
    background: #1d1d1f;
    transition: width 0.8s ease-in-out 1.2s;

    width: 108%;
    right: -4%;
    transform: rotate(-0.7deg);
    transform-origin: 30% center;
}
/*交叉线*/


/*二级-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.2;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/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: "Raleway-Regular";
    font-family: "Raleway-Bold";
    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 0.2rem 0;
    padding:0.1rem 0 0 0;
    overflow: hidden;
    position: relative;
}
.one-section {
    margin:1.2rem 0 0 0;
}
.second {
    position: relative;
}
.second .second-title {
    padding:2% 0;
    text-align: center;
}
.second .second-title p {
    font-size: 0.72rem;
    color: #333;
    font-family: "Raleway-Light";
    text-transform: uppercase;
    line-height: 1.6;
}
.second .second-title h3 {
    margin: 0.2rem 0 0 0;
    font-size: 0.4rem;
    color: #333;
}

.second .second-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0.4rem 0;
}
.second .second-nav a {
    position: relative;
    z-index: 0;
    margin:0.1rem;
    padding:0.15rem 0.25rem;
    border: 1px solid #333333;
    border-radius: 50px;
    font-size: 0.2rem;
    color: #333;
}
.second .second-nav a:hover {
    border: 1px solid transparent;
}
.second .second-nav a.active,
.second .second-nav a:hover {
    color:#333;
    border: 1px solid #f4de26;
}
.second .second-nav a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f4de26;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0);
    transition: all 0.3s linear;
    border-radius: 2em;
    opacity: 0;
}
.second .second-nav a.active::after,
.second .second-nav a:hover::after {
    transform: scale(1);
    opacity: 1;
}

@media screen and (max-width:1024px) {
.second .second-title {
    padding:0.5rem 0;
    text-align: center;
}
.second .second-title p {
    font-size: 0.18rem;
}
.second .second-title h3 {
    font-size: 0.24rem;
    margin:10px 0 0 0;
}
.second .second-nav {
    position:relative;
    overflow:hidden;

}
.second .second-nav a {
    margin: 0.05rem;
    padding: 0.06rem 0.15rem;
    font-size: 0.14rem;
}
}
/*内页二级栏目 end*/

/*内页三级栏目*/
.section .third-nav {
    text-align: center;
}
.section .third-nav a {
    display: inline-block;
    border: solid 1px #f6f6f6;
    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 {
    background: #f4de26;
    color:#000;
    border: solid 1px #f1f1f1;
}
.section .third-nav a.active {
    color:#fff;
    border: solid 1px #fff;
    background-image: -webkit-linear-gradient(right,#de3336,#000);
}
@media screen and (max-width:1024px){
.section .third-nav a {
    width: 30.33%;
    margin: 5px 1.5%;
    padding: 4px 0;
    font-size: 0.12rem;
    text-align: center;
    border-radius: 3px;
}
.section .third-nav a.active {
    color:#fff;
    border: solid 1px #fff;
    background-image: -webkit-linear-gradient(right,#de3336,#000);
}
}
/*内页三级栏目 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*/


/*按钮*/
.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(../images/gobackground.svg);
    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*/
