﻿/* 设置 */

body {
    font-size: 13px;
    line-height: 1.8;
    color: #555555;
    background: #fff;
    height: 100%;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    *width: 1200px;
}

a {
    color: inherit;
}

a:hover {
    color: #275eb8;
}

.left {
    float: left;
}

.right {
    float: right;
}

.container {
    width: 1200px;
    margin: 0 auto;
}


/*css组件-设置*/

.form-control,
.input-group-addon,
.btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}


/*选中颜色*/

::-moz-selection {
    color: #fff;
    background: #000;
}

::selection {
    color: #fff;
    background: #000;
}

::-webkit-input-placeholder {
    color: #aaa;
}

.placeholder {
    color: #aaa;
}


/* 网站样式 */


/*header*/


/* 通用分页样式 */

.pages {
    height: 35px;
    margin: 30px 0 20px 0;
    clear: both;
}

.pages:after {
    content: '.';
    clear: both;
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
}

.pages ul {
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: center;
}

.pages li {
    height: 30px;
    margin-right: 5px;
    display: inline-block;
}

.pages li a {
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
    height: 24px;
    line-height: 24px;
    color: #666;
}

.pages li a:hover {
    border: 1px solid #275eb8;
    background: #275eb8;
    color: #fff;
    text-decoration: none;
}

.pages li span {
    border: 1px solid #e1e1e1;
    height: 24px;
    line-height: 24px;
    color: #c4c4c4;
    padding: 5px 10px;
}

.pages .current a {
    border: 1px solid #275eb8;
    background: #275eb8;
    color: #fff;
}


/*头部*/

.daheader {
    position: relative;
    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    width: 100%;
    z-index: 999999;
    border-bottom: 1px solid #eee;
}

.header {
    position: relative;
    height: 120px;
    background: #fff;
    z-index: 999999;
    width: 100%;
}

.yya {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.95;
}

.gizle {
    top: -120px;
    z-index: 9999;
}

.sabit {
    top: 0;
    z-index: 9999;
    border: none;
}

.toplogo {
    margin: 26px 0 0 40px;
}

.toplogo>a {
    display: flex;
    align-items: center;
}

.toplogo img {
    width: 120px;
}

.logo_txt {
    margin-top: 6px;
    margin-left: 8px;
}

.logo_txth {
    font-size: 24px;
    line-height: 1;
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
}

.logo_txtp {
    margin-top: 3px;
    line-height: 1;
    font-size: 13px;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

.search01 {
    width: 67px;
    height: 120px;
}

.header-search {
    padding-right: 60px;
    position: relative;
}

.header-search img {
    display: block;
    margin: 48px auto;
}

.header-search:hover {
    cursor: pointer;
}

.header-search button {
    background: transparent;
    padding: 0;
    border: none;
    margin: 0 auto;
}

.header-search:hover .search-content {
    opacity: 1;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all 1s ease;
}

.header-search .search-content {
    position: absolute;
    top: 121px;
    /* right: -178px; */
    right: 0;
    opacity: 0;
    z-index: 999;
}

.header-search .search-content form {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 320px;
    overflow: hidden;
}

.header-search .search-content form input {
    border: none;
    color: #333;
    line-height: 30px;
    padding: 0 0px 0 10px;
    width: 170px;
    float: left;
    height: 40px;
}

.header-search .search-content form button {
    width: 40px;
    height: 40px;
    background: url(../images/suo.png) no-repeat 0 5px;
    float: right;
}

.yuyan {
    background: #275eb8;
    color: #fff;
    line-height: 120px;
    font-size: 14px;
    padding: 0 15px;
    position: relative;
}

.yuyan .yan_xuanze {
    position: absolute;
    top: 120px;
    right: -230px;
    opacity: 0;
    z-index: 9999;
    background: #275eb8;
    width: 160px;
    height: 60px;
}

.yuyan:hover .yan_xuanze {
    opacity: 1;
    right: -2px;
    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}

.yuyan .yan_xuanze a {
    color: #fff;
    font-size: 14px;
    line-height: 60px;
    float: left;
    padding: 0 20px;
}

.zidong {
    padding: 0 10px;
    line-height: 120px;
    color: #333;
    font-size: 14px;
    float: left;
    background: #f2f2f2;
}

.zidong a {
    display: block;
}


/*导航*/

.head_nav01 {
    /*		padding: 43px 0 0;*/
    height: 120px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav {
    position: relative;
    z-index: 1;
}

.nav a {
    color: #666;
}

.nav .nLi ul li a {
    display: block;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
    text-align: center;
    height: 78px;
    padding-top: 43px;
}

.nav .nLi ul {
    background: #275eb8;
}

.nav .nLi h3 {
    float: left;
    text-align: center;
    border-right: 1px dashed #e0e0e0;
}

.nav .nLi h3 a {
    display: block;
    padding: 0 35px;
}

.nav .nLi h3 p {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    line-height: 14px;
    padding-top: 6px;
}

.nav .nLi h3 span {
    color: #b8b8b8;
    font-size: 10px!important;
    font-weight: normal;
    text-transform: uppercase;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    text-transform: uppercase;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    display: inline-block;
    margin-left: 14px;
}

.nav .sub li {
    zoom: 1;
    padding: 5px 0;
}

.nav .sub a {
    display: block;
    padding: 0 10px;
}

.nav .sub a:hover {
    color: #fff;
}

.nav .cur h3 p,
.nav .cur h3 span {
    color: #275eb8;
}

.nav .nLi:hover h3 a p,
.nav .nLi:hover h3 a span {
    color: #275eb8;
}

.head_nav02 {
    z-index: 9999;
    position: relative;
}

.nav .nLi .navjt {
    z-index: 99999!important;
    display: none;
    height: 10px;
    background: url(../images/navjt.png)no-repeat center top;
    position: absolute;
    top: 110px;
    width: 100%;
}

.nav .nLi ul {
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    z-index: 99999!important;
    display: none;
    padding: 10px 0;
}

.nav .nLi.on .navjt {
    display: block!important;
}

.nav .nLi.on ul {
    display: block!important;
}

.xialanav {
    position: absolute;
    z-index: 1;
    top: 120px;
    left: 0;
    height: 121px;
    width: 100%;
    background: #1651b9;
    padding: 40px 0;
    opacity: 0.95;
    display: none;
}

.xialanav {
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
}


/* 轮播图css */

.slideBox {
    position: relative;
}

.slideBox .hd {
    overflow: hidden;
    position: absolute;
    bottom: 50px;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
}

.slideBox .hd ul li {
    display: inline-block;
    margin: 0 4px;
    width: 47px;
    height: 4px;
    text-align: center;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #fff;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    display: block;
    height: 760px;
    cursor: pointer;
}

.slideBox .bd li a {
    width: 100%;
    height: 760px;
    display: block;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}


/* 轮播图css结束 */


/*精准加工*/

.jiagong {
    padding: 62px 0 10px;
    overflow: hidden;
}

.jiagong_title {
    color: #222;
    font-size: 40px;
    text-align: center;
}


/* 产品滚动css */

.slideGroup01 {
    padding: 45px 0 15px;
    width: 100%;
}

.slideGroup01 .parHd {
    position: relative;
    overflow: hidden;
}

.slideGroup01 .parHd ul li.on a {
    color: #fff;
    font-size: 18px;
}

.slideGroup01 .parHd ul li {
    float: left;
    cursor: pointer;
    width: 186px;
    margin-right: 16px;
    text-align: center;
    line-height: 56px;
    background: #ececec;
    color: #666;
    font-size: 15px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 15px;
}

.slideGroup01 .parHd ul li:last-child {
    margin-right: 0;
}

.slideGroup01 .parHd ul li:hover {
    background: #275eb8;
}

.slideGroup01 .parHd ul li:hover .protitle {
    color: #fff;
}

.slideGroup01 .slideBox01 {
    zoom: 1;
    padding: 10px 0 0;
    position: relative;
}

.slideGroup01 .sPrev {
    position: absolute;
    left: -35px;
    top: 120px;
    width: 27px;
    height: 55px;
    background: url("../images/pro_jtz.png") no-repeat center center;
    z-index: 999;
}

.slideGroup01 .sNext {
    position: absolute;
    top: 120px;
    width: 27px;
    height: 55px;
    left: auto;
    right: -48px;
    background: url("../images/pro_jtr.png") center center no-repeat;
    z-index: 999;
}

.slideGroup01 .parBd {
    margin: 15px 0 0;
}

.slideGroup01 .parBd .slideBox01 ul {
    zoom: 1;
    float: left;
}

.slideGroup01 .parBd .slideBox01 ul li {
    margin: 0 20px 0 0;
    float: left;
    _display: inline;
    text-align: center;
    width: 285px;
}

.slideGroup01 .parBd .slideBox01 ul li .pic .pic_img * {
    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}

.slideGroup01 .parBd .slideBox01 ul li .pic .pic_img {
    overflow: hidden;
    width: 283px;
}

.slideGroup01 .parBd .slideBox01 ul li .pic img {
    padding: 0;
    width: 100%;
    display: block;
}

.slideGroup01 .parBd .slideBox01 ul li .pic:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.slideGroup01 .parBd .slideBox01 ul li .Bbox_title {
    padding: 12px;
    color: #333;
    font-size: 17px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slideGroup01 .tempWrap {
    z-index: 332;
    width: 100%!important;
}

.slideBox01 {
    position: relative;
}

.slideBox01 .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    bottom: -21px;
    z-index: 1;
    text-align: center;
    margin-left: 44%;
}

.slideGroup01 .parHd ul li .sanjiao {
    position: absolute;
    background: url(../images/sanjiao.png)no-repeat 94px bottom;
    width: 100%;
    height: 15px;
}

.slideGroup01 .parHd ul li .sanjiao {
    display: none;
}

.slideGroup01 .parHd ul li.on .sanjiao {
    display: block;
}

.pro_more {
    border-radius: 28px;
    width: 236px;
    height: 40px;
    border: 1px solid #d8d8d8;
    margin: 0 auto;
    overflow: hidden;
}

.pro_more a {
    width: 119px;
    display: block;
    float: left;
    line-height: 40px;
    color: #777;
    font-size: 14px;
}

.pro_more .more01 {
    background: url("../images/more_jt.png")no-repeat 91px center;
}

.pro_more .more02 {
    background: url("../images/more_jt.png")no-repeat 94px center;
}

.pro_more .more01:hover {
    background: #275eb8 url("../images/more_jt.png")no-repeat 91px center;
    color: #fff;
}

.pro_more .more02:hover {
    background: #275eb8 url("../images/more_jt.png")no-repeat 94px center;
    color: #fff;
}

.more01 {
    border-right: 1px solid #d8d8d8;
    width: 116px!important;
}


/*精准加工结束*/


/*成功案例开始 */

.chenggong {
    padding: 60px 0 55px;
    overflow: hidden;
    background-color: #f5f5f5;
}


/* 滚动css */

.slideGroup02 {
    padding: 23px 0 15px;
    width: 100%;
}

.slideGroup02 .parHd {
    position: relative;
}

.slideGroup02 .parHd ul {
    position: absolute;
    left: 338.5px;
}

.slideGroup02 .parHd ul li {
    float: left;
    cursor: pointer;
    width: 116px;
    margin-right: 17px;
    text-align: center;
    height: 100px;
    background: #fff;
    color: #666;
    font-size: 15px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}

.slideGroup02 .parHd ul li.on {
    background: #275eb8;
    border: 1px solid #275eb8;
}

.slideGroup02 .parHd .sanjiao {
    display: none;
}

.slideGroup02 .parHd ul li.on .sanjiao {
    display: block;
}

.slideGroup02 .slideBox02 {
    zoom: 1;
    padding: 10px 0 30px;
    position: relative;
}

.slideGroup02 .sanjiao {
    position: absolute;
    width: 23%;
    height: 27px;
    background: url(../images/chen_sanjiao.png)no-repeat 48px 19px;
}

.slideGroup02 .parBd {
    margin: 120px 0 0;
}

.slideGroup02 .parBd .slideBox02 ul {
    zoom: 1;
    float: left;
}

.slideGroup02 .parBd .slideBox02 ul li {
    float: left;
    _display: inline;
    padding: 8px;
    width: 584px!important;
}

.slideGroup02 .parBd .slideBox02 ul li .case1 img {
    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}

.slideGroup02 .parBd .slideBox02 ul li .case1 .case1_img {
    width: 584px;
    height: 383px;
    overflow: hidden;
}

.slideGroup02 .parBd .slideBox02 ul li .case1 img {
    width: 100%;
    height: 100%;
}

.slideGroup02 .parBd .slideBox02 ul li .case1:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.slideGroup02 .inputro {
    display: block;
    width: 137px;
    font-size: 14px;
    color: #112241;
    line-height: 35px;
    margin: 0 5px;
}

.slideGroup02 .tempWrap {
    z-index: 332;
    width: 100%!important;
}

.slideBox02 {
    position: relative;
}

.slideBox02 .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    bottom: -21px;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.slideBox02 .hd dl {
    overflow: hidden;
    zoom: 1;
    width: 100%;
}

.slideBox02 .hd dl dt {
    margin: 0 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    background: #c1d0e0;
    cursor: pointer;
    display: inline-block;
}

.slideBox02 .hd dl dt.on {
    background: #275eb8;
}

.ico1_img {
    width: 37px;
    height: 37px;
    margin: 20px auto 0 auto;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.ico1_img .ico1 {
    position: absolute;
    top: 0;
    left: 0;
}

.ico1_img .ico1-b {
    position: absolute;
    top: -39px;
}

.ico1_wen {
    font-size: 14px;
    color: #666;
}

.slideGroup02 .parHd ul li.on .ico1_wen {
    color: #fff;
}

.slideGroup02 .parHd ul li.on .ico1 {
    top: -39px;
}

.slideGroup02 .parHd ul li.on .ico1-b {
    top: 0;
    left: 0;
}

.case1 {
    background: #fff;
}

.case1_title {
    margin: 20px 38px 0;
    height: 165px;
}

.case1_title p {
    font-size: 18px;
    color: #000;
    line-height: 35px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case1_title span {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.case1_more {
    display: block;
    width: 115px;
    height: 35px;
    background: #cfcfcf;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 15px 0;
}

.case1_more:hover {
    background: #275eb8;
    color: #fff;
}


/*成功案例结束*/


/* 客户案例开始css */

.anli {
    background: #f1f1f1;
    padding: 30px 0;
}

.picScroll-left .tempWrap {
    width: 1200px!important;
}

.picScroll-left {
    width: 1200px;
    position: relative;
}

.picScroll-left .hd {
    position: relative;
}

.picScroll-left .hd .prev {
    display: block;
    width: 27px;
    height: 55px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/pro_jtz.png") no-repeat;
    left: -25px;
    top: 33px;
    position: absolute;
}

.picScroll-left .hd .next {
    background-position: 0 -51px;
    display: block;
    width: 27px;
    height: 55px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/pro_jtr.png") no-repeat;
    position: absolute;
    top: 33px;
    right: -51px;
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left .bd {
    padding: 15px 10px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 7px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 187px;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 183px;
    height: 102px;
    display: block;
    padding: 2px;
}

.picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-left .bd ul li .title {
    line-height: 24px;
}


/* 流程css */

.liucheng {
    padding: 73px 0;
    overflow: hidden;
}

.slideTxtBox03 .sanjiao {
    position: absolute;
    background: url(../images/sanjiao.png)no-repeat 105px -1px;
    width: 100%;
    height: 15px;
}

.liu_tu {
    width: 178px;
    margin: 0 auto;
    overflow: hidden;
}

.liu_tu img {
    width: 100%;
}

.liu_tu01 {
    width: 110px!important;
    margin: 0 auto;
    overflow: hidden;
}

.liu_tu * {
    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}

.slideTxtBox03 .bd ul li:hover .liu_tu img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.slideTxtBox03 .hd ul li .sanjiao {
    display: none;
}

.slideTxtBox03 .hd ul li.on .sanjiao {
    display: block;
}

.slideTxtBox03 {
    width: 1200px;
    text-align: left;
}

.slideTxtBox03 .hd {
    width: 240px;
    margin: 0 auto;
    height: 77px;
    line-height: 77px;
    background: #222222;
    position: relative;
}

.slideTxtBox03 .hd ul {
    float: left;
    position: absolute;
    height: 77px;
    width: 480px;
}

.slideTxtBox03 .hd ul li {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.slideTxtBox03 .hd ul li.on {
    height: 77px;
    background: #275eb8;
}

.slideTxtBox03 .hd ul li.on a {
    color: #fff;
}

.slideTxtBox03 .bd ul {
    zoom: 1;
}

.slideTxtBox03 .bd {
    margin: 57px 0 0;
    overflow: hidden;
}

.slideTxtBox03 .bd .fangans {
    width: 12%!important;
}

.slideTxtBox03 .bd li {
    width: 20%;
    background: url("../images/liugx.jpg")no-repeat left top;
    float: left;
    cursor: pointer;
}

.slideTxtBox03 .bd li .date {
    float: right;
    color: #999;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideTxtBox03 .arrow {
    position: absolute;
    right: 10px;
    top: 0;
}

.slideTxtBox03 .arrow a {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") 0 0 no-repeat;
}

.slideTxtBox03 .arrow .next {
    background-position: 0 -50px;
}

.slideTxtBox03 .arrow .prevStop {
    background-position: -60px 0;
}

.slideTxtBox03 .arrow .nextStop {
    background-position: -60px -50px;
}

.liu_wen {
    padding-left: 16px;
}

.num {
    color: #e3e3e3;
    font-size: 90px;
    line-height: 80px;
}

.num01 {
    color: #e3e3e3;
    font-size: 58px!important;
    line-height: 80px;
}

.wenzi01 {
    padding: 18px 0;
}

.wenzi01 p {
    font-size: 22px!important;
    color: #333;
    display: block;
}

.wenzi {
    padding: 37px 0;
}

.wenzi01 span {
    color: #c2c2c2;
    font-size: 10px!important;
    font-weight: normal;
    text-transform: uppercase;
    transform: scale(0.6);
    -webkit-transform: scale(0.75);
    text-transform: uppercase;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    display: inline-block;
}

.wenzi p {
    font-size: 24px;
    color: #333;
    display: block;
}

.wenzi span {
    font-size: 16px;
    color: #c2c2c2;
}

.slideTxtBox03 .bd li:hover .num {
    color: #275eb8;
    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -webkit-transition: all 1s ease-in-out;
}

.slideTxtBox03 .bd li:hover .wenzi p {
    color: #275eb8;
    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}

.slideTxtBox03 .bd li:hover .wenzi span {
    color: #91b4da;
    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}


/*流程结束*/


/*品质保障开始*/

.pinzhi {
    padding: 70px 0 20px;
    background: #f5f5f5;
    overflow: hidden;
}

.pinzhi_title {
    text-align: center;
}

.pinzhi_title span {
    font-size: 16px;
    color: #666;
}


/* 本例子css */

.slideTxtBox04 {
    width: 100%;
    text-align: left;
    margin: 40px 0 0;
    overflow: hidden;
    background: #fff;
}

.slideTxtBox04 .hd {
    width: 1200px;
    margin: 0 auto 0 auto;
    height: 90px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.slideTxtBox04 .hd ul {
    float: left;
    position: absolute;
    background: #fff;
}

.slideTxtBox04 .hd ul li {
    float: left;
    width: 300px;
    cursor: pointer;
    height: 90px;
    background: url("../images/pinzhi_hx.png")no-repeat right 31px;
}

.slideTxtBox04 .hd ul li.on {
    height: 90px;
    background: #275eb8!important;
}

.pinzhi01_img {
    width: 37px;
    height: 31px;
    float: left;
    position: relative;
    margin-right: 12px;
    overflow: hidden;
    top: 20px;
}

.pinzhi01_img .ico01 {
    position: absolute;
    top: 0;
    left: 0;
}

.pinzhi01_img .ico01_cs {
    position: absolute;
    top: -39px;
}

.slideTxtBox04 .hd ul li.on .ico01 {
    top: -39px;
}

.slideTxtBox04 .hd ul li.on .ico01_cs {
    top: 0;
    left: 0;
}

.slideTxtBox04 .hd ul li.on .pinzhi01_wen p {
    color: #fff;
}

.slideTxtBox04 .hd ul li.on .pinzhi01_wen span {
    color: #fff;
}

.pinzhi01 {
    width: 212px;
    margin: 14px auto;
}

.pinzhi01_wen p {
    font-size: 20px;
    color: #333;
    line-height: 21px;
}

.pinzhi01_wen {
    padding: 25px 0;
}

.slideTxtBox04 .bd {
    overflow: hidden;
    padding: 42px;
}

.slideTxtBox04 .bd ul {
    zoom: 1;
}

.slideTxtBox04 .bd ul li {
    width: 1116px;
}

.slideTxtBox .arrow {
    position: absolute;
    right: 45%;
    bottom: -656px;
}

.slideTxtBox .arrow a {
    display: block;
    width: 55px;
    height: 50px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    /*	background: url("../images/liyou_jt.jpg") center center no-repeat;*/
}

.slideTxtBox .arrow .next {
    background-position: 0 1px;
}

.slideTxtBox .arrow .prev {
    background-position: -59px 1px;
}

.pinzhitu {
    position: relative;
    width: 56%;
}

.chatu {
    background: url(../images/pinzhi_bj1.png)no-repeat right top;
    position: absolute;
    top: -11px;
    right: 25px;
    width: 75px;
    height: 185px;
    writing-mode: tb-rl;
    padding-top: 26px
}

.chatu p {
    color: #fff;
    font-size: 22px;
    line-height: 80px;
    letter-spacing: 0.2em;
}

.pinzhinr {
    width: 37%;
    padding: 40px 0 0 70px;
}

.slideTxtBox04 .nr_title {
    overflow: hidden;
}

.slideTxtBox04 .title_wen {
    float: left;
    padding: 8px;
}

.slideTxtBox04 .title_wen p {
    font-size: 24px;
    color: #333;
    line-height: 18px;
}

.slideTxtBox04 .title_wen span {
    color: #b9b9b9;
    font-size: 10px!important;
    text-transform: uppercase;
}

.slideTxtBox04 .nr_wen {
    height: 97px;
    overflow: hidden;
}

.slideTxtBox04 .nr_hx {
    width: 40px;
    height: 1px;
    background: #a3a3a3;
    margin: 30px 0;
}

.slideTxtBox04 .nr_zixu {
    margin-top: 40px;
}

.slideTxtBox04 .nr_zixu a {
    display: block;
    width: 134px;
    height: 50px;
    float: left;
    color: #fff;
    background: #373737;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
}

.slideTxtBox04 .nr_zixu p {
    display: block;
    width: 215px;
    height: 50px;
    float: left;
    background: #275eb8;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
}

.yinyin {
    background: url(../images/pin_yinzi.png)no-repeat left -1px;
    height: 66px;
}


/*品质保障结束*/


/*关于斯迈尔开始*/

.guanyu {
    background: #f5f5f5 url("../images/guanyu_bj.jpg")no-repeat center top;
    padding: 88px 0 20px;
}

.guanyu_title {
    text-align: center;
}

.guanyu_title p {
    font-size: 40px;
    color: #fff;
    line-height: 57px;
}

.guanyu_title span {
    font-size: 16px;
    color: #89afda;
}

.guanyu_nr {
    text-align: center;
    margin: 57px 90px;
    height: 118px;
    overflow: hidden;
}

.guanyu_nr pre {
    font: 14px Arial, "Microsoft Yahei";
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    line-height: 30px;
    color: #fff;
    height: 118px;
    margin: 0;
}


/* 企业相册滚动css */

.slideGroup05 {
    height: 550px;
    width: 100%;
}

.slideGroup05 .parHd {
    position: relative;
    height: 112px;
}

.slideGroup05 .parHd ul {
    float: left;
}

.slideGroup05 .parHd ul li.on a {
    color: #fff;
}

.slideGroup05 .parHd ul li {
    float: left;
    cursor: pointer;
    width: 600px;
    text-align: center;
    line-height: 112px;
    color: #fff;
    font-size: 15px;
    position: relative;
}

.slideGroup05 .slideBox05 {
    zoom: 1;
    padding: 10px 0 0;
    position: relative;
}

.slideGroup05 .sPrev {
    position: absolute;
    left: -35px;
    top: 120px;
    width: 27px;
    height: 55px;
    background: url("../images/pro_jtz.png") no-repeat center center;
    z-index: 999;
}

.slideGroup05 .sNext {
    position: absolute;
    top: 120px;
    width: 27px;
    height: 55px;
    left: auto;
    right: -48px;
    background: url("../images/pro_jtr.png") center center no-repeat;
    z-index: 999;
}

.slideGroup05 .parBd {
    margin: 55px 0 0;
}

.slideGroup05 .parBd .slideBox05 ul {
    zoom: 1;
    float: left;
}

.slideGroup05 .parBd .slideBox05 ul li {
    margin: 0 11px;
    float: left;
    _display: inline;
    text-align: center;
    width: 383px;
}

.slideGroup05 .parBd .slideBox05 ul li .pic .pic_img * {
    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}

.slideGroup05 .parBd .slideBox05 ul li .pic .pic_img {
    overflow: hidden;
    width: 383px;
    height: 284px;
}

.slideGroup05 .parBd .slideBox05 ul li .pic .pic_img01 * {
    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}

.slideGroup05 .parBd .slideBox05 ul li .pic .pic_img01 {
    overflow: hidden;
    width: 383px;
    height: 284px;
    padding: 15px 0 0;
}

.slideGroup05 .parBd .slideBox05 ul li .pic {
    background: #fff;
}

.slideGroup05 .parBd .slideBox05 ul li .pic img {
    width: 100%;
    height: 100%;
}

.slideGroup05 .parBd .slideBox05 ul li .pic:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.slideGroup05 .parBd .slideBox05 ul li .Bbox_title {
    line-height: 50px;
    color: #333;
    font-size: 15px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slideGroup05 .tempWrap {
    z-index: 332;
    width: 100%!important;
}

.slideBox05 {
    position: relative;
}

.slideBox05 .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    bottom: -21px;
    z-index: 1;
    text-align: center;
    margin-left: 44%;
}

.slideGroup05 .parHd ul li .sanjiao {
    position: absolute;
    background: url("../images/guan_jt.jpg")no-repeat 285px 1px;
    width: 100%;
    height: 15px;
}

.slideGroup05 .parHd ul li .sanjiao {
    display: none;
}

.slideGroup05 .parHd ul li.on .sanjiao {
    display: block;
}

.guantit {
    width: 600px;
    height: 112px;
}

.guantit img {
    position: absolute;
    top: 40px;
    left: 200px;
}

.guantit p {
    font-size: 24px;
    position: absolute;
    left: 254px;
}


/*关于斯迈尔结束*/


/*新闻开始*/

.index_news {
    padding: 60px 0;
    overflow: hidden;
}

.news_img {
    width: 564px;
    height: 330px;
    overflow: hidden;
}

.news_img * {
    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}

.news ul li:hover .news_img img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.news_nr {
    width: 48%;
}

.news_hx {
    width: 42px;
    height: 2px;
    background: #275eb8;
    margin: 0px auto 48px auto;
}

.news_tit {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 30px;
}

.news_tit img {
    float: left;
    margin: 10px 0 0 0;
}

.news_tit p {
    padding-left: 15px;
    font-size: 18px;
    color: #222;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    line-height: 39px;
    text-overflow: ellipsis;
}

.index_news .nr_hx {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}

.news_wen {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin: 30px 0 50px;
}

.news_more {
    width: 165px;
    height: 50px;
    display: block;
    border: 1px solid #e3e3e3;
    line-height: 50px;
    text-align: center;
    border-radius: 70px;
    color: #222;
    font-size: 14px;
}

.news_more img {
    padding-left: 12px;
}

.news_more:hover {
    color: #222;
}

.index_news .news ul {
    zoom: 1;
}

.index_news li .date {
    float: right;
    color: #999;
    font-size: 12px!important;
}

.gongshi {
    width: 42%;
    float: left;
    margin-right: 191px;
}

.wenti {
    width: 42%;
    float: left;
}

.index_news .news ul li {
    background: url("../images/news_d.jpg")no-repeat left center;
    border-bottom: 1px solid #e3e3e3;
    line-height: 50px;
    width: 504px;
}

.index_news .gongshi li a,
.index_news .wenti li a {
    font-size: 14px;
    color: #666;
    padding-left: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.totiao {
    width: 100%!important;
    margin: 0!important;
    padding: 0 0 30px 0!important;
    border: none!important;
    overflow: hidden;
    background: none!important;
}

.totiao a {
    display: block;
    padding: 0!important;
    overflow: hidden;
}

.news_imgbox {
    width: 100%;
    overflow: hidden;
}

.totiao .news_img img {
    display: block;
    width: 100%;
}


/*新闻结束*/


/*友情链接*/

.youqing {
    background: #f5f5f5;
    overflow: hidden;
    padding: 20px 0;
}

.youqing .name p {
    float: left;
    font-size: 16px;
    color: #222;
    line-height: 23px;
}

.youqing .name p span {
    font-size: 14px;
    color: #999;
}

.youqing .name p span span {
    padding: 0 5px;
}

.youqing .name a {
    padding: 0 0 0 17px;
}


/*底部开始*/

.footer {
    background: #222;
    overflow: hidden;
}

.foot_nav .foot_navv {
    width: 180px;
    float: left;
    margin-right: 90px;
}

.foot_nav .foot_navv dt {
    color: #fff;
    font-size: 16px;
    line-height: 60px;
}

.foot_nav .foot_navv dd a {
    font-size: 14px;
    color: #8f8f8f;
    line-height: 34px;
    display: block;
}

.foot_nav .foot_navv dl a:hover {
    color: #275eb8;
}

.foot_nav {
    border-right: 1px solid #4d4d4d;
    overflow: hidden;
    float: left;
    padding: 68px 0 89px;
}

.wenxin {
    float: left;
    width: 122px;
    height: 140px;
    background: #fff;
    text-align: center;
    border-radius: 6px;
    margin: 0 11px;
}

.erwenma {
    padding: 68px 0 0;
}

.erwenma_img {
    overflow: hidden;
}

.wenxin img {
    margin: 20px auto 0 auto;
    width: 87px;
    height: 86px;
    display: block;
}

.wenxin p {
    line-height: 35px;
    font-size: 12px!important;
    color: #8c8c8c;
}

.foot_zixu {
    text-align: center;
    padding: 48px 0;
}

.foot_zixu p {
    color: #838383;
    font-size: 12px;
}

.foot_zixu span {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
}

.beianhao {
    background: #2b2b2b;
    padding: 20px 0;
    overflow: hidden;
}

.foot_name {
    font-size: 12px;
    color: #727272;
}

.foot_haoma {
    font-size: 12px;
    color: #727272;
}

.about_main02 {
    background: #fff;
    border: 1px solid #e4e4e4;
    margin-top: 50px;
    overflow: hidden;
}

.about_main02 p {}

.about_main02 img {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
}

.flow {
    padding-bottom: 70px;
    width: 100%;
    background: #fff;
}

.flow-box {
    background: url(../images/hengxian01.png) no-repeat center;
    height: 238px;
    position: relative;
    margin-top: 20px;
}

.flow-box dl dd {
    text-align: center;
    width: 190px;
}

.flow-box dl dd span {
    font-family: "Arial";
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: url(../images/tuoyuan01.png) no-repeat bottom;
    display: block;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 13px;
}

.flow-box dl dd:hover span {
    background: url(../images/tuoyuan01.png) no-repeat top;
}

.flow-box dl.dl01 {
    position: absolute;
    top: 0;
    right: 0;
}

.flow-box dl.dl01 dd {
    float: left;
    margin-left: 98px;
}

.flow-box dl.dl01 dd p {
    height: 79px;
    padding-bottom: 5px;
    background: url(../images/dl01.png) no-repeat top;
    font-size: 16px;
    color: #333;
    line-height: 79px;
    text-align: center;
}

.flow-box dl.dl01 dd:hover p {
    background: url(../images/dl01.png) no-repeat bottom;
    color: #fff;
}

.flow-box dl.dl02 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.flow-box dl.dl02 dd {
    float: left;
    margin-right: 98px;
}

.flow-box dl.dl02 dd p {
    height: 79px;
    padding-top: 5px;
    background: url(../images/dl02.png) no-repeat top;
    font-size: 16px;
    color: #333;
    line-height: 79px;
    text-align: center;
    margin-top: 20px;
}

.flow-box dl.dl02 dd:hover p {
    background: url(../images/dl02.png) no-repeat bottom;
    color: #fff;
}

@media (max-width:1420px) {
    .nav .nLi h3 a {
        display: block;
        padding: 0 35px;
    }
    .nav .nLi ul li a {
        display: block;
        color: #fff;
        line-height: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width:1320px) {
    .nav .nLi h3 a {
        display: block;
        padding: 0 20px;
    }
    .nav .nLi h3 p {
        color: #333;
        font-size: 14px;
        font-weight: normal;
        line-height: 14px;
        padding-top: 6px;
    }
    .nav .nLi h3 span {
        display: none;
    }
    .nav .nLi ul li a {
        font-size: 12px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


/* 220324 */

.gywmt {
    margin-top: 40px;
}

.about_main * {
    box-sizing: border-box;
}

.gywmt_l {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 40px;
}

.gywmt_t {
    font-size: 32px;
    color: #275eb8;
}

.gywmt_c {
    width: 50px;
    height: 2px;
    background-color: #275eb8;
}

.gywmt_b {
    margin-top: 8px;
}

.gywmt_b p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.gywmt_rbox,
.gywmb_rbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gywmt_rbox img,
.gywmb_rbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gywmb {
    margin-top: 40px;
    display: flex;
}

.gywmb>div {
    width: 50%;
}

.gywmb_r {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
}

.gywmb_item {
    margin-top: 12px;
}

.gywmb_itemt {
    font-size: 20px;
    color: #333;
}

.gywmb_itemb {
    font-size: 14px;
    color: #666;
}

.gyhzkh {
    margin-top: 50px;
    text-align: center;
}

.gyhzkh .gywmt_c {
    margin: 0 auto;
}

.gyhzkh_ct {
    position: relative;
    margin-top: 30px;
    overflow: hidden;
}

.gyhzkh_swiper {
    padding-bottom: 40px;
}

.gyhzkh_slide {
    height: auto;
    overflow: hidden;
    border: 1px solid #ddd;
}

.gyhzkh_slide img {
    display: block;
    width: 100%;
}

.swiper-pagination-bullet-active {
    background-color: #275eb8;
}

.protitleb {
    font-size: 14px;
    color: #666;
}

.gywmt_img {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.gywmt_img img {
    display: block;
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.gywmt_img>div {
    overflow: hidden;
    width: 32%;
    margin-right: 2%;
}

.gywmt_img>div:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.gywmt_img>div:nth-child(3n) {
    margin-right: 0;
}

.gywmt_ct p {
    margin-bottom: 10px;
}

.lxfsboxs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    width: 100%;
}

.lxfsboxs * {
    box-sizing: border-box;
}


/* 新增联系方式 */

.xzlxfs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    width: 100%;
}

.xzlxfs_item {
    width: 49%;
    margin-right: 2%;
    border: 1px solid #dddddd;
    padding: 50px 30px;
    margin-bottom: 30px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xzlxfs_item:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.xzlxfs_item:nth-child(2n) {
    margin-right: 0;
}

.xzlxfs_tle {
    font-size: 22px;
    font-weight: 400;
}

.xzlxfs_items {
    margin-top: 15px;
}

.xzlxfs_itemsh i {
    color: #275eb8;
}

.xzlxfs_itemsh {
    display: flex;
    align-items: center;
    font-size: 18px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    font-weight: 700;
}

.xzlxfs_itemsh span {
    display: block;
    width: 15px;
    height: 2px;
    background-color: #275eb8;
    margin-right: 8px;
}

.xzlxfs_items:hover .xzlxfs_itemsh {
    color: #275eb8;
}

.xzlxfs_itemsp {
    margin-top: 5px;
    color: #777;
}

.xzlxfs_item {
    position: relative;
}

.xzlxfs_itemr {
    width: 100px;
    position: absolute;
    right: 20px;
    top: 50px;
    text-align: center;
}

.xzlxfs_itemr img {
    width: 100%;
}