#baguetteBox-overlay {
    display: none;
}

::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

::-webkit-scrollbar-thumb {
    background-color: #CDCDCD;
    border-radius: 60px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #D9D9D9
}

::-webkit-scrollbar-thumb:active {
    background-color: #554F5E
}

* {
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #666;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
}


/* 版心 */
.wrap {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.pro_page_table {
    overflow-x: auto;
    padding-bottom: 30px;
}







/*
*   公用移动端导航wap head    开始~~~~~~~~~
*/

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mobile_header {
    display: none;
    clear: both;
    width: 100%;
    height: 52px;
    position: relative;
    z-index: 8;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.mobile_header_top {
    width: 100%;
    height: 52px;
    position: relative;
}


.mobile_logo {
    width: 180px;
    height: 52px;
    margin-left: 15px;
}

.mobile_logo a {
    height: 100%;
    width: 100%;
}

.mobile_logo a .cell {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.mobile_logo img {
    display: block;
    height: 42px;
    width: auto;

}

.mobile_menu_btn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 14px 15px 7px 14px;
    cursor: pointer;
}

.mobile_menu_btn span {
    display: block;
    height: 3px;
    width: 32px;
    background: #000;
    border-radius: 2px;
    margin-bottom: 7px;
}

.mobile_search_icon {
    box-sizing: border-box;
    color: #000;
    font-size: 26px;
    width: 50px;
    height: 52px;
    text-align: center;
    line-height: 50px;
    padding-right: 30px;
    cursor: pointer;
}


.mobile_lag_icon {
    color: #000;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    margin-right: 80px;
    cursor: pointer;
}

.mobile_lag_box {
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #F3F3F3;
}

.mobile_lag_box a {
    display: inline-block;
    width: 120px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    background: #1d5da5;
}



.mobile_menu_box {
    box-sizing: border-box;
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    z-index: 5;
    width: 100%;
    background: #f1f1f1;
    padding: 20px;
}

.mobile_menu_dl dd {
    clear: both;
    line-height: 20px;
    margin-bottom: 8px;
}

.mobile_menu_tt {
    font-size: 16px;
    font-family: "MarkPro-Medium";
    margin-bottom: 6px;
}

.mobile_menu_tt .text {
    float: left;
    width: 80%;
    color: #333;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.mobile_menu_tt_icon {
    display: none;
    float: right;
    width: 30px;
    height: 30px;
    background: url("../images/menu_ico.png") no-repeat center center;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.mobile_menu_down {
    display: none;
    padding: 8px 0 8px 10px;
}

.mobile_menu_down_clm {}


.Category_a {
    float: left;
}

.Threeclassify_box {
    display: none;
    font-size: 13px;
    padding: 10px 20px
}

.Threeclassify_box dl dd a:hover {
    color: #00bd6b;
    padding-left: 10px;
}

.Threeclassify_box dl dd a {
    transition: all 0.4s;
}

.Category_three .Arrow_right {
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/menu_ico.png) no-repeat center center;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.mobile_menu_down_clm_tt {
    width: calc(100% - 50px);
    display: block;
    color: #333;
    line-height: 36px;
    font-size: 14px;
}

.mobile_menu_down_clm_list {
    padding-left: 15px;
}

.mobile_menu_down_clm_list a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.mobile_menu_dl dd.hover .mobile_menu_tt .text {
    color: #0091ff;
}


.mobile_search_box {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 52px;
    display: none;
    width: 100%;
    padding: 20px;
    background: #fff;
}

.mobile_search_box form {
    width: 100%;
    padding: 2px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.mobile_search_text {
    outline: none;
    width: 78%;
    float: left;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    border: 0;
}

.mobile_search_btn {
    float: right;
    /* width: 40px;
    height: 40px; */
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    border: none;
    color: #154788;
    background-color: #fff;
    padding-right: 15px;
    cursor: pointer;
}


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

/* 公用手机端头部导航栏结束~~~~~~~~~~~~~~ */
















/* 头部导航栏的公用模块css  */
.public_navTop1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 46px;
}

.public_navTop2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 275px;
    box-sizing: border-box;
    padding: 10px 0;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.public_navTop2:hover span {
    color: #0091ff;
}

.public_navTop2:hover i {
    color: #0091ff;
    text-decoration: underline;
}

.public_navTop2 span {
    font-size: 24px;
    transition: all 0.4s;
}

.public_navTop2 i {
    font-family: "verdana_1";
    font-size: 14px;
    font-style: normal;
    box-sizing: border-box;
    padding-left: 8px;
    margin-top: -4px;
    transition: all 0.4s;
}

.public_navTop3 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.public_navTop3_r1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 12px 0;
    width: 412px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.public_navTop3_r1:hover span {
    color: #0091ff;
}

.public_navTop3_r1:hover i {
    color: #0091ff;
    text-decoration: underline;
}

.public_navTop3_r1 .iconPhone {
    font-size: 20px;
    transition: all 0.4s;
}

.public_navTop3_r1 i {
    font-family: "verdana_1";
    font-style: normal;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    padding-left: 8px;
    transition: all 0.4s;
}

.public_navTop3_r2 {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 156px;
    box-sizing: border-box;
    border-right: 1px solid #eeeeee;
    cursor: pointer;
}

.public_navTop3_r2 .icon1 {
    font-size: 20px;
}

.public_navTop3_r2 i {
    font-family: "verdana_1";
    font-style: normal;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    padding: 0 6px;
}

.public_navTop3_r2 .icon2 {
    color: #666;
}

.public_navTop3_r2 .langeSwitch {
    display: none;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    transform: translate(0, 98%);
    width: 100%;
    background: #fff;
}

.public_navTop3_r2 .langeSwitch dd a {
    display: block;
    color: #333;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0;
    transition: all 0.6s;
}

.public_navTop3_r2 .langeSwitch dd:hover a {
    background: #0091ff;
    color: #fff;
}

.public_navBottom {
    position: fixed;
    z-index: 2;
    width: 100%;
    background: rgba(53, 53, 53, 0.3);
    transition: all 0.2s;
}

.public_navBottom1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 105px;
}

.public_navBottom1 .log_box {
    width: 104px;
}

.public_navBottom1 .log_box a {
    display: block;
}

.public_navBottom1 .log_box a img {
    max-width: 100%;
}

.public_navBottom1 .nav_searchBox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 70%;
    height: 100%;
}

.public_navBottom1 .nav_searchBox .nav_box {
    width: 83%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.nav_searchBox .nav_box .navItem {
	position: relative;
}
.nav_searchBox .nav_box .navItem > a {
    height: 100%;
    display: block;
    line-height: 105px;
}

.nav_searchBox .nav_box .navItem > a span {
    font-family: "Archivo-Bold_0";
    color: #f5f5f5;
    box-sizing: border-box;
    padding: 0 10px 16px;

}

.nav_searchBox .nav_box .navItem.hover > a span {
    border-bottom: 2px solid #f5f5f5;
}

.nav_searchBox .search_BigBox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    padding-left: 40px;
    cursor: pointer;
}

.nav_searchBox .search_BigBox .search_Box {
    position: relative;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
}

.nav_searchBox .search_BigBox .search_Box span {
    font-size: 20px;
    line-height: 48px;
}

.search_Box .search_Box_input {
    display: none;
    position: absolute;
    left: 0px;
    top: 76px;
    transform: translate(-82%, 0);
    width: 260px;
    height: 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    overflow: hidden;
}

.search_Box_input form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-align: left;
    height: 100%;
    box-sizing: border-box;
    padding-left: 4px;
}

.search_Box_input form .input1 {
    width: 80%;
    height: 90%;
    outline: none;
    border: none;
    padding-left: 4px;
}

.search_Box_input form .input2 {
    font-size: 18px;
    cursor: pointer;
    box-sizing: border-box;
    padding-left: 10px;
    outline: none;
    border: none;
    background: #fff;
}

/* 头部导航栏的公用模块css         结束   */




/* 二级导航 */
.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    width: 430px;
    box-sizing: border-box;
    padding: 0 10px 20px;
    border: 1px solid #ededed;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.publicTwo_stage_nav .EveryOne {
    width: 50%;
    float: left;
}

.publicTwo_stage_nav .EveryOne a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 16px 8px 16px 8px;
    border-bottom: 1px solid #ededed;
}

.publicTwo_stage_nav .EveryOne a:hover span {
    color: #0091ff;
}

.publicTwo_stage_nav .EveryOne a span {
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    padding: 0 0 0 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* 二级导航~~~~~~~~~~~~end */















/* ~~~~~~~~~index.css~~~~~~~~~~~ */
/* ~~~~~~~~~index.css~~~~~~~~~~~ */
/* ~~~~~~~~~index.css~~~~~~~~~~~ */
.indPageBoxOne .indPageOne1 a {
    display: block;
    width: 100%;
}

.indPageOne1 .owl-controls .owl-dots {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translate(-50%, 0);
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #1392fe;
}


.indPageTwo1 {
    box-sizing: border-box;
    padding: 60px 0 70px;
}

.indPageTwo2 {
    text-align: center;
}

.indPageTwo2 .title {
    font-family: "Archivo-Bold_0";
    font-size: 52px;
    color: #333;
}

.indPageTwo2 .title2 {
    font-family: "verdana_1";
    font-size: 14px;
    color: #999;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 2px 0 10px;
}

.indPageTwo1 .indPageTwo2 .title_icon1 .title_icon {
    background: #fff;
}

.indPageTwo2 .title_icon1 {
    position: relative;
    height: 40px;
}

.indPageTwo2 .title_icon1 .title_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 40px;
    margin: 0 auto;
    font-size: 24px;
    color: #e81e26;
    text-align: center;
    line-height: 40px;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: #f8f8f8;
}

.indPageTwo2 .title_icon1 .icon_line {
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
    height: 1px;
    width: 135px;
    background: #dcdcdc;
}


.indPageTwo3 {
    box-sizing: border-box;
    padding-top: 20px;
}

.indPageTwo4 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indPageTwo4 .item {
    width: 15%;
    margin-right: 20px;
}

.indPageTwo4 .item:hover a {
    color: #fff;
    background: #1392fe;
}

.indPageTwo4>.item:last-child {
    margin-right: 0px;
}

.indPageTwo4 .item a {
    font-family: "verdana_1";
    font-size: 14px;
    color: #333;
    display: block;
    box-sizing: border-box;
    padding: 14px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
}

.indPageTwo5 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 30px 0 40px;
}

.indPageTwo5 .leftBox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 37.4%;
    background: #f5f5f5;
}

.indPageTwo5 .leftBox .img_box {
    width: 43%;
    display: block;
}
.indPageTwo5 .leftBox .font_Box {
    width: 56%;
}

.indPageTwo5 .leftBox .img_box img {
    max-width: 100%;
}

.indPageTwo5 .leftBox .font_Box .title {
    font-family: "verdana_1";
    font-size: 24px;
    color: #333;
}

.indPageTwo5 .leftBox .font_Box dl {
    box-sizing: border-box;
    padding-top: 16px;
}

.indPageTwo5 .leftBox .font_Box dl dd {
    font-family: "verdana_1";
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    padding: 3px 0;
}

.public_ListItem {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 61.3%;
}

.public_ListItem .item {
    position: relative;
    width: calc((100% - 28px) / 3);
    margin-right: 14px;
}

.public_ListItem>.item:nth-child(3n) {
    margin-right: 0;
}

.public_ListItem>.item:nth-child(-n + 3) {
    margin-bottom: 14px;
}

.public_ListItem .item .Item_Box {
    display: block;
    background: #f5f5f5;
}

.public_ListItem .item .Item_Box img {
    width: 100%;
}

.public_ListItem .item .Item_Box .bottom_font {
    font-family: "verdana_1";
    font-size: 14px;
    color: #fff;
    background: #0091ff;
    box-sizing: border-box;
    padding: 4px 4px 8px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all 0.7s;
}

.public_ListItem .item .Item_Box .hoverShow {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 138, 255, 0.92);
    box-sizing: border-box;
    padding: 10% 22px 0;
    overflow: hidden;
}

.public_ListItem .item .hoverShow .title {
    font-family: "verdana_1";
    font-size: 18px;
    color: #fff;
}

.public_ListItem .item .hoverShow dl {
    box-sizing: border-box;
    padding-top: 14px;
}

.public_ListItem .item .hoverShow dl dd {
    font-family: "verdana_1";
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.indPageTwo6 .more_btn {
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 14%;
    box-sizing: border-box;
    padding: 9px 8px;
    border: 1px solid #dcdcdc;
    transition: all 0.5s;
}

.indPageTwo6 .more_btn:hover {
    border: 1px solid #0091ff;
}

.indPageTwo6 .more_btn:hover i,
.indPageTwo6 .more_btn:hover span {
    color: #0091ff;
}

.indPageTwo6 .more_btn i {
    font-family: "verdana_1";
    font-style: normal;
    font-size: 14px;
    color: #333;
    transition: all 0.5s;
}

.indPageTwo6 .more_btn span {
    font-size: 24px;
    font-weight: 600;
    color: #4e4e4e;
    box-sizing: border-box;
    padding-left: 6px;
    margin-top: 3px;
    transition: all 0.5s;
}

.indPageBoxThree {
    background: #f8f8f8;
}

.indPageThree1 {
    box-sizing: border-box;
    padding: 64px 0 70px;
}



.indPageThree2 {
    position: relative;
    box-sizing: border-box;
    padding-top: 14px;
}

.indPageThree3 {
    width: 59%;
    margin-left: 24%;
}

.indPageThree3 .item {
    display: block;
    width: 100%;
}

.indPageThree3 .item img {
    max-width: 100%;
}

.indPageThree4 {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-top: 26px;
}

.indPageThree4 .prev_btn {
    position: absolute;
    right: 90px;
    top: 0;
    transform: translate(0, -100%);
    width: 72px;
    height: 29px;
    line-height: 29px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.indPageThree4 .next_btn {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0, -100%) rotateZ(180deg);
    width: 72px;
    height: 29px;
    line-height: 29px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.indPageThree5 {
    width: 66%;
}

.indPageThree5 dd a {
    display: block;
}

.indPageThree5 dd {
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0);
    transition: all 0.5s;
}
.indPageThree5 dd:hover {
    border: 1px solid #e60c12;
}


.indPageThree6 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 31%;
    box-sizing: border-box;
    padding: 40px 20px 40px 30px;
    background: rgba(0, 145, 255, 0.94);
}

.indPageThree6 .title {
    font-family: "verdana_1";
    font-size: 22px;
    color: #fff;
}

.indPageThree6 .line {
    width: 21%;
    height: 1px;
    background: #fff;
    margin: 40px 0 56px;
}

.indPageThree6 .font {
    font-family: "verdana_1";
    font-size: 14px;
    color: #fff;
    height: 240px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    margin-bottom: 30px;
}

.indPageThree7 {
    position: absolute;
    top: 10px;
    right: 0;
}
.indPageThree7 img {
    max-width: 100%;
    max-height: 100%;
}

.indPageBoxFour {
    background: url("../images/pro_05.jpg") no-repeat center center / cover;
}
.indPageFour1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 70px 0 78px;
}
.indPageFour1 .left_box {
    width: 50%;
    height: 454px;
}
.indPageFour1 .left_box .video_Box {
    position: relative;
    cursor: pointer;
}
.indPageFour1 .left_box .video_Box img {
    width: 100%;
}
.indPageFour1 .left_box .video_Box .video_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    color: #fff;
}
.indPageFour1 .left_box .video_Box .video_mask span {   
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
}
.indPageFour1 .left_box .iframe_Box {
    display: none;
    width: 100%;
    height: 100%;
}
.indPageFour1 .left_box .iframe_Box iframe {
    width: 100%;
    height: 100%;
}
.indPageFour1 .right_box {
    width: 50%;
    box-sizing: border-box;
    padding: 74px 20px 80px 30px;
    background: #fff;
}
.indPageFour1 .right_box .title {
    font-family: "Archivo-Bold_0";
    font-size: 36px;
    color: #333;
}
.indPageFour1 .right_box .line {
    width: 11%;
    height: 3px;
    background: #e60b12;
    margin: 30px 0 26px;
}
.indPageFour1 .right_box .content {
    font-family: "verdana_1";
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.indPageFour1 .right_box .btn_Box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.indPageFour1 .right_box .btn_Box .btn_one {
    font-family: "verdana_1";
    font-size: 14px;
    color: #fff;
    width: 38%;
    box-sizing: border-box;
    padding: 16px 6px;
    text-align: center;
    background: #0091ff;
    transition: all 0.3s;
}
.indPageFour1 .right_box .btn_Box .btn_one:hover {
    background: rgba(0, 145, 255, 0.6);
}
.indPageFour1 .right_box .btn_Box .btn_two {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: "verdana_1";
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    padding: 16px 6px;
    background: #f1f1f1;
    width: 36%;
    margin-left: 14px;
    transition: all 0.4s;
}
.indPageFour1 .right_box .btn_Box .btn_two:hover {
    background: rgba(0, 145, 255, 0.7);
    color: #fff;
}
.indPageFour1 .right_box .btn_Box .btn_two > span:nth-child(2) {
    font-size: 20px;
    font-weight: 600;
    padding-left: 10px;
}
.indPageFive1 {
    box-sizing: border-box;
    padding: 60px 0 60px;
}
.indPageFive1 .indPageTwo6 {
    box-sizing: border-box;
    padding: 20px 0 0 0;
}
.indPageFive1 .indPageTwo2 .title_icon1 .title_icon {
    background: #fff;
}
.indPageFive2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 26px; 
}
.indPageFive2 .item_box {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    margin-bottom: 24px;
}
.indPageFive2 .item_box:nth-child(3n) {
    margin-right: 0px;
}
.indPageFive2 .item_box .item {
    display: block;
    width: 100%;
    overflow: hidden;
}
.indPageFive2 .item_box .item img {
    width: 100%;
    transition: all 0.4s;
}
.indPageFive2 .item_box:hover .item img {
    transform: scale(1.03, 1.01);
}
.indPageFive2 .item_box .item .item_bottom {
    font-family: "verdana_1";
    font-size: 14px;
    color: #fff;
    background: #0091ff;
    box-sizing: border-box;
    padding: 10px 10px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all 0.4s;
}
.indPageFive2 .item_box:hover .item .item_bottom {
    background: #85B5DC;
}
.indPageBoxSix {
    background: #f8f8f8;
}
.indPageSix1 {
    box-sizing: border-box;
    padding: 64px 0 68px;
}
.indPageSix1 .indPageTwo6 {
    box-sizing: border-box;
    padding-top: 50px;
}
.indPageSix2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-top: 24px;
}
.indPageSix2_l {
    width: 40.4%;
}
.indPageSix2_l a {
    display: block;
    overflow: hidden;
}
.indPageSix2_l a:hover img {
    transform: scale(1.02, 1.01);
}
.indPageSix2_l a:hover .title,
.indPageSix2_l a:hover .title2 {
    color: #85B5DC;
}
.indPageSix2_l a img {
    width: 100%;
    transition: all 0.4s;
}
.indPageSix2_l a .title {
    font-family: "Archivo-Bold_0";
    color: #333;
    line-height: 26px;
    box-sizing: border-box;
    padding: 12px 0 10px;
    transition: all 0.4s;

}
.indPageSix2_l a .title2 {
    font-family: "verdana_1";
    font-size: 14px;
    color: #666;
    line-height: 22px;
    transition: all 0.4s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.indPageSix2_r {
    width: 58%;
    box-sizing: border-box;
    padding: 0 1% 0 4%;
}
.indPageSix2_r .item_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 46px;
}
.indPageSix2_r .item_box:hover .left_number dd,
.indPageSix2_r .item_box:hover .right_font .title {
    color: #0091ff!important;
}
.indPageSix2_r .item_box:last-child {
    margin-bottom: 0px;
}
.indPageSix2_r .left_number {
    width: 14%;
    box-sizing: border-box;
    border-right: 1px solid #c7c7c7;
    text-align: center;
}
.indPageSix2_r .item_box .left_number > dd:nth-child(1) {
    font-family: "Archivo-Bold_0";
    font-size: 36px;
    color: #999;
    transition: all 0.4s;
}
.indPageSix2_r .item_box .left_number > dd:nth-child(2) {
    font-family: "verdana_1";
    color: #999;
    transition: all 0.4s;
}
.indPageSix2_r .item_box .right_font {
    width: 84%;
    box-sizing: border-box;
    padding-left: 24px;
}
.indPageSix2_r .item_box .right_font .title {
    font-family: "Archivo-Bold_0";
    color: #333;
    box-sizing: border-box;
    padding-bottom: 10px;
    transition: all 0.4s;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.indPageSix2_r .item_box .right_font .title2 {
    font-family: "verdana_1";
    font-size: 14px;
    color: #666;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}




/* 底部公用模块 */
.public_fotter {
    background: #545454;
    box-sizing: border-box;
    border-top: 8px solid #0091ff;
}
.footer_Item {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 60px 0;
    border-bottom: 1px solid #696969;
}
.footer_Item .ItemOne .Item_tt a {
    font-family: "Archivo-Bold_0";
    font-size: 30px;
    color: #fff;
    
}
.footer_Item .ItemOne .Item_tt {
    box-sizing: border-box;
    padding-bottom: 16px;
    border-bottom: 1px solid #696969;
}

.footer_Item .ItemOne {
    width: 28%;
}
.Footer_hot .righticon {
    color: #8b8d8e;
    font-size: 13px;
}
.Footer_hot dd a {
    font-family: "verdana_1";
    font-size: 14px;
    color: #e2e2e2;
    transition: all 0.4s;
}
.Footer_hot dd .footerHover:hover {
    color: #85B5DC;
    text-decoration: underline;
    padding-left: 8px;
}
.Footer_hot dd {
    box-sizing: border-box;
    padding-top: 24px;
}
.Footer_hot .icon a {
    display: block;
}
.Footer_hot .icon a:hover span {
    color: #85B5DC;
    margin-top: -6px;
}

.Footer_hot .icon {
    display: flex;
    justify-content: space-between;
    width: 54%;
}
.Footer_hot .icon a span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: #696969;
    color: #fff;
    font-size: 20px;
    transition: all 0.4s;
}
.ContactIcon {
    color: #fff;
    font-size: 18px;
}
.Footer_hot .Contact_us div {
    color: #e2e2e2;
    line-height: 20px;
}
.Footer_hot .Contact_us {
    display: flex;
    color: #e2e2e2;
    font-family: "verdana_1";
    font-size: 14px;
}
.Footer_hot .Contact_us span {
    margin-right: 5px;
}

.double_dl .Footer_hot span {
    color: #8b8d8e;
    font-size: 13px;
}
.ItemOne.ItemThree input {
    width: 100%;
    outline: none;
    border: none;
    background: #626262;
    box-sizing: border-box;
    padding: 10px 0 10px 15px;
    color: #e2e2e2;
    margin-top: 25px;
}
.ItemOne.ItemThree input::-webkit-input-placeholder {
    font-family: "verdana_1";
    color: #e2e2e2;
}
.ItemOne.ItemThree textarea::-webkit-input-placeholder {
    font-family: "verdana_1";
    color: #e2e2e2;
}
.ItemOne.ItemThree textarea {
    width: 100%;
    outline: none;
    border: none;
    background: #626262;
    color: #e2e2e2;
    box-sizing: border-box;
    padding: 10px 0 10px 15px;
    margin: 20px 0;
    resize:none;
    height: 80px;
}
.ItemOne.ItemThree .form_submit {
    border: none;
    outline: none;
    background: #626262;
    font-size: 14px;
    color: #ededed;
    box-sizing: border-box;
    padding: 10px 26px;
    cursor: pointer;
    transition: all 0.4s;
}
.ItemOne.ItemThree .form_submit:hover {
    margin-left: 8px;
    color: #85B5DC;
}

.pub_fott1 .pub_fott2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 40px 0 30px;
}
.pub_fott1 .pub_fott2 .pub_fott2_bottom1 {
    font-family: "verdana_1";
    font-size: 14px;
    color: #a0a0a0;
    box-sizing: border-box;
    padding-bottom: 6px;
    transition: all 0.4s;
}
.pub_fott1 .pub_fott2 .pub_fott2_bottom2 {
    font-size: 14px;
    color: rgba(160, 160, 160, 0.6);
    transition: all 0.4s;
}
.pub_fott1 .pub_fott2 .pub_fott2_bottom1:hover,
.pub_fott1 .pub_fott2 .pub_fott2_bottom2:hover {
    color: #85B5DC;
    text-decoration: underline;
}



.pub_fott1 .pub_fott2 .public_bottom_img {
    box-sizing: border-box;
    padding-top: 20px;
}
.pub_fott1 .pub_fott2 .public_bottom_img img {
    max-width: 100%;
}
/* ~~~~~~~~~index.css~~~~~~~~~~~结束 */
/* ~~~~~~~~~index.css~~~~~~~~~~~结束 */
/* ~~~~~~~~~index.css~~~~~~~~~~~结束 */







/* ~~~~~~~~~~~~about.css~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~about.css~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~about.css~~~~~~~~~~~~~~~ */
/* 二级页面的banner盒子高度 */
.publicSub_banner {
    height: 449px;
}
.aboPageBoxOne {
    position: relative;
    height: 100%;
}
.aboPageOne1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -12%);
    width: 28%;
    box-sizing: border-box;
    padding: 24px 8px 34px;
    background: rgba(0, 145, 255, 0.8);
}
.aboPageOne1 .title {
    font-family: "Archivo-Bold_0";
    font-size: 38px;
    color: #fff;
    text-align: center;
}
.aboPageOne1 .Crumbs {
    text-align: center;
    color: #fff;
}
.aboPageOne1 .Crumbs a {
    font-family: "verdana_1";
    font-size: 14px;
    color: #fff;
}
.aboPageTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 72px 0;
}
.aboPageTwo2 {
    width: 64%;
}
.aboPageTwo2 .title {
    font-family: "Archivo-Bold_0";
    font-size: 36px;
    color: #333;
}
.aboPageTwo2 .line {
    height: 2px;
    width: 75px;
    background: #e60b12;
    margin: 16px 0 20px;
}
.aboPageTwo2 .content {
    font-family: "verdana_1";
    font-size: 14px;
    color: #666;
    line-height: 24px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.aboPageTwo2 .year_box dd {
    width: 29%;
    
}
.aboPageTwo2 .year_box dd > div:nth-child(1) {
    font-family: "Archivo-Bold_0";
    font-size: 36px;
    color: #e60b12;
}
.aboPageTwo2 .year_box dd > div:nth-child(2) {
    font-family: "Archivo-Bold_0";
    color: #666666;
    box-sizing: border-box;
    padding-top: 8px;
}
.aboPageTwo2 .year_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.aboPageTwo2 .year_box > dd:nth-child(n + 2)  {
    box-sizing: border-box;
    padding-left: 10%;
}
.aboPageTwo2 .year_box > dd:nth-child(2) {
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}
.aboPageTwo3 {
    width: 36%;
}
.aboPageTwo4 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 64%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 90px 40px 80px;
    border: 1px solid #e60b12;
    cursor: pointer;
    
}
.aboPageTwo4:hover .iconBox div {
    color: #e60b12;
}
.aboPageTwo4 .fontBox {
    width: 62%;
}
.aboPageTwo4 .fontBox .font1 {
    font-family: "Archivo-Bold_0";
    font-size: 36px;
    color: #333;
}
.aboPageTwo4 .fontBox .font2 {
    font-family: "Archivo-Bold_0";
    font-size: 60px;
    color: #333;
}
.aboPageTwo4 .fontBox .font3 {
    font-family: "Archivo-Bold_0";
    font-size: 36px;
    color: rgba(21, 116, 188, 0.6);
}
.aboPageTwo4 .iconBox {
    width: 38%;
}
.aboPageTwo4 .iconBox div {
    font-size: 60px;
    transition: all 0.4s;
}



/* 弹出的视频盒子 */
.aboPageTwo3 .video_maskBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}
.aboPageTwo3 .video_maskBox .video_Box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 800px;
    height: 485px; 
}
.aboPageTwo3 .video_maskBox .video_Box .videoIframe {
    width: 100%;
    height: 100%;
}
.aboPageTwo3 .video_maskBox .video_Box .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.aboPageBoxThree {
    background: #0091ff;
}
.aboPageThree1 {
    box-sizing: border-box;
    padding: 76px 0;
}
.aboPageThree2 .item {
    display: block;
    box-sizing: border-box;
    border: 4px solid #38a9ff;
    transition: all 0.5s;
}
.aboPageThree2 .item:hover {
    border: 4px solid #e60b12;
}
.aboPageThree2 .owl-controls .owl-dots .owl-dot.active span {
    background: #e60b12;
}
.aboPageThree2 .owl-controls .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -42px;
    transform: translate(-50%, 0);
}
.aboPageThree2 .owl-dots .owl-dot span {
    background: #fff;
}
.aboPageBoxFour {
    background: #f8f8f8;
}
.aboPageFour1 {
    box-sizing: border-box;
    padding: 70px 0;
}
.aboPageFour2 .title {
    font-family: "Archivo-Bold_0";
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
    color: #333;
}
.aboPageFour2 .line {
    width: 75px;
    height: 2px;
    background: #e60b12;
    margin: 22px auto;
}
.aboPageFour2 .title2 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #666;
    font-family: "verdana_1";
    line-height: 24px;
}
.aboPageFour3 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 26px;
}
.aboPageFour3_l {
    position: relative;
    width: 49%;
}
.aboPageFour3_l img {
    width: 100%;
}
.aboPageFour3_l .border_box {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 97%;
    height: 95%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 34% 20px 0;
}
.aboPageFour3_l .border_box .title {
    font-family: "Archivo-Bold_0";
    font-size: 30px;
    color: #fff;
}  
.aboPageFour3_l .border_box .title2 {
    font-family: "verdana_1";
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
} 
.aboPageFour3_l .mask_Box {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 138, 255, 0.7);
}
.aboPageFive1 {
    box-sizing: border-box;
    padding: 70px 0 110px;
}
.aboPageFive2 {
    box-sizing: border-box;
    padding-top: 26px;
}

.aboPageFive2 .owl-controls .owl-dots .owl-dot.active span {
    background: #e60b12;
}
.aboPageFive2 .owl-controls .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -42px;
    transform: translate(-50%, 0);
}
.aboPageFive2 .owl-dots .owl-dot span {
    background: #d8d8d8;
}
.aboPageBoxSix {
    box-sizing: border-box;
    padding: 60px 0 50px;
    background: #f8f8f8;
}
.aboPageSix1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.aboPageSix1 .left_box {
    width: 50%;
}
.aboPageSix1 .left_box img {
    max-width: 100%;
}
.aboPageSix1 .right_box {
    width: 50%;
    box-sizing: border-box;
    padding-left: 30px;
}
.aboPageSix1 .right_box .title {
    font-family: "Archivo-Bold_0";
    font-size: 36px;
    color: #333;
}
.aboPageSix1 .right_box .line {
    width: 75px;
    height: 2px;
    background: #e60b12;
    margin: 22px 0 30px;
}
.aboPageSix1 .right_box .content {
    font-family: "verdana_1";
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
/* ~~~~~~~~~~~~about.css~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~about.css~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~about.css~~~~~~~~~~~~~~~结束 */












/* ~~~~~~~~~~~~~~~~~case.css~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~case.css~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~case.css~~~~~~~~~~~~~~~~~ */
.casPageBoxOne {
    background: #f8f8f8;
}
.casPageOne1 {
    box-sizing: border-box;
    padding: 60px 0 80px;
}
.casPageOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.casPageOne3 {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    margin-bottom: 24px;
}
.casPageOne2 .casPageOne3:nth-child(3n) {
    margin-right: 0px;
}
.casPageOne3:hover a .bottom_box {
    background: #0091ff;
}
.casPageOne3:hover a img {
    transform: scale(1.03, 1.02);
}
.casPageOne3:hover a .bottom_box .title,
.casPageOne3:hover a .bottom_box .title2,
.casPageOne3:hover a .bottom_box .more_btn i,
.casPageOne3:hover a .bottom_box .more_btn span {
    color: #fff;
}
.casPageOne3 a {
    display: block;
    overflow: hidden;
}
.casPageOne3 a img {
    width: 100%;
    transition: all 0.4s;
}
.casPageOne3 a .bottom_box {
    box-sizing: border-box;
    padding: 30px 20px 30px;
    background: #fff;
    height: 224px;
    transition: all 0.6s;
}
.casPageOne3 a .bottom_box .title {
    font-family: "Archivo-Bold_0";
    color: #333;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.5s;
}
.casPageOne3 a .bottom_box .title2 {
    font-family: "verdana_1";
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin: 22px 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.5s;
}
.casPageOne3 a .bottom_box .more_btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.casPageOne3 a .bottom_box .more_btn i {
    font-family: "verdana_1";
    font-style: normal;
    font-size: 14px;
    color: #666;
    transition: all 0.5s;
}
.casPageOne3 a .bottom_box .more_btn span {
    font-size: 26px;
    color: #666;
    font-weight: 600;
    margin-left: 6px;
    margin-top: 4px;
    transition: all 0.5s;
}



/* 分页的css */
.public_page {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 16px;
}
.public_page a {
    display: block;
    font-family: "verdana_1";
    font-size: 14px;
    color: #666;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    margin: 0 8px;
    background: #fff;
    transition: all 0.5s;
}
.public_page a.prev,
.public_page a.next {
    width: 130px;
}
.public_page a.hover {
    background: #e60b12;
    border: 1px solid #e60b12;
    color: #fff;
}
.public_page a:hover {
    background: #e60b12;
    border: 1px solid #e60b12;
    color: #fff;
}
/* ~~~~~~~~~~~~~~~~case.css~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~case.css~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~case.css~~~~~~~~~~~~~~~结束 */











/* ~~~~~~~~~~~~~~contact.css~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~contact.css~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~contact.css~~~~~~~~~~~~~~~ */
.conPageOne1 {
    box-sizing: border-box;
    padding: 50px 0 70px;
}
.conPageOne2 .title {
    font-family: "Archivo-Bold_0";
    font-size: 52px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #333;
}
.conPageOne2 .title2 {
    font-family: "verdana_1";
    font-size: 14px;
    color: #999;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 2px 0 20px;
}
.conPageOne2 .line {
    width: 75px;
    height: 2px;
    background: #e60b12;
    margin: 0 auto;
}
.conPageOne3 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 30px;
}
.conPageOne3_l {
    width: 50%;
    box-sizing: border-box;
    border: 3px solid #dcdcdc;
}
.conPageOne3_l img {
    width: 100%;
}
.conPageOne3_r {
    width: 50%;
    box-sizing: border-box;
    padding-left: 30px; 
}
.conPageOne3_r .title {
    font-family: "Archivo-Bold_0";
    font-size: 28px;
    color: #333;
    box-sizing: border-box;
    padding-bottom: 22px;
}
.conPageOne3_r dl dd {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}
.conPageOne3_r dl dd:nth-child(1) {
    border-top: 1px solid #eeeeee;
}

.conPageOne3_r dl dd:nth-child(1) .two_tel {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-left: 15px;
}
.conPageOne3_r dl dd:nth-child(1) .two_tel span {
    font-family: "Archivo-Bold_0";
    font-size: 18px;
    color: #666;
    box-sizing: border-box;
    padding-right: 10px;
    transition: all 0.4s;
    line-height: 25px;
}
.conPageOne3_r dl dd:nth-child(1) .two_tel a {
    display: inline-block;
    width: auto;
}
.conPageOne3_r dl dd:nth-child(1) .two_tel a:hover {
    color: #85B5DC;
}





.conPageOne3_r dl dd:hover .icon {  
    background: #85B5DC;
}
.conPageOne3_r dl dd:hover a span {
    color: #85B5DC;
}
.conPageOne3_r dl dd:hover a i {
    color: #85B5DC;
    text-decoration: underline;
}
.conPageOne3_r dl dd .icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: rgba(169, 169, 169);
    text-align: center;
    color: #fff;
    font-size: 18px;
    transition: all 0.4s;
}

.conPageOne3_r dl dd a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 94%;
    box-sizing: border-box;
    padding-left: 16px;
}
.conPageOne3_r dl dd a span {
    font-family: "Archivo-Bold_0";
    font-size: 18px;
    color: #666;
    box-sizing: border-box;
    padding-right: 10px;
    transition: all 0.4s;
}
.conPageOne3_r dl dd a i {
    font-family: "verdana_1";
    font-style: normal;
    font-size: 16px;
    color: #666;
    line-height: 22px;
    margin-top: -4px;
    transition: all 0.4s;
}

.conPageBoxTwo {
    background: url("../images/pro_17.jpg") no-repeat center center / cover;
}
.conPageTwo1 {
    box-sizing: border-box;
    padding: 50px 0 100px;
}
.conPageTwo2 {
    box-sizing: border-box;
    padding-top: 28px 
}

/* form表单的css */
.conPageTwo3 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.conPageTwo3 .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50%;
    margin-bottom: 18px;
}
.conPageTwo3 .item .tt {
    font-family: "verdana_1";
    font-size: 14px;
    color: #333;
    width: 20%;
    text-align: right;
    box-sizing: border-box;
    padding-right: 16px;
}
.conPageTwo3 .item .tt span {
    color: #fe1010;
}
.conPageTwo3 .item input {
    width: 80%;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 3px rgba(115,115,115,.2) inset;
}

.conPageTwo3 .item ::-webkit-input-placeholder {
    font-family: "verdana_1";
    font-size: 14px;
    color: #999;
}
.conPageTwo3 .item textarea {
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    box-shadow: 0px 2px 3px rgba(115,115,115,.2) inset;
    border-radius: 5px;
    padding: 10px;
    outline: none;
    resize: none;
    width: 100%;
    height: 115px;
}
.conPageTwo3 > .item:nth-child(5) {
    width: 100%;
    margin-bottom: 40px;
}
.conPageTwo3 > .item:nth-child(5) .tt {
    margin-top: -80px;
    width: 11%;
}
.conPageTwo3 .btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}
.conPageTwo3 .btn_box button {
    font-family: "Archivo-Bold_0";
    width: 12%;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 14px 6px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.conPageTwo3 .btn_box button:nth-child(1) {
    background: #e60b12;
    margin-right: 15px;
}
.conPageTwo3 .btn_box button:nth-child(2) {
    background: #0091ff;
    margin-left: 15px;
}

/* ~~~~~~~~~~~~~~contact.css~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~contact.css~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~contact.css~~~~~~~~~~~~~~~结束 */










/* ~~~~~~~~~~~~~~~~~news.css~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~news.css~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~news.css~~~~~~~~~~~~~~ */
.newPageOne1 {
    box-sizing: border-box;
    padding: 60px 0 0px;
}
.newPageOne1 a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 28px 60px 28px 30px;
    border: 1px solid #e7e7e7;
    transition: all 0.4s;
    margin-bottom: 20px;
}
.newPageOne1 a:hover {
    box-shadow: 0 0 10px rgba(115,115,115,.3);
}
.newPageOne1 a:hover .l_imgbox img {
    transform: translateZ(30px);
}
.newPageOne1 a:hover .r_fontbox .more_box .leftBox i {
    color: #85B5DC;
    padding-right: 16px;
}
.newPageOne1 a:hover .r_fontbox .more_box .leftBox span {
    color: #85B5DC;
}
.newPageOne1 a .l_imgbox {
    width: 31%;
    perspective: 900px;
    overflow: hidden;
}
.newPageOne1 a .l_imgbox img {
    width: 100%;
    transition: all 0.4s;
}
.newPageOne1 a .r_fontbox {
    width: 64%;
}
.newPageOne1 a .r_fontbox .tt {
    font-family: "Archivo-Bold_0";
    font-size: 22px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee; 
}
.newPageOne1 a .r_fontbox .tt2 {
    font-family: "verdana_1";
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    box-sizing: border-box;
    margin: 16px 0 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newPageOne1 .r_fontbox .more_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.newPageOne1 .r_fontbox .more_box .leftBox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.newPageOne1 .r_fontbox .more_box .leftBox i {
    font-family: "verdana_1";
    font-style: normal;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    padding-right: 8px;
    transition: all 0.4s;
}
.newPageOne1 .r_fontbox .more_box .leftBox span {
    font-size: 20px;
    font-weight: 600;
    color: #666;
}
.newPageOne1 .r_fontbox .more_box .rightBox span {
    font-size: 20px;
    color: #666666;
}
.newPageOne1 .r_fontbox .more_box .rightBox i {
    font-style: normal;
    font-family: "verdana_1";
    font-size: 14px;
    color: #666;
}
.newPageOne2 {
    box-sizing: border-box;
    padding: 4px 0 80px;
}

/* ~~~~~~~~~~~~~~~~~news.css~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~news.css~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~news.css~~~~~~~~~~~~~~结束 */








/* ~~~~~~~~~~~~~~~~news_del.css~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~news_del.css~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~news_del.css~~~~~~~~~~~ */
.new_delBoxOne {
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 60px 0 78px;
}
.new_delOne1 {
    background: #fff;
    box-sizing: border-box;
    padding-top: 36px; 
}
.new_delOne2 {
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
}
.new_delOne2 .tt {
    font-family: "Archivo-Bold_0";
    font-size: 32px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #333;
}
.new_delOne2 .tt2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 16px 0 40px;
}
.new_delOne2 .tt2 dd span {
    color: #666;
    font-size: 20px;
}
.new_delOne2 .tt2 dd i {
    font-style: normal;
    font-size: 14px;
    color: #666;
}
.new_delOne2 .tt2 > dd:nth-child(2) {
    box-sizing: border-box;
    padding: 0 24px;
}
.new_delOne2 .tt2 > dd:nth-child(3) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.new_delOne2 .tt2 > dd:nth-child(3) i {
    box-sizing: border-box;
    padding: 0 6px 0 8px;
}
.new_delOne2 .tt2 > dd:nth-child(3) span {
    font-size: 18px;
}
.new_delOne3 {
    font-family: "verdana_1";
    box-sizing: border-box;
    padding: 40px 40px 0px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.new_delOne3 .imgbox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 36px 0;
}
.new_delOne3 .imgbox .imgOne {
    width: 45%;
    margin: 0 20px;
}
.new_delOne3 .imgbox .imgOne img {
    width: 100%;
}
.new_delOne4 {
    box-sizing: border-box;
    padding: 80px 0 60px;
}
.new_delOne4 a {
    font-family: "Archivo-Bold_0";
    display: block;
    font-size: 24px;
    color: #fff;
    background: #0091ff;
    width: 14%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 6px 10px;
    transition: all 0.4s;
}
.new_delOne4 a:hover {
    background: rgba(0, 145, 255, 0.7);
}
.new_delOne5 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.new_delOne5 a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: calc((100% - 2px) / 2);
    margin-right: 2px;
    box-sizing: border-box;
    padding: 22px 0 22px 20px;
    background: #eeeeee;
}
.new_delOne5 a:hover div {
    color: #85B5DC;
}
.new_delOne5 a:hover div span {
    color: #85B5DC;
}
.new_delOne5 > a:nth-child(2n) {
    margin-right: 0;
}
.new_delOne5 a div {
    font-family: "verdana_1";
    width: 72%;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    padding-right: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all 0.4s;
}
.new_delOne5 a div span {
    font-size: 14px;
    color: #666;
    transition: all 0.4s;
}
.new_delOne5 a i {
    font-style: normal;
    font-family: "verdana_1";
    font-size: 14px;
    color: #666;
}

/* ~~~~~~~~~~~~~~~~news_del.css~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~news_del.css~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~news_del.css~~~~~~~~~~~结束 */










/* ~~~~~~~~~~~~~~~~products.css~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~products.css~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~products.css~~~~~~~~~~ */
.proPageBoxOne {
    background: #f8f8f8;
}
.proPageOne1 {
    box-sizing: border-box;
    padding: 50px 0;
}
.proPageOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.proPageOne2 > dd.hover a {
    background: #e60b12;
    color: #fff;
}
.proPageOne2 dd {
    width: 15%;
    margin-right: 20px;
}
.proPageOne2 dd:hover a {
    background: #e60b12;
    color: #fff;
}
.proPageOne2 > dd:last-child {
    margin-right: 0px;
}
.proPageOne2 dd a {
    display: block;
    font-family: "verdana_1";
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    padding: 15px 6px;
    border: 1px solid #dcdcdc;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    transition: all 0.4s;
}
.proPageTwo1 {
    box-sizing: border-box;
    padding: 40px 0 80px;
}
.proPageTwo2 {
    text-align: center;
}
.proPageTwo2 a {
    font-family: "Archivo-Bold_0";
    font-size: 52px;
    color: #333;
    box-sizing: border-box;
}
.proPageTwo2 .line {
    width: 75px;
    height: 2px;
    background: #e60b12;
    margin: 18px auto 0;
}

.proPageTwo3 {
    box-sizing: border-box;
    padding-top: 30px;
}
.proPageTwo3 .public_ListItem {
    width: 100%;
}
.proPageTwo3 .public_ListItem .item {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
    margin-bottom: 40px;
}
.proPageTwo3 .public_ListItem > .item:nth-child(4n) {
    margin-right: 0px;
}
.proPageTwo3 .public_ListItem .item .Item_Box .hoverShow {
    padding: 30% 22px 0px;
}
.proPageTwo3 .public_page {
    padding-top: 0;
}


/* ~~~~~~~~~~~~~~~~products.css~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~products.css~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~products.css~~~~~~~~~~结束 */









/* ~~~~~~~~~~~~~~product_del.css~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~product_del.css~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~product_del.css~~~~~~~~~~ */
.pr_delPageOne {
    height: 155px;
}
.pr_delOne1 {
    position: relative;
    height: 100%;
}
.pr_delOne1 .pro_Crumbs {
    position: absolute;
    right: 0;
    bottom: 16px;
    font-size: 16px;
    color: #666;
}
.pr_delOne1 .pro_Crumbs a {
    font-family: "verdana_1";
    font-size: 14px;
    color: #666;
}

/* 放大镜转换为轮播图 */
.pr_delPagelunbo {
    display: none;
}
.pr_delPagelunbo1 {
    width: 70%; 
    margin: 0 auto;
}
.pr_delPagelunbo1 a {
    display: block;
}

.pr_delTwo1 {
    box-sizing: border-box;
    padding: 50px 0;
}
.pr_delTwo1 .pr_delTwo2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.pr_delTwo2_l {
    width: 630px;
}
.pr_delTwo2_r {
    width: calc(100% - 630px);
    box-sizing: border-box;
    padding-left: 3%;
}
.pr_delTwo2_r .tt {
    font-family: "Archivo-Bold_0";
    font-size: 36px;
    color: #242424;
}
.pr_delTwo2_r .tt2 {
    font-family: "verdana_1";
    font-size: 14px;
    color: #333;
    line-height: 24px;
    box-sizing: border-box;
    padding: 20px 0 30px;
}
.pr_delTwo2_r > dl {
    box-sizing: border-box;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.pr_delTwo2_r > dl dd {
    font-family: "verdana_1";
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    padding: 16px 0;
    border-bottom: 1px dashed #e3e3e3;
}
.pr_delTwo2_r > dl dd:last-child {
    border-bottom: none;
}
.pr_delTwo2_r .btn_Box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 30px 0;
}
.pr_delTwo2_r .btn_Box > a:nth-child(1) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 28%;
    background: #0091ff;
    box-sizing: border-box;
    padding: 14px 0px;
    border-radius: 5px;
    
}
.pr_delTwo2_r .btn_Box > a:nth-child(1) span {
    font-size: 26px;
    color: #fff;
}
.pr_delTwo2_r .btn_Box > a:nth-child(1) i {
    font-family: "verdana_1";
    font-style: normal;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 6px;
}


.pr_delTwo2_r .btn_Box > a:nth-child(2) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 28%;
    background: #e60c12;
    box-sizing: border-box;
    padding: 14px 0px;
    border-radius: 5px;
    margin-left: 30px;
}
.pr_delTwo2_r .btn_Box > a:nth-child(2) span {
    font-size: 26px;
    color: #fff;
}
.pr_delTwo2_r .btn_Box > a:nth-child(2) i {
    font-family: "verdana_1";
    font-style: normal;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 6px;
}
.pr_delTwo2_r .share_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.pr_delTwo2_r .share_box span {
    font-family: "Archivo-Bold_0";
    font-size: 14px;
    color: #333;
}
.pr_delTwo2_r .share_box div {
    margin-top: -3px;
}

.pr_delPageThree {
    background: #f8f8f8;
    box-sizing: border-box;
    border-top:  8px solid #0091ff;
}


.pr_delThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 50px 0 80px;
}
/* 左侧盒子 */
.DloadPageTwo_l {
    width: 23%;
}
.DloadPageTwo2 {
    overflow: hidden;
}
.DloadPageTwo2 .titleBox {
    display: block;
    font-family: "Archivo-Bold_0";
    background: #0091ff;
    color: #fff;
    font-size: 24px;
    box-sizing: border-box;
    padding: 20px 0 20px 20px;
}
.Two2Item:hover {
    padding-left: 26px;
    background: #85B5DC;
    color: #fff;
}
.Two2Item:hover span {
    color: #fff!important;
}
.Two2Item {
    display: block;
    box-sizing: border-box;
    padding: 20px 0 20px 20px;
    border: 1px solid #eeeeee;
    border-top: none;
    transition: all 0.5s;
}
.DloadPageTwo2 dl {
    background: #fafafa;
}
.DloadPageTwo2 dl > dd.hover .Two2Item {
    background: #85B5DC;
    color: #fff;
}
.DloadPageTwo2 dl > dd.hover .Two2Item span {
    color: #fff;
}
.Two2Item > span:nth-child(1) {
    box-sizing: border-box;
    padding-right: 10px;
    font-size: 14px;
} 
.Two2Item > span:nth-child(2) {
    font-family: "verdana_1";
    font-size: 14px;
    color: #666;
} 
.DloadPageTwo3 {
    overflow: hidden;
    margin: 20px 0;
    background: #fafafa;
}
.DloadPageTwo3 a {
    display: block;
}
.DloadPageTwo3 a img {
    width: 100%  
}
.DloadPageTwo3 dl dd a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    font-family: "verdana_1";
    box-sizing: border-box;
    padding: 20px 20px 15px 26px;
    border-bottom: 1px solid #eeeeee;
}

.DloadPageTwo3 dl dd:nth-child(3) span {
    display: block;
    box-sizing: border-box;
    padding: 20px 20px 15px 26px;
    border-bottom: 1px solid #eeeeee;
}
.DloadPageTwo3 dl dd:nth-child(3) a {
    padding: 0;
    border: none;
}



.DloadPageTwo3 dl {
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-top: none;
}
.DloadPageTwo3 dl > dd:last-child {
    border-bottom: none;
}
.DloadPageTwo3 dl dd:hover a {
    color: #003f9f;
    text-decoration: underline;
}
.DloadPageTwo4 {
    position: relative;
    background: #545454;
    box-sizing: border-box;
    padding: 10px 10px 15px 10px;
}

.DloadPageTwo4 a .hot {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: auto;
}
.DloadPageTwo4 a {
    display: block;
}
.DloadPageTwo4 a img {
    width: 100%;
}
.DloadPageTwo4 a > div {
    width: 100%;
    text-align: center;
    font-family: "verdana_1";
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    padding-top: 16px;
}
.DloadPageTwo4 .owl-controls .owl-dots {
    box-sizing: border-box;
    padding-top: 20px;
}
.DloadPageTwo4 .owl-controls .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border: 2px solid #fff;
    background: none;
}
.DloadPageTwo4 .owl-controls .owl-dots .owl-dot.active span {
    background: #e60c12;
    border: none;
}

.pr_delThree1_r {
    width: 75%;
}
.pro_delPageThree3 {
    background: #eee;
}
.pro_delPageThree3 div {
    font-family: "Archivo-Bold_0";
    width: 27%;
    font-size: 24px;
    text-align: center;
    color: #333;
    box-sizing: border-box;
    padding:  18px 10px 20px;
    border-top: 2px solid #eee;
    background: #fff;
}

.pr_delThree4 table tr td {
	white-space: nowrap;
}


.pr_delThree4 {
    box-sizing: border-box;
    padding: 0 20px;
    background: #fff;
    font-size: 14px;
    color: #666;
    font-family: "verdana_1";
}
.pr_delThree4One {
    box-sizing: border-box;
    padding: 40px 0 50px;
    border-bottom: 1px solid #eee;
}
/* pro_del可以公用的tt */
.publicPr_del_tt {
    font-family: "Archivo-Bold_0";
    font-size: 24px;
    color: #333;
}
.publicPr_del_tt::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 17px;
    background: #0091ff;
    margin-right: 10px;
}
.pr_delThree4One dl {
    box-sizing: border-box;
    padding-top: 14px;
}
.pr_delThree4One dl dd {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}
.pr_delThree4One dl dd:last-child {
    margin-bottom: 0px;
}
.pr_delThree4One dl dd div {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    background: #e60c12;
    border-radius: 50%;
    text-align: center;
}
.pr_delThree4One dl dd span {
    font-family: "verdana_1";
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    padding-left: 10px;
    width: 92%;
}
.pr_delThree4Two {
    box-sizing: border-box;
    padding: 40px 0 50px;
    border-bottom: 1px solid #eee;
}
.pr_delThree4Two .font {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 28px;
}
.pr_delThree4Three {
    box-sizing: border-box;
    padding: 46px 0;
    border-bottom: 1px solid #eee;
}
.pr_delThree4Three .font {
    font-family: "verdana_1";
    font-size: 14px;
    color: #666;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 14px;
}
.pr_delThree4Four {
    box-sizing: border-box;
    padding: 40px 0 40px;
    border-bottom: 1px solid #eee;
    line-height: 24px;
}
.pr_delThree4Four dl {
    box-sizing: border-box;
    padding-top: 20px;
}
.pr_delThree4Four dl dd {
    font-family: "verdana_1";
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    padding-bottom: 5px;
}
.pr_delThree4Five {
    box-sizing: border-box;
    padding: 40px 0;
}
.pr_delThree4Five .table_box {
    box-sizing: border-box;
    padding-top: 20px;
}
.pr_delThree4 table {
    border: 1px solid #dcdcdc;
    width: 100%;
    border-collapse: collapse;
}
.pr_delThree4 table td {
    box-sizing: border-box;
    padding: 10px 6px 15px;
    text-align: center;
    border: 1px solid #dcdcdc;
    font-family: "verdana_1";
    font-size: 14px;
    color: #666;
}
.pr_delThree5 {
    margin: 20px 0; 
}
.pr_delThree5 .top_box {
    background: #eee;
}
.pr_delThree5 .top_box div {
    box-sizing: border-box;
    padding: 15px 4px;
    width: 24%;
    font-size: 24px;
    color: #242424;
    font-family: "Archivo-Bold_0";
    background: #fff;
    border-left: 3px solid #0091ff;
    text-align: center;
}
.pr_delThree1_r .pr_delThree5 .public_ListItem {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px 45px;
    background: #fff;
}
.pr_delThree1_r .pr_delThree5 .public_ListItem .item {
    width: calc((100% - 30px) / 3);
    margin-right: 15px; 
    margin-bottom: 14px;
}
.pr_delThree1_r .pr_delThree5 .public_ListItem .item:nth-child(3n) {
    margin-right: 0px; 
}
.pr_delThree1_r .pr_delThree5 .public_ListItem .item .hoverShow {
    padding: 30% 22px 0px;
}
.pr_delThree6 .top_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    background: #eee;
}
.pr_delThree6 .top_box div {
    font-family: "Archivo-Bold_0";
    width: 15%;
    font-size: 24px;
    color: #242424;
    background: #fff;
    box-sizing: border-box;
    padding: 15px 4px;
    border-left: 3px solid #0091ff;
    text-align: center;
}
.pr_delThree6 .top_box span {
    font-family: "verdana_1";
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 14px;
    color: #666;
}



/* 对文本框的修改 */
.pr_delThree1_r .pr_delThree6 .conPageTwo3 {
    box-sizing: border-box;
    padding: 44px 3% 30px 0;
    background: #fff;
} 
.pr_delThree1_r .pr_delThree6 .conPageTwo3 .btn_box {
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.pr_delThree1_r .pr_delThree6 .conPageTwo3 .btn_box button {
    width: 15%;
    margin-left: 13%;
}
.pr_delThree1_r .pr_delThree6 .conPageTwo3 > .item:nth-child(5) {
    margin-bottom: 26px;
}


.pr_delThree1_r .pr_delThree6 .conPageTwo3 .item .tt {
    width: 26%;
}

.pr_delThree1_r .pr_delThree6 .conPageTwo3 .item input {
    width: 74%;
}

.pr_delThree1_r .pr_delThree6 .conPageTwo3 > .item:nth-child(5) .tt {
    width: 13%;
}

.pr_delThree1_r .pr_delThree6 .conPageTwo3 .item textarea {
    width: 87%;
}
/* ~~~~~~~~~~~~~~product_del.css~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~product_del.css~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~product_del.css~~~~~~~~~~结束 */











/* 手机端底部导航按钮 */
.pub_foot_Mobile_nav {
    height: 70px;
    display: none;
}
.pub_foot_Mobile_nav_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    width: 100%;
}
.pub_foot_Mobile_nav_01 .item {
    width: calc(100% / 4);
    background: #0091ff;
}
.pub_foot_Mobile_nav_01 .item a {
    display: block;
    box-sizing: border-box;
    padding: 10px 5px;
}
.pub_foot_Mobile_nav_01 .item a .iconfont {
    text-align: center;
    font-size: 26px;
    color: #fff;
}
.pub_foot_Mobile_nav_01 .item a span {
    display: block;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    padding-top: 6px;
}
/* .pub_foot_Mobile_nav_01 > .item:nth-child(2) a .iconfont {
    font-size: 26px;
} */

/* 手机端底部导航按钮~~~~~~~~~~~~~~end */





.footer_media {
    padding-top: clamp(0.75rem, 0.633rem + 0.49vw, 1.125rem);
    column-gap: clamp(0.625rem, 0.508rem + 0.49vw, 1rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer_media a {
    display: block;
}

.footer_media .iconfont {
    display: block;
    width: clamp(1.75rem, 1.516rem + 0.98vw, 2.5rem);
    height: clamp(1.75rem, 1.516rem + 0.98vw, 2.5rem);
    line-height: clamp(1.75rem, 1.516rem + 0.98vw, 2.5rem);
    border-radius: 50%;
    text-align: center;
    background-color: #696969;
    color: #fff;
    font-size: clamp(1.125rem, 1.047rem + 0.33vw, 1.375rem);
    transition: all 0.4s;
}

.footer_media .iconfont:hover {
    color: #0091ff;
    background: #ffffff;
}















