/* body {
    background: #f2f2f2;
    background: -webkit-linear-gradient(#fff, #ccc);
    background: -moz-linear-gradient(#fff, #ccc);
    background: linear-gradient(#fff, #ccc);
} */

.pbanner {
    position: relative;
}

.pbanner figure {
    line-height: 1;
    overflow: hidden;
}

.pbanner figure img {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
    min-width: 1200px;
}

.ptext {
    width: 1200px;
    position: absolute;
    bottom: 60px;
    z-index: 10;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.ptext small {
    display: block;
    line-height: 1;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.ptext h3 {
    line-height: 1;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    font-family: "微软雅黑";
    position: relative;
    padding-bottom: 32px;
}

.ptext h3:before {
    content: "";
    width: 47px;
    height: 6px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.inner {
    width: 1200px;
    margin: 0px auto;
}

.posite-box {
    border-bottom: 2px solid #f4f4f4;
}

.positwr {
    float: left;
}

.phome {
    float: left;
    transition: 0.36s;
    margin-right: 28px;
    width: 60px;
    position: relative;
    background: #f4f4f4;
}

.phome a {
    display: block;
    height: 63px;
    background: url(../image/home1.png) center no-repeat;
    position: relative;
}

.phome:hover {
    background: #ca0410;
}

.phome:hover a {
    background: url(../image/home2.png) center no-repeat;
}

.positeli {
    float: left;
    margin-top: 26px;
}

.positeli li {
    float: left;
    margin-right: 8px;
    line-height: 1;
}

.positeli li a {
    display: block;
    padding-right: 16px;
    line-height: 1;
    color: #5b5b5b;
    font-size: 16px;
    font-weight: bold;
    background: url(../image/arrow7.png) right center no-repeat;
}

.positeli li a:hover {
    background: url(../image/arrow8.png) right center no-repeat;
    color: #ca0410;
}

.positeli li span {
    display: block;
    line-height: 1;
    font-size: 14px;
    color: #ca0410;
    font-weight: bold;
}

.menuli {
    float: right;
    margin-top: 26px;
}

.menuli li {
    float: left;
    margin-left: 36px;
}

.menuli li:first-child {
    margin-left: 0;
}

.menuli li a {
    display: block;
    color: #3b3a40;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
}

.menuli li a:hover,
.menuli li.now a {
    color: #ca0410;
}

.since {
    padding: 55px 0;
}

.sincele {
    width: 32.72%;
    height: 333px;
    overflow: hidden;
    float: left;
}

.sincele img {
    width: 100%;
    height: auto;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.sincele:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.introduct {
    width: 60.54%;
    float: right;
    -moz-user-select: none;
    /* Firefox私有属性 */
    -webkit-user-select: none;
    /* WebKit内核私有属性 */
    -ms-user-select: none;
    /* IE私有属性(IE10及以后) */
    -khtml-user-select: none;
    /* KHTML内核私有属性 */
    -o-user-select: none;
    /* Opera私有属性 */
    user-select: none;
    /* CSS3属性 */
}

.introduct h4 {
    line-height: 1;
    color: #333333;
    font-size: 22px;
    margin-bottom: 10px;
}

.introduct small {
    margin-bottom: 20px;
    display: block;
    line-height: 1;
    color: #c8c8c8;
    font-size: 20px;
    font-family: "Nexa Light";
    margin-bottom: 10px;
    font-weight: 200;
}

.introduct p {
    color: #7e7e7e;
    font-size: 14px;
    line-height: 27px;
    text-indent: 32px;
    margin-bottom: 16px;
}

.withour-box {
    background: url(../image/blue80.png) center;
    position: relative;
}

.withour {
    position: relative;
    padding-bottom: 122px;
    height: 688px;
}

.withle {
    float: left;
    margin-top: 56px;
    width: 30%;
    position: relative;
    z-index: 4;
}

.withle small {
    display: block;
    color: #fff;
    font-family: "Nexa Light";
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 12px;
    text-transform: uppercase;
    opacity: 0.7;
}

.withle span {
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.existece {
    width: 67.45%;
    z-index: 4;
    float: right;
    background: #f4f4f4;
    position: relative;
}

.existece:before {
    content: "";
    width: 81px;
    height: 77px;
    position: absolute;
    right: 22px;
    bottom: 10px;
}

.existece li {
    display: none;
}

.existece li.active {
    display: block;
    font-size: 36px;
}

.existece .tab_title {
    overflow: hidden;
    padding: 34px 42px 0 84px;
}

.existece .tab_title span {
    float: left;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-right: 30px;
    padding-bottom: 10px;
    display: block;
    -moz-user-select: none;
    /* Firefox私有属性 */
    -webkit-user-select: none;
    /* WebKit内核私有属性 */
    -ms-user-select: none;
    /* IE私有属性(IE10及以后) */
    -khtml-user-select: none;
    /* KHTML内核私有属性 */
    -o-user-select: none;
    /* Opera私有属性 */
    user-select: none;
    /* CSS3属性 */
}

.existece .tab_title span:hover {
    cursor: pointer;
}

.existece .tab_title span.active {
    border-bottom: 3px solid #ca0410;
    color: #ca0410;
}

.existwr {
    position: relative;
    padding: 34px 42px 75px 84px;
    -moz-user-select: none;
    /* Firefox私有属性 */
    -webkit-user-select: none;
    /* WebKit内核私有属性 */
    -ms-user-select: none;
    /* IE私有属性(IE10及以后) */
    -khtml-user-select: none;
    /* KHTML内核私有属性 */
    -o-user-select: none;
    /* Opera私有属性 */
    user-select: none;
    /* CSS3属性 */
}

.existwr p {
    color: #7e7e7e;
    font-size: 14px;
    line-height: 27px;
    text-indent: 32px;
    margin-bottom: 16px;
}

.exiteimg {
    display: block;
    width: 487px;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 0;
    z-index: 0;
    max-width: 100%;
}

/* 工程案例 */
.product {
    margin: 50px auto;
    overflow: hidden;
}

.busineb {
    float: left;
    width: 33.3333%;
    margin-bottom: 30px;
}

.busineb .un-hover-box {
    display: block;
    margin: 0 15px;
    background: #fff;
    height: 520px;
    background: #f7f7f7;
}

.busineb a figure {
    display: block;
    line-height: 1;
    overflow: hidden;
}

.busineb a figure img {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
    transition: 0.65s;
}

.busineedo {
    padding: 30px 35px;
    font-family: "微软雅黑";
    background: #f7f7f7;
}

.busineedo strong {
    display: block;
    line-height: 1;
    color: #2c2c2c;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 18px;
}

.busineedo strong small {
    display: inline-block;
    color: #939393;
    font-size: 16px;
    font-family: "Myriad Pro";
    margin-left: 5px;
    font-weight: normal;
}

.busineedo p {
    color: #707070;
    font-size: 14px;
}


.busineedo span {
    display: block;
    height: 22px;
    line-height: 22px;
    color: #ca0410;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}

.busineb a:hover figure img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}
.busineb .hover-box {
    margin: 0 15px;
    background: #fff;
    position: relative;
    height: 520px;
    display: none;
}

.busineb .hover-box a img{
    width: 100%;
    height: 100%;
}
.busineb .hover-box .busineedo{
    position: absolute;
    background: rgba(0,0,0,0.8);
    top: 0;
    height: 100%;
    box-sizing: border-box;
    padding: 100px 45px;
}
.hover-box .busineedo p {
    color: #fff;
}
.hover-box .busineedo strong{
    color: #fff;
    line-height: 30px;
}
.hover-box .busineedo .button{
    width: 90px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #fff;
    border: none;
    display: block;
    text-align: center;
    margin-top: 80px;
}
.hover-box .busineedo .button:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #ca0410;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transform-origin: top center 0;
    opacity: 0;
    visibility: hidden;
    transform: rotateX(-45deg);
    -webkit-transform: rotateX(-45deg);
    -moz-transform: rotateX(-45deg);
    transition: 0.45s;
}

.hover-box .busineedo .button {
    position: relative;
    display: block;
    padding-left: 20px;
    width: 120px;
    height: 39px;
    line-height: 39px;
    color: #666666;
    font-size: 14px;
    border: 1px solid #666666;
    text-align: left;
    position: relative;
    z-index: 4;
    perspective: 200px;
    -webkit-perspective: 200px;
}

.hover-box .busineedo .button:before {
    content: "";
    width: 27px;
    height: 8px;
    background: url(../image/arrow1.png) center no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    transition: 0.35s;
}

.hover-box:hover .busineedo .button:after {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
}

.hover-box:hover .busineedo .button {
    color: #fff;
    border-color: #ca0410;
    background: #ca0410;
    transition: background 0.35s 0.3s;
}

.hover-box:hover .busineedo .button:before {
    background: url(../image/arrow2.png) center no-repeat;
    right: 18px;
}
.busineb:hover .hover-box{
    display: block;
}
.busineb:hover .un-hover-box{
    display: none;
}
/* 新闻中心 */
.news {
    margin: 50px auto;
    overflow: hidden;
}

.nw-news-list li+li a {
    border-top: 2px solid #f2f2f2
}

.nw-news-list a {
    display: block;
    padding: 35px 0
}

.nw-news-list .nw-date {
    float: right;
    margin-left: 30px
}

.nw-news-list .pic {
    width: 210px;
    height: 179px;
    overflow: hidden;
    float: left;
    margin-right: 30px;
}

.nw-news-list .txts {
    overflow: hidden
}

.nw-news-list .nowti {
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.4;
}

.nw-news-list .tx {
    height: 48px;
    overflow: hidden;
    line-height: 24px !important;
    text-align: justify;
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.nw-news-list .txts p.time {
    background: url(../image/time_ico1.png) no-repeat scroll left 3px;
    padding-left: 20px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    color: #666666;
    line-height: 20px;
    margin-top: 10px;
}

.nw-news-list .txts i {
    display: block;
    margin: 10px 0;
    width: 40px;
    border-bottom: 2px solid #E2E2E2;
}

.nw-news-list .txts span {
    position: relative;
    display: block;
    padding-left: 18px;
    width: 90px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    border: 2px solid #ca0410;
    text-align: left;
    position: relative;
    z-index: 4;
    perspective: 200px;
    -webkit-perspective: 200px;
    background: #ca0410;
    float: right;
}

.nw-news-list a:hover .txts span {
    color: #666;
    background: #fff;
}

.nw-news-list a:hover .nowti {
    color: #ca0410;
}

.nw-news-list a:hover .txts span:before {
    background: url(../image/arrow2.png) center no-repeat;
    right: 13px;
}

.nw-news-list .pic img {
    display: block;
    width: 100%;
    transition: 0.65s;
}

.nw-news-list a:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.nw-date {
    position: relative;
    width: 88px;
    height: 83px;
    padding: 15px 0 0 15px;
    background: #ca0410;
    border: 2px solid #fff;
    color: #fff;
    line-height: 1;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.nw-date .d {
    font-size: 22px
}

.nw-date .y {
    position: absolute;
    left: 15px;
    top: 43px;
    font-size: 14px;
}

.nw-date .y i {
    display: none
}

.nw-more {
    display: block;
    padding: 14px 0;
    background: #999;
    color: #fff;
    text-align: center
}

.nw-more .icon {
    display: inline-block;
    vertical-align: bottom;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    border: 3px solid #fff;
    line-height: 26px;
    font-size: 20px
}

.nw-news-list a:hover .nw-date {
    border: 2px solid #ca0410;
    background: #fff;
    color: #666;
}
.news{
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
}
.news .left {
    width: 70%;
}
.news .right {
    width: 26%;
    padding: 35px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news .right .head {
    margin-bottom: 18px;
}

.news .right .head h5 {
    padding-left: 8px;
    border-left: 4px solid #ca0410;
    font-size: 20px;
    color: #333;
    line-height: 1.4;
}
.news .right .tunews{
    width: 100%;
}
.news .right .tunews .img .imgs{
    width: 100%;
}
.news .right .tunews h6 {
    font-size: 16px;
    color: #333;
    margin: 20px 0;
    line-height: 1.5;
}

.news .right ol {
    padding: 15px 0;
    border-top: 1px solid #D1D1D1;
}

.news .right ol li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
}

.news .right ol li:hover p {
    color: #ca0410;
}

.news .right ol li p {
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .right ol li span {
    margin-left: 15px;
    color: #999;
    font-size: 14px;
    line-height: 1;
}

.news .right ol li .link {
    color: #ca0410;
}


/* 联系我们 */
.contact_top {
    padding: 55px 0;
}

.contact_top .map {
    float: right;
    width: 480px;
}

.contact_top .map img {
    width: 100%;
}

.contact_top .ct-ti {
    margin-bottom: 50px;

}

.contact_top .ct-ti .en {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 20px;
    color: #c8c8c8;
    font-weight: 200;
    font-family: "Nexa Light";
}

.contact_top .ct-ti .ch {
    line-height: 1;
    color: #333333;
    font-size: 22px;
}

.contact_top .ct-base-list {
    float: left;
    max-width: 50%;

}

.contact_top .ct-base-list p {
    position: relative;
    padding-left: 35px;
    line-height: 24px;
    font-size: 16px;
    color: #666;
}

.contact_top .ct-base-list p a {
    color: #666;
}

.contact_top .ct-base-list p+p {
    margin-top: 20px;
}

.contact_top .ct-base-list .icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.contact_top .ct-base-list .icon img {
    width: 22px;
}

.contact_top .ct-ma {
    float: right;
    width: 300px;
    max-width: 100%;
    background: #f2f2f2;
    padding: 20px;
    overflow: hidden;
}

.contact_top .ct-ma .pic2 {
    width: 118px;
    float: left;
    margin-right: 20px;
    display: block;
    position: relative;
    overflow: hidden;
}

.contact_top .pic2>img {
    display: block;
    width: 100%;
}

.contact_top .ct-ma .txx {
    overflow: hidden;
    padding-top: 39px;
    line-height: 20px;
    color: #666;
    font-size: 14px;
}

.contact {
    padding-top: 40px;
}

.contact .W1200 {
    width: 1200px;
    margin: auto;
    position: relative;
}

.contact h2 {
    height: 50px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    color: #333333;
    line-height: 50px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.contact .contact-wrap {
    background: url("../image/contact-bg.png") no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact .contact-wrap .contact-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact .contact-wrap .contact-head>div {
    background: url("../image/contact-hotline.png") no-repeat 0 center;
    width: 400px;
    height: 40px;
    opacity: 1;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 40px;
    letter-spacing: 1px;
    padding-left: 110px;
}

.contact .contact-wrap .contact-head>a {
    width: 120px;
    height: 33px;
    opacity: 1;
    border-radius: 2px;
    display: inline-block;
    background: #ffffff url("../image/contact-icon.png") no-repeat 22px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #ca0410;
    padding-left: 43px;
    line-height: 33px;
}

.contact .contact-wrap .contact-box {
    width: 1200px;
    height: 560px;
    background: url("../image/contact-box.png") no-repeat center;
    margin: 0 auto;
    padding-top: 85px;
}

.contact .contact-wrap .contact-box .from {
    width: 800px;
    float: right;
    text-align: center;
    display: block;
    margin-top: 22px;
}

.contact .contact-wrap .contact-box .row {
    margin-bottom: 25px;
}

.contact .contact-wrap .contact-box .row p {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
}

.contact .contact-wrap .contact-box .row label {
    width: 90px;
    font-size: 16px;
    text-align: right;
    color: #333333;
    line-height: 40px;
    display: inline-block;
    margin-right: 32px;
}

.contact .contact-wrap .contact-box .row input,
.contact .contact-wrap .contact-box .row textarea {
    width: 373px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #b9b9b9;
    border-radius: 6px;
    padding-left: 20px;
    vertical-align: top;
}

.contact .contact-wrap .contact-box .row textarea {
    height: 90px;
}

.contact .contact-wrap .contact-box .btn {
    width: 160px;
    height: 46px;
    opacity: 1;
    background: #ca0410;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 46px;
    cursor: pointer;
    margin: 30px auto 0;
}

/*列表分页 start*/
div.fy {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

div.fy a {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 2px;
    background-color: #F8F8F8;
    font-size: 15px;
    line-height: 20px;
}

div.fy span {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 2px;
    background-color: #ca0410;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

div.fy a.on,
div.fy a:hover {
    background-color: #ca0410;
    color: #fff;
}


/*列表分页 end*/


/* 详情页start */
.newscenter {
    padding: 60px 0 100px;
}

.newswr {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 22px;
}

.newswr strong {
    display: block;
    line-height: 1.2;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 22px;
    text-align: center;
}

.newstime {
    text-align: center;
}

.newstime span {
    color: #666;
    font-size: 14px;
    margin-right: 32px;
    padding-left: 24px;
}

.newstime span.time {
    background: url(../image/time.png) left center no-repeat;
}

.newstime span.eye {
    background: url(../image/eye.png) left center no-repeat;
}

.news-view {
    position: relative;
    background: #fff;
    z-index: 5;
}

.newsfix {
    padding: 0 30px 110px;
}

.newstext {
    padding: 50px 0;
    border-bottom: 1px solid #e5e5e5;
    line-height: 25px;
}

.newstext p,
.newstext a {
    color: #707070;
    font-size: 15px;
    line-height: 2;
    text-indent: 2em;
    margin: 10px 0;
}

.newstext img {
    max-width: 100% !important;
    height: auto;
    width: auto;
}

.prvenext {
    width: 100%;
    margin-top: 50px;
}

.prvenext p {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #666666;
    font-size: 14px;
}

.prvenext p font,
.prvenext p a {
    display: inline-block;
    margin-right: 5px;
    color: #666666;
    font-size: 14px;
}

.prvenext p a:hover {
    color: #ca0410;
}
