@charset "utf-8";
/*首页广告*/
.banner {
    overflow: hidden;
    position: relative;
}

.banner-main {
    width: 100% !important;
    height: 600px;
}

.banner-main li {
    width: 100% !important;
    height: 600px;
    position: relative;
}

.banner-main li a {
    width: 100%;
    height: 600px;
    display: block;
}

.banner-main li img {
    position: absolute;
    width: 1920px;
    height: 600px;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: 1;
}

.banner-con {
    position: absolute;
    height: 97px;
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.banner-tab {
    position: absolute;
    top: 36px;
    left: 7.82%;
}

.banner-tab li {
    float: left;
    width: 23px;
    height: 23px;
    margin-left: 8px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;
}

.banner-tab li:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: #ffffff;
    border-radius: 50%;
    left: 7px;
    top: 7px;
    z-index: 2;
}

.banner-tab li.on {
    border-color: #ffffff;
}

.banner-tab li.on:after {
    background: #00a2ff;
}

.banner-prev, .banner-next {
    position: absolute;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-family: "宋体";
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    top: 50%;
    margin-top: -23px;
    z-index: 10;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.banner-prev {
    right: 190px;
}

.banner-next {
    right: 130px;
}

.banner-prev:hover, .banner-next:hover {
    background: #ffffff;
    color: #0141a3;
}

.banner-con .icon {
    position: absolute;
    width: 24px;
    height: 53px;
    left: 50%;
    margin-left: -12px;
    top: 22px;
    z-index: 10;
}

.banner-con .icon img {
    width: 24px;
    height: 53px;
    display: block;
}

/*通用标题样式*/
.page-title {
    text-align: center;
    min-height: 68px;
    font-weight: normal;
}

.page-title span, .page-title a {
    display: inline-block;
    height: 68px;
    line-height: 68px;
    font-size: 56px;
    font-weight: bold;
    color: #333333;
}

.page-title em {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    color: #7b7b7b;
}

.page-title a:hover {
    color: #0141a3;
}

/*公司服务*/
.guide {
    height: 517px;
    background: url("../images/guide_bg1.jpg") no-repeat center top;
    overflow: hidden;
}

.guide .content {
    padding-top: 64px;
}

.guide-list {
    padding-top: 32px;
}

.guide-list li {
    float: left;
    width: 292px;
    background: url("../images/guide_bg2.png") no-repeat right top;
    padding-right: 3px;
    margin-right: 32px;
}

.guide-list li:last-child {
    margin-right: 0;
}

.guide-list li span {
    display: table;
    margin: 0 auto 11px;
    width: 114px;
    height: 114px;
    text-align: center;
    background: #0141a3;
    border: 7px solid #6ac2e8;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.guide-list li i {
    display: table-cell;
    height: 114px;
    vertical-align: middle;
}

.guide-list li h3 {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}

.guide-list li p {
    line-height: 24px;
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.guide-list li:hover span {
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
}

/*产品中心*/
.product {
    padding: 90px 0;
    background: url("../images/product_bg.jpg") no-repeat center bottom #f1f1f1;
    overflow: hidden;
}

.product-nav {
    padding-top: 60px;
}

.product-nav li {
    float: left;
    width: 270px;
    background: #ffffff;
    min-height: 150px;
    padding: 5px 15px 0;
    border-radius: 10px;
    box-shadow: 3px 3px 5px #e6e5e5, -3px -3px 5px #e6e5e5;
    margin-right: 25px;
    position: relative;
}

.product-nav li:last-child {
    margin-right: 0;
}

.product-nav li h3 {
    height: 50px;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    margin-bottom: 13px;
}

.product-nav li h3 a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-nav li p {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    padding-left: 15px;
}

.product-nav li p a {
    float: left;
    min-width: 125px;
    max-width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-nav li .more {
    position: absolute;
    width: 35px;
    height: 35px;
    border: 5px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    left: 50%;
    margin-left: -22.5px;
    bottom: -22.5px;
    z-index: 5;
    overflow: hidden;
}

.product-nav li .more a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #333333;
    font-size: 20px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.product-nav li .more a:before, .product-nav li .more a:after {
    content: "";
    position: absolute;
    background: #ffffff;
}

.product-nav li .more a:before {
    width: 18px;
    height: 1px;
    left: 50%;
    margin-left: -9px;
    top: 17px;
    z-index: 1;
}

.product-nav li .more a:after {
    width: 1px;
    height: 18px;
    left: 17px;
    top: 50%;
    margin-top: -9px;
    z-index: 2;
}

.product-nav li:hover {
    background: url("../images/pro_bg2.png") no-repeat center;
    box-shadow: none;
}

.product-nav li:hover h3 a, .product-nav li:hover p, .product-nav li:hover p a {
    color: #ffffff;
}

.product-nav li:hover .more {
    border-color: rgba(255, 255, 255, 0.27);
}

.product-nav li:hover .more a {
    background: #ffffff;
}

.product-nav li:hover .more a:before, .product-nav li:hover .more a:after {
    background: #f4c389;
}

.product-pic {
    padding-top: 40px;
}

.product-pic .pic-left {
    float: left;
    width: 680px;
    position: relative;
    overflow: hidden;
}

.product-pic .pic-left dt {
    border: 1px solid transparent;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.product-pic .pic-left dt a, .product-pic .pic-left dt img {
    width: 678px;
    height: 578px;
    display: block;
}

.product-pic .pic-left dd {
    position: absolute;
    background: rgba(0, 0, 0, 0.46);
    padding: 20px 45px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: 5;
}

.product-pic .pic-left dd h4 {
    height: 30px;
}

.product-pic .pic-left dd h4 a {
    display: inline-block;
    max-width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
}

.product-pic .pic-left dd p {
    height: 28px;
    line-height: 28px;
    font-size: 17px;
    color: #fff;
}

.product-pic .pic-left dd .more {
    padding-top: 3px;
}

.product-pic .pic-left dd .more a {
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-family: "宋体";
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    background: #aaaaaa;
    text-align: center;
    border-radius: 50%;
}

.product-pic .pic-left:hover dt {
    border-color: #369ddc;
}

.product-pic .pic-left:hover dd .more a {
    background: #369ddc;
}

.product-pic .pic-right {
    float: right;
    width: 580px;
}

.product-pic .pic-right dl {
    position: relative;
}

.product-pic .pic-right dt {
    border: 1px solid transparent;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.product-pic .pic-right dt a, .product-pic .pic-right dt img {
    width: 578px;
    height: 307px;
    display: block;
    object-fit: cover;
}

.product-pic .pic-right dd {
    position: absolute;
    background: rgba(0, 0, 0, 0.46);
    padding: 20px 30px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.product-pic .pic-right dd h4 {
    height: 30px;
}

.product-pic .pic-right dd h4 a {
    display: inline-block;
    max-width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
}

.product-pic .pic-right dd p {
    height: 28px;
    line-height: 28px;
    font-size: 17px;
    color: #fff;
}

.product-pic .pic-right dd .more {
    padding-top: 3px;
}

.product-pic .pic-right dd .more a {
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-family: "宋体";
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    background: #aaaaaa;
    text-align: center;
    border-radius: 50%;
}

.product-pic .pic-right dl:hover dt {
    border-color: #369ddc;
}

.product-pic .pic-right dl:hover dd .more a {
    background: #369ddc;
}

.product-pic .pic-right ul {
    padding-top: 13px;
}

.product-pic .pic-right li {
    float: left;
    width: 48.79%;
    border: 1px solid transparent;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.product-pic .pic-right li:last-child {
    margin-left: 2.42%;
}

.product-pic .pic-right li > a, .product-pic .pic-right li img {
    display: block;
    width: 283px;
    height: 256px;
}

.product-pic .pic-right .product-desc {
    position: absolute;
    background: rgba(0, 0, 0, 0.46);
    padding: 20px 10px 20px 70px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.product-pic .pic-right .product-desc h4 {
    height: 30px;
}

.product-pic .pic-right .product-desc h4 a {
    display: inline-block;
    max-width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
}

.product-pic .pic-right .product-desc p {
    height: 28px;
    line-height: 28px;
    font-size: 17px;
    color: #fff;
}

.product-pic .pic-right .product-desc .more {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -11px;
    z-index: 1;
}

.product-pic .pic-right .product-desc .more a {
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-family: "宋体";
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    background: #aaaaaa;
    text-align: center;
    border-radius: 50%;
}

.product-pic .pic-right li:hover {
    border-color: #369ddc;
}

.product-pic .pic-right li:hover .product-desc .more a {
    background: #369ddc;
}

.product-con {
    padding-top: 90px;
}

.product-con .con-title {
    padding: 0 100px 7px 0;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    margin-bottom: 22px;
}

.product-con .con-title h3 {
    height: 40px;
}

.product-con .con-title h3 a {
    display: inline-block;
    padding-left: 50px;
    background: url("../images/pro_icon1.png") no-repeat left center;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}

.product-con .con-title h3 a:hover {
    color: #0141a3;
}

.product-con .con-title span {
    position: absolute;
    width: 22px;
    height: 22px;
    right: 0;
    top: 9px;
    z-index: 2;
}

.product-con .con-title span a, .product-con .con-title span img {
    width: 22px;
    height: 22px;
    display: block;
}

.product-list {
    position: relative;
}

.product-list .tempWrap {
    width: 1280px !important;
}

.product-list .product-prev, .product-list .product-next {
    position: absolute;
    width: 29px;
    height: 29px;
    top: 103px;
    z-index: 5;
    cursor: pointer;
}

.product-list .product-prev img, .product-list .product-next img {
    width: 29px;
    height: 29px;
    display: block;
}

.product-list .product-prev {
    left: -60px;
}

.product-list .product-next {
    right: -60px;
}

.product-list dl {
    float: left;
    width: 308px;
    margin-right: 16px;
}

.product-list dl:last-child {
    margin-right: 0;
}

.product-list dt {
    overflow: hidden;
}

.product-list dt a, .product-list dt img {
    width: 308px;
    height: 231px;
    display: block;
    object-fit: cover;
}

.product-list dd {
    padding-top: 12px;
}

.product-list dd h4 a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    font-size: 20px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-list dl:hover dd h4 a {
    color: #0141a3;
}

.product img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.product-pic .pic-left:hover img,
.product-pic .pic-right dl:hover img,
.product-pic .pic-right li:hover img,
.product-list dl:hover dt img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*加工中心*/
.jiaGong {
    padding: 60px 0 20px;
    background: url("../images/jiaG_bg.jpg") no-repeat center top;
    background-size: 1920px 370px;
    overflow: hidden;
}

.jiaGong .page-title a {
    color: #ffffff;
}

.jiaGong-text {
    text-align: center;
    height: 60px;
    line-height: 60px;
    padding: 10px 0 20px;
}

.jiaGong-text span {
    display: inline-block;
    height: 60px;
    font-size: 38px;
    color: #f5f5f5;
    padding-left: 54px;
    background: url("../images/jiaG_icon1.png") no-repeat left center;
    margin: 0 33px;
}

.jiaGong p {
    width: 860px;
    margin: 0 auto 110px;
    line-height: 36px;
    font-size: 18px;
    color: #f5f5f5;
}

.jiaGong-title {
    padding: 0 100px 7px 0;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    margin-bottom: 30px;
}

.jiaGong-title h3 {
    height: 40px;
}

.jiaGong-title h3 a {
    display: inline-block;
    padding-left: 35px;
    background: url("../images/jiaG_icon2.png") no-repeat left center;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}

.jiaGong-title h3 a:hover {
    color: #0141a3;
}

.jiaGong-title span {
    position: absolute;
    width: 22px;
    height: 22px;
    right: 0;
    top: 9px;
    z-index: 2;
}

.jiaGong-title span a, .product-con .con-title span img {
    width: 22px;
    height: 22px;
    display: block;
}

.jiaGong-list {
    position: relative;
}

.jiaGong-list .tempWrap {
    width: 1280px !important;
}

.jiaGong-list .jiaGong-prev, .jiaGong-list .jiaGong-next {
    position: absolute;
    width: 29px;
    height: 29px;
    top: 100px;
    z-index: 5;
    cursor: pointer;
}

.jiaGong-list .jiaGong-prev img, .jiaGong-list .jiaGong-next img {
    width: 29px;
    height: 29px;
    display: block;
}

.jiaGong-list .jiaGong-prev {
    left: -60px;
}

.jiaGong-list .jiaGong-next {
    right: -60px;
}

.jiaGong-list li {
    float: left;
    width: 408px;
    margin-right: 28px;
}

.jiaGong-list li:last-child {
    margin-right: 0;
}

.jiaGong-list .pic {
    overflow: hidden;
    position: relative;
}

.jiaGong-list .pic a, .jiaGong-list .pic img {
    width: 408px;
    height: 229px;
    display: block;
}

.jiaGong-list .pic a:after {
    content: "";
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.42);
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.jiaGong-list .jiaGong-btn {
    position: absolute;
    width: 37px;
    height: 37px;
    left: 50%;
    margin-left: -18px;
    top: 50%;
    margin-top: -18px;
    z-index: 5;
    cursor: pointer;
}

.jiaGong-list .jiaGong-btn img {
    width: 37px;
    height: 37px;
    display: block;
}

.jiaGong-list li:hover .pic a:after {
    height: 0;
}

.jiaGong-list a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    font-size: 20px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jiaGong-list li:hover h4 a {
    color: #0141a3;
}

/*应用案例*/
.case {
    padding: 80px 0 10px;
    background: #fbfbfb;
    overflow: hidden;
    position: relative;
}
.case .page-title{
    margin-bottom: 30px;
}
/*.case:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #e1e1e1;
    top: 220px;
    z-index: 2;
}*/

.case-nav {
    padding-top: 25px;
    margin-bottom: 34px;
}

.case-nav h3 {
    float: left;
    width: 14.285%;
    padding: 42px 0 0;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.case-nav h3:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgba(0, 79, 215, 0);
    border-radius: 50%;
    top: 0;
    left: 50%;
    margin-left: -15px;
    z-index: 10;
}

.case-nav h3:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid #c9c9c9;
    background: #ffffff;
    border-radius: 50%;
    top: 10px;
    left: 50%;
    margin-left: -5px;
    z-index: 20;
}

.case-nav h3 a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
}

.case-nav h3.cur:before {
    background: rgba(0, 79, 215, 0.08);
}

.case-nav h3.cur:after {
    border-color: #0141a3;
    background: #0141a3;
}

.case-nav h3.cur a {
    font-weight: bold;
    color: #0141a3;
}

.case-con {
    position: relative;
}

.case-list dl {
    float: left;
    width: 410px;
    margin-right: 25px;
    margin-bottom: 30px;
}

.case-list dl:nth-of-type(3n) {
    margin-right: 0;
}

.case-list dt {
    overflow: hidden;
}

.case-list dt a, .case-list dt img {
    width: 410px;
    height: 307px;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.case-list dd {
    border: 1px solid #e5e5e5;
    border-top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.case-list .list-wrap {
    padding: 15px 30px;
    border: 1px solid transparent;
    border-top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.case-list dd h4 {
    height: 30px;
    margin-bottom: 5px;
}

.case-list dd h4 a {
    display: inline-block;
    max-width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.case-list dd p {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #999999;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.case-list .case-more {
    height: 24px;
    line-height: 24px;
    padding-right: 80px;
    position: relative;
}

.case-list .case-more > a {
    display: inline-block;
    height: 24px;
    font-size: 14px;
    color: #999999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.case-list .case-more i {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.case-list .case-more i a {
    display: block;
    width: 30px;
    height: 24px;
    position: relative;
}

.case-list .case-more i a:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 3px;
    top: 13px;
    background: #cccccc;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.case-list .case-more i a:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 3px;
    background: #ccc;
    right: 0;
    top: 9px;
    transform: rotate(45deg);
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.case-list dl:hover dt img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.case-list dl:hover dd h4 a, .case-list dl:hover .case-more > a {
    color: #0141a3;
}

.case-list dl:hover dd p {
    color: #0141a3;
    opacity: 0.7;
}

.case-list dl:hover .case-more i a:before, .case-list dl:hover .case-more i a:after {
    background: #f1870a;
}

/*首页表单*/
.form {
    height: 449px;
    background: url("../images/form_bg.jpg") no-repeat center top;
    overflow: hidden;
}

.form .content {
    padding-top: 198px;
}

.form h2 {
    height: 56px;
    line-height: 56px;
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
}

.form-left {
    float: left;
    width: 605px;
    padding-top: 15px;
    position: relative;
}

.form-left li {
    float: left;
    width: 282px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    height: 46px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.form-left li.form-left-tel {
    margin-left: 35px;
}

.form-left li label {
    float: left;
    width: 75px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.9;
    text-align: right;
}

.form-left li input {
    float: left;
    width: 190px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #ffffff;
    background: none;
}

.form-left li input::-webkit-input-placeholder,
.form-left li textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.form-left li input::-moz-placeholder,
.form-left li textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.form-left li input:-ms-input-placeholder,
.form-left li textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.form-left li span {
    position: absolute;
    right: 5px;
    top: 0;
    line-height: 46px;
    color: #fff;
}

.form-left .submit {
    float: left;
    padding-top: 35px;
    height: 56px;
}

.form-left .submit input {
    float: left;
    width: 188px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #ffffff;
    margin-right: 40px;
    cursor: pointer;
    border-radius: 30px;
    background: #666;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.form-left .submit .form-btn-submit {
    padding-left: 60px;
    background: url("../images/form_icon2.png") no-repeat 35px center #f1870a;
    text-align: left;
}

.form-left .submit .form-btn-reset {
    display: none;
}

.form-tel {
    position: absolute;
    bottom: 0;
    right: 170px;
    z-index: 5;
}

.form-tel span {
    display: block;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #ffffff;
    padding-left: 35px;
}

.form-tel p {
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    padding-left: 35px;
    background: url("../images/form_icon3.png") no-repeat left center;
}

.form-right {
    float: left;
    width: 190px;
    margin: 10px 0 0 10px;
}

.form-right p {
    height: 30px;
    line-height: 30px;
    text-align: right;
    margin-bottom: 19px;
}

.form-right p span {
    display: inline-block;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff1f1;
    padding-left: 32px;
    background: url("../images/form_icon1.png") no-repeat left center;
}

/*公司优势*/
.yos {
    padding: 100px 0 90px;
}

.yos .content {
    width: 1200px;
}

.yos .page-title i {
    font-style: normal;
    font-weight: normal;
}

.yos-nav {
    padding-top: 50px;
    margin-bottom: 30px;
}

.yos-nav li {
    float: left;
    width: 184px;
    padding-left: 110px;
    position: relative;
    border-bottom: 4px solid #dbdbdb;
    margin-right: 8px;
}

.yos-nav li:last-child {
    margin-right: 0;
}

.yos-nav li:after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    bottom: -4px;
    height: 4px;
    background: #fa7002;
    z-index: 5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.yos-nav li i {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 30px;
    top: 50%;
    margin-top: -28px;
    z-index: 2;
}

.yos-nav li span {
    display: block;
    height: 78px;
    line-height: 78px;
    font-size: 26px;
    color: #333333;
}

.yos-nav li.cur:after {
    width: 100%;
}

.yos-nav li.cur span {
    font-weight: bold;
}

.yos-wrap {
    position: relative;
}

.yos-wrap .tempWrap {
    overflow: visible !important
}

.yos-list dl {
    width: 1200px;
    margin-right: 80px;
    padding-bottom: 90px;
    position: relative;
}

.yos-list dt {
    position: relative;
    overflow: hidden;
}

.yos-list dt:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.yos-list dt img {
    width: 1200px;
    height: 631px;
    display: block;
}

.yos-list dd {
    position: absolute;
    width: 535px;
    right: 0;
    bottom: 0;
    background: #0141a3;
    padding: 65px 40px 60px;
    opacity: 0;
    z-index: 8;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.yos-list .yos-title {
    padding-bottom: 24px;
    border-bottom: 1px solid #ffffff;
    position: relative;
    padding-left: 125px;
    margin-bottom: 15px;
}

.yos-list .yos-title i {
    position: absolute;
    height: 90px;
    line-height: 90px;
    font-size: 80px;
    font-weight: bold;
    font-family: "Arial";
    color: #ffffff;
    left: 0;
    bottom: 5px;
    z-index: 1;
}

.yos-list .yos-title i:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 80px;
    border-left: 1px solid #ffffff;
    background: #0141a3;
    right: -10px;
    top: 5px;
    transform: rotate(20deg)
}

.yos-list .yos-title h3 {
    position: relative;
    z-index: 10;
}

.yos-list .yos-title span {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}

.yos-list .yos-title em {
    display: block;
    height: 20px;
    line-height: 20px;
    font-family: "Arial";
    font-size: 12px;
    color: #fff8ef;
    opacity: 0.44;
}

.yos-list dd p {
    line-height: 26px;
    font-size: 16px;
    color: #ffffff;
    text-align: justify;
    padding-left: 20px;
    position: relative;
}

.yos-list dd p:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e3;
    left: 0;
    top: 9px;
    z-index: 1;
}

.yos-list dl.cur dt:after {
    display: none;
}

.yos-list dl.cur dd {
    opacity: 1;
}

.yos-wrap .yos-prev, .yos-wrap .yos-next {
    position: absolute;
    width: 37px;
    height: 37px;
    bottom: 400px;
    z-index: 10;
    cursor: pointer;
}

.yos-wrap .yos-prev {
    left: -60px;
}

.yos-wrap .yos-next {
    right: -60px;
}

.yos-page {
    position: absolute;
    left: 0;
    bottom: 14px;
    width: 310px;
    height: 30px;
    line-height: 30px;
}

.yos-page .page-left, .yos-page .page-right {
    position: absolute;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
    top: 0;
}

.yos-page .page-left {
    left: 0;
}

.yos-page .page-right {
    right: 0;
}

.yos-page .page-line {
    position: absolute;
    width: 240px;
    height: 1px;
    background: #d2d2d2;
    left: 50%;
    margin-left: -120px;
    top: 15px;
    z-index: 1;
}

.yos-page .line-long {
    position: absolute;
    height: 2px;
    background: #fa7002;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

/*新闻资讯*/
.news {
    padding: 100px 0 70px;
    background: url("../images/news_bg.jpg") no-repeat center bottom;
    overflow: hidden;
}

.news .page-title i {
    font-style: normal;
    font-weight: normal;
}

.news-con {
    padding-top: 45px;
}

.news-title {
    padding-right: 70px;
    position: relative;
}

.news-title h3 a {
    display: inline-block;
    font-weight: normal;
}

.news-title h3 span {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 28px;
    color: #ffffff;
}

.news-title h3 em {
    display: block;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #ffffff;
}

.news-title i {
    position: absolute;
    width: 38px;
    height: 38px;
    right: 0;
    top: 50%;
    margin-top: -19px;
    z-index: 2;
}

.news-title i a {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-family: "宋体";
    font-size: 30px;
    color: #ffffff;
    background: #f1870a;
    border-radius: 50%;
    text-align: center;
}

.news-left {
    float: left;
    width: 482px;
    background: #f5f5f5;
}

.left-bar {
    position: relative;
}

.left-bar > a, .left-bar img {
    width: 482px;
    height: 253px;
    display: block;
}

.left-bar .news-title {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    z-index: 5;
}

.left-bar .news-title:hover span, .left-bar .news-title:hover em {
    color: #f1870a;
}

.left-list {
    width: 413px;
    margin: -130px auto 0;
    padding-bottom: 80px;
    position: relative;
    z-index: 10;
}

.left-list dt {
    overflow: hidden;
}

.left-list dt a, .left-list dt img {
    width: 413px;
    height: 232px;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.left-list dd {
    padding: 50px 0 0 115px;
    position: relative;
}

.left-list dd:before {
    content: "";
    position: absolute;
    width: 1px;
    background: #bebebe;
    left: 85px;
    top: 40px;
    bottom: -40px;
    z-index: 2;
}

.left-list dd h4 {
    height: 30px;
    margin-bottom: 10px;
}

.left-list dd h4 a {
    display: inline-block;
    max-width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.left-list dd p {
    line-height: 26px;
    font-size: 14px;
    color: #999999;
    text-align: justify;
}

.left-list .date {
    position: absolute;
    line-height: 46px;
    font-size: 40px;
    font-weight: bold;
    font-family: "Arial";
    color: #333333;
    left: 0;
    top: 32px;
    z-index: 2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.left-list .date span {
    display: block;
}

.left-list dl:hover dt img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.left-list dl:hover dd h4 a, .left-list dl:hover .date {
    color: #0141a3;
}

.left-size {
    position: absolute;
    height: 20px;
    line-height: 20px;
    text-align: right;
    left: 0;
    right: 0;
    bottom: 35px;
    z-index: 5;
}

.left-size span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #cccccc;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 10px;
}

.left-size span.cur {
    background: #0141a3;
}

.news-right {
    float: right;
    width: 776px;
}

.right-top {
    background: #f5f5f5;
    padding: 32px 40px 0;
    margin-bottom: 14px;
}

.right-top .news-title h3 span {
    color: #333333;
}

.right-top .news-title h3 em {
    color: #999999;
}

.right-top .news-title i a {
    background: #0141a3;
}

.right-top .news-title:hover span, .right-top .news-title:hover em {
    color: #0141a3;
}

.top-list {
    padding: 34px 0;
}

.top-list dd {
    float: left;
    width: 315px;
    position: relative;
}

.top-list dd:last-child {
    margin-left: 65px;
}

.top-list h4 {
    margin-bottom: 5px;
    height: 30px;
    font-weight: normal;
}

.top-list h4 a {
    display: inline-block;
    max-width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.top-list p {
    line-height: 26px;
    font-size: 14px;
    color: #999999;
    text-align: justify;
}

.top-list .date {
    padding-top: 32px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    font-family: "Arial";
    color: #999999;
    padding-left: 100px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.top-list .date:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background: #cfcfcf;
    left: 0;
    bottom: 7px;
    z-index: 2;
}

.top-list dd:hover h4 a, .top-list dd:hover .date {
    color: #0141a3;
}

.right-down {
    background: #f5f5f5;
    padding: 24px 40px 0;
}

.down-wrap dl {
    float: left;
    width: 315px;
    margin-right: 65px;
}

.down-wrap dl:last-child {
    margin-right: 0;
}

.down-wrap dd {
    padding-bottom: 15px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 20px;
    position: relative;
}

.down-wrap dd:after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    bottom: -1px;
    height: 2px;
    background: #0141a3;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.down-wrap dd:last-child {
    border-bottom: 0;
}

.down-wrap .date {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #666666;
    padding-left: 72px;
    position: relative;
}

.down-wrap .date span {
    position: absolute;
    width: 62px;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 20px;
    font-weight: bold;
    font-family: "Arial";
    color: #333333;
}

.down-wrap .date span:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background: #cfcfcf;
    right: 0;
    top: 50%;
    margin-top: -5px;
    z-index: 1;
}

.down-wrap h4 {
    margin-bottom: 5px;
    height: 30px;
    font-weight: normal;
}

.down-wrap h4 a {
    display: inline-block;
    max-width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.down-wrap p {
    line-height: 26px;
    font-size: 14px;
    color: #999999;
    text-align: justify;
}

.down-wrap dd:hover:after {
    width: 100%;
}

.down-wrap dd:hover h4 a {
    color: #0141a3;
}

/*关于我们*/
.about {
    height: 828px;
    background: url("../images/about_bg.jpg") no-repeat center top;
    overflow: hidden;
    position: relative;
}

.about .content {
    padding-top: 95px;
}

.about .page-title a, .about .page-title em {
    color: #ffffff;
}

.about-desc {
    width: 900px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
    padding-top: 30px;
}

.about-desc a {
    display: inline-block;
    color: #ffffff;
    padding-right: 50px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.about-desc a:before {
    content: "";
    position: absolute;
    width: 40px;
    right: 0;
    height: 2px;
    bottom: 10px;
    background: #fff;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.about-desc a:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background: #fff;
    right: 0;
    top: 12px;
    transform: rotate(40deg);
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.about-desc a:hover {
    color: #f1870a;
}

.about-desc a:hover:before, .about-desc a:hover:after {
    background: #f1870a;
}

.about-list {
    padding: 145px 6.78% 0;
    max-width: 1920px;
    box-sizing: border-box;
    margin: 0 auto;
}

.about-list li {
    float: left;
    width: 13.5%;
    margin-right: 8.125%;
    position: relative;
    padding-bottom: 90px;
}

.about-list li:last-child {
    margin-right: 0;
}

.about-list li:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-style: none solid solid none;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.about-list .list-pic {
    width: 118px;
    height: 118px;
    position: relative;
    margin: 0 auto 32px;
}

.about-list .list-pic:before {
    content: "";
    position: absolute;
    width: 116px;
    height: 116px;
    top: 0;
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.about-list .list-pic img {
    position: absolute;
    width: 66px;
    height: 66px;
    left: 50%;
    margin-left: -33px;
    top: 50%;
    margin-top: -33px;
    z-index: 20;
}

.about-list .list-pic i {
    display: block;
    position: absolute;
    width: 114px;
    height: 114px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    top: 0;
    right: 0;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.about-list .list-pic i.cl {
    clip: rect(0px, 118px, 118px, 59px);
}

.about-list .list-pic i.cr {
    clip: rect(118px, 59px, 118px, 0px);
}

.about-list li:hover .list-pic i.cr {
    clip: rect(0px, 59px, 118px, 0px);
}

.about-list li h3 {
    text-align: center;
}

.about-list li h3 span {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

.about-list li h3 em {
    display: block;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    font-family: "Arial";
    color: #ffffff;
    opacity: 0.7;
    text-transform: uppercase;
}

.about-list li p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 26px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    max-height: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.about-list li:hover:after {
    display: none;
}

.about-list li:hover p {
    max-height: 80px;
}

/*友情链接*/
.link {
    background: #16191b;
}

.link p {
    height: 60px;
    line-height: 60px;
}

.link p span {
    float: left;
    height: 60px;
    font-size: 14px;
    color: #ffffff;
    margin-right: 20px;
}

.link p a {
    float: left;
    height: 60px;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.4;
    margin-right: 55px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.link p a:hover {
    color: #f1870a;
    opacity: 1;
}
