html {
    font-size: 100%;
    width: 100%;
    outline: none;
    min-height: 100%;
    position: relative;
}

body {
    background: #f5f5f5;
    font-family: arial, "Microsoft Yahei", "寰蒋闆呴粦", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #373737;
    text-align: left;
    margin: auto;
    width: 100%;
    min-width: 1200px;
    outline: none;
    position: relative;
}

body,
div,
p,
input,
a,
span,
img,
ul,
li,
textarea,
select,
button {
    outline: none;
}

a,
a:hover {
    color: #373737;
    text-decoration: none;
}

html {
    font-size: 100%;
    width: 100%;
    outline: none;
}

body,
div,
p,
span,
ul,
li,
a,
input,
textarea {
    box-sizing: border-box;
}

.clearfix::after {
    display: block;
    content: '';
    clear: both;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    border: none;
}

p {
    margin: 0;
}

.boxShadow {
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.26);
}


/* gShow */

.gShow {
    opacity: 0;
}

@keyframes mymove {
    from {
        transform: translate3d(0, 50%, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes mymove
/* Safari and Chrome */

{
    from {
        transform: translate3d(0, 50%, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.fontFadeIn {
    animation: 3s ease 0s 1 normal none running fontMove;
    -webkit-animation: 3s ease 0s 1 normal none running fontMove;
}

@keyframes fontMove {
    from {
        transform: translate3d(-10%, 50%, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fontMove
/* Safari and Chrome */

{
    from {
        transform: translate3d(-10%, 50%, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}


/* scaleImg */

.scaleImg {
    overflow: hidden;
    display: block;
}

.scaleImg img {
    transition-duration: .6s;
    -webkit-transition-duration:.6s; 
    display: block;
    width: 100%;
}

.scaleImg:hover img {
    transform: scale(1.1);
    /* filter: grayscale(0); */
}


/* banner */

.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    animation: 10s infinite alternate bannerMove;
    -webkit-animation: 10s infinite alternate bannerMove;
    display: block;
}

@keyframes bannerMove {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.1, 1.1);
    }
}

@-webkit-keyframes bannerMove
/*Safari and Chrome*/

{
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.1, 1.1);
    }
}


/* content */

.content {
    width: 1200px;
    margin: 0 auto;
}
#fp-nav.right{
    display: none !important;
}
/* header */
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 99;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: .5s;
    -webkit-transition: .5s;
}
header .logo a{
    float: left;
    line-height: 90px;
    position: relative;
}
header .logo a img{
    vertical-align: middle;
}
header .logo a img:last-child{
    display: none;
}
header .logo a:first-child{
    padding-right: 20px;
}
header .logo a:last-child{
    padding-left: 20px;
}
header .logo a:first-child::before{
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 44px;
    top: 50%;
    margin-top: -22px;
    background-color: rgba(255, 255, 255, 0.2);
}
header .nav>li{
    float: left;
    margin-left: 24px;
    position: relative;
}
header .nav>li:first-child{
    margin-left: 0;
}
header .nav>li>a{
    color: #fff;
    line-height: 90px;
    height: 90px;
    font-size: 16px;
    display: block;
    transition: .5s;
    -webkit-transition: .5s;
}
header .nav>li.on>a{
    border-bottom: 2px solid #fff;
    transition: .5s;
    -webkit-transition: .5s;
}
header .nav>li form{
    margin-top: 34px;
}
header .nav>li form div{
    float: left;
    position: relative;
    width: 0;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
}
header .nav>li form.on div{
    width: 140px;
}
header .nav>li form input{
    width: 140px;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 5px;
    padding-right: 30px;
    background-color: transparent;
    transition: .5s;
    -webkit-transition: .5s;
}
header .nav>li form button{
    position: absolute;
    border: 0;
    color: #fff;
    background-color: transparent;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
}
header .nav>li form .icon{
    cursor: pointer;
    width: 22px;
    height: 22px;
    background-image: url(../images/index_01.png);
    background-size: 100% 100%;
    margin-left: 7px;
    display: block;
    transition: .5s;
    -webkit-transition: .5s;
    float: left;
}
header.on{
    background-color: #fff;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.17);
    border-bottom: 0;
}
header.on .logo a img:first-child{
    display: none;
}
header.on .logo a img:last-child{
    display: inline-block;
}
header.on .logo a:first-child::before{
    background-color: rgba(0, 0, 0, 0.2);
}
header.on .nav>li>a{
    color: #333333;
}
header.on .nav>li.on>a{
    border-bottom-color: #164EA0;
    color: #164EA0;
}
header.on .nav>li form input,
header.on .nav>li form button{
    color: #333;
    border-bottom-color: #333;
}
header.on .nav>li form .icon{
    background-image: url(../images/index_01_1.png);
}
header .nav>li ul{
    position: absolute;
    top: 100%;
    width: 110px;
    background-color: #fff;
    left: 50%;
    margin-left: -55px;
    line-height: 28px;
    padding: 7px 0;
    text-align: center;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.17);
    display: none;
}
header .nav>li ul a{
    display: block;
    transition: .5s;
    -webkit-transition: .5s;
}
header .nav>li ul a:hover{
    color: #164EA0;
}
header .nav>li:hover ul{
    display: block;
}
/* home */
.home_1{
    width: 100%;
    height: 100vh;
}
.home_1 .swiper-slide img{
    height: 100vh;
    width: 100%;
    object-fit: cover;
    display: block;
}
.home_1 .swiper-button-btn{
    width: 49px;
    height: 12px;
    background-size: 49px 12px;
    margin-top: -6px;
}
.home_1 .swiper-button-prev{
    background-image: url(../images/index_02.png);
    left: 50%;
    margin-left: -600px;
}
.home_1 .swiper-button-next{
    background-image: url(../images/index_03.png);
    right: 50%;
    margin-right: -600px;
}
.home_2{
    background: no-repeat center;
    background-size: 1920px auto;
}
.home_2 .content{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -600px;
    background-size: 880px auto;
    margin-top: -267px;
    z-index: 1;
}
.home_2 .bg{
    bottom: 0;
    position: absolute;
    left: 0;
    width: 880px;
    transform: translateX(-160px);
    -webkit-transform:translateX(-160px);
    transition: 1s;
    -webkit-transition: 1s;
    z-index: -1;
}
.home_2 .title{
    margin-bottom: 200px;
    transform: translateX(-160px);
    -webkit-transform:translateX(-160px);
    opacity: 0;
    transition: 1s;
    -webkit-transition: 1s;
}
.home_2 .title .titEn{
    line-height: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 12px;
}
.home_2 .title .tit{
    font-size: 36px;
    line-height: 36px;
    color: #fff;
}
.home_2 .info{
    width: 540px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 40px 50px;
    transform: translateX(160px);
    -webkit-transform:translateX(160px);
    opacity: 0;
    transition: 1s;
    -webkit-transition: 1s;
}
.home_2 .info .tit{
    color: #6CC9F3;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 40px;
}
.home_2 .info .txt{
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 40px;
}
.home_2 .info a{
    width: 160px;
    height: 54px;
    background: #51BAEA;
    border-radius: 4px;
    display: block;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-size: 16px;
}
.home_2 .content.on .bg,
.home_2 .content.on .title,
.home_2 .content.on .info{
    transform: translateX(0);
    -webkit-transform:translateX(0);
    opacity: 1;
}
.home_3{
    background: no-repeat center;
    background-size: 1920px auto;
}
.home_3 .content{
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -170px;
}
.home_3 .info{
    width: 450px;
    transform: translateX(-160px);
    -webkit-transform:translateX(-160px);
    opacity: 0;
    transition: 1s;
    -webkit-transition: 1s;
}
.home_3 .info .titEn{
    line-height: 14px;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 12px;
}
.home_3 .info .tit{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 100px;
}
.home_3 .info .tits{
    font-size: 28px;
    line-height: 28px;
    color: #164EA0;
    margin-bottom: 40px;
}
.home_3 .info .txt{
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 40px;
}
.home_3 .info .btn{
    width: 160px;
    height: 54px;
    background: rgba(0, 140, 214, 0);
    border: 1px solid #164EA0;
    border-radius: 4px;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    color: #164EA0;
    display: block;
    transition: .5s;
    -webkit-transition: .5s;
}
.home_3 .info .btn:hover{
    background-color: #164EA0;
    color: #fff;
}
.home_3 .bg{
    position: absolute;
    right: 0;
    top: -30px;
    width: 677px;
}
.home_3 .info.on{
    transform: translateX(0);
    -webkit-transform:translateX(0);
    opacity: 1;
}
.home_4{
    background: no-repeat center;
    background-size: 1920px auto;
}
.home_4 .content{
    padding-top: 180px;
}
.home_4 .title{
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
.home_4 .title .titEn{
    line-height: 14px;
    margin-bottom: 16px;
}
.home_4 .title .tit{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 60px;
}
.home_4 .title .txt{
    font-size: 16px;
    line-height: 30px;
}
.home_4 .item{
    width: 170px;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.home_4 .item .bg{
    height: 450px;
    width: 100%;
    object-fit: cover;
    display: block;
}
.home_4 .item .info{
    position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    flex-wrap: wrap;
}
.home_4 .item .info .icon{
    width: auto;
    transform: scale(1);
    -webkit-transform:scale(1); 
    margin-bottom: 26px;
}
.home_4 .item .info .txt{
    text-align: center;
    font-size: 16px;
    width: 100%;
    line-height: 30px;
}
.home_4 .item .info .btn{
    width: 160px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 60px;
    display: none;
}
.home_4 .item.on{
    width: 520px;
}
.home_4 .item.on .txt{
    font-size: 24px;
}
.home_4 .item.on .btn{
    display: block;
}
.home_5{
    background: no-repeat center;
    background-size: 1920px auto;
    padding-top: 180px;
}
.home_5 .title{
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}
.home_5 .title .titEn{
    margin-bottom: 15px;
    line-height: 14px;
}
.home_5 .title .tit{
    font-size: 30px;
    line-height: 30px;
}
.home_5 .swiper-container{
    padding-bottom: 45px;
}
.home_5 .swiper-slide img{
    display: block;
    width: 100%;
}
.home_5 .swiper-pagination{
    bottom: 0;
}
.home_5 .swiper-pagination-bullet{
    width: 60px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 4px;
    opacity: 1;
}
.home_5 .swiper-pagination-bullet-active{
    background-color: #008CD6;
}
.home_6{
    background: no-repeat center;
    background-size: 1920px auto;
    position: relative;
}
.home_6 .center{
    width: 980px;
    background-color: rgba(0, 0, 0, 0.35);
    padding: 50px;
    position: absolute;
    left: 50%;
    margin-left: -490px;
    top: 50%;
    margin-top: -285px;
}
.home_61{
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.home_6 .tit{
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px;
}
.home_6 .tit span{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
}
.home_61 .txt{
    line-height: 30px;
    color: #fff;
    text-indent: 28px;
    margin-bottom: 22px;
}
.home_61 .btn{
    width: 160px;
    height: 50px;
    background: #164EA0;
    border-radius: 4px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}
.home_62{
    padding-top: 40px;
}
.home_62 .tit{
    margin-bottom: 24px;
}
.home_62 .qrCode>div{
    margin-right: 30px;
    color: #fff;
    text-align: center;
}
.home_62 .qrCode>div img{
    width: 100%;
    display: block;
}
.home_62 .qrCode>div p{
    margin-top: 7px;
    line-height: 14px;
}
.home_62 .info>div{
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-left: 45px;
}
.home_62 .info .icon{
    left: 0;
    position: absolute;
    top: 0;
}
.home_62 .info .icon img{
    vertical-align: middle;
}
.home_6 .bottomInfo{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 50px;
    color: #fff;
    background-color: #164EA0;
    height: 50px;
}
.home_6 .bottomInfo a{
    color: #fff;
}
@media screen and (max-width: 1440px) {
	.home_2 .content{
		margin-top: -180px;
	}
    .home_2 .title .titEn{
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 7px;
    }
    .home_2 .title .tit {
        font-size: 28px;
        line-height: 28px;
    }
    .home_2 .bg {
        width: 700px;
    }
    .home_2 .title {
        margin-bottom: 140px;
    }
    .home_2 .info {
        padding: 24px 36px;
    }
    .home_2 .info .tit {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    .home_2 .info .txt {
        line-height: 32px;
        margin-bottom: 24px;
    }
    .home_2 .info a{
        line-height: 48px;
        height: 48px;
    }
    .home_3 .info .titEn{
    	font-size: 12px;
    	line-height: 12px;
    	margin-bottom:7px;
    }
    .home_3 .info .tit {
	    font-size: 32px;
	    line-height: 32px;
	    margin-bottom: 70px;
	}
	.home_3 .info .tits {
	    font-size: 24px;
	    line-height: 24px;
	    margin-bottom: 30px;
	}
	.home_3 .info .txt {
	    font-size: 14px;
	    line-height: 32px;
	    margin-bottom: 30px;
	}
	.home_3 .info .btn{
		line-height: 44px;
	}
	.home_3 .content{
		margin-top: -130px;
	}
	.home_3 .bg{
		width: 520px;
	}
	.home_4 .content{
		padding-top: 150px;
	}
	.home_4 .title .titEn {
	    line-height: 12px;
	    font-size: 12px;
	    margin-bottom: 10px;
	}
	.home_4 .title .tit {
	    font-size: 26px;
	    line-height: 26px;
	    margin-bottom: 30px;
	}
	.home_4 .title{
		margin-bottom: 30px;
	}
	.home_4 .item .bg{
		height: 300px;
	}
	.home_5{
		padding-top: 150px;
	}
	.home_5 .title .titEn {
	    margin-bottom: 10px;
	    line-height: 12px;
	    font-size: 12px;
	}
	.home_5 .title .tit {
	    font-size: 26px;
	    line-height: 26px;
	}
	.home_5 .title {
	    margin-bottom: 30px;
	}
	.home_5 .swiper-slide img{
		height: 70px;
	    object-fit: cover;
	}
	.home_5 .swiper-container{
		padding-bottom: 30px;
	}
	.home_6 .center{
		padding: 30px 40px;
		margin-top: -223px;
	}
	.home_6 .tit{
		font-size: 26px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.home_6 .tit span{
		font-size: 12px;
	}
	.home_61 .txt {
	    line-height: 26px;
	    margin-bottom: 20px;
	}
	.home_61 .btn{
		line-height: 44px;
		height: 44px;
	}
	.home_61 {
	    padding-bottom: 30px;
	}
	.home_62 {
	    padding-top: 30px;
	}
	.home_62 .info>div{
		line-height: 40px;
	}
}
/* bannerHd */
.bannerHd{
    position: relative;
}
.bannerHd>img{
    width: 100%;
    display: block;
    height: 400px;
    object-fit: cover;
}
.bannerHd .crumbs{
    width: 1200px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -600px;
    color: #999999;
    text-align: right;
    font-size: 12px;
    line-height: 14px;
}
.bannerHd .crumbs img{
    vertical-align: middle;
    margin-right: 3px;
}
.bannerHd .crumbs a{
    color: #999999;
}
/* product */
.product .center{
    padding: 60px 0;
}
.product_1 .item{
    margin-bottom: 50px;
    width: 370px;
    background-color: #fff;
    padding: 30px 45px 36px 45px;
    position: relative;
    margin-right: 45px;
    transition: .5s;
    -webkit-transition: .5s;
}
.product_1 .item:nth-of-type(3n){
    margin-right: 0;
}
.product_1 .item .icon{
    line-height: 14px;
    color: #164EA0;
    position: relative;
    margin-bottom: 30px;
}
.product_1 .item .icon.icon::before{
    content: "";
    position: absolute;
    height: 1px;
    opacity: .4;
    background-color: #164EA0;
    left: 80px;
    right: 0;
    top: 50%;
    margin-top: -.5px;
}
.product_1 .item .mImg{
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.product_1 .item .mImg img{
    max-width: 100%;
    max-height: 280px;
    object-fit: cover;
}
.product_1 .item .tit{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 12px;
    transition: .5s;
    -webkit-transition: .5s;
}
.product_1 .item .txt{
    font-size: 16px;
    color: #999999;
    line-height: 16px;
}
.product_1 .item .btn{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #164EA0;
    text-align: center;
    line-height: 60px;
}
.product_1 .item .btn img{
    vertical-align: middle;
}
.product_1 .item:hover{
    box-shadow: 0px 0px 39px 1px rgba(0, 0, 0, 0.11);
}
.product_1 .item:hover .tit{
    color: #164EA0;
}
/* pages */
.pages{
    display: flex;
    justify-content: center;
}
.pages a{
    display: block;
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-right: 4px;
    text-align: center;
    line-height: 45px;
    color: #999999;
    transition: .5s;
    -webkit-transition: .5s;
}
.pages a img{
    vertical-align: middle;
}
.pages a:last-child{
    margin-right: 0;
}
.pages a:hover,
.pages a.on{
    background-color: #164EA0;
    color: #fff;
}
/* footer */
footer{
    background-color: #0F111D;
}
footer .content{
    padding: 70px 0;
    background: url(../images/foot_01.png) no-repeat right 131px bottom 45px;
}
.ft_1 .link{
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    padding-left: 80px;
    margin-bottom: 34px;
}
.ft_1 .link span{
    position: absolute;
    left: 0;
    top: 0;
}
.ft_1 .link a{
    color: #fff;
    float: left;
    padding: 0 30px;
    position: relative;
}
.ft_1 .link a::before{
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    top: 0;
    background-color: #fff;
}
.ft_1 .link a:last-child::before{
    display: none;
}
.ft_1 .info{
    line-height: 30px;
    color: #999999;
    margin-bottom: 24px;
}
.ft_1 .info span{
    float: left;
    padding: 0 15px;
    position: relative;
}
.ft_1 .info span:first-child{
    padding-left: 0;
}
.ft_1 .info span::before{
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    background-color: #999999;
}
.ft_1 .info span:first-child::before{
    display: none;
}
.ft_1 .keep{
    line-height: 14px;
    color: #666666;
}
.ft_1 .keep a{
    color: #666666;
}
.ft_2{
    width: 126px;
}
.ft_2 img{
    display: block;
    width: 100%;
    margin-bottom: 12px;
}
.ft_2 p{
    font-size: 16px;
    color: #999999;
    line-height: 16px;
    text-align: center;
}
/* productDetail */
.productDetail .center{
    padding: 60px 0;
}
.productDetail_1{
    margin-bottom: 50px;
}
.productDetail_11{
    width: 540px;
}
.productDetail_11 .swiper1{
    width: 440px;
    height: 440px;
    background-color: #fff;
    margin-right: 8px;
}
.productDetail_11 .swiper1 .swiper-slide{
    line-height: 440px;
    text-align: center;
}
.productDetail_11 .swiper1 .swiper-slide img{
    width: 410px;
    object-fit: cover;
    vertical-align: middle;
}
.productDetail_11 .swiper2{
    padding: 22px 0;
    position: relative;
}
.productDetail_11 .swiper2 .swiper-container{
    width: 92px;
    height: 398px;
    position: initial;
}
.productDetail_11 .swiper2 .swiper-slide{
    background-color: #fff;
    line-height: 92px;
    text-align: center;
}
.productDetail_11 .swiper2 .swiper-slide img{
    width: 85px;
    vertical-align: middle;
}
.productDetail_11 .swiper2 .swiper-slide-thumb-active{
    border-color: #0271B6;
}
.productDetail_11 .swiper2 .swiper-button-btn{
    background-size: 22px 11px;
    width: 100%;
    height: 11px;
    left: 0;
    margin-top: 0;
    transition: .5s;
    -webkit-transition: .5s;
}
.productDetail_11 .swiper2 .swiper-button-prev{
    top: 0;
    background-image: url(../images/pro_07.png);
}
.productDetail_11 .swiper2 .swiper-button-next{
    top: auto;
    bottom: 0;
    background-image: url(../images/pro_08.png);
}
.productDetail_11 .swiper2 .swiper-button-prev:hover{
    background-image: url(../images/pro_07_1.png);
}
.productDetail_11 .swiper2 .swiper-button-next:hover{
    background-image: url(../images/pro_08_1.png);
}
.productDetail_12{
    width: 590px;
}
.productDetail_12 .tit{
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 12px;
}
.productDetail_12 .tits{
    font-size: 24px;
    line-height: 24px;
    color: #164EA0;
}
.productDetail_12 .txt{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.productDetail_12 .txt p{
    margin-top: 30px;
}
.productDetail_12 .btn{
    margin-top: 40px;
}
.productDetail_12 .btn a{
    width: 156px;
    height: 45px;
    background-color: #164EA0;
    border-radius: 4px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
    display: block;
    float: left;
}
.productDetail_12 .btn a:last-child{
    background-color: transparent;
    border: 1px solid #164EA0;
    color: #164EA0;
}
.productDetail_21{
    width: 990px;
}
.productDetail_21 .hd{
    height: 44px;
    background-color: #fff;
    border-bottom: 1px solid #164EA0;
    border-top: 1px solid #DCDCDC;
}
.productDetail_21 .hd span{
    line-height: 42px;
    width: 140px;
    float: left;
    text-align: center;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
}
.productDetail_21 .hd span.on{
    background-color: #164EA0;
    color: #fff;
}
.productDetail_21 .hd span:hover{
    color: #164EA0;
}
.productDetail_21 .list>div{
    display: none;
}
.productDetail_21 .list>div.show{
    display: block;
}
.productDetail_21 .fra{
    margin-top: 30px;
}
.productDetail_21 .fra .title{
    color: #999999;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 12px;
}
.productDetail_21 .fra .title span{
    font-size: 30px;
    color: #164EA0;
}
.productDetail_21 .fra .txt{
    line-height: 30px;
    color: #666666;
}
.productDetail_21 .fra .txt span{
    color: #164EA0;
}
.productDetail_21 .fra .txt img{
    width: auto;
    max-width: 100%;
    display: block;
    margin: 12px 0;
}
.productDetail_21 .fra table{
    width: 100%;
    border-spacing:0;
    text-align: center;
    line-height: 50px;
    border: 2px solid #DDDDDD;
}
.productDetail_21 .fra table tr:nth-of-type(2n+1){
    background-color: #fff;
}
.productDetail_21 .fra table tr:first-child{
    background-color: #DEEBF7;
}
.productDetail_21 .fra table td{
    border-left: 2px solid #DDDDDD;
}
.productDetail_21 .fra table td:first-child{
    width: 172px;
    border-left: 0;
}
.productDetail_21 .fra table td:nth-child(2){
    font-weight: bold;
}
.productDetail_21 .fra table tr:first-child td:nth-child(2){
    font-weight: 400;
}
.productDetail_22{
    width: 170px;
}
.productDetail_22 .hd{
    font-size: 20px;
    line-height: 20px;
    color: #164EA0;
    border-left: 2px solid #164EA0;
    padding-left: 10px;
    margin-bottom: 12px;
}
.productDetail_22 .swiper{
    position: relative;
    padding-bottom: 58px;
}
.productDetail_22 .swiper-container{
    height: 636px;
    position: initial
}
.productDetail_22 .swiper-slide .mImg{
    height: 170px;
    background-color: #fff;
    border: 1px solid #DCDCDC;
    text-align: center;
    line-height: 170px;
    margin-bottom: 10px;
}
.productDetail_22 .swiper-slide .mImg img{
    width: 145px;
    vertical-align: middle;

}
.productDetail_22 .swiper-slide p{
    font-size: 12px;
    color: #666666;
    line-height: 12px;
}
.productDetail_22 .swiper-button-btn{
    margin-top: 0;
    top: auto;
    bottom: 0;
    width: 30px;
    height: 18px;
    background-size: 30px 18px;
    transition: .5s;
    -webkit-transition: .5s;
}
.productDetail_22 .swiper-button-prev{
    background-image: url(../images/pro_09.png);
    left: 30px;
}
.productDetail_22 .swiper-button-next{
    background-image: url(../images/pro_10.png);
    right: 30px;
}
.productDetail_22 .swiper-button-prev:hover{
    background-image: url(../images/pro_09_1.png);
}
.productDetail_22 .swiper-button-next:hover{
    background-image: url(../images/pro_10_1.png);
}
/* institute */
.institute .center{
    padding-bottom: 50px;
}
.institute .title{
    text-align: center;
}
.institute .title .tit{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}
.institute .title .titEn{
    color: #164EA0;
    line-height: 14px;
    margin-bottom: 20px;
}
.institute .title .tits{
    color: #999999;
    line-height: 14px;
}
.institute_1{
	/*overflow-y: hidden; height: 767px; */
	cursor: text;
    padding: 50px 0;
}
.institute_1 .txt p{
    line-height: 36px;
    font-size: 16px;
    color: #666666;
    /*margin-top: 30px;*/
}
.institute_2{
    height: 560px;
    background: url(../images/about_03.jpg) no-repeat center;
    background-size: 1920px auto;
    padding-top: 60px;
}
.institute_2 .title{
    margin-bottom: 34px;
}
.institute_2 .title,
.institute_2 .title .tits{
    color: #fff;
}
.institute_2 .title .titEn{
    color: rgba(255, 255, 255, 0.5);
}
.institute_2 .list{
    display: flex;
    justify-content: space-between;
}
.institute_2 .list .item{
    width: 25%;
    padding: 0 12px;
    text-align: center;
}
.institute_2 .item .mImg{
    width: 240px;
    height: 240px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    border: 6px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}
.institute_2 .item .mImg img{
    width: 100%;
    display: block;
}
.institute_2 .item .titEn{
    line-height: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 12px;
}
.institute_2 .item .tit{
    font-size: 20px;
    color: #fff;
    line-height: 20px;
}
.institute_3{
    padding-top: 60px;
}
.institute_3 .title{
    margin-bottom: 50px;
}
.institute_3 .swiper-slide{
    width: auto;
}
.institute_3 .swiper-slide .mImg img{
    width: 200px;
    height: 256px;
    margin-top: 62px;
    display: block;
}
.institute_3 .swiper-slide .info{
    width: 400px;
    background-color: #fff;
    height: 350px;
    margin-top: 15px;
    padding: 40px 50px;
    position: relative;
    display: none;
}
.institute_3 .swiper-slide .info .name{
    font-size: 24px;
    color: #164EA0;
    line-height: 24px;
    margin-bottom: 7px;
}
.institute_3 .swiper-slide .info .position{
    font-size: 18px;
    color: #666666;
    line-height: 18px;
    margin-bottom: 40px;
}
.institute_3 .swiper-slide .info .txt{
    line-height: 32px;
}
.institute_3 .swiper-slide .info .logo{
    position: absolute;
    right: 20px;
    bottom: 30px;
}
.institute_3 .swiper-slide-active .info{
    display: block;
}
.institute_3 .swiper-slide-active .mImg img{
    width: 300px;
    height: 380px;
    margin-top: 0;
}
.institute_3 .swiper{
    position: relative;
    overflow: hidden;
}
.institute_3 .swiper-container{
    position: initial;
    overflow:initial;
    transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    padding-bottom: 60px;
}
.institute_3 .swiper-pagination{
    transform: translateX(250px);
    -webkit-transform: translateX(250px);
    bottom: 40px;
    font-size: 16px;
    color: #999999;
    line-height: 16px;
}
.institute_3 .swiper-pagination-current{
    color: #164EA0;
}
.institute_3 .swiper-button-btn{
    transform: translateX(250px);
    -webkit-transform: translateX(250px);
    background-image: none;
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    top: auto;
    margin-top: 0;
    bottom: 44px;
    z-index: 99;
    transition: .5s;
    -webkit-transition: .5s;
}
.institute_3 .swiper-button-prev{
    border-right-color:#999999;
    left: 50%;
    margin-left: -40px;
}
.institute_3 .swiper-button-next{
    border-left-color:#999999;
    right: 50%;
    margin-right: -40px;
}
.institute_3 .swiper-button-prev:hover{
    border-right-color:#164EA0;
}
.institute_3 .swiper-button-next:hover{
    border-left-color:#164EA0;
}
.institute_4{
    background-color: #fff;
    padding: 60px 0;
}
.institute_41{
    width: 596px;
}
.institute_42{
    width: 545px;
    padding-top: 24px;
}
.institute_42 .tit{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 12px;
}
.institute_42 .tits{
    color: #999999;
    line-height: 14px;
    margin-bottom: 60px;
}
.institute_42 .name{
    font-size: 24px;
    color: #164EA0;
    line-height: 24px;
    margin-bottom: 24px;
}
.institute_42 .txt{
    color: #666666;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 50px;
}
.institute_42 .btn a{
    width: 156px;
    height: 45px;
    background-color: #164EA0;
    border-radius: 4px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
    display: block;
    float: left;
}
.institute_42 .btn a:last-child{
    background-color: transparent;
    border: 1px solid #164EA0;
    color: #164EA0;
}
.institute_4 .swiper-container{
	padding-bottom: 10px;
}
.institute_4 .swiper-pagination{
	bottom: 0;
}
.institute_5{
    padding-top: 60px;
}
.institute_5 .title{
    margin-bottom: 30px;
}
.institute_5 .swiper-container{
    padding-bottom: 38px;
}
.institute_5 .swiper-slide img{
    display: block;
    width: 100%;
}
.institute_5 .swiper-pagination{
    bottom: 0;
}
.institute_5 .swiper-pagination-bullet{
    width: 60px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 4px;
    opacity: 1;
}
.institute_5 .swiper-pagination-bullet-active{
    background-color: #008CD6;
}
/* contact */
.contact .center{
    padding: 70px 0 60px 0;
}
.contact_1{
    width: 420px;
}
.contact_1 .tit{
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
}
.contact_1 .txt>div{
    margin-top: 20px;
    position: relative;
    padding-left: 33px;
}
.contact_1 .txt>div img{
    position: absolute;
    left: 0;
    top: 0;
}
.contact_1 .txt>div p:nth-child(2){
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #164EA0;
    line-height: 18px
}
.contact_1 .txt>div p:nth-child(3){
    font-size: 16px;
    line-height: 16px;
}
.contact_2{
    width: 668px;
    height: 380px;
}
.contact_3{
    margin-top: 50px;
}
.contact_3 .tit{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 16px;
}
.contact_3 .txt{
    font-size: 16px;
    color: #666666;
    line-height: 16px;
}
.contact_3 .fra{
    width: 360px;
    margin-right: 60px;
    position: relative;
    padding-left: 80px;
    padding-bottom: 12px;
    border-bottom: 1px solid #BBBBBB;
    margin-top: 40px;
    line-height: 20px;
}
.contact_3 .fra label{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #999999;
}
.contact_3 .fra label span{
    color: #FF0000;
}
.contact_3 .fra input{
    background-color: transparent;
    border: 0;
    font-size: 16px;
}
.contact_3 .fra:nth-of-type(3n){
    margin-right: 0;
}
.contact_3 .fra.text{
    width: 100%;
    margin-right: 0;
}
.contact_3 textarea{
    width: 100%;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    font-family: "";
}
.contact_3 button{
    float: left;
    cursor: pointer;
    width: 180px;
    height: 54px;
    background: #1E50AE;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    line-height: 54px;
    border: 0;
    margin-top: 30px;
    font-size: 18px;
}
/* job */
.job .center{
    padding: 60px 0;
}
.job_1 .hd{
    margin-bottom: 30px;
    text-align: center;
}
.job_1 .hd .titEn{
    font-size: 16px;
    line-height: 16px;
    color: #164EA0;
    margin-bottom: 12px;
}
.job_1 .hd .tit{
    font-size: 32px;
    line-height: 32px;
}
.job_1 .clearfix{
    background-color: #fff;
    height: 300px;
}
.job_1 .scaleImg{
    width: 760px;
}
.job_1 .scaleImg img{
    height: 300px;
}
.job_1 form{
    width: 440px;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 63px;
}
.job_1 form .tit{
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 16px;
}
.job_1 input{
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    border: 1px solid #777777;
    border-radius: 4px;
    margin-bottom: 40px;
}
.job_1 button{
    cursor: pointer;
    width: 180px;
    height: 50px;
    background: #1E50AE;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    border: 0;
    font-size: 18px;
}
.job_2{
    margin-top: 40px;
    padding: 40px 20px;
    background-color: #fff;
}
.job_2 .rows{
    transition: .5s;
    -webkit-transition: .5s;
    height: 66px;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
}
.job_2 .rows .hd{
    line-height: 65px;
    border-bottom: 1px solid #efefef;
    color: #666666;
    font-size: 16px;
    padding: 0 24px;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
}
.job_2 .rows .hd span{
    width: 19%;
    float: left;
}
.job_2 .rows .hd span:first-child{
    color: #1E50AE;
    font-weight: bold;
}
.job_2 .rows .hd span:nth-child(6){
    width: 5%;
    text-align: center;
}
.job_2 .rows .hd span:nth-child(6) img{
    vertical-align: middle;
    transition: .5s;
    -webkit-transition: .5s;
}
.job_2 .rows:first-child{
    border-bottom: 2px solid #b5b5b5;
}
.job_2 .rows:first-child .hd{
    font-size: 18px;
    background-color: #fff !important;
    border-bottom: 0;
    pointer-events: none;
}
.job_2 .rows:first-child .hd span:first-child{
    color: #333;
    font-weight: 400;
}
.job_2 .rows .rContent{
    padding: 30px 24px;
}
.job_2 .rows .rContent .info{
    margin-bottom: 12px;
}
.job_2 .rows .rContent .info .tit{
    color: #1E50AE;
    margin-bottom: 12px;
}
.job_2 .rows .rContent .info .txt{
    color: #666666;
    line-height: 32px;
}
.job_2 .rows .rContent .info a{
    color: #C80C10;
}
.job_2 .rows .rContent .btn{
    line-height: 35px;
    width: 120px;
    text-align: center;
    color: #fff;
    background-color: #C80C10;
    display: block;
    margin-top: 20px;
}
.job_2 .rows.show .hd,
.job_2 .rows:hover .hd{
    background-color: #fbf6f6;
}
.job_2 .rows.show .hd span:nth-child(6) img{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.pages .page-num-current{
    background-color: #164EA0;
    color: #fff;
}
.news .center{
	padding: 40px 0 60px 0;
}
.news .rows{
    margin-top: 16px;
    background-color: #fff;
    display: block;
    transition: .5s;
    -webkit-transition: .5s;
}
.news .rows .mImg{
    padding: 15px;
}
.news .rows .mImg img{
    width: 242px;
    height: 150px;
    object-fit: cover;
    display: block;
}
.news .rows .info{
    width: 928px;
    padding: 40px 60px;
}
.news .rows .info .tit{
    margin-bottom: 30px;
    line-height: 20px;
    font-size: 20px;
    transition: .5s;
    -webkit-transition: .5s;
}
.news .rows .info .tit .left{
    width: 82%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.news .rows .info .tit .right{
    font-size: 18px;
    color: #666666;
}
.news .rows .info .txt .left{
    line-height: 26px;
    color: #999999;
    width: 82%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news .rows .info .txt .right{
    transition: .5s;
    -webkit-transition: .5s;
    width:90px;
    height:36px;
    border:1px solid rgba(222, 222, 222, 1);
    border-radius:18px;
    text-align: center;
    line-height: 36px;
    color: #999999;
    margin-top: 8px;
}
.news .rows:hover{
    box-shadow:0px 0px 18px 0px rgba(0, 0, 0, 0.22);
}
.news .rows:hover .info .tit{
    color: #076CE0;
}
.news .rows:hover .info .txt .right{
    background-color: #AAAAAA;
    border-color: #AAAAAA;
    color: #FFFFFF;
}


.institute_1 .txt p span{
    background-color:transparent !important
}
.text-secondary{
	width: 1200px;
	margin: 20px auto;
}
.text-secondary::after{
	content: "";
	display: block;
	clear: both;
}
.text-secondary p:first-child{
	float: left;
}
.text-secondary p:last-child{
	float: right;
}