@font-face {
    font-family: 'CHROMATE-REGULAR';
    src:url('../font/CHROMATE-REGULAR.TTF');
    font-weight: normal;
    font-style: normal;
}


.index22 {
    padding-top: 60px;
    background: #F8F8F8;
    margin-top: 50px;
    padding-bottom: 66px;
}
.index22 .con h2 {
    font-size: 34px;
    color: #3F3F3F;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.index22 .con .p {
    font-size: 15px;
    color: #333;
    line-height: 26px;
    margin-bottom: 40px;
}
.index22 .con {
    position: relative;
    width: 536px;
    margin-right: 25px;
}
.index22 .con a {
    padding: 10px 20px;
    border: 1px solid #676F76;
    color: #676F76;
    font-size: 16px;
}
.index22 .con .rights {
}
.index22 .con a:hover {
    border: 1px solid #336799;
    color: #336799;
}
.index22 .right {
    width: 630px;
    height: 490px;
}
.index22 .right img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: contain;
}
.index22 .list {
    text-align: center;
    margin: 60px 0;
}
.index22 .list h2 {
    font-size: 50px;
    color: #16171C;
    font-weight: bold;
}
.index22 .list .p {
    font-size: 14px;
    margin-top: 22px;
    font-weight: bold;
}
.index22 .jishu {
    margin-top: 52px;
    padding-bottom: 46px;
    text-align: center;
}
.index22 .jishu li h2 {
    font-size: 46px;
    font-weight: bold;
    color: #034C99;
    margin-bottom: 6px;
}
.index22 .jishu li p {
    font-size: 15px;
    font-weight: bold;
    color: #303030;
}





.case {
    padding: 30px 0 60px;
    overflow: hidden;
}
.case .swiper-container {
    --swiper-navigation-size: 34px;
}
.case .title h2 {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #3F3F3F;
    margin-bottom: 50px;
}
.case .com img {
    width: 100%;
}

.case .com  .swiper-button-next, .case .com  .swiper-button-prev {
    padding: 12px 10px;
    background: #9B9B9B;
    color: #fff;
    top: 45%;
}
.case .com  .swiper-button-next{
    right: 0;
}
.case .com .swiper-button-prev{
    left:0;
}
.case .com .swiper-button-next:hover, .case .com .swiper-button-prev:hover{
    background: #424C55;
}
.case .com .swiper-button-next::after {
    content: '\e611';
    font-family: "EFfx";
}
.case .com .swiper-button-prev::after {
    content: '\e60d';
    font-family: "EFfx";
}








.hr {
    width: 1200px;
    margin: 60px auto;
    border: none;
    height: 4px;
    background: url("../images/hr.png") no-repeat;
}




.oimg {
    overflow: hidden;
}
.oimg img {
    display: block;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.oimg img:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.news{
    padding: 0px 0 60px;
}
.news .title {
    padding: 20px 0;
    text-align: center;
    position: relative;
}
.news .title h2 {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #3F3F3F;
    margin-bottom: 32px;
}
.news .title a {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 16px;
    border-bottom: 2px solid #104D8E;
    color: #104D8E;
    transform: translateY(-50%);
    font-weight: bold;
}
.news .swiper-container {
    --swiper-navigation-size: 34px;
}
.news .com  .swiper-button-next, .news .com  .swiper-button-prev {
    padding: 12px 10px;
    background: #9B9B9B;
    color: #fff;
    top: 45%;
}
.news .com  .swiper-button-next{
    right: 0;
}
.news .com .swiper-button-prev{
    left:0;
}
.news .com .swiper-button-next:hover, .news .com .swiper-button-prev:hover{
    background: #424C55;
}
.news .com .swiper-button-next::after {
    content: '\e611';
    font-family: "EFfx";
}
.news .com .swiper-button-prev::after {
    content: '\e60d';
    font-family: "EFfx";
}
.news .com .olist {
    padding: 14px;
    margin: 1px;
    border: 1px solid #E5E5E5;
}
.news .com .olist .cate {
    padding: 14px 0 22px;
}
.news .com .olist .cate span {
    font-size: 18px;
}
.news .com .olist .cate a {
    font-size: 17px;
    color: #424C55;
    text-decoration: underline !important;
}
.news .com .olist .cate a:hover {
    color: #336799;
}
.news .com .olist h2 a {
    font-size: 16px;
    font-weight: bold;
    color: #3f3f3f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.news .com .olist h2 a:hover {
    color: #336799;
}
.news .com .olist p {
    margin: 15px 0;
    color: #777;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news .com .olist img {
    width: 100%;
    vertical-align: top;
    height: 195px;
    object-fit: contain;
}





.wcu {
    background: #F8F8F8;
    padding-bottom: 60px;
}
.wcu .title h2 {
    display: block;
    text-align: center;
    padding: 32px 0 30px;
    color: #3F3F3F;
    font-size: 38px;
    float: left;
    width: 100%;
    font-weight: bold;
}
.wcu .title p {
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    padding: 0 60px;
    color: #3F3F3F;
}
.wcu .com {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px 20px;
    margin-top: 50px;
    text-align: center;
}
.wcu .com .img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.wcu .com h2 {
    color: #3f3f3f;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 16px;
}
.wcu .com .p {
    color: #444;
    line-height: 22px;
}
.wcu .com .list:hover h2 {
    color: #336799;
}

.index2a .title h2{
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    padding: 44px 0;
    color: #3F3F3F;
}
.index2a .row .left {
    width: 760px;
}
.index2a .row .right {
    width: 390px;
}
.index2a .row .img {
    position: relative;
}
.index2a .row img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}
.index2a .row .list img {
    height: 190px;
    border-radius: 8px;
}
.index2a .row .summary {
    margin-top: 28px;
    font-size: 18px;
    color: #3E3E3E;
    line-height: 30px;
}
.index2a .row .summary a {
    display: inline-block;
    padding: 6px 20px 6px;
    background: #3F3F3F;
    color: #fff;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.index2a .row .summary a:hover {
    background: #336799;
}
.index2a .row .list {
    margin-bottom: 50px;
    position: relative;
}
.index2a .row .list h3 {
    font-size: 16px;
    text-align: center;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 12px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0px 8px 8px;
    font-weight: bold;
}
.index2a .row .list:hover h3 {
    background: rgba(51,103,153,0.7);
}
.videos {
    padding: 40px 0px;
}
.videos .titles h2 {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
    color: #3F3F3F;
}
.videos .titles a {
    font-weight: bold;
    border-bottom: 1px solid #333;
    color: #333;
    float: right;
}
.videos .titles a:hover {
    border-bottom: 1px solid #336799;
    color: #336799;
}
.videos .com {
    box-shadow: 0 5px 9px 0 rgba(0,0,0,0.2);
    padding: 20px;
    margin-top: 30px;
}
.videos .com .left {
    width: 685px;
}
.videos .com .right {
    width: 453px;
}
.videos .com img {
    width: 100%;
    object-fit: contain;
    vertical-align: top;
}
.videos .com .right .img {
    margin-bottom: 8px;
}
.videos .com .right img {
    height: 213px;
    border-radius: 14px;
}
.videos .com .left img {
    height: 434px;
    border-radius: 20px;
}
.videos .com .img {
    position: relative;
}
.videos .com .img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/video_docm.png") no-repeat center center;
}
.videos .com .img a:hover {
    background: url("../images/mvideo_doc.png") no-repeat center center;
}

.chald {
    width: 100%;
    background: #fff;
}
.chald h3 {
    display: block;
    text-align: center;
    padding: 64px 0 30px;
    color: #3F3F3F;
    font-size: 38px;
    float: left;
    width: 100%;
    font-weight: bold;
}
.chald .chuchuan_top .p {
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    padding: 0 60px;
    color: #3F3F3F;
}
.chald .com {
    margin-top: 34px;
}
.chald .com  a{
    padding: 6px;
    display: block;
}
.chald .com .index_class-container {
    padding-bottom: 50px;
}
.chald .com img {
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
    width: 100%;
    height: 285px;
    object-fit: contain;
}
.chald .com a h2 {
    text-align: center;
    margin-top: 20px;
    font-size: 17px;
    color: #414141;
    padding: 0 10px;
}
.chald .com.gcom {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 36px 4px;
}
.chald .com.gcom h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 24px;
    text-transform: uppercase;
}
.chald .com.gcom .p {
    color: #333;
    padding: 0 6px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 22px;
}
.chald .com a h2:hover {
    color: #336799;
}

.index7 {
    padding: 60px 0;
    background: #F5F5F5;
    color: #333;
    position: relative;
}

.index7 .wrapper {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
.index7 .title h2 {
    font-size: 36px;
    margin-bottom: 6px;
    text-align: center;
}
.index7 .title p {
    text-align: center;
    font-size: 17px;
    margin-bottom: 40px;
}
.biaodan {
    position: relative;
    background: #FFF;
    padding: 10px 60px 40px;
    z-index: 999999;
}
.biaodan .item {
    width: 38%;
    margin: 10px 12px;
    flex: auto;
}
.biaodan .item.Enquiry {
    width: 97.3%;
}
.biaodan .item label {
    color: #403E3F;
    font-size: 16px;
    white-space: nowrap;
    font-weight: initial;
    display: block;
    margin-bottom: 6px;
}
.biaodan .item label span {
    color: red;
}
.biaodan .item input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    padding: 0 8px;
    font-size: 14px;
    height: 44px;
    background: unset;
    margin-bottom: 5px;
    border: 2px solid #D8E1E8;
    border-radius: 6px;
}
.biaodan .item.Enquiry .textarea {
    resize: none;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 100px;
    padding: 8px;
    outline: none;
    font-size: 14px;
    border: 2px solid #D8E1E8;
    border-radius: 6px;
}
.biaodan .item.verify_status {
    position: relative;
    width: 40%;
}

.biaodan .item.items {
    width: calc(100% - 76px);
}
.biaodan .item.verify_status img {
    width: 138px;
    margin-top: -4px;
    margin-left: 8px;
}
html[lang=ar] .biaodan .item.verify_status img {
    margin-left: 0px;
    margin-right: 8px;
}
.biaodan .verify_list .item:nth-child(1) {
    width: 20%;
}
.biaodan .biaodancom {
    padding: 10px 12px 0;
    text-align: center;
    font-size: 16px;
    color: #58606B;
}
.biaodan .yuis {
    padding: 30px 12px 10px;
}
.biaodan .yuis .title {
    font-size: 28px;
    margin-bottom: 4px;
}
.biaodan .yuis .summary {
    font-size: 16px;
    color: #5F6062;
}


.btnwei {
    text-align: center;
    margin-top: 26px;
}
.btnwei input {
    padding: 8px 22px;
    border: 0;
    cursor: pointer;
    font-size: 15px;
    outline: none;
    font-family: HelveticaBold;
    border-radius: 5px;
    background: linear-gradient(to bottom,#659EF7,#5191C9);
    color: #fff;
    margin: 0 6px;
}
.btnwei input:hover ,.btnwei input.btnb:hover {
    background: #5F5F5F;
    color: #FFF100;
}
.btnwei input.btnb {
    background: linear-gradient(to bottom,#FF6F6E,#F31127);
    color: #fff;
}


