@charset "utf-8";

.pic{ overflow: hidden;}
.pic img{ max-width: 100%; display: block; width: 100%; height: 100%; object-fit: fill; overflow: hidden; transition: all 0.3s;transform: scale(1); max-height:100%;}
.swiper-slide img{ width: 100%; display: block;}

input::-webkit-input-placeholder{		color: #666; font-size: 14px;}
input::-moz-input-placeholder{			color: #666; font-size: 14px;}
input::-ms-input-placeholder{			color: #666; font-size: 14px;}
input::-o-input-placeholder{			color: #666; font-size: 14px;}
textarea::-webkit-input-placeholder{	color: #666; font-size: 14px;}
textarea::-moz-input-placeholder{		color: #666; font-size: 14px;}
textarea::-ms-input-placeholder{		color: #666; font-size: 14px;}
textarea::-o-input-placeholder{			color: #666; font-size: 14px;}

.left{ float:left;}
.right{ float:right;}

.p10{ padding: 10px 0; }
.p20{ padding: 20px 0; }
.p30{ padding: 30px 0; }
.p40{ padding: 40px 0; }
.p50{ padding: 50px 0; }
.p60{ padding: 60px 0; }
.p70{ padding: 70px 0; }
.p80{ padding: 80px 0; }
.p90{ padding: 90px 0; }
.p100{ padding: 100px 0; }
.mt10{ margin-top: 10px !important; }
.mt20{ margin-top: 20px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }
.mt60{ margin-top: 60px !important; }
.mt70{ margin-top: 70px !important; }
.mt80{ margin-top: 80px !important; }
.mt90{ margin-top: 90px !important; }
.mt100{ margin-top: 100px !important; }
.w1200{ width: 1200px; margin: 0 auto; overflow: hidden;}
.mx1200{ max-width: 1200px; width: 94%; margin: 0 auto;}

::-webkit-scrollbar {
    width : 5px;
    height: 1px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    height: 15px;
    background: #a0a0a0;
}
::-webkit-scrollbar-track {
    background: #f6f8fb;
}


.swiper-slide{
    display: block;
    height: auto !important;
}
.swiper-container,
.swiper-wrapper{
    height: auto !important;
}



.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 12px;
    background: #fff;
    cursor: pointer;
    opacity: .5;
}

.swiper-active-switch {
    opacity: 1;
}

.pagination {
    /*position: absolute;*/
    /*z-index: 20;*/
    /*left: 0;*/
    width: 100%;
    /*bottom: 20px;*/
    text-align: center;
}


.headerbg{
    background: #373737;
    height: 100px;
    line-height: 100px;
    color: #fff;
    position: relative;
    z-index: 99999;
}
.header{
    /*width: 1430px;*/
    margin: 0 auto;
}


.menu{
    width: 875px;
    margin: 0 20px;
}
.menu li{
    width: 125px;
    display: block;
    float: left;
    text-align: center;
}
.menu li a{
    color: #fff;
    display: block;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.menu>li:hover>a,
.menu>li ul li:hover>a,
.menu>li.this>a{
    color: #ed9a00;
}
.menu li ul{
    display: none;
    background: #373737;
    width: 153px;
}
.menu li ul li{
    line-height: 50px;
    float: none;
    padding: 0 10px;
    width: 105px;
    width: 135px;
}
.menu li ul li a{
    font-size: 16px;
    border-top: 1px solid #6a6a6a;
}

.pagechange .returnlist a,
.pagechange a{
    font-size: 18px;

    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.pagechange .pagechangel,
.pagechange .returnlist,
.pagechange .pagechanger{
    width: 130px;
}
.pagechange .returnlist a .fa{
    color: #ea8900;
    font-size: 16px;
}
.pagechange .returnlist a:hover .fa{
    color: #fff;
}

.toptel{
    width: 195px;
    padding: 0 0 0 30px;
    font-size: 14px;
    line-height: 24px;
    margin: 28px 0 0 25px;
    font-weight: bold;
    background: url(../images/toptel.png) center left no-repeat;
}
.toptel span{
    font-size: 20px;
    vertical-align: text-bottom;
    line-height: 18px;
}



.stitle{
    text-align: center;
}
.stitle h2{
    font-size: 60px;
    color: #f5f5f5;
    line-height: 48px;
    text-transform: uppercase;
}
.stitle h3{
    font-size: 36px;
    line-height: 36px;
    margin: -20px 0 0 0;
}
.stitle h3:after{
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    margin: 10px auto 0 auto;
    background: #000;
    border-right: 32px solid #ea8900;
}

.procate{}
.procate li{
    display: block;
    float: left;
    line-height: 56px;
    width: 294px;
    width: 190px;
    margin: 0 8px 0 0;
    position: relative;
}
.procate li:last-child{
    margin: 0;
}
.procate li a{
    font-size: 26px;
    font-size: 20px;
    /*font-weight: bold;*/
    text-align: center;
    background: #e5e5e5;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.procate>li.this>a,
.procate>li:hover>a{
    background: #ea8900;
    color: #fff;
}
.procate li .icon{
    width: 56px;
    height: 56px;
    float: left;
    margin: 0 40px 0 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}

.procate li:nth-child(1) .icon{ background: url(../images/icon_procate_1_1.png) center no-repeat;}
.procate li:nth-child(2) .icon{ background: url(../images/icon_procate_2_1.png) center no-repeat;}
.procate li:nth-child(3) .icon{ background: url(../images/icon_procate_3_1.png) center no-repeat;}
.procate li:nth-child(4) .icon{ background: url(../images/icon_procate_4_1.png) center no-repeat;}

.procate li:nth-child(1):hover .icon{ background: url(../images/icon_procate_1_2.png) center no-repeat;}
.procate li:nth-child(2):hover .icon{ background: url(../images/icon_procate_2_2.png) center no-repeat;}
.procate li:nth-child(3):hover .icon{ background: url(../images/icon_procate_3_2.png) center no-repeat;}
.procate li:nth-child(4):hover .icon{ background: url(../images/icon_procate_4_2.png) center no-repeat;}

.procate li:nth-child(1).this .icon{ background: url(../images/icon_procate_1_2.png) center no-repeat;}
.procate li:nth-child(2).this .icon{ background: url(../images/icon_procate_2_2.png) center no-repeat;}
.procate li:nth-child(3).this .icon{ background: url(../images/icon_procate_3_2.png) center no-repeat;}
.procate li:nth-child(4).this .icon{ background: url(../images/icon_procate_4_2.png) center no-repeat;}



.procate li ul{
    position: absolute;
    z-index: 9;
    background-color: #fff;
    display: none;
}
.procate li ul li,
.procate li ul li:last-child{
    line-height: 42px;
    margin:4px 0 0 0;
}
.procate li ul li a{
    padding: 0 50px;
    font-size: 18px;
    color: #484848;
    font-weight: normal;
    position: relative;
}
.procate li ul li a span{
    float: right;
}

.procate>li ul li:hover>a{
    background: #ea8900;
    color: #fff;
}











.casecate li{
    text-align: center;
    width: 233px;
}

.proul li{
    display: block;
    float: left;
    width: 388px;
    margin: 0 13px 13px 0;
}
.proul li:nth-child(3n){
    margin: 0 0 13px 0;
}
.proul li a{
    display: block;
    border: 1px solid #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.proul li:hover a{
    border: 1px solid #ea8900;
}
.proul li p{
    line-height: 56px;
    font-size: 20px;
    color: #484848;
    padding: 0 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
    background: url(../images/arrow_pro_1.png) center right 20px no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.proul li:hover p{
    color: #fff;
    background: url(../images/arrow_pro_2.png) #ea8900 center right 20px no-repeat;
}



.videobg{
    background: url(../images/bg_video.jpg) center no-repeat;
    background-size: cover;
}
.videobg .stitle h2,
.cuslogobg .stitle h2{
    color: #fff;
    opacity: .1;
}
.videobg .stitle h3,
.cuslogobg .stitle h3{
    color: #fff;
}
.videobg .stitle h3:after,
.cuslogobg .stitle h3:after{
    background: #fff;
}

.video{
    position: relative;
    overflow: hidden;
}

.videoslide{
    width: 1920px;
    margin-left: -360px;
}
.video li{
    display: block;
}
.video li p{
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin: 10px 0 0 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.video li a{
    display: block;
    position: relative;
    cursor: pointer;
}
.video li .pic{
    margin: 0 12px;
    background: #000;
}
.video li .icon{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 39px;
    margin-top: -20px;
    margin-left: -20px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.video li.swiper-slide-active .pic img{
    opacity: .4;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.video li.swiper-slide-active p,
.video li.swiper-slide-active .icon{
    opacity: 1;
}


.arrow_video{
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    background: url(../images/arrow_video.png) center no-repeat;
    z-index: 9;
    cursor: pointer;
}
.arrow_video_left{
    left: 250px;
    transform: rotate(180deg);
}
.arrow_video_right{
    right: 250px;
}

.videoarea{
    display: none;
}
.videoshow{
    width: 1000px;
    position: fixed;
    left: 50%;
    top: 20%;
    margin-left: -500px;
    background: #000;
    min-height: 200px;
    z-index: 99;
    display: none;
}
.videoshow video{
    width: 100%;
    height: auto;
}
.videoshow .fa-close{
    font-size: 17px;
    color: #fff;
    width: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #fff;
    opacity: .8;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.videoshow .fa-close:hover{
    transform: rotate(180deg);
}

.shadow{
    background: #000;
    opacity: .6;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}

.aboutbg{
    background: url("../images/about.jpg") center top no-repeat;
}

.aboutext{
    margin: 335px auto 0 auto;
    width: 915px;
    padding: 30px 45px;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}
.aboutext h1{
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}
.aboutext .text{
    font-size: 16px;
    line-height: 30px;
    color: #7b7a7a;
}

.abouticon li{
    display: block;
    float: left;
    width: 33.333%;
    text-align: center;
}
.abouticon li p{
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height: 18px;
}


.cuslogobg{
    background: url("../images/bg_cuslogo.jpg") center no-repeat;
    background-size: cover;
}
.cuslogo li .pic{
    margin: 25px 13px;
}


.newsul li{
    display: block;
    float: left;
    width: 376px;
    margin: 0 36px 0 0;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}
.newsul li a{
    display: block;
    padding: 20px;
}
.newsul li:last-child{
    margin: 0;
}
.newsul li .text{}
.newsul li .text strong{
    font-size: 22px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 30px 0 20px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.newsul li:hover .text strong{
    color: #ea8900;
}
.newsul li .text p{
    font-size: 14px;
    line-height: 24px;
    color: #484848;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 0 0 30px 0;
}
.newsul li .date{
    color: #484848;
    font-size: 14px;
    line-height: 26px;
}
.newsul li .more{
    width: 70px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #ea8900;
}


.footer{
    padding: 60px 0 30px 0;
    background: #000;
    color: #fff;
}


.fcontact{
    width: 360px;
}
.fcontact h2{
    font-size: 18px;
    line-height: 18px;
}
.fcontact .text{
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 0 0;
}
.fcontact .text .telarea{
    padding: 10px 15px;
    margin: 5px 0;
    text-align: center;
    display: table;
    background: -webkit-linear-gradient(to right, #ed9a00, #cd4d03);
    background: -moz-linear-gradient(to right, #ed9a00, #cd4d03);
    background: -ms-linear-gradient(to right, #ed9a00, #cd4d03);
    background: -o-linear-gradient(to right, #ed9a00, #cd4d03);
    background: linear-gradient(to right, #ed9a00, #cd4d03);
    border-radius: 5px;
    font-weight: bold;
    font-size: 17px;
}


.fmenu{
    width: 500px;
    height: 200px;
    padding: 0 50px 0 90px;
    border-left: 1px solid #6a6a6a;
    border-right: 1px solid #6a6a6a;
}
.fmenu ul{
    width: 33.333%;
    float: left;
}
.fmenu ul li{
    display: block;
    line-height: 28px;
}
.fmenu ul li:first-child{
    margin: 0 0 5px 0;
}
.fmenu ul li a{
    color: #bababa;
    display: block;
    font-size: 14px;
}

.fewm{
    font-size: 14px;
    text-align: center;
    width: 112px;
    line-height: 30px;
}

.cr{
    font-size: 14px;
    color: #9a9a9a;
}
.cr a{
    font-size: 14px;
    color: #9a9a9a;
}



.bannerbg,
.listbanner,
.nbanner{
    height: 360px;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}
#baguetteBox-overlay.visible{opacity:1}
#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}
#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}
#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}
#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}
#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}
#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}
#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}
.baguetteBox-button:focus,
.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}
.baguetteBox-button#next-button{right:2%}
.baguetteBox-button#previous-button{left:2%}
.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
.baguetteBox-button svg{position:absolute;left:0;top:0}
.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}
.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}
.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}

.bnav{
    line-height: 60px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: #888;
}
.bnav a{
    font-size: 14px;
    color: #888;
}
.bnav img{
    margin: 0 5px 0 0;
    display: block;
    float: left;
    padding: 20px 0;
}

.ncontainer{
    padding: 0 0 60px 0;
}

.naboutbg .aboutext{
    margin: 0 auto;
    width: 1110px;
}

.naboutbg .aboutext .text h1{
    font-size: 22px;
    color: #000;
    text-align: left;
    margin: 0 0 20px 0;
}
.naboutbg .aboutext .text{
    width: 500px;
}


.ncultureul li{
    display: block;
    float: left;
    width: 30%;
    margin: 0 5% 0 0;
    min-height: 130px;
}
.ncultureul li:last-child{
    margin: 0;
}
.ncultureul li a{
    border-radius: 10px;
    border: 1px solid #c1c1c1;
    display: block;
    padding: 30px;
}
.ncultureul li .nctitle{
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 15px 0;
}
.ncultureul li .nctitle .iconfont{
    color: #ed9a00;
    font-weight: normal;
    line-height: 36px;
    vertical-align: middle;
    margin: -5px 0 0 5px;
    display: inline-block;
}
.ncultureul li:nth-child(1) .nctitle .iconfont{
    font-size: 40px;
}
.ncultureul li:nth-child(2) .nctitle .iconfont{
    font-size: 36px;
}
.ncultureul li:nth-child(3) .nctitle .iconfont{
    font-size: 44px;
}
.ncultureul li p{
    font-size: 16px;
    line-height: 24px;
    color: #484848;
}


.nnewsul li{
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
}
.nnewsul li .pic{
    width: 336px;
}



.nnewsul li .text{
    width: 790px;
}
.nnewsul li .text strong{
    margin: 20px 0;
}
.nnewsul li .text p{
    -webkit-line-clamp: 2;
}
.nnewsul li:hover .text strong{
    padding: 0 0 0 20px;
}


.nvideo{
    height: auto;
}
.nvideo li{
    display: block;
    float: left;
    width: 380px;
    margin: 0 20px 30px 0;
}
.nvideo li:nth-child(3n){
    margin: 0 0 30px 0;
}
.nvideo li .pic{
    margin: 0;
    background: #000;
}
.nvideo li .icon{
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.nvideo li:hover .pic img{
    opacity: .6;
}
.nvideo li:hover .icon{
    opacity: 1;
}
.nvideo li p{
    font-size: 16px;
    text-align: center;
    margin: 10px 0 0 0;
    opacity: 1;
    color: #333;
}




.ncase li{
    display: block;
    float: left;
    width: 380px;
    margin: 0 20px 30px 0;
}
.ncase li:nth-child(3n){
    margin: 0 0 30px 0;
}
.ncase li p{
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    background: #efefef;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.ncase li:hover p{
    color: #fff;
    background: #ea8900;
}






.nmap{
    height: 400px;
    overflow: hidden;
}
.nmap iframe{
    position: relative;
    left: 50%;
    margin-left: -600px;
}



.ncontacttext li{
    display: block;
    float: left;
    width: 32%;
    margin: 0 2% 0 0;
    background: #fff;
    border-radius: 28px;
    text-align: center;
    padding: 30px 0;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.07);
}
.ncontacttext li:last-child{
    margin: 0;
}
.ncontacttext li img{
    display: block;
    margin: 0 auto;
}
.ncontacttext li span{
    display: block;
    color: #222222;
    font-size: 18px;
    margin: 8px 0 10px 0;
}
.ncontacttext li p,
.ncontacttext li p a{
    color: #222222;
    font-size: 18px;
    font-weight: bold;
}



/*相关样式*/
#showbox { border-bottom:1px solid #ddd; height: 413px !important;}
#showbox>div{ top: 0 !important;}
#showbox span { background:url(../images/mask.png) repeat;}
#showsum {margin: 10px 25px; width: 548px !important; height: 62px !important;}
#showsum span { border:1px solid #ddd; height: 60px !important;}
#showsum span img{ top: 0 !important;}
#showsum span.sel { border:1px solid #ea8900;}

.showpage { width:598px; position:relative;}
.showpage a { display:block; width:15px; border:1px solid #ddd; height:60px; line-height:60px; background:#eee; text-align:center; font-size:18px; position:absolute; left:0; top:-70px; text-decoration:none; color:#999;}
.showpage a#shownext { left:auto; right:0;}
.showpage a:hover { background:#ccc; color:#777;}



.pro .ncontainer{
    line-height: 30px;
}

.pro .ncontainer .propic{
    border: 2px solid #e5e5e5;
}
.pro .ncontainer .protitle{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.texttitle{
    border-bottom: 3px solid #e5e5e5;
    padding: 0 0 8px 0;
}
.texttitle div{
    margin: 0 auto;
    display: table;
    position: relative;
    padding: 0 0 0 15px;
    text-align: center;
}
.texttitle span{
    display: block;
    font-size: 18px;
    color: #c2c2c4;
    line-height: 18px;
    margin: 0 0 0 0;
    text-align: center;
}
.texttitle:before{
    display: none;
}
.texttitle div:before{
    width: 10px;
    height: 10px;
    background: #ea8900;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
}

.equipshoot p:before{
    content: '';
    display: table;
}
.equipshoot p:after{
    content: '';
    display: table;
    clear: both;
}
.equipshoot p img{
    width: 49.5% !important;
    margin: 0 1% 1% 0 !important;
    float: left;
    height: auto !important;
}
.equipshoot p img:nth-child(2n){
    margin: 0 0 1% 0 !important;
}

.equipvideo video{
    width: 100%;
    height: auto;
}

.equiplist li{
    display: block;
    float: left;
    width: 24%;
    margin: 0 1.333% 1.333% 0;
}
.equiplist li:nth-child(4n){
    margin: 0 0 1.333% 0;
}


.tpro{
    position: relative;
}
.tpro .swiper-container{
    margin: 0 70px;
}
.tpro li{
    display: block;
    float: left;
}
.tpro li .pic{
    margin: 0 10px;
    border: 1px solid #d0d0d2;
}
.tpro li p{
    font-size: 14px;
    text-align: center;
    color: #484848;
    margin: 10px 0 0 0;
}

.arrow_tpro_left{
    width: 18px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
    cursor: pointer;
    background: url("../images/arrow_tpro.png") center no-repeat;
}
.arrow_tpro_right{
    width: 18px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    cursor: pointer;
    background: url("../images/arrow_tpro.png") center no-repeat;
    transform: rotate(180deg);
}