﻿/* CSS Document */
@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; border: 0; }
html { color: #666; }
html, body { width: 100%; min-width: 320px; }
body, button, input, select, textarea { margin: 0; padding: 0; font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif"; font-size: 12px; background: #fff }
ul, ol, li, dl, dd, dt { list-style: none; }
em { font-style: normal; }
a { text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }
legend { color: #000; }
fieldset, img { border: 0; }
label, button { cursor: pointer; }
/*解决IE图片缩放失真*/
img { -ms-interpolation-mode: bicubic; }
/*清除浮动*/
.clearfix:after { content: ''; display: block; height: 0; clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }
/*连续英文、数字换行*/
.wordwrap { word-break: break-all; word-wrap: break-word; }
/*单行文字超出显示省略号*/
.omg { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
img { border: 0; vertical-align: middle; }
a { color: #3a3a3a; text-decoration: none; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
a:hover { text-decoration: none }
.fl { float: left; }
.fr { float: right; }
/*苹果手机默认按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }
textarea { -webkit-appearance: none; }
input { border-radius: 0; }

/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:4px;
}/* 滚动槽 */
::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
background-color:#6d6e70;
}
::-webkit-scrollbar-thumb:window-inactive {
background-color:#3c3c3c;
}
@-webkit-keyframes bounce-up { 25% {
-webkit-transform: translateY(5px);
}
50%, 100% {
-webkit-transform: translateY(0);
}
75% {
-webkit-transform: translateY(-5px);
}
}
@keyframes bounce-up { 25% {
transform: translateY(5px);
}
50%, 100% {
transform: translateY(0);
}
75% {
transform: translateY(-5px);
}
}


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


/*header*/
.header{position:fixed; z-index: 2; top:0px; height:68px; line-height: 68px; background-color: rgba(0,0,0,0.7); width: 100%;}
.header .logo{float:left; margin-left: 6%;}
.header .nav{float:right; margin-right: 3%;}
.header .nav ul li{float:left; position: relative;}
.header .nav ul li a{color:#fff; padding: 0px 24px; font-size: 14px;}
.header .nav ul li a:hover{color:#d7000f;}
.header .nav ul li dl{display: block;}

.header .nav ul li .act .subnav dd a { color: #fff; }
.header .nav ul li .subnav { background-color: #050505; opacity: 0.8; display: none; padding: 3px 0px; position: absolute; width: 120px; clear: both; line-height: 40px; left: 0px; }
.header .nav ul li:hover dl { display: block; }
.header .nav ul li .subnav a { color: #fff; position: relative;font-size:14px}
.header .nav ul li .subnav dd { border-bottom: 1px solid #555; }
.header .nav ul li .subnav dd a:hover { color: #fff; background: #d7000f; display: block; }

.header .search{width:226px; background: #f0f0f0; height: 36px; margin:15px 0px; border-radius: 18px; float:right;}
.header .search .search-txt{float:left; margin-left: 18px; width:172px; height:36px;}
.header .search .search-btn{float:left; width:26px; height:26px; background: #1a1f33; margin:5px; border-radius: 13px;}
.header .search input{height:25px; border:0px; outline: none; border-radius: 3px; margin-top: 7px; display: block; float:left; background: #f0f0f0; color:#000;}
.search input.searchbtn{width:16px; height: 16px; margin:5px; background:url(../images/search.png) no-repeat right; margin-right: 0px; }



.header .menu_icon {
    position: absolute;
    top:0px;
    right:20px;
    width: 18px;
    height: 18px;
    
    float: right;
    display: none;
    cursor: pointer;
}
.header .menu_icon img {
    max-width: 100%;
}

.side_nav {
    position: fixed;
    top: 68px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10001;
    display: none;
}
.side_nav .search_form {
    height: 50px;
    padding: 5px 2%;
}
.side_nav .search_form input[type="text"] {
    height: 40px;
    border: 1px solid #cccccc;
    float: left;
    min-width: 80%;
    padding-left: 10px;
    background: url(../img/search_icon.jpg) no-repeat 95% center;
    box-shadow: 0px 0px 10px #888888;
}
.side_nav .search_form input[type="text"]:focus {
    box-shadow: 0px 0px 5px #cccccc;
}
.side_nav .search_form input[type="submit"] {
    height: 40px;
    float: left;
    border: none;
    width: 60px;
    position: relative;
    top: 0;
    left: -60px;
    background-color: transparent;
    cursor: pointer;
}
.side_nav .left {
    width: 40%;
    float: left;
    height: 100%;
    background: #e60013;
    box-shadow: 0px 5px 10px #888;
}
.side_nav .left .list_top {
    color: #fff;
    width: 100%;
}
.side_nav .left .list_top ul li {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.side_nav .left .list_top ul li h4.title {
    width: 80%;
    margin: auto;
    height: 100%;
    border-bottom: 1px dotted #fff;
}
.side_nav .left .list_top a {
    color: #fff;
}
.side_nav .left .text {
    width: 80%;
    margin: auto;
    margin-top: 30px;
    color: #fff;
}
.side_nav .left .text a {
    height: 40px;
    line-height: 40px;
}
.side_nav .left .text a:hover {
    color: #f00;
}
.side_nav .right {
    width: 60%;
    height: 100%;
    float: left;
    position: relative;
}
.side_nav .right ul li {
    line-height: 40px;
    height: 40px;
}
.side_nav .right ul li h4.title {
    width: 85%;
    margin: auto;
    border-bottom: 1px dotted #cccccc;
}
.side_nav .right .list {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.slidetoleft{
    left:-100%;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    }   
.slidetoright{
    left:0;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    }   
.dishide{
    display:none;
    }
.disshow{
    display:block !important;
    }   






.banner{position: relative; z-index: 1; top:0px;}
.swiper-container{width: 100%;}
.banner img{max-width: 100%; display:block;}

.swiper-father {position: relative; margin-top:0px;}
.swiperpro {width:1100px;}

/*index-zs*/
.index-zs{width:100%; margin:60px 0px;}
.index-zs ul li{width:20%; float:left; text-align: center; box-sizing: border-box; border-right: 1px solid #f0f0f0;}
.index-zs ul li:last-child{border:0px;}
.index-zs ul li span{display: block; width: 100%; font-size: 14px; text-align: center; margin-top: 8px;}

.indexabout{background: url(../images/aboutbg.jpg) no-repeat; width: 100%; height:auto;}

.aboutbox{width:100%;}
.aboutbox .aboutvideo{width:100%; float:left; margin-bottom:20px;}
.aboutbox .aboutinfocn{width:100%; float:right; font-size: 14px; line-height: 24px; text-indent: 0em;}
.aboutbox .aboutinfocn .tit{text-indent: 0em; text-align: center; padding: 0px 0px 20px;}
.aboutbox .aboutinfocn .tit h2{font-weight: normal; font-size: 20px; color:#000;}
.aboutbox .aboutinfocn .tit span{font-size: 12px; color:#000;}
.aboutbox .aboutinfocn .tit .line{width:40px; height: 2px; background: #d7000f; margin: 5px auto;}
.aboutbox .aboutinfocn .aboutinfoen{text-indent: 0;  font-size: 10px; line-height: 24px; text-align: justify;}

.indexabout .tit{padding: 70px 0px 45px; width:100%; text-align: center;}
/*.aboutinfocn{width:640px; text-align: center; margin:0 auto; font-size: 14px; line-height: 24px;}
.aboutinfoen{width:1000px; text-align: center; margin:0 auto; font-size: 10px; line-height: 24px;}*/
.indexabout .more{text-align: center; padding-top: 51px;}


.indexpro{width:100%; margin:60px 0px; text-align: center;}
.indexpre-cate{height: 40px; padding:0px 10px; line-height: 40px; margin-top:40px; margin-bottom: 44px; width: auto; display: inline-block; background: #d7000f;}
.indexpre-cate a{padding:0px 20px; border-top: 0px solid #f0f0f0; border-bottom: 0px solid #f0f0f0; display: block; line-height: 40px; float:left; font-size: 14px; height: 40px; color:#fff;}
.indexpre-cate a:hover{color:#d7000f; background: #fff; font-size: 16px;}
.indexpro-list{}
.indexpro-list .pro-box{width:21%; margin:0px 2%; float:left;}
.indexpro-list .pro-box img{max-width: 100%; border:1px solid #ccc;}
.indexpro-list .pro-box h2{line-height: 50px; font-size: 14px; font-weight: normal;}
.indexpro-list .pro-box:hover img{border:1px solid #d7000f;  -moz-box-shadow:2px 2px 5px #d7000f; -webkit-box-shadow:2px 2px 5px #d7000f; box-shadow:0px 0px 5px #d7000f;  transform:rotateY(360deg);
-ms-transform:rotateY(360deg); /* IE 9 */
-moz-transform:rotateY(360deg); /* Firefox */
-webkit-transform:rotateY(360deg); /* Safari 和 Chrome */
-o-transform:rotateY(360deg); /* Opera */
    transition: all ease 1s;}
.indexpro-list .pro-box:hover h2{color:#d7000f;}

.indexad{background: url(../images/indexad.jpg) no-repeat center; height:15px; margin:80px 0px;}


.indexcompany{width:100%; margin:60px 0px; text-align: center;}
.enterprise{width:100%; background: #f0f0f0;}
.enterprise .ent{width:15%; float:left; overflow:hidden; position: relative; margin:0px 0px;transition:all .5s ease 0s; }
.enterprise .ent img{position: relative; z-index: 1;}
.enterprise .ent .showbg{position:absolute;background-color: rgba(0,0,0,0.7); border-top:15px #fff solid;  border-bottom:15px #f0f0f0 solid; box-sizing: border-box; width:100%; height: 100%; z-index: 2; top:0px;}
.enterprise .ent .showtit{position:absolute;background-color: rgba(215,0,15,0.7); width:100%; height: 5em; z-index: 3; bottom:15px; line-height: 5em; color:#fff;  border-bottom:0px #fff solid;}
.enterprise .ent .showtit h3{font-family: normal; padding-left: 10px;}
.enterprise .act{width:40%; margin:0px 0px;}
.enterprise .act img{position: relative; z-index: 1; }
.enterprise .act .showbg{display: none;}
.enterprise .act .showtit{position: relative; z-index: 1; margin-top: 15px; background: #f0f0f0; color:#666;}
.enterprise .act .showtit h3{padding-left: 20px; font-size:14px;}






.slideGroup{ width:100%; text-align:left;padding-top:30px;text-align:center;}
.slideGroup .slideBox{ overflow:hidden; zoom:1;position:relative;   }
.slideGroup .sPrev,.slideGroup .sNext{ background-image: url(../images/jt_l.jpg);display: inline-block;width: 31px; height: 28px;margin-right: 1px; border-radius: 0px 0 0px 0;-webkit-transition: all .25s;-moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s;transition: all .25s;margin-bottom:20px; margin-top: 20px;}
.slideGroup .sNext{ background-image: url(../images/jt_r.jpg);display: inline-block;}
.slideGroup .sPrev:hover,.slideGroup .sNext:hover{  }
.slideGroup .parBd ul{ overflow:hidden; zoom:1; }
.slideGroup .parBd ul li{ margin:0 8px;float:left;_display:inline; overflow:hidden; text-align:center; position:relative;border-radius: 0 0 4px 4px; background: #f0f0f0;}
.slideGroup .parBd ul li .news-box{padding:40px 50px; text-align: left;}
.slideGroup .parBd ul li .news-box h2{font-size: 18px; color:#000; margin-bottom: 20px; height: 24px; overflow: hidden;}
.slideGroup .parBd ul li .news-box p{height: 120px; line-height: 24px; font-size: 10px; overflow: hidden; margin-bottom: 20px;}
.slideGroup .parBd ul li .news-box .newsmoreandtime{background:url(../images/moredate.jpg) no-repeat; color:#fff; height: 23px;}
.slideGroup .parBd ul li .news-box .newsmoreandtime a{display: block; float:left; width:63px; height: 23px; line-height: 23px; text-align: center; font-size: 10px; color:#fff;}
.slideGroup .parBd ul li .news-box .newsmoreandtime span{display: block; line-height: 23px; width:108px; text-align: center;height: 23px; float:left;}

.slideGroup .parBd ul li .news-box:hover h2 a{color:#d7000f;}


.sy_link{ margin:20px 0px;}

.indexhonor{margin-top:60px; padding: 60px 0px; background: #f0f0f0;}
.indexhonor ul li{width:15%; float:left; margin:0px 0.83333%;}

.portfolio-img {
    margin-bottom: 10px;
    overflow: hidden;
}
.portfolio-img a {
    position: relative;
}
.portfolio-img a, .portfolio-img img {
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.portfolio-img .opacity-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
    background-color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
_height:expression( (this.parentElement.clientHeight) +'px');
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.portfolio-img .icon-zoom {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    background: url(../images/icon-zoom.png) no-repeat center;
}
.portfolio-img .icon-video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    background: url(../images/icon-video.png) no-repeat center;
}
.portfolio-img a:hover .opacity-overlay {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.portfolio-img a:hover img {
    transform: scale(1.2, 1.2) rotate(10deg);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.portfolio-item:hover img, .product-item:hover img, .scrollable-item:hover img {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.portfolio-title {
    margin-bottom: 10px;
    line-height: normal;
    text-align: center;
}
.portfolio-title h2 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
}
.portfolio-title a {
    color:#999;
    font-size: 12px;
}
.portfolio-title a:hover {
    text-decoration: none;
}


.footerbg{background:#a50003; padding: 80px 0px 40px; text-align: center;}
.footercontainer{width:1200px; margin:60px auto 0px; text-align: left;}
.footercontainer .footerpro{width:200px; float:left;}
.footercontainer .foorternav{width:180px; float:left;}
.footercontainer .footercontact{width:510px; float:left;}
.footercontainer .footerabout{width:140px; float:left;}
.footercontainer .footerabout{width:150px; float:left;}

.footercontainer dt{font-size: 18px; color:#fff; margin-bottom: 20px;}
.footercontainer dd{font-size: 12px; color:#fff; line-height: 32px; background: url(../images/icon3.png) no-repeat 0px 14px; padding-left: 15px;}
.footercontainer dd a{color:#fff;}
.footercontact dl{border-bottom: 1px solid #ccc; padding-bottom: 30px;}
.footercontact .ewm{color:#fff;}
.footercontact .ewm img{display: block; float:left; width:105px; margin:25px 12px 0px 10px;}
.footercontact .ewm .tels{float:left; margin-top: 25px;}
.footercontact .ewm .tels span{float:left; display: block; line-height: 16px;}
.footercontact .ewm .tels p{margin-top:26px; color:#fff;}










/*悬浮链接*/
.suspension{position:fixed;z-index:999999999;right:0;bottom:60px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:55px;height:40px;padding:10px 0 5px;background-color:#d7000f;margin-bottom:4px;cursor:pointer;outline:none;text-decoration:none;text-align:center;border-radius:2px;}
.suspension .a.active,
.suspension .a:hover{background:#d7000f;}
.suspension .a .i{display:inline-block;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
.suspension .a-service .i{display:inline-block;width:20px;height:20px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a span{display:block;width:100%;text-align:center;color:#fff;font-size:12px;padding-top:4px;}
.suspension .a-service-phone .i{display:inline-block;width:20px;height:20px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{display:inline-block;width:20px;height:20px;background-position: -56px -12px;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:240px;background:#fff;position:absolute;right:67px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;/*background:url(../images/side_bg_arrow.png) no-repeat;*/right:-8px;top:31px;}
.qrcode-img img{width:150px;margin:0 auto;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:50px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px;}
.suspension .d-service-item{padding:4px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item p{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service .d-service-item p{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;width:160px;}
.suspension .d-qrcode .inner-box{padding:10px 0;}
.suspension .d-qrcode p{font-size:14px;color:#999;padding-top:5px;}



/**/
.ny-tit{background: #f2f2f2; margin-top: 68px; height: 120px;}
.ny-tit .container{
    position: relative;
    padding-top: 20px;
    height: 40px;
    line-height:40px;
}
.ny-tit .location>em{display:inline-block;width:25px;height:40px;background:url(../images/dw.png) center center no-repeat;vertical-align: top;}
.ny-tit .location a{
    padding: 0 5px
}
.ny-tit .location a:hover{
    color: #d7000f
}
.ny-tit .typename{
    display: block;
    font-size: 26px;
    font-weight: bold;
    color: #d7000f;
    height: 30px;
    line-height: 30px;
    padding-top: 8px;
    padding-left: 5px;
}
.ny-tit .text2{
    position: absolute;
    top: 52px;
    right: 0;
    line-height: 22px;
    color: #d7000f;
    font-size: 16px;
    font-weight: bold;
    
}

.ny-tit .text2 span{display: block; float:right;}



.aboutnav{margin:15px auto;}
.aboutnav dl dd{float:left; width:20%; height: 40px; text-align: center; line-height: 40px;background: #7a7b7f url(../images/line.png) repeat-y right 0;}
.aboutnav dl dd:last-child{border-right: 0px solid #ccc;}
.aboutnav dl dd a{color:#fff; display: block; width:100%; height: 100%;}
.aboutnav dl dd:hover{background: #d7000f; font-size: 14px; font-weight:bold;}
.aboutnav dl dd.act{background: #d7000f; font-size: 14px; font-weight:bold;}

.jobnav{margin:15px auto;}
.jobnav dl dd{float:left; width:25%; height: 40px; text-align: center; line-height: 40px;background: #7a7b7f url(../images/line.png) repeat-y right 0;}
.jobnav dl dd:last-child{border-right: 0px solid #ccc;}
.jobnav dl dd a{color:#fff; display: block; width:100%; height: 100%;}
.jobnav dl dd:hover{background: #d7000f; font-size: 14px; font-weight:bold;}
.jobnav dl dd.act{background: #d7000f; font-size: 14px; font-weight:bold;}



.navcul{width:100%; margin:30px 0px;}
.navcul .navbox{width:380px; margin-right: 30px; float:left;}
.navcul2 .navbox{width:585px; margin-right: 30px; float:left;}
.navcul .navbox:last-child{margin-right: 0px;}
.navcul2 .navbox:last-child{margin-right: 0px;}

.navcul .navbox{
    background: linear-gradient(#d7000f,#f6040a);
    font-family: 'Merriweather Sans', sans-serif;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
}
.navcul .navbox:before{
    content: "";
    background: -webkit-repeating-linear-gradient(45deg,rgba(0, 0, 0, 0.1) 10px,
                transparent 10px,transparent 20px,rgba(0,0,0,0.1) 20px,rgba(0,0,0,0.1) 30px,
                transparent 30px,transparent 40px,rgba(0,0,0,0.1) 40px,rgba(0,0,0,0.1) 50px,
                transparent 50px,transparent 60px,rgba(0,0,0,0.1) 60px,rgba(0,0,0,0.1) 70px,
                transparent 70px,transparent 80px,rgba(0, 0,0, 0.1) 80px,
                rgba(0, 0,0, 0.1) 90px,transparent 90px);
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all 0.5s;
}
.navcul .navbox:hover:before{ opacity:1; }
.navcul .navbox img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.navcul .navbox:hover img{
    opacity: 0.5;
    -webkit-clip-path: polygon(50% 0, 99% 50%, 50% 99%, 0 50%);
    clip-path: polygon(50% 0, 99% 50%, 50% 99%, 0 50%);
}
.navcul .navbox .box-content{
    color: #fff;
    text-align: center;
    width: 100%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) rotate(-55deg);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.5s;
}
.navcul .navbox:hover .box-content{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
.navcul .navbox .title{
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 5px #000;
    color:#fff;
    margin: 0 0 3px 0;
}
.navcul .navbox .post{
    font-size: 16px;
    text-shadow: 0 0 5px #000;
    text-transform: capitalize;
    display: block;
    color:#fff;
}






.ny_content_wrap{background: #ffffff;width:100%;}
.ny_content{width:90%;max-width:1200px;margin:0 auto;padding-top:20px;padding-bottom:20px;}
.ny_tlt1{width:100%;margin-bottom:30px;}
.ny_tlt1 p{font-size:24px;color:#d7000f;text-align:center;}
.ny_tlt1 span{display:block;font-size:14px;font-weight:lighter;color:#999;text-align:center;height:30px;line-height:30px;}

.ny_news_con2 .about_img{float:left;width:37%;}
.ny_news_con2 .about_img img{max-width:100%;}
.ny_news_con2 .about_wz{float:right;width:60%;font-size:13px;line-height:30px;color:#555;}
.ny_news_con2 .about_wz p{text-indent: 2em;}
.ny_news_con2 .about_order{width:100%;}
.ny_news_con2 .about_order img{max-width:100%; display: block; margin:0 auto;}
.ny_zycp{background:#f1f1f1; padding:20px 15px;margin-bottom:25px;}
.ny_content .content_right{float:right;width:100%;padding:1%;}
.ny_content .content_right2{float:none;width:100%;padding:0;padding-bottom:30px;}
.ny_content .content_right3{ width:78%; float:right; padding:0;}
.ny_content .content_right .bread_nav1{overflow:hidden;height:45px;line-height:40px;margin-bottom:10px;border-bottom:1px solid #dedede;padding-bottom:5px;}
.ny_content .content_right .bread_nav1 h2{width:20%;font-size:20px;color:#333;float:left;font-weight:bold;}
.ny_content .content_right .bread_nav1 .bread_nav1_right{float:right;width:78%;text-align:right;color:#777;overflow:hidden; font-size: 12px;}
.ny_content .content_right .bread_nav1 .bread_nav1_right>em{display:inline-block;width:25px;height:40px;background:url(../images/dw.png) center center no-repeat;vertical-align: top;}
.ny_content .content_right .bread_nav1 .bread_nav1_right a{color:#555;}
.ny_content .content_right .bread_nav1 .bread_nav1_right a:hover{color:#d7000f}
.ny_content .content_right .bread_nav{overflow:hidden;height:40px;line-height:40px;margin-bottom:10px;padding-bottom:5px;}
.ny_content .content_right .bread_nav .bread_nav_left{width:35%;text-align:left;color:#777;overflow:hidden;font-size:12px; float:left;}
.ny_content .content_right .bread_nav .bread_nav_left>em{display:inline-block;width:25px;height:40px;background:url(../images/dw.png) center center no-repeat;vertical-align: top;}
.ny_content .content_right .bread_nav .bread_nav_left a{color:#555;}
.ny_content .content_right .bread_nav .bread_nav_left a:hover{color:#d7000f}
.ny_news_honor{text-align:center}
.ny_news_honor img{display: block; margin:0 auto;}


#content .news-list{
    padding-top: 34px;
    padding-bottom: 34px;
}

#content .news-list li{
    height: 50px;
    border-bottom: 2px #f2f2f2 solid;
    overflow: hidden;
}
#content .news-list li table{width:100%;}
#content .news-list li td{
    vertical-align: middle;
}
#content .news-list li label{
    float: left;
    width: 54px;
    background: url(../images/icon3.png) no-repeat center;
}
#content .news-list li th{
    font-size: 14px;
    height: 48px;
    vertical-align: middle;
}
#content .news-list li th span{
    float: right;
    padding-top: 3px;
    font-size: 12px;
    font-family: Arial;
    color: #898989;
}
#content .news-list li .summary{
    line-height: 24px;
    padding-top: 12px;
    padding-bottom: 32px;
}
#content .news-list .active{
    background-color: #d7000f;
    color: #fff;
}
#content .news-list .active label{
    background: url(../images/icon4.png) no-repeat center;
}
#content .news-list .active .td1{
    background-color: #c2000e;
}
#content .news-list .active .border{
    border-bottom: 1px #df333f solid;
}
#content .news-list .active .pl20{
    padding-left: 18px;
    padding-right: 18px;
}
#content .news-list .active th a{
    color: #fff;
}
#content .news-list .active th span{
    color: #fff;
}


#content .news-list li:hover{
    background-color: #d7000f;
    color: #fff;
    height: 140px;
    transition: all .28s ease-in .1s;
}
#content .news-list li:hover label{
    background: url(../images/icon4.png) no-repeat center;
}
#content .news-list li:hover .td1{
    background-color: #c2000e;
}
#content .news-list li:hover .border{
    border-bottom: 1px #df333f solid;
}
#content .news-list li:hover .pl20{
    padding-left: 18px;
    padding-right: 18px;
}
#content .news-list li:hover th a{
    color: #fff;
}
#content .news-list li:hover th span{
    color: #fff;
}





.bread_nav_right{ width:64%; float:right; text-align:right;}
.bread_nav_right a{ display:inline-block;padding:0 25px; height:30px; line-height:30px;margin-right:0%; color:#fff; font-size:13px; background:#7a7b7f url(../images/line.png) repeat-y right 0; }
.bread_nav_right a:last-child{ background:#7a7b7f url() repeat-y right 0;}
.bread_nav_right a.on{ background:#d7000f; color:#fff;}
.bread_nav_right a:hover{background:#d7000f; color:#fff;}

.ny_content .content_left{float:left;width:20%;}
.ny_content .content_left .c_tlt{height:60px;line-height:60px;text-align:center;font-size:20px;font-weight:bold;background:#d7000f;color:#ffffff;margin-bottom:10px;}
.pro_mulu li a{display:block;height:40px;line-height:40px;text-align:left;padding:0 20px;background:#f1f1f1;color:#555;font-size:14px;margin-bottom:5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.pro_mulu li a.actt{background:#d7000f; color:#fff}
.pro_mulu li dl a{background:#ffffff;height:30px;line-height:30px;font-size:12px;}
.pro_mulu a.pro_more{background:#ddd;display:block;text-align:center;height:40px;line-height:40px; font-size:12px;}
.ny_content .content_left .c_tlt em{display:none;}
.news_l{padding-bottom:20px;}
.news_l li a{display:block;font-size:12px;color:#555;padding-left:15px;background:url(../images/news_tb1.jpg) left center no-repeat;height:40px;line-height:40px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;border-bottom:1px dashed #dedede;}
.news_l li a:hover{color:#d7000f;}
.ny_content .content_right .conn{color:#555;font-size:14px;line-height:28px;padding-top:10px; z-index:1; position:relative;}
.ny_content .ny_news_con2{min-height:300px;}
.ny_content .content_right .conn .ny_news_con img,.ny_content .content_right .conn .ny_news_con  table,.ny_content .content_right .conn .ny_news_con  tr,.ny_content .content_right .conn .ny_news_con  td,.ny_content .content_right .conn .ny_news_con  p,.ny_content .content_right .conn .ny_news_con  span,.ny_content .content_right .conn .ny_news_con  div,.ny_content .content_right .conn .ny_news_con  video,.ny_content .content_right .conn .ny_news_con embed{width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;}
.ny_content .content_right .conn .ny_news_con img{margin:0 auto; display: block;}


.news_content_left{float:left; width:70%;}
.ny_content .content_right .conn .news_content_left .ny_news_con img{text-align: left; margin:0px;}
.news_content_right{float:right; width:28%;}
.news_content_right .c_tlt{font-size: 20px; line-height: 40px; border-bottom: 1px solid #d7000f;}




.h_tjcp{width:100%;padding:40px 0;}
#demo{overflow:hidden; width:100%; height:334px; margin:0 auto;padding-top:30px;}
#demo #indemo{float:left; width:800%}
#demo #demo1{float:left;}
#demo #demo2{float:left;}
#demo #indemo ul li{float:left;width:22%;margin-right:4%;}
#demo #indemo ul li .tj_pro_box{display:block;width:96%;padding:2%;border-radius: 0 0 2px 2px;background:#f1f1f1;padding-bottom:20px;position:relative;}
#demo #indemo ul li .tj_pro_box .pro_img{text-align:center;width:100%;height:222px;background:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
#demo #indemo ul li .tj_pro_box .pro_img img{vertical-align:middle;max-width:90%;max-height:90%;}
#demo #indemo ul li .tj_pro_box .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
#demo #indemo ul li .tj_pro_box p{height:30px;line-height:30px;margin-top:10px;font-size:16px;text-align:center;color:#555;font-weight:bold;margin-bottom:10px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
#demo #indemo ul li .tj_pro_box span{margin:0 auto;display:block;width: 118px;height: 34px;border: 1px solid #dadada;display: block;text-align: center;line-height: 34px;background: none;position: relative;}
#demo #indemo ul li .tj_pro_box span:before{content: "";position: absolute;background: #d7000f;width: 0;height: 34px;left: 0;z-index: 0;transition: 0.3s;-webkit-transition: 0.3s;-moz-transition: 0.3s;}
#demo #indemo ul li .tj_pro_box span i{position: relative;z-index: 1;background:url(../images/pro_jt.png) center center no-repeat;display:block;width:100%;height: 34px;}
#demo #indemo ul li .l1 {position: absolute; top: 0; left: 0; width: 0; height: 1px; background: #d7000f;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
#demo #indemo ul li .l2 {position: absolute; top: 0; right: 0; width: 1px; height: 0; background: #d7000f;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
#demo #indemo ul li .l3 {position: absolute; bottom: 0; right: 0; width: 0; height: 1px; background: #d7000f;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
#demo #indemo ul li .l4 {position: absolute; bottom: 0; left: 0; width: 1px; height: 0; background:#d7000f;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}

#demo #indemo ul li .tj_pro_box:hover  .l1{width:100%;}
#demo #indemo ul li .tj_pro_box:hover  .l2{height:100%;}
#demo #indemo ul li .tj_pro_box:hover  .l3{width:100%;}
#demo #indemo ul li .tj_pro_box:hover  .l4{height:100%;}

#demo #indemo ul li .tj_pro_box:hover span{border: 1px solid #fff;}
#demo #indemo ul li .tj_pro_box:hover span i{background:url(../images/pro_jt2.png) center center no-repeat;}
#demo #indemo ul li .tj_pro_box:hover span:before{width:100%;}



.ny_products{width:100%;background:#ffffff;}
.ny_products .pro_bd ul li{float:left;width:31%;margin-right:3%;margin-bottom:30px;}
.ny_products .pro_bd ul li:nth-child(3n) {margin-right: 0px;}
.ny_products .pro_bd ul li .pro_img_box{display:block;width:100%;box-shadow: 0px 0px 72px 0px #e1dddd;-webkit-transition: all .25s;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;}
.ny_products .pro_bd ul li .pro_img_box .pro_img{text-align:center;width:100%;height:auto;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
.ny_products .pro_bd ul li .pro_img_box .pro_img img{vertical-align:middle;max-width:90%;max-height:90%;transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
.ny_products .pro_bd ul li .pro_img_box .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.ny_products .pro_bd ul li .pro_img_box p a{ display:block;height:40px;line-height:40px;font-size:14px;text-align:center;color:#333;padding:0 5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_products .pro_bd ul li .pro_img_box:hover p a{background:#666;color:#ffffff;}
.ny_products .pro_bd ul li .pro_img_box:hover img{transform: scale(1.1,1.1);opacity: 0.8;}


.tags_title{border-bottom:1px solid #DDD;margin:0 0 30px;}
.tags_title span{width:110px;padding:0 0px;font-size:16px;text-align:center;height:45px;line-height:45px;margin-bottom: -1px;background:#f8f8f8;color:#333;display:block;margin-left: 5px;border: 1px solid #DDD;border-bottom:1px solid #f8f8f8;font-weight:bold;}

.contact .tags_title span{float:left;width:auto;cursor:pointer; padding: 0 15px;}
.contact .tags_title span.ron{background:#f1f1f1;border: 1px solid #f1f1f1;border-bottom: 1px solid #DDD;color:#666;font-weight:normal;}
.contact .content2{display:none;}
.contact .content1 ul li{float: left;width:30%;margin-right: 45px;}
.contact .content1 ul li:nth-child(3n){margin-right:0;}
.contact .content1 ul li a{display:block;}
.contact .content1 ul li a em{display:block;float:left;width:60px;height:60px;border:1px solid #ddd;border-radius:50%;margin-right:15px;}
.contact .content1 ul li.lx1 em{background:url(../images/contact_tel.png) center center no-repeat;}
.contact .content1 ul li.lx2 em{background:url(../images/contact_email.png) center center no-repeat;}
.contact .content1 ul li.lx3 em{background:url(../images/contact_address.png) center center no-repeat;-webkit-animation: bounce-up 1.4s linear infinite;animation: bounce-up 1.4s linear infinite;}
.contact .content1 ul li a .wz{float:left;width:78%;}
.contact .content1 ul li a .wz p{font-size:20px;padding-bottom:10px;}
.contact .content1 ul li a .wz span{font-size:20px;}
.lx_dz { width:100%; overflow:hidden; margin:50px auto 20px; padding:0;}
.lx_dz .dz_map { width:97%; height:370px; overflow:hidden; margin:0 auto; padding:1%; border:1px solid #d9d9d9;}
.lx_dz .dz_map iframe{width:100%;}
.lx_dz .dz_map iframe body{width:100%;}
.ny_content .content_right .conn .ny_news_tlt{text-align:center;font-size:20px;color:#555;padding:10px 0;}
.ny_news_time{text-align:center;font-size:12px;color:#999;padding-bottom:10px;border-bottom:1px dashed #dedede;margin-bottom:10px;}
.ny_news_ye{padding-top:30px;}
.ny_news_ye p{height:35px;line-height:35px;background:#f1f1f1;margin-bottom:10px;padding:0 20px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_news_ye p:hover{background: #d7000f; color:#fff;}
.ny_news_ye p:hover a{color:#fff;}





.content_right .conn .pro_name{font-size:24px;font-weight:normal;line-height:28px;color:#d7000f;margin-bottom:10px;}

.content_right .conn .proshow1{padding-top:10px;position:relative;}
.content_right .conn .proshow1 .js-silder{float:left;width:45%;margin-top:0 !important;border:1px solid #ddd;}
.proshow1 .js-silder .silder-main-img {width:100%;text-align:center;height:400px;}
.proshow1 .js-silder .silder-main-img img {max-width:80% !important;vertical-align:middle; max-height: 100%;}
.proshow1 .js-silder .silder-main-img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}

.proshow1 .js-silder .silder-ctrl-prev>span, .silder-ctrl-next>span{ background:none;}

.proshow1 .prodesc p{font-size:14px;line-height:24px;margin-bottom:10px;}
.proshow1 .prodesc p.bt{font-size:20px;font-weight:bold;color:#d7000f;}
.content_right .conn .proshow1 .prodesc{float:right;width:51%;}
.content_right .conn .proshow1 .prodesc p.desc{height:125px;overflow:hidden;color:#999;}
.content_right .conn .proshow1 .pro_btn{padding-top:30px;overflow:hidden;}
.content_right .conn .proshow1 .pro_btn1{display:block;width:40%;margin-right:20px;height:55px;line-height:55px;text-align:center;font-size:16px;color:#fff;background:#d7000f;border-radius:2px;float:left;border:1px solid #fff;}
.content_right .conn .proshow1 .pro_btn2{display:block;width:40%;margin-right:0;height:55px;line-height:55px;text-align:center;font-size:16px;background:#7b7b7b;color:#fff;border-radius:2px;float:left;border:1px solid #fff;}
.content_right .conn .proshow1 .pro_btn1:hover{background:#fff;border:1px solid #d7000f;color:#d7000f;}
.content_right .conn .proshow1 .pro_btn2:hover{background:#fff;border:1px solid #7b7b7b;color:#7b7b7b;}

.proshow2{padding-top:20px;}
.proshow2 .prodetail_con{float:right;width:920px;}
.proshow2 .prodetail_con .tags_title{margin:0;}
.proshow2 .prodetail_con .content{padding:30px 0;}
.proshow2 .prodetail_con .content img{max-width:80%;height:auto !important;}



.new_inside{width:100%;}
.new_inside ul{width:100%;padding:0;}
.new_inside ul li{background:#ffffff;display:block;padding:24px;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;box-shadow: 0px 0px 20px 0px #eaeaea;margin-bottom:20px;position:relative;}
.new_inside ul li .news_time{position:absolute;left:24px;top:24px;width:90px;text-align:center;background:#666;padding:10px 0;overflow:hidden;border-radius:4px 0 4px 0;}
.new_inside ul li .news_time p{font-size:24px;font-weight:bold;color:#fff;}
.new_inside ul li .news_time span{font-size:14px;color:#fff;}
.new_inside ul li .news_con{padding-left:110px;}
.new_inside ul li .news_con p{font-size:15px;font-weight:bold;color:#d7000f;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.new_inside ul li .news_con span{display:block;font-size:14px;color:#999;line-height:22px;padding-top:5px;height:45px;overflow:hidden;}
.new_inside ul li:hover p a{ color:#d7000f;}
.new_inside ul li:hover .news_time{ background:#d7000f;}
.new_inside ul li:hover{cursor: pointer;}


.ny_content_wrap{background: #ffffff;width:100%;}
.ny_content{width:90%;max-width:1200px;margin:0 auto;padding-top:20px;padding-bottom:20px;}
.ny_tlt1{width:100%;margin-bottom:30px;}
.ny_tlt1 p{font-size:24px;color:#d7000f;text-align:center;}
.ny_tlt1 span{display:block;font-size:14px;font-weight:lighter;color:#999;text-align:center;height:30px;line-height:30px;}

.ny_news_con2 .about_img{float:left;width:37%;}
.ny_news_con2 .about_img img{max-width:100%;}
.ny_news_con2 .about_wz{float:right;width:60%;font-size:13px;line-height:30px;color:#555;}
.ny_zycp{background:#f1f1f1; padding:20px 15px;margin-bottom:25px;}
.ny_content .content_right{float:right;width:100%;padding:1%;}
.ny_content .content_right2{float:none;width:100%;padding:0;padding-bottom:30px;}
.ny_content .content_right3{ width:78%; float:right; padding:0;}
.ny_content .content_right .bread_nav1{overflow:hidden;height:40px;line-height:40px;margin-bottom:10px;border-bottom:1px solid #dedede;padding-bottom:5px;}
.ny_content .content_right .bread_nav1 h2{width:20%;font-size:20px;color:#333;float:left;font-weight:bold;}
.ny_content .content_right .bread_nav1 .bread_nav1_right{float:right;width:78%;text-align:right;color:#777;overflow:hidden;}
.ny_content .content_right .bread_nav1 .bread_nav1_right>em{display:inline-block;width:25px;height:40px;background:url(../images/dw.png) center center no-repeat;vertical-align: top;}
.ny_content .content_right .bread_nav1 .bread_nav1_right a{color:#555;}
.ny_content .content_right .bread_nav1 .bread_nav1_right a:hover{color:#d7000f}
.ny_content .content_right .bread_nav{overflow:hidden;height:40px;line-height:40px;margin-bottom:10px;padding-bottom:5px;}
.ny_content .content_right .bread_nav .bread_nav_left{width:35%;text-align:left;color:#777;overflow:hidden;font-size:12px; float:left;}
.ny_content .content_right .bread_nav .bread_nav_left>em{display:inline-block;width:25px;height:40px;background:url(../images/dw.png) center center no-repeat;vertical-align: top;}
.ny_content .content_right .bread_nav .bread_nav_left a{color:#555;}
.ny_content .content_right .bread_nav .bread_nav_left a:hover{color:#d7000f}



#ny_cgal{ width:100%; }
#ny_cgal ul{display:block; float:left; list-style-type:none; padding:0; margin:0; width: 100%;}
#ny_cgal ul li{display:block; float:left; padding:0; margin:0;width:23%;margin-right:30px; margin-bottom:30px;background:#ffffff;border:1px solid #ffffff;border-bottom:0;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; height:361px;}
/*#ny_cgal ul li:nth-child(1){height:261px}
#ny_cgal ul li:nth-child(2){height:261px}
#ny_cgal ul li:nth-child(3){height:261px}
#ny_cgal ul li:nth-child(4){height:261px}*/
#ny_cgal ul li:nth-child(4n){ margin-right:0;}
#ny_cgal ul li:hover{border:1px solid #d7000f;}
#ny_cgal ul li .scroll_box{overflow:hidden;display:block; float:left; width:100%;height: 360px; position:relative;color:#333;text-align:center;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;border-radius: 0 0 4px 4px;}
/*#ny_cgal ul li:nth-child(1) .scroll_box{height:261px}
#ny_cgal ul li:nth-child(2) .scroll_box{height:261px}
#ny_cgal ul li:nth-child(3) .scroll_box{height:261px}
#ny_cgal ul li:nth-child(4) .scroll_box{height:261px}*/


#ny_cgal ul li .scroll_box img{max-width:100%;max-height: 100%;vertical-align:middle;transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
#ny_cgal ul li .scroll_box .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
#ny_cgal .scroll_box .intro{width: 100%;position:absolute; left:0; z-index:10; background-color:#666; color:#ffffff;padding:0 10px 15px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
#ny_cgal .scroll_box .intro h5{padding:0; margin-bottom:10px; font-size:16px; font-weight:bold; padding:0 15px; height:40px; width:100%; line-height:40px; border-bottom:1px solid #717070;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
#ny_cgal .scroll_box .intro h5 a{ color:#fff;}
#ny_cgal .scroll_box .intro p{font-size:13px; line-height:20px;height:0; overflow:hidden;transition-duration: .25s;;-ms-transition-duration: .25s;-moz-transition-duration: .25s;-webkit-transition-duration: .25s;}
#ny_cgal .scroll_box .intro{bottom:-25px;}
#ny_cgal .scroll_box:hover .intro{bottom:0px;background-color: #d7000f;}
#ny_cgal .scroll_box:hover  p{height:40px; }
#ny_cgal .scroll_box:hover h5{border-bottom:1px solid #f00}
#ny_cgal .scroll_box:hover img{transform: scale(1.3,1.3);}

#dituContent{min-height: 400px;}



.content_right .conn .xgcp{}
.content_right .conn .xgcp li{float:left;width:23%;margin-right:2.1%;margin-bottom:30px;}
.content_right .conn .xgcp li:nth-child(4n) {margin-right: 0px;}
.content_right .conn .xgcp li div{display:block;width:100%;box-shadow: 0px 0px 72px 0px #e1dddd;-webkit-transition: all .25s;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;}
.content_right .conn .xgcp li div .pro_img{display:block;text-align:center;width:100%;height:230px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
.content_right .conn .xgcp li div .pro_img img{vertical-align:middle;width:100%;max-width:100%;max-height:100%;transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
.content_right .conn .xgcp li div .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.content_right .conn .xgcp li div p a{display:block;height:40px;line-height:40px;font-size:14px;text-align:center;color:#333;padding:0 5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.content_right .conn .xgcp li>div:hover p a{background:#d7000f;color:#ffffff;}
.content_right .conn .xgcp li>div:hover img{transform: scale(1.1,1.1);opacity: 0.8;}



/*企业报*/
.newspaper{width: 1011px;padding: 30px 0 20px 20px;overflow: hidden;}
.newspaper li{
    float: left;margin: 0 65px 0 0;
    width: 272px;height: 446px;
}
.newspaper a{
    font-size: 15px;color: #454545;
    display: block;overflow: hidden;
    text-align: center;line-height: 30px;
}
.newspaper a img{
    width: 256px;height: 370px;
    padding: 7px;background-color: #fff;border: 1px solid #ccc;
    transition:all ease-out .2s 0s;
    -webkit-transition:all ease-out .2s 0s;
    -moz-transition:all ease-out .2s 0s;
    -o-transition:all ease-out .2s 0s;
}
.newspaper a:hover{color: #d7000f;text-decoration: none;font-weight:bold;}
.newspaper a:hover img{background-color: #d7000f;border-color: #d7000f;}
.newspaper_read{
    width: 990px;border: 1px solid #e2e2e2;overflow: hidden;margin: 20px auto 10px auto;
}
.newspaper_read dl{height: 50px;overflow: hidden;border-bottom: 1px solid #e2e2e2;}
.newspaper_read dl dd{
    float: left;width: 247px;line-height: 50px;text-align: center;
    font-size: 16px;font-weight: bold;color: #333;
    border-right: 1px solid #e2e2e2;cursor: default;
}
.newspaper_read dl dd.last{width: 246px;border-right: none;}
.newspaper_read dl dd.s{background-color: #e2e2e2;}
.newspaper_read ul{width: 990px;overflow: hidden;margin:20px 0;}
.newspaper_read ul li{float: left;width: 990px;overflow: hidden;display: none;padding-top: 10px;text-align: center;}
.newspaper_read ul li img{max-width: 100%;}
.newspaper_read ul li.s{display:block;}











.pagination{text-align: center;}

.page_list{text-align: right; margin-bottom: 10px;}
.page {
    display:inline-block;
    font: 16px/28px '微软雅黑', sans-serif;
    *display:inline;
    :1;
    *zoom:1;}
.page span,.page strong {
    float:left;}
.page a,
.page span.disabled,
.page strong {
    background:#FFF;
    border:1px solid #CCC;
    color:#333;
    float:left;
    font: 16px/24px  '微软雅黑', sans-serif;
    margin-right:5px;
    min-width:15px;
    padding:4px 8px;
    text-align:center;
    vertical-align:middle;
    white-space:nowrap;
    _width:15px;}
    .page strong{background:#d7000f; color:#fff; }
.page a:hover {
    border:1px solid #d7000f;
    color:#d7000f;
    text-decoration:none;}
.page span.disabled {
    background:#FFF;
    border:1px solid #CCC;
    color:#CCC;}
.page span.ellipsis {
    float:left;
    font: 16px/24px '微软雅黑', sans-serif;
    line-height:22x;
    margin-right:5px;}
.page .page_txt {
    line-height:20px;
    float:right;
    width:auto;}
.page a.page-curpage {
    background:#3561db;
    border:1px solid #3561db;
    color:#FFF;
    font-weight:bold;}
.page input {
    font: 14px Verdana;
    padding:0 0 0 1px;
    width:40px;
    height:14px;}


.Jobs-list th{
    height: 43px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #d7000f;
    border-left: 1px #fff solid;
}
.Jobs-list td{
    height: 38px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px #e1e1e1 dotted;
    background: #FFF;
}
.Jobs-list .name{
    text-align: left;
    padding-left: 20px;
}
.Jobs-list .more a{
    padding: 2px 5px;
    border: 1px #ececec solid;
    cursor: pointer;
}
.Jobs-list .more a:hover{
    border: 1px solid #ececec;background: #d7000f;color:#FFF;
}


.detail-tr {background: #FFF;display: none;box-shadow: 0 2px 3px #f0f0f0;}
.detail-tr div{margin:0 auto;background: #fbfbfb;padding: 15px;}
.detail-tr b{font-size: 12px;font-weight: bold;color: #000;width:auto;text-align: left;display: block;margin-left: 10px;margin-top: 10px;margin-bottom: 5px;}
.detail-tr span{color: #000;font-size: 12px;display: block;width:auto;line-height:20px;text-align: left;margin-left: 10px;}
.detail-tr p{text-align: left;}
.detail-tr .line{background: #d11b0c;height: 14px;width: 100%;display: block; padding: 0px}
.grayoutside{background: #fbfbfb;border-top: 1px solid #e1e1e1;}
.tdborder{border-bottom: none!important;}
.tba{border: 1px solid #ececec!important;background: #d7000f!important;color:#FFF!important;}

.jobtit{width: 100%; margin-top: 30px;}
.jobtit h2{font-size: 18px;font-weight: bold;color: #4e4e4e;float: left;}
.jobtit a{float: right;}
.cb{clear: both;}
.ny_content .ny_news_con2 img{max-width: 100%;}
