@charset "UTF-8";
img{
    vertical-align: middle;
}
/*banner*/
.ny-ban{
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.ny-ban .nb-box{
    background: url(../images/ban_kbg.png) no-repeat center center;
    text-align: center;
    display: table;
    height: 100%;
    width: 100%;
}
.ny-ban h1{    
    color:#fff;
    display: inline-block;
    font-size: 30px;
    padding: 0 10px;
    line-height: 30px;
}
.ny-ban h2{
    color:#fff;
    font-size: 28px;
    padding: 0 10px;
    line-height: 30px;
    display: inline-block;
}

/*nav*/
.nav_tab_main{
    background: #ebebeb;
	height:62px;
}
.nav_tab_main li{
    padding: 0 15px;
}
.nav_tab_main li a{
    color: #353535;
    font-size: 15px;
    display: block;
    line-height: 60px;
    padding: 0 15px;
    border-bottom: 2px solid #ebebeb;
}
.nav_tab_main li:hover a,.nav_tab_main li.current a{
    border-bottom: 2px solid #125c9d;
    color: #125c9d;
}

/*面包屑*/
.breadcrumb-box{
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #ebebeb;
    line-height: 24px;
    background: url(../images/home-icon.png) no-repeat left center;
    padding: 10px 0 10px 0px;
}
.breadcrumb-box span,.breadcrumb-box span a{
    color: #5a5a5a;    padding-left: 30px;
    font-size: 15px;
}

/*content*/
.content{
    padding: 20px 0 40px;
}
.content-left h2{
    color: #003f98;
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
}
.about-jj{
    width: 55%;
    float: left;
}
.video-right{
    float: right;
}
.contact-box p{
    color:#333;
    font-size: 15px;
    line-height: 26px;
}

.content-right{
    width: 280px;
    float: right;
}
.nav_tab-top h2{
    color:#474747;
    font-size: 24px;
    line-height: 50px;
    border-bottom: 1px solid #c6c6c6;
}
.cnav_tab li{
    margin-top: 10px;
}
.cnav_tab li a{
    font-size: 16px;
    color: #474747;
    line-height: 40px;
    display:block;
    background: #ffffff;
    padding-left: 15px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.cnav_tab li:hover a,.cnav_tab li.current a{
    background: #003f98;
    color: #fff;
}

.ce_news{
    padding-top: 20px;
}
.ce_news li{
    padding: 10px 0;
    border-bottom: 1px dashed #e1e1e1;
}
.ce_news li h3{
    line-height: 25px;
}
.ce_news li h3 a{
    font-size: 16px;
    line-height: 25px;
}
.ce_news li span{  
    color:#828282;
    font-size: 14px;
    padding-left: 20px;
    background: url(../images/liul_icon.png) no-repeat left center;
}


/*products*/
.case-box2{
    width: 100%;
}
.case-box2 ul{
    margin: 0 -7.5px;
}
.case-box2 li{
    width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.case-box2 li .case-main{
    margin: 7.5px;
    position: relative;
}
.case_pic {
    position: relative;
    width: 100%;  height: 192px;
    overflow: hidden;
}
.case-main .case_pic img{ width:100%;}
.case_pic a {
    position: absolute;
    width: 97%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    border: 5px solid #cb0709;
    top: 0;
    left: 0;
    transition-duration: .4s;
    -moz-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    -webkit-transform: translateX(0%) translateZ(0) rotateY(0deg) scale(0);
    -moz-transform: translateX(0%) translateZ(0) rotateY(0deg) scale(0);
    -o-transform: translateX(0%) translateZ(0) rotateY(0deg) scale(0);
    -ms-transform: translateX(0%) translateZ(0) rotateY(0deg) scale(0);
    transform: translateX(0%) translateZ(0) rotateY(0deg) scale(0);
}
.case_pic .case-box {
    width: 80%;
    height: 80%;
    border: 1px solid #fff;
   margin: 6% 8%;
    text-align: center;
}
.case_pic .case-box h3 {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
     padding: 30px 0 20px 0;
}
.case_pic .case-box span {
    color: #cf070a;
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    line-height: 40px;
}
.case-box2 li:hover .case_pic a {
    -webkit-transform: translateX(0%) translateZ(0) rotateY(0deg) scale(1);
    -moz-transform: translateX(0%) translateZ(0) rotateY(0deg) scale(1);
    -o-transform: translateX(0%) translateZ(0) rotateY(0deg) scale(1);
    -ms-transform: translateX(0%) translateZ(0) rotateY(0deg) scale(1);
    transform: translateX(0%) translateZ(0) rotateY(0deg) scale(1);
}
.case-main h4 {
    line-height: 50px;
    font-size: 16px;
    background: #ebebeb;
    text-align: center;
}
.case-box2 li:hover h2 {
    background: #cf070a;
}
.case-box2 li:hover h2 a {
    color: #fff;
}

/*team*/
.team-box2 ul{
    margin: 0 -10px;
}
.team-box2 ul li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 20px;
}
.team-box2 ul li h2{
    color: #333333;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

/*service*/
.ser-box,.ser-box p{
    font-size: 16px;
    line-height: 25px;
    color: #333;
}
.ser-ul{
    padding-left: 20px;
}
.ser-ul li{
    width: 50%;
    float: left;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    list-style: disc;
}

.ser-picul li{
    width: 100%;
    margin-bottom: 30px;
}
.ser-picul li:nth-child(even) .ser-img{
    float: right;
}
.ser-picul li:nth-child(even) .ser-font{
    float: left;
}
.ser-picul li .ser-img{
    display: table;
    width: 50%;
    float: left;
}
.ser-picul li .ser-font{
    display: table;
    width: 50%;
    float: right;
    height: 362px;
}
.ser-picul li .ser-font h2{
    color: #125c9d;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.ser-picul li .ser-font h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #125c9d;
    display: block;
}


/*news*/
.news-box{
    padding:0 20px 20px 20px;
    background: #fff
}
.news-box li{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 20px 0;
    border-bottom:1px dashed #e6e6e6;
}
.news2-box {
    width: 100%;
    height: 100%;
}
.news_pic {
    width: 400px;
    float: left;
    overflow: hidden;
}
.news-box li .news_pic img{
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	width:400px;
	height:250px;
}
.news-box li:hover .news_pic img{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    opacity: 0.8;
}
.news_date h2 {
    color: #666666;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
}
.news_date h2 span {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    display: block;
    border-top: 1px solid #cccccc;
}
.news_mian {
    width: 63%;
    float: right;
}
.news_mian h3 {
    line-height: 30px;
}
.news_mian h3 a {
    font-size: 18px;
    line-height: 30px;
    color: #3f3f3f;
}
.news_mian span{
    color: #8f8f8f;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 0;
    display: block;
}
.news-box li:hover .news_mian h3 a {
    color: #125c9d;
}
.news_mian p {
    color: #5c5b5b;
    font-size: 15px;
    line-height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.news-box li:hover .news_mian a.news-more{
    background:url(../images/eyes-icon2.png) #125c9d no-repeat 20px center;
    color: #fff;
    border: 1px solid #125c9d;
}
.news_mian a.news-more{
    width: 140px;
    height: 45px;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    background: url(../images/eyes-icon.png) #f6f6f6 no-repeat 20px center;
    display: block;
    line-height: 45px;
    padding-left: 50px;
    color: #8e8e8e;
    font-size: 15px;
    margin-top: 24px;
}

/*news_detail*/
.news-detail{
    background: #fff;
    width: 100%;
}
.news_detail_til {
    border-bottom: 1px dashed #f1f1f1;
    padding-bottom: 15px;
    text-align: center;
}
.news_detail_til h1 {
    color: #333;
    font-size: 22px;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
}
.source {
    line-height: 25px;
    padding: 5px 0;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
.source .date, .share {
    color: #999;
    float: left;
    margin: 0 10px;
}
.share .bdsharebuttonbox .bds_weixin{
    background: url(../images/share2.png) no-repeat center center;
}
.share .bdsharebuttonbox .bds_sqq{
    background: url(../images/share1.png) no-repeat center center;
}
.share .bdsharebuttonbox .bds_tsina{
    background: url(../images/share3.png) no-repeat center center;
}
.share .bdshare-button-style0-16 a,.share .bdshare-button-style0-16 .bds_more{
    font-size: 12px;
    padding-left: 25px;
    line-height: 25px;
    height: 25px;
    margin: 0 4px;
}
.share .bdshare-button-style0-16{
    float: right;
}
.detail-main {
    padding-top: 20px;
    color: #555;
    font-size: 14px;
    line-height: 25px;    width: 1130px;
    margin: 0 auto;
}
.detail-main p {
    color: #555;
    font-size: 14px;
    line-height: 25px;
}

/*join*/
.join li{
    border-bottom: 1px dashed #d1d1d1;
    padding:35px 0;
}
.join-til {
    text-align: center;
    padding-bottom: 15px;
}
.join-til h2{
    color: #333;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
}
.join-til span{
    color: #555;
    font-size: 15px;
    line-height: 25px;
    display: block;
}

/*contact*/
.contact_left{
    width: 42%;
    float: left;
}
.contact_left h2{
    color: #555;
    font-size: 24px;
    padding-bottom: 30px;
}
.contact_left li{
    line-height: 25px;
    padding: 8px 0;
    font-size: 15px;
    color: #6d6d6d;
}
.contact_left li a{
    font-size: 15px;
    color: #6d6d6d;
}
.contact_left li i{
    float: left;
    width: 25px;
    height: 25px;
    display: block;
    background-image:url(../images/con-icon.png);
    background-position: 0 0;
    margin-right: 5px;
}
.contact_left li:nth-of-type(3) i{
    background-position: 0 -25px;
}
.contact_left li:nth-of-type(4) i{
    background-position: 0 -50px;
}
.contact_left li:nth-of-type(5) i{
    background-position: 0 -75px;
}
.contact_right{
    width: 58%;
    float: right;
}
.contact_right h2{
    color: #555;
    font-size: 24px;
    padding-bottom: 10px;
}
.contact_right input, .contact_right textarea {
    width: 100%;
    border:none;
    background: #efefef;
    height: 40px;
    line-height: 40px;
    margin: 4px 0;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666;
    padding: 10px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 10px center;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.contact_right .form-group textarea{
    min-height: 100px;
    margin-bottom: 0;
}
.contact_right .form-group .form-yzm{
    float: none;
    width: 100%;
}
.contact_right .small-button {
    width: 150px;
    line-height: 45px;
    height: 45px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin-top: 8px;
    background: #125c9d;
}


.map{
    margin-top: 30px;
    height: 402px;
}





.rebox{
	cursor: pointer;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-filter: none!important;
	background: #000;
	background: url(data:image/png);background: rgba(0,0,0,.7)
}

.rebox-contents {
	position: absolute;
	top: 5%;
	left: 5%;
	text-align: center;
	width: 90%;
    height: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-flex;
}

.rebox-contents .rebox-content {
	border: 5px solid #fff;
	box-shadow: 0 0 20px #000;
	border-radius: 1px;
	max-width: 100%;
	max-height: 100%
}

.rebox-loading {
	width: 31px;
	height: 31px;
	margin: -16px 0 0 -16px;
	position: absolute;
	top: 48%;
	left: 50%
}

.rebox-caption {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 1000;
	background: #000;
	background: rgba(0,0,0,.7)
}

.rebox-caption p {
	margin: 0 auto;
	max-width: 70%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 18px
}

.rebox-button {
	position: absolute;
	z-index: 9999;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	background: #000;
	opacity: .4;
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	border-radius: 32px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.rebox-button:hover,.rebox-button:focus {
	opacity: 1;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4)
}

.rebox-close {
	right: 10px;
	top: 10px
}

.rebox-next {
	right: 10px;
	top: 48%
}

.rebox-prev {
	left: 10px;
	top: 48%
}

.rebox-loading {
	left: 50%;
	top: 48%;
	-webkit-animation-name: spin;
	-webkit-animation-duration: 2000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 2000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 2000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-name: spin;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

@-ms-keyframes spin {
	from {
		-ms-transform: rotate(0deg)
	}

	to {
		-ms-transform: rotate(360deg)
	}
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg)
	}

	to {
		-moz-transform: rotate(360deg)
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

.product_description {
    border: 1px solid #d9d9d9;
    padding: 10px;
    margin: 5px 0 15px 0;
    word-break: break-all;
    line-height: 23px;
    word-wrap: break-word;
    border-radius: 2px;
    box-shadow: 0px 2px 2px #dcdcdc;
    letter-spacing: .2px;
    font-family: '微软雅黑';
}























