.head {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
}

.centerBox {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    width: 10%;
    display: block;
    float: left;
}

.navgation {
    float: right;
    width: 90%;
    padding-right: 8.4%;
    padding-left: 7%;
    box-sizing: border-box;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.logo img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.navgation ul {
    display: flex;
    justify-content: space-between;
}

.navgation ul li {
    float: left;
    font-size: 20px;
    line-height: 98px;
}

.navgation ul li:last-child {
    margin-right: 0px;
}

.active {
    position: relative;
    color: #e37a19;
}

.navgation ul li a {
    display: inline-block;
}

.active::before {
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 100%;
    height: 4px;
    background: url(../images/yst_12.png) no-repeat center;
    background-size: cover;
}

.menu {
    display: none;
}

.sjdh {
    width: 60%;
    position: fixed;
    top: 60px;
    right: 0;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.45s;
    -moz-transition: 0.45s;
    transition: 0.45s;
}

.menu-ul {
    width: 100%;
    background: #fff;
}

.right-menu1 {
    /* -webkit-transition: all 0.3s; */
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    /* transition: all 0.3s; */
    /* -webkit-transform: translateX(0px); */
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

.menu-ul li a {
    display: block;
    width: 100%;
    height: 50px;
}

.menu-ul li {
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
}

.new-ul2 a {
    font-size: 14px;
    height: 35px !important;
    line-height: 35px !important;
}

.new-ul2 {
    display: none;
}

.main {
    margin-top: 98px;
}

.ban img {
    width: 100%;
}

.swiper-pagination {
    bottom: 25px !important;
}

.ban .swiper-pagination-bullet {
    width: 10px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
    opacity: 1;
}

.ban .swiper-pagination-bullet-active {
    width: 20px !important;
    background: #e47d12 !important;
}

.ban {
    font-size: 0;
}

.ban img {
    width: 100%;
}

.brief {
    width: 100%;
    padding: 4.2% 0;
    box-sizing: border-box;
}

.title {
    text-align: center;
    width: 100%;
    height: 62px;
}

.title p {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    color: #eeeeee;
    text-transform: capitalize;
}

.title h6 {
    font-size: 30px;
    font-weight: 100;
    position: relative;
    top: -12px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.title h6::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    height: 2px;
    background: #e47d12;
    width: 82px;
    bottom: 0;
    margin: auto;
}

.bri {
    display: flex;
    justify-content: space-between;
}

.bri>div {
    flex: 1;
}

.bright img {
    width: 100%;
    height: 100%;
    display: block;
}

.bri {
    padding-top: 3.5%;
    box-sizing: border-box;
}

.brileft {
    position: relative;
    padding-top: 3.5%;
    font-size: 14px;
    line-height: 35px;
    text-align: left;
    padding-right: 3.5%;
    box-sizing: border-box;
}

.gd {
    left: 0;
    bottom: 0;
    position: absolute;
    display: block;
    height: 40px;
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    background: url(../images/gd_03.png) no-repeat center;
    background-size: cover;
}

.performance {
    align-items: center;
    padding: 3.6% 0;
    box-sizing: border-box;
    background: url(../images/sbn_02.png) no-repeat center;
    background-size: 100% 100%;
}

.performance .centerBox {
    display: flex;
    align-items: center;
}

.preleft {
    width: 17%;
    font-size: 30px;
    text-align: left;
    color: #fff;
    font-weight: bold;
}

.preright {
    width: 83%;
}

.pright {
    width: 100%;
    padding: 0 23% 0 13%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.pright>div:first-child {
    width: 156px;
}

.pright>div:last-child {
    width: 190px;
}

.pright>div {
    justify-content: flex-start;
}

.pright>div p {
    text-align: center;
    font-size: 24px;
    color: #ffffff;
}

.pright>div h6 b {
    display: inline-block;
}

.pright>div h6 {
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.business .swiper-container {
    padding-top: 3.5%;
    box-sizing: border-box;
}

.asd {
    width: 100%;
}

.asd img {
    width: 100%;
    display: block;
}

.business .swiper-slide h6 {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
}

.desc {
    font-size: 14px;
    line-height: 35px;
    text-align: left;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.business .swiper-slide a {
    display: block;
    width: 36%;
    background: url(../images/jt_20.png) no-repeat right top;
    font-size: 16px;
    font-weight: bold;
    margin-top: 3%;
}

.partner {
    background: #f8f8f8;
    padding: 2.2% 0;
    box-sizing: border-box;
}

.partlist {
    display: flex;
    padding-top: 3.5%;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.partlist .pitem {
    width: 13%;
    margin-right: 4.4%;
    margin-bottom: 3.5%;
}

.partlist .pitem:nth-child(6n) {
    margin-right: 0px;
}

.partlist .pitem img {
    width: 100%;
}

.footer {
    background: #333333;
    padding: 80px 0 68px 0;
    box-sizing: border-box;
}

.footer .centerBox {
    display: flex;
    justify-content: space-between;
}

.footer .centerBox>div {
    width: 33%;
}

.footer .centerBox>div.flogo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: -7%;
}

.footer .centerBox>div img {
    display: block;
    max-width: 100%;
}

.ewm {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ewm img {
    width: 100%;
}

.lx {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ewm>.box {
    width: 32%;
    box-sizing: border-box;
}

.ewm>.box>div {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin-bottom: 16px;
}

.ewm p {
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}

.lx>div:last-child {
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    text-align: left;
}

.telfw {
    padding-left: 54px;
    box-sizing: border-box;
    margin-bottom: 15px;
    background: url(../images/icon_03.png) no-repeat left;
    background-size: 40px 40px;
}

.telfw p {
    font-size: 16px;
    text-align: left;
    color: #fff;
}

.telfw h6 {
    font-size: 30px;
    color: #fff;
    text-align: left;
}

.lx>div {
    width: 100%;
}

.lx {
    flex-wrap: wrap;
}

.lm {
    font-size: 14px;
    color: #999999;
    text-align: left;
    line-height: 55px;
}

.lmlist {
    display: flex;
    justify-content: space-between;
}

.lmleft {
    width: 18%;
}

.lmleft #mitem a {
    display: block;
    text-align: left;
    padding-left: 58px;
    box-sizing: border-box;
}

.lmright {
    width: 82%;
    padding-left: 4%;
    box-sizing: border-box;
}

#mitem {
    line-height: 50px;
    border-bottom: 1px solid #cccccc;
    font-size: 18px;
    text-align: center;
}

.lmright h6 {
    font-size: 24px;
    font-weight: bold;
    color: #e57d1a;
    text-align: left;
    display: block;
    padding-bottom: 12px;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
}

.eractive {
    background: #e57d1a;
    color: #fff;
    border-bottom: 0px !important;
}

.content {
    padding: 13px 0;
    box-sizing: border-box;
}

.content {
    font-size: 14px;
    text-align: left;
    line-height: 35px;
}

.litem img {
    max-width: 100%;
    max-height: 100%;
}

.litem {
    display: block;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 5%;
    min-height: 80px;
}

.list {
    display: flex;
    flex-wrap: wrap;
}

.litem:nth-child(4n) {
    margin-right: 0px;
}

.lmlist {
    margin-bottom: 5%;
}

.content img {
    display: block;
    margin: 3% auto;
    max-width: 100%;
    width: 50%;
}

.lmleft #mitem:first-child a {
    background: url(../images/icon01_03.png) no-repeat 18px center;
}

.lmleft #mitem:nth-child(2) a {
    background: url(../images/icon4.png) no-repeat 18px center;
}

.lmleft #mitem:nth-child(3) a {
    background: url(../images/icon01_09.png) no-repeat 18px center;
}

.eractive:first-of-type a {
    background: url(../images/icon2.png) no-repeat 18px center !important;
}

.eractive:nth-of-type(2) a {
    background: url(../images/icon1.png) no-repeat 18px center !important;
}

.eractive:nth-of-type(3) a {
    background: url(../images/icon3.png) no-repeat 18px center !important;
}

.xleft #mitem:first-child a {
    background: url(../images/icon01.png) no-repeat 18px center;
}

.xleft #mitem:nth-child(2) a {
    background: url(../images/icon12.png) no-repeat 18px center;
}

.xleft #mitem:nth-child(3) a {
    background: url(../images/icon02.png) no-repeat 18px center;
}

.xleft #mitem:nth-child(4) a {
    background: url(../images/icon03.png) no-repeat 18px center;
}

.xleft #mitem:nth-child(3) a {
    background: url(../images/icon04.png) no-repeat 18px center;
}

.xleft #mitem:nth-child(5) a {
    background: url(../images/icon05.png) no-repeat 18px center;
}

.ass:first-of-type a {
    background: url(../images/icon11.png) no-repeat 18px center !important;
}

.ass:nth-of-type(2) a {
    background: url(../images/icon02.png) no-repeat 18px center !important;
}

.ass:nth-of-type(4) a {
    background: url(../images/icon13.png) no-repeat 18px center !important;
}

.ass:nth-of-type(3) a {
    background: url(../images/icon14.png) no-repeat 18px center !important;
}

.ass:nth-of-type(5) a {
    background: url(../images/icon15.png) no-repeat 18px center !important;
}

.page {
    display: flex;
    margin-bottom: 5%;
}

.page>div img {
    display: block;
    width: 100%;
}

.page>div {
    width: 50%;
}

.page>div:last-child {
    padding-left: 4%;
    box-sizing: border-box;
}

.page>div h6 {
    font-size: 30px;
    color: #e57d1a;
    font-weight: bold;
}

.lxlist {
    display: flex;
    flex-wrap: wrap;
}

.lxlist .lxitem {
    width: 50%;
    margin-bottom: 2%;
}

.lxlist .lxitem:nth-child(2n) {
    padding-left: 11.5%;
    box-sizing: border-box;
}

.lxlist .lxitem h6 {
    font-size: 18px;
    margin-bottom: 2%;
    display: block;
}

.ms {
    font-size: 14px;
    line-height: 35px;
    text-align: left;
}

.dt {
    margin-bottom: 6%;
}

.citem {
    display: flex;
}

.cileft {
    width: 30%;
    border-right: 1px solid #e57d1a;
}

.ciright {
    width: 70%;
    position: relative;
}

.ciright span {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background: rgba(229, 125, 26, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    left: -12px;
    position: absolute;
    top: -5px;
}

.ciright span i {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #e57d1a;
}

.cont {
    padding: 70px 0 103px 0;
    box-sizing: border-box;
}

.clist>h6 {
    color: #e57d1a;
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.citem {
    box-sizing: border-box;
}

.cileft h6 {
    padding-right: 42px;
    font-size: 20px;
    text-align: right;
    box-sizing: border-box;
}

.ciright .cnr {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
}

.ciright {
    padding-bottom: 35px;
    padding-left: 35px;
    box-sizing: border-box;
}

.ciright h6 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: -7px;
    color: #333;
}

.citem:last-child .cileft {
    border: 0px;
}