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

* {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
}
h1,h2{
	    font-size: initial;
    margin: 0;
    padding: 0;
	font-weight:500;
}

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
}


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


.common_web_head {
    display: none;
}
.common_crumbs {
    display: flex;
    height: 80px;
    align-items: center;
    border-bottom: 1px solid #efefef;
    color: #565656;
    font-size: 14px;
}
.common_crumbs img {
    margin-right: 15px;
}
.common_crumbs span {
    margin-left: 5px;
    color: #363636;
}
.web_nav {
    display: none;
}

/*swiper*/

html,
body {
    position: relative;
}

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


.common_page {
    padding: 100px 0;
}
.common_page a {
    border: 1px solid #eeeeee;
    border-radius: 40px;
    height: 42px;
    line-height: 40px;
    min-width: 42px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #666666;
    transition: 0.3s;
    margin: 0 5px;
}
.common_page a:first-child,
.common_page a:last-child {
    width: 80px;
}
.common_page a:hover,
.common_page a.active {
    color: #fff;
    background: #006ec3;
    border: 1px solid #006ec3;
}
.common_page {
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_flex {

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

.flex {
    display: flex;
}

.between {
    justify-content: space-between;
}

.align {
    align-items: center;
}

