/*--------------��������---------------------*/

* {
    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: #964a26;
    border: 1px solid #964a26;
}
.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;
}

.topBox {
    position: fixed;
    bottom: 80px;
    z-index: 999;
    right: 90px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #964a26 url("../images/icon7.png") no-repeat center;
}


.common_footer {
    background: url("../images/footer_bg.png") no-repeat center;
    background-size: cover;
    color: #fff;
}


.common_footer .w_100 {
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
}

.common_footer .w_100 .logo {}
.common_footer .w_100 .logo .share a {
    margin-right: 25px;
    width: 40px;
    height: 40px;
    border: 1px solid #ffc9af;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.common_footer .w_100 .logo .share {
    display: flex;
}
.common_footer .w_100 .logo>a {
    margin-bottom: 75px;
    display: inline-block;
}
.common_footer .w_100 .ewm .item .t {
    line-height: 75px;
    font-size: 16px;
}
.common_footer .w_100 .ewm .item {
    margin-left: 55px;
    text-align: center;
}
.common_footer .w_100 .fwrx ,
.common_footer .w_100 .nav {
    font-size: 24px;
}
.common_footer .w_100 .fwrx .title ,
.common_footer .w_100 .nav .title {
    font-size: 24px;
    margin-bottom: 60px;
}
.common_footer .w_100 .fwrx p,
.common_footer .w_100 .nav a {
    display: block;
    font-size: 24px;
    transition: 0.5s;
    color: #ffc9af;
    margin-bottom: 35px;
}
.common_footer .w_100 .nav a:hover {
    color: #fff;
}
.common_footer .w_100 .ewm {
    display: flex;
    align-items: center;
}


.common_footer .banquan {
    text-align: center;
    line-height: 75px;
    font-size: 14px;
    color: #ffc9af;
    width: 100%;
    margin-top: 140px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    
}


.common_head {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    transition: 0.5s;
}
.common_head.active {
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #ccc;
}
.common_head.active .d {
    display: none;
}
.common_head .a {
    display: none;
}
.common_head.active .a {
    display: block;
}
.common_head .state {
    position: relative;
    padding-left: 44px;
    color: #404c5a;
    display: flex;
    align-items: center;
}
.common_head .state span {
    font-size: 16px;
    margin-left: 10px;
}
.common_head .nav {
    flex: 1;
    align-items: center;
    justify-content: flex-end;
}
.common_head .nav>.item {
    height: 80px;
    transition: 0.3s;
    position: relative;
    cursor: pointer;
    width: 125px;
    border-bottom: 3px rgba(0, 0, 0, 0) solid;
}
.common_head .nav>.search {
    height: 80px;
    position: relative;
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.common_head .nav>.item:hover,
.common_head .nav>.item.active {
    color: #964a26;
    border-bottom: 3px solid #964a26;
}
.common_head .nav>.item:hover>a,
.common_head .nav>.item.active>a {
    color: #964a26;
}
.common_head .nav>.item:hover .child {
    display: block;
}
.common_head .nav>.item .child {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    border-top: none;
    display: none;
    background: #964a26;
    z-index: 99;
    text-align: center;
}
.common_head .nav>.item .child::before {
    display: block;
    content: '';
    width: 20px;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}
.common_head .nav>.item .child .item {
    width: 100%;
    height: 53px;
    border-top: 1px solid #964a26;
    transition: 0.3s;
}
.common_head .nav>.item .child .item:hover {
    background: url("../images/nav_bg.png") no-repeat center right;
    background-size: 100%;
    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;
    font-size: 14px;
    background: #964a26;
    color: #fff;
    transition: 0.3s;
}
.common_head .nav>.item .child .item:hover a {
    background:#73371b;
}
.common_head .nav>.item>a {
    height: 80px;
    line-height: 80px;
}
.common_head .nav .item a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
    display: block;
}
.common_head.active .nav .item a {
    color: #666;
}
.common_head .logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 80px;
    background: url("../images/index_bg2.png") no-repeat center;
    background-size: cover;

}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}