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

* {
    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;
}
.transition5 {
    animation-duration: 1.5s;
}
.transition6 {
    animation-duration: 1.6s;
}
.transition7 {
    animation-duration: 1.7s;
}
.transition8 {
    animation-duration: 1.8s;
}
.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;
}
.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: 1600px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

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

.align {
    align-items: center;
}

.common_title {
    padding: 65px 0;
}

.common_title .e {
    font-size: 45px;
    color: #004190;
    font-family: 'Impact Regular';
    line-height: 45px;
}

.common_title .c {
    font-size: 30px;
    line-height: 30px;
    margin-top: 20px;
}
.common_title .operation a {
    width: 130px;
    height: 55px;
    display: inline-block;
    border: 1px solid #949494;
    border-radius: 30px;
    color: #949494;
    font-size: 40px;
    font-weight: 100;
    text-align: center;
    line-height: 53px;
    transition: 0.3s;
}

.common_title .operation a:hover {
    background: #004190;
    color: #fff;
    border: 1px solid #004190;
}


.common_footer {
    background: #1e1e1e;
    color: #fff;
}
.common_footer a {
    color: #fff;
}

.common_footer .top {
    height: 150px;
    border-bottom: 1px solid #353535;
    margin-bottom: 50px;
}
.common_footer .top .txt{
   font-size: 30px;
   color: #fff;
    
}
.common_footer .top .nav a{
    font-size: 16px;
    margin-left: 45px;
}

.common_footer .center {
    padding-bottom: 105px;
}
.common_footer .center .info {
    width: 50%;
}

.common_footer .center .form .name,
.common_footer .center .info .item1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 45px;
}
.common_footer .center .info .item2 {
    display: flex;
    flex-wrap: wrap;
}
.common_footer .center .info .item2 p {
    min-width: 33.3%;
    font-size: 16px;
    margin-bottom: 30px;
}
.common_footer .center .info .ewm {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.common_footer .center .info .ewm .icon {
    margin-right: 25px;
}

.common_footer .center .info .ewm p {
    font-size: 16px;
}

.common_footer .center .form {
    width: 50%;
}
.common_footer .center .form .table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.common_footer .center .form .item input {
    border-radius: 5px;
    border: 1px solid #353535;
    height: 48px;
    background: #1e1e1e;
    color: #fff;
    outline: none;
    padding: 0 20px;
    width: 100%;
}
.common_footer .center .form .item {
    width: 30%;
    margin-bottom: 25px;
}

.common_footer .center .form .item1 {
    width: 100%;
    margin-bottom: 25px;
}

.common_footer .center .form .item1 textarea {
    border-radius: 5px;
    border: 1px solid #353535;
    height: 115px;
    background: #1e1e1e;
    color: #fff;
    outline: none;
    padding: 20px;
    width: 100%;
}

.common_footer .banquan {
    background: #000;
    padding: 20px 0;
}

.common_footer .banquan a {
    margin-left: 45px;
}
.common_footer .banquan a img {
    margin-right: 10px;
}
.common_footer .center .button button {
    display: block;
    height: 50px;
    width: 170px;
    border-radius: 40px;
    text-align: center;
    line-height: 50px;
    background: #585858;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
}


.common_head {
    padding: 0 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    
}
.common_head .search {
    width: 200px;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    overflow: hidden;
}
.common_head .search input[type="text"] {
    width: 100%;
    height: 35px;
    padding: 0 20px;
    border: none;
    outline: none;
}
.common_head .search input[type="submit"] {
    width: 40px;
    border-radius: 20px;
    background: #004190 url("../images/search_icon.png") no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    border: none;
    cursor: pointer;
}
.common_head .nav {
    flex: 1;
    padding: 0 65px;
}
.common_head .nav>.item {
    height: 80px;
    transition: 0.3s;
    position: relative;
    cursor: pointer;
}
.common_head .nav>.item:hover,
.common_head .nav>.item.active {
    background: #004190;
    color: #fff;
}
.common_head .nav>.item:hover>a,
.common_head .nav>.item.active>a {
    color: #fff;
}
.common_head .nav>.item:hover .child {
    display: block;
}
.common_head .nav>.item .child {
    position: absolute;
    top: 80px;
    left: 0;
    width: 200px;
    display: none;
    border-top: none;
    background: #fff;
    z-index: 99;
}
.common_head .nav>.item .child .item {
    width: 100%;
    padding: 0px 22px 0 22px;
    height: 53px;
    border-bottom: 1px solid #efefef;
    transition: 0.3s;
}
.common_head .nav>.item .child .item:hover {
    background: #004190;
    color: #fff;
}
.common_head .nav>.item .child .item:hover a {
    color: #fff;
}

.common_head .nav>.item .child .item:last-child {
    border-bottom: none;
}
.common_head .nav>.item .child .item a {
    width: 100%;
    height: 53px;
    line-height: 53px;
    display: block;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: url("../images/right_icon1.png") no-repeat center right; */
}
.common_head .nav>.item .child .item a:hover b,
.common_head .nav>.item .child .item a:hover span{
    color: #fff;
}

.common_head .nav>.item .child .item a b {
    font-weight: 400;
}
.common_head .nav>.item .child .item a span {
    font-family: cursive;
}
.common_head .nav>.item>a {
    height: 80px;
    line-height: 80px;
    padding: 0 21px;
}
.common_head .nav .item a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #222222;
    transition: 0.3s;
    display: block;
}

.common_head .logo {
    display: inline-block;
}
