/*--------------ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½---------------------*/

* {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    box-sizing: border-box;
}

@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype');
}

/** è½½å…¥ç½‘é¡µå­—ä½“ **/
@font-face {
    font-family: 'nitalagoruikamonokyohkan-06';
    src: url('../fonts/nitalagoruikamonokyohkan-06.ttf');
    font-style: normal;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 50px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    display: block;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #197de8;
    text-decoration: none
}

a:active {
    color: #323232;
    text-decoration: none
}

a:visited {
    color: #323232;
    text-decoration: none
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

button,
input:not([type="radio"]):not([type="checkbox"]),
select {
    vertical-align: middle;
}

input,
textarea {
    outline: none;
}

button {
    background: none;
}

html {
    font-size: 12px;
}

i {
    font-style: inherit;
}

.clearfix,
.content_gy {
    /*ï¿½ï¿½ï¿½ï¿½ IE*/
    zoom: 1;
}


/*ï¿½ï¿½ï¿½ï¿½Ê¹ï¿½Ã·ï¿½Ê½*/

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.content_gy {
    margin: 0 auto;
    width: 1400px;
}



/*swiper*/

html,
body {
    position: relative;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}



.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}

.header .content_gy {
    display: flex;
    height: 110px;
    align-items: center;
    position: relative;
}


::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* æ»šåŠ¨æ§½ */

::-webkit-scrollbar-track {

    border-radius: 10px;
    background: #fff;

}

/* æ»šåŠ¨æ¡æ»‘å— */

::-webkit-scrollbar-thumb {

    border-radius: 10px;

    background: #d7d7d7;

}

::-webkit-scrollbar-thumb:window-inactive {

    background: #d7d7d7;

}

/* è¾¹è§’ å³ä¸¤ä¸ªæ»šåŠ¨æ¡çš„äº¤æ±‡å¤„ */

::-webkit-scrollbar-corner {

    background: #021b49;

    border-radius: 10px;

}

/* ä¸¤ä¸ªæ»šåŠ¨æ¡çš„äº¤æ±‡å¤„ä¸Šç”¨äºŽé€šè¿‡æ‹–åŠ¨è°ƒæ•´å…ƒç´ å¤§å°çš„å°æŽ§ä»¶*/

::-webkit-resizer {}





.header.active {
    background: #fff;
    /* background: rgba(0, 0, 0, 0.61); */
}

.header .logo {
    height: 95px;
    display: flex;
    align-items: center;
    width: 265px;
    margin-right: 100px;
}

.header .logo img {
    /* height: 44px; */
    /* width: auto; */
}

.header .link {
    display: flex;
}

.header .link .item {
    width: auto;
    color: #787878;
    font-size: 14px;
    line-height: 110px;
    height: 110px;
    text-align: center;
    position: relative;
    margin: 0 24px;
    display: flex;
    cursor: pointer;
    align-items: center;
}

.header1 .link .item {
    color: #fff;
}

.header1.active .link .item {
    color: #787878;
}

.header .link .item::before {
    display: block;
    content: '';
    width: 70%;
    height: 2px;
    position: absolute;
    left: 15%;
    bottom: 20px;
    background: #fff;
    transition: 0.3s;
    opacity: 0;
}

.header .link .item:hover::before ,
.header .link .item.active::before {
    opacity: 1;
}

.header1 .link .item:hover::before ,
.header1 .link .item.active::before {
    background: #df003a;
}
.header1.active .link .item:hover{
    color: #df003a;
}

.header .link .item a {
    color: #fff;
}

.header .link .item.active,
.header .link .item:hover {
    transition: 0.3s;
}

.header .link .item:hover>a {
    color: #df003a;
}
.header .link .item.active:hover{
}
.header .link .item.active>a {
    color: #fff;
}

.header .link .item ul {
    position: absolute;
    top: 110px;
    align-items: center;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 3;
    background: #f2f2f2;
    padding: 10px 0;
    display: none;
}

.header .link .item:hover ul {
    display: flex;
    flex-wrap: wrap;
}

.header .link .item ul li {
    height: 40px;
    line-height: 40px;
    position: relative;
    min-width: 150px;
}

.header .link .item ul li a {
    display: inline-block;
    color: #4c4c4c;
    font-size: 14px;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.header .link .item ul li a:hover {
    color: #df003a;
}
.header .link .item ul li::after {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    content: '';
    height: 12px;
    width: 1px;
    background: #dedede;
}

.header .link .item ul li:last-child:after {
    display: none;
}


.header .content_gy {
    display: flex;
    justify-content: space-between;
}

.header .link {
    flex: 1;
}

.header .search {
    position: relative;
    height: 110px;
    display: flex;
    align-items: center;
}
.search_bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1200;
    background: #000;
    opacity: 0.6;
    display: none;

    top: 0;
    left: 0;
}
.search_input {
    position: fixed;
    right: 0;
    top: 110px;
    height: 70px;
    width: 100%;
    z-index: 1201;
    display: none;
}

.search_input .content_gy{
    display: flex;
    background: #fff;
    justify-content: space-between;
}
.search_input.active {
    display: block;
}

.search_input input {
    border: none;
    width: calc(100% - 67px);
    font-size: 14px;
    color: #727272;
    text-indent: 60px;
    background: url("../images/search_icon1.png") no-repeat 24px center;
}

.search_input .close {
    width: 67px;
    height: 67px;
    line-height: 67px;
    text-align: center;
    cursor: pointer;
}


.header .form-header-search {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 925px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    border: none;
}

.header .form-header-search-header {
    padding: 20px 70px;
}

.header .form-header-search-header .iconfont {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
}

.header .form-header-search-header .btn-search,
.header .form-header-search-header .btn-close {
    position: absolute;
    top: 0;
    cursor: pointer;
    outline: none;
}

.header .form-header-search-header .btn-search {
    left: 0;
    border: none;
    background: url("../images/search_icon.png") no-repeat center;
    background-size: 16px;
}

.header .form-header-search-header .btn-close {
    right: 0;
    border: none;
    background: url("../images/close_icon1.png") no-repeat center;
    background-size: 16px;
}

.header .form-header-search-header input {
    width: 100%;
    height: 30px;
    padding: 0 20px;
    font-size: 16px;
    border: none;
    line-height: 30px;
}

.header .form-header-search-result {
    padding: 20px 0 40px;
    color: grey;
    font-size: 13px;
    line-height: 38px;
}

.header .form-header-search-result .item {
    display: block;
    position: relative;
    width: 100%;
    line-height: 38px;
    height: 38px;
    padding: 0 180px 0 90px;
}

.header .form-header-search-result .item .enter {
    position: absolute;
    top: 0;
    right: 90px;
    line-height: 38px;
    height: 38px;
}

.header .form-header-search-result .item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 38px;
    height: 38px;
}

.header .form-header-search-result .item:hover {
    color: #4d4d4d;
    background-color: #f2f2f2;
}





.common_address {
	margin-top: 110px;
    height: 115px;
    border-bottom: 1px solid #d0d0d0;
}

.common_address .content_gy {
    display: flex;
    justify-content: space-between;
}

.common_address .content_gy .info {
    display: flex;
    align-items: center;
    height: 115px;
}

.common_address .content_gy .info a,
.common_address .content_gy .info span {
    color: #4d4d4d;
    font-size: 16px;
}

.common_address .content_gy .info span {
    margin: 0 5px;
}

.common_address .content_gy .tabs {
    display: flex;
    height: 115px;
    align-items: center;
}

.common_address .content_gy .tabs .box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    flex-wrap: wrap;
}

.common_address .content_gy .tabs a {
    display: inline-block;
    align-items: center;
    color: #707070;
    cursor: pointer;
    height: 40px;
    background: #f8f8f8;
    line-height: 40px;
    width: 120px;
    margin-left: 10px;
    font-size: 16px;
    transition: 0.3s;
    text-align: center;
    border-radius: 20px;
}

.common_address .content_gy .tabs a:hover,
.common_address .content_gy .tabs a.active {
    color: #e31a47;
    background: #e31a47;
    color: #fff;
}

.common_address .content_gy .tabs a .icon .active,
.common_address .content_gy .tabs a .icon .active {
    opacity: 0;
}

.common_address .content_gy .tabs a .icon .noactive,
.common_address .content_gy .tabs a .icon .noactive {
    opacity: 1;
}

.common_address .content_gy .tabs a:hover .icon .active,
.common_address .content_gy .tabs a.active .icon .active {
    opacity: 1;
}

.common_address .content_gy .tabs a:hover .icon .noactive,
.common_address .content_gy .tabs a.active .icon .noactive {
    opacity: 0;
}

.common_address .content_gy .tabs a img {
    margin-right: 10px;
    width: 34px;
}


.common_footer {
    background: #686868;

}

.common_footer .top {
    width: 100%;
    background: url("../images/footer_bg.png") no-repeat center;
    background-size: 100% 100%;
    padding: 65px 0 85px;
}

.common_footer .top .content_gy,
.common_footer .bottom .content_gy {
    display: flex;
}

.common_footer .top .link {
    display: flex;
    width: calc(100% - 295px);
}

.common_footer .top .link .block1 {
    margin-right: 55px;
}

.common_footer .top .link .block1 a:hover {
    color: #e31a47;
}

.common_footer .top .link .block1 .name a {
    font-size: 16px;
    color: #363636;
    line-height: 20px;
    margin-bottom: 25px;
}

.common_footer .top .link .block1 a {
    display: block;
    width: 100%;
    color: #707070;
    font-size: 14px;
    line-height: 30px;
    transition: 0.3s;
}

.common_footer .top .contact {
    display: flex;
    width: 370px;
    flex-wrap: wrap;
}

.common_footer .top .contact .way {
    width: 100%;
    padding-left: 75px;
    background: url("../images/tel_icon.png") no-repeat center left;
}

.common_footer .top .contact .share {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 75px;
}

.common_footer .top .contact .share .item i {
    font-size: 22px;
    color: #a2a2a2;
    transition: 0.3s;
}

.common_footer .top .contact .share .item:hover {
    border: 1px solid #e31a47;
}

.common_footer .top .contact .share .item:hover i {
    color: #e31a47;
}

.common_footer .top .contact .share .item {
    width: 45px;
    height: 45px;
    transition: 0.3s;
    border: 1px solid #a2a2a2;
    border-radius: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.common_footer .top .contact .way .name {
    color: #363636;
    font-size: 16px;
    margin-bottom: 10px;
}

.common_footer .top .contact .way .value {
    color: #e31a47;
    font-size: 38px;
    font-family: fantasy;
}

.common_footer .bottom {
    padding: 40px 0;
}

.common_footer .bottom .info {
    text-align: right;
    flex: 1;
    color: #fff;
    font-size: 14px;
    color: #d1d1d1;
}
.common_footer .bottom .info span {
    cursor: pointer;
}

.common_footer .bottom .info span:hover {
    color: #fff;
}
.dialog_bg {
    position: fixed;
    width: 100%;
    left: 0;
    height: 100vh;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1002;
    display: none;
}



.dialao_ewm {
    display: none;
    position: fixed;
    width: 280px;
    z-index: 1111;
    height: 300px;
    margin-top: -150px;
    left: 50%;
    top: 50%;
    margin-left: -140px;
    background: #fff;
    text-align: center;
    padding: 20px;

}
.dialao_ewm .name {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    color: #646464;
}
.dialao_ewm .close {
    position: absolute;
    right: -50px;
    top: 0;
    width: 50px;
    cursor: pointer;
    height: 50px;
    background: #e31a47 url("../images/close_icon2.png") no-repeat center;
    background-size: 27px;
}


/**
 * ***** aside *****
 */
.aside-tool {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99;
    width: 72px;
    margin-top: -136px;
}

.aside-tool .item {
    position: relative;
    float: left;
    width: 100%;
    height: 80px;
    margin-top: 3px;
    padding: 12px 0;
    text-align: center;
    color: #777;
    background-color: #f0f0f0;
    cursor: pointer;
}

.aside-tool .item:first-child {
    margin-top: 0;
}

.aside-tool .item .iconfont {
    display: block;
    height: 30px;
    font-size: 25px;
    line-height: 30px;
}

.aside-tool .item .iconfont.icon-dianhua,
.aside-tool .item .iconfont.icon-weixin {
    font-size: 35px;
}

.aside-tool .item .title {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.aside-tool .item .content {
    position: absolute;
    top: 0;
    right: 81px;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #37a0db;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.aside-tool .item .content-text {
    min-height: 66px;
    padding: 18px 30px;
    font-size: 16px;
    line-height: 30px;
    color: #37a0db;
}

.aside-tool .item .content-qrcode {
    padding: 8px;
}

.aside-tool .item .content-qrcode img {
    display: block;
    width: 100%;
}

.aside-tool .item:hover {
    color: #37a0db;
}

.aside-tool .item.orange:hover {
    color: #fff;
    background-color: #e89315;
}

.aside-tool .item:hover .content {
    opacity: 1;
}

.aside-tool .item:hover .content-text {
    width: 173px;
}

.aside-tool .item:hover .content-qrcode {
    width: 126px;
}

.aside-tool #btnBackTop {
    color: #fff;
    background-color: #37a0db;
}









.web-form-header-search {
    display: none;
}

.web_header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 1001;
    height: 50px;
    align-items: center;
    background: #fff;
    background-color: rgba(0, 0, 0, 0.61);
    ;
}

.web_header .logo {
    width: 100%;
    text-align: center;
}

.web_header .logo img {
    height: 30px;
}

.web_header .search {
    position: absolute;
    right: 2%;
    width: 40px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.web_header .search img {
    height: 20px;
}
.btn-expand-toggle {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 10;
    width: 40px;
    height: 50px;
}

.btn-expand-toggle span {
    display: block;
    position: absolute;
    top: 50%;
    left: 20%;
    width: 60%;
    height: 2px;
    background-color: #fff;
    animation-duration: .5s;
    animation-fill-mode: both;
}

.btn-expand-toggle span:first-child {
    transform: translateY(6px) rotate(0);
}

.btn-expand-toggle span:last-child {
    transform: translateY(-6px) rotate(0);
}

.btn-expand-toggle.active span:nth-child(1) {
    animation-name: activefirst
}

.btn-expand-toggle.active span:nth-child(2) {
    animation-name: activesecond
}

.btn-expand-toggle.active span:nth-child(3) {
    animation-name: activethird
}

.btn-expand-toggle.cancel span:nth-child(1) {
    animation-name: cancelfirst
}

.btn-expand-toggle.cancel span:nth-child(2) {
    animation-name: cancelsecond
}

.btn-expand-toggle.cancel span:nth-child(3) {
    animation-name: cancelthird
}

@keyframes activefirst {
    0% {
        transform: translateY(6px) rotate(0)
    }

    100% {
        transform: translateY(0) rotate(45deg)
    }
}

@keyframes activesecond {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes activethird {
    0% {
        transform: translateY(-6px) rotate(0)
    }

    100% {
        transform: translateY(0) rotate(-45deg)
    }
}

@keyframes cancelfirst {
    0% {
        transform: translateY(0) rotate(-45deg)
    }

    100% {
        transform: translateY(-6px) rotate(0)
    }
}

@keyframes cancelsecond {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes cancelthird {
    0% {
        transform: translateY(0) rotate(45deg)
    }

    100% {
        transform: translateY(6px) rotate(0)
    }
}

.web_header_nav {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 82px 32px 18px;
    background-color: #fff;
    overflow-y: auto;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.web_header_nav.active {
    left: 0;
}

.web_header_nav a,
.web_header_nav p {
    width: 100%;
    display: block;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    font-size: 14px;
    padding: 0 20px;
}

.web_header_nav p span {
    display: block;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
}

.web_header_nav .item1 {
    display: none;
}
.web_header_nav .item.active p span {
    border-bottom: 1px solid rgba(217, 217, 217, 0.8);
}

.web_header_nav .link>a,
.web_header_nav .item {
    border-bottom: 1px dotted rgba(217, 217, 217, 0.8);
}

.web_header_nav .item p {
    background: url("../images/add.png") no-repeat calc(100% - 20px) center;
    background-size: 18px;
}

.web_header_nav .item.active p {
    background: url("../images/remove.png") no-repeat calc(100% - 20px) center;
    background-size: 18px;
}

.web_header_nav .item ul {
    display: none;
}

.web_header_nav .item a {
    text-indent: 20px;
}


.header .link .item.active {
    color: #df003a;
}
.header1 .link .item.active {
    color: #fff;
}
.header1 .link .item:hover::before,
.header1 .link .item.active::before {
    background: #fff;
}
.header1.active .link>a.active,
.header.active .link .item.active {
    color: #df003a;
}

.header1.active .link .item:hover::before,
.header1.active .link .item.active::before {
    background: #df003a;
}
.common_banner {
    position: relative;
    height: 530px;
}

.index_banner {
    position: relative;
    height: 510px;
    background: none;
    width: 100%;
}

.common_banner .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common_banner .text p {
    color: #fff;
    text-align: center;
}

.common_banner .text p.e {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.common_banner .text p.c {
    font-size: 30px;
}

.index_banner {
    height: auto;
}