@charset "utf-8";

/*手机端导航默认*/

.mobile_bg {
    width: 100%;
    height: 100%;
    z-index: 90;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.gp-menu {
    width: 100%;
    z-index: 98;
    height: 100%;
    position: relative;
    display: none !important;
}

.gp-menu-header {
    /* position: absolute;
    z-index: 996;
    width: 67%;
    height: 40px; */
}

.gp-menu-link {
    float: left;
    line-height: 40px;
    height: 40px;
    padding-left: 15px;
}

.gp-menu-link a {
    color: #fff;
}

.gp-menu-header-icon {
    color: #c7000a;
    height: 50px;
    font-size: 25px;
    text-align: center;
    /* float: left; */
    width: 40px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    margin-right: 10px;
    cursor: pointer;
}

.gp-menu-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 2px) / 3);
    width: 27px;
    height: 3px;
    background-color: #c7000a;
}

.gp-menu-header-icon-out span {
    width: 27px;
    height: 4px;
    background-color: #044e99;
    display: block;
    border-radius: 4px;
}

.gp-menu-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.gp-menu-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.gp-menu-header-icon-out span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

.gp-menu-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(3) {
    transform: translateY(-4px) rotate(0deg);
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

@keyframes outthird {
    0% {
        transform: translateY(0) rotate(90deg);
    }
    100% {
        transform: translateY(12px) rotate(0deg);
    }
}

.gp-menu-header-icon-click span {
    background-color: #fff;
    top: calc((100% - 2px) / 2.1);
}

.gp-menu-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.gp-menu-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.gp-menu-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickthird {
    0% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.gp-menu-nav {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0px;
    padding-top: 40px;
    background: #044e99;
    background: -webkit-linear-gradient(left, #004485, #1958ae);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #004485, #1958ae);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #004485, #1958ae);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to left, #004485, #1958ae);
    display: none;
}

.gp-menu-nav ul {
    margin-left: 43px;
    margin-right: 40px;
    width: 79.56%;
}

.gp-menu {
    /* margin-left: 54px; */
}


/*导航*/

.gp-menu-nav a {}

.gp-menu-nav>ul {}

.gp-menu-nav>ul li {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

.gp-menu-nav>ul>li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
}


/* .gp-menu-nav>ul>li::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/san.png);
} */

.gp-menu-nav>ul>li>a {
    display: inline-block;
    padding: 14px 10px 14px 0px;
    font-size: 1.8rem;
}

.eng {
    font-size: 1.4rem;
    margin-left: 20px;
    line-height: 24px;
    float: right;
    color: rgba(255, 255, 255, 0.6);
}

.gp-menu-nav>ul>li>ul {
    background: rgba(0, 0, 0, 0.1);
    padding: 0 25px
}

.gp-menu-nav>ul>li>ul a {
    display: inline-block;
    padding: 10px 0;
}

.gp-menu-arrow {
    cursor: pointer;
    width: 30px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2rem;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}

.gp-menu-nav>ul>li.on .gp-menu-arrow {
    transform: rotate(90deg);
}

.gp-menu-nav li ul {
    display: none;
}

.nav li .subNav.on {
    width: 268%;
    left: -111px;
}


/*导航内标签效果*/

.gp-menu-nav a {
    color: #fff;
}

.open .gp-menu-link {
    display: none;
}

.open .gp-menu-header {
    background: none;
    width: auto;
}

@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


/*
下拉横排效果
*/

.bg-black span {
    background: #c7000a;
}

.gp-menu-nav.gp-menu-dropdown2 {
    background: #F5F5F5;
}

.gp-menu-nav.gp-menu-dropdown2>ul {
    position: relative;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li {
    border-bottom: none;
    position: static;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>a {
    padding: 0;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 5px;
    position: relative;
    z-index: 900;
    color: #333;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>a.icon-down:after {
    content: "\e73a";
    font-size: 1.4rem;
    margin-left: 5px;
    transition: all 0.3s;
    display: inline-block;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>a.icon-down:before {
    content: '';
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #000;
    position: absolute;
    left: 50%;
    bottom: -100%;
    margin-left: -5px;
    opacity: 0.2;
    transition: all 0.3s;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li.on>a.icon-down:before {
    bottom: 0;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>ul {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    right: 5px;
    padding: 8px 0;
    text-align: center;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>ul a {
    color: #666
}

.gp-menu-nav.gp-menu-dropdown2>ul li {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none
}

.gp-menu-nav.gp-menu-dropdown2>ul>li.on>a.icon-down:after {
    transform: rotate(180deg);
}


/*
侧滑左侧
*/

.gp-menu-nav.gp-menu-offcanvas1 {
    position: fixed;
    display: block;
    transform: translate(-150%, 0);
    transition: all 1s ease-in-out;
    width: 100%;
    right: auto;
    left: 0;
}

.open .gp-menu-offcanvas1 {
    transform: translate(0, 0);
    position: absolute;
    /* top: 136px;
    left: 54px; */
    width: auto;
}


/*
侧滑右侧
*/

.gp-menu-nav.gp-menu-offcanvas2 {
    position: fixed;
    display: block;
    transform: translate(150%, 0);
    transition: all 1s ease-in-out;
    width: 100%;
}

.open .gp-menu-offcanvas2 {
    transform: translate(0, 0);
    position: absolute;
}


/* 头部 */

header {
    overflow: hidden;
    padding: 32px 0;
    background: url(../images/headerbg.png) center top;
    background-size: cover;
}

.headerl {
    width: 76.58%;
    float: left;
}

.headerl a {
    display: block;
    overflow: hidden;
width: 76.42%;}

.headerl a .logimg {
    /* padding-bottom: 14.69%; */
}


/*1.默认展开的搜索*/

.gp-search {
    width: 167px;
    overflow: hidden;
    display: inline-block;
    background: #1958af;
    *;
    /* float: right; */
    float: ;
    *;
    margin-top: 33px;
    zoom: 1;
    vertical-align: middle;
    transition: all 0.35s ease-in-out;
    border: 1px solid #ccc;
}

.gp-ser {
    width: 100%;
    height: 28px;
    z-index: 9999994;
    margin: 0 auto;
    position: relative;
}

.gp-search input,
.gp-search button {
    position: absolute;
    height: 28px;
    line-height: 28px;
    border: none;
    background: none;
    top: 0px;
    overflow: hidden;
}

.gp-search input.notxt {
    color: #fff;
    width: 74%;
    left: 0;
    padding-left: 15px;
}

.gp-search .notxt1 {
    position: absolute;
    width: 15%;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #666;
}

.headerr {
    width: 17.25%;
    float: right;
    margin-top: 58px;
}

.En {
    font-size: 16px;
    line-height: 36px;
    color: #1958af;
    float: right;
margin-top: 33px;}

.old {
    font-size: 16px;
    line-height: 36px;
    color: #1958af;
    float: right;
}

.En3 {
    color: #fff;
}

.phone {
    margin-left: 65px;
    margin-right: 40px;
    width: 70.56%;
}

.search4 {
    width: 83.68%;
}


/* nav */

nav {
    /* overflow: hidden; */
    background: #1958af;
    height: 48px;
}

.nav li:hover {
    background: #14468c;
}

.nav li a {
    font-size: 18px;
    line-height: 48px;
    color: #fff;
    font-weight: bold;
}

.nav li.on .subNav {
    display: block;
}

.bannerul {
    height: 0;
    padding-bottom: 33.32%;
    overflow: hidden;
}

.bannerul::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 453px;
    background: url(../images/bannerbg_01.png) repeat-x;
}

.bannerul a {
    display: block;
    overflow: hidden;
    position: relative;
}

.bannerul a p {
    position: absolute;
    left: 2%;
    bottom: 2%;
    color: #fff;
    width: 75%;
    overflow: hidden;
}

.bannerul a .bannerimg {
    padding-bottom: 33.32%;
}

.bannerul .slick-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(91, 155, 213, .6);
}

.bannerul .slick-prev {
    /* left: 50%; */
    right: 150px;
    margin-left: -105px;
    background: rgba(91, 155, 213, .6) url(../images/l.png) no-repeat 16px 8px;
}

.bannerul .slick-next {
    right: 25px;
    background: rgba(91, 155, 213, .6) url(../images/r.png) no-repeat 17px 8px;
    /* margin-right: -105px; */
}

.bannerul .slick-arrow {
    top: 88%;
}

.bannerul .slick-dots {
    width: 48px;
    height: 48px;
    /* left: 50%; */
    right: 87px;
    /* float: right; */
    /* margin-left: -25px; */
    /* top: 0; */
    color: #fff;
    text-align: right;
    line-height: 48px;
    /* bottom: 35px; */
    top: 83%;
    border-radius: 50%;
    background: rgba(91, 155, 213, .6);
}

.bannerul .slick-dots li {
    display: none;
    width: 48px;
    height: 48px;
}

.bannerul .slick-dots li span {
    font-size: 28px;
    font-style: italic;
    top: -6px;
    position: absolute;
    left: 5px;
    font-family: 'biblescrtregular';
}

.bannerul .slick-dots li i {
    font-family: 'biblescrtregular';
    font-size: 28px;
    margin: 0px 15px;
}

.bannerul .slick-dots li.slick-active {
    display: block;
}


/* footer */

.footer {
    overflow: hidden;
}

.footertop {
    overflow: hidden;
    background: #1958af;
    padding-bottom: 40px;
}

.footerbottom {
    overflow: hidden;
    background: #14468c;
    text-align: center;
}

.footerh {
    line-height: 46px;
    padding-top: 20px;
    overflow: hidden;
    margin-bottom: 48px;
    /* padding-left: 56px; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fast {
    display: block;
    font-size: 16px;
    color: #fff;
    float: left;
    padding-left: 41px;
}

.footerul1 li {
    text-align: center;
    float: left;
    position: relative;
    padding-right: 36px;
}

.footerul1 {
    overflow: hidden;
    margin-left: 122px;
}

.footerul1 li::before {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #fff;
    position: absolute;
    right: 23px;
    top: 16px;
}

.footerul1 li:last-child:before {
    display: none;
}

.footerul1 li a {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.footerm {
    overflow: hidden;
}

.footerml {
    width: 54.5%;
    overflow: hidden;
    float: left;
}

.flog {
    padding-bottom: 15.9%;
}

.footermm {
    margin-left: 56px;
    overflow: hidden;
    float: left;
    width: 25.53%;
}

.footermm ul {
    overflow: hidden;
}

.footermm ul li {
    width: 25%;
    float: left;
    position: relative;
}

.footermm ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.footermm p {
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    display: block;
}

.footermm ul li::before {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #fff;
    position: absolute;
    right: 12px;
    top: 9px;
}

.footermm ul li:last-child::before {
    display: none;
}

.ewm {
    width: 120px;
    height: 120px;
    overflow: hidden;
    float: right;
}

.footerbottom {
    overflow: hidden;
    background: #14468c;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
}
.headercon{
    position: relative;
}
.headercon::before{
    content: '';
    display: block;
    width: 39.67%;
    height: 65px;
    background: url(../images/xx.png) no-repeat;
    position: absolute;
    background-size: cover;right: 0;
    top: 15px;
}
@media screen and (max-width:1300px) {
    .headercon .search3 {
        width: 133px;
    margin-top: 0;}
    .En{
        margin-top:0
    }
    .bannerul .slick-dots {
        top: 80%;
    }
    .footerul1 li {
        padding-right: 5px;
    }
    .footerul1 li::before {
        right: 4px;
    }
    .footerm .footermm {
        margin-left: 29px;
    }
    .footermm ul li::before {
        right: 0;
    }
    .headercon::before {
        content: '';
        display: block;
        width: 370px;
        height: 45px;
        background: url(../images/xx.png) no-repeat;
        position: absolute;
        background-size: 370px 45px;
        right: 0;
        /* top: 0; */
    }
}
@media screen and (max-width:1200px){
.headercon::before {
        content: '';
        display: block;
        width: 300px;
        height: 45px;
        background: url(../images/xx.png) no-repeat;
        position: absolute;
        background-size: 300px 45px;
        right: 0;
        /* top: 0; */
    }
}
@media screen and (max-width:996px) {
    .gp-menu,
    .gp-menu-nav {
        display: block !important;
    }
    .headercon .search3,
    .En2 {
        display: none;
    }
    nav {
        display: none;
    }
    .footerul1 li {
        padding-right: 50px;
    }
    .footerul1 li::before {
        right: 23px;
    }
    .fast {
        line-height: 35px;
        padding-left: 0;
    }
    .footerml {
        width: 100%;
    }
    .footerm .footermm {
        width: 100%;
        float: left;
        margin-left: 0;
    }
    .ewm {
        float: left;
    }
    .footermm ul li::before {
        right: 94px;
    }
    .bannerul .slick-dots {
        top: 78%;
    }
    .headercon::before{
        right: 15px;
    width: 250px;height: 35px;background-size: 250px 36px;top: 6px;}
}

@media screen and (max-width:767px) {
    .bannerul .slick-arrow,
    .bannerul .slick-dots {
        top: 78% !important;
        transform: scale(0.6) translateY(-65%);
    }
    .gp-menu-header-icon {
        transform: scale(0.6);
    }
    header {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .footermm ul li::before {
        right: 26px;
    }
    .gp-menu-header {
        top: 9px;
    }
    .headercon::before {
        content: '';
        display: block;
        width: 139px;
        height: 25px;
        background: url(../images/xx.png) no-repeat;
        position: absolute;
        background-size: 139px 25px;
        right: 30px;
        top: 6px;
    }
}

@media screen and (max-width:479px) {
    .headerr {
        width: auto;
        float: right;
        margin-top: 36px;
    }
    .headercon::before{
        display: none;
    }
    .headerl a{
        width: 100%;
    }
    .search4 {
        width: 83.68%;
    }
    .gp-menu-nav>ul>li>a {
        font-size: 1rem;
    }
    .gp-menu-nav ul,
    .phone {
        margin-left: 43px;
        margin-right: 40px;
        width: 79.56%;
    }
    .bannerul .slick-arrow,
    .bannerul .slick-dots {
        top: 70% !important;
        display: none;
        transform: scale(0.4) translateY(-65%);
    }
    .gp-menu-header-icon {
        /* transform: scale(0.4); */
    top: 5px;}
    header {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .footermm ul li {
        width: 50%;
    }
}