

.banner {
    max-width: 1920px;
    margin: 0 auto 30px auto;
    margin-top: 13px;
}
.banner img {
    width: 100%;
}


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


/* 左侧边栏 */
.sideBar_l {
    width: 215px;
}
.menu {
    text-align: center;
    margin-bottom: 60px;
}
.menu h2 {
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    background: #036eb7;
    color:#ffffff;
}
.menuList li {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    background: #f2f2f2;
    border-top: 1px dashed #d9d9d9;
}
.menuList li:first-child {
    border-top: none;
}
.menuList li a {
    color: #666;
}
.menuList li.active a {
    color: #1481cd;
}
.menuList li a:hover {
    color: #1481cd;
}
.menuList li.active span {
    color: #1481cd;
}
.menuList li span:hover {
    color: #1481cd;
}

/* 右侧边栏 */
.sideBar_r {
    width: 936px;
}


.breadcrumb {
    background: #f2f2f2;
    height: 36px;
    line-height: 36px;
    padding: 0;
    padding-left: 18px;
    margin-bottom: 0;
    border-radius: 0;
}
.breadcrumb > li + li::before {
    color: #333;
    content: "> ";
}
.breadcrumb li:first-child {
    background: url(../image/icon_location.png) no-repeat left center;
    padding-left: 20px;
}
.breadcrumb li.active {
    color: #666;
}
.breadcrumb li a {
    color: #333;
}
.breadcrumb li a:hover {
    color: #1481cd;
}
/*联系我们*/
.contact-address{
    width: 1180px;
    height:100%;
    padding:30px;
}
/*产品展示*/
.product-show-content{
    margin-top:35px;
    margin-bottom:35px;
    border:1px solid #d9d9d9;
    width:936px;
    min-height:850px;
}
.product-top{
    height: 260px;
    width:936px;
}
.product-top img{
    width: 378px;
    height: 250px;
    margin-left: 280px;
	margin-top: 20px;
}
.product-show-content .product_detail_content{
    width:936px;
   /* height:450px;*/

}
.product-show-content .product_detail_content img{
    text-align: center;
}
.product-show-content .product_detail_content p{
    margin: 0 40px;
    line-height: 23px;

}

/*.product-show-content .product-show-title{
    font-weight: bold;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 18px;
    color:#036eb7;
}
.product-show-content .product-show-xh{
    text-align: center;
    font-family: "微软雅黑";
    font-size: 14px;
    color:#666666;
    text-align: center;
}
*/
.product-show-intro{
    margin-top: 10px
}
.product-show-intro p{
    color:#1481cd;
    margin-bottom: 10px;
    text-align: center;
    line-height: 30px;
    font-family: "微软雅黑";
    font-size: 16px;
}
/* 文章 */
.sideBar_r .content {
    margin-bottom: 60px;
}
.sideBar_r .article {
    padding: 30px 15px 0;
}
.sideBar_r .article p {
    line-height: 2;
    margin-bottom: 10px;
}
.sideBar_r .article p img {
    display: block;
    max-width: 100%;
    margin: 0 auto 20px auto;
}
/*科研证书*/

.main_content{

    border:1px solid #d9d9d9;
}
.tec_show .item {

    float: left;
    width: 210px;
    margin: 30px 10px 20px 13px;
}
.tec_show .item:nth-child(4n) {
    margin-right: 0;
}
.tec_show .item .pic {
    width: 210px;
    height: 285px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
}
.tec_show .item .pic img {
    padding:20px;
    width: 100%;
    min-height: 100%;
}
.tec_show .item h4 {
    text-align: center;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 16px;
}
.tec_show .item a:hover h4 {
    color: #00468c;
}
.tec-content{
    border:1px solid #d9d9d9;
    margin:40px 0 40px 0;
    width:936px;
    height: 800px;


}
.tec_show .item .pic img:hover{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/* 发展历程 */
.history {
    margin-top: 40px;
    padding: 0 22px;
    position: relative;
    margin-bottom: 60px;
    margin-left: 40px;
}
.history li {
    padding-bottom: 30px;
    line-height: 1.6;
    background: url(../image/icon_axis_default.png) no-repeat left 5px;
    padding-left: 37px;
}
.history li:first-child {
    background: url(../image/icon_axis_current.png) no-repeat left 5px;
}
.history .line {
    position: absolute;
    width: 2px;
    height: 100%;
    background: #cfcfcf;
    top: 10px;
    left: 27px;
    z-index: -1;
}
.history h4{
    margin-left: -50px;
    margin-bottom: 15px;
    color: #1481cd;
}
.history_year{



}
/*企业荣誉*/
.product_show .item {

    float: left;
    width: 280px;
    margin: 30px 10px 20px 18px;
}
.product_show .item:nth-child(3n) {
    margin-right: 0;
}
.product_show .item .pic {
    width: 280px;
    height: 240px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
}
.product_show .item .pic img {
    padding:20px;
    width: 100%;
    min-height: 100%;
}
.product_show .item h4 {
    text-align: center;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 16px;
}
.product_show .item a:hover h4 {
    color: #00468c;
}
.product-content{
    border:1px solid #d9d9d9;
    margin:40px 0 40px 0;
    width:936px;
    height: 100%;
    display: inline-block;


}
.product_show .item .pic img:hover{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/*新闻*/
.news-only{
    border: 1px solid #d9d9d9;
    height:178px;
    width:936px;
}
.news-pic{
    float:left;
    width:250px;
    height:178px;

}
.news-pic img{
    width:100%;
    height:100%;
    padding:26px 35px 26px 35px;
}
.news-intro{
    float:left;
    width:684px;
    height:176px;
}

.news-intro  h1{
    font-weight: bold;
    margin-top:40px;
    font-size:16px ;
    font-family: "微软雅黑";
}
.news-intro  p{
    margin-top:20px;
    font-size:14px ;
    font-family: "微软雅黑";
}
.news-show{
    margin:0 auto;
    width:850px;
    padding-bottom: 30px;

}
/*.news-show-title{
    width:850px;
    height:60px;

}*/
.news-show h3{
    padding:20px;
    font-size: 22px;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: bold;
}
/*.news-show-time{
    width:850px;
    height:40px;

}*/
.news-show h5{
    padding:5px;
    font-size:15px ;
    font-family: "微软雅黑";
    text-align: center;

}
.news-show-content{

    width: 850px;
}
.news-show-content img{
    margin:0 auto;
    /* width:400px; */
    width: 80%;
    height: 100%;

}
.news-show-content p{
    /*text-align: center;*/
    text-indent:5px;
    padding-top:10px;

}
/*简历*/
.recruit-content{
    border:1px solid #d9d9d9;
    margin:40px 0 40px 0;
    width:1200px;


}
/*联系我们*/
.contact-content{
    border:1px solid #d9d9d9;
    margin:40px 0 40px 0;
    width:1200px;
    min-height:680px;
}
/*企业文化*/
.culture-content{
    border:1px solid #d9d9d9;
    margin:40px 0 40px 0;
    width:936px;
    min-height:365px;
}
.culture-left{
    padding:60px 60px;
    width:460px;
    line-height: 35px;
    height:365px;
    float:left;
}
.culture-left h4{
     font-size:16px;
     font-weight: bold;
     font-family: "微软雅黑";

 }
.culture-left p{
    font-size:14px;
    font-family: "微软雅黑";

}
.culture-right{
    width:460px;
    height:365px;
    float:left;
}
.culture-right img{
    margin:80px;
    width:300px;
    height:140px;
}
/*公司介绍*/
.intro-content{
    border:1px solid #d9d9d9;
    margin:40px 0 40px 0;
    width:936px;
    min-height: 800px;


}
/*科研团队*/
.team-content{
    border:1px solid #d9d9d9;
    margin:40px 0 40px 0;
    width:936px;
    min-height: 100%;


}

.team-only{
    border: 1px solid #d9d9d9;
    height:326px;

    width:936px;
}
.team-head{
    float:left;
    width:255px;
    height:312px;

}
.team-head img{
    width:100%;
    height:100%;
    padding:26px 35px 26px 35px;
}
.team-intro {
    width:678px;
    height:312px;
    float:left;
}
.team-intro h1{
    margin-top:30px;
    font-size:18px ;
    font-family: "微软雅黑";
}

.team-intro .team-level{
    margin-top:20px;
    font-size:14px ;
    font-family: "微软雅黑";
}
.team-intro .team-explain{
    margin-top:18px;
    font-size:14px ;
    font-family: "微软雅黑";
}
/* 图片 */

.sideBar_r .images {
    padding: 30px 15px 0;
}
.sideBar_r .imgList li {
    border:2px solid #d9d9d9;

    display: block;
    float: left;
    width: 280px;
    height: 250px;
    margin: 0 27.5px 27.5px 0;
    overflow: hidden;
}
.sideBar_r .imgList li:nth-child(3n) {
    margin-right: 0;
}
.sideBar_r .imgList li img {

    width: 100%;
    height: 190px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
/*.sideBar_r .imgList li a:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    
}*/
.sideBar_r .imgList li:hover{
    box-shadow: 5px 5px 5px #d9d9d9;

}
.sideBar_r .imgList li p {
    text-align: center;
    margin:20px;
    font-size:16px ;
    color:#333333;
    font-family: "微软雅黑";

}

.sideBar_r .content .btns {
    text-align: center;
}
.sideBar_r .content .btns a {
    margin: 0 8px;
}



/* 厂房设备 */
.sideBar_r .images h3 {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 10px;
}
.factory_swiper {
    height: 230px;
    margin-top: 20px;
}
.factory_swiper .swiper-slide {
    width: 235px;
    height: 189px;
    overflow: hidden;
}
.factory_swiper .swiper-slide .slide_pic img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.swiper-button-prev,
.swiper-button-next {
    background: transparent;
    width: 22px;
    height: 22px;
    top: auto;
    bottom: 0;
}
.swiper-button-prev {
    left: 350px;
}
.swiper-button-next {
    right: 350px;
}


/* 下载 */
.sideBar_r .download {
    padding: 20px 15px 0;
}
.sideBar_r .download h3 {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 10px;
}
.sideBar_r .downloadList {
    padding-top: 15px;
}
.sideBar_r .downloadList li {
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
}
.sideBar_r .downloadList li a {
    color: #666;
}
.sideBar_r .downloadList li a:hover {
    color: #1481cd;
}


/* 联系方式 */
.main .content {
    margin-bottom: 60px;
    padding: 30px 15px 0;
}
.main .contactList {
    padding-left: 30px;
    width: 47%;
}
.main .contactList li {
    height: 48px;
    line-height: 48px;
    padding-left: 33px;
}
.main .contactList li:first-child {
    background: url(../image/icon_contact_add.png) no-repeat left center;
}
.main .contactList li:nth-child(2) {
    background: url(../image/icon_contact_tel.png) no-repeat left center;
}
.main .contactList li:nth-child(3) {
    background: url(../image/icon_contact_cz.png) no-repeat left center;
}


/* 招贤纳士 */
.main .recruit {
    margin-bottom: 60px;
}
.main .recruit table {
    margin-bottom: 0;
    background: #f5f5f5;
    border: 2px solid #e6e6e6;
}
.main .recruit table tr th {
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    padding: 20px;
}
.main .recruit table tr td {
    border: 1px solid #e6e6e6;
    text-align: center;
    padding: 20px;
    vertical-align: middle;
}
.main .recruit table tr td.office {
    color: #0855a7;
}
.main .recruit table .requirement {
    max-width: 350px;
    text-align: left;
}


/* 模具制造 */
.main .making {
    padding: 30px 30px 0;
}
.main .making_l,
.main .making_r {
    width: 445px;
}
.main .making h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.main .making p {
    font-size: 16px;
    color: #666;
    line-height: 2;
}
.main .making .material {
    height: 86px;
    border: 1px solid #373737;
    margin: 25px 0 40px 0;
}
.main .making .material h3 {
    display: inline-block;
    background: #373737;
    color: #fff;
    line-height: 86px;
    padding: 0 30px;
    font-size: 18px;
}
.main .making .material span {
    line-height: 86px;
    font-size: 12px;
    color: #373737;
    padding-left: 20px;
}
.main .making img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.main .making table {
    border-top: 2px solid #373737;
    border-bottom: 2px solid #373737;
    margin-top: 50px;
}
.main .making table tr td {
    color: #666;
    padding: 15px 12px;
    line-height: 1.6;
    border-color: #373737;
}
.main .making table tr td.strong {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}


/* 树脂成型 */
.main .resinMaking {
    padding: 30px 30px 0;
}
.main .resinMaking h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.main .resinMaking p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 40px;
}
.main .resinMaking h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: #666;
    border-bottom: 1px solid #373737;
    margin-bottom: 10px;
    padding: 20px 0 10px 0;
}
.main .resinMaking span {
    display: block;
    color: #666;
    line-height: 2;
    margin-bottom: 40px;
}
.main .resinMaking img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}


/* 模具设计 */
.main .moldDesign {
    padding: 30px 30px 0;
    margin-bottom: 80px;
}
.moldSwiper .gallery-thumbs {
    margin-bottom: 30px;
}
.moldSwiper .swiper-slide .date {
    font-size: 20px;
    text-align: center;
    height: 65px;
    background: url(/Home/Tpl/Default/img/icon_timenode.png) no-repeat center 47px;
    cursor: pointer;
}
.moldSwiper .swiper-slide-active .date {
    font-weight: bold;
    color: #1481cd;
    background: url(/Home/Tpl/Default/img/icon_timenode_checked.png) no-repeat center bottom;
}
.moldSwiper .timeLine {
    background: #d9d9d9;
    height: 2px;
    position: relative;
    top: -10px;
}
.moldSwiper .gallery-top .swiper-slide img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
