.title {
    background: #3284E8;
    width: 100%;
    height: 102px;
    text-align: center;
    font-size: 48px;
}

.title .title_span {
    display: inline-block;
    padding: 30px 0 10px 0;
    color: #fff !important;
}

.title .title_icon img {
    width: 120px;
    height: 70px;
}

.indexTit .subtit_title {
    font-size: 16px;
    margin-top: 50px !important;
    color: #333;
    text-align: center;
}

/* 搜索start */


/* 搜索end */
/* 产品分类start */

.product_category {
    width: 1200px;
    margin: auto;
    margin: 50px 0;
}

.product_category .product_top {
    margin-bottom: 20px;
}

.product_category .product_top,
.product_category .product_bottom {
    display: flex;
}

.product_category .product_top .product_item,
.product_category .product_bottom .product_item {
    flex: 1;
    height: 720px;
    padding: 0 5px 10px;
    border: 1px solid #F5F5F5;
    box-shadow: 0 10px 19px 0 #F5F5F5;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
}

.product_category .product_bottom .product_item {
    height: 630px;
}

.product_category .product_top .product_item:hover,
.product_category .product_bottom .product_item:hover {
    transition: transform 0.5s;
    transform: translateY(-10px);
}

.product_category .product_top .product_item:last-child,
.product_category .product_bottom .product_item:last-child {
    margin-right: 0;
}

.product_item .product_item_title {
    width: 100%;
    height: 50px;
    color: #3284E8;
    font-size: 23px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
}

.product_item img {
    width: 100%;
    height: 185px;
    margin: 0 auto 15px;
}

.product_item .afterSale_item label {
    width: 54px;
    font-size: 18px;
    color: #146DB9;
}

.product_item .afterSale_item input {
    padding: 0px 10px;
    border: 1px solid #E1E1E1;
    background: #fff;
    font-size: 16px;
    color: #999999;
    margin-bottom: 15px;
    border-radius: 4px;
    cursor: pointer;
}

.product_item .afterSale_item input:hover {
    background: #3284E8;
    color: #fff;
}

.product_item .product_item_footer {
    width: calc(100% - 10px);
    height: 44px;
    line-height: 44px;
    position: absolute;
    bottom: 30px;
}

.product_item .product_item_footer input {
    font-size: 12px;
    color: #999;
    width: 170px;
    height: 44px;
    border: 1px solid #3284E8;
    outline: #3284E8;
    border-radius: 5px 0 0 5px;
    position: relative;
    left: 2px;
    text-indent: 10px;
}

.product_item .product_item_footer button {
    width: 103px;
    height: 46px;
    line-height: 44px;
    background: #3284E8;
    border-radius: 0 5px 5px 0;
    color: #fff;
    border: 1px solid #3284E8;
    outline: none;
    cursor: pointer;
    position: relative;
    top: 2px;
    left: -2px;
    font-size: 16px;
}

/* 产品分类end */

.product_item .afterSale_item .input_item {
    font-size: 16px;
    padding: 0 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    border: none;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
}

.right_input {
    float: right;
}

.app_footer button,
.afterSale_button button {
    width: 100%;
    height: 50px;
    border: none;
    background: #3284E8;
    color: #fff;
    margin-top: 30px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
}

.afterSale_button button {
    margin-top: -10px;
}

/* 造型指导 */

.styleGuide {
    display: flex;
}

.styleGuide_left .styleGuide_left_item {
    width: 200px;
    height: 65px;
    line-height: 65px;
    font-size: 24px;
    color: #fff;
    border-radius: 3px;
    background: #3284E8;
    margin: 0 20px 24px 0;
    text-align: center;
}

.styleGuide_right {
    width: 960px;
    padding: 0 10px;
    background: rgb(230, 230, 230);
    box-shadow: 0 0 7px 0 #F5F5F5;
}

.styleGuide_right .styleGuide_right_item {
    width: 100%;
    border-bottom: 1px dotted #FFFFFF;
}

.styleGuide_right .styleGuide_right_item:last-child {
    border-bottom: none;
}

.styleGuide_right .styleGuide_right_item input {
    padding: 0px 8px;
    margin: 26px 10px 30px 0;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 2px;
    color: rgb(0);
    font-size: 18px;
    cursor: pointer;
    background: rgb(250, 250, 250);
}

.styleGuide_right .styleGuide_right_item input:hover {
    background: #3284E8;
    color: #fff;
}

.styleGuide_footer {
    margin: 26px 0 45px 0;
    display: flex;
    width: 1630px;
}

.styleGuide_footer_left .styleGuide_left_item {
    background: #146DB9;
}

.styleGuide_footer_right {
    width: 980px;
}

.styleGuide_footer_right .styleGuide_right_item {
    background: rgb(230, 230, 230);
    margin-bottom: 10px;
    padding: 0 10px;
}

.styleGuide_footer_right .styleGuide_right_item select {
    width: 302px;
    height: 50px;
    margin: 14px 20px 14px 0;
    font-size: 18px;
    color: #666;
    background: #fff;
    outline: none;
    border: none;
}

.styleGuide_right_item select:last-child {
    margin-right: 0;
}

.styleGuide_footer_right .styleGuide_right_item .input {
    width: 650px;
    height: 50px;
    margin: 14px 0;
    font-size: 18px;
    text-indent: 10px;
    background: #fff;
    outline: none;
}

.styleGuide_footer_right .styleGuide_right_item button {
    width: 280px;
    height: 78px;
    float: right;
    border: none;
    border-radius: 0 6px 6px 0;
    background: #3284E8;
    color: #fff;
    line-height: 78px;
    font-size: 22px;
    cursor: pointer;
    position: relative;
    left: 10px;
}

/* 生产检测 */

.production_testing_box {
    display: flex;
}

.production_testing_box_item {
    flex: 1;
    margin-right: 11px;
}

.production_testing_box_item:last-child {
    margin-left: 11px;
}

.production_testing_box_item button {
    width: 100%;
    height: 60px;
    color: #fff;
    background: #3284E8;
    line-height: 60px;
    border: none;
    outline: none;
    border-radius: 6px;
    font-size: 22px;
    cursor: pointer;
}

.production_testing_box_item .showDialog {
    background: #146DB9;
}

/*  */


.successfulCase img {
    width: 100px;
    height: 100px;
    float: right;
    margin: 20px 20px 20px auto;
    cursor: pointer;
}

/* 售后服务 */
/*  */

.afterSale_button {
    width: 100%;
    margin: 0 auto;
}

/* 三分钟内回电 */


.tel_banner h1,
.tel_banner h2,
.tel_banner h4 {
    text-align: center;
    color: #fff;
}

.tel_banner h1 {
    font-size: 36px;
    padding-top: 28px;
}

.tel_banner h1 .underline {
    width: 80px;
    border-top: 4px solid #fff;
    margin: auto;
    position: relative;
    top: 20px;
}

.tel_banner h2 {
    font-size: 24px;
    margin-top: 37px;
}

.tel_banner h4 {
    font-size: 14px;
}

/*  */

.afterSale_footer {
    padding: 10px 20px 48px 60px;
    background: #F6F6F6;
    margin-bottom: 50px;
    display: flex;
}

.afterSale_footer .afterSale_left {
    width: calc(100% - 380px);
}

.afterSale_footer .afterSale_left h2 {
    padding-top: 55px;
    font-size: 30px;
    color: #3284E8;
    font-weight: bold;
}

.afterSale_footer .afterSale_left h2 span {
    margin-left: 10px;
    font-size: 14px;
    font-style: normal;
    color: #666;
}

.afterSale_footer .afterSale_left .afterSale_left_image {
    width: 100%;
    height: 150px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.afterSale_left_image img {
    width: 100%;
    height: 100%;
}

.afterSale_left .welcome {
    font-size: 14px;
    color: #333;
    padding: 13px 0;
}

.afterSale_left .afterSale_left_span {
    display: block;
    width: 215px;
    float: right;
    position: relative;
    top: -28px;
}

.afterSale_footer .afterSale_left span img {
    width: 17px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.afterSale_footer .afterSale_left h3 {
    display: inline-block;
    width: calc(100% - 40px);
    height: 76px;
    font-size: 30px;
    margin-top: 20px;
    color: #fff;
    font-size: bold;
    background: #3284E8;
    padding: 23px 15px;
    border-radius: 10px;
}

.afterSale_footer .afterSale_left h3 span {
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 10px;
}

.afterSale_footer .afterSale_right {
    width: 100%;
    padding-left: 30px;
}

.afterSale_right_tel {
    float: right;
    display: flex;
}

.tel_image {
    width: 32px;
    height: 31px;
    margin-right: 10px;
    position: relative;
    top: 10px;
}

.tel_image img {
    width: 100%;
}

.tel_content {
    font-size: 16px;
    color: #3284E8;
    margin-right: 30px;
}

.afterSale_footer {
    background: #F6F6F6;
}

.afterSale_footer .afterSale_right .afterSale_item {
    margin-bottom: 16px;
}

.afterSale_footer .afterSale_right .afterSale_item label {
    width: 50px;
    font-size: 14px;
    color: #333;
}

.afterSale_footer .afterSale_right .name {
    margin-top: 50px;
    font-size: 14px;
}

.afterSale_footer .afterSale_right .name .input_text {
    width: 137px;
    height: 32px;
    border: 1px solid #E1E1E1;
    margin-right: 20px;
    text-indent: 5px;
    outline: none;
    background: #fff;
    font-size: 14px;
}

.afterSale_footer .afterSale_right .phone .input_item {
    width: 137px;
    height: 32px;
    text-indent: 5px;
    outline: none;
    font-size: 14px;
    background: #fff;
}

.afterSale_footer .afterSale_right .phone span {
    color: red;
}

.afterSale_footer .afterSale_right .afterSale_item input[type=button] {
    padding: 0px 10px;
    border: 1px solid #E1E1E1;
    margin-right: 8px;
    cursor: pointer;
    font-size: 15px !important;
    border-radius: 2px;
    font-size: 17px;
    background: #fff;
    cursor: pointer;
    outline: none;
    background: #F6F6F6;
}

.afterSale_footer .afterSale_right .afterSale_item input[type=button]:hover {
    color: #fff;
    background: #3284E8;
}

.leave_message label {
    position: relative;
    top: -110px;
}

.afterSale_footer .afterSale_right .leave_message textarea {
    width: 500px;
    height: 110px;
    outline: #666;
    resize: none;
    padding: 10px;
}

.afterSale_footer .afterSale_right .submit_button button {
    width: 520px;
    height: 48px;
    cursor: pointer;
    background: #3284E8;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    margin-left: 50px;
}

/* 留言板弹出层 */

.masking-s {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    z-index: 9999;
}

.dialog {
    width: 800px;
    height: 380px;
    padding: 20px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: none;
    z-index: 1000;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 2px #3284E8;
}

.dialog .close {
    font-size: 20px;
    position: relative;
    margin-left: -20px !important;
    margin-top: -20px !important;
}

.dialog .close .consult {
    width: 840px;
    height: 90px;
    margin-bottom: 15px;
}

.dialog .close .exit {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 30px;
    right: 0;
    cursor: pointer;
}

/* .dialog .close:hover {
    border-radius: 6px;
    background: red;
    color: #fff;
} */

.dialog h4 {
    text-align: center;
    font-size: 16px;
    color: red;
    line-height: 50px;
}

.dialog h5 {
    font-size: 14px;
    line-height: 50px;
    border-bottom: 1px solid #3284E8;
}

.dialog h5 strong {
    font-weight: bold;
    font-size: 30px;
    color: #3284E8;
    padding-right: 10px;
}

.dialog h5 span {
    color: #3284E8;
    font-size: 16px;
    font-weight: bold;
}

.dialog_item {
    display: flex;
}

.dialog_left {
    flex: 2;
}

.dialog_right {
    flex: 1;
}

.dialog_left .tonnage {
    margin-top: 30px;
}

.dialog_left .afterSale_item {
    margin-bottom: 10px;
}

.dialog_left .afterSale_item label {
    width: 50px;
    font-size: 14px;
}

.dialog_left .name,
.dialog_left .phone {
    float: left;
}

.dialog_left .name .input_text {
    width: 130px;
    height: 40px;
    border: 1px solid #666;
    margin-right: 10px;
    text-indent: 20px;
    border-radius: 6px;
    outline: #666;
}

.dialog_left .phone input {
    width: 220px;
    height: 40px;
    border: 1px solid #666;
    margin-right: 10px;
    text-indent: 20px;
    border-radius: 6px;
    outline: #666;
}

.dialog_left .phone span {
    color: red;
}

.dialog_left .afterSale_item input {
    padding: 0px 10px;
    border: none;
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 6px;
    background: #EFEFEF;
    cursor: pointer;
}

.dialog_right .count_down {
    margin-top: 20px;
    color: #3284E8;
}

.dialog_right .count_down,
.dialog_right .today_consulting {
    width: 100%;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 0;
    text-align: center;
}

.clock {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.dialog_right button {
    border: none;
    background: #3284E8;
    color: #fff;
    width: 100%;
    font-size: 20px;
    height: 50px;
    border-radius: 6px;
    cursor: pointer;
}

.cursor {
    cursor: pointer;
}

.afterSale_item input:hover {
    cursor: pointer;
    color: #3284E8;
}

/* 应用行业 */

.grid {
    display: flex;
    flex-wrap: wrap;
}

.grid .grid_item {
    width: calc(25% - 15px);
    margin-left: 20px;
    margin-bottom: 30px;
    font-size: 22px;
    position: relative;
}

.grid .grid_item:hover {
    background: #fff;
    box-shadow: 0 0 8px 0 #8A8A8A;
}

.grid .grid_item:hover a p {
    color: #3284E8;
}

.grid .grid_item:first-child,
.grid .grid_item:nth-child(5),
.grid .grid_item:nth-child(9) {
    margin-left: 0;
}

.grid .grid_item a img {
    width: 100%;
    height: 214px;
}

.grid .grid_item a p {
    width: 100%;
    text-align: center;
    color: #333;
    padding: 10px 0;
    font-size: 22px;
}

/*  */

.grid .grid_item_box {
    cursor: default;
}

.grid .grid_item_box a .back_text {
    position: absolute;
    bottom: 0px;
    background: rgba(10, 10, 10, 0.4);
    color: #fff;
}

.grid .grid_item_box:hover a .back_text {
    background: #3284E8;
    color: #fff;
}

/*  */

.grid .grid_item_bottom {
    background: #fff;
}

.grid .grid_item_bottom a .back_text {
    height: 20%;
    width: calc(100% - 20px);
    font-size: 20px;
    color: #666666;
    text-align: left;
    padding: 10px;
}

.grid .grid_item_bottom:hover a .back_text {
    background: #3284E8;
    color: #fff;
}



.trouble_advantage_box {
    display: flex;
}

.advantage_item:hover {
    background: #3284E8;
}

.advantage_item:hover .advantage_item_text {
    color: #fff;
}

.advantage_item {
    flex: 1;
    margin-right: 10px;
    padding: 15px;
    border: 1px solid #F5F5F5;
    box-shadow: 0 10px 19px 0 #F5F5F5;
    background-color: #fff;
    min-height: 330px;
}

.advantage_item:last-child {
    margin-right: 0;
}

.advantage_item_img {
    width: 126px;
    height: 144px;
    margin: 15px auto;
}

.advantage_item_img img {
    width: 126px;
}

.advantage_item_text {
    color: #333;
    font-size: 19px;
    font-weight: 500;
}

.annoyance {
    width: 100%;
    height: 120px;
    background: url('../images/annoyance_banner.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.annoyance img {
    width: 214px;
    height: 50px;
    float: right;
    margin: 40px 30px auto auto;
}

/* 八大前沿核心科技 */

.grid .leading_grid_item {
    box-shadow: 0 10px 19px 0 #F5F5F5;
}

.grid .leading_grid_item:hover {
    background: #3284E8;
}

.grid .leading_grid_item:hover .leading_content .leading_title,
.grid .leading_grid_item:hover .leading_content .leading_text {
    color: #fff;
}

.leading_image {
    width: 100%;
    height: 220px;
    margin: 0 auto 19px;
}

.leading_image img {
    width: 100%;
    height: 220px !important;
}

.leading_content {
    padding: 0 20px 20px;
}

.leading_content .leading_title {
    font-size: 24px;
    color: black;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    height: 50px;
    color: #FFFFFF;
    line-height: 50px;
    position: absolute;
    width: 100%;
    top: 170px;
    left: 0;
    background: #3333;
}

.leading_content .leading_text {
    font-size: 18px;
    color: #666;
}



.advantage_left {
    /* font-size: 28px;
margin: 42px 90px 0 160px; */
    width: 50%;
}

.advantage_left span {
    font-size: 15px;
}

.advantage_right {
    margin-top: 39px;
}

.advantage_right input {
    width: 356px;
    height: 60px;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 4px;
    font-size: 20px;
    color: #999;
    text-indent: 10px;
}

.advantage_right button {
    margin-left: 5px;
    font-size: 20px;
    width: 200px;
    height: 60px;
    border: none;
    border-radius: 4px;
    line-height: 60px;
    background: #3284E8;
    color: #fff;
    cursor: pointer;
    position: relative;
    top: -1px;
}

.advantage_right p {
    padding: 10px 0;
    font-size: 18px;
}

/* 资质荣誉专利 */

#div1 {
    width: 100%;
    height: 214px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

#div1 ul {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

#div1 ul li {
    float: left;
    width: 200px;
    height: 214px;
    list-style: none;
    margin-right: 20px;
}

#div1 ul li img {
    max-width: 100%;
    height: 214px;
}

/* 售后服务 */

.content_con {
    display: flex;
}

.content .content_item_left,
.content .content_item_right {
    flex: 1;
    width: calc(100% - 20px);
}

.content .content_item_left {
    margin-right: 10px;
}

.content_item {
    min-height: 142px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 10px 19px 0 #F5F5F5;
    margin-bottom: 10px;
    display: flex;
}

.content_item img {
    width: 105px;
    margin-right: 40px;
}

.content_item:hover {
    background: #146DB9;
}

.content_item:hover p,
.content_item:hover p strong {
    color: #fff;
}

.content_item p {
    font-size: 20px;
    color: #333;
    margin-top: 10px;
}

.content_item p strong {
    color: #3284E8;
    font-size: 26px;
    display: inline-block;
    padding-bottom: 10px;
}

.dialog_input {
    border: 1px solid #666 !important;
    background: #fff !important;
    text-indent: 10px !important;
}

.dialog_item .dialog_left .afterSale_item input {
    border: 1px solid #E1E1E1;
    background: #fff;
    color: #999;
}

/*  */

.aaa {
    color: #fff;
}

.aaa:hover {
    color: #fff;
}

/*  */

.afterSale .afterSale_item {
    margin-bottom: 10px;
}

.afterSale .afterSale_item label {
    width: 50px;
    font-size: 16px;
    color: #333;
}

.afterSale .afterSale_item input[type=button] {
    padding: 0px 10px;
    border: 1px solid #E1E1E1;
    margin-right: 8px;
    cursor: pointer;
    font-size: 17px;
    border-radius: 2px;
    background: #fff;
    outline: none;
    color: #999;
}

.afterSale .afterSale_item input[type=button]:hover {
    color: #fff;
    background: #3284E8;
}

.showProduct .imgtxtcon .tit2 {
    height: auto;
    padding: 0;
}

.input_box {
    display: flex;
}

.input_box input {
    flex: 3;
    text-indent: 10px;
    border-radius: 4px 0 0 4px;
    height: 46px;
    border: 1px solid #3284E8;
    outline: #3284E8;
    color: #999;
    font-size: 16px;
}

.input_box button {
    flex: 1;
    height: 48px;
    border: 1px solid #3284E8;
    outline: #3284E8;
    color: #fff;
    font-size: 16px;
    background-color: #3284E8;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

/*  */

.imgtxtcon .tittt {
    font-size: 20px;
    color: #000;
    background: #F5F5F5;
    padding: 6px 6px 0 6px;
}

.imgtxtcon .tittt span {
    color: #3284E8;
}

.imgtxtcon .promotion {
    background: #3284E8;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    position: relative;
    margin: -20px 0 20px 0;
}

.imgtxtcon .promotion span {
    position: absolute;
    right: 0;
    padding: 10px;
    display: inline-block;
    background: #666;
    margin-top: -10px;
}

/* 搜索end */

.your_choice {
    margin: 10px 0;
    font-size: 16px;
    color: #3284E8;
}

table,th,td{border-collapse:collapse;}
table{border-collapse:collapse;border-spacing:0;}
.showp_txt{width:100%; clear:both;}
.showp_txt p{text-align:justify; line-height:26px;}
.showp_txt table{border:0px;border-top:1px solid #e2e2e2;border-right:1px solid #e2e2e2; width:98%; margin:10px auto;}
.showp_txt table td{border-left:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2; margin:0px; padding:8px 0; text-align:center;}
