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

* {
    padding: 0;
    margin: 0;
    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: #c41e3a;
    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: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji,Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 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: linear-gradient(135deg, #c41e3a 0%, #a01729 100%);
    border: 2px solid #ffd700;
}
.common_page {
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_flex {

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

.flex {
    display: flex;
}

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

.align {
    align-items: center;
}

.common_title {
    padding: 50px 0;
    background: url("../images/icon4.png") left top no-repeat;
    display: flex;
    justify-content: space-between;
}

.common_title span {
    font-size: 40px;
    color: #363636;
    font-weight: bold;
}

.common_title span {
    font-size: 40px;
    color: #363636;
    font-weight: bold;
}

.common_title a {
    width: 155px;
    height: 50px;
    padding: 0 30px;
    border: 1px solid #efefef;
    display: block;
    line-height: 50px;
    border-radius: 30px;
    color: #363636;
    font-size: 14px;
    transition: 0.3s;
    background:#fff url("../images/icon5.png") no-repeat 105px center;
}

.common_title  a:hover {
    background:#efefef url("../images/icon5.png") no-repeat 105px center;
}


.common_footer {
    background: #1C2028;
    color: #AAAAAA;
    font-size: 14px;
    padding-top: 35px;
}
.common_footer a {
    color: #AAAAAA;
}

.common_footer .center {
    padding-bottom: 45px;
    justify-content: space-between;
}
.common_footer .center .nav {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 350px);
}
.common_footer .center .nav .item {
}
.common_footer .center .nav a {
    width: 100%;
    display: block;
    font-size: 15px;
    margin-bottom: 35px;
}
.common_footer .center .nav a.a1 {
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: bold;
}
.common_footer .share .link {
    display: flex;
    justify-content: space-between;
}
.common_footer .share .logo {
    margin-bottom: 28px;
}
.common_footer .info .item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.common_footer .ewm p {
    color: #AAAAAA;
    line-height: 30px;
    text-align: center;
    width: 100%;
}
.common_footer .info .item img {
    margin-right: 10px;
}
.common_footer .center .form .label {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
}
.common_footer .center .form .name,
.common_footer .center .info .item1 {
    font-size: 15px;
    margin-bottom: 15px;
}
.common_footer .center .info .item2 {
    display: flex;
    flex-wrap: wrap;
}
.common_footer .center .info .item2 .p1 {
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}
.common_footer .center .form {
    max-width: 715px;
}
.common_footer .center .form .table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.common_footer .center .form .item input {
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 48px;
    background: none;
    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: 1px solid rgba(255, 255, 255, 0.1);
    height: 115px;
    background: none;
    color: #fff;
    outline: none;
    padding: 20px;
    width: 100%;
}

.common_footer .banquan {
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #2F2F2F;
}
.common_footer .banquan .w_100  {
    justify-content: center;
}

.common_footer .banquan span {
    margin: 0 15px;
}
.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;
    text-align: center;
    line-height: 50px;
    background: none;
    color: #fff;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.3s;
    cursor: pointer;
}
.common_footer .center .button button:hover {
    
    background: #585858;
}


.common_head {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    
}
.common_head .other {
    display: flex;
}
.common_head .search {
    position: relative;
    color: #404c5a;
}
.common_head .lang {
    position: relative;
    color: #404c5a;
    margin-left: 24px;
}
.common_head .search a:hover {
    color: #c41e3a;
}
.common_head .search input {
    width: 100%;
    height: 46px;
    padding: 0 20px;
    border: none;
    outline: none;
    background: #ccc;
}
.common_head .search .icon {
    cursor: pointer;
}
.common_head .search .input {
    position: absolute;
    top: 24px;
    left: 0;
    width: 200px;
    height: 40px;
    background: #fff;
    display: none;
}
.common_head .lang .current {
    cursor: pointer;
    background: url("../images/icon6.png") no-repeat right center;
    padding-right: 20px;
}
.common_head .lang .select {
    position: absolute;
    left: 0;
    width: 35px;
    height: 23px;
    background: #fff;
    top: 24px;
    display: none;
    cursor: pointer;
}
.common_head .lang .select .item {
    margin-bottom: 1px;
}
.common_head .search button {
    width: 60px;
    border-radius: 20px;
    background: url("../images/search_icon.png") no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    border: none;
    cursor: pointer;
}
.common_head .nav {
    flex: 1;
    align-items: center;
    justify-content: flex-end;
}
.common_head .nav>.item {
    height: 100px;
    transition: 0.3s;
    position: relative;
    cursor: pointer;
    margin-right: 50px;
}
.common_head .nav>.item1::before{
    display: block;
    content: '';
    width: 15px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 15px;
    background: url("../images/down_icon.png") no-repeat center;
}
.common_head .nav>.item1:hover::before{
    background: url("../images/down_icon1.png") no-repeat center;
}
.common_head .nav>.item:hover,
.common_head .nav>.item.active {
    color: #c41e3a;
}
.common_head .nav>.item>a::before,
.common_head .nav>.item>a::after {
    display: block;
    content: '';
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 25px;
    opacity: 0;
    transition: 0.3s;
    background: #ffd700;
}
.common_head .nav>.item:hover>a::before,
.common_head .nav>.item.active>a::after {
    opacity: 1;
}
.common_head .nav>.item:hover .child {
    display: block;
}
.common_head .nav>.item .child {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -120px;
    border-top: none;
    background: #fff;
    z-index: 99;
    text-align: center;
    display: none;
    width: 240px;
}
.common_head .nav>.item .child .child1 {
    position: absolute;
    top: 0;
    left: 100%;
    border-top: none;
    background: #fff;
    z-index: 99;
    display: none;
    text-align: center;
    width: 240px;
}
.common_head .nav>.item .child .item {
    transition: 0.3s;
    position: relative;
}

.common_head .nav>.item .child .item:last-child {
    border-bottom: none;
}
.common_head .nav>.item .child .item a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: block;
    font-size: 16px;
    color: #333333;
    transition: 0.3s;
    border-top: 1px solid #F7F8F9;
}
.common_head .nav>.item .child .item:hover>a {
    background: #FFF5F5;
    color: #c41e3a;
}

.common_head .nav .item:hover>.child {
    display: block;
}
.common_head .nav .child .item:hover .child1 {
    display: block;
}
.common_head .nav .child1 .item:hover>a {
    background: #FFF5F5;
    color: #c41e3a;
}
.common_head .nav>.item>a {
    height: 100%;
    display: flex;
    align-items: center;
}
.common_head .nav .item a {
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 16px;
    color: #333;
    transition: 0.3s;
    display: flex;
}

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



.right_fix {
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -160px;
    box-shadow: -2px 2px 9px 0px rgba(99,108,145,0.2);
    border-radius: 8px;
    background: #fff;
    z-index: 98;
    
}
.right_fix .item .dialog img {
    width: 20px;
    margin-right: 8px;
}
.right_fix .item .dialog {
    position: absolute;
    right: 78px;
    top: 0;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    width: 228px;
    height: 68px;
    justify-content: center;
    background: linear-gradient( 180deg, #c41e3a 0%, #a01729 100%);
    border-radius: 4px;
    border: 2px solid #ffd700;
    transform: scale(0, 1);
    transition: 0.3s;
    transform-origin: right;
}
.right_fix .item:hover .dialog {
    transform: scale(1, 1);
}
.right_fix .item {
    width: 68px;
    height: 68px;
    position: relative;
    padding: 9px;
    border-bottom: 1px solid rgba(196, 30, 58, 0.32);
    color: #00020B;
    font-size: 12px;
    cursor: pointer;
}
.right_fix .item1 {
    height: 48px;
    border: none;
}
.right_fix .item .icon {
    text-align: center;
    height: 33px;
    position: relative;
    margin-bottom: 8px;
}
.right_fix .item:first-child {
    border-radius: 8px 8px 0 0;
}
.right_fix .item:hover {
    background: linear-gradient(135deg, #c41e3a 0%, #a01729 100%);
}
.right_fix .item1:hover {
    background: unset;
}

.right_fix .item:hover .name {
    color: #00020B;
    transition: 0.3s;
}
.right_fix .item:hover .name {
    color: #fff;
}
.right_fix .item:hover .icon img.hover {
    opacity: 1;
}
.right_fix .item:hover .icon img.default {
    opacity: 0;
}
.right_fix .item .icon img {
    width: 34px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.3s;
    margin: 0 auto;
}
.right_fix .item .icon img.hover {
    opacity: 0;
}

/* 右侧固定栏图标红色蒙版 */
.right_fix .item .icon img {
    filter: sepia(90%) saturate(450%) hue-rotate(-50deg) brightness(0.9);
    transition: filter 0.3s ease;
}

.right_fix .item:hover .icon img.default {
    filter: sepia(80%) saturate(500%) hue-rotate(-50deg) brightness(1.1);
}

.right_fix .item:hover .icon img.hover {
    filter: sepia(80%) saturate(500%) hue-rotate(-50deg) brightness(1.1);
}