/*--------------��������---------------------*/

* {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    box-sizing: border-box;
}
h1,h2{
	    font-size: initial;
    margin: 0;
    padding: 0;
	font-weight:500;
}
@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype');
}

.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;
}

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: 1200px;
}


/*------------------------------- 侧边栏 -------------------------------------*/

.aside-nav {
    position: fixed;
    right: 25px;
    top: 45%;
    /*transform:translateY(-50%);*/
    z-index: 10000;
}

.aside-nav-close {
    margin: 0 auto;
    width: 54px;
    height: 54px;
    line-height: 52px;
    background: #189FA7;
    border-radius: 50%;
    text-align: center;
    visibility: visible;
    cursor: pointer;
}

.aside-nav-in {}

.aside-nav-in.active {}

.aside-nav-in.close {
    transform: translateX(100px);
    visibility: hidden;
    transition: .3s;
}

.aside-nav-one {
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    height: 54px;
    width: 54px;
    line-height: 52px;
    text-align: right;
}

.aside-nav-one-img {
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 10;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    transition: .3s;
}

.aside-nav-one-img img {
    width: 22px;
}

.more-width:hover .aside-nav-one-img {
    left: -73px;
}

.more-width-call:hover .aside-nav-one-img {
    left: -102px;
}

.aside-nav-one-desc {
    position: absolute;
    right: 0;
    padding-right: 16px;
    width: 54px;
    height: 54px;
    font-size: 14px;
    line-height: 52px;
    background: #189FA7;
    color: #189FA7;
    border-radius: 50px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: .3s;
}

.aside-nav-one-desc .qq-name {
    display: inline-flex;
    margin-right: 25px;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
    width: max-content;
}

.aside-nav-one-desc .qq-name img {
    width: 25px;
    margin-right: 10px;
}

.aside-nav-one-desc .qq-name i {
    width: 22px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.aside-nav-one-desc .qq-name span {
    font-size: 14px;
    color: #189FA7;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px;
    line-height: 54px;
}

.qq-name-box {
    position: absolute;
    right: 0px;
    display: flex;
    align-items: center;
}

.more-width:hover .aside-nav-one-desc {
    width: 125px;
    color: #fff;
    transition: .3s;
}

.more-width-call:hover .aside-nav-one-desc {
    width: 156px;
}

.more-width-qq:hover .aside-nav-one-img {
    opacity: 0;
}

.more-width-qq:hover .aside-nav-one-desc {
    /* width: 385px; */
    width: 100px;
    box-sizing: content-box;
    padding-left: 15px;
}

.more-width-qq:hover .aside-nav-one-desc span {
    transition: .3s .1s;
    color: #fff;
}

.more-width-qq:hover .aside-nav-one-img {
    left: -86px;
}

.aside-nav-one-qrcode {
    position: absolute;
    left: -100px;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.aside-nav-one:hover .aside-nav-one-qrcode {
    left: -140px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}

.more-weixin a {
    width: 54px;
    height: 54px;
    background: #189FA7;
    display: block;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 2;
    line-height: 54px;
}

.more-weixin .wx-code {
    position: absolute;
    top: 50%;
    right: 110%;
    /* transition: .3s; */
    z-index: -1;
    width: 100px;
    height: 100px;
    margin-top: -25px;
    transform: scale(0, 1);
    transform-origin: right;
}

.more-weixin .wx-code img {
    width: 100px;
    height: 100px;
}

.more-weixin:hover .wx-code {
    transform: scale(1, 1);
    right: 110%;
    transition: .45s;
}


/*------------------------------- 侧边栏end -------------------------------------*/


/*swiper*/

html,
body {
    position: relative;
}

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

.common_web_nav {
    background: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
    border-bottom: 1px solid #ccc;
}

.common_web_nav .content_gy::after {
    display: none;
}

.common_web_nav .content_gy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.common_web_nav .logo img {
    height: 35px;
}

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

.index_menu {
    padding: 20px;
    height: 100vh;
    width: 80%;
    position: fixed;
    top: 0;
    z-index: 400;
    background: #edf0f2;
    right: 0;
    transition: 0.5s;
    transform: scale(0, 1);
    transform-origin: right;
}

.index_menu {
    padding: 45px;
    height: 100vh;
    width: 80%;
    position: fixed;
    top: 0;
    z-index: 400;
    background: #edf0f2;
    right: 0;
    transition: 0.5s;
    transform: scale(0, 1);
    transform-origin: right;
}

.index_menu.active {
    transform: scale(1, 1);
}

.index_menu .item {
    display: block;
    width: 100%;
    text-align: left;
    color: #232323;
    border-bottom: 1px solid #dde2e5;
    background: url(../images/right_icon1.png) no-repeat right center;
    transition: 0.3s;
    display: block;
    line-height: 40px;
    font-size: 14px;
}

.index_menu .item p {
    display: flex;
    line-height: 40px;
    justify-content: space-between;
    align-items: center;
}

.index_menu .item2 ul {
    display: none;
}

.index_menu .item p i {
    font-size: 14px;
    color: #232323;
    transition: 0.3s;
}

.index_menu .item.active ul {
    display: block;
}

.index_menu .item.active i {
    transform: rotate(90deg);
}

.index_menu .item ul {
    padding-left: 20px;
}

.index_menu .item a {
    line-height: 30px;
    font-size: 12px;
    display: block;
}
.index_menu .item>a{
    font-size: 14px;
    line-height: 40px;
}
.index_menu li a:hover {
    color: #005dab;
    text-indent: 20px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*swiper*/

.common_title .text_c {
    height: 50px;
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    line-height: 50px;
    text-align: center;
    padding-bottom: 24px;
    box-sizing: content-box;
    background: url("../images/border_icon.png") no-repeat center bottom;
}

.common_title .text_e {
    text-align: center;
    height: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    line-height: 25px;
    text-transform: uppercase;
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
    .content_gy {
        width: 96%;
        margin: 0 2%;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .title_gy .title1 {
        font-size: 20px;
        line-height: 30px;
    }
    .title_gy .title2 {
        font-size: 22px;
        line-height: 30px;
    }
    .title_gy {
        padding-bottom: 20px;
    }
    .common_top .content_gy {
        height: 50px;
    }
    .login_pic img {
        width: 120px;
    }
    .top_operation {
        display: none;
    }
    .content_gy {
        width: 96%;
        margin: 0 2%;
    }
    .footer .link {
        display: none;
    }
    .footer {
        height: auto;
    }
    .footer .content_gy {
        display: block;
    }
    .footer .content_gy .ewm {
        position: unset;
    }
    .content_left_nav .close {
        font-size: 26px;
        padding: 30px 0px 20px 50px;
        background-size: 20px;
    }
    .content_left_nav .menu {
        padding: 0 30px;
    }
    .menu_list ul li,
    .menu_list p {
        line-height: 35px;
    }
}

@media screen and (max-width: 450px) {
    .content_gy {
        width: 96%;
        margin: 0 2%;
    }
}