@charset "utf-8";
:root {
    --index-color: #0e2fb3;
    --bootom-color: #1A49A9;
}


/*@font-face {*/


/*    font-family: 'wryh';*/


/*    src: url('./wryh.ttf');*/


/*}*/

.contact-us-form-container {
    padding: 50px;
    background-color: white;
}

body {
    font-family: "Microsoft YaHei";
    background: #F2F2F2;
}

body,
html {
    margin: 0px;
    font-family: 'wryh';
}

input {
    font-family: 'wryh';
}

ul,
li {
    list-style: none;
}

ul,
li {
    padding: 0;
    margin: 0;
}


/*去除a标签下划线*/

a {
    text-decoration: none;
    color: unset;
}


/*去除未被访问的a标签的下划线*/

a:link {
    text-decoration: none;
}


/*去除已经被访问过的a标签的下划线*/

a:visited {
    text-decoration: none;
}


/*去除鼠标悬停时的a标签的下划线*/

a:hover {
    text-decoration: none;
}


/*去除正在点击的a标签的下划线（鼠标按下，尚未松开）*/

a:active {
    text-decoration: none;
}


/*去除获得焦点的a标签的下划线（被鼠标点击过）*/

a:focus {
    text-decoration: none;
}


/*顶部header*/

.y_header {
    color: #4d4d4d;
    justify-content: center;
    display: flex;
    position: fixed;
    width: 100%;
    z-index: 101;
}

.y_c_d_li a:hover {
    color: white;
}

.y_left {
    padding-top: 14px;
    padding-right: 30px;
}

.y_center {
    justify-content: center;
    display: flex;
}

.y_c_d2 {
    width: 120px;
    height: 45px;
    text-align: center;
    margin: 20px 5px;
    line-height: 2.7;
    position: relative;
    color: #4479b6;
}

.y_c_d {
    font-size: 20px;
    width: 120px;
    height: 45px;
    text-align: center;
    margin: 20px 5px;
    line-height: 2.7;
    position: relative;
}

.y_c_d:hover {
    /* color: #171850; */
    /*background: var(--index-color);*/
}

.y_c_d a:hover {
    color: #2F8BAD;
}

.y_c_d:hover .y_select {
    display: block;
}

.y_select {
    display: none;
    color: var(--index-color);
    width: 160px;
    position: absolute;
    left: -17px;
    top: 50px;
    font-size: 16px;
    /*opacity: 0.9;*/
}

.y_c_d_ul {
    margin-top: 15px;
    padding: 10px;
    width: 100%;
    color: black;
    background: #fff;
    border-radius: 5px;
}

.y_c_d_gekong {
    height: 1px;
}

.y_select_san {
    display: none;
    background: #fff;
    width: 510px;
    height: 425px;
    position: absolute;
    left: 255px;
    top: 15px;
    box-shadow: 1px 1px 20px 1px #717171;
}

.y_select_san_title {
    padding-top: 30px;
    width: 78%;
    text-align: justify;
    margin-left: 11%;
    line-height: 1.5;
    /* text-align: left; */
    padding-bottom: 30px;
    color: #000;
}

.y_c_d_li:hover {
    background: #E6EBF5;
    color: #293B54;
}

.y_c_d_li a:hover {
    color: #293B54!important;
}

.y_c_d_li {
    border-radius: 5px;
    display: block;
    /*background: #fff;*/
    color: black;
    width: 100%;
    font-size: 18px;
    padding: 0 4px;
    /*margin: 5px 5%;*/
    /*height: 35px;*/
    line-height: 2.1;
}

.y_c_d_li:hover .y_select_san {
    display: block;
}

.y_right {
    justify-content: center;
    display: flex;
    padding-top: 25px;
    padding-left: 30px;
}

.tel:hover .tel_w {
    display: none;
}

.tel:hover .tel_x {
    display: block;
}

.tel:hover .tel_k {
    display: flex;
}

.tel_x {
    display: none;
}

.tel {
    position: relative;
}

.tel_shuoming {
    position: absolute;
    left: -95px;
}

.tel_k {
    opacity: 0.9;
    background: #fff;
    color: var(--index-color);
    /*display: flex;*/
    width: 250px;
    padding: 7px 0;
    display: none;
}

.tel_k1 {
    width: 25%;
    position: relative;
}

.tel_k1 img {
    position: absolute;
    bottom: 10px;
    right: 5px;
}

.tel_k2 {
    width: 75%;
    /*text-align: center;*/
}

.tel_k3 {
    font-size: 20px;
    font-weight: 600;
}

.search {
    padding: 0px 5px;
    position: relative;
}

.lang {
    position: relative;
}

.search:hover .search_w {
    display: none;
}

.search:hover .search_x {
    display: block;
}

.search_x {
    display: none;
}

.lang:hover .lang_w {
    display: none;
}

.lang:hover .lang_x {
    display: block;
}

.lang_x {
    display: none;
}


/*顶部header*/


/*footer*/

.footer {
    min-width: 1200px;
    background: #333333;
    color: #666666;
    font-size: 15px;
}

.y_footer {
    display: flex;
    justify-content: space-between;
    /*padding-top: 80px;*/
    overflow: hidden;
    /* padding-left: 70px; */
    /* width: auto; */
    /*margin-left: 18%;*/
}

.y_footer ul li {
    padding-bottom: 10px;
}

.f_title {
    font-size: 20px;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
}

.f_title span {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #3099BF;
}

.y_footer ul {
    margin-top: 20px;
    font-size: 16px;
}

.f_bottom {
    color: #fff;
    width: 130px;
    height: 35px;
    /*background: var(--bootom-color);*/
    text-align: center;
    line-height: 2.4;
    border-radius: 50px;
    background: linear-gradient(to right, #0085d0, #00489c);
}

.footer_tel {
    display: flex;
}

.footer_tel img {
    width: 29px;
    height: 34px;
    padding-top: 5px;
}

.footer_fgx {
    background: #656565;
    width: 1px;
}

.y_url {
    display: flex;
    /*justify-content: center;*/
    padding-top: 80px;
    border-bottom: 1px solid #656565;
    width: 64%;
    margin-left: 18%;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.url_title {
    padding: 0px 17.5px;
    border-right: 1px solid #909090;
}

.beian {
    margin-top: 60px;
    text-align: center;
    padding-bottom: 45px;
    border-top: 1px solid white;
    padding-top: 80px!important;
}

.tel:hover .k_weixin {
    display: flex;
}

.tel:hover .k_sanjiao {
    display: initial;
}

.search:hover .k_weixin {
    display: flex;
}

.search:hover .k_sanjiao {
    display: initial;
}

.lang:hover .k_weixin {
    display: flex;
}

.lang:hover .k_sanjiao {
    display: initial;
}

.k_sanjiao {
    display: none;
}

.f_weixin {
    position: absolute;
    left: -34px;
    text-align: center;
}

.f_weixin2 {
    position: absolute;
    left: -26px;
    text-align: center;
}

.k_weixin {
    opacity: 0.9;
    background: #fff;
    color: var(--index-color);
    /*display: flex;*/
    /*width: 250px;*/
    /*padding: 7px 0;*/
    display: none;
}


/*footer*/


/*服务团队*/

.fwtd_banner {
    padding-top: 85px;
}

.fwtd_banner img {
    width: 100%;
}

.fwtd_top {
    /*display: flex;*/
}

.fwtd_top2 {
    display: flex;
}

.fwtd_k {
    width: 66.6%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    font-size: 20px;
    color: #4d4d4d;
    padding-top: 80px;
    border-bottom: 1px solid #cbcbcb;
}

.fwtd_fgx {
    width: 75px;
}

.fwtd_text {
    margin-bottom: 20px;
}

.fwtd_active {
    color: #00489c;
    position: relative;
}

.fwtd_active_xwx {
    height: 5px;
    width: 50px;
    background: linear-gradient(to right, #0085d0, #00489c);
    position: absolute;
    bottom: -23px;
    left: 15px;
}

.fwtd_center {
    width: 66.66%;
    margin: 0 auto;
    padding-top: 70px;
}

.fwtd_c_title {
    font-size: 24px;
    color: #00489c;
    font-weight: 600;
    padding-bottom: 45px;
}

.fwtd_c_text {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 60px;
    text-align: justify;
}

.fwtd_list_k {
    text-align: center;
    width: 25%;
    float: left;
    padding-bottom: 80px;
}

.fwtd_name {
    padding-top: 25px;
    padding-bottom: 25px;
}


/*服务团队*/


/*咨询信息*/

.zxxx_center {
    width: 66.66%;
    margin: 0 auto;
    /* padding-top: 70px; */
}

.zxxx_list {
    /*padding-top:50px; */
}

.zxxx_box {
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
}

.zxxx_bkx_left {
    margin: 25px 40px;
}

.zxxx_bkx_right {
    margin: 25px 40px 25px 0px;
}

.zxxx_box .zxxx_bkx_right .zxxx_bkx_right_title {
    font-size: 22px;
    color: #00489c;
}

.zxxx_box .zxxx_bkx_right .zxxx_bkx_right_text {
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 35px;
    width: 75%;
    color: #666666;
}

.zxxx_bkx_right_bottom {
    display: flex;
    justify-content: space-between;
}

.zxxx_box .zxxx_bkx_right_bottom .z_b_r_b_anniu {
    color: #fff;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 2.5;
    background: linear-gradient(to right, #0085d0, #00489c);
}

.zxxx_box_active {
    display: flex;
    justify-content: center;
    /*background: #f6f5f8;*/
    border-radius: 15px;
    margin-bottom: 30px;
    background: linear-gradient(to right, #0085d0, #00489c);
}

.zxxx_box_active .zxxx_bkx_right .zxxx_bkx_right_title {
    font-size: 22px;
    color: #fff;
}

.zxxx_box_active .zxxx_bkx_right .zxxx_bkx_right_text {
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 35px;
    width: 75%;
    color: #fff;
}

.zxxx_box_active .zxxx_bkx_right_bottom .z_b_r_b_anniu {
    color: #00489c;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 2.5;
    background: #fff;
}

.zxxx_page {
    padding: 70px 0;
    height: 50px;
}


/*咨询信息*/


/*云贸课堂*/

.ymkt_list_k {
    text-align: center;
    width: 32%;
    float: left;
    margin-bottom: 35px;
    box-shadow: 0px 0px 40px 5px #e0e0e0;
    border: 1px solid #f8f8f8;
    transform: translateX(0);
    /* 移回也需要0.4s时间过渡 */
    transition: transform 0.4s;
}

.ymkt_list_k:hover {
    transform: translateY(-30px);
    /**上移元素**/
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transition: transform 0.4s;
}

.ymkt_list_img {
    width: 100%;
}

.ymkt_name {
    padding: 25px 20px 10px 20px;
    font-size: 20px;
    text-align: justify;
}

.ymkt_fgx {
    margin: 0 1.5%;
}

.ymkt_name2 {
    padding-right: 20px;
    padding-bottom: 15px;
    text-align: right;
}

.ymkt_list_k2 {
    box-shadow: 0px 0px 40px 5px #e0e0e0;
    border: 1px solid #f8f8f8;
    border-top: unset;
}


/*云贸课堂*/


/*登录*/

.denglu {
    width: 100%;
    position: fixed;
    /*background: url('./img/登录注册.png');*/
}

.dl_k0 {
    display: flex;
    justify-content: center;
    padding-top: 7%;
}

.zx_k0 {
    display: flex;
    justify-content: center;
    padding-top: 7%;
    padding-bottom: 7%;
}

.dl_k1 {
    z-index: 11;
    width: 1170px;
    height: 610px;
    background: #fff;
    border-radius: 15px;
}

.zc_k1 {
    z-index: 11;
    width: 1170px;
    /*height: 610px;*/
    background: #fff;
    border-radius: 15px;
}

.dl_k2 {
    text-align: center;
    margin: 0 50px;
    border-bottom: #ececec 1px solid;
}

.dl_k2 img {
    padding: 30px;
}

.dl_k3 {
    display: flex;
    justify-content: space-between;
}

.dl_k4 {
    padding-left: 110px;
    padding-top: 50px;
}

.dl_k5 {
    padding-top: 50px;
    padding-right: 188px;
}

.zx_k5 {
    padding-top: 50px;
    padding-right: 110px;
    width: 330px;
}

.dl_k6 {
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}

.dl_anniu {
    background: linear-gradient(to right, #0085d0, #00489c);
    border-radius: 50px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    height: 52px;
    line-height: 2.4;
    width: 260px;
    margin-top: 10px;
}

.dl_fgx {
    width: 80px;
    height: 1px;
}

.dl_text {
    font-size: 22px
}

.dl_active {
    color: #00489c;
}

.dl_input {
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
}

.dl_input_yzm {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
}

.dl_input_yzm_input {
    border: unset;
    /*background: #cccccc;*/
    height: 25px;
    vertical-align: middle;
    margin-bottom: 8px;
    /*border-radius: 5px;*/
    width: 57%;
}

.dl_input_yzm img {
    vertical-align: middle;
    margin-bottom: 8px;
    /*width: 10%;*/
}

.dl_input input {
    border: unset;
    /*background: #cccccc;*/
    height: 25px;
    vertical-align: middle;
    margin-bottom: 8px;
    width: 90%;
}

.dl_input img {
    vertical-align: middle;
    margin-bottom: 8px;
    /*width: 10%;*/
}

.dl_yzm {
    background: #b2b2b2;
    border-radius: 5px;
    color: #fff;
    width: 100px;
    text-align: center;
    line-height: 1.8;
    height: 30px;
    /* padding-bottom: 10px; */
    vertical-align: middle;
}

.zc_tips {
    color: #00489c;
    padding-bottom: 30px;
}


/*登录*/


/*企业背景*/

.qybj_fbx {
    margin: 65px 0;
    height: 5px;
    width: 50px;
    background: linear-gradient(to right, #0085d0, #00489c);
}

.qybj_c_text {
    font-size: 18px;
    padding-bottom: 60px;
    text-align: justify;
}

.qybj_tp {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.qybj_tp img {
    width: 32%;
}

.qybj_tp_fgx {
    width: 2%;
    height: 1px;
}

.gdbj {
    width: 100%;
    box-shadow: 0px 0px 10px 5px #e0e0e0;
    display: flex;
    margin-bottom: 20px;
}

.qybj_gd {
    padding-bottom: 50px;
}

.gdbj_left img {
    padding: 17px 40px;
}

.gdbj_fgx {
    width: 1px;
    background: #c9e5e5;
    height: 140px;
    margin-top: 20px;
}

.gdbj_right {
    padding-top: 40px;
    padding-left: 45px;
}

.gdbj_right_title {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
}

.gdbj_right_text {
    font-size: 20px;
}


/*企业背景*/


/*云易贷*/

.yyd {
    display: flex;
    width: 1170px;
    height: 320PX;
    margin-bottom: 10px;
}

.yyd_left {
    width: 725px;
    background: linear-gradient(to bottom, #DBC2EF, #E9F3FE);
    position: relative;
    display: flex;
}

.yyd_left_tp {
    padding-left: 80px;
    padding-top: 65px;
    width: 238.2px;
    height: 216.6px;
}

.yyd_left_text {
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    padding-top: 115px;
    padding-left: 45px;
}

.yyd_left_img {
    position: absolute;
    right: 0;
    height: 320PX;
    /*width: 100%;*/
}

.yyd_right {
    width: 445px;
    background: #00489c;
}

.yyd_right_text {
    font-size: 20px;
    /*font-weight: 600;*/
    color: #fff;
    padding-top: 100px;
    padding-left: 33px;
}


/*云易贷*/

.xwxq_top {
    padding-top: 75px;
    text-align: center;
}

.xwxq_title {
    font-size: 30px;
    text-align: center;
    color: #1F3A6E;
    font-weight: bold;
}

.xwxq_text {
    color: #8094B8;
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 60px;
}

.xwxq_content {
    color: #8094B8;
    text-indent: 2em;
}

.xwxq_content img {
    margin-bottom: 1em;
    width: 85%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.xwqx_tips {
    padding-bottom: 60px;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    color: #1D3659;
}


/*首页banner*/

.gongsijianjie {
    position: relative;
}

.gongsijianjie_k {
    background: linear-gradient(to right, #0085d0, #00489c);
    position: absolute;
    bottom: 66px;
    width: 700px;
    height: 415px;
    left: 15%;
    color: #fff;
    display: flex;
    justify-content: center;
}

.gongsijianjie_k2 {
    width: 85%;
    padding-top: 40px;
    font-size: 19px;
    line-height: 1.6;
    text-indent: 2em;
    text-align: justify;
}

.banner {
    padding-top: 85px;
    /* height: 600px; */
    width: 100%;
    position: relative;
}

.banner_img {
    width: 100%;
    /*position: absolute*/
    /*top:0;*/
}

.banner_left {
    position: absolute;
    top: 355px;
    left: 80px;
    z-index: 99;
}

.banner_right {
    position: absolute;
    top: 355px;
    right: 80px;
    z-index: 99;
}

.slider-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.slider-pagination {
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}

.slider-pagination-bullet {
    background: #808080 none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 16px;
    /* opacity: .2; */
    width: 16px;
    cursor: pointer;
    margin: 0 5px;
}

.slider-pagination-bullet-active {
    background: #fbb03b none repeat scroll 0 0;
    opacity: 1;
    /*width: 40px;*/
    /*border-radius: 15%;*/
}

.carousel-animate-leave-to-left,
.carousel-animate-leave-to-right {
    position: absolute !important;
    top: 85;
    width: 100%;
    z-index: 10;
}

.carousel-animate-leave-to-left {
    /*	  	-webkit-transform: translateX(-100%) ;
              -moz-transform: translateX(-100%) ;
              -ms-transform: translateX(-100%) ;
              -o-transform: translateX(-100%) ;
              transform: translateX(-100%) ;*/
    /*淡入淡出*/
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 1s linear;
}

.carousel-animate-leave-to-right {
    /*	  	-webkit-transform: translateX(100%) ;
              -moz-transform: translateX(100%) ;
              -ms-transform: translateX(100%) ;
              -o-transform: translateX(100%) ;
              transform: translateX(100%) ;*/
    opacity: 100;
    filter: alpha(opacity=100);
    transition: opacity 1s linear;
}

.banner_item {
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/**/

.slide {
    width: 100%;
    /*height: 300px;*/
    position: relative;
}

li {
    /*position: absolute*/
}

.image-enter-active {
    transform: translateX(0);
    transition: all 1s ease;
}

.image-leave-active {
    transform: translateX(-100%);
    transition: all 1s ease;
}

.image-enter {
    transform: translateX(100%);
}

.image-leave {
    transform: translateX(0);
}


/**/

.banner_number {
    height: 165px;
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    background-color: rgba(27, 20, 100, 0.45);
    /*background: #1b1464;*/
    z-index: 15;
}

.banner_k {
    width: 260px;
    color: #fff;
    text-align: center;
    /*border-left: #5f6fb9 solid 1px;*/
    /*border-right: #5f6fb9 solid 1px;*/
}

.bk1 {
    font-weight: 600;
    font-size: 48px;
    padding-top: 30px;
    padding-bottom: 5px;
}

.bk11 {
    font-size: 18px;
    font-weight: 0;
}

.bk2 {
    font-size: 24px;
}

.b_fkx {
    margin-top: 45px;
    background: #5f6fb9;
    height: 80px;
    width: 2px;
}

.wsm_title {
    padding-top: 60px;
    color: #fff;
    font-size: 48px;
    text-align: center;
}

.wsm_k {
    color: #fff;
    text-align: center;
    padding: 0 30px;
    padding-top: 90px;
}

.wsm_img {
    padding-bottom: 35px;
}

.wsm_k .sz_list_k_text {
    font-size: 16px;
    line-height: 2;
}

.shuzi {
    position: relative;
}

.shuzi_k {
    position: absolute;
    top: 0px;
    width: 100%;
}

.shuzi_title {
    padding-top: 60px;
    color: #fbb03b;
    font-size: 32px;
    text-align: center;
}

.shuzi_text {
    color: #fff;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 90px;
    /*margin-left: 435px;*/
    line-height: 1.7;
}

.shuzi_list {
    width: 100%;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
}

.sz_list_k {
    display: flex;
    color: #fff;
    /*float: left;*/
    width: 415px;
}

.sz_list_right {
    padding-left: 20px;
}

.sz_list_k_title {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
}

.sz_list_k_text {
    font-size: 15px;
}

.index_yyd {
    position: relative;
}

.i_yyd_top {
    height: 324px;
    position: relative;
}

.i_yyd_top_k {
    position: absolute;
    top: 35px;
    left: 27px;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}

.i_yyd_bottom {
    background: #fbb03b;
    color: #fff;
}

.i_yyd_bottom_k {
    padding: 20px 20px;
    font-size: 15px;
    line-height: 1.5;
    /*padding-left: */
}

.znpt_title {
    text-align: center;
    font-size: 38px;
    color: #00479d;
    font-family: '黑体';
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    font-weight: 600px;
}

.i_yyd_list {
    display: flex;
    justify-content: center;
    padding-bottom: 150px;
}

.i_yyd_img {
    padding: 0 105px;
}

.y_img {
    position: absolute;
    top: 0px;
    z-index: -1;
    width: 1903px;
}

.i_zxxx_list {
    display: flex;
    justify-content: center;
}

.i_zxxx {
    border-radius: 15px;
    /*width: 100%;*/
    width: 400px;
    height: 380px;
}

.i_zxxx_name {
    font-size: 14px;
    text-align: left;
    padding: 5px 20px 10px 20px;
    text-align: justify;
    color: #808080;
}

.i_zxxx_name2 {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
}

.i_zxxx_right {
    width: 300px;
    height: 180px;
    margin-bottom: 15px;
}

.i_zxxx_img {
    height: 105px;
}

.ymkt_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.i_zxxx_name3 {
    padding-top: 5px;
}

.i_zxxx3 {
    background: #fff;
    border-bottom: 1px solid #808080;
}

.i_zxxx_name4 {
    width: 70%;
}

.i_zxxx_name5 {
    padding-bottom: 5px;
}

.zxxx_aaannn {
    border: 1px solid #80a6d0;
    color: #00479d;
    padding: 7px 15px;
    margin-bottom: 65px;
}

.englishIcon {
    width: 30px;
    /*background: black;*/
    height: 30px;
}


/*首页banner*/

.xuanfu {
    position: fixed;
    bottom: 20%;
    right: 1.5%;
    z-index: 999
}

.serviceContainer .onlineConsultation {
    width: 120px;
    height: 235px;
    background-color: #1B376C;
    border-radius: 60px 60px 10px 10px;
    text-align: center;
}

.serviceContainer .toTop {
    margin-top: 10px;
    width: 120px;
    padding: 8px 0;
    background-color: #1B376C;
    border-radius: 8px;
    text-align: center;
    color: white;
    font-size: 13px;
}

.serviceContainer .toTop img {
    margin-right: 10px;
    margin-top: -3px;
}

.serviceContainer .close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.serviceContainer .image {
    margin-top: 20px;
}

.serviceContainer .phone {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 15px;
}

.serviceContainer .icon {
    width: 13px;
    height: 13px;
    margin-right: 5px;
}

.serviceContainer .phoneNum {
    margin-top: 6px;
    color: white;
    padding: 0 20px;
    font-size: 15px;
}

.onlineConsultation a {
    margin-top: 15px;
    display: inline-block;
    color: #505D6D;
    padding: 3px 15px;
    border-radius: 5px;
    font-size: 13px;
    background-color: white;
}

.customer-service-container {
    overflow: hidden;
    border-radius: 10px;
    width: 120px;
    height: 250px;
    border: 1px solid #b3b3b3;
    color: #b3b3b3;
}

.customer-service-container .icon {
    position: relative;
    top: -2px;
    width: 18px;
    height: 18px;
}

.customer-service-container .close {
    cursor: pointer;
    position: absolute;
    font-size: 22px;
    color: red;
    top: 3px;
    right: 5px;
}

.customer-service-container>div>img {
    width: 100%;
    height: 80px;
}

.head .tool .dropdown li i {
    display: inline-block;
    background-image: url(../img/icon/tool.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}

.head .tool .dropdown li.dp1 a>i {
    background-position: -44px -5px;
}

.head .tool .dropdown li.dp2 a>i {
    background-position: -83px -5px;
}

.head .tool .dropdown li.dp3 a>i {
    background-position: -172px -5px;
}

.head .tool .dropdown li.dp4 a>i {
    background-position: -42px -47px;
}

.head .tool .dropdown li.dp5 a>i {
    background-position: -83px -47px;
}

.head .tool .dropdown li.dp6 a>i {
    background-position: -216px -48px;
}

.head .tool .dropdown li.dp7 a>i {
    background-position: -42px -88px;
}

.head .tool .dropdown li.dp8 a>i {
    background-position: -216px -88px;
}

.head .tool .dropdown li.dp9 a>i {
    background-position: -84px -88px;
}

.head .tool .dropdown li.dp10 a>i {
    background-position: -44px -130px;
}

.head .tool .dropdown li.dp11 a>i {
    background-position: -87px -128px;
}

.head .tool .dropdown li.dp12 a>i {
    background-position: -216px -128px;
}

.head .tool .dropdown li.dp13 a>i {
    background-position: -44px -170px;
}

.head .tool .dropdown li.dp14 a>i {
    background-position: -88px -170px;
}

.head .tool .dropdown li.dp1:hover a>i {
    background-position: -4px -5px;
}

.head .tool .dropdown li.dp2:hover a>i {
    background-position: -128px -5px;
}

.head .tool .dropdown li.dp3:hover a>i {
    background-position: -215px -5px;
}

.head .tool .dropdown li.dp4:hover a>i {
    background-position: -2px -47px;
}

.head .tool .dropdown li.dp5:hover a>i {
    background-position: -128px -47px;
}

.head .tool .dropdown li.dp6:hover a>i {
    background-position: -173px -49px;
}

.head .tool .dropdown li.dp7:hover a>i {
    background-position: -2px -88px;
}

.head .tool .dropdown li.dp8:hover a>i {
    background-position: -173px -90px;
}

.head .tool .dropdown li.dp9:hover a>i {
    background-position: -127px -88px;
}

.head .tool .dropdown li.dp10:hover a>i {
    background-position: -4px -130px;
}

.head .tool .dropdown li.dp11:hover a>i {
    background-position: -129px -128px;
}

.head .tool .dropdown li.dp12:hover a>i {
    background-position: -173px -128px;
}

.head .tool .dropdown li.dp13:hover a>i {
    background-position: -4px -170px;
}

.head .tool .dropdown li.dp14:hover a>i {
    background-position: -131px -170px;
}

.head .tool .dropdown li.dp15,
.head .tool .dropdown li.dp16,
.head .tool .dropdown li.dp5,
.head .tool .dropdown li.dp6,
.head .tool .dropdown li.dp7,
.head .tool .dropdown li.dp8,
.head .tool .dropdown li.dp9,
.head .tool .dropdown li.dp10,
.head .tool .dropdown li.dp11,
.head .tool .dropdown li.dp12,
.head .tool .dropdown li.dp13,
.head .tool .dropdown li.dp14 {
    border-top: 1px solid #ebebeb;
    margin-top: 0px;
    padding-top: 20px;
}

.head {
    background: #001531;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
    color: white;
    position: relative;
    z-index: 102;
    font-weight: 400px;
}

.head .c_phone {
    color: #DFE1E5;
}

.head .h_1 .c_phone {
    margin-right: 20px;
}

.head .h_2 .hello {
    margin-right: 24px;
}

.head .h_2 .register {
    margin-right: 24px;
    color: #ff7f00;
}

.head .tool {
    line-height: 40px;
    position: relative;
    width: 105px;
    cursor: pointer;
}

.pk_hover:hover {
    color: #2B8AAF;
}

.head .tool:hover .packup {
    /* background-color: #fff; */
}

.head .tool .packup:hover {
    color: #2B8AAF;
}

.head .tool .packup {
    position: relative;
    padding: 0 12px;
}

.head_fo {
    background-image: url(../img/icon/hf.png);
    background-repeat: no-repeat;
}

.head .tool .packup span>i.toolLeft {
    display: inline-block;
    width: 12px;
    height: 15px;
    background-position: -3px -28px;
    margin: 12px 3px 0 0;
}

span>i.toolC {
    /*display: inline-block;*/
    /*width: 14px;*/
    /*height: 16px;*/
    /*!*background-position: -38px -2px;*!*/
    /*margin: 12px 3px 0 0;*/
}

i.toolUp {
    display: inline-block;
    width: 12px;
    height: 8px;
    background-position: -19px -19px;
    margin: 17px 0 0 1px;
}

.head .tool .packup:hover span>i.toolUp {
    /* background-position: -4px -19px; */
    color: red;
}

.head .tool .packup:hover span {
    color: #2B8AAF!important;
}

.head .tool .dropdown {
    display: none;
    position: absolute;
    top: 41px;
    left: -136px;
    background-color: #fff;
    padding: 20px 0px 10px;
    width: 442px;
    height: auto;
    z-index: 40;
    box-shadow: 0 0 4px #f2f2f2;
}

.head .tool .dropdown li {
    text-align: center;
    width: 110px;
    line-height: 20px;
}

.head .tool .dropdown li>a {
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
}

.head .tool .dropdown li:nth-child(4n) a {
    margin-right: 0;
}

.head .tool .dropdown li>a:hover .p1 {
    color: #0af;
}

.head .tool .dropdown li.dp1 a>i {
    background-position: -44px -5px;
}

.head .tool .dropdown li.dp2 a>i {
    background-position: -83px -5px;
}

.head .tool .dropdown li.dp3 a>i {
    background-position: -172px -5px;
}

.head .tool .dropdown li.dp4 a>i {
    background-position: -42px -47px;
}

.head .tool .dropdown li.dp5 a>i {
    background-position: -83px -47px;
}

.head .tool .dropdown li.dp6 a>i {
    background-position: -216px -48px;
}

.head .tool .dropdown li.dp7 a>i {
    background-position: -42px -88px;
}

.head .tool .dropdown li.dp8 a>i {
    background-position: -216px -88px;
}

.head .tool .dropdown li.dp9 a>i {
    background-position: -84px -88px;
}

.head .tool .dropdown li.dp10 a>i {
    background-position: -44px -130px;
}

.head .tool .dropdown li.dp11 a>i {
    background-position: -87px -128px;
}

.head .tool .dropdown li.dp12 a>i {
    background-position: -216px -128px;
}

.head .tool .dropdown li.dp13 a>i {
    background-position: -44px -170px;
}

.head .tool .dropdown li.dp14 a>i {
    background-position: -88px -170px;
}

.head .tool .dropdown li.dp1:hover a>i {
    background-position: -4px -5px;
}

.head .tool .dropdown li.dp2:hover a>i {
    background-position: -128px -5px;
}

.head .tool .dropdown li.dp3:hover a>i {
    background-position: -215px -5px;
}

.head .tool .dropdown li.dp4:hover a>i {
    background-position: -2px -47px;
}

.head .tool .dropdown li.dp5:hover a>i {
    background-position: -128px -47px;
}

.head .tool .dropdown li.dp6:hover a>i {
    background-position: -173px -49px;
}

.head .tool .dropdown li.dp7:hover a>i {
    background-position: -2px -88px;
}

.head .tool .dropdown li.dp8:hover a>i {
    background-position: -173px -90px;
}

.head .tool .dropdown li.dp9:hover a>i {
    background-position: -127px -88px;
}

.head .tool .dropdown li.dp10:hover a>i {
    background-position: -4px -130px;
}

.head .tool .dropdown li.dp11:hover a>i {
    background-position: -129px -128px;
}

.head .tool .dropdown li.dp12:hover a>i {
    background-position: -173px -128px;
}

.head .tool .dropdown li.dp13:hover a>i {
    background-position: -4px -170px;
}

.head .tool .dropdown li.dp14:hover a>i {
    background-position: -131px -170px;
}

.head .tool .dropdown li.dp15,
.head .tool .dropdown li.dp16,
.head .tool .dropdown li.dp5,
.head .tool .dropdown li.dp6,
.head .tool .dropdown li.dp7,
.head .tool .dropdown li.dp8,
.head .tool .dropdown li.dp9,
.head .tool .dropdown li.dp10,
.head .tool .dropdown li.dp11,
.head .tool .dropdown li.dp12,
.head .tool .dropdown li.dp13,
.head .tool .dropdown li.dp14 {
    border-top: 1px solid #ebebeb;
    margin-top: 0px;
    padding-top: 20px;
}

.head .login {
    position: relative;
    cursor: pointer;
}

.head .login .login_up {
    position: relative;
    margin-right: 10px;
    padding: 0 10px;
}

.head .login .login_up:hover i.toolUp {
    background-position: -4px -19px;
}

.head .login:hover .login_up {
    background-color: #fff;
}

.head .login .login_up:hover span {
    color: #ff7500;
}

.head .login .login_up span>i {
    position: absolute;
    top: 1px;
}

.head .login .dropdown {
    display: none;
    width: 100px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 5px #f2f2f2;
    position: absolute;
    text-align: center;
    left: 0px;
    top: 39px;
    z-index: 40;
}

.head .login .dropdown li a {
    display: inline-block;
    width: 100%;
}

.head .login .dropdown li:hover {
    background-color: #1890ff;
    color: #fff;
    cursor: pointer;
}

.head .login .dropdown li:hover a {
    color: #fff;
}

.head .web {
    width: 95px;
    overflow: hidden;
}

.head .web .login_up {
    padding: 0 8px;
}

.p_menu {
    display: inline-block;
    width: 12px;
    height: 14px;
    background-position: -21px -29px;
    margin: 0px 1px 0 0;
    position: relative;
    top: 4px;
}

.head .web:hover .login_up {
    background-color: #fff;
}

.head .web .login_up:hover i.toolUp {
    background-position: -4px -19px;
}

.head .web .login_up:hover {
    color: #ff7500;
}

.head .web .dropdown {
    display: none;
    position: absolute;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 40;
    padding: 30px 0;
}

.head .web .web_nav {
    margin-right: 40px;
}

.head .web .web_nav a.bles:hover {
    color: #1890ff;
}


/* .head .web .web_nav a.grays,
.head .web .web_nav a.grays:hover {
  color: #ccc;
} */

.head .web .dropdown .w_n_h3 {
    font-size: 16px;
    margin-left: 30px;
    color: #333;
}

.head .web .web_nav .web_nav_1 {
    border-left: 1px solid #e6e6e6;
    padding-left: 30px;
    font-size: 14px;
}

.head .web .web_nav:last-child {
    margin-right: 0;
}

.head .web .web_nav:last-child .web_nav_1 {
    border-right: 1px solid #e6e6e6;
    padding-right: 35px;
}

.head .web .web_nav .web_nav_1 .w_n_list {
    margin-right: 45px;
}

.head .web .web_nav .web_nav_1 .w_n_list:last-child {
    margin-right: 0;
}

.trade_focus {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.trade_focus .title {
    position: relative;
    /* left: 350px; */
    top: 150px;
}

.trade_focus .text1 {
    font-size: 40px;
    color: #1E3E65;
    top: -70px;
    position: relative;
}

.trade_focus .text2 {
    letter-spacing: 10px;
    font-size: 80px;
    color: white;
}

.trade_focus .titleImg {
    position: absolute;
    top: 220px;
    width: 99%;
    min-width: 1000px;
    max-width: 1600px;
    /* left: 0px; */
}

.trade_focus .title1 {
    position: absolute;
    left: 369px;
    top: 215px;
}

.trade_focus .title2 {
    position: absolute;
    left: 310px;
    top: 159px;
}

.trade_focus .rt1 {
    font-size: 50px;
    font-weight: bold;
}

.trade_focus .rt2 {
    position: relative;
    font-size: 20px;
    top: 34px;
}

.sinosure {
    position: relative;
}

.sinosure .rt1 {
    font-size: 40px;
    color: black;
}

.sinosure .rt2 {
    font-size: 18px;
    line-height: 24px;
    color: white;
}

.sinosure .lower-horizontal-line {
    position: relative;
    top: 30px;
    width: 60px;
    height: 6px;
    background-color: #00489D;
    margin: 0 auto;
}

.sinosure-content {
    position: relative;
    top: 170px;
    margin: 0 auto;
    width: 1000px;
    height: 490px;
    background-color: #00489D;
}

.sinosure-left-container>img {
    position: absolute;
    top: -60px;
    left: -60px;
    width: 110%;
    height: 320px;
}

.sinosure-left-container {
    position: relative;
    width: 44%;
    height: 260px;
}

.sinosure-right-container {
    width: 56%;
}

.sinosure-content .technological-process-top {
    position: relative;
    left: 76px;
}

.technological-process-top>span {
    position: relative;
}

.sinosure-content .technological-process-bottom {
    position: relative;
    left: 13px;
}

.technological-process-bottom>span {
    position: relative;
}

.lock-exchange {
    position: relative;
    margin-top: 200px;
}

.lock-exchange>div {
    justify-content: space-between;
    margin: 0 auto;
    width: 1160px;
    height: 330px;
}

.lock-exchange .rt1 {
    font-weight: bold;
}

.lock-exchange img {
    position: relative;
    z-index: 1;
    width: 300px;
    height: 120%;
}

.drawback {
    position: relative;
}

.drawback>div {
    margin: 0 auto;
    width: 1490px;
    height: 490px;
    padding: 100px 200px
}

.drawback img {
    width: 400px;
    height: 260px;
}

.order {
    position: relative;
    margin-top: 50px;
}

.order>div {
    justify-content: space-between;
    margin: 0 auto;
    width: 1160px;
    height: 330px;
}

.order img {
    position: relative;
    z-index: 1;
    top: -110px;
    width: 300px;
    height: 120%;
}

.stock {
    position: relative;
    margin-top: 50px;
    margin-bottom: 170px;
}

.stock>div {
    justify-content: space-between;
    margin: 0 auto;
    width: 1160px;
    height: 330px;
}

.stock img {
    position: relative;
    top: -10%;
    width: 500px;
    height: 120%;
}

.stock .stock-icon-container>div {
    margin-left: 35px;
}

.form-container {
    padding-top: 180px;
    padding-bottom: 180px;
    margin: 0 auto;
}

.form-content {
    position: relative;
    left: -35px;
    margin: 0 auto;
    width: 400px;
}

.form-container .rt1 {
    font-size: 40px;
    color: black;
}

.form-container .title {
    position: relative;
    top: -60px;
    width: 200px;
    margin: 0 auto;
}

.form-container .lower-horizontal-line {
    position: relative;
    top: 30px;
    width: 60px;
    height: 6px;
    background-color: #00489D;
    margin: 0 auto;
}

@media all and (-moz-min-device-pixel-ratio: 1.09) and (-moz-max-device-pixel-ratio: 1.18),
(-webkit-min-device-pixel-ratio: 1.09) and (-webkit-max-device-pixel-ratio: 1.18),
(min-resolution: 1.09dppx) and (max-resolution: 1.18dppx) {
     :root {
        font-size: 14px;
    }
}

@media all and (-moz-min-device-pixel-ratio: 1.19) and (-moz-max-device-pixel-ratio: 1.28),
(-webkit-min-device-pixel-ratio: 1.19) and (-webkit-max-device-pixel-ratio: 1.28),
(min-resolution: 1.19dppx) and (max-resolution: 1.28dppx) {
     :root {
        font-size: 13px;
    }
}

@media all and (-moz-min-device-pixel-ratio: 1.29) and (-moz-max-device-pixel-ratio: 1.4),
(-webkit-min-device-pixel-ratio: 1.29) and (-webkit-max-device-pixel-ratio: 1.4),
(min-resolution: 1.29dppx) and (max-resolution: 1.4dppx) {
     :root {
        font-size: 12px;
    }
}

@media all and (-moz-min-device-pixel-ratio: 1.41) and (-moz-max-device-pixel-ratio: 1.6),
(-webkit-min-device-pixel-ratio: 1.41) and (-webkit-max-device-pixel-ratio: 1.6),
(min-resolution: 1.41dppx) and (max-resolution: 1.6dppx) {
     :root {
        font-size: 10px;
    }
}

@media all and (-moz-min-device-pixel-ratio: 1.61) and (-moz-max-device-pixel-ratio: 1.8),
(-webkit-min-device-pixel-ratio: 1.61) and (-webkit-max-device-pixel-ratio: 1.8),
(min-resolution: 1.61dppx) and (max-resolution: 1.8dppx) {
     :root {
        font-size: 9px;
    }
}

@media all and (-moz-min-device-pixel-ratio: 1.81) and (-moz-max-device-pixel-ratio: 2.1),
(-webkit-min-device-pixel-ratio: 1.81) and (-webkit-max-device-pixel-ratio: 2.1),
(min-resolution: 1.81dppx) and (max-resolution: 2.1dppx) {
     :root {
        font-size: 8px;
    }
}

.choseBox .text-lg {
    font-size: 20px;
}

.joint-operation-item {
    width: 290px;
}

.joint-operation-item-icon-container {
    background-color: #e5e5e5;
    margin: 0 auto;
    width: 130px;
    padding: 5px;
    border-radius: 50%;
}

.joint-operation-item-icon-container>div {
    background-color: white;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.joint-operation-item-icon-container img {
    background-color: white;
    margin-left: 17.5px;
    margin-top: 17.5px;
    width: 85px;
    height: 85px;
}

.text-black {
    color: black;
}

.light-blue {
    color: #8094B8;
}

.fte-item-container {
    border-radius: 4px;
    width: 90%;
    height: 200px;
    border: 1px solid #999e9e;
    margin: 60px auto 0px auto;
}

.fte-item-container>img {
    margin-top: 60px;
    margin-left: 30px;
    margin-right: 30px;
    width: 80px;
    height: 80px;
}

.fte-item-container>div {
    padding-top: 30px;
    width: 70%;
}

.text-line-height {
    line-height: 24px;
}

.mservice-item {
    border: 1px solid #a7a7aa;
    border-radius: 3px;
    height: 180px;
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
}

.choseBox .down-load-icon {
    position: relative;
    left: -5px;
    top: 3px;
}

.aboutCont {
    width: 66.66%;
    margin: 0 auto
}

@media screen and (max-width: 800px) {
    .aboutCont {
        width: 100%;
    }
}

@media screen and (max-width: 1450px) {
    .aboutCont .mainBox1 {
        margin-top: 90px;
    }
    .newsListCont {
        margin-top: 90px;
    }
}

@media screen and (min-width: 1450px) {
    .aboutCont .mainBox1 {
        margin-top: 150px;
    }
    .newsListCont {
        margin-top: 150px;
    }
}

.focus2 {
    height: 400px;
}