/*--------------��������---------------------*/

* {
    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');
}

.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;
}

/*swiper*/

html{
    width: 100%;
    margin: 0 auto !important;
}
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: #189FA7;
    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 a {
    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;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.index_menu li a:hover {
    color: #005dab;
    text-indent: 20px;
    font-size: 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%;
    }
}