body {
    color: #333333;
    font-family: Inter, "microsoft yahei";
    background: #fff;
    overflow-x: hidden;
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

dl {
    margin: 0;
}

dt {
    font-weight: normal;
}

ul,
li {
    list-style-type: none;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    color: #333333;
    text-decoration: none;
    outline: none;
    transition: all 0.3s;
}

a:hover {
    color: #ef1639;
}

a:focus {
    text-decoration: none;
    color: inherit;
}

img {
    border: 0;
    vertical-align: middle;
    transition: all 0.6s;
    max-width: 100%;
}

table {
    border-collapse: collapse;
}

input,
textarea,
select,
button {
    border: 0;
    outline: none;
}

button {
    cursor: pointer;
}

.wrap {
    width: 100%;
    overflow: hidden;
}

.container {
    width: 1360px;
    margin: 0 auto;
    max-width: 95%;
    z-index: 3;
}

/*公共样式勿删除*/
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.flex {
    display: flex;
    align-items: center;
}

.flex_item {
    flex: 1;
}

video {
    vertical-align: middle;
    background: #000;
    width: 100%;
}

.pic img {
    width: 100%;
}

.pic {
    overflow: hidden;
    position: relative;
}

.pic:hover img {
    transform: scale(1.1);
}

.hidden {
    display: none;
}

.swiper-pagination-bullet {
    outline: none;
}

/**/

.header {
    padding: 0 50px;
    width: 100%;
    transition: all 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
}

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

.header .logo {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #70747d;
    line-height: 16px;
}

.header .logo img {
    height: 3rem;
}

.header .logo span {
    display: block;
    border-left: 1px solid #ddd;
    padding-left: 15px;
    margin-left: 15px;
}

.header .searchicon {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 15px;
    background: url(../images/search.png) center no-repeat;
}

.header .i1 {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 15px;
    background: url(../images/1_12.svg) center no-repeat;
}

.header .i2 {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    background: url(../images/1_09.svg) center no-repeat;
}

.header .side {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.header .side span {
    display: -webkit-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    transition: all 0.3s;
    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;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    border: 1px solid #ddd;
    border-radius: 37px;
}

.header .side span:hover {
    background: #2a68ff;
    border-color: #2a68ff;
}

.header .side span:hover i {
    background: url(../images/search_on.png) center no-repeat;
}

.header .side dl {
    text-align: right;
    margin-left: 50px;
}

.header .side dd {
    font-size: 22px;
    font-family: DIN;
    color: #ef1639;
}

.header .side a {
    margin-right: 15px;
    display: inline-block;
    line-height: 37px;
    border: 1px solid #ddd;
    border-radius: 37px;
    padding: 0 20px;
}

.header .nav {
    display: flex;
    align-items: center;
}

.header .nav>li {
    z-index: 10;
    padding: 0 25px;
}

.header .nav>li>a {
    display: block;
    position: relative;
    line-height: 100px;
}

.header .nav>li>a .hot {
    display: block;
    width: 29px;
    height: 20px;
    background: url(../images/hot.png) center no-repeat;
    top: 25px;
    right: -25px;
    position: absolute;
}

.header .nav>li:hover>a::after,
.header .nav>li.on>a::after {
    content: "";
    border-bottom: 3px solid #ef1639;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
}

.header .nav>li:hover>a {
    color: #333;
}

.header .nav>li.on>a,
.header .nav .dropmenu a:hover {
    color: #ef1639;
}

.header .dropmenu {
    display: none;
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 30px 0;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header .dropmenu .list {
    display: flex;
}

.header .dropmenu .list>.flex_item+.flex_item {
    margin-left: 57px;
}

.header .dropmenu .list ol {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 36px;
}

.header .dropmenu .list ol li {
    /* width: 25%; */
    margin-right: 15px;
}

.header .dropmenu .list h4 {
    border-bottom: 1px solid #eee;
    color: #ef1639;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.header .dropmenu .list ol a:hover {
    text-decoration: underline;
}

.header .nav>li:hover .dropmenu {
    display: block;
}

.footer {
    background: #303030;
    color: #fff;
    font-size: 14px;
}

.footer a {
    color: #8f8f8f;
}

.footer a:hover {
    color: #ef1639;
}

.footer .hd {
    padding: 60px 0;
}

.footer .hd .flex {
    align-items: stretch;
}

.footer .hd .side {
    text-align: center;
    width: 200px;
}

.footer .hd .side span {
    display: block;
    color: #8f8f8f;
    margin-top: 10px;
}

.footer .hd .side .tel {
    font-family: DIN;
    color: #ef1639;
    font-size: 24px;
    padding: 25px 0;
}

.footer .hd .side p {
    font-size: 12px;
    border-top: 1px solid #575757;
    padding-top: 8px;
    margin-top: 8px;
    letter-spacing: 3px;
}

.footer .hd .side .flex img {
    width: 86px;
}

.footer .hd ul {
    line-height: 36px;
}

.footer .hd .list {
    display: flex;
}

.footer .hd .box {
    width: 140px;
    margin-right: 55px;
}

.footer .hd .box h3 {
    font-size: 16px;
    border-bottom: 1px solid #575757;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.footer .bd {
    padding: 20px 0;
    border-top: 1px solid #575757;
}

.footer .bd li {
    display: flex;
    align-items: center;
    line-height: 30px;
}

.footer .bd li a:before {
    content: "/";
    color: #565656;
    padding: 0 10px;
}

.footer .bd li a:first-child:before {
    display: none;
}

.footer .bd li span {
    padding-right: 15px;
}

.footer .bd i {
    width: 29px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.footer .bd .i1 {
    width: 29px;
    height: 29px;
    background: url(../images/1_45.png) center no-repeat;
}

.footer .bd .i1:hover {
    background: url(../images/1_45_on.png) center no-repeat;
}

.footer .bd .i2:hover {
    background: url(../images/1_47_on.png) center no-repeat;
}

.footer .bd .i3:hover {
    background: url(../images/1_49_on.png) center no-repeat;
}

.footer .bd .i2 {
    width: 29px;
    height: 29px;
    background: url(../images/1_47.png) center no-repeat;
}

.footer .bd .i3 {
    width: 29px;
    height: 29px;
    background: url(../images/1_49.png) center no-repeat;
}

.footer .ft {
    border-top: 1px solid #575757;
    padding: 15px 0 30px;
    color: #8f8f8f;
}

.rightside {
    position: fixed;
    width: 163px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    right: 0;
    top: 50%;
    text-align: center;
    font-size: 12px;
    transform: translate(0, -50%);
    z-index: 99;
}

.rightside ul {
    display: flex;
    flex-wrap: wrap;
}

.rightside li {
    width: 50%;
    position: relative;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.rightside li.totop {
    display: none;
    width: 100%;
    font-size: 14px;
}

.rightside li a {
    display: block;
    padding: 15px 0;
}

.rightside li img {
    margin-bottom: 10px;
}

.rightside li.code {
    width: 100%;
}

.rightside li:hover dl {
    display: block;
}

.rightside dl {
    display: none;
    position: absolute;
    width: 160px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    top: 0;
    right: 98px;
    height: 78px;
}

.rightside dl dt {
    font-size: 20px;
    color: #2a68ff;
    padding: 17px 0 5px;
}

.rightside dl::after {
    content: "";
    width: 0;
    display: inline-block;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -5px;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
}

.ws-wap-menu {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
}

.ws-wap-menu.on {
    padding-top: 50px;
    z-index: 998;
    opacity: 1;
}

.ws-wap-menu a:hover,
.ws-wap-menu a:active {
    opacity: 1;
}

.ws-wap-menu ul {
    width: 100%;
    border-top: 1px solid #eee;
}

.ws-wap-menu ul li {
    border-bottom: 1px solid #eee;
}

.ws-wap-menu ul li a {
    display: block;
    line-height: 52px;
    font-size: 16px;
    padding-left: 20px;
}

.ws-wap-menu ul li.has-sub-nav {
    position: relative;
}

.ws-wap-menu ul li.has-sub-nav a {
    display: inline-block;
}

.ws-wap-menu ul li.has-sub-nav:after {
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 0 1px 1px 0;
    border-color: #333;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 22px;
    right: 20px;
}

.ws-wap-menu ul li.on.has-sub-nav:after {
    border-width: 1px 0 0 1px;
    border-color: #fff;
}

.ws-wap-menu ul li .sub-nav {
    padding: 10px 0 20px;
    background-color: #fff;
    font-size: 0;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ws-wap-menu ul li.on {
    background-color: #ef1639;
}

.ws-wap-menu ul li.on>a {
    color: #fff;
}

.ws-wap-menu ul li.on .sub-nav {
    display: flex;
}

.ws-wap-menu ul li .sub-nav a {
    font-size: 14px;
    line-height: 40px;
    width: 25%;
    border-radius: 5px;
}

.ws-wap-menu ul li .sub-nav a:hover {
    background-color: #ef1639;
    color: #fff;
}

.ws-wap-menu .middle {
    flex-grow: 1;
    padding-top: 15px;
    width: 80%;
}

.ws-wap-menu .search {
    display: flex;
    align-items: center;
    border: 1px solid #666;
    border-radius: 30px;
    margin-top: 15px;
    padding: 5px 15px;
}

.ws-wap-menu .search img {
    width: 15px;
}

.ws-wap-menu .search input {
    width: 100%;
    height: 30px;
    background: none;
}

.ws-wap-menu .make-phone-call {
    display: block;
    padding: 20px;
}

.ws-wap-menu .make-phone-call span {
    display: block;
    color: #ef1639;
    font-size: 24px;
    font-family: DIN;
}

.m_foot.on {
    transform: translateY(0);
}

.m_foot {
    transform: translateY(58px);
    transition: all 0.3s;
    border-top: 1px solid #eee;
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    font-size: 12px;
}

.m_foot a {
    padding: 10px 0 5px;
    border-left: 1px solid #eee;
}

.m_foot a:first-child {
    border: none;
}

.m_foot a img {
    margin-bottom: 5px;
    width: 22px;
}

.searchdialog {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.searchdialog .search {
    width: 600px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 30px;
    border-radius: 40px;
}

.searchdialog .search input {
    width: 100%;
    font-size: 18px;
    height: 40px;
}

.sicon {
    cursor: pointer;
}

.searchdialog .close {
    color: #fff;
    font-size: 50px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

/**/
.more {
    display: inline-block;
    line-height: 33px;
    padding: 0 15px;
    border-radius: 20px;
    border: 1px solid #ddd;
    background: #fff;
}

.more i {
    display: inline-block;
    height: 6px;
    vertical-align: middle;
    margin-left: 10px;
    width: 6px;
    border-width: 1px 1px 0 0;
    border-color: #333;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}

.more:hover {
    background: #ef1639;
    color: #fff;
    border-color: #ef1639;
}

.more:hover i {
    border-color: #fff;
}

.title {
    font-size: 40px;
    font-weight: bold;
}

.title h2 {
    font-weight: bold;
    line-height: 50px;
    margin-top: -30px;
}

.title span {
    color: #f2f2f2;
    text-transform: uppercase;
    line-height: 20px;
}

.banner {
    position: relative;
}

.homepage .banner .txt {
    margin-top: -200px;
    transition: all 0.5s;
}

.banner>img {
    height: 600px;
    object-fit: cover;
    width: 100%;
}

.homepage .banner img {
    height: 700px;
    object-fit: cover;
}

.banner .txt {
    margin-top: 30px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner .txt span {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.banner .txt h3 {
    font-size: 46px;
    font-weight: bold;
    padding: 20px 0;
}

.banner .txt p {
    font-size: 18px;
    font-weight: bold;
}

.homepage .banner .bd {
    color: #7c7c7c;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 118px;
    width: 1180px;
    max-width: 100%;
    z-index: 9;
    border-radius: 5px;
}

.homepage .banner .ani-slide .txt {
    margin-top: -30px;
}

.homepage .banner .side {
    width: 407px;
}

.homepage .banner .bd .flex>.flex_item {
    border-left: 1px solid #ddd;
}

.homepage .banner .bd .dropdown {
    position: relative;
}

.homepage .banner .bd .dropdown>span {
    display: block;
    line-height: 70px;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
}

.homepage .banner .bd .dropdown>span::after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 0 1px 1px 0;
    border-color: #999;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 20px;
}

.homepage .banner .bd .dropdown.on>span:after {
    border-width: 1px 0 0 1px;
    margin: 0;
}

.homepage .banner .bd .dropdown.on .downbox {
    display: block;
}

.homepage .banner .bd .dropdown .downbox {
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.homepage .banner .bd .dropdown .downbox ul li+li {
    border-top: 1px solid #eee;
}

.homepage .banner .bd .dropdown .downbox ul li a {
    display: block;
    padding-left: 20px;
    line-height: 50px;
}

.homepage .banner .bd .dropdown .downbox p {
    background: #f5f5f5;
    padding: 12px 20px;
    font-size: 12px;
    color: #f92d2e;
    line-height: 24px;
}

.homepage .banner .bd .dropdown .lg {
    width: 995px;
}

.homepage .banner .bd .dropdown .lg li {
    display: flex;
    border-bottom: 1px solid #eee;
    line-height: 40px;
    padding: 5px 15px;
}

.homepage .banner .bd .dropdown .lg li span {
    display: block;
    width: 60px;
    font-size: 14px;
    color: #999;
}

.homepage .banner .bd .dropdown .lg li a {
    display: inline-block;
    margin-right: 25px;
}

.homepage .banner .bd .btn {
    height: 70px;
    width: 184px;
    color: #fff;
    background-color: #2a68ff;
    font-size: 16px;
}

.homepage .banner .swiper-pagination {
    bottom: 80px;
}

.homepage .banner .swiper-pagination-bullet {
    background: rgba(255, 255, 255);
    width: 48px;
    height: 4px;
    border-radius: 0;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.homepage .a {
    border-bottom: 1px solid #eee;
    padding: 50px 0;
}

.homepage .a .hd p {
    width: 60%;
    color: #7c7c7c;
    line-height: 30px;
}

.homepage .a .bd {
    margin-top: 50px;
}

.homepage .a .bd ul {
    display: flex;
    justify-content: space-between;
    color: #7c7c7c;
    font-size: 14px;
}

.homepage .a .bd ul dt {
    color: #2a68ff;
    font-size: 18px;
    padding-bottom: 10px;
}

.homepage .a .bd ul dt span {
    font-size: 46px;
}

.homepage .b {
    padding: 90px 0;
}

.homepage .b .title {
    text-align: center;
    padding-bottom: 50px;
}

.homepage .b .left ul {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #eee;
}

.homepage .b .left ul li {
    width: 33.333%;
    position: relative;
}

.homepage .b .left ul li+li {
    border-left: 1px solid #eee;
}

.homepage .b .left ul li a {
    display: block;
    position: relative;
    padding: 38px;
}

.homepage .b .left ul li a:hover {
    color: #fff;
    background-image: linear-gradient(to right bottom, #2a68ff, #1f96f2);
}

.homepage .b .left ul li a img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12rem;
}

.homepage .b .left ul li a:hover p {
    color: #fff;
}

.homepage .b .left ul li a:hover h3::after {
    background: #fff;
}

.homepage .b .left ul li a:hover span {
    background: url(../images/home_87.png) right center no-repeat;
}

.homepage .b .left ul li .in {
    width: 135px;
    font-size: 14px;
}

.homepage .b .left ul li h3 {
    font-size: 20px;
    font-weight: bold;
}

.homepage .b .left ul li h3::after {
    content: "";
    margin: 15px 0 30px;
    display: block;
    width: 43px;
    height: 4px;
    border-radius: 40px;
    background-color: #2a68ff;
}

.homepage .b .left ul li p {
    color: #7c7c7c;
    line-height: 24px;
    margin-bottom: 55px;
}

.homepage .b .left ul li span {
    display: inline-block;
    padding-right: 25px;
    background: url(../images/home_86.png) right center no-repeat;
}

.homepage .b .right {
    background-image: linear-gradient(to bottom,
            #fff,
            #f3f5f9,
            #f3f5f9,
            #ffffff);
    width: 324px;
    border: 6px solid #eceff6;
    margin-left: 24px;
    height: 297px;
    padding: 18px;
}

.homepage .b .right .hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.homepage .b .right .hd b {
    font-size: 20px;
}

.homepage .b .right .hd a {
    font-size: 14px;
}

.homepage .b .right .search i {
    display: block;
    width: 14px;
    height: 15px;
    background: url(../images/search.png) center no-repeat;
}

.homepage .b .right .search {
    background-color: #fff;
    padding: 0 15px;
    margin: 20px 0 30px;
}

.homepage .b .right .search input {
    width: 100%;
    height: 42px;
    font-size: 15px;
}

.homepage .b .right ul {
    display: flex;
    flex-wrap: wrap;
    margin: -7px;
    text-align: center;
}

.homepage .b .right ul li {
    width: 50%;
    padding: 7px;
}

.homepage .b .right ul li a {
    display: block;
    background: #fff;
    line-height: 48px;
    border: 3px solid #eceff6;
}

.homepage .b .right ul li a:hover {
    background: #2a68ff;
    color: #fff;
}

.homepage .c .title {
    text-align: center;
}

.homepage .c .hd {
    text-align: center;
    color: #7c7c7c;
    line-height: 72px;
    margin-top: 40px;
}

.homepage .c .hd .more {
    border: none;
}

.homepage .c .hd li {
    flex: 1;
}

.homepage .c .hd li span {
    display: block;
    cursor: pointer;
    position: relative;
}

.homepage .c .hd li.on span,
.homepage .c .hd li:hover span {
    color: #2a68ff;
    font-weight: bold;
}

.homepage .c .hd li.on span::after,
.homepage .c .hd li:hover span::after {
    content: "";
    border-bottom: 3px solid #2a68ff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.homepage .c .bd {
    padding: 45px 0;
    background: #f2f4f9;
}

.commonone {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}

.commonone li {
    width: 25%;
    padding: 12px;
}

.commonone li a {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 14px;
}

.commonone li .pic span {
    position: absolute;
    left: 0;
    top: 20px;
    width: 91px;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    background: url(../images/5_11.png) center no-repeat;
}

.commonone li h4 img {
    width: 25px;
    margin-right: 5px;
}

.commonone li .in {
    padding: 23px 30px;
}

.commonone li p {
    margin: 10px 0 20px;
    color: #7c7c7c;
}

.commonone li .flex {
    text-align: center;
}

.commonone li dd {
    color: #7c7c7c;
}

.commonone li dt {
    color: #ef1639;
    font-size: 16px;
    padding-bottom: 10px;
}

.commonone li .flex {
    margin: 0 -20px;
}

.commonone li .flex .flex_item+.flex_item {
    border-left: 1px solid #eee;
}

.homepage .d {
    padding: 90px 0;
}

.homepage .d .hd {
    margin-bottom: 70px;
}

.homepage .d .hd ul {
    display: flex;
    align-items: center;
}

.homepage .d .hd ul li {
    line-height: 33px;
    border-radius: 20px;
    padding: 0 15px;
    cursor: pointer;
    margin-right: 15px;
}

.homepage .d .hd ul li.on,
.homepage .d .hd ul li:hover {
    color: #fff;
    background: #2a68ff;
}

.commontwo>.flex {
    align-items: stretch;
}

.commontwo .side {
    width: 532px;
    margin-right: 20px;
}

.commontwo .side .pic {
    height: 350px;
}

.commontwo .side .pic img {
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.commontwo .side dt {
    font-size: 20px;
}

.commontwo .side dl {
    padding: 33px;
}

.commontwo .side dd {
    margin: 15px 0 30px;
}

.commontwo .side .flex span {
    font-weight: bold;
    font-size: 16px;
    color: #ef1639;
}

.commontwo .side .flex span b {
    font-size: 24px;
}

.commontwo .side .flex {
    font-size: 14px;
    color: #7c7c7c;
}

.commontwo .side .flex i {
    display: block;
    margin-right: 5px;
    width: 13px;
    height: 13px;
    background: url(../images/2_16.png) center no-repeat;
}

.commontwo ul {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.commontwo ul li {
    width: 33.333%;
    padding: 10px;
}

.commontwo ul li .pic {
    /*height:140px;*/
    min-height: 140px;
}

.commontwo ul li .pic img {
    height: 140px;
    width: 100%;
}

.commontwo ul.ny {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    justify-content: space-between;
}

.commontwo ul.ny li {
    /*width: 24%;*/
    width: 33%;
    padding: 10px;
}

.commontwo ul.ny li .pic {
    /*height:140px;*/
    min-height: 180px;
}

.commontwo ul.ny li .pic img {
    height: 180px;
    width: 100%;
}

.commontwo .pic span {
    position: absolute;
    color: #ef1639;
    background: #fff;
    border-radius: 20px;
    bottom: 15px;
    right: 15px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 10px;
}

.commontwo a {
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    height: 100%;
}

.commontwo a dd {
    font-size: 14px;
    color: #7c7c7c;
    margin-top: 10px;
}

.commontwo a dl {
    padding: 20px 15px;
}

.homepage .e {
    padding: 100px 0;
    background: url(../images/home_62.jpg) top center no-repeat;
    background-size: 100% auto;
}

.homepage .e .hd {
    color: #fff;
    margin-bottom: 70px;
}

.homepage .e .hd h2 {
    margin: 0;
}

.homepage .e .bd {
    position: relative;
}

.homepage .e .swiper-button-next,
.homepage .e .swiper-button-prev {
    color: #fff;
}

.homepage .e .swiper-button-next,
.homepage .e .swiper-button-prev {
    color: #fff;
}

.homepage .e.swiper-button-next::after,
.homepage .e .swiper-button-prev::after {}

.homepage .e .swiper-button-next {
    right: -50px;
    color: #fff;
}

.homepage .e .swiper-button-prev {
    left: -50px;
}

.homepage .e .bd a {
    display: block;
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.homepage .e .bd a p {
    font-size: 14px;
    color: #7c7c7c;
    line-height: 24px;
    margin-top: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.homepage .e .bd a h3 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-top: 40px;
}

.homepage .e .bd a .flex img {
    width: 22px;
}

.homepage .e .bd a .flex span {
    font-size: 14px;
    display: inline-block;
    color: #2a68ff;
    padding: 0 15px;
    line-height: 28px;
    border-radius: 20px;
    background: #f2f4f9;
}

.homepage .e .bd a .btn {
    color: #333;
    display: inline-block;
    padding-right: 25px;
    font-size: 14px;
    margin-top: 40px;
    background: url(../images/home_86.png) right center no-repeat;
}

.homepage .e .ft {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin-top: 50px;
}

.homepage .e .ft h2 {
    font-weight: bold;
    text-align: center;
    font-size: 26px;
    padding-bottom: 40px;
}

.homepage .e .ft ul {
    display: flex;
    justify-content: space-between;
    line-height: 26px;
    color: #9d9d9d;
}

.homepage .e .ft ul img {
    margin-right: 15px;
}

.homepage .e .ft ul span {
    font-weight: bold;
    color: #2a68ff;
}

.homepage .f {
    background: url(../images/home_34.jpg) center no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.homepage .f .title {
    text-align: center;
    padding-bottom: 70px;
}

.homepage .f .title span {
    color: #fff;
}

.homepage .f .bd {
    position: relative;
}

.homepage .f .bd .flex {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.homepage .f .bd .list {
    display: flex;
    padding: 60px 80px;
    line-height: 34px;
}

.homepage .f .bd .list b {
    font-size: 20px;
    padding-right: 40px;
}

.homepage .f .bd .list li {
    color: #7c7c7c;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.homepage .f .bd .list li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 15px;
    background: #ef1639;
    vertical-align: middle;
}

.homepage .f .ft {
    margin-top: 30px;
}

.homepage .f .ft dl {
    flex: 1;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    height: 160px;
    padding-top: 30px;
}

.homepage .f .ft .swiper-slide {
    display: flex;
    align-items: center;
    border-left: 1px solid #eee;
    height: 193px;
}

.homepage .f .ft .swiper-slide:first-child {
    border: none;
}

.homepage .f .ft .swiper-slide-thumb-active dl {
    height: 193px;
    border-radius: 5px;
    padding-top: 45px;
    color: #fff;
    background-image: linear-gradient(to right bottom, #2a68ff, #1f95f2);
}

.homepage .f .ft i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../images/home_82.png);
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.homepage .f .ft .swiper-slide-thumb-active i {
    background-image: url(../images/home_83.png);
}

.homepage .f .ft .i1 {
    background-position: 7px 0;
}

.homepage .f .ft .i2 {
    background-position: -188px 0;
}

.homepage .f .ft .i3 {
    background-position: -380px 0;
}

.homepage .f .ft .i4 {
    background-position: -572px 0;
}

.homepage .f .ft .i5 {
    background-position: -768px 0;
}

.homepage .f .ft .i6 {
    background-position: -963px 0;
}

.homepage .f .ft .i7 {
    background-position: -1160px 0;
}

.homepage .f .bd .swiper-button-next,
.homepage .f .bd .swiper-button-prev,
.commonfire .swiper-button-next,
.commonfire .swiper-button-prev {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    color: #999;
}

.homepage .f .bd .swiper-button-next::after,
.homepage .f .bd .swiper-button-prev::after,
.commonfire .swiper-button-next::after,
.commonfire .swiper-button-prev::after {
    font-size: 16px;
}

.homepage .f .bd .swiper-button-next,
.commonfire .swiper-button-next {
    right: -30px;
    background: #2a68ff;
    color: #fff;
}

.homepage .f .bd .swiper-button-prev {
    left: -30px;
}

.homepage .g {
    padding: 100px 0;
}

.homepage .g .hd {
    margin-bottom: 70px;
}

.commonthree {
    position: relative;
}

.commonthree .swiper-button-next {
    right: -50px;
}

.commonthree .swiper-button-prev {
    left: -50px;
}

.commonthree .swiper-button-next,
.commonthree .swiper-button-prev {
    color: #999;
}

.commonthree .swiper-button-next::after,
.commonthree .swiper-button-prev::after {
    font-size: 28px;
}

.commonthree .box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 10px 12px;
    text-align: center;
    padding: 40px 30px;
}

.commonthree .box .pic {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin: 0 auto;
}

.commonthree .box p {
    line-height: 20px;
    font-size: 12px;
    color: #7c7c7c;
    margin: 15px 0 20px;
}

.commonthree .box span {
    display: inline-block;
    font-size: 14px;
    color: #ef1639;
    background: url(../images/4_34.png) left center no-repeat;
    padding-left: 20px;
    margin-top: 10px;
}

.commonthree .box dd {
    color: #7c7c7c;
    font-size: 14px;
    margin-top: 6px;
}

.commonthree .box dt {
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
}

.commonthree .box .btn {
    display: inline-block;
    font-size: 14px;
    color: #2a68ff;
    background: #f2f4f9;
    border-radius: 20px;
    line-height: 36px;
    padding: 0 30px;
}

.commonthree .box .btn:hover {
    color: #fff;
    background: #2a68ff;
}

.commonthree ul {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.commonthree ul li {
    width: 50%;
    padding: 10px;
}

.homepage .h {
    background: url(../images/home_85.jpg) top center no-repeat;
    background-size: 100% auto;
    padding: 100px 0;
}

.homepage .h .hd {
    color: #fff;
}

.homepage .h .hd .title span {
    color: #577de9;
}

.homepage .h .hd p {
    /* max-width: 627px; */
    font-size: 15px;
    line-height: 28px;
    margin: 50px 0 40px;
}

.homepage .h .hd a {
    color: #fff;
    display: inline-block;
    padding-right: 25px;
    background: url(../images/home_87.png) right center no-repeat;
    font-size: 14px;
}

.homepage .h .hd ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 468px;
    margin: -20px 0;
}

.homepage .h .hd ul dt {
    font-size: 30px;
    padding-bottom: 8px;
}

.homepage .h .hd ul dt span {
    font-size: 50px;
}

.homepage .h .hd ul li {
    padding: 20px 0;
}

.homepage .h .hd ul li:nth-child(odd) {
    width: 287px;
}

.homepage .h .bd {
    background: #fff;
    margin-top: 60px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 60px 77px;
}

.homepage .h .bd .pic {
    border-radius: 50%;
    width: 123px;
    margin-right: 80px;
    height: 123px;
}

.homepage .h .bd .flex {
    background: url(../images/home_36.png) top right no-repeat;
    align-items: stretch;
}

.homepage .h .bd p {
    /* max-width: 796px; */
    color: #757575;
    line-height: 30px;
    margin: 15px 0 20px;
    font-family: "楷体";
}

.homepage .h .bd .name {
    color: #757575;
}

.homepage .h .bd h3 {
    font-weight: bold;
}

.homepage .I .bd {
    display: flex;
    margin-top: 70px;
}

.homepage .I .bd .side {
    width: 320px;
}

.homepage .I .bd>.flex_item {
    padding: 0 48px;
}

.homepage .I .tit {
    border-bottom: 2px solid #e5e5e5;
    line-height: 80px;
    margin-bottom: 30px;
}

.homepage .I .tit b {
    position: relative;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}

.homepage .I .tit ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.homepage .I .tit a {
    color: #7c7c7c;
    font-size: 14px;
}

.homepage .I .tit ul li {
    cursor: pointer;
    position: relative;
}

.homepage .I .tit ul li.on {
    font-weight: bold;
    font-size: 20px;
}

.homepage .I .tit ul li.on::after,
.homepage .I .tit b::after {
    content: "";
    border-bottom: 2px solid #2a68ff;
    left: 0;
    position: absolute;
    bottom: -1px;
    width: 100%;
}

.homepage .I .tit .color::after {
    border-bottom: 2px solid #ef1639;
}

.homepage .I .bd .list {
    line-height: 50px;
    font-size: 14px;
}

.homepage .I .bd .list li {
    border-bottom: 1px solid #eee;
}

.homepage .I .bd .list li:first-child h4 span {
    color: #fff;
    background: #ef1639;
}

.homepage .I .bd .list li a {
    color: #7c7c7c;
}

.homepage .I .bd .list li a:hover {
    color: #ef1639;
}

.homepage .I .bd .list li a .flex_item {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.homepage .I .bd .list li p {
    line-height: 24px;
    margin-bottom: 20px;
}

.homepage .I .bd .list li h4 span {
    display: inline-block;
    margin-top: -3px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    color: #333;
    margin-right: 10px;
    border-radius: 5px;
    background: #f2f4f9;
    line-height: 20px;
    text-align: center;
}

.homepage .I dt {
    font-weight: bold;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.homepage .I dd {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    color: #7c7c7c;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.homepage .I .in {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.homepage .I .pic {
    margin-bottom: 20px;
    border-radius: 5px;
}

.homepage .I .pic img {
    width: 100%;
    height: 160px;
}

.homepage .I .txt {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 25px;
}

.homepage .I .txt .data {
    background: #f2f4f9;
    padding: 20px 0 0 15px;
    border-radius: 5px;
    width: 87px;
    height: 87px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 24px;
}

.homepage .I .txt .data span {
    display: block;
    font-size: 20px;
}

.homepage .I .tabcontent .list li {
    border-bottom: 1px dashed #ddd;
    line-height: 57px;
}

.homepage .I .tabcontent .list .flex span {
    color: #b2b2b2;
    font-size: 12px;
}

.homepage .I .tabcontent .list .flex:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #e0e1e6;
    margin-right: 15px;
}

.homepage .J {
    margin-top: 90px;
    background: url(../images/home_38.jpg) center no-repeat;
    background-size: cover;
    height: 712px;
    text-align: center;
    padding-top: 100px;
}

.homepage .J .title h2 {
    margin: 0;
}

.homepage .J p {
    font-size: 18px;
    padding-top: 20px;
}

.homepage .J .bd {
    height: 457px;
    background: url(../images/home_37.png) center no-repeat;
    position: relative;
    margin-top: 65px;
}

.homepage .J .img img {
    position: absolute;
}

.homepage .J .img img:first-child {
    left: 124px;
    top: 155px;
}

.homepage .J .img img:nth-child(2) {
    left: 286px;
    top: 92px;
}

.homepage .J .img img:nth-child(3) {
    left: 312px;
    top: 132px;
}

.homepage .J .img img:nth-child(4) {
    left: 569px;
    top: 82px;
}

.homepage .J .img img:nth-child(5) {
    left: 660px;
    top: 70px;
}

.homepage .J .img img:nth-child(6) {
    left: 924px;
    top: 112px;
}

.homepage .J .img img:nth-child(7) {
    left: 1062px;
    top: 147px;
}

.homepage .J .img img:nth-child(8) {
    left: 1035px;
    top: 180px;
}

.homepage .J .img img:nth-child(9) {
    left: 1060px;
    top: 270px;
}

.homepage .J .img img:nth-child(10) {
    left: 1110px;
    top: 230px;
}

.homepage .J .add {
    transition: all 0.5s;
    position: absolute;
    text-align: center;
    font-size: 14px;
}

.homepage .J .add i {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    background: #ef1639;
}

.homepage .J .add span {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    background: #ef1639;
    color: #fff;
    line-height: 26px;
    padding: 0 10px;
}

.homepage .J .add span::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ef1639;
}

.homepage .J .add:first-child {
    left: 200px;
    top: 130px;
}

.homepage .J .add:nth-child(2) {
    left: 580px;
    top: 33px;
}

.homepage .J .add:nth-child(3) {
    left: 954px;
    top: 90px;
}

.homepage .J .add:nth-child(4) {
    left: 1115px;
    top: 270px;
}

.homepage .J .add:hover {
    transform: translateY(-15px);
}

.homepage .k {
    text-align: center;
    padding: 100px 0;
}

.homepage .k .tabtitle {
    margin: 30px auto 50px;
    width: 424px;
    max-width: 100%;
    display: flex;
    padding: 5px;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.homepage .k .tabtitle li {
    flex: 1;
    line-height: 36px;
    border-radius: 20px;
    cursor: pointer;
}

.homepage .k .tabtitle li.on {
    background: #2a68ff;
    color: #fff;
}

.commonfour {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.commonfour li {
    width: 20%;
    padding: 15px;
}

.commonfour li a {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: block;
}

.bottom {
    height: 150px;
    background: url(../images/1_32.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
}

.bottom dt {
    font-size: 26px;
    padding-bottom: 10px;
}

.bottom input {
    width: 272px;
    height: 52px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 5px;
    background: #5181f8;
    padding-left: 20px;
    color: #fff;
}

.bottom .btn {
    transition: all 0.3s;
    width: 155px;
    border: 1px solid #fff;
    height: 52px;
    border-radius: 5px;
    font-weight: bold;
    color: #2a68ff;
    font-size: 16px;
}

.bottom .btn:hover {
    background: none;
    color: #fff;
}

.footer .m ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 45px;
    padding-bottom: 20px;
}

.footer .m ul li {
    width: 33.333%;
}

/**/
.news .hd {
    padding: 50px 0;
}

.news .hd ul {
    display: flex;
    text-align: center;
}

.news .hd ul li {
    flex: 1;
}

.news .hd ul li a {
    display: inline-block;
    line-height: 33px;
    border-radius: 20px;
    padding: 0 20px;
    color: #838282;
}

.news .hd ul li.on a,
.news .hd ul li:hover a {
    background: #2a68ff;
    color: #fff;
}

.news .bd ul {
    display: flex;
    flex-wrap: wrap;
    margin: -23px;
}

.news .bd ul li {
    width: 33.333%;
    padding: 23px;
}

.news .bd ul a {
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.news .bd ul dl {
    padding: 20px;
}

.news .bd ul dt {
    font-size: 18px;
    line-height: 30px;
}

.news .bd ul dd {
    margin-top: 20px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    color: #a5a5a5;
}

.pages {
    text-align: center;
    padding: 55px 0;
}

.pages li {
    display: inline-block;
    vertical-align: inherit;
}

.pages li a {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    border-radius: 5px;
}

.pages li.on a {
    background: #2a68ff;
    color: #fff;
}

.pages li:first-child a {
    color: #2a68ff;
}

.pages li:last-child a {
    color: #2a68ff;
}

.pages li:hover a {
    background: #eff4ff;
    color: #333;
}

.pages li a.page-num-current {
    background: #2a68ff;
    color: #fff;
}

.pages span.page-num {
    display: none;
}

/**/
.team .bd {
    padding-top: 70px;
}

.team .bd ul {
    display: flex;
    flex-wrap: wrap;
    margin: -25px;
}

.team .bd ul li {
    width: 33.333%;
    padding: 25px;
}

.team .bd ul li a {
    display: flex;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.team .bd ul li .pic {
    border-radius: 50%;
    margin-right: 20px;
    width: 96px;
    height: 96px;
}

.team .bd ul li .btn {
    transition: all 0.3s;
    display: inline-block;
    line-height: 36px;
    border-radius: 20px;
    color: #2a68ff;
    font-size: 14px;
    margin-top: 20px;
    width: 113px;
    background: #f2f4f9;
    text-align: center;
}

.team .bd ul li:hover .btn {
    color: #fff;
    background: #2a68ff;
}

.team .bd ul li p {
    font-size: 12px;
    line-height: 20px;
    color: #7c7c7c;
    margin-top: 10px;
}

.team .bd ul li .flex {
    align-items: stretch;
}

.team .bd ul li dd {
    color: #7c7c7c;
    font-size: 14px;
    margin-top: 8px;
}

.team .bd ul li dt {
    font-weight: bold;
    font-size: 18px;
}

.team .bd ul li .flex span {
    color: #ef1639;
    font-size: 14px;
    display: block;
    background: url(../images/4_34.png) left center no-repeat;
    padding-left: 20px;
}

/**/
.commonfire {
    padding: 100px 0;
    background: #f2f4f9;
}

.commonfire .bd {
    position: relative;
    margin-top: 60px;
}

.commonfire .bd a {
    display: block;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    border-radius: 5px;
    font-size: 14px;
}

.commonfire .bd dl {
    padding: 20px;
}

.commonfire .bd dl dt {
    line-height: 20px;
    color: #7c7c7c;
    margin-bottom: 15px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.commonfire .bd h4 {
    padding: 20px;
    color: #7c7c7c;
}

.commonfire .bd h4 b {
    color: #333;
    font-size: 18px;
    padding: 0 10px;
}

.commonfire .bd h4 img {
    width: 30px;
    margin-top: -3px;
}

.commonfire .bd .pic {
    height: 120px;
}

.commonfire .bd .pic img {
    max-height: 100%;
    height: 120px;
}

.commonfire .swiper-button-next {
    right: -80px;
}

.commonfire .swiper-button-prev {
    left: -80px;
}

.commonfire .hd {
    text-align: center;
}

.commonfire .hd span {
    text-transform: uppercase;
    font-size: 12px;
    color: #7c7c7c;
}

.commonfire .hd h2 {
    font-weight: bold;
    font-size: 32px;
    padding-bottom: 10px;
}

.infotab {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    line-height: 80px;
    position: relative;
    margin-top: -40px;
}

.infotab li {
    flex: 1;
    position: relative;
    text-align: center;
}

.infotab li a {
    display: block;
    border-radius: 5px;
}

.infotab li.on a,
.infotab li:hover a {
    color: #fff;
    background: #2a68ff;
    position: relative;
}

.infotab li+li:before {
    content: "";
    border-left: 1px solid #ddd;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.caselist .bd ul {
    display: flex;
    flex-wrap: wrap;
    margin: -13px;
}

.caselist .bd ul li {
    width: 25%;
    padding: 13px;
}

.caselist .bd {
    margin-top: 60px;
}

.caselist {
    padding-top: 90px;
}

.caselist .title {
    font-size: 32px;
}

.caselist .bd a {
    background-color: #fff;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.caselist .bd .in {
    padding: 30px;
    line-height: 24px;
}

.caselist .bd h4 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.caselist .bd p {
    color: #7c7c7c;
    font-size: 14px;
    margin: 20px 0;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.caselist .bd a span {
    font-size: 12px;
    color: #7c7c7c;
}

/**/
.banner .info {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
    margin-top: 25px;
}

.banner .info h2 {
    font-weight: bold;
    font-size: 45px;
    color: #fff;
    margin-top: 50px;
}

.banner .info h4 {
    font-size: 18px;
    color: #fff;
}

.banner .info h4 img {
    margin: -3px 10px 0 0;
    height: 24px;
}

.banner .info .brdge {
    padding: 40px 0 50px;
}

.banner .info .brdge span {
    display: inline-block;
    font-size: 14px;
    background: #fff;
    line-height: 32px;
    padding: 0 20px;
    margin-right: 10px;
    border-radius: 20px;
}

.banner .info .flex_item a {
    color: #fff;
    font-weight: bold;
    padding-bottom: 8px;
    display: inline-block;
    border-bottom: 2px solid #fff;
    font-size: 14px;
}

.banner .info .flex_item a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 15px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
}

.banner .info .side {
    background-color: #fff;
    border-radius: 10px;
    width: 282px;
    padding: 18px;
}

.banner .info .side h3 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 18px;
    font-weight: bold;
}

.banner .info .side .btn {
    margin-top: 20px;
    width: 100%;
    border-radius: 30px;
    height: 48px;
    border: 1px solid #ef1639;
    background-color: #ef1639;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.banner .info .side .btn:hover {
    background: #fff;
    color: #ef1639;
}

.banner .info .side .flex {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 15px;
    margin-top: 10px;
}

.banner .info .side .flex .input {
    width: 100%;
    padding-left: 10px;
    height: 46px;
}

.caselist .hd>span {
    font-size: 18px;
    color: #808080;
}

.caselist .hd span a {
    color: #e40000;
}

.bd_country {
    padding-top: 40px;
}

.bd_country li {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 32px;
}

.bd_country li .pic {
    width: 404px;
}

.bd_country li .pic span {
    display: block;
    width: 91px;
    line-height: 22px;
    position: absolute;
    left: 0;
    top: 40px;
    background: url(../images/5_11.png) center no-repeat;
    color: #fff;
    text-align: center;
}

.bd_country li>.flex_item {
    padding: 15px 60px;
}

.bd_country li .flex {
    margin-top: 36px;
}

.bd_country li dd {
    font-size: 14px;
    margin-top: 10px;
    color: #7c7c7c;
}

.bd_country li dt {
    color: #e40000;
    font-size: 18px;
}

.bd_country li .flex .flex_item {
    border-right: 1px solid #eee;
    margin-right: 20px;
}

.bd_country li .tit {
    display: flex;
}

.bd_country li .tit p {
    margin-top: 20px;
    color: #7c7c7c;
}

.bd_country li .tit h4 {
    font-size: 24px;
}

.bd_country li .tit h4 img {
    width: 34px;
    margin: -3px 15px 0 0;
}

/**/
.infowrap {
    display: flex;
    padding: 90px 0;
}

.infowrap .title {
    font-size: 32px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.infocommonside {
    width: 300px;
    margin-left: 90px;
}

.infocommonside .one {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.infocommonside .one .bd li {
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}

.infocommonside .one .bd li:last-child {
    border: none;
}

.infocommonside .one .bd li .pic {
    width: 71px;
    margin-right: 15px;
}

.countrycost .bd p {
    line-height: 36px;
    color: #666666;
    margin-top: 40px;
}

.countrycost .bd img {
    margin-top: 40px;
}

.countrycost .bd {
    padding: 0 0 0;
    border-bottom: 1px solid #eee;
}

.infocommonside .one .hd dt {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 8px;
}

.infocommonside .one .hd dd {
    font-size: 12px;
}

.infocommonside .one .bd li a:hover {
    color: #e40000;
}

.infocommonside .one .bd li a,
.infocommonside .one .hd a,
.infocommonside .one .hd dd {
    text-transform: uppercase;
    color: #7c7c7c;
}

.infocommonside .one .hd {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.countrysituation p {
    margin-top: 30px;
    color: #7c7c7c;
    line-height: 30px;
}

.countrysituation h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 60px;
}

.infocommonside .two {
    margin-top: 40px;
    padding: 30px;
    background-image: linear-gradient(to bottom,
            #fff,
            #f3f5f9,
            #f3f5f9,
            #ffffff);
    border: 6px solid #eceff6;
}

.infocommonside .two dl {
    text-align: center;
    padding-bottom: 25px;
}

.infocommonside .two dd {
    font-size: 12px;
    text-transform: uppercase;
    color: #7c7c7c;
}

.infocommonside .two dt {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.infocommonside .two .input {
    width: 100%;
    border: 1px solid #ddd;
    padding-left: 15px;
    height: 45px;
    margin-bottom: 10px;
}

.infocommonside .two p {
    font-size: 12px;
    line-height: 24px;
    color: #7c7c7c;
}

.infocommonside .two .btn {
    margin-top: 20px;
    width: 100%;
    border-radius: 30px;
    height: 45px;
    background: #2a68ff;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

/**/
.countrymethod li {
    padding: 30px 0;
    border-bottom: 1px dashed #ddd;
}

.countrymethod li .pic {
    border-radius: 5px;
    margin-right: 60px;
    width: 256px;
}

.countrymethod li p {
    font-size: 14px;
    color: #7c7c7c;
    line-height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 20px 0;
}

.countrymethod li span {
    font-size: 12px;
    color: #b2b2b2;
}

.countrymethod li h4 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/**/
.headpt {
    padding-top: 100px;
}

.bread {
    padding: 50px 0;
    color: #777e82;
    font-size: 14px;
}

.bread i {
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 12px;
    background: url(../images/2_03.png) center no-repeat;
}

.infowrap.pt {
    padding-top: 0;
}

.infowrap.pb {
    padding-bottom: 0;
}

.newitem .hd h1 {
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 30px;
}

.newitem .hd .flex {
    font-size: 14px;
    color: #999999;
}

.newitem .hd .flex>span {
    margin-left: 30px;
}

.newitem .hd .flex .data {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/11_03.png) center no-repeat;
    vertical-align: middle;
}

.newitem .hd .flex .eye {
    display: inline-block;
    width: 21px;
    height: 13px;
    background: url(../images/11_06.png) center no-repeat;
    vertical-align: middle;
}

.newitem .hd .flex .brdge span {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 4px 10px;
    margin-right: 5px;
}

.newitem .bd p {
    line-height: 36px;
    color: #666666;
    /* margin-top: 40px; */
    margin-bottom: 15px;
}

.newitem .bd img {
    margin-top: 40px;
}

.newitem .bd {
    padding: 0 0 40px;
    border-bottom: 1px solid #eee;
}

.newitem .ft {
    padding-top: 40px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.newitem .ft a {
    color: #7c7c7c;
}

.newitem .ft a:hover {
    color: #ef1639;
}

.newitem .ft .return {
    padding-left: 20px;
    background: url(../images/11_15.png) left center no-repeat;
}

.newitem .ft .prev:before {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    vertical-align: middle;
    border-width: 0 0 1px 1px;
    border-color: #999;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}

.newitem .ft .next::after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    vertical-align: middle;
    border-width: 1px 1px 0 0;
    border-color: #999;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}

/**/
.commonfire .bd_in {
    margin-top: 60px;
}

.commonfire .bd_in ul {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}

.commonfire .bd_in ul li {
    padding: 12px;
    width: 25%;
}

.commonfire .bd_in li:hover img {
    transform: rotateY(360deg);
}

.commonfire .bd_in .box {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-top: 4px solid #2a68ff;
    padding: 40px;
}

.commonfire .bd_in .box dd {
    margin-top: 30px;
    color: #7c7c7c;
    line-height: 24px;
    font-size: 14px;
}

.commonfire .bd_in .box dt {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.countrycost .bd table {
    background: #fff;
    margin: 0 0;
    width: 100%;
    border: 2px solid #e6e6e6;
    color: #7c7c7c;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

.countrycost .bd table td {
    padding: 15px;
}

.countrycost .bd table tr+tr {
    border-top: 1px solid #e6e6e6;
}

.countrycost .bd table td+td,
.countrycost .bd table th+th {
    border-left: 1px solid #e6e6e6;
}

.countrycost .bd table th {
    font-size: 16px;
    color: #fff;
    background-color: #2a68ff;
    padding: 15px;
    font-weight: normal;
}

.countrycost .bd li {
    line-height: 50px;
    color: #7c7c7c;
    padding-left: 20px;
    position: relative;
}

.countrycost .bd li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #2a68ff;
    position: absolute;
    left: 0;
    top: 20px;
}

.countrycost .hd {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.countrycost .hd p {
    font-size: 12px;
    text-transform: uppercase;
    color: #7c7c7c;
    margin-top: 10px;
}

.countrycost .hd h2 {
    font-weight: bold;
    font-size: 32px;
}

.countrycost .hd span {
    display: block;
    width: 18px;
    height: 12px;
    border-top: 3px solid #c9d0d8;
    border-bottom: 3px solid #c9d0d8;
}

/**/
.infocommonside .three {
    margin-bottom: 40px;
    height: 253px;
    color: #fff;
    background: url(../images/3_05.jpg) center no-repeat;
    background-size: cover;
    padding: 30px;
}

.infocommonside .three dd {
    font-size: 12px;
    text-transform: uppercase;
}

.infocommonside .three dt {
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 10px;
}

.infocommonside .three p {
    font-size: 12px;
    padding: 25px 0;
}

.infocommonside .three p span {
    display: block;
    font-size: 22px;
    font-family: DIN;
}

.infocommonside .three .more {
    background-color: #ef1639;
    color: #fff;
    padding: 5px 40px;
    border-radius: 40px;
    border: none;
}

.count {
    border: 5px solid #eceff6;
}

.count .tit {
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #eee;
    background: #f2f4f9;
    padding: 25px 0;
}

.count .bd {
    padding: 56px;
}

.count .bd h3 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 48px;
}

.count .bd ul {
    padding-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    margin: -13px;
}

.count .bd ul li {
    width: 25%;
    padding: 13px;
    text-align: center;
}

.count .bd ul li span {
    display: block;
    cursor: pointer;
    line-height: 53px;
    border: 1px solid #eee;
}

.count .bd ul li.on span {
    color: #fff;
    background: #2f64e6;
    border-color: #2f64e6;
}

.count .bd table {
    width: 100%;
}

.count .bd table .input {
    border: 1px solid #ddd;
    width: 100%;
    height: 44px;
    padding-left: 15px;
    border-radius: 5px;
}

.count .bd table td {
    padding: 15px 0;
}

.count .bd table span {
    padding: 0 50px 0 10px;
}

.count .bd table label input {
    margin-right: 5px;
}

.count .bd table label {
    padding-right: 20px;
}

.count .ft {
    text-align: center;
    padding-bottom: 70px;
    color: #7c7c7c;
}

.count .ft button {
    width: 220px;
    height: 58px;
    border-radius: 30px;
    font-size: 18px;
    border: 1px solid #ef1639;
    background: #ef1639;
    color: #fff;
    margin-top: 40px;
}

/**/
.infocommonside .four {
    padding: 30px;
    background-image: linear-gradient(to bottom,
            #fff,
            #f3f5f9,
            #f3f5f9,
            #ffffff);
    border: 6px solid #eceff6;
    margin-bottom: 40px;
}

.infocommonside .four dl {
    text-align: center;
}

.infocommonside .four dl dd {
    font-size: 12px;
    text-transform: uppercase;
    color: #7c7c7c;
}

.infocommonside .four dl dt {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.infocommonside .four li {
    display: flex;
    line-height: 24px;
    margin-top: 38px;
}

.infocommonside .four li p {
    font-size: 14px;
    color: #7c7c7c;
}

.infocommonside .four li h4 {
    font-size: 18px;
    color: #ef1639;
}

.infocommonside .four li span {
    display: block;
    margin-right: 15px;
    background: #ef1639;
    text-align: center;
    line-height: 32px;
    margin-left: 40px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    color: #fff;
}

.assessment {
    border: 6px solid #eceff6;
    padding: 30px 40px 70px;
}

.assessment h3 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background: #f2f4f9;
    border-radius: 40px;
    padding: 20px 0;
}

.assessment p {
    text-align: center;
    color: #7c7c7c;
    padding: 30px 0;
}

.assessment p span,
.assessment table td b span {
    color: #ef1639;
}

.assessment table {
    width: 100%;
}

.assessment table td {
    padding: 22px;
    line-height: 30px;
}

.assessment table label {
    display: inline-block;
    margin-right: 30px;
}

.assessment table label input {
    margin-right: 6px;
}

.assessment table .input {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 393px;
    height: 44px;
    padding-left: 20px;
}

.assessment .btn {
    width: 250px;
    height: 58px;
    border-radius: 30px;
    background: #ef1639;
    color: #fff;
    font-size: 18px;
    display: block;
    margin: 0 auto;
}

/**/
.result {
    padding: 90px 0;
}

.result .hd {
    text-align: center;
}

.result .hd h2 {
    font-weight: bold;
    font-size: 32px;
}

.result .hd p {
    color: #999999;
    margin-top: 20px;
}

.result table {
    width: 100%;
}

.result .bd {
    border: 5px solid #eceff6;
    margin-top: 50px;
}

.result table th,
.result table td {
    padding: 25px;
}

.result table tr+tr {
    border-top: 1px solid #e4e7ee;
}

.result table td+td,
.result table th+th {
    border-left: 1px solid #e4e7ee;
}

.result table p {
    color: #666666;
    line-height: 24px;
    font-size: 14px;
}

.result table td:first-child {
    width: 173px;
    text-align: center;
}

.result table th {
    font-size: 18px;
    background: #f3f5fa;
}

.result table th img {
    margin-bottom: 10px;
    width: 33px;
}

.result table .btn {
    display: block;
    color: #2a68ff;
    border: 1px solid #2a68ff;
    border-radius: 5px;
    text-align: center;
    padding: 12px 0;
}

.result table .btn:hover {
    color: #fff;
    background: #2a68ff;
}

/**/
.banner .txt .search {
    width: 747px;
    border-radius: 5px;
    overflow: hidden;
    max-width: 100%;
    margin-top: 30px;
}

.banner .txt .search input {
    width: 100%;
    height: 54px;
    padding-left: 20px;
    font-size: 16px;
}

.banner .txt .search .btn {
    height: 54px;
    width: 148px;
    color: #fff;
    background: #2a68ff;
    font-size: 16px;
}

.prolist .bd ul {
    margin: -23px;
    display: flex;
    flex-wrap: wrap;
}

.prolist .bd ul li {
    width: 33.333%;
    padding: 23px;
}

.prolist .bd ul li a {
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.prolist .bd ul li .in {
    padding: 30px;
}

.prolist .bd ul li p,
.prolist .bd ul li .flex {
    font-size: 14px;
    color: #7c7c7c;
    margin-top: 15px;
}

.prolist .bd ul li .flex b {
    color: #ef1639;
    font-size: 16px;
}

.prolist .bd ul li .flex b span {
    font-size: 24px;
}

.prolist .bd ul li .flex {
    background: url(../images/2_16.png) left center no-repeat;
    padding-left: 20px;
}

.prolist .bd ul li h4 {
    font-size: 20px;
}

.prolist .hd {
    padding: 50px 0;
    font-size: 15px;
    line-height: 30px;
}

.prolist .hd ul {
    display: flex;
    flex-wrap: wrap;
}

.prolist .hd ul a {
    display: block;
    color: #7c7c7c;
    border-radius: 20px;
    padding: 0 15px;
}

.prolist .hd .flex {
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}

.prolist .hd ul li.on a,
.prolist .hd ul li.active a,
.prolist .hd ul li:hover a {
    color: #fff;
    background: #2a68ff;
}

.prolist .hd ul li {
    margin-left: 15px;
}

.prolist .hd b {
    padding-right: 30px;
}

/**/
.countrycontrast .tit {
    font-size: 20px;
    text-align: center;
    background: #f2f4f9;
    border-bottom: 1px solid #eee;
    padding: 25px 0;
}

.countrycontrast p {
    padding: 20px 30px 0;
    line-height: 24px;
}

.countrycontrast .bd,
.infocommonside .fire {
    border: 5px solid #eceff6;
}

.countrycontrast .bd .box {
    padding: 55px;
    border-bottom: 1px solid #eee;
}

.countrycontrast .bd .box ul {
    margin: -16px;
    display: flex;
    flex-wrap: wrap;
}

.countrycontrast .bd .box ul li {
    width: 25%;
    padding: 16px;
}

.countrycontrast .bd .box ul .flex i {
    display: block;
    width: 17px;
    height: 17px;
    background: url(../images/6_17.png) center no-repeat;
}

.countrycontrast .bd .box ul .flex {
    position: relative;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 13px;
}

.countrycontrast .bd .box ul .flex img {
    margin-right: 15px;
    width: 40px;
    height: 26px;
}

.countrycontrast .bd .box h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 40px;
}

.countrycontrast .bd .box ul li.on .flex i {
    background: url(../images/6_28.png) center no-repeat;
}

.countrycontrast .bd .box ul li.on .flex::after {
    content: "";
    border: 3px solid #2a68ff;
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
}

.countrycontrast .bd .box ul li.on .flex {
    background: #eefaff;
    border-color: #2a68ff;
}

.countrycontrast .ft {
    padding-top: 50px;
    text-align: center;
}

.countrycontrast .ft button {
    width: 220px;
    height: 58px;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #ef1639;
    background: #ef1639;
    font-size: 18px;
}

.countrycontrast .ft button:hover,
.count .ft button:hover {
    background: #fff;
    color: #ef1639;
}

.infocommonside .fire .list .flex {
    padding: 30px;
    border-bottom: 1px solid #eee;
}

.infocommonside .fire .list .flex img {
    margin-right: 15px;
    width: 40px;
    height: 26px;
}

.infocommonside .fire .list .flex i {
    display: block;
    width: 17px;
    height: 17px;
    background: url(../images/6_04.png) center no-repeat;
    cursor: pointer;
}

.infocommonside .fire .bot {
    padding: 40px 0;
    text-align: center;
}

.infocommonside .fire .bot .btn {
    width: 156px;
    height: 44px;
    border-radius: 30px;
    font-size: 16px;
    background: #2a68ff;
    color: #fff;
}

/**/
.proitem {
    background: #f2f4f9;
}

.proitem .a {
    display: flex;
}

.proitem .a .side {
    width: 620px;
    margin-right: 14px;
}

.proitem .a .bd {
    background: #fff;
    padding: 56px;
}

.proitem .a .bd ul {
    display: flex;
    flex-wrap: wrap;
    color: #7c7c7c;
}

.proitem .a .bd ul li {
    width: 50%;
    padding-top: 30px;
}

.proitem .a .bd h1 {
    font-weight: bold;
    font-size: 28px;
}

.proitem .a .bd p {
    color: #7c7c7c;
    padding: 20px 0 30px;
}

.proitem .a .mySwiper {
    margin-top: 12px;
}

.proitem .a .swiper-button-next {
    right: 0;
}

.proitem .a .swiper-button-prev {
    left: 0;
}

.proitem .a .swiper-button-next,
.proitem .a .swiper-button-prev {
    margin: 0;
    top: 0;
    height: 80px;
    width: 33px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

.proitem .a .swiper-button-next:after,
.proitem .a .swiper-button-prev:after {
    font-size: 14px;
}

.proitem .a .bd .flex {
    color: #ef1639;
    margin-top: 50px;
}

.proitem .a .bd .flex b {
    font-size: 24px;
}

.proitem .a .bd .flex span {
    font-weight: bold;
    font-size: 36px;
}

.proitem .a .bd .flex .btn {
    font-size: 14px;
    color: #ef1639;
    border: 1px solid #ef1639;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 30px;
    margin-left: 60px;
}

.proitem .a .bd .flex .btn:hover {
    color: #fff;
    background: #ef1639;
}

.proitem .b {
    padding-top: 47px;
}

.proitem .b .box {
    background: #fff;
}

.proitem .b .box .tabcontent {
    padding: 60px;
}

.proitem .b .box .tabtitle {
    display: flex;
    border-bottom: 1px solid #eee;
    line-height: 80px;
    color: #7c7c7c;
}

.proitem .b .box .tabtitle li {
    cursor: pointer;
    margin-left: 70px;
    position: relative;
}

.proitem .b .box .tabtitle li.on {
    color: #ef1639;
}

.proitem .b .box .tabtitle li.on:after {
    content: "";
    border-bottom: 2px solid #ef1639;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
}

.proitem .b .box h3 {
    font-weight: bold;
    font-size: 24px;
}

.proitem .b .infocommonside {
    margin-left: 47px;
}

.infocommonside .six {
    background-color: #fff;
    padding: 30px;
}

.infocommonside .six li {
    margin-top: 20px;
}

.infocommonside .six li p {
    margin-top: 10px;
    color: #7c7c7c;
}

.infocommonside .six li:hover p {
    color: #ef1639;
}

.infocommonside .six li span {
    position: absolute;
    right: 15px;
    bottom: 15px;
    border-radius: 20px;
    background: #fff;
    font-weight: bold;
    color: #ef1639;
    padding: 3px 10px;
}

/**/
.about .a {
    background: url(../images/4_03.jpg) bottom center no-repeat;
    background-size: 100% auto;
    /* height: 888px; */
    padding-top: 100px;
    padding-bottom: 150px;
    margin-bottom: 100px;
}

.about .a .hd {
    text-align: center;
}

.about .a .hd p {
    color: #7c7c7c;
    line-height: 30px;
    /* padding: 60px 0 80px; */
    margin-bottom: 15px;
    /* text-align: justify; */
}

.about .a .bd ul {
    display: flex;
    justify-content: space-between;
    color: #7c7c7c;
    font-size: 14px;
}

.about .a .bd ul dt {
    color: #2a68ff;
    font-size: 18px;
    padding-bottom: 10px;
}

.about .a .bd ul dt span {
    font-size: 46px;
}

.about .b {
    /* padding: 100px 0; */
    padding: 0 0 100px 0;
    text-align: center;
}

.about .b .bd {
    padding-top: 100px;
}

.about .b .bd ul {
    display: flex;
    flex-wrap: wrap;
    margin: -40px -11px;
}

.about .b .bd ul li {
    width: 25%;
    padding: 40px 22px;
}

.about .b .bd ul li .box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 222px;
    padding: 0 40px;
}

.about .b .bd ul li dd {
    font-size: 14px;
    color: #7c7c7c;
    line-height: 24px;
}

.about .b .bd ul li dt {
    font-size: 20px;
    font-weight: bold;
}

.about .b .bd ul li:hover span {
    transform: rotateY(360deg);
}

.about .b .bd ul li span {
    transition: all 0.3s;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: #ef1639;
    margin-top: -31px;
    line-height: 62px;
    margin-bottom: 40px;
}

.about .b .bd ul li dt::after {
    content: "";
    display: block;
    width: 33px;
    height: 3px;
    margin: 15px auto 20px;
    background: #2a68ff;
}

.about .c {
    background: url(../images/4_27.jpg) top center no-repeat;
    padding-top: 75px;
}

.about .c .hd .flex {
    align-items: stretch;
    color: #fff;
}

.about .c .hd .title {
    padding-top: 40px;
}

.about .c .hd .title span {
    color: rgba(255, 255, 255, 0.3);
}

.about .c .hd p {
    margin: 70px 0;
    padding-right: 150px;
    line-height: 28px;
    font-size: 15px;
    max-width: 774px;
    background: url(../images/4_26.png) top right no-repeat;
}

.about .c .hd .name {
    font-size: 18px;
}

.about .c .hd .name span::after {
    content: "";
    display: inline-block;
    width: 42px;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    margin-left: 25px;
}

.about .c .bd {
    position: relative;
    z-index: 9;
    margin-top: -100px;
}

.about .d {
    padding: 100px 0;
    text-align: center;
}

.about .d .bd {
    margin-top: 60px;
}

.about .d .pic {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 10px 0;
}

.about .d .swiper {
    padding-bottom: 40px;
}

.about .e {
    background: url(../images/4_40.jpg) left center no-repeat #2f64e6;
    background-size: auto 100%;
    color: #fff;
    height: 734px;
    display: flex;
    align-items: center;
}

.about .e .box {
    max-width: 530px;
    float: right;
}

.about .e .box li {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 16px;
    line-height: 50px;
    padding-left: 60px;
    border-radius: 5px;
    background: url(../images/4_28.png) 20px center no-repeat rgba(255, 255, 255, 0.1);
}

.about .e .box li a {
    color: #fff;
}

.about .e .title h2 {
    margin: 0;
    padding-bottom: 40px;
}

.about .e .more {
    color: #fff;
    background: none;
    margin-top: 50px;
}

.about .e .more i {
    border-color: #fff;
}

.about .e .more:hover {
    background: #fff;
    color: #2f64e6;
    border-color: #2f64e6;
}

.about .e .more:hover i {
    border-color: #2f64e6;
}

/**/
.service .a {
    padding: 100px 0;
}

.service .a .title {
    text-align: center;
}

.service .a .bd {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.service .a .bd .box {
    width: 47%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.service .a .bd .in {
    padding: 50px;
}

.service .a .bd .in ul {
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    font-size: 18px;
}

.service .a .bd .in ul li {
    width: 50%;
    margin-top: 40px;
}

.service .a .bd .in p {
    line-height: 30px;
    color: #7c7c7c;
}

.service .a .bd .hd {
    display: flex;
    align-items: center;
    padding: 35px 50px;
    background: url(../images/7_04.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
}

.service .a .bd .hd b {
    font-size: 28px;
}

.service .a .bd .hd b::after {
    content: "";
    display: block;
    width: 43px;
    height: 4px;
    background-color: #84a8ff;
    border-radius: 4px;
    margin-top: 20px;
}

.service .a .bd .box:last-child .hd {
    background: url(../images/7_06.jpg) center no-repeat;
    background-size: cover;
}

.service .b {
    background: url(../images/7_70.jpg) center no-repeat;
    background-size: cover;
    padding: 110px 0;
}

.service .b .title {
    text-align: center;
    color: #fff;
    padding-bottom: 120px;
}

.service .b .title span {
    color: rgba(255, 255, 255, 0.3);
}

.service .b .bd ul {
    display: flex;
    flex-wrap: wrap;
    margin: -18px;
}

.service .b .bd ul li {
    padding: 18px;
    width: 25%;
    text-align: center;
}

.service .b .bd ul .box {
    background-color: #fff;
    height: 304px;
    padding: 0 30px;
}

.service .b .bd ul dd {
    line-height: 30px;
    color: #7c7c7c;
}

.service .b .bd ul dt {
    font-weight: bold;
    font-size: 20px;
    margin-top: 50px;
}

.service .b .bd ul dt::after {
    content: "";
    display: block;
    width: 33px;
    height: 3px;
    background: #2a68ff;
    margin: 15px auto 30px;
}

.service .b .bd span {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: #ef1639;
    margin-top: -31px;
    transition: all 0.3s;
    line-height: 62px;
}

.service .b .bd li:hover span {
    transform: rotateY(360deg);
}

.service .c {
    text-align: center;
    padding: 100px 0;
}

.service .c .title {
    padding-bottom: 70px;
}

.service .d {
    background: url(../images/7_72.jpg) center no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.service .d .bd {
    display: flex;
    justify-content: space-between;
}

.service .d .bd .box,
.service .d .bd .pic {
    max-width: 574px;
}

.service .d .title h2 {
    margin-top: 20px;
}

.service .d .title span {
    color: #333;
    font-size: 20px;
    background: #fff345;
    padding: 8px 25px;
    border-radius: 30px;
}

.service .d p {
    line-height: 30px;
    color: #7c7c7c;
    margin: 40px 0;
}

.service .d input {
    width: 100%;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 16px;
    height: 47px;
}

.service .d .flex_item+.flex_item {
    padding-left: 10px;
}

.service .d .btn {
    transition: all 0.3s;
    margin-top: 30px;
    width: 144px;
    height: 47px;
    background: #2a68ff;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
}

.service .d .btn:hover {
    background: #fff;
    color: #2a68ff;
}

.service .e {
    padding: 100px 0;
}

.service .e .title {
    padding-bottom: 70px;
}

.service .e .hd .more {
    margin-bottom: 70px;
}

/**/
.country .title p {
    font-size: 12px;
    color: #7c7c7c;
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: normal;
}

.country .a {
    padding: 100px 0;
}

.country .a .flex {
    align-items: stretch;
}

.country .a .pic {
    max-width: 486px;
    border-radius: 10px;
}

.country .title h2 {
    margin: 0;
    font-size: 32px;
}

.country .a .title h2 {
    padding-bottom: 40px;
}

.country .a p {
    line-height: 30px;
    color: #7c7c7c;
}

.country .a .tabtitle {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-top: 50px;
    margin-bottom: 20px;
}

.country .a .tabtitle li {
    padding: 0 40px;
    cursor: pointer;
    color: #7c7c7c;
    position: relative;
}

.country .a .tabtitle li+li {
    border-left: 2px solid #eee;
}

.country .a .tabtitle li.on::after {
    content: "";
    border-top: 2px solid #2a68ff;
    position: absolute;
    left: 0;
    top: -15px;
    width: 100%;
}

.country .a .tabtitle li.on {
    color: #2a68ff;
}

.country .c {
    background-color: #f2f4f9;
    padding: 90px 0 50px;
}

.country .homepage .c .hd {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 532px;
    border-radius: 30px;
    color: #333;
    background: #fff;
    margin: 50px auto 10px;
    line-height: 36px;
    padding: 5px;
}

.country .homepage .c .hd li.on span::after,
.country .homepage .c .hd li:hover span::after {
    display: none;
}

.country .homepage .c .hd li.on span,
.country .homepage .c .hd li:hover span {
    background: #2a68ff;
    color: #fff;
    border-radius: 30px;
}

/**/
.country_b {
    background: url(../images/5_38.jpg) center no-repeat;
    background-size: cover;
    padding: 90px 0 60px;
}

.country_b .caselist {
    padding: 0;
}

.country_b .title,
.country_b .title p {
    color: #fff;
}

.country_b .more {
    color: #fff;
    background: none;
}

.country_b .more:hover {
    background: #fff;
    color: #333333;
    border: none;
}

.country_b .more i {
    border-color: #fff;
}

.country_b .swiper {
    padding-bottom: 50px;
}

.country_b .swiper-pagination {
    bottom: 0;
}

.country_b .swiper-pagination-bullet {
    background: #fff;
}

.country .f .tabtitle {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    border-top: 1px solid #fff;
}

.country .f .tabtitle dd {
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
    margin-top: 6px;
}

.country .f .tabtitle dt {
    transition: all 0.3s;
    font-size: 18px;
    padding-top: 20px;
    position: relative;
}

.country .f .tabtitle li.on dt,
.country .f .tabtitle li:hover dt {
    font-weight: bold;
    color: #2a68ff;
}

.country .f .tabtitle li.on dt::after,
.country .f .tabtitle li:hover dt::after {
    transition: all 0.3s;
    content: "";
    display: block;
    border-bottom: 3px solid #2a68ff;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
}

.country .f .tabtitle li {
    cursor: pointer;
    transition: all 0.3s;
}

.country_c {
    padding: 100px 0;
}

.country_c .in {
    display: flex;
    justify-content: space-between;
}

.country_c .infocommonside .two,
.country_c .infocommonside {
    margin: 0;
}

.country_c .box {
    width: 35%;
}

.country_c .box li {
    border-bottom: 1px dashed #ddd;
    line-height: 49px;
    font-size: 14px;
    position: relative;
}

.country_c .box li a {
    display: block;
    color: #7c7c7c;
    padding-left: 25px;
}

.country_c .box li a:hover {
    color: #ef1639;
}

.country_c .box li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #c7cbd3;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translate(0, -50%);
}

.country_c .box ul {
    border-top: 1px dashed #ddd;
    margin-top: 20px;
}

.country_c .box .flex .pic {
    border-radius: 5px;
    margin-right: 20px;
    width: 148px;
}

.country_c .box .flex h4 {
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 15px;
}

.country_c .box .flex span {
    color: #9d9d9d;
    font-size: 12px;
}

.country_c .box .tit {
    display: flex;
    line-height: 20px;
    justify-content: space-between;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 30px;
}

.country_c .box .tit a {
    font-size: 14px;
    color: #7c7c7c;
}

.country_c .box .tit b {
    border-bottom: 2px solid #2a68ff;
    margin-bottom: -2px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 15px;
    position: relative;
}

/**/
.prosubject .homepage .g,
.prosubject .homepage .d {
    background: #f2f4f9;
}

.prosubject .c,
.prosubject .homepage .c .bd {
    background: #fff;
}

.prosubject .c .title {
    text-align: left;
}

.prosubject_a {
    padding: 100px 0;
}

.prosubject_a .side {
    width: 46%;
    position: relative;
}

.prosubject_a .side .pic {
    border-radius: 5px;
}

.prosubject_a .side p {
    color: #7c7c7c;
    font-size: 14px;
    line-height: 24px;
    margin: -70px 15px 0;
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.prosubject_a .bd ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 560px;
}

.prosubject_a .bd ul li {
    width: 33.333%;
    padding-top: 40px;
}

.prosubject_a .bd ul dd {
    font-size: 12px;
    color: #7c7c7c;
    padding-bottom: 5px;
}

.prosubject_a .bd ul dt {
    color: #ef1639;
}

.prosubject_a .bd .btns a {
    display: inline-block;
    width: 150px;
    line-height: 42px;
    border-radius: 5px;
    background: #f2f4f9;
    text-align: center;
    margin-right: 23px;
}

.prosubject_a .bd .btns a:first-child,
.prosubject_a .bd .btns a:hover {
    background: #2a68ff;
    color: #fff;
}

.prosubject_a .bd .btns {
    margin-top: 55px;
}

.prosubject_b {
    padding: 100px 0;
    background: #f2f4f9;
}

.prosubject_b .title {
    text-align: center;
}

.prosubject_b .bd {
    padding-top: 60px;
}

.prosubject_b .bd ul {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
}

.prosubject_b .bd ul li {
    width: 25%;
    padding: 20px;
}

.prosubject_b .bd ul li:hover .box {
    transform: translateY(-10px);
}

.prosubject_b .bd ul .box {
    transition: all 0.3s;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.prosubject_b .bd ul dd {
    margin-top: 15px;
    font-size: 14px;
    color: #7c7c7c;
}

.prosubject_b .bd ul dt {
    font-weight: bold;
    font-size: 20px;
    margin-top: 25px;
}

.prosubject_b .bd ul p {
    float: right;
    vertical-align: middle;
    border-radius: 50%;
    width: 37px;
    line-height: 37px;
    height: 37px;
    background-image: linear-gradient(to right bottom, #2a69ff, #218ef4);
    color: #fff;
    text-align: center;
    color: #fff;
    font-family: DIN;
    font-size: 20px;
}

.prosubject_b .bd ul p span {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 37px;
    line-height: 37px;
    height: 37px;
    background-image: linear-gradient(to right bottom, #2a69ff, #218ef4);
    color: #fff;
    text-align: center;
    color: #fff;
    font-family: DIN;
    font-size: 20px;
}

.prosubject_c {
    background: url(../images/10_08.jpg) center no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.prosubject_c .bd,
.prosubject_c .bd .title p {
    color: #fff;
}

.prosubject_c .bd li {
    line-height: 48px;
    padding-left: 36px;
    background: url(../images/10_10.png) left 13px no-repeat;
}

.prosubject_c .bd ul {
    margin-top: 50px;
}

.prosubject_c .side {
    width: 42%;
    border: 5px solid #fff;
    border-radius: 10px;
    position: relative;
    background-image: linear-gradient(to bottom, #fff, #c9d3ed);
    padding: 40px;
}

.prosubject_c .side .pic {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 192px;
}

.prosubject_c .side dt {
    font-size: 24px;
    line-height: 36px;
}

.prosubject_c .side dd {
    font-size: 14px;
    color: #7c7c7c;
    margin: 20px 0 50px;
}

.prosubject_c .side .btn {
    display: inline-block;
    border-radius: 40px;
    line-height: 50px;
    padding: 0 40px;
    background-color: #ef1639;
    color: #fff;
}

.prosubject_d {
    padding: 100px 0;
}

.prosubject_d .title {
    text-align: center;
}

.prosubject_d .bd {
    margin-top: 100px;
}

.prosubject_d .bd ul {
    display: flex;
    flex-wrap: wrap;
    margin: -25px -11px;
}

.prosubject_d .bd ul li {
    width: 20%;
    padding: 25px 11px;
}

.prosubject_d .bd ul li:hover .box {
    transform: translateY(-10px);
}

.prosubject_d .bd ul li .box {
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    height: 180px;
    padding: 10px 26px;
}

.prosubject_d .bd ul li .box dl {
    text-align: center;
    color: #fff;
    width: 65px;
    height: 79px;
    background: url(../images/10_15.png) center no-repeat;
    position: absolute;
    top: -7px;
    left: 26px;
    padding-top: 12px;
}

.prosubject_d .bd ul li .box dd {
    font-size: 12px;
}

.prosubject_d .bd ul li .box dt {
    font-size: 24px;
    font-family: DIN;
}

.prosubject_d .bd ul li p {
    font-size: 14px;
    line-height: 24px;
    color: #7c7c7c;
    margin-top: 30px;
}

.prosubject_d .bd ul li h4 {
    padding-left: 90px;
    font-size: 18px;
    font-weight: bold;
    height: 36px;
}

.prosubject_e {
    padding: 100px 0;
    background: #f2f4f9;
}

.prosubject_e .bd {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.prosubject_e .title {
    text-align: center;
}

.prosubject_f {
    padding: 100px 0;
    text-align: center;
}

.prosubject_f .bd {
    margin-top: 100px;
}

.prosubject_f .bd ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}

.prosubject_f .bd ul li {
    width: 20%;
    padding: 0 14px;
}

.prosubject_f .bd ul .box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 348px;
}

.prosubject_f .bd ul h4 {
    font-size: 20px;
    font-weight: bold;
}

.prosubject_f .bd ul h4::after {
    content: "";
    display: block;
    width: 47px;
    height: 4px;
    border-radius: 4px;
    background: #ef1639;
    margin: 15px auto 25px;
}

.prosubject_f .bd ul p {
    font-size: 14px;
    color: #7c7c7c;
    line-height: 32px;
}

.prosubject_f .bd ul li span {
    transition: all 0.3s;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 77px;
    height: 77px;
    line-height: 77px;
    background-image: linear-gradient(to right bottom, #296afe, #2090f4);
    margin-top: -37px;
    margin-bottom: 40px;
}

.prosubject_f .bd ul li:hover span {
    transform: rotateY(360deg);
}

.bottom input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: white;
}

.bottom input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: white;
}

.bottom input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: white;
}

.bottom input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: white;
}

/*----11.23*/
.prolist .bd ul li a .pic {
    position: relative;
}

.prolist .bd ul li a .pic:before {
    content: "";
    display: block;
    padding-top: calc((281 / 422) * 100%);
}

.prolist .bd ul li a .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news .bd ul {
    display: block;
}

.news .bd ul li {
    width: 100%;
}

.news .bd ul a {
    display: flex;
    justify-content: space-between;
}

.news .bd ul a .pic {
    width: 20%;
    position: relative;
}

.news .bd ul a .pic:before {
    content: "";
    display: block;
    padding-top: 75%;
}

.news .bd ul a .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news .bd ul dl {
    flex: 1;
    overflow: hidden;
    padding: 30px 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.news .bd ul dl dt {
    width: 100%;
}

.news .bd ul dl dd {
    width: 100%;
}

/*--11.28--*/
.newprolist .hd .flex {
    align-items: flex-start;
}

.hiddenps {
    display: none !important;
}

#allclass4 li {
    margin-top: 5px;
    margin-bottom: 5px;
}

@media screen and (min-width: 1441px) and (max-width: 1600px) {
    .container {
        width: 1200px;
    }

    .title h2 {
        font-size: 30px;
    }

    .header .nav>li {
        padding: 0 8px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1440px) {
    .container {
        width: 1100px;
    }

    .header .nav>li {
        padding: 0 8px;
    }

    .title h2 {
        font-size: 30px;
    }

    .header .side dl {
        margin-left: 15px;
    }
}

.ymfybox {
    width: 100%;
    max-width: 100%;
}

/******手机端**********/

@media (max-width: 768px) {
    .ymfybox {
        width: 100%;
        max-width: 100%;
        overflow: scroll;
    }

    .commonone li dt {
        font-size: 10px;
    }

    /*************/
    .header {
        z-index: 999;
        height: 50px;
        padding: 0 15px;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

    .header .nav>li {
        padding: 0;
        line-height: 40px;
    }

    .header .nav>li>a {
        font-size: 14px;
        padding: 0 15px;
    }

    .header .nav>li.on::after {
        bottom: 0;
    }

    .header .logo img {
        width: 110px;
    }

    .header .logo {
        /*margin-top: 10px;*/
    }

    .header .nav {
        z-index: 3;
        padding: 30px 0 20px;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.7);
        top: 100%;
        left: 0;
        width: 100%;
        display: none;
    }

    .m_nav {
        position: absolute;
        right: 15px;
        top: 16px;
        width: 25px;
        z-index: 99;
    }

    .m_nav i {
        display: block;
        height: 2px;
        background: #999;
        margin-bottom: 6px;
    }

    .cross i:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(-45deg);
        -ms-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }

    .cross i:nth-of-type(2) {
        opacity: 0;
    }

    .cross i:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        -ms-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }

    body {
        font-size: 14px;
    }

    .container {
        width: 100%;
        padding: 0 15px;
        max-width: 100%;
    }

    .rightside {
        display: none;
    }

    .header .side {
        display: none;
    }

    /**/

    .hidden-xs {
        display: none;
    }

    .visible-xs {
        display: block;
    }

    .dialog h2 {
        font-size: 18px;
    }

    .dialog p {
        font-size: 14px;
        line-height: 24px;
    }

    .dialog .close {
        top: 15px;
        right: 15px;
    }

    .dialog .btn {
        margin-top: 20px;
    }

    #allmap {
        height: 250px;
    }

    /**/
    .homepage .b .left ul li p {
        line-height: 20px;
    }

    .homepage,
    .homepage .a .bd ul,
    .homepage .b .left ul li .in,
    .commonthree .box dd {
        font-size: 12px;
    }

    .homepage .banner img {
        height: 350px;
        object-fit: cover;
    }

    .homepage .banner .swiper-pagination {
        bottom: 20px;
    }

    .homepage .a .hd .flex {
        display: block;
    }

    .homepage .a .bd ul {
        flex-wrap: wrap;
        justify-content: inherit;
    }

    .homepage .a .bd ul li {
        width: 33.333%;
    }

    .homepage .b .bd .flex,
    .homepage .b .left ul,
    .commontwo>.flex {
        display: block;
    }

    .commonone {
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
    }

    .commonone li {
        display: inline-block;
        vertical-align: middle;
        width: 240px;
    }

    .homepage .c .hd {
        line-height: 40px;
        margin-top: 20px;
    }

    .homepage .c .hd ul {
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
    }

    .homepage .c .hd ul li {
        display: inline-block;
        margin-right: 15px;
    }

    .homepage .d .hd {
        display: block;
        margin-bottom: 30px;
    }

    .commontwo ul li {
        width: 50%;
    }

    .commontwo .side dl,
    .commontwo a dl {
        padding: 10px;
    }

    .commontwo a dd {
        font-size: 12px;
    }

    .commontwo .side dt {
        font-size: 16px;
    }

    .commontwo .side dd {
        margin: 10px 0 15px;
    }

    .homepage .a .bd ul dt span {
        font-size: 24px;
    }

    .homepage .a .bd ul li {
        padding-top: 20px;
    }

    .homepage .a .hd p {
        width: 100%;
        line-height: 24px;
        margin-top: 20px;
    }

    .homepage .b .right {
        display: none;
    }

    .homepage .b .left ul li {
        width: 100%;
    }

    .homepage .b .left ul li+li {
        border: none;
        border-top: 1px solid #eee;
    }

    .homepage .b .left ul li a {
        padding: 15px;
    }

    .homepage .hd .more,
    .homepage .b .left ul li span {
        display: none;
    }

    .homepage .b .left ul li p {
        margin: 0;
    }

    .homepage .b .left ul li a img {
        width: 30%;
    }

    .homepage .b .left ul li .in {
        width: 60%;
    }

    .homepage .b .left ul li h3::after {
        margin: 15px 0;
    }

    .homepage .b .left ul li h3 {
        font-size: 18px;
    }

    .homepage .d,
    .homepage .b {
        padding: 30px 0;
    }

    .homepage .d .title {
        margin-bottom: 30px;
    }

    .homepage .e .bd .swiper-slide {
        width: 225px;
    }

    .homepage .e .ft ul {
        flex-wrap: wrap;
        justify-content: inherit;
    }

    .homepage .e .ft ul li {
        width: 50%;
        text-align: center;
        padding-top: 20px;
    }

    .homepage .e .ft ul img {
        margin: 0 0 15px 0;
    }

    .homepage .e .ft ul li .flex {
        display: block;
    }

    .homepage .e .bd a {
        padding: 15px;
    }

    .homepage .e {
        background-size: auto 250px;
    }

    .homepage .e .hd {
        margin-bottom: 30px;
    }

    .homepage .e .more {
        margin-top: 10px;
    }

    .commonthree .box dt {
        font-size: 14px;
    }

    .homepage .e .ft ul {
        line-height: 20px;
    }

    .homepage .e .ft ul img {
        width: 50px;
    }

    .homepage .I .tit ul li.on::after,
    .homepage .I .tit b::after {
        bottom: 0;
    }

    .title h2 {
        line-height: 30px;
        margin-top: -15px;
    }

    .homepage .e .bd a h3 {
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .homepage .e .bd a p {
        margin-top: 10px;
        font-size: 12px;
        word-break: break-all;
        text-overflow: ellipsis;
        line-height: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .homepage .e .bd a .btn {
        margin-top: 15px;
    }

    .commonthree .box {
        margin: 0;
        padding: 15px;
    }

    .commonthree .box .btn {
        margin-top: 15px;
    }

    .commonthree .box .pic {
        width: 60px;
        height: 60px;
    }

    .homepage .f .bd .list {
        padding: 15px;
        display: block;
        line-height: 24px;
    }

    .homepage .f .bd .list b {
        display: block;
        font-size: 18px;
        padding-bottom: 10px;
    }

    .homepage .f .title {
        padding-bottom: 30px;
    }

    .homepage .g,
    .homepage .f,
    .homepage .e {
        padding: 40px 0;
    }

    .homepage .e .ft h2 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .homepage .e .ft {
        padding: 15px;
        margin-top: 20px;
    }

    .homepage .g .hd {
        margin-bottom: 30px;
    }

    .homepage .h .hd,
    .homepage .f .bd .flex {
        display: block;
    }

    .homepage .h {
        background-size: cover;
        padding: 40px 0;
    }

    .homepage .h .hd ul {
        margin: 0;
    }

    .homepage .h .hd ul dt span {
        font-size: 30px;
    }

    .homepage .h .hd a {
        margin-bottom: 20px;
    }

    .homepage .I .bd .list {
        font-size: 12px;
    }

    .homepage .h .hd p {
        font-size: 12px;
        margin: 15px 0;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        line-height: 20px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .homepage .h .hd ul li:nth-child(odd) {
        width: 50%;
    }

    .homepage .h .bd {
        display: none;
    }

    .homepage .I .bd .side,
    .footer .bd,
    .footer .hd .flex_item {
        display: none;
    }

    .homepage .J .bd {
        height: auto;
        margin-top: 30px;
        background: none;
    }

    .bottom .flex,
    .homepage .d .hd ul {
        display: block;
    }

    .homepage .d .hd ul {
        white-space: nowrap;
        overflow-x: scroll;
    }

    .homepage .d .hd ul li {
        display: inline-block;
        margin: 0;
    }

    .commontwo .side .flex span b {
        font-size: 18px;
    }

    .commontwo .side {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .homepage .I .bd>.flex_item {
        padding: 0;
    }

    .homepage .b .title {
        padding-bottom: 30px;
    }

    .homepage .f .bd .swiper-button-next,
    .homepage .f .bd .swiper-button-prev {
        display: none;
    }

    .homepage .f .ft .swiper-slide {
        height: auto;
    }

    .homepage .f .ft dl,
    .homepage .f .ft .swiper-slide-thumb-active dl {
        height: auto;
        padding: 15px 0;
    }

    .homepage .f .ft i {
        margin-bottom: 0;
    }

    .commonfour li {
        width: 33.333%;
        padding: 5px;
    }

    .commonfour ul {
        margin: -5px;
    }

    .homepage .k {
        padding: 40px 0;
    }

    .title {
        font-size: 24px;
        text-align: center;
    }

    .bottom {
        height: 350px;
        text-align: center;
        font-size: 12px;
    }

    .bottom dt {
        font-size: 20px;
    }

    .bottom input {
        width: 100%;
        margin: 0 0 15px 0;
        font-size: 14px;
    }

    .bottom dl {
        padding-bottom: 20px;
    }

    .bottom .btn {
        width: 100%;
        font-size: 14px;
    }

    .footer .hd {
        padding: 20px 0;
    }

    .footer .hd .side {
        width: 100%;
    }

    .footer .hd .side .tel {
        padding-bottom: 0;
        text-align: left;
    }

    .footer .hd .logo {
        display: flex;
        align-items: center;
        padding-bottom: 15px;
        justify-content: space-between;
        border-bottom: 1px solid #575757;
    }

    .footer .hd .side p {
        padding: 0;
        margin: 0;
        width: 100px;
        border: none;
    }

    .footer .hd .logo img {
        width: 140px;
    }

    .footer .ft .flex {
        display: block;
        font-size: 12px;
        line-height: 20px;
    }

    .homepage .J {
        margin-top: 40px;
        padding-top: 50px;
        height: auto;
        background: url(../images/home_80.jpg) center no-repeat;
        background-size: 100% 100%;
    }

    .homepage .J p {
        font-size: 14px;
        padding: 10px 0;
    }

    .homepage .I {
        padding-top: 40px;
    }

    .homepage .I .bd {
        margin-top: 10px;
        display: block;
    }

    .homepage .I .tit {
        line-height: 40px;
        border: none;
        margin-bottom: 15px;
    }

    .homepage .I .tit ul {
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .homepage .I .tit ul li {
        display: inline-block;
        margin-right: 15px;
    }

    .homepage .I .tit ul li.on {
        font-size: 14px;
    }

    .homepage .banner .txt h3 {
        font-size: 22px;
        padding: 10px 0;
    }

    .homepage .banner .bd {
        bottom: 50px;
        max-width: 90%;
        line-height: 45px;
    }

    .homepage .banner .side {
        width: auto;
        flex: 1;
    }

    .homepage .banner .bd .btn {
        height: 45px;
        width: 120px;
        font-size: 14px;
    }

    .homepage .banner .bd .dropdown>span {
        line-height: 45px;
    }

    .homepage .banner .bd .dropdown>span::after {
        margin-top: -5px;
    }

    .homepage .banner .bd .dropdown .lg {
        width: 100%;
    }

    .homepage .banner .bd .dropdown .lg li a {
        margin-right: 5px;
    }

    .homepage .banner .bd .dropdown .lg li {
        line-height: 24px;
    }

    .homepage .banner .txt {
        white-space: nowrap;
    }

    .homepage .banner .txt p {
        font-size: 12px;
    }

    .homepage .k .tabtitle {
        margin: 25px 0 35px;
    }

    .homepage .a .bd {
        margin-top: 0;
    }

    .homepage .a {
        padding: 30px 0;
    }

    .homepage .more {
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    .commonfire .swiper-button-next {
        right: 0;
    }

    .commonfire .swiper-button-prev {
        left: 0;
    }

    .commonfire {
        padding: 40px 0;
    }

    .commonfire .bd,
    .caselist .bd {
        margin-top: 30px;
    }

    .caselist .bd ul li {
        width: 100%;
    }

    .infotab {
        margin: 20px 0 0;
    }

    .infotab ul {
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
        line-height: 42px;
        padding: 0;
        font-size: 16px;
    }

    .infotab li {
        display: inline-block;
    }

    .caselist {
        padding-top: 40px;
    }

    .caselist .title,
    .commonfire .hd h2 {
        font-size: 24px;
    }

    /**/
    .banner>img {
        height: 300px;
    }

    .banner .txt {
        white-space: nowrap;
    }

    .banner .txt h3 {
        font-size: 24px;
        padding: 10px 0;
    }

    .banner .txt p {
        font-size: 14px;
    }

    .about .a {
        height: auto;
        padding: 40px 0;
        margin-bottom: 0;
    }

    .about .a .hd p {
        /* padding: 20px 0; */
        margin-bottom: 15px;
        text-align: justify;
    }

    .about .a .bd ul {
        flex-wrap: wrap;
    }

    .about .a .bd ul li {
        width: 33.333%;
        padding-bottom: 20px;
    }

    .about .a .bd ul dt span {
        font-size: 24px;
    }

    .about .b .bd ul li .box {
        padding: 10px;
        height: 200px;
    }

    .about .b .bd ul li {
        width: 50%;
        padding: 5px;
    }

    .about .b .bd ul {
        margin: -5px;
    }

    .about .b .bd ul li span {
        margin-bottom: 10px;
    }

    .about .b .bd ul li dt {
        font-size: 15px;
    }

    .about .b .bd ul li dt::after {
        margin: 10px auto;
    }

    .about .b {
        padding: 40px 0;
    }

    .about .b .bd {
        padding-top: 60px;
    }

    .about .c {
        padding-top: 40px;
    }

    .about .c .hd .flex {
        display: block;
        position: relative;
    }

    .about .c .hd p {
        margin: 20px 0;
        font-size: 14px;
        padding-right: 120px;
        background-size: 30px auto;
        font-family: "楷体";
    }

    .about .c .hd .pic {
        width: 40%;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .about .c .bd {
        margin-top: 0;
    }

    .about .c .hd .title {
        padding: 0;
    }

    .about .c .hd .name {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .about .d {
        padding: 40px 0;
    }

    .about .d .bd {
        margin-top: 30px;
    }

    .about .e .title h2 {
        padding-bottom: 20px;
    }

    .about .e {
        height: auto;
        background: url(../images/4_40.jpg) center no-repeat #2f64e6;
        background-size: auto 100%;
        padding: 40px 0;
    }

    .about .e .more {
        margin-top: 20px;
    }

    .homepage .f .bd .swiper-button-next,
    .homepage .f .bd .swiper-button-prev,
    .commonfire .swiper-button-next,
    .commonfire .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .commontwo ul.ny {
        display: flex;
        flex-wrap: wrap;
        margin: -10px;
        justify-content: space-between;
    }

    .commontwo ul.ny li {
        width: 49%;
        padding: 10px;
    }

    .commontwo ul.ny li .pic {
        /*height:140px;*/
        min-height: 120px;
    }

    .commontwo ul.ny li .pic img {
        height: 120px;
        width: 100%;
    }

    /**/
    .infowrap {
        display: block;
        padding: 40px 0;
    }

    .assessment {
        padding: 15px;
    }

    .infocommonside {
        width: 100%;
        margin: 30px 0 0;
    }

    .infocommonside .four,
    .infocommonside .three {
        margin-bottom: 20px;
    }

    .assessment table td,
    .assessment table tr,
    .assessment table tbody,
    .assessment table {
        display: block;
        width: 100%;
    }

    .assessment table .input {
        width: 100%;
    }

    .assessment table td {
        padding: 10px 0 5px;
    }

    .assessment .btn {
        width: 100%;
        height: 45px;
        font-size: 16px;
    }

    .banner .info h2 {
        font-size: 24px;
        margin-top: 15px;
    }

    .banner .info .brdge {
        padding: 15px 0;
    }

    .banner .info h4 {
        font-size: 14px;
    }

    .banner .info .brdge span {
        font-size: 12px;
        padding: 0 10px;
        margin-right: 5px;
    }

    .caselist .bd .in {
        padding: 15px;
    }

    .caselist .bd p {
        margin: 10px 0;
    }

    .pages {
        padding: 30px 0;
    }

    .pages li a {
        width: 30px;
        line-height: 30px;
    }

    /**/
    .count .bd {
        padding: 15px;
    }

    .count .bd ul li {
        width: 50%;
        padding: 5px;
    }

    .count .bd ul {
        margin: -5px;
        padding-bottom: 30px;
    }

    .count .bd h3 {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .count .ft {
        padding-bottom: 30px;
    }

    .count .bd table span {
        padding: 0 10px;
    }

    .count .bd table td {
        padding: 8px 0;
    }

    .count .ft button {
        margin-top: 20px;
        width: 90%;
        height: 45px;
        font-size: 16px;
    }

    .banner .info .side {
        display: none;
    }

    .country .a {
        padding: 40px 0;
    }

    .country .title h2 {
        font-size: 24px;
    }

    .country .a .title h2 {
        padding-bottom: 20px;
    }

    .country .a .flex {
        display: block;
    }

    .country .a .flex .bd {
        margin-top: 20px;
    }

    .country .a .tabtitle li {
        padding: 0;
        flex: 1;
        text-align: center;
    }

    .country .a .tabtitle {
        margin-top: 20px;
    }

    .country .homepage .c .hd {
        width: 100%;
        margin: 20px 0;
    }

    .country .homepage .c .hd li {
        flex: 1;
        margin: 0;
        display: block;
    }

    .country .homepage .c .hd span {
        display: block;
    }

    .country .homepage .c .hd ul {
        display: flex;
    }

    .homepage .c .bd {
        padding: 10px 0;
    }

    .country .c {
        padding: 40px 0 30px;
    }

    .commonone li .in {
        padding: 10px;
        font-size: 12px;
    }

    .country_b,
    .country_c {
        padding: 40px 0;
    }

    .country_c .in {
        display: block;
    }

    .country_c .box {
        width: 100%;
        padding-bottom: 30px;
    }

    .country .f .tabtitle {
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
        margin-bottom: 30px;
    }

    .country .f .tabtitle li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }

    .country .f .tabtitle dt {
        font-size: 14px;
        padding-top: 10px;
    }

    /**/
    .countrycontrast .bd .box {
        padding: 15px;
    }

    .countrycontrast .bd .box ul li {
        width: 50%;
        padding: 5px;
    }

    .countrycontrast .bd .box ul {
        margin: -5px;
    }

    .countrycontrast .bd .box h3 {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .countrycontrast .ft {
        padding-top: 20px;
    }

    .countrycontrast .ft button {
        width: 100%;
        height: 45px;
        font-size: 16px;
    }

    .infocommonside .fire .bot {
        padding: 20px 0;
    }

    .infocommonside .fire .list li {
        padding: 15px;
    }

    /**/
    .countrycost .hd h2 {
        font-size: 24px;
    }

    .countrycost .bd table {
        margin: 0;
        white-space: nowrap;
        max-width: 100%;
    }

    .countrycost .bd table th {
        padding: 5px;
    }

    .countrycost .bd table td {
        padding: 5px;
    }

    .countrycost .bd .table {
        overflow-x: scroll;
        margin: 20px 0;
    }

    .countrycost .bd li {
        line-height: 24px;
    }

    /**/
    .bd_country li {
        display: block;
    }

    .caselist .hd .title {
        font-size: 20px;
        text-align: left;
    }

    .bd_country {
        padding: 0;
    }

    .bd_country li>.flex_item {
        padding: 15px;
    }

    .bd_country li .tit h4 img {
        margin-right: 5px;
    }

    .bd_country li .tit h4 {
        font-size: 16px;
    }

    .bd_country li .tit .more {
        display: none;
    }

    .bd_country li .tit p {
        margin-top: 10px;
    }

    .bd_country li .flex {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .bd_country li .flex>dl {
        width: 33.333%;
        flex: auto;
        margin: 15px 0 0 0 !important;
        border: none !important;
    }

    .bd_country li dt {
        font-size: 14px;
    }

    .infowrap .title {
        font-size: 24px;
    }

    .countrymethod li a {
        display: block;
    }

    .countrymethod li p {
        margin: 10px 0;
    }

    .countrymethod li .pic {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .infocommonside .two {
        margin-top: 20px;
    }

    .banner .txt .search {
        width: 300px;
    }

    .banner .txt .search .btn {
        width: 90px;
        font-size: 14px;
        height: 45px;
    }

    .banner .txt .search input {
        height: 45px;
        font-size: 14px;
    }

    .prolist .hd {
        padding: 20px 0;
        font-size: 13px;
    }

    .prolist .hd .flex {
        display: block;
    }

    .prolist .hd ul li {
        margin: 0 10px 0 0;
    }

    .prolist .hd b {
        display: block;
        padding-bottom: 10px;
    }

    .prolist .bd ul {
        margin: 0;
    }

    .prolist .bd ul li {
        width: 100%;
        padding: 10px 0;
    }

    .prolist .bd ul li .in {
        padding: 15px;
    }

    .prolist .bd ul li h4 {
        font-size: 16px;
    }

    .prolist .bd ul li .flex b span {
        font-size: 18px;
    }

    .news .hd ul {
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
    }

    .news .hd ul li {
        display: inline-block;
        vertical-align: middle;
    }

    .news .hd {
        padding: 30px 0;
    }

    .news .bd ul li {
        width: 100%;
        padding: 10px 0;
    }

    .news .bd ul {
        margin: 0;
    }

    .news .bd ul dl {
        padding: 15px;
    }

    .news .bd ul dt {
        font-size: 15px;
        line-height: 24px;
    }

    .news .bd ul dd {
        margin-top: 10px;
    }

    .headpt {
        padding-top: 50px;
    }

    .bread {
        padding: 30px 0;
    }

    .newitem .hd h1 {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .newitem .hd .flex .brdge {
        margin-bottom: 15px;
    }

    .newitem .hd .flex>span {
        margin: 0 20px 0 0;
    }

    .newitem .hd .flex {
        display: block;
    }

    .newitem .ft {
        padding-top: 20px;
    }

    .proitem .a {
        display: block;
    }

    .proitem .a .side {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .proitem .a .bd {
        padding: 15px;
    }

    .proitem .a .bd h1 {
        font-size: 20px;
    }

    .proitem .a .bd ul li {
        width: 100%;
        padding-top: 10px;
    }

    .proitem .a .bd p {
        padding-bottom: 10px;
    }

    .proitem .a .bd .flex span {
        font-size: 20px;
    }

    .proitem .a .bd .flex {
        margin-top: 20px;
    }

    .proitem .b .box .tabtitle li {
        margin-left: 0;
        flex: 1;
        text-align: center;
        line-height: 45px;
    }

    .proitem .b .box .tabcontent {
        padding: 15px;
    }

    .newitem .bd p {
        margin-top: 20px;
        line-height: 24px;
    }

    .proitem .b .infocommonside {
        margin: 20px 0 0;
    }

    .infocommonside .six {
        padding: 15px;
    }

    /**/
    .prosubject_a,
    .prosubject_b,
    .prosubject_c,
    .prosubject_d,
    .prosubject_e,
    .prosubject_f {
        padding: 40px 0;
    }

    .prosubject_a .flex {
        display: block;
    }

    .prosubject_a .side {
        width: 100%;
        margin-top: 20px;
    }

    .prosubject_a .bd .btns a {
        width: 120px;
        margin-right: 10px;
    }

    .prosubject_a .bd .btns {
        margin-top: 20px;
    }

    .prosubject_a .bd ul li {
        padding-top: 20px;
    }

    .prosubject_b .bd ul li,
    .prosubject_d .bd ul li {
        width: 50%;
        padding: 5px;
    }

    .prosubject_b .bd ul,
    .prosubject_d .bd ul {
        margin: -5px;
    }

    .prosubject_c .flex {
        display: block;
    }

    .commonfire .bd_in ul li {
        width: 50%;
        padding: 5px;
    }

    .commonfire .bd_in ul {
        margin: -5px;
    }

    .commonfire .bd_in .box {
        padding: 15px;
    }

    .commonfire .bd_in .box dt,
    .prosubject_f .bd ul h4 {
        font-size: 16px;
    }

    .commonfire .bd_in .box dd {
        margin-top: 10px;
        height: 72px;
        overflow: hidden;
    }

    .commonfire .bd_in .box img {
        width: 20px;
    }

    .commonfire .bd_in {
        margin-top: 20px;
    }

    .prosubject_f .bd ul li {
        width: 50%;
        padding: 5px;
    }

    .prosubject_f .bd ul {
        margin: -5px;
    }

    .prosubject_f .bd ul li span {
        margin-bottom: 20px;
    }

    .prosubject_f .bd ul h4::after {
        margin: 10px auto;
    }

    .prosubject_f .bd ul .box {
        height: 300px;
    }

    .prosubject_d .bd ul li h4 {
        padding-left: 50px;
        font-size: 14px;
    }

    .prosubject_d .bd ul li p {
        margin-top: 20px;
    }

    .prosubject_d .bd {
        margin-top: 30px;
    }

    .prosubject_d .bd ul li .box {
        padding: 10px 15px 0;
        height: 160px;
    }

    .prosubject_d .bd ul li .box dl {
        left: 15px;
        width: 40px;
        height: 60px;
        background-size: 100% 100%;
        padding-top: 5px;
    }

    .prosubject_c .side {
        width: 100%;
        padding: 15px;
        margin-top: 20px;
    }

    .prosubject_c .side .pic {
        width: 100px;
    }

    .prosubject_c .side dt {
        font-size: 18px;
    }

    .prosubject_c .side dd {
        margin: 20px 0;
    }

    .prosubject_c .bd li {
        line-height: 30px;
        background: url(../images/10_10.png) left 6px no-repeat;
    }

    .prosubject_b .bd ul .box {
        padding: 15px;
    }

    .prosubject_b .bd ul dt {
        font-size: 14px;
        margin: 0;
    }

    .prosubject_b .bd ul dd {
        margin-top: 8px;
    }

    .prosubject_b .bd {
        padding-top: 30px;
    }

    .infotab li a {
        padding: 0 15px;
    }

    .result table {
        white-space: nowrap;
    }

    .result .bd {
        overflow-x: scroll;
        margin-top: 30px;
    }

    .result,
    .service .a,
    .service .b,
    .service .c,
    .service .d,
    .service .e {
        padding: 40px 0;
    }

    .result .hd h2 {
        font-size: 24px;
    }

    .service .a .bd {
        display: block;
        margin-top: 10px;
    }

    .service .a .bd .box {
        width: 100%;
        margin-top: 20px;
    }

    .service .a .bd .hd,
    .service .a .bd .in {
        padding: 15px;
    }

    .service .a .bd .hd b {
        font-size: 18px;
    }

    .service .a .bd .in ul {
        font-size: 14px;
    }

    .service .a .bd .in ul img {
        width: 20px;
    }

    .service .a .bd .in ul li {
        margin-top: 15px;
    }

    .service .b .bd ul li {
        width: 50%;
        padding: 5px;
    }

    .service .b .bd ul {
        margin: -5px;
    }

    .service .b .bd ul .box {
        padding: 0 15px;
        height: 260px;
    }

    .service .b .bd ul dt {
        font-size: 15px;
        margin-top: 20px;
    }

    .service .b .bd ul dd {
        line-height: 24px;
    }

    .service .b .bd ul dt::after {
        margin: 15px auto;
    }

    .service .b .title {
        padding-bottom: 60px;
    }

    .service .c .title {
        padding-bottom: 40px;
    }

    .service .d .bd {
        display: block;
    }

    .service .d .bd .pic {
        margin-bottom: 20px;
    }

    .service .d p {
        margin: 15px 0;
    }

    .service .d input {
        font-size: 14px;
    }

    .service .d .btn {
        width: 100%;
    }

    .service .e .title {
        text-align: left;
        padding-bottom: 30px;
    }

    .service .e .hd .more {
        display: none;
    }

    .team .bd ul {
        margin: 0;
    }

    .team .bd ul li {
        padding: 10px 0;
        width: 100%;
    }

    .team .bd {
        padding-top: 30px;
    }

    .homepage .e .bd {
        margin-right: -15px;
    }

    .homepage .I dd {
        display: none;
    }

    .homepage .I dt {
        font-size: 15px;
        -webkit-line-clamp: 2;
        line-height: 24px;
    }

    .homepage .I .tabcontent .list li {
        line-height: 45px;
    }

    .homepage .I .txt .data {
        width: 60px;
        height: 60px;
        padding: 8px 0 0 5px;
        font-size: 12px;
        line-height: 20px;
    }

    .homepage .I .txt .data span {
        font-size: 16px;
    }

    .homepage .I .txt {
        padding-bottom: 15px;
    }

    .result table p {
        width: 300px;
        white-space: normal;
    }

    .commonone li .flex {
        margin: 0;
    }

    .commontwo ul li .pic {
        height: 100px;
    }

    /*------11.23*/
    .news .bd ul a .pic {
        width: 30%;
    }
}

/****筛选代码****/
.cation140 {
    position: relative;
    background: #fff;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}

.all-classify140 {
    color: #666;
    padding: 0 30px;
    letter-spacing: 2px;
    position: relative;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
}

.all-classify140>span:first-child {
    float: left;
    height: 28px;
    margin-top: 10px;
    line-height: 28px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    color: #000;
}

.all-classify140 .right-wrap140 {
    float: left;
    overflow: hidden;
    width: calc(100% - 100px);
    line-height: 28px;
    font-size: 16px;
    position: relative;
}

.all-classify140 .arr {
    float: right;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    left: auto;
}

.all-classify140 .arr:after {
    content: "";
    border-top: 2px solid #28282f;
    border-left: 2px solid #28282f;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;

    transform: rotate(-135deg);
}

.all-classify140.on .arr:after {
    transform: rotate(45deg);
    border-top: 2px solid #28282f;
    border-left: 2px solid #28282f;
}

.all-classify140 .classifys140-wrap140 {
    overflow: hidden;
    margin: 10px 7px 0;
    display: inline-block;
    vertical-align: middle;
}

.all-classify140 .classifys140 {
    position: relative;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.all-classify140 .classifys140.active,
.all-classify140 .classifys140:hover {
    color: #fff;
    background: #3b72f0;
}

.text-center {
    text-align: center;
}

.p-60 {
    padding-top: 60px;
}
