#baguetteBox-overlay {
    display: none;
}

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

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

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

::-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;
}

li {
    list-style: none;
}

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



/* 给表格添加滚动条 */
.pro_page_table {
    overflow-x: auto;
    scroll-behavior: smooth;
    box-sizing: border-box;
    padding-bottom: 20px;
}


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




















/*
*   公用移动端导航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 {
    display: block;
    height: 100%;
    width: 100%;
}

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

.mobile_logo img {
    display: block;
    height: 46px;
    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: #fff;
    border-radius: 2px;
    margin-bottom: 7px;
}

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


.mobile_lag_icon {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    margin-right: 72px;
    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: #065fb0;
}



.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;
}


.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: #065fb0;
}


.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: #065fb0;
    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 */
.mobile_placeholder_box {
    display: none;
    width: 100%;
}





.public_nav_box {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 6.8%;
    background: rgba(6, 96, 176, 0.8);
    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;
}

.public_nav_box .log_box {
    width: 249px;
}

.public_nav_box .log_box a {
    display: block;
}

.public_nav_box .log_box a img {
    width: 100%;
}

.public_nav_right_box {
    width: 58%;
    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;
}

.nav_head_box {
    width: calc(100% - 130px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.nav_head_box .item {
    position: relative;
}

.publicTwo_stage_nav {
	display: none;
	width: 238px;
	background: rgba(6,96,176,0.96);
	position: absolute;
	top: 100%;
	left: 0;
	box-sizing: border-box;
	padding: 4px 10px 15px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.1) inset;
}

.publicTwo_stage_nav .EveryOne a {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 16px 0;
    border-bottom: 1px solid #1071c6;
}
.publicTwo_stage_nav .EveryOne a:hover .iconfont {
	margin: 2px 10px 0 0;
}

.publicTwo_stage_nav .EveryOne a .iconfont {
	color: #fff;
	font-size: 12px;
	margin: 2px 8px 0 0;
	-ms-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.publicTwo_stage_nav .EveryOne a span {
	font-family: "ProximaNova-Regular_0";
	font-size: 16px;
	color: #ffffff;
}















.nav_head_box .item>a {
    display: block;
    font-family: "ProximaNova-Regular_0";
    font-size: 18px;
    color: #ffffff;
    line-height: 110px;
    box-sizing: border-box;
    padding: 0 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.nav_head_box .item>a .line {
    width: 0%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.nav_head_box .item.hover>a .line {
    width: 100%;
}


.nav_search_language_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.nav_search_box .icon {
    font-size: 22px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.nav_search_box .icon:hover {
    color: #065fb0;
}


/* 可公用导航搜索 */
.all_public_searchBox {
    display: none;
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.all_public_form {
    display: none;
    position: fixed;
    z-index: 21;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 900px;
}

.all_public_form input {
    width: 100%;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 20px 136px 20px 20px;
    border-radius: 10px;
}

.all_public_form .icon_01 {
    font-size: 28px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 80px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    outline: none;
    border: none;
    background: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.all_public_form .icon_01:hover {
    color: #065fb0;
}

.all_public_form .public_form_close {
    font-weight: 700;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 26px;
    position: absolute;
    top: 12px;
    right: 26px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.all_public_form .public_form_close:hover {
    color: #065fb0;
}



.nav_bottom_box.active {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.PC_placeholder_box {
    display: none;
    width: 100%;
    height: 74px;
}

.mobile_placeholder_box {
    display: none;
    width: 100%;
}


/* 可公用导航搜索~~~~~~~~~~~~~~~~~~结束 */


.nav_language_box {
    position: relative;
    margin-left: 10px;
    height: 110px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.nav_language_box .icon {
    font-size: 26px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #fff;
    color: #065fb0;
    border-radius: 50%;
    cursor: pointer;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.nav_language_box .icon:hover {
    background: #065fb0;
    color: #fff;
}

.nav_language_click_show {
    display: none;
    width: 130px;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.nav_language_click_show a {
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #666666;
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 6px 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.nav_language_click_show a:hover {
    color: #fff;
    background: rgba(6, 96, 176, 0.8);
}

/* 公用导航,css~~~~~~~~~~~~~~~~~~end */



















/* ~~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~~index,css */
.ind_banner_box {
    position: relative;
}

.ind_banner .item a {
    display: block;
}

.ind_banner_dots {
    width: 100%;
    background: rgba(102, 102, 102, 0.2);
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 30px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.ind_banner_dots .item {
    width: 106px;
    height: 54px;
    box-sizing: border-box;
    border: 2px solid #fff;
    cursor: pointer;
    margin: 0 5px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
}

.ind_banner_dots .item img {
    width: 100%;
}

.ind_banner_dots .item.active {
    border: 2px solid #ee6f00;
}


.indBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 40px 0;
}

.indBoxOne1 .item {
    width: calc(100% / 5);
    box-sizing: border-box;
    border-right: 1px solid #eeeeee;
}

.indBoxOne1 .item a {
    height: 80px;
    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;
}

.indBoxOne1 .item a:hover .img_box .img_01 {
    display: none;
}

.indBoxOne1 .item a:hover .img_box .img_02 {
    display: block;
}

.indBoxOne1 .item a:hover .text_box {
    color: #222222;
}

.indBoxOne1 .item a .img_box img {
    max-width: 100%;
}

.indBoxOne1 .item a .img_box .img_02 {
    display: none;
}

.indBoxOne1 .item a .text_box {
    width: 54%;
    font-family: "ProximaNova-Bold_0";
    font-size: 18px;
    color: #999999;
    line-height: 20px;
    box-sizing: border-box;
    padding-left: 12px;
}

.indBoxOne1 .item.hover a .img_box .img_01 {
    display: none;
}

.indBoxOne1 .item.hover a .img_box .img_02 {
    display: block;
}

.indBoxOne1 .item.hover a .text_box {
    color: #222222;
}

.indBoxOne1>.item:last-child {
    border-right: none;
}



.public_nav_box.active .public_nav_right_box .nav_head_box .item>a {
    line-height: 80px;
}

.public_nav_box.active .public_nav_right_box .nav_search_language_box .nav_language_box {
    height: 80px;
}



.indPageBoxTwo {
    background: #f7f7f7;
}

.indBoxTwo1 {
    box-sizing: border-box;
    padding: 100px 0 100px;
}

.indBoxTwo2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxTwo2_L {
    width: 50%;
}

.indBoxTwo2_L a {
    display: block;
}

.indBoxTwo2_L a .tt_box .tt_01 {
    font-family: "ProximaNova-Bold_0";
    font-size: 48px;
    color: #222222;
    text-transform: uppercase;
}

.indBoxTwo2_L a .tt_box .tt_02 {
    font-family: "ProximaNova-Bold_0";
    font-size: 30px;
    color: #222222;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 4px 0 24px;
}

.indBoxTwo2_L a .tt_box .line {
    width: 80px;
    height: 3px;
    background: #065fb0;
}

.indBoxTwo2_L a .text_box {
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding: 22px 50px 20px 0;
}

.indBoxTwo2_L a .More_btn {
    font-family: "ProximaNova-Bold_0";
    font-size: 16px;
    color: #ffffff;
    width: 168px;
    background: #065fb0;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 13px 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo2_L a .More_btn:hover {
    background: rgba(6, 95, 176, 0.8);
}


.indBoxTwo2_R {
    width: 50%;
    position: relative;
    cursor: pointer;
}

.indBoxTwo2_R:hover .img_02 {
    -ms-transform: translate(-50%, -50%) scale(1.2, 1.2);
    -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
    transform: translate(-50%, -50%) scale(1.2, 1.2);
}

.indBoxTwo2_R .img_01 {
    width: 100%;
}

.indBoxTwo2_R .indBoxTwo2_R_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.indBoxTwo2_R .img_02 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


/* 点击视频弹出播放框css */
.ind_video_maskBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.ind_video_maskBox .video_Box_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 800px;
    height: 485px;
}

.ind_video_maskBox .video_Box_1 .videoIframe {
    background: #333;
    width: 100%;
    height: 100%;
    border: none;
}

.ind_video_maskBox .video_Box_1 .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    font-size: 26px;
    color: #fff;
    cursor: pointer;
}

/* 点击视频弹出播放框css~~~~~~~~~~~~~~~~结束 */


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

.indBoxTwo3 .item {
    width: calc(100% / 3);
    background: #fff;
    box-sizing: border-box;
    padding: 50px 0px 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indBoxTwo3 .item .item_box .top_num {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.indBoxTwo3 .item .item_box .top_num .big_num {
    font-family: "ProximaNova-Bold_0";
    font-size: 60px;
    color: #222222;
}

.indBoxTwo3 .item .item_box .top_num .add_font {
    height: 50px;
    font-family: "ProximaNova-Bold_0";
    font-size: 60px;
    color: #222222;
    box-sizing: border-box;
    padding-top: 5px;

}

.indBoxTwo3 .item .item_box .bottom_text {
    font-family: "ProximaNova-Bold_0";
    font-size: 18px;
    color: #222222;
}

.indBoxTwo3>.item:nth-child(2) {
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
}

.indBoxTwo3 .item .item_box .top_num span {
    font-family: "ProximaNova-Bold_0";
    font-size: 18px;
    color: #222222;
}

.indBoxThree1 {
    box-sizing: border-box;
    border-top: 4px solid #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxThree1 .item {
    width: 50%;
}

.indBoxThree1 .item a {
    display: block;
    position: relative;
    perspective: 900px;
    overflow: hidden;
}

.indBoxThree1 .item a:hover img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxThree1 .item a img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree1 .item a .text_box {
    width: 50%;
    position: absolute;
    top: 64%;
    left: 14%;
}

.indBoxThree1 .item a .text_box .big_text {
    font-family: "ProximaNova-Bold_0";
    font-size: 30px;
    color: #ffffff;
    line-height: 32px;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-bottom: 8px;
}

.indBoxThree1 .item a .text_box .little_text {
    font-family: "ProximaNova-Bold_0";
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
}

.indBoxThree1 .item a .indBoxThree1_item_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

.indBoxThree1>.item:first-child {
    box-sizing: border-box;
    border-right: 2px solid #fff;
}

.indBoxThree1>.item:last-child {
    box-sizing: border-box;
    border-left: 2px solid #fff;
}


.indBoxFour1 {
    box-sizing: border-box;
    padding: 90px 0 90px;
}

.indBoxFour2 {
    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-bottom: 30px;
}

.indBoxFour2 .tt_box {
    width: 53%;
}

.indBoxFour2 .tt_box .tt {
    display: block;
    font-family: "ProximaNova-Bold_0";
    font-size: 48px;
    color: #000000;
    text-transform: uppercase;
}

.indBoxFour2 .tt_box .text {
    font-family: "ProximaNova-Bold_0";
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    box-sizing: border-box;
    padding: 8px 0 20px;
}

.indBoxFour2 .tt_box .line {
    width: 80px;
    height: 3px;
    background: #065fb0;
}

.indBoxFour2 .More_btn {
    display: block;
    font-family: "ProximaNova-Bold_0";
    font-size: 16px;
    color: #ffffff;
    width: 168px;
    line-height: 42px;
    background: #065fb0;
    text-align: center;
    border-radius: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour2 .More_btn:hover {
    background: rgba(6, 95, 176, 0.8);
}



.indBoxFour3 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxFour3 .item {
    margin-right: 0.7%;
    margin-bottom: 10px;
}

.indBoxFour3 .item a {
    display: block;
    position: relative;
}

.indBoxFour3 .item.one {
    width: 60%;
}

.indBoxFour3 .item a img {
    width: 100%;
}

.indBoxFour3 .item a .indBoxFour3_item_mask {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
}

.indBoxFour3 .item a .indBoxFour3_item_mask .content_box {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}


.indBoxFour3 .item a .indBoxFour3_item_mask .tt {
    font-family: "ProximaNova-Bold_0";
    font-size: 60px;
    color: #ffffff;
}

.indBoxFour3 .item a .indBoxFour3_item_mask .text {
    font-family: "ProximaNova-Bold_0";
    font-size: 24px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 6px 0 42px;
}

.indBoxFour3 .item a .indBoxFour3_item_mask .More_btn {
    font-family: "ProximaNova-Bold_0";
    font-size: 18px;
    color: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour3 .item a .indBoxFour3_item_mask .More_btn:hover {
    color: #065fb0;
}

.indBoxFour3 .item.two {
    width: 39.28%;
    margin-right: 0;
}

.indBoxFour3 .item.three {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
}

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



.indPageBoxFive {
    background: url("../images/ind_12.jpg") no-repeat center center / cover;
}

.indBoxFive1 {
    box-sizing: border-box;
    padding: 80px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.indBoxFive1 .item {
    width: 214px;
}

.indBoxFive1 .item a {
    display: block;
    position: relative;
}

.indBoxFive1 .item a:hover .content_box .iconfont,
.indBoxFive1 .item a:hover .content_box span {
    color: #065fb0;
}

.indBoxFive1 .item a img {
    width: 100%;
}

.indBoxFive1 .item a .content_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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: 50px 30px 0;
}

.indBoxFive1 .item a .content_box .iconfont {
    font-size: 50px;
    color: #222222;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFive1 .item a .content_box span {
    font-family: "ProximaNova-Bold_0";
    font-size: 18px;
    color: #222222;
    box-sizing: border-box;
    padding-top: 5px;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


.indPageBoxSix {
    background: #f7f7f7;
}

.indBoxSix1 {
    box-sizing: border-box;
    padding: 90px 0 116px;
}

.indBoxSix2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxSix2 .item {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
}

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

.indBoxSix2 .item a {
    display: block;
    background: #fff;
}

.indBoxSix2 .item a:hover .bottom_text .text_01 {
    color: #065fb0;
}

.indBoxSix2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxSix2 .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}

.indBoxSix2 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxSix2 .item a .bottom_text {
    box-sizing: border-box;
    padding: 26px 30px 22px;
}

.indBoxSix2 .item a .bottom_text .text_01 {
    font-family: "ProximaNova-Bold_0";
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxSix2 .item a .bottom_text .line {
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    margin: 22px 0 16px;
}

.indBoxSix2 .item a .bottom_text .text_02 {
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indBoxSix2_item_icon {
    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-top: 20px;
}

.indBoxSix2_item_icon .date_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxSix2_item_icon .date_box .iconfont {
    color: #333333;
    font-size: 20px;
}

.indBoxSix2_item_icon .date_box span {
    font-family: "ProximaNova-Bold_0";
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    padding: 2px 0 0 4px;
}

.indBoxSix2_item_icon .More_btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxSix2_item_icon .More_btn_box:hover span,
.indBoxSix2_item_icon .More_btn_box:hover .iconfont {
    color: #065fb0;
}

.indBoxSix2_item_icon .More_btn_box span {
    font-family: "ProximaNova-Bold_0";
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    padding-right: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxSix2_item_icon .More_btn_box .iconfont {
    font-size: 12px;
    color: #999999;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


.indPageBoxSeven {
    background: url("../images/ind_17.jpg") no-repeat center center / cover;
}

.indBoxSeven1 {
    box-sizing: border-box;
    padding: 96px 0 100px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.indBoxSeven1_L {
    width: 31%;
    box-sizing: border-box;
    padding-right: 30px;
}

.indBoxSeven1_L .tt {
    font-family: "ProximaNova-Bold_0";
    font-size: 30px;
    color: #ffffff;
    line-height: 32px;
    text-transform: uppercase;
}

.indBoxSeven1_L .text {
    font-family: "ProximaNova-Regular_0";
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 18px;
}

.indBoxSeven1_R {
    width: 69%;
}

.indBoxSeven1_R_form {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxSeven1_R_form .input_box {
    width: 40%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.indBoxSeven1_R_form .input_box input {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    padding: 16px 10px 16px 15px;
}

.indBoxSeven1_R_form .input_box input.one {
    margin-bottom: 10px;
}

.indBoxSeven1_R_form .textarea_box {
    width: 60%;
    box-sizing: border-box;
    padding-left: 15px;
}

.indBoxSeven1_R_form .textarea_box textarea {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    resize: none;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 16px 10px 16px 15px;
}

.indBoxSeven1_R_form .input_box ::-webkit-input-placeholder {
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #999999;
}

.indBoxSeven1_R_form .textarea_box ::-webkit-input-placeholder {
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #999999;
}

.indBoxSeven1_R_form button {
    font-family: "ProximaNova-Bold_0";
    font-size: 18px;
    color: #ffffff;
    border: none;
    outline: none;
    width: 180px;
    height: 44px;
    background: #065fb0;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 30px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxSeven1_R_form button:hover {
    background: rgba(6, 95, 176, 0.6);
}


/* ~~~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~~~~~end */


















/* ~~~~~~~~~~~~~底部公用模块 */
/* ~~~~~~~~~~~~~底部公用模块 */
/* ~~~~~~~~~~~~~底部公用模块 */
.public_foot_box {
    background: #303030;
}

.public_foot_top {
    box-sizing: border-box;
    padding: 90px 0 42px;
    border-bottom: 1px solid #444649;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.public_foot_top_title {
    font-family: "ProximaNova-Bold_0";
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: 1px solid #444649;
}

.public_foot_top_list {
    box-sizing: border-box;
    padding-top: 22px;
}

.public_foot_top_list .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.public_foot_top_list .item a:hover .iconfont,
.public_foot_top_list .item a:hover span {
    color: #065fb0;
}

.public_foot_top_list .item a .iconfont {
    font-size: 14px;
    color: #949697;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_foot_top_list .item a span {
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #e2e2e2;
    box-sizing: border-box;
    padding-left: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_02 .public_foot_top_list .item a .iconfont {
    font-size: 18px;
    color: #fff;
    margin-top: -2px;
}

.foot_top_02 .public_foot_top_list .item a:hover .iconfont {
    color: #065fb0;
}

.foot_top_02 .public_foot_top_list .item a span {
    padding-left: 10px;
}

.foot_top_04 .icon_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot_top_04 .icon_box a {
    font-size: 18px;
    color: #666666;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    margin-right: 12px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_04 .icon_box a:hover {
    background: #065fb0;
    color: #fff;
}

.foot_top_04 .icon_box>a:last-child {
    margin-right: 0;
}

.foot_top_01 {
    width: 24%;
}

.foot_top_02 {
    width: 24%;
}

.foot_top_03 {
    width: 24%;
}

.foot_top_04 {
    width: 24%;
}

.public_foot_bottom {
    box-sizing: border-box;
    padding: 36px 0 36px;
    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;
}

.public_foot_bottom span {
    font-family: "ProximaNova-Regular_0";
    font-size: 14px;
    color: #a0a0a0;
    text-transform: uppercase;
}

.public_foot_bottom a {
    font-family: "ProximaNova-Regular_0";
    font-size: 14px;
    color: #a0a0a0;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-top: 9px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_foot_bottom a:hover {
    color: #065fb0;
    text-decoration: underline;
}

/* ~~~~~~~~~~~~~底部公用模块~~~~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~底部公用模块~~~~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~底部公用模块~~~~~~~~~~~~~~~~~~end */





















/* ~~~~~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~~~~~about,css */
.second_banner_01 {
    height: 581px;
    position: relative;
}

.second_banner_01 .indPageBoxOne {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
}

.second_banner_01 .indPageBoxOne .indBoxOne1 {
    padding: 20px 0;
}

.second_banner_01 .indPageBoxOne .indBoxOne1 .item a .text_box {
    color: #fff;
}

.second_banner_01 .indPageBoxOne .indBoxOne1 .item.hover a .text_box {
    color: #222222;
}

.second_banner_01 .indPageBoxOne .indBoxOne1 .item a:hover .text_box {
    color: #222;
}

.second_banner_01 .indPageBoxOne .indBoxOne1 .item {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.second_banner_01 .indPageBoxOne .indBoxOne1>.item:last-child {
    border-right: none;
}


.second_banner_02 {
    background: #fff;
}

.second_banner_03 {
    box-sizing: border-box;
    padding: 12px 0 12px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.second_banner_03 .Crumbs_tt {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.second_banner_03 .Crumbs_tt .iconfont {
    color: #666666;
    font-size: 20px;
}

.second_banner_03 .Crumbs_tt span {
    font-family: "ProximaNova-Regular_0";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 4px 0 0 4px;
}

.second_banner_03 .Crumbs_a {
    font-family: "ProximaNova-Regular_0";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 4px 0 0 8px;
}

.second_banner_03 .Crumbs_a a {
    font-family: "ProximaNova-Regular_0";
    font-size: 14px;
    color: #666666;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.second_banner_03 .Crumbs_a a:hover {
    color: #065fb0;
}


.aboPageBoxOne {
    background: #f7f7f7;
}

.aboBoxOne1 {
    box-sizing: border-box;
    padding: 80px 0 80px;
}

.aboBoxOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.aboBoxOne2_L {
    width: 50%;
    perspective: 900px;
    overflow: hidden;
}

.aboBoxOne2_L img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxOne2_L img:hover {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.aboBoxOne2_R {
    width: 50%;
    box-sizing: border-box;
    padding-left: 50px;
}

.aboBoxOne2_R .tt_box .tt_01 {
    font-family: "ProximaNova-Bold_0";
    font-size: 48px;
    color: #222222;
    text-transform: uppercase;
}

.aboBoxOne2_R .tt_box .tt_02 {
    font-family: "ProximaNova-Bold_0";
    font-size: 30px;
    color: #222222;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 6px 0 22px;
}

.aboBoxOne2_R .tt_box .line {
    width: 80px;
    height: 3px;
    background: #0660b0;
}

.aboBoxOne2_R .text_box .text_01 {
    font-family: "ProximaNova-Bold_0";
    font-size: 18px;
    color: #666666;
    box-sizing: border-box;
    padding: 24px 0 16px;
}

.aboBoxOne2_R .text_box .text_02 {
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.aboBoxOne1 .indBoxTwo3 .item {
    background: #0660b0;
}

.aboBoxOne1 .indBoxTwo3>.item:nth-child(2) {
    border-left: 1px solid rgba(7, 106, 195);
    border-right: 1px solid rgba(7, 106, 195);
}

.aboBoxOne1 .indBoxTwo3 .item .item_box .top_num .big_num,
.aboBoxOne1 .indBoxTwo3 .item .item_box .top_num .add_font,
.aboBoxOne1 .indBoxTwo3 .item .item_box .top_num span,
.aboBoxOne1 .indBoxTwo3 .item .item_box .bottom_text {
    color: #fff;
}



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

.aboBoxTwo1_L {
    width: 50%;
    perspective: 900px;
    overflow: hidden;
}

.aboBoxTwo1_L img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxTwo1_L img:hover {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.aboBoxTwo1_R {
    width: 50%;
    box-sizing: border-box;
    padding: 0 8% 0 100px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.aboBoxTwo1_R .tt {
    font-family: "ProximaNova-Bold_0";
    font-size: 36px;
    color: #222222;
}

.aboBoxTwo1_R .text {
    font-family: "ProximaNova-Bold_0";
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 22px;
}


.aboBoxTwo1.two {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.aboBoxTwo1.two .aboBoxTwo1_R {
    box-sizing: border-box;
    padding: 0 100px 0 8%;
}

.aboBoxTwo1.two .aboBoxTwo1_R .tt {
    text-align: right;
}

.aboBoxTwo1.two .aboBoxTwo1_R .text {
    text-align: right;
}



.aboPageBoxThree {
    background: #f7f7f7;
}

.aboBoxThree1 {
    box-sizing: border-box;
    padding: 70px 0 100px;
}

.aboBoxThree1 .tt_box .tt {
    font-family: "ProximaNova-Bold_0";
    font-size: 48px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}

.aboBoxThree1 .tt_box .line {
    width: 80px;
    height: 3px;
    background: #0660b0;
    margin: 20px auto 40px;
}


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

.aboBoxThree2 .item {
    width: calc((100% - 100px) / 6);
    margin-right: 20px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 0 36px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxThree2 .item:hover {
    background: #0660b0;
}

.aboBoxThree2 .item:hover .iconfont,
.aboBoxThree2 .item:hover .text {
    color: #fff;
}

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

.aboBoxThree2 .item .iconfont {
    font-size: 66px;
    color: #000000;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxThree2 .item .text {
    font-family: "ProximaNova-Bold_0";
    font-size: 18px;
    color: #000000;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


/* ~~~~~~~~~~~~~~~~about,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~about,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~about,css~~~~~~~~~~~~~~end */




















/* ~~~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~~~contact,css */
.conPageBoxOne {
    background: #f7f7f7;
}

.conBoxOne1 {
    box-sizing: border-box;
    padding: 50px 0 60px;
}

.conBoxOne1 .tt_box .tt {
    font-family: "ProximaNova-Bold_0";
    font-size: 48px;
    color: #222222;
}

.conBoxOne1 .tt_box .tt_text {
    font-family: "ProximaNova-Bold_0";
    font-size: 18px;
    color: #666666;
    box-sizing: border-box;
    padding: 8px 0 26px;
}

.conBoxOne1 .tt_box .line {
    width: 80px;
    height: 3px;
    background: #0660b0;
}

.conBoxOne2 {
    box-sizing: border-box;
    padding-top: 30px;
    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: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.conBoxOne2_L {
    width: 47%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.conBoxOne2_L .item {
    width: calc((100% - 22px) / 2);
    margin-bottom: 19.5px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #ececec;
    border-radius: 6px;
}

.conBoxOne2_L .item a {
    height: 112px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 30px 0 36px;
}

.conBoxOne2_L .item a:hover .top_content .iconfont {
    background: #0660b0;
    color: #fff;
}

.conBoxOne2_L .item a .top_content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.conBoxOne2_L .item a .top_content .iconfont {
    font-size: 22px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #f7f7f7;
    color: #424242;
    border-radius: 50%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.conBoxOne2_L .item a .top_content span {
    font-family: "ProximaNova-Bold_0";
    font-size: 22px;
    color: #333333;
    box-sizing: border-box;
    padding-left: 8px;
}

.conBoxOne2_L .item a .bottom_content {
    font-family: "ProximaNova-Bold_0";
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding-top: 10px;
}

.conBoxOne2_L .item.last {
    width: 100%;
}

.conBoxOne2_R {
    width: 51%;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    overflow: hidden;
}

.conBoxOne2_R .img_dots_box {
    position: relative;
}

.conBoxOne2_R .img_dots_box img {
    width: 100%;
}

.conBoxOne2_R .img_dots_box .item_dots {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0660b0;
}

.conBoxOne2_R .img_dots_box .item_dots .active_dot {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(6, 96, 176, 0.4);
    border-radius: 50%;
    animation: dots_animate 3s linear infinite alternate;
}

.conBoxOne2_R .img_dots_box .item_dots.dot_01 {
    top: 30%;
    left: 20%;
}

.conBoxOne2_R .img_dots_box .item_dots.dot_02 {
    top: 32%;
    left: 48%;
}

.conBoxOne2_R .img_dots_box .item_dots.dot_03 {
    top: 27%;
    left: 60%;
}

.conBoxOne2_R .img_dots_box .item_dots.dot_04 {
    top: 34%;
    left: 76%;
}

.conBoxOne2_R .img_dots_box .item_dots.dot_05 {
    top: 36%;
    left: 82%;
}

.conBoxOne2_R .img_dots_box .item_dots.dot_06 {
    top: 41%;
    left: 60%;
}

.conBoxOne2_R .img_dots_box .item_dots.dot_07 {
    top: 54%;
    left: 30%;
}

.conBoxOne2_R .img_dots_box .item_dots.dot_08 {
    top: 53%;
    left: 53%;
}



@keyframes dots_animate {
    0% {
        width: 16px;
        height: 16px;
    }

    25% {
        width: 29px;
        height: 29px;
    }

    50% {
        width: 16px;
        height: 16px;
    }

    75% {
        width: 29px;
        height: 29px;
    }

    100% {
        width: 16px;
        height: 16px;
    }
}



.conBoxThree1 {
    box-sizing: border-box;
    padding: 50px 0 60px;
}

.conBoxThree1 .tt_box {
    box-sizing: border-box;
    padding-bottom: 30px;
}

.conBoxThree1 .tt_box .tt_01 {
    font-family: "ProximaNova-Bold_0";
    font-size: 48px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
}

.conBoxThree1 .tt_box .tt_02 {
    font-family: "ProximaNova-Bold_0";
    font-size: 18px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0 22px;
}

.conBoxThree1 .tt_box .line {
    width: 80px;
    height: 3px;
    background: #0660b0;
    margin: 0 auto;
}

.conBoxThree2_form {
    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;
}

.conBoxThree2_form .item {
    width: 49%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
}

.conBoxThree2_form .item .input_tt {
    width: 82px;
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #333333;
    text-align: right;
    box-sizing: border-box;
    padding: 10px 8px 0 0;
}

.conBoxThree2_form .item .input_tt span {
    color: #fe1010;
    font-size: 18px;
}

.conBoxThree2_form .item input {
    width: calc(100% - 82px);
    outline: none;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 12px 10px 12px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}

.conBoxThree2_form .item ::-webkit-input-placeholder {
    font-family: "ProximaNova-Regular_0";
    font-size: 14px;
    color: #999999;
}

.conBoxThree2_form .item textarea {
    height: 115px;
    width: calc(100% - 82px);
    outline: none;
    resize: none;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 12px 10px 12px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}

.conBoxThree2_form .item.last {
    width: 100%;
    margin-bottom: 30px;
}

.conBoxThree2_form .btn_box {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.conBoxThree2_form .btn_box button {
    width: 158px;
    line-height: 40px;
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #ffffff;
    border-radius: 5px;
    outline: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 20px;
    background: #0660b0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.conBoxThree2_form .btn_box button:hover {
    opacity: 0.8;
}

.conBoxThree2_form .btn_box>button:nth-child(2n) {
    background: #333333;
}

.conBoxFour1 img {
    width: 100%;
}


/* ~~~~~~~~~~~~~~~contact,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~contact,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~contact,css~~~~~~~~~~~~~~end */





















/* ~~~~~~~~~~~~~~~factory,css */
/* ~~~~~~~~~~~~~~~factory,css */
/* ~~~~~~~~~~~~~~~factory,css */
.facPageBoxOne {
    background: #f7f7f7;
}

.facBoxOne1 {
    box-sizing: border-box;
    padding: 80px 0 40px;
}

.facBoxOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.facBoxOne2 .item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 40px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    padding: 9px 9px 20px 9px;
    background: #fff;
}

.facBoxOne2 .item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.facBoxOne2 .item .img_box {
    perspective: 900px;
    overflow: hidden;
}

.facBoxOne2 .item .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.facBoxOne2 .item .bottom_text {
    font-family: "ProximaNova-Bold_0";
    font-size: 18px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding-top: 20px;
}

/* ~~~~~~~~~~~~~~~factory,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~factory,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~factory,css~~~~~~~~~~~~~~~end */























/* ~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~news,css */
.newPageBoxOne {
    background: #f7f7f7;
}

.newBoxOne1 {
    box-sizing: border-box;
    padding: 50px 0 60px;
}

.newBoxOne1 .tt_box {
    box-sizing: border-box;
    padding-bottom: 30px;
}

.newBoxOne1 .tt_box .tt {
    font-family: "ProximaNova-Bold_0";
    font-size: 48px;
    color: #222222;
    text-align: center;
    text-transform: uppercase;
}

.newBoxOne1 .tt_box .line {
    width: 80px;
    height: 3px;
    background: #0660b0;
    margin: 22px auto 0px;
}

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

.newBoxOne2_L {
    width: 50%;
}

.newBoxOne2_L a {
    display: block;
    position: relative;
    perspective: 900px;
    overflow: hidden;
}

.newBoxOne2_L a:hover img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.newBoxOne2_L a img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxOne2_L_Mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.newBoxOne2_L_Mask .content_box {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 45px;
    box-sizing: border-box;
    padding: 0 60px 0 40px;
}

.newBoxOne2_L_Mask .content_box .date {
    font-family: "ProximaNova-Bold_0";
    font-size: 36px;
    color: #ffffff;
}

.newBoxOne2_L_Mask .content_box .text {
    font-family: "ProximaNova-Bold_0";
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 10px;
}


.newBoxOne2_R {
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
}

.newBoxOne2_R .item {
    background: #fff;
    border-radius: 5px;
}

.newBoxOne2_R .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 140px;
    box-sizing: border-box;
    padding: 28px 35px 0 20px;
    border: 1px solid #eeeeee;
}

.newBoxOne2_R .item a:hover .date_box .little_date,
.newBoxOne2_R .item a:hover .date_box .big_date,
.newBoxOne2_R .item a:hover .content_box .tt,
.newBoxOne2_R .item a:hover .content_box .text {
    color: #0660b0;
}

.newBoxOne2_R .item a .date_box {
    width: 118px;
    box-sizing: border-box;
    padding-top: 12px;
}

.newBoxOne2_R .item a .date_box .little_date {
    font-family: "ProximaNova-Bold_0";
    font-size: 24px;
    color: #999999;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxOne2_R .item a .date_box .big_date {
    font-family: "ProximaNova-Bold_0";
    font-size: 36px;
    color: #999999;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxOne2_R .item a .content_box {
    width: calc(100% - 118px);
}

.newBoxOne2_R .item a .content_box .tt {
    font-family: "ProximaNova-Bold_0";
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxOne2_R .item a .content_box .text {
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 10px;
}

.newBoxOne2_R>.item:nth-child(2) {
    margin: 15px 0;
}


.newBoxTwo1 {
    background: #0660b0;
}

.newBoxTwo1_01 {
    box-sizing: border-box;
    padding: 10px 0 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.newBoxTwo1_01 a {
    display: block;
    font-family: "ProximaNova-Bold_0";
    font-size: 24px;
    color: #ffffff;
    width: 310px;
    line-height: 65px;
    background: #2473ba;
    text-align: center;
    border-radius: 5px;
    margin-right: 20px;
    text-transform: uppercase;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxTwo1_01 a:hover {
    background: #ffffff;
    color: #222222;
}

.newBoxTwo1_01 a.hover {
    background: #ffffff;
    color: #222222;
}

.newBoxTwo1_01>a:last-child {
    margin-right: 0;
}

.newBoxTwo2_01 .item {
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
}

.newBoxTwo2_01 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 30px 20px 30px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxTwo2_01 .item a:hover {
    background: #f7f7f7;
}

.newBoxTwo2_01 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.newBoxTwo2_01 .item a .img_box {
    width: 33%;
    perspective: 900px;
    overflow: hidden;
}

.newBoxTwo2_01 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxTwo2_01 .item a .right_box {
    width: 67%;
    box-sizing: border-box;
    padding: 0 15px 0 30px;
}

.newBoxTwo2_01 .item a .right_box .tt {
    font-family: "ProximaNova-Bold_0";
    font-size: 20px;
    color: #333333;
}

.newBoxTwo2_01 .item a .right_box .text {
    box-sizing: border-box;
    padding: 16px 0 40px;
}

.newBoxTwo2_01 .item a .right_box .text div {
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newBoxTwo2_01_b_icon {
    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;
}

.newBoxTwo2_01_b_icon .date_icon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.newBoxTwo2_01_b_icon .date_icon .iconfont {
    font-size: 20px;
    color: #333333;
}

.newBoxTwo2_01_b_icon .date_icon span {
    font-family: "ProximaNova-Bold_0";
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    padding: 2px 0 0 6px;
}

.newBoxTwo2_01_b_icon .More_icon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.newBoxTwo2_01_b_icon .More_icon span {
    font-family: "ProximaNova-Bold_0";
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    padding-right: 3px;
}

.newBoxTwo2_01_b_icon .More_icon .iconfont {
    font-size: 12px;
    color: #999999;
}

.newBoxTwo3 {
    box-sizing: border-box;
    padding: 50px 0 60px;
}


/* ~~~~~~~~~~公用分页 */
.public_paging {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_paging a {
    display: block;
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #222222;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    margin: 0 5px;
    background: #fff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_paging a.prev,
.public_paging a.next {
    width: 130px;
}

.public_paging a.hover {
    border: 1px solid #0660b0;
    background: #0660b0;
    color: #fff;
}

.public_paging a:hover {
    border: 1px solid #0660b0;
    background: #0660b0;
    color: #fff;
}

/* ~~~~~~~~~~公用分页~~~~~~~~end */


/* ~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~~~end */




















/* ~~~~~~~~~~~~~~~~news_del,css */
/* ~~~~~~~~~~~~~~~~news_del,css */
/* ~~~~~~~~~~~~~~~~news_del,css */
.new_dePageBoxOne {
    background: #f7f7f7;
}

.new_dePageOne1 {
    box-sizing: border-box;
    padding: 60px 0 80px;
}

.new_dePageOne2 {
    background: #fff;
    box-sizing: border-box;
    padding: 42px 50px 60px 50px;
}

.new_dePageOne2 .tt {
    font-family: "ProximaNova-Bold_0";
    font-size: 22px;
    color: #333333;
    text-align: center;
}

.new_deOne2_01 {
    display: -ms-flex;
    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: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #eeeeee;
}

.new_deOne2_01 .little_tt01 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_deOne2_01 .little_tt01 .iconfont {
    font-size: 20px;
    color: #666666;
}

.new_deOne2_01 .little_tt01 span {
    font-family: "ProximaNova-Regular_0";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-left: 4px;
    padding-top: 3px;
}

.new_deOne2_01 .little_tt02 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 36px 0 40px;
}

.new_deOne2_01 .little_tt02 .iconfont {
    box-sizing: border-box;
    font-size: 18px;
    color: #808080;
}

.new_deOne2_01 .little_tt02 span {
    font-family: "ProximaNova-Regular_0";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-left: 6px;
}

.new_deOne2_01 .little_tt03 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    ;
}

.new_deOne2_01 .little_tt03 .iconfont {
    font-size: 16px;
    color: #666666;
}

.new_deOne2_01 .little_tt03 .share_text {
    font-family: "ProximaNova-Regular_0";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 2px 10px 0 6px;
}

.new_dePageOne2 .text_box {
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 34px;
}

.new_dePageOne2 .text_box img {
    max-width: 100%;
}

.new_dePageOne2 .btn_box {
    box-sizing: border-box;
    padding-top: 50px;
}

.new_dePageOne2 .btn_box a {
    font-family: "ProximaNova-Bold_0";
    font-size: 24px;
    color: #ffffff;
    display: block;
    width: 16%;
    background: #0660b0;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 14px 0;
    border-radius: 6px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_dePageOne2 .btn_box a:hover {
    background: rgba(6, 96, 176, 0.7);
}

.new_dePageOne3 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.new_dePageOne3 .More {
    width: 50%;
}

.new_dePageOne3 .More a {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    background: #eeeeee;
    box-sizing: border-box;
    padding: 22px 10px 22px 30px;
}

.new_dePageOne3 .More a:hover .text,
.new_dePageOne3 .More a:hover .tt,
.new_dePageOne3 .More a:hover .time {
    color: #0660b0;
}

.new_dePageOne3 .More a .tt {
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_dePageOne3 .More a .text {
    width: calc(100% - 200px);
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding: 0 22px 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_dePageOne3 .More a .time {
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_dePageOne3>.More:first-child a {
    border-right: 1px solid #fff;
}

/* ~~~~~~~~~~~~~~~~news_del,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~news_del,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~news_del,css~~~~~~~~~~~~~~~end */





















/* ~~~~~~~~~~~~~~~products,css */
/* ~~~~~~~~~~~~~~~products,css */
/* ~~~~~~~~~~~~~~~products,css */
.proPageBoxOne {
    background: #f7f7f7;
}

.proBoxOne1 {
    box-sizing: border-box;
    padding: 60px 0 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/* 左侧盒子 */
.DloadPageTwo_l {
    width: 23%;
}

.DloadPageTwo2 {
    overflow: hidden;
}

.DloadPageTwo2 .titleBox {
    display: block;
    font-family: "ProximaNova-Bold_0";
    background: #0660b0;
    color: #fff;
    font-size: 24px;
    box-sizing: border-box;
    padding: 18px 0 18px 20px;
}

.Two2Item:hover {
    color: #0660b0;
}

.Two2Item:hover span {
    color: #0660b0 !important;
}


.DloadPageTwo2>dl dd.hover .Two2Item span {
    color: #0660b0;
}

.Two2Item {
    display: block;
    box-sizing: border-box;
    padding: 16px 10px 16px 20px;
    border: 1px solid #eeeeee;
    border-top: none;
    transition: all 0.5s;
}

.DloadPageTwo2 dl {
    background: #fff;
}

.Two2Item>span:nth-child(1) {
    font-size: 12px;
    font-weight: 700;
    box-sizing: border-box;
    padding-right: 2px;
    color: #666666;
}

.Two2Item>span:nth-child(2) {
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #666666;
}

.DloadPageTwo3 {
    overflow: hidden;
    margin: 20px 0 0;
    background: #fff;
}

.DloadPageTwo3 a {
    display: block;
}

.DloadPageTwo3 a img {
    width: 100%
}

.DloadPageTwo3 dl dd a {
    font-family: "ProximaNova-Regular_0";
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #666;
    box-sizing: border-box;
    padding: 6px 20px 6px 26px;
    word-break: break-all;
}

.DloadPageTwo3 dl {
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    padding: 14px 0 30px;
}

.DloadPageTwo3 dl dd:hover a {
    color: #0660b0;
    text-decoration: underline;
}


.proBoxOne2 {
    width: 75%;
}

.proBoxOne2 .tt_box .tt_01 {
    font-family: "ProximaNova-Bold_0";
    font-size: 48px;
    color: #222222;
    text-align: center;
}

.proBoxOne2 .tt_box .line {
    width: 80px;
    height: 3px;
    background: #0660b0;
    margin: 22px auto 0;
}

.proBoxOne2 .tt_box {
    box-sizing: border-box;
    padding-bottom: 30px;
}

.proBoxOne2_list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.proBoxOne2_list .item {
    width: calc((100% - 46px) / 3);
    margin-right: 23px;
    margin-bottom: 20px;
}

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

.proBoxOne2_list .item a {
    display: block;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxOne2_list .item a:hover {
    border: 1px solid #0660b0;
}

.proBoxOne2_list .item a:hover .bottom_text {
    border-top: 1px solid #0660b0;
    background: #0660b0;
    color: #fff;
}

.proBoxOne2_list .item a .img_box img {
    width: 100%;
}

.proBoxOne2_list .item a .bottom_text {
    font-family: "ProximaNova-Regular_0";
    font-size: 18px;
    color: #222222;
    text-align: center;
    line-height: 58px;
    background: #fff;
    box-sizing: border-box;
    border-top: 1px solid #dcdcdc;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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


/* ~~~~~~~~~~~~~~~products,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~products,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~products,css~~~~~~~~~~~~~end */





















/* ~~~~~~~~~~~~~~~~~Services,css */
/* ~~~~~~~~~~~~~~~~~Services,css */
/* ~~~~~~~~~~~~~~~~~Services,css */
.serPageBoxOne {
    background: #f7f7f7;
}

.serBoxOne1 {
    box-sizing: border-box;
    padding: 80px 0 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.serBoxOne1 .img_box {
    width: 50%;
    perspective: 900px;
    overflow: hidden;
}

.serBoxOne1 .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.serBoxOne1 .img_box img:hover {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.serBoxOne1 .text_box {
    width: 50%;
    box-sizing: border-box;
    padding: 0px 0 0 40px;
}

.serBoxOne1 .text_box .tt {
    font-family: "ProximaNova-Bold_0";
    font-size: 48px;
    color: #222222;
    box-sizing: border-box;
    padding-bottom: 18px;
}

.serBoxOne1 .text_box .line {
    width: 80px;
    height: 3px;
    background: #0660b0;
}

.serBoxOne1 .text_box .text {
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 24px;
}

.serPageBoxTwo {
    background: url("../images/service_02.jpg") no-repeat center center / cover;
}

.serBoxTwo1 {
    box-sizing: border-box;
    padding: 70px 0 80px;
}

.serBoxTwo1 .tt_box {
    box-sizing: border-box;
    padding-bottom: 30px;
}

.serBoxTwo1 .tt_box .tt {
    font-family: "ProximaNova-Bold_0";
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.serBoxTwo1 .tt_box .line {
    width: 80px;
    height: 3px;
    background: #fff;
    margin: 0 auto;
}

.serBoxTwo1 .img_box img {
    width: 100%;
}

.serPageBoxThree {
    background: #f7f7f7;
}

.serPageBoxThree .serBoxOne1 {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.serPageBoxThree .serBoxOne1 .text_box {
    padding: 0px 40px 0 0;
}

/* ~~~~~~~~~~~~~~~~~Services,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~Services,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~Services,css~~~~~~~~~~~~~~~end */





















/* ~~~~~~~~~~~~~~~~Send Inquiry,css */
/* ~~~~~~~~~~~~~~~~Send Inquiry,css */
/* ~~~~~~~~~~~~~~~~Send Inquiry,css */
.se_inqPageBoxOne {
    background: #f7f7f7;
}

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

.se_inqBoxOne2 {
    background: #fff;
    box-sizing: border-box;
    padding: 50px 0 90px;
}

.se_inqBoxOne2 .tt_box {
    box-sizing: border-box;
    padding-bottom: 28px;
}

.se_inqBoxOne2 .tt_box .tt {
    font-family: "ProximaNova-Bold_0";
    font-size: 48px;
    color: #222222;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.se_inqBoxOne2 .tt_box .line {
    width: 80px;
    height: 3px;
    background: #0660b0;
    margin: 0 auto;
}

.se_inqBoxOne3 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    ;
}

.se_inqBoxOne3_L {
    width: 52%;
}

.se_inqBoxOne3_L_form .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
}

.se_inqBoxOne3_L_form .item .input_text {
    width: 120px;
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #333333;
    text-align: right;
    box-sizing: border-box;
    padding: 11px 8px 0 0;
}

.se_inqBoxOne3_L_form .item .input_text span {
    color: #fe1010;
    font-size: 18px;
}

.se_inqBoxOne3_L_form .item input {
    width: calc(100% - 120px);
    outline: none;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 12px 10px 12px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.se_inqBoxOne3_L_form .item ::-webkit-input-placeholder {
    font-family: "ProximaNova-Regular_0";
    font-size: 14px;
    color: #999999;
}

.se_inqBoxOne3_L_form .item textarea {
    width: calc(100% - 120px);
    height: 115px;
    outline: none;
    resize: none;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 12px 10px 12px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.se_inqBoxOne3_L_form .file_big_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.se_inqBoxOne3_L_form .file_big_box .left_text {
    width: 120px;
}

.se_inqBoxOne3_L_form .file_big_box .file_box {
    width: calc(100% - 120px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.se_inqBoxOne3_L_form .file_big_box .file_box .iconfont {
    position: relative;
    font-size: 30px;
    color: #0660b0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.se_inqBoxOne3_L_form .file_big_box .file_box .iconfont:hover {
    color: #000;
}

.se_inqBoxOne3_L_form .file_big_box .file_box .iconfont input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.se_inqBoxOne3_L_form .file_big_box .file_box span {
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding: 3px 0 0 8px;
}

.se_inqBoxOne3_L_form .btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-top: 35px;
}

.se_inqBoxOne3_L_form .btn_box .left_text {
    width: 120px;
}

.se_inqBoxOne3_L_form .btn_box button {
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #ffffff;
    width: 200px;
    height: 50px;
    line-height: 50px;
    outline: none;
    border: none;
    background: #0660b0;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.se_inqBoxOne3_L_form .btn_box button:hover {
    opacity: 0.8;
}

.se_inqBoxOne3_R {
    width: 48%;
    box-sizing: border-box;
    padding: 0 80px 0 96px;
}

.se_inqBoxOne3_R img {
    width: 100%;
}


/* ~~~~~~~~~~~~~~~~Send Inquiry,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~Send Inquiry,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~Send Inquiry,css~~~~~~~~~~~~~end */




















/* ~~~~~~~~~~~~~~products_del,css */
/* ~~~~~~~~~~~~~~products_del,css */
/* ~~~~~~~~~~~~~~products_del,css */
.pr_delPage_crumb {
    background: url("../images/pro_del_01.jpg") no-repeat center center / cover;
}

.pr_del_crumb01 {
    height: 190px;
    box-sizing: border-box;
    padding-top: 110px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.pr_del_crumb01 .text {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pr_del_crumb01 .text .iconfont {
    font-size: 20px;
    color: #fff;
}

.pr_del_crumb01 .text span {
    font-family: "ProximaNova-Regular_0";
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 3px 6px 0 5px;
}

.pr_del_crumb01 .text_a {
    font-family: "ProximaNova-Regular_0";
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    padding-top: 4px;
}

.pr_del_crumb01 .text_a a {
    font-family: "ProximaNova-Regular_0";
    font-size: 14px;
    color: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pr_del_crumb01 .text_a a:hover {
    color: #0660b0;
}


.pr_delBoxOne1 {
    box-sizing: border-box;
    padding: 62px 0 62px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.pr_delBoxOne1_L {
    width: 49%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pr_delBoxOne1_L_dots {
    width: 14.6%;
}

.pr_delBoxOne1_L_dots .item {
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    margin-bottom: 12%;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pr_delBoxOne1_L_dots .item.active {
    border: 1px solid #0660b0;
}

.pr_delBoxOne1_L_dots .item img {
    width: 100%;
}

.pr_delBoxOne1_L_dots>.item:last-child {
    margin-bottom: 0;
}

.pr_delBoxOne1_L_lunbo {
    width: 80.1%;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
}

.pr_delBoxOne1_R {
    width: 51%;
    box-sizing: border-box;
    padding-top: 26px;
    padding-left: 36px;
}

.pr_delBoxOne1_R .tt_box .tt_01 {
    font-family: "ProximaNova-Bold_0";
    font-size: 30px;
    color: #242424;
}

.pr_delBoxOne1_R .tt_box .tt_02 {
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    box-sizing: border-box;
    padding: 16px 0 32px;
}

.pr_delBoxOne1_R dl {
    box-sizing: border-box;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.pr_delBoxOne1_R dl dd {
    box-sizing: border-box;
    border-bottom: 1px dashed #dcdcdc;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 16px 0;
}

.pr_delBoxOne1_R dl>dd:last-child {
    border-bottom: none;
}

.pr_delBoxOne1_R dl dd div {
    width: 50%;
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #666666;
}

.pr_delBoxOne1_R .btn_box {
    box-sizing: border-box;
    padding: 40px 0 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pr_delBoxOne1_R .btn_box a {
    width: 220px;
    line-height: 48px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #0660b0;
    border-radius: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pr_delBoxOne1_R .btn_box a:hover {
    opacity: 0.8;
}

.pr_delBoxOne1_R .btn_box a .iconfont {
    font-size: 28px;
    color: #fff;
}

.pr_delBoxOne1_R .btn_box a span {
    font-family: "ProximaNova-Regular_0";
    font-size: 18px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 8px;
}

.pr_delBoxOne1_R .btn_box>a:last-child {
    background: #303030;
    margin-left: 20px;
}

.pr_delBoxOne1_R .share_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pr_delBoxOne1_R .share_box .share_text {
    font-family: "ProximaNova-Regular_0";
    font-size: 14px;
    color: #333333;
}


.pr_delPageBoxTwo {
    box-sizing: border-box;
    border-top: 8px solid #0660b0;
    background: #f7f7f7;
}

.pr_delBoxTwo1 {
    box-sizing: border-box;
    padding: 60px 0 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pr_delBoxTwo1_R {
    width: 76%;
}

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

.pr_delBoxTwo1_R_tt01 .tt_01 {
    width: 280px;
    line-height: 64px;
    font-family: "ProximaNova-Bold_0";
    font-size: 24px;
    color: #333333;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    border-top: 2px solid #0660b0;
}

.pr_delBoxTwo1_R_tt01 .tt_02 {
    width: calc(100% - 280px);
    background: #eeeeee;
    box-sizing: border-box;
    border-top: 2px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}

.pr_delBoxTwo1_R_01_content {
    box-sizing: border-box;
    padding: 42px 30px 35px;
    background: #fff;
}

.pr_delBoxTwo1_R_01_content .module_text01 {
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #666666;
}

.pr_delBoxTwo1_R_01_content .list {
    box-sizing: border-box;
    padding: 30px 0 25px;
}

.pr_delBoxTwo1_R_01_content .list .item {
    background: #f8f8f8;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}

.pr_delBoxTwo1_R_01_content .list .item .img_box {
    width: 37%;
    perspective: 900px;
    overflow: hidden;
}

.pr_delBoxTwo1_R_01_content .list .item .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pr_delBoxTwo1_R_01_content .list .item .img_box img:hover {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pr_delBoxTwo1_R_01_content .list .item .right_text {
    width: 63%;
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding: 0 20px 0;
}

.pr_delBoxTwo1_R_01_content .list>.item:nth-child(2n) {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.pr_delBoxTwo1_R_01_content dl dd {
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding: 4px 0;
}

.pr_delBoxTwo1_R_01_content .bottom_warning_box {
    box-sizing: border-box;
    padding-top: 35px;
}

.pr_delBoxTwo1_R_01_content .bottom_warning_box .bottom_warn {
    box-sizing: border-box;
    padding: 20px 25px 30px;
    background: #f8f8f8;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pr_delBoxTwo1_R_01_content .bottom_warning_box .bottom_warn .iconfont {
    font-size: 26px;
    color: #0660b0;
}

.pr_delBoxTwo1_R_01_content .bottom_warning_box .bottom_warn span {
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding: 4px 0 0 10px;
}

.pr_delBoxTwo1_R_02_tt {
    background: #eeeeee;
}

.pr_delBoxTwo1_R_02_tt .tt {
    width: 240px;
    font-family: "ProximaNova-Bold_0";
    font-size: 24px;
    color: #333333;
    line-height: 58px;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    border-left: 3px solid #dcdcdc;
}

.pr_delBoxTwo1_R_02_content {
    box-sizing: border-box;
    padding: 25px 35px 15px 30px;
    background: #fff;
}

.pr_delBoxTwo1_R_03_tt {
    background: #eeeeee;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pr_delBoxTwo1_R_03_tt .tt {
    width: 140px;
    font-family: "ProximaNova-Bold_0";
    font-size: 24px;
    color: #333333;
    line-height: 58px;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    border-left: 3px solid #dcdcdc;
}

.pr_delBoxTwo1_R_03_tt span {
    font-family: "ProximaNova-Regular_0";
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    padding-left: 25px;
}

.pr_delBoxTwo1_R_03_content {
    box-sizing: border-box;
    padding: 45px 30px 55px 0;
    background: #fff;
}

.pr_delBoxTwo1_R_03_content .conBoxThree2 .conBoxThree2_form .btn_box {
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.pr_delBoxTwo1_R_03_content .conBoxThree2 .conBoxThree2_form .btn_box button {
    margin: 0 0 0 82px;
}



/* ~~~~~~~~~~~~~~products_del,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~products_del,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~products_del,css~~~~~~~~~~~~~~~end */







.fz18 {
    font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
    line-height: 1.52;
}

.fz16 {
    font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
    line-height: 1.6;
}

.pro_liOne1_l_01_list {
    background: #ffffff;
}

.pro_liOne1_l_01_list .item {
    padding: clamp(0.938rem, 0.82rem + 0.49vw, 1.375rem) 10px clamp(0.938rem, 0.82rem + 0.49vw, 1.375rem) 15px;
    border-bottom: 1px solid #e2e2e2;
}

.pro_liOne1_l_01_list_top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_liOne1_l_01_list>.item:last-child {
    border-bottom: none;
}

.pro_liOne1_l_01_list_top a {
    display: block;
    font-family: "ProximaNova-Regular_0";
    width: calc(100% - clamp(2.188rem, 2.137rem + 0.21vw, 2.375rem));
    color: #333333;
}

.pro_liOne1_l_01_list_top a:hover {
    color: #0660b0;
}

.pro_liOne1_l_01_list_top .iconfont {
    font-size: clamp(1rem, 0.967rem + 0.14vw, 1.125rem);
    color: #666666;
    text-align: center;
    width: clamp(1.563rem, 1.512rem + 0.21vw, 1.75rem);
    height: clamp(1.563rem, 1.512rem + 0.21vw, 1.75rem);
    line-height: clamp(1.563rem, 1.512rem + 0.21vw, 1.75rem);
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_liOne1_l_01_list_top .iconfont:hover {
    color: #0660b0;
}

.pro_liOne1_l_01_list_bot {
    display: none;
    padding: clamp(0.5rem, 0.383rem + 0.49vw, 0.938rem) 5px 1px clamp(0.5rem, 0.433rem + 0.28vw, 0.75rem);
}

.pro_liOne1_l_01_list_bot a {
        margin-bottom: clamp(0.375rem, 0.342rem + 0.14vw, 0.5rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_liOne1_l_01_list_bot a::before {
    content: "";
    display: block;
    width: clamp(0.375rem, 0.342rem + 0.14vw, 0.5rem);
    height: clamp(0.375rem, 0.342rem + 0.14vw, 0.5rem);
    border-radius: 50%;
    background: #666666;
        margin-top: clamp(0.438rem, 0.421rem + 0.07vw, 0.5rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_liOne1_l_01_list_bot a:hover::before {
    background: #0660b0;
}

.pro_liOne1_l_01_list_bot a span {
    font-family: "ProximaNova-Regular_0";
    width: calc(100% - clamp(0.375rem, 0.342rem + 0.14vw, 0.5rem));
    color: #333333;
    padding-left: clamp(0.5rem, 0.467rem + 0.14vw, 0.625rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_liOne1_l_01_list_bot a:hover span {
    color: #0660b0;
}

.pro_liOne1_l_01_list .item.hover .pro_liOne1_l_01_list_top a,
.pro_liOne1_l_01_list .item.hover .pro_liOne1_l_01_list_top .iconfont {
    color: #0660b0;
}