@charset "utf-8";
/* CSS Document */




ul li { list-style:none;}


*{margin:0;padding:0; text-decoration: none; }	
.clear { clear:both; }
.menu{width:100%;height:80px;background:#fff; position: fixed; z-index: 9999; }
.menu .nav{width:50%;height:80px; float: right;}
.menu .nav li{float:left;list-style:none;}
.menu .nav li a{display:block;height:80px;/*border-left:1px solid #000;*/padding:0 25px;line-height:80px;color:#666;text-decoration:none;position:relative;overflow:hidden; font-size:15px; }
.menu .nav li a:hover,.menu .nav li a.current{ color:#1e50ae; }
.menu .nav li .box{width:100%;height:50px;position:absolute;top:80px;left:0; background:#fafafa;display:none; text-align: center; z-index: 2; }
.menu .nav li .box a{display:inline-block;height:50px;color:#666;line-height:50px;border:none;background:none; font-size:13px; }
.menu .nav li .box a:hover{ color:#1e50ae; }
.menu .nav li .box .xz { color:#1e50ae; }


.logo { width:30%; float: left; height: 80px; }
.logo img { max-width:100%; padding: 10px 0px 10px 150px; }



/*联系我们后加地图*/
.ditu{width: 100%; padding-bottom: 40px; overflow: hidden;  }
.ditu .dir{width: 50%; float: right;padding: 120px 200px; box-sizing: border-box;}
.ditu .dil{width: 50%; float: left;}
.ditu .dil img{width: 100%;}
.dir p{margin:20px 0px;}

/*智慧*/


.zhihui ul{
	display:flex;
}
.zhihui ul li{
	width:calc(33.33% - 1px);
	background:#eef0f8;
	border-right:1px rgba(0,0,0,.2) solid;
}
.zhihui ul li:last-child{
	border-right:1px #eef0f8 solid;
}
.zhihui ul li a{
	display:block;
	padding:8% 20%;
	text-align:center;
	text-decoration: none;
}
.zhihui ul li a small{
	display:block;
	width:100px;
	height:100px;
	border-radius:50%;
	margin:0 auto;
	box-shadow:0px 0px 10px rgba(66,120,208,.22);
	transition:.3s;
}
.zhihui ul li a p{
	margin:25px 0px 15px;
	line-height:30px;
	font-size:24px;
	color:#4d4d4d;
}
.zhihui ul li a span{
	line-height:26px;
	color:#818285;
	font-size:14px;
	font-family: "微软雅黑"!important;
}
.zhihui ul li a:hover p{
	color:#1e50ae;
}
.zhihui ul li a:hover span{
	color:#1e50ae;
}
.zhihui ul li:nth-of-type(1) small{
	background:#fff url(../images/zhpic1.png) center no-repeat;
}
.zhihui ul li:nth-of-type(2) small{
	background:#fff url(../images/zhpic2.png) center no-repeat;
}
.zhihui ul li:nth-of-type(3) small{
	background:#fff url(../images/zhpic3.png) center no-repeat;
}
.zhihui ul li:nth-of-type(4) small{
	background:#fff url(../images/zhpic4.png) center no-repeat;
}
.zhihui ul li:nth-of-type(5) small{
	background:#fff url(../images/zhpic5.png) center no-repeat;
}
.zhihui ul li:nth-of-type(1):hover small{
	background:#1e50ae url(../images/zhpic1n.png) center no-repeat;
}
.zhihui ul li:nth-of-type(2):hover small{
	background:#1e50ae url(../images/zhpic2n.png) center no-repeat;
}
.zhihui ul li:nth-of-type(3):hover small{
	background:#1e50ae url(../images/zhpic3n.png) center no-repeat;
}
.zhihui ul li:nth-of-type(4):hover small{
	background:#1e50ae url(../images/zhpic4n.png) center no-repeat;
}
.zhihui ul li:nth-of-type(5):hover small{
	background:#1e50ae url(../images/zhpic5n.png) center no-repeat;
}




/*contact底部*/



.offLine-list2 {
  background: url(../images/form-bg1.jpg) no-repeat center;
  padding: 50px 0px;
  margin: 30px 0px 120px;
}
  .offLine-list2 .w1280 {
    position: relative;
    justify-content: flex-start;
    padding: 80px 0; }
  .offLine-list2 .form-person {
    position: absolute;
    display: none;
    width: 318px;
    height: auto;
    left: 0;
    bottom: 0;
    transform: translateX(-50%); }
  .offLine-list2 .form-contents {
    position: relative;
    flex: 0 0 1010px;
    width: 1010px;
    display: inline-flex;
    font-size: 14px;
    line-height: 48px;
    color: #707070;
    justify-content: space-between; }
    .offLine-list2 .form-contents.w1100 {
      flex: 0 0 1370px;
      width: 1370px; }
      .offLine-list2 .form-contents.w1100 .form-td1, .offLine-list2 .form-contents.w1100 .form-td2 {
        flex: 0 0 32.2%; }
  .offLine-list2 .form-td1, .offLine-list2 .form-td2 {
    flex: 0 0 35.2%; }
  .offLine-list2 .form-td3 {
    flex: 0 0 246px;
    width: 246px;
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-end; }
  .offLine-list2 .form-td3.form-td31 {
    margin-left: 60px;
    justify-content: flex-start; }
  .offLine-list2 .form-tr {
    background-color: #f0f0f0;
    height: 48px;
    line-height: 48px; }
  .offLine-list2 .form-tr1, .offLine-list2 .form-tr2, .offLine-list2 .code-tr {
    padding-left: 48px; }
    .offLine-list2 .form-section {
      /*background-color: #f0f0f0;*/
    }
  .offLine-list2 .form-tr1 {
    background: #f0f0f0 url(../images/us01.png) no-repeat left 16px center; }
  .offLine-list2 .form-tr2 {
    background: #f0f0f0 url(../images/us02.png) no-repeat left 16px center; }
  .offLine-list2 .form-tr1, .offLine-list2 .province-section {
    margin-bottom: 30px; }
  .offLine-list2 .form-section {
    font-size: 14px;
    line-height: 48px;
    color: #707070;
    height: 48px;
    display: block;
    width: 100%;
    z-index: 1;
    cursor: pointer;
    position: relative;
    text-indent: 18px;
    border: none;
    /*background: #f0f0f0 url(../img/sectiontop2.png) no-repeat right 18px top 21px;*/
     }
    /*.offLine-list2 .form-section.cur {
      background: #f0f0f0 url(../img/sectionto2pon.png) no-repeat right 18px top 21px; }
    .offLine-list2 .form-section .section-top {
      padding-left: 18px; }*/
  .offLine-list2 .code-tr {
    position: relative;
    background: #f0f0f0 url(../images/us03.png) no-repeat left 16px center;
    background-size: 16px !important; }
  .offLine-list2 .captcha {
    right: 0;
    top: 0;
    display: block;
    position: absolute;
    height: 100%;
    width: 100px; }
  .offLine-list2 .province-section {
    z-index: 2; }
  .offLine-list2 .options-wrap {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: auto;
    top: 100%;
    left: 0;
    display: none;
    /*background: #f0f0f0;*/
    color: #707070;
    height: auto;
    line-height: 38px;
    padding: 0 18px; }
  .offLine-list2 .options-item {
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .offLine-list2 .experience-submit {
    flex: 0 0 148px;
    width: 148px;
    display: block;
    height: 38px;
    line-height: 36px;
    border: 1px solid #f599b0;
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
    text-align: left;
    box-sizing: border-box;
    background: url(../img/experience-submit.png) no-repeat right 18px center; }
  .offLine-list2 .form-input {
    padding: 0;
    display: block;
    background: none;
    border: none;
    height: 48px;
    width: 100%; }
  .offLine-list2 .form-input:placeHolder {
    color: #707070; }
  .offLine-list2 .form-title {
    position: absolute;
    font-size: 36px;
    line-height: 1.1;
    color: #fff;
    top: 0;
    right: 0; }
    .offLine-list2 .form-title:after {
      display: block;
      margin-top: 16px;
      width: 48px;
      height: 2px;
      background: #fff;
      content: ""; }
  .offLine-list2 .form-title2 {
    position: absolute;
    font-size: 30px;
    line-height: 1.5;
    color: #fff;
    top: -20px;
    right: -20px;
    width: 266px; }











.footer-outerLink {
  justify-content: center;
  padding: 20px 0px;


}
  .footer-outerLink .outer-item {
    z-index: 3;
	 width: 300px;
	 float: left;
    position: relative;
    margin-left: 2.4rem;
    cursor: pointer;
    padding: 1.7rem 0; }
    .footer-outerLink .outer-item:before {}
    .footer-outerLink .outer-item:first-child {
      margin-left: 0; }
      .footer-outerLink .outer-item:first-child:before {
        display: none; }
    .footer-outerLink .outer-item:hover .hover {
      display: block; }
    .footer-outerLink .outer-item:hover .unhover {
      display: none; }
    .footer-outerLink .outer-item:hover .outer-name, .footer-outerLink .outer-item:hover .outer-detail {
      color: #e60039; }
  .footer-outerLink .outer-ewm {
    display: none;
    background: #fff;
    padding: 2px;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 140px;
    margin-bottom: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .footer-outerLink .hover {
    display: none; }
  .footer-outerLink .outer-mains {
	padding-left: 50px;
    justify-content: flex-start; }
  .footer-outerLink .outer-ico {
    flex: 0 0 26px;
    width: 26px;
    position: relative;
    height: 24px;
    overflow: hidden;
    margin-right: 12px; }
    .footer-outerLink .outer-ico .img100 {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
  .footer-outerLink .outer-txts {
    position: relative;
    flex: 0 0 auto;
    max-width: 210px; }
  .footer-outerLink .outer-name {
    font-size: 18px;
    line-height: 20px;
    color: #333;
    margin-bottom: 5px;
    transition-duration: .3s; }
  .footer-outerLink .outer-detail {
    font-size: 14px;
    line-height: 20px;
    color: #6f6f6f;
    transition-duration: .3s; }

.footer-top {
  padding: 2.8rem 0 3.2rem; }
  .footer-top .footer-top-left {
    flex: 0 0 calc(100% - 250px); }
  .footer-top .footer-top-right {
    flex: 0 0 220px; }
  .footer-top .footer-right {
    flex: 0 0 auto; }
  .footer-top .footer-nav {
    flex: 0 0 33%;
    margin-bottom: 1rem; }
  .footer-top .footer-nav-a1 {
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 1rem;
    color: #fff; }
  .footer-top .footer-nav-a11 {
    color: #e60039;
    font-size: 14px;
    margin-bottom: 12px;
    background: url(../img/footer-ico1.png) no-repeat left center;
    padding-left: 28px;
    transition-duration: .3s; }
    .footer-top .footer-nav-a11:hover {
      padding-left: 24px; }
  .footer-top .footer-nav-a2 {
    display: block;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.6);
    transition-duration: .3s; }
    .footer-top .footer-nav-a2:hover {
      color: #fff; }
  .footer-top .tele-h5 {
    text-align: right; }
  .footer-top .ewm-btns {
    justify-content: flex-end; }
  .footer-top .tele-num {
    font-size: 30px;
    line-height: 1.3;
    color: #e60039;
    margin-bottom: 1.1rem; }

.footer-right-address {
  font-size: 14px;
  line-height: 24px;
  color: #b2b6c0; }
  .footer-right-address .footer-company, .footer-right-address .work-h5, .footer-right-address .ser-line {
    color: #fff;
    margin-top: 1rem; }
  .footer-right-address .footer-add-h5 {
    padding-left: 15px;
    color: #e60039;
    margin-top: 1rem;
    background: url(../img/add2.png) no-repeat left center; }

.footer-bot {
  padding: 20px 0;
  font-size: 14px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.5);
  background: #373434; }
  .footer-bot .boc-a {
    color: rgba(255, 255, 255, 0.5);
    transition: all .3s ease; }
    .footer-bot .boc-a:hover {
      color: #fff; }
  .footer-bot .footer-bot-dl {
    flex: 0 0 auto; }
  .footer-bot .footer-bot-dr {
    position: relative;
    flex: 0 0 230px; }
  .footer-bot .friend-name {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 15px;
    background: url(../img/sectiontopon.png) no-repeat left 80px center; }
  .footer-bot .friend-a {
    display: block;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition-duration: .3s;
    padding: 0 10px; }
    .footer-bot .friend-a:hover {
      background: #fff;
      color: #e60039; }
  .footer-bot .friend-hides {
    position: absolute;
    z-index: 3;
    width: 100%;
    bottom: 100%;
    left: 0;
    display: none;
    background: #d8d7d7;
    color: #333;
    height: auto;
    line-height: 40px; }








/*pro*/

.container { max-width:1600px; margin: 0 auto; }


.container1 { max-width:1600px; margin: 0 auto; }


.container2 { max-width:1370px; margin: 0 auto; }


.product{
	padding:0px 0px 10px;
	position:relative;
	background: url(../images/bg02.jpg) no-repeat center center;
	margin-bottom: 10px;
}
.product .title{
	padding:0px 10px; 
	display: flex;
    height: 33px;
    overflow: hidden;
}
.product .swiper-container{
	margin:20px 0px 0px;
	position:static;
}

.product .title p { 
	font-size: 26px;
    color: #2a2a2d;
    line-height: 33px;
    font-weight: 700;
}

.product .title i {
	
	margin: 0px 15px 0px 10px;
    font-size: 20px;
    color: #2a2a2d;
    line-height: 33px;
    font-weight: bold;
	
}


.product .title span { 
    font-size: 28px;
    color: #2a2a2d;
    line-height: 33px;
    font-family: arial;
}


.product .swiper-container1 {
    margin: 0px 0px 0px;
    position: static;
	min-height: 455px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.product .swiper-container .swiper-slide {
    padding: 20px 10px;
}

.probox { position:relative; overflow: hidden; box-shadow: 0px 4px 8px rgba(0,0,0,.1); justify-content: space-between;  }
.probox .protp { }
.probox .prozt { height:80px; position: absolute; bottom:0px; width:90%; background: #fff; padding-left: 5%; padding-right: 5%; transition: .3s; }
.probox .prozt a { text-decoration:none; }
.probox .prozt h1 { font-size:16px; font-weight: normal; color:#333; margin-top: 20px;  }
.probox .prozt p { font-size:14px; color:#666; display: none;   }

.probox:hover > .prozt { height:100px; }
.probox:hover > .prozt > a > p { display:block;  } 


.product .casetitle { width:100%; padding: 50px 0px 1px; text-align: center;  }
.product .casetitle h1 { color:#000; font-size:32px; font-weight: normal; }
.product .casetitle p { color:#000; font-size:18px; }  




/*jjcase*/


.flexBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wel-list3 .list3-item {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.wel-list3 .list3-item:before {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 20px;
    left: 20px;
    z-index: 1;
}

.can-hover .img-wrap {
    overflow: hidden;
	margin: 18px;
}

.can-hover .img-wrap .img100 {
    transition: all 1s ease;
}

.img100 {
    display: block;
    width: 100%;
}

.wel-list3 .list3-txts {
    height: 48px;
    position: absolute;
    transform: translate(-50%, -50%);
    transition-duration: .5s;
    text-align: center;
    left: 50%;
    top: 50%;
    width: 100%;
    color: #fff;
    z-index: 2;
}

.wel-list3 .list3-ico1 {
    width: 48px;
    height: 48px;
    position: relative;
    margin: 0 auto;
}

.wel-list3 .txts-mains {
    opacity: 0;
    transition-duration: .5s;
}


.wel-list3 .cir-wrap {
    opacity: 1;
    transition-duration: .5s;
}

.wel-list3 .list3-cir1 {
    border: 1px solid #fff;
    width: 100px;
    height: 100px;
    left: -26px;
    top: -26px;
}

.wel-list3 .list3-cir {
    position: absolute;
    display: block;
    border-radius: 50%;
    animation: cir-scale2 3s linear infinite;
}

.wel-list3 .list3-cir2 {
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 120px;
    height: 120px;
    left: -40px;
    top: -46px;
}

.wel-list3 .list3-cir3 {
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 200px;
    height: 200px;
    left: -76px;
    top: -76px;
}

.wel-list3 .txts-mains {
    opacity: 0;
    transition-duration: .5s;
}

.wel-list3 .to-more {
    width: 132px;
    margin: 0 auto;
}

.wel-list3 .list3-a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    transition-duration: .3s;
}

.wel-list3 .to-detail {
    width: 92px;
    margin: 0 auto 14px;
}

.wel-list3 .list3-h5 {
    font-size: 24px;
    line-height: 40px;
    padding: 36px 0 24px;
    position: relative;
}

.wel-list3 .list3-h5:after {
    position: absolute;
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    box-sizing: border-box;
    border: 1px solid #fff;
    top: 18px;
    left: 50%;
    margin-left: -12px;
}


.wel-list3 .list3-txts {
  height: 48px;
  position: absolute;
  transform: translate(-50%, -50%);
  transition-duration: .5s;
  text-align: center;
  left: 50%;
  top: 50%;
  width: 100%;
  color: #fff;
  z-index: 2; }
.wel-list3 .list3-cir {
  position: absolute;
  display: block;
  border-radius: 50%;
  animation: cir-scale2 3s linear infinite; }
.wel-list3 .list3-cir1 {
  border: 1px solid #fff;
  width: 100px;
  height: 100px;
  left: -26px;
  top: -26px; }
.wel-list3 .list3-cir2 {
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 120px;
  height: 120px;
  left: -40px;
  top: -46px; }
.wel-list3 .list3-cir3 {
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 200px;
  height: 200px;
  left: -76px;
  top: -76px; }
.wel-list3 .list3-ico1 {
  width: 48px;
  height: 48px;
  position: relative;
  margin: 0 auto; }
.wel-list3 .list3-h5 {
  font-size: 24px;
  line-height: 40px;
  padding: 36px 0 24px;
  position: relative;
  color: #fff;  }
  .wel-list3 .list3-h5:after {
    position: absolute;
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    box-sizing: border-box;
    border: 1px solid #fff;
    top: 18px;
    left: 50%;
    margin-left: -12px; }
.wel-list3 .list3-a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  transition-duration: .3s; }
  .wel-list3 .list3-a:hover {
    transform: translate(-6px, 0); }
.wel-list3 .to-detail {
  width: 92px;
  margin: 0 auto 14px; }
.wel-list3 .to-more {
  width: 132px;
  margin: 0 auto; }
.wel-list3 .txts-mains {
  opacity: 0;
  transition-duration: .5s; }
.wel-list3 .cir-wrap {
  opacity: 1;
  transition-duration: .5s; }
.wel-list3 .list3-item {
  flex: 1;
  position: relative;
  overflow: hidden; }
  .wel-list3 .list3-item:before {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 20px;
    left: 20px;
    z-index: 1; }
  .wel-list3 .list3-item:hover .cir-wrap {
    opacity: 0; }
  .wel-list3 .list3-item:hover .list3-txts {
    height: 204px; }
  .wel-list3 .list3-item:hover .txts-mains {
    opacity: 1; }


@keyframes cir-scale {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); }
  80% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2); }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.1); } }
@keyframes cir-scale2 {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  60% {
    opacity: 1;
    transform: scale(1.2); }
  100% {
    opacity: 0;
    transform: scale(0.5); } }
@keyframes cir-scale3 {
  0% {
    opacity: 0;
    transform: scale(0.85); }
  20% {
    opacity: 1; }
  60% {
    opacity: 1;
    transform: scale(1); }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(0.85); } }
@keyframes cir-scale4 {
  0% {
    transform: scale(0.5); }
  60% {
    transform: scale(1.2); }
  100% {
    transform: scale(0.5); } }


.wel-list3 { margin-bottom:10px; margin-top: 10px;  padding-bottom: 60px; background: url(../images/bg01.jpg) no-repeat center center;}

.wel-list3 .casetitle { width:100%; padding: 50px 0px 30px; text-align: center; margin-bottom:10px; }
.wel-list3 .casetitle h1 { color:#fff; font-size:32px; font-weight: normal; }
.wel-list3 .casetitle p { color:#fff; font-size:18px; }  




/*CASE*/


.case { overflow: hidden; position: relative; margin-bottom: 10px; background: url(../images/bg.jpg) no-repeat center center;}
.case .casetitle { width:100%; padding: 50px 0px 0px; text-align: center; margin-bottom:10px; }
.case .casetitle h1 { color:#4d4d4d; font-size:32px; font-weight: normal; }
.case .casetitle p { color:#4d4d4d; font-size:18px; }  


.work{position:relative;}
.work .workTitle{padding:40px 0;background:#f7f7f7;}
.work .container3{margin:0px auto 50px;height:730px; max-width: 1600px; position: relative; }
.work .container3 .child{position:absolute;width:518px;height:345px;}
.work .container3 .child .childImg{  width: 100%;height: 100%;}
.work .container3 .child .childFoot{position:absolute;bottom:0px;left:0px;width:100%;height:240px;}
.work .container3 .child .childRight{position:absolute;bottom:0px;right:0px;}
.work .container3 .child .childTitle{color:#fff;font-size:18px;position:absolute;bottom:0px;left:0px;padding-left:18px;line-height:36px;width:80%;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;z-index:1;}
.work .container3 .child .childHide{display:none;position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:2; background:url(../images/prupleBg.png);}
.work .container3 .child .childSearchBg{display:none;position:absolute;top:50%;left:50%;width:66px;height:66px;margin:-33px 0 0 -33px;background:url(../images/seachBg.png); border-radius:66px;-moz-border-radius:66px;-ms-border-radius:66px;-o-border-radius:66px;-webkit-border-radius:66px;z-index:2;}
.work .container3 .child .childSearch{display:none;position:absolute;top:50%;left:50%;width:30px;height:24px;margin:-12px 0 0 -15px;z-index:3;}
.work .container3 .child:hover .childHide{display:block;}
.work .container3 .child:hover .childSearchBg{display:block;
animation:quan .2s  ease-in-out 0s  both;
-moz-animation:quan .2s  ease-in-out 0s  both;
-webkit-animation:quan .2s  ease-in-out 0s  both;
-o-animation:quan .2s  ease-in-out 0s  both;}
@keyframes quan{
0%{ transform:scale(0);}
100%{transform:scale(1);}
}
@-moz-keyframes quan{
0%{ -moz-transform:scale(0);}
100%{-moz-transform:scale(1);}
}
@-webkit-keyframes quan {
0%{ -webkit-transform:scale(0);}
100%{-webkit-transform:scale(1);}
}
@-o-keyframes quan{
0%{ -o-transform:scale(0);}
100%{-o-transform:scale(1);}
}


.work .container3 .child:hover .childSearch{display:block;}
.work .container3 .child#work1{top:0px;left:0px;}
.work .container3 .child#work2{top:0px;left:539px;}
.work .container3 .child#work3{top:0px;left:1076px;}
.work .container3 .child#work4{top:364px;left:0px;}
.work .container3 .child#work5{top:364px;left:539px;}
.work .container3 .child#work6{top:364px;left:1076px;}






/*app*/


.index_soft { width:100%; overflow: hidden; position: relative; }
.appimg { width:100%; display: block; }
.index_soft .download {
    height: 300px;
    width: 600px;
    /*background: #fff;*/
    color: #333;
    padding: 30px;
    font-size: 16px;
    box-sizing: border-box;
    text-align: left;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 10%;
    line-height: 26px;
}

.index_soft .download .s_tit1 {
    line-height: 50px;
	font-size: 28px;
}

.index_soft .download a {
    color: #333;
	text-decoration: none;
	display: block;
	margin-top: 50px;
}
.index_soft .download .qrcode {
    text-align: center;
}

.index_soft .download .qrcode img {
    display: block;
    margin: 10px auto;
    visibility: initial;
    width: auto;
}

.s_tit1 {
    font-size: 38px;
    line-height: 38px;
	text-align: left;
	margin-bottom: 30px;
}



/*news*/




/* ================= 新闻动态 ================= */

.container3 { max-width:1600px; margin: 0 auto;}

.h_news_section { padding: 0px 0 75px 0; background: #fff; overflow: hidden; background: url(../images/bg04.jpg) no-repeat center center; margin: 10px 0px;}
.h_news_section .title_box { font-size: 32px; color: #1e50ae; padding: 50px 0px; font-weight: normal; }
.h_news_section .title_box .cn { display: block; text-align: center;}
.h_news_section .title_box .en { display: block; font-weight: bold; text-transform: uppercase; text-align: center; font-size:18px; font-weight: normal; }
.h_news_section .item_box { float: left; height: 442px; }
.h_news_section .item_box .item_tit { font-size: 18px; color: #1e50ae; padding-bottom: 10px; border-bottom: 1px solid #d9d9d9; position: relative; }
.h_news_section .item_box .item_tit:after { content: " "; position: absolute; width: 75px; height: 3px; background: #1e50ae; bottom: -2px; left: 0; }

/* 轮播图 */
.h_news_section .slide_box { position: relative; width: 500px; }
.h_news_section .slide_box .slide_list { height: 442px; }
.h_news_section .slide_box .slide_list li { overflow: hidden; height: 300px; background: #eee; }
.h_news_section .slide_box .slide_list li img { display: block; width: 100%; height: 100%; }
.h_news_section .slide_box .nav_slide_btn { font-size: 0; position: absolute; width: 100%; bottom: 15px; text-align: center; }
.h_news_section .slide_box .nav_slide_btn li { display: inline-block; width: 12px; height: 12px; margin: 5px; cursor: pointer; border-radius: 50%; background: #fff; }
.h_news_section .slide_box .nav_slide_btn li.on { background: #1e50ae; }

/* 新闻 */
.h_news_section .news_list li .news_tit { font-size: 14px; color: #424242; text-decoration: none; }
.h_news_section .news_list li .desc,
.h_news_section .news_list li .date { font-size: 12px; color: #8b8b8b; }
.h_news_section .news_list li:hover .news_tit { color: #1e50ae; }
.h_news_section .news_list li:hover .desc,
.h_news_section .news_list li:hover .date { color: #7c92c8; }

/* 公司新闻 */
.h_news_section .gsxw_box { width: 355px; margin-left: 20px; }
.h_news_section .gsxw_box .news_list { padding-top: 15px; overflow: inherit;}
.h_news_section .gsxw_box .news_list li { height: 48px; line-height: 48px; border-bottom: 1px dashed #d9d9d9; }
.h_news_section .gsxw_box .news_list li a { display: block; }
.h_news_section .gsxw_box .news_list li .news_tit { float: left; }
.h_news_section .gsxw_box .news_list li .date { float: right; }

/* 行业新闻 */
.h_news_section .hyxw_box { width: 510px; margin-left: 34px; }
.h_news_section .hyxw_box .news_list { padding-top: 15px; }
.h_news_section .hyxw_box .news_list li { height: 98px; border-bottom: 1px dashed #d9d9d9; -webkit-box-sizing: border-box; box-sizing: border-box; padding-top: 8px; }
.h_news_section .hyxw_box .news_list li a { text-decoration:none;}
.h_news_section .hyxw_box .news_list .img_100 { width: 98px; height: 80px; float: left; }

.h_news_section .hyxw_box .news_list .img_100 img { width:100%; display: block; height: 100%; }

.h_news_section .hyxw_box .news_list .info { margin-left: 110px;  height: 80px; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; padding-right: 10px; }
.h_news_section .hyxw_box .news_list .desc { line-height: 20px; text-indent: 2em; text-decoration: none!important; }
.h_news_section .hyxw_box .news_list .date { position: absolute; right: 0; bottom: -6px; }


.h_news_section .casetitle { width:100%; padding: 50px 0px 30px; text-align: center; margin-bottom:20px; }
.h_news_section .casetitle h1 { color:#4d4d4d; font-size:32px; font-weight: normal; }
.h_news_section .casetitle p { color:#4d4d4d; font-size:18px; }  





/*ly*/


.wel-list5 {
  background: #4b4848;
  color: #fff;
  position: relative;
  margin-bottom: 80px;
}
  .wel-list5:after {
    opacity: 0;
    position: absolute;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  .wel-list5 .list5-left {
    position: relative;
    z-index: 2;
    padding: 70px 0 ;
    flex: 0 0 600px;
    background: #4b4848; }
  .wel-list5 .list5-right {
    position: absolute;
    width: calc(100% - 600px);
    right: 0;
    top: 0;
    height: 100%; }
  .wel-list5 .right-bg {
    width: 100%;
    height: 100%; }
  .wel-list5 .left-mains {
    width: 412px;
    margin: 0 auto; }
  .wel-list5 .options-wrap {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: auto;
    top: 100%;
    left: 0;
    display: none;
    background: #fff;
    color: #333;
    height: auto;
    line-height: 34px;
    padding: 0 10px; }
  .wel-list5 .options-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .wel-list5 .list5-h5 {
    font-size: 36px;
    line-height: 1.2; }
    .wel-list5 .list5-h5:after {
      content: "";
      display: block;
      width: 48px;
      height: 2px;
      background: #fff;
      margin: 16px 0 1.25rem; }
  .wel-list5 .list5-tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
    line-height: 34px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 26px; }
  .wel-list5 .tr1 {
    flex-wrap: nowrap; }
  .wel-list5 .tr3 {
    position: relative;
    z-index: 2; }
  .wel-list5 .list5-td { position: relative;
    flex: 0 0 43%;
    width: 49%; }
  .wel-list5 .list5-input {
	outline: none;
    display: block;
    background: none;
    border: none;
    height: 34px;
    font-family: "微软雅黑"!important;
	color:#fff;
}
    .wel-list5 .list5-input::placeHolder {
      color: #fff; }
  .wel-list5 .list5-submit {
	outline: none;
	color:#fff;
    display: block;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #2f7cd3;
    width: 100%;
    margin-top: 1.4rem;
    border: none; }
  .wel-list5 .list5-textarea {
	outline: none;
	color:#fff;
    border: none;
    height: 72px;
    display: block;
    width: 100%;
    background: none; }
  .wel-list5 .list5-td, .wel-list5 .tr3 .section-top, .wel-list5 .tr2 .section-top {
    padding-left: 20px; }
  .wel-list5 .list5-td1 {
    background: url(../images/user.png) no-repeat left center; }
  .wel-list5 .list5-td2 {
    background: url(../images/tele.png) no-repeat left center; }
  .wel-list5 .tr3 .section-top {
    background: #4b4848; }
  .wel-list5 .tr2 .section-top {
    background: #4b4848; }
  .wel-list5 .list5-section {
    z-index: 1;
    cursor: pointer;
    position: relative;
    background: none;
    color: #fff;
    border: none;
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    /*background: url(../img/sectiontop.png) no-repeat right 4px top 14px;*/
     }
     .wel-list5 option {
      color: #333 !important;
     }
    /*.wel-list5 .list5-section.cur {
      background: url(../img/sectiontopon.png) no-repeat right 4px top 14px; }*/
  .wel-list5 .code-td {
    position: relative;
    flex: 0 0 95%;
    background: url(../images/yzm-icow.png) no-repeat left center;
    background-size: 16px !important; }
.wel-list5 .code-td .captcha {
  position: absolute;
  display: block;
  max-height: 100%;
  width: 100px;
  right: 0px;
  top: 0;
}

.wel-list5 .list5-td:before, .form-bg0 .form-td:before, .form-bg0 .select-tr:before {
    content: "";
    display: block;
    width: 10px;
    position: absolute;
    right: -12px;
    top: 0;
    height: 100%;
    background: url(../images/must.png) no-repeat center;
	background-size: 10px !important; }



.wel-list5 .tr4:before, .wel-list5 .tr2:before, .wel-list5 .tr3:before, .form-bg0 .select-tr:before, .family-list4 .code-tr:before, .family-list4 .textarea-tr:before, .family-list4 .province-section:before {
    content: "";
    display: block;
    width: 10px;
    position: absolute;
    right: -12px;
    top: 0;
    height: 36px;
    background: url(../images/must.png) no-repeat center;
	background-size: 10px !important; }



.hz { width:100%; overflow: hidden; background: url(../images/bg06.jpg) no-repeat center center; padding-top: 80px; margin-bottom: 10px; }


/*内页*/

.pronav { display:block; position: relative; }
.protcnav { width:200px; background: #fafafa; position: absolute;  z-index: 9; padding-top: 0px; display: none; padding-bottom: 10px; }
.protcnav a { height: 40px!important; line-height: 40px!important; }




.nybanner { width:100%; overflow: hidden; position: relative; padding-top: 80px; }
.nybanner img { width:100%; display: block; }
.nybanner .p1{display: none;background:url(../images/women1.jpg) no-repeat center;height: 300px; width: 100%}
.nybanner .p2{display: none;background:url(../images/women2.jpg) no-repeat center;height: 300px; width: 100%}
.nybanner .p3{display: none;background:url(../images/women3.jpg) no-repeat center;height: 300px; width: 100%}
.nybanner .p4{display: none;background:url(../images/women4.jpg) no-repeat center;height: 300px; width: 100%}
.nybanner .p5{display: none;background:url(../images/women5.jpg) no-repeat center;height: 300px; width: 100%}
.nybanner .p6{display: none;background:url(../images/women6.jpg) no-repeat center;height: 300px; width: 100%}
.nybanner .p7{display: none;background:url(../images/women7.jpg) no-repeat center;height: 300px; width: 100%}
.nybanner .p8{display: none;background:url(../images/women8.jpg) no-repeat center;height: 300px; width: 100%}
.main { width:100%; min-height:500px; overflow: hidden; position: relative; padding: 30px 0px 30px; }
.main1 { width:100%; min-height:600px; overflow: hidden; position: relative; padding: 30px 0px 30px; background: #f8f8f8; }
.nynav { background:#fafafa; height: 50px; width: 100%; position: relative; box-shadow: 2px 2px 5px rgba(0,0,0,.1); text-align: center; position: fixed; z-index: 999; top:80px; }
.nynav ul li { display:inline-block;}
.nynav a { display: inline-block; height: 50px; color:#666; line-height: 50px; border: none; background: none; font-size: 13px; text-decoration: none; padding: 0px 27px; }
.nynav a:hover{ color:#1e50ae; }
.nynav .xz { color:#1e50ae; }
.nytitle { width:100%; height: 70px; border-bottom: 1px solid #eee; padding-top: 130px; }
.nytitle1 { background: #f8f8f8; }
.nytitle h1 { font-size:20px; font-weight: normal; line-height: 70px; }
.aboutnr { width:100%; font-size:14px; color:#666; text-align: left; margin-top: 20px; line-height: 30px; }
.aboutnr p {margin-bottom:10px;}


.nytitle2 { width:100%; height: 70px; border-bottom: 1px solid #eee; padding: 0px!important; background: #f8f8f8; }
.nytitle2 h1 { font-size:20px; font-weight: normal; line-height: 70px; }



.nytitle3 { width:100%; height: 70px; border-bottom: 1px solid #eee; padding: 0px!important; background: #fff; }
.nytitle3 h1 { font-size:20px; font-weight: normal; line-height: 70px; }


.nytitle4 { width:100%; height: 45px; border-bottom: 1px solid #eee;  }
.nytitle4 { background: #f8f8f8; }
.nytitle4 h1 { font-size:20px; font-weight: normal; line-height: 44px; }

/*荣誉资质*/

.zzrynr { width:100%; font-size:14px; color:#666; text-align: left;  }
.zzrynr h2 { font-size:16px; color:#333; margin-bottom: 15px; padding-top: 10px;  }
.zzrynr p {margin-bottom:10px; color:#999;  }


/*case*/

.casenr { width:100%; overflow: hidden; position: relative; }
.casebox { width: calc(32% - 2px); margin-right:2%; border:1px solid #eee; float: left; margin-bottom: 25px;  }
.casebox:nth-child(3n) { margin-right:0px; }
.casebox .caseimg { width:100%; overflow: hidden; position: relative; }
.casebox .caseimg img { width:100%; display: block; }
.casebox .caseimg span { display:block; position: absolute; bottom:10px; right:15px; color:#fff; font-size:14px; }

.casebox .casefont { padding: 20px; }
.casebox .casefont h1 { font-size:18px; text-align: left; color:#666; font-weight: normal; margin-bottom: 5px; }
.casebox .casefont p { font-size:14px; text-align: left; color:#666; margin-bottom: 20px; height:58px !important;}
.casebox .casefont a { font-size:14px; text-align: left; color:#1e50ae; text-decoration: none; }


/*人才招聘*/

.zhaopinnr { width:100%; overflow: hidden; position: relative; }
.join-box {
        width: 100%;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1)
    }

    .join-box h2 {
        font-size: 36px;
        color: #000;
        line-height: 54px;
        text-align: center;
        margin-bottom: 45px
    }

    .join-box form {
        width: 100%;
        padding-bottom: 30px
    }

    .join-box .text {
        width: 30%;
        float: left;
        height: 57px;
        background: #fff;
        padding: 0 1.4%;
        line-height: 57px;
        margin-right: .4%;
        font-size: 14px;
        color: #666;
        border: 0
    }

    .join-box .text::-webkit-input-placeholder {
        color: #666
    }

    .join-box .text:-moz-placeholder {
        color: #666
    }

    .join-box .text::-moz-placeholder {
        color: #666
    }

    .join-box .text:-ms-input-placeholder {
        color: #666
    }

    .join-box select {
        width: 30%;
        height: 57px;
        padding: 0 1.4%;
        line-height: 57px;
        margin-right: .4%;
        font-size: 14px;
        color: #666;
        border: 0;
        float: left;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: #fff url(../img/ab38.png) no-repeat 95% center
    }

    .join-box .submit {
        width: 8%;
        float: right;
        height: 57px;
        line-height: 57px;
        background: #de241b url(../img/ab37.png) no-repeat center;
        border: 0;
        transition: background .3s
    }

    .join-box .title {
        overflow: hidden;
        color: #fff;
        background: #b4b4b4;
        font-size: 16px;
        padding: 0 20px;
        line-height: 50px;
        height: 50px
    }

    .join-box .title p {
        text-align: center;
        float: left;
        width: 20%
    }

    .join-box ul {
        border: 1px solid #efefef;
        border-top: 0;
        padding-bottom: 52px;
        background: #fff
    }

    .join-box li {
        background: #fff;
        padding: 0 3.5%
    }

    .join-box li .tit {
        font-size: 14px;
        line-height: 60px;
        height: 60px;
        cursor: pointer;
        overflow: hidden;
        border-bottom: 1px solid #efefef
    }

    .join-box li .tit.on p:last-child {
        color: #1e50ae
    }

    .join-box li .tit p {
        float: left;
        width: 20%;
        text-align: center;
		
    }

    .join-box li .in {
        padding: 20px 50px;
        background: #f5f5f5;
        display: none
    }

    .join-box li .in.on {
        display: block
    }

    .join-box li .in .top dd {
        float: left;
        width: 25%;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 3px
    }

    .join-box li .in .top dd span {
        color: #666
    }

    .join-box li .in .bot h1 {
        font-size: 16px;
        color: #333;
		margin-bottom: 10px;
    }

    .join-box li .in .bot dl dd {
        color: #777;
        font-size: 12px;
        line-height: 26px
    }

    .join-box li .in .bot>div {
        float: left;
        width: 46%;
        margin-right: 4%;
		font-size:14px;
		color:#666;
    }

    .join-box li .in .bot {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 20px
    }

    .join-box li .in .link {
        padding-top: 17px
    }

    .join-box li .in .more {
        display: none;
        text-align: center;
        line-height: 40px;
        color: #fff;
        background: #1e50ae;
        margin-top: 10px;
        font-size: 16px;
        width: 200px;
		float:left;
		text-decoration: none;
    }

    .join-box li .in .link img {
        margin-right: 3%
    }

    .join-box li .in .link .box-img {
        width: 80px; float: right;
    }

    .join-box li .in .more.on {
        display: block;
        width: 150px
    }

    .join-box li .in .more:hover {
        background: #1e50ae;
    }

    .f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

  
/*news*/


.newsnr { width:100%; overflow: hidden; position: relative; }
.newslist01 { width:100%; overflow: hidden; position: relative; margin-bottom: 60px; }
.newslist01 .news01img { width:40%; float: left; margin-right: 4%; overflow: hidden; }
.newslist01 .news01img img { width:100%; display: block; }
.news01font { width:56%; float: left; padding: 60px 0px;  }
.news01font span { display:block; font-size:14px; color:#999; margin-bottom: 10px; }
.news01font h1 { font-size:20px; color:#333; font-weight: 600; margin-bottom: 30px; }
.news01font p { font-size:16px; color:#666; margin-bottom: 50px; }
.news01font a { display:block; font-size:16px; color:#999; text-decoration: none; }


.newsnr1 { width:100%; overflow: hidden; position: relative; }
.newsnr1 .casebox { width: calc(32% - 2px); margin-right:2%; border:1px solid #eee; float: left; margin-bottom: 25px;  }
.newsnr1 .casebox:nth-child(3n) { margin-right:0px; }
.newsnr1 .casebox .caseimg { width:100%; overflow: hidden; position: relative; }
.newsnr1 .casebox .caseimg img { width:100% !important; display: block; }
.newsnr1 .casebox .caseimg span { display:block; position: absolute; bottom:10px; right:15px; color:#fff; font-size:14px; }

.newsnr1 .casebox .casefont { padding: 30px; }
.newsnr1 .casebox .casefont h1 { font-size:18px; text-align: left; color:#666; font-weight: normal; margin-bottom: 5px; }
.newsnr1 .casebox .casefont p { font-size:14px; text-align: left; color:#666; margin-bottom: 20px; }
.newsnr1 .casebox .casefont span { font-size:14px; text-align: left; color:#666; display: block; margin-bottom: 10px; }



/*fy*/

.news-page {
        width: 100%;
        height: 40px;
        text-align: center;
	    margin: 30px auto 30px;
    }

    .news-page a {
        font-size: 14px;
        line-height: 40px;
        width: 40px;
        height: 40px;
        display: inline-block;
        background: #f7f7f7;
        color: #686868;
        transition: background .3s, color .3s;
		text-decoration: none;
		
    }

    .news-page.new a {
        background: #fff
    }

    .news-page a.active,
    .product-list .news-page a.active,
    .news-page.on a.active,
    .news-page.new a.active {
        color: #fff;
        background: #de241b
    }

    .news-page a.btns {
        font-family: '宋体'
    }


/*联系我们*/


.contactnr { width:100%; overflow: hidden; position: relative; }
.contact01 { width:100%; margin: 10px 0px; overflow: hidden; position: relative; }
.contact01 .contactbox { width: calc(33.33% - 1px); height: 150px; float: left; text-align: center; border-right:1px solid #eee; padding-top: 35px; }
.contact01 .contactbox:nth-child(3) { border-right:0px solid #eee; }
.contact01 .contactbox .contacticon { width:100px; display: inline-block; margin-bottom: 20px; }
.contact01 .contactbox .contacticon img { max-width:100%; display: inline-block; }
.contact01 .contactbox .contacticon p { font-size:14px; font-weight: 700; color:#666; }

.contactfont { font-size:15px; color:#666; }

.contact02 { width:100%; overflow: hidden; position: relative; margin-top: 50px; margin-bottom: 50px;}

.contact03 { overflow: hidden; position: relative; margin-top: 20px; margin-bottom: -6px; padding: 10px;}

.contact03box { width:24%; margin-right: 4%;  float: left; box-shadow: 0px 0px 20px rgba(0,0,0,0.05); background: #fff; padding: 20px 3%; margin-bottom: 58px; }
.contact03box:nth-child(3n) { margin-right:0px; }
.contact03box h1 { font-size:20px; font-weight: normal; margin-bottom: 20px; }
.contact03box p { font-size:16px; color:#666; margin-bottom: 10px; }













/*产品*/

.pronr { width:100%; overflow: hidden; position: relative;  }
.nyprotitle { font-size:16px; color:#666; }
.nyprotitle::before{
    content: "|";
    padding-right: 4px;
    color: #1e50ae;
	font-weight: 900;
}

.nyprolist { width:100%; overflow: hidden; position: relative; margin: 20px 0px; }
.nyprolist li { width:49%; margin-right: 2%; box-shadow: 1px 1px 5px rgba(0,0,0,.1); float: left; margin-bottom: 25px; border:0px solid #eee; border-radius: 2px; background: #fff;  padding: 10px 0px; }
.nyprolist li:nth-child(2n) { margin-right:0px; }
.nyprolist li .listimg { width:40%; float: left; margin-left: 2%; }
.nyprolist li .listimg img { width:100%; display: block; }
.nyprolist li .listfont { width:53%; float: left; margin-left: 3%; position: relative; min-height:260px; overflow: hidden; padding-right: 2%; }
.nyprolist li .listfont h1 { font-size:18px; color:#333; font-weight: normal; margin-top: 10px; }
.nyprolist li .listfont p { font-size:16px; color:#666; margin-top: 10px;  }
.nyprolist li .listfont a { display:block; padding: 5px 0px; border:1px solid #eee; border-radius: 5px; text-align: center; width: 120px; font-size:14px; color:#666; text-decoration: none;
position: absolute; left: 0px; bottom:20px; }
.nyprolist li .listfont a:hover { color:#fff; background: #1e50ae; }


.proimglist { width:100%; overflow: hidden; position: relative; margin: 20px 0px 40px; }
.proimglist img { width:100%; display: block;  }
.proimglist .imglistfont { width:30%; position: absolute; right:0px; top:30%; min-height:200px; }
.proimglist .imglistfont h1 { font-size:18px; color:#333; font-weight: normal; margin-top: 10px; }
.proimglist .imglistfont p { font-size:16px; color:#666; margin-top: 10px;  }
.proimglist .imglistfont a { display:block; padding: 5px 0px; border:1px solid #ddd; border-radius: 5px; text-align: center; width: 120px; font-size:14px; color:#666; text-decoration: none;
position: absolute; left: 0px; bottom:20px; }
.proimglist .imglistfont a:hover { color:#fff; background: #1e50ae; }


/*产品详情*/


/*产品详情*/

.proxq { width:100%; overflow: hidden; position: relative;  }

.proii { width:500px; height: 500px; overflow: hidden; float: left; background: #fff; }
.prooo { width:600px; overflow: hidden; margin: 10px auto; min-height: 80px; position: absolute; right:0px; top:350px; }
.num{ height:82px;overflow:hidden; width:500px; position:relative;float:left;}
.min_pic{ padding-top:10px; width:570px; position: absolute; bottom: 0px; left: 550px;}
.num ul{ position:absolute; left:0; top:0;}
.num ul li{ width:80px; height:80px; margin-right:5px; padding:1px; background: #fff;}
.num ul li.on{ border:1px solid red; padding:0;}
.prev_btn1{ padding-top: 30px; width:26px; text-align:center; height:82px; margin-top:0px; margin-right:10px; cursor:pointer; float:left; background: #fff; }
.next_btn1{ padding-top: 30px; width:26px; text-align:center; height:82px; margin-top:0px;cursor:pointer;float:right; background: #fff;}
.prev1{ display: none; position:absolute; top:220px; left:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.next1{ display: none; position:absolute; top:220px; right:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.mhc{ background:#000; width:100%;opacity:0.5;-moz-opacity:0.5;filter:alpha(Opacity=50); position:absolute; left:0; top:0; display:none;}
.pop_up{ width:500px; height:500px; padding:10px; background:#fff; position:fixed; -position:absolute; left:50%; top:50%; margin-left:-255px; margin-top:-255px; display:none; z-index:99;}
.pop_up_xx{ width:40px; height:40px; position:absolute; top:-40px; right:0; cursor:pointer;}
.pop_up2{ width:500px; height:500px; position:relative; overflow:hidden;}
.pop_up2{ width:500px; height:500px; position:relative; overflow:hidden; float:left;}
.pop_up2 ul{ position:absolute; left:0; top:0;}
.pop_up2 ul li{ width:500px; height:500px; float:left;}

.profontxq { width:600px; height: 480px; position: absolute; right:0px; top: 20px; }
.profontxq h1 { font-size:24px; color:#333; text-align: left; font-weight: 700; margin-bottom: 20px;  }
.profontxq p { margin-top:10px; font-size:14px; color:#666; line-height: 24px;  }

.probutbox { width:100%; padding-top: 40px; border-top:1px solid #eee; margin-top: 30px; position:relative;}
.probutbox a { display: block;
    width: 130px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #666;
    font-size: 14px;
    float: left;
    margin-right: 20px;
    position: relative;
    text-decoration: none;
	border:0px solid #eee;
	border-radius: 4px;


}

.showcode44 {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 130px;
	top: 40px;}

.proxiangxi { width:100%; padding-top: 20px; }
.proxiangxi h2 { border-bottom:1px solid #eee; font-size:18px; font-weight: normal; color:#666; padding-bottom: 10px; margin-bottom: 30px; }
.proxiangxi p { margin-bottom:15px; line-height: 24px; color:#666; font-size:14px; }
.proxiangxi img { display:block; margin: 0 auto;}

.probottom { width:100%; overflow: hidden; margin: 0 auto; font-size:14px; padding-top: 30px; border-top:1px solid #eee; margin-top: 30px; }
.newsleft { width:70%; overflow: hidden; float: left;  }
.newsleft p { color:#666; font-size:14px; margin-bottom: 10px; }
.newsleft p a { color:#666; font-size:14px; text-decoration: none; }
.newsright { width:30%; overflow: hidden; float: left; }
.newsright a { display:block; width:110px; height: 42px; background:#999; color:#fff; text-align: center; float: right; line-height: 42px; text-decoration: none; border:0px solid #eee; border-radius: 4px; }



/*newsxq*/

.newstitle { width:100%; overflow: hidden; border-bottom: 1px solid #eee; padding-bottom: 30px; }
.newstitle h1 { color:#333; font-size:24px; text-align: center; font-weight: normal; margin-bottom: 10px; }
.newstitle p { color:#999; font-size:14px; text-align: center; }
.newstitle p span { display:inline-block; padding: 0px 10px; }








/*下载*/


.xiazai01 { padding:25px 0px; background: #f0f3f8; overflow: hidden; position: relative; }
.xiazai02 { background: #b8cedb; }
.xiazai01 .xiazaiimg { width:50%; float: left; }
.xiazai01 .xiazaiimg img { max-width:100%; display: block; }
.xiazai01 .xiazaifont { width:50%; float: left; padding-top: 60px; }
.xiazai01 .xiazaifont h1 { font-size:24px; text-align: left; color:#333; margin-bottom: 60px; }
.xiazai01 .xiazaifont p { font-size:16px; color:#666; text-align: left; margin-bottom: 15px; line-height: 30px;  }
.xiazai01 .xiazaifont a { display:inline-block; margin:0 auto; padding: 15px 40px; text-align: center; text-decoration: none; color:#fff;  border:0px solid #eee; border-radius: 5px; }
.xiazai01 .xiazaifont a:hover { background:#86a0d2; }


/*技术支持*/


.jishunr { width:100%; overflow: hidden; position: relative; margin-bottom: 20px; }
.jishunr ul li {
    overflow: hidden;
    padding: 40px 0;
    border-bottom: 1px dotted #666;
}
.common_left_chil { float: left; }
.common_left_chil p a {
    font-size: 20px;
    color: #444444;
    padding-bottom: 20px;
    display: block;
	text-decoration: none;
}
.common_left_chil span a {
    font-size: 14px;
    color: #444444;
	text-decoration: none;
}
.common_right_chil em a {
    font-size: 16px;
    color: #888888;
    padding-top: 20px;
    float: right;
	text-decoration: none;
	font-style:normal;
	
}

/*视频*/


.videozx1 { margin-bottom:10px; overflow: hidden; }

.videobox1 { width:100%; position: relative; overflow: hidden; margin-bottom: 30px; }
.videobox1 .videoimg img { width:100%; display: block; }
.videobox1 .videobg { width:100%; position: absolute; height: 100%; background: rgba(0,0,0,.4); display: none;   }
.videobox1 .videobg .videofont { width:100%; text-align: center; font-size:20px; position: absolute; top:40%;  }
.videobox1 .videobg .videofont img { max-width:100%; display: inline-block; }
.videobox1 .videobg .videofont p { margin-bottom:10px; color:#fff; font-weight: 700; }

.videobox1:hover > a > .videobg { display: block; }

.viodebox2 { width:46%; margin-right:4%; float: left; overflow: hidden; margin-bottom: 30px;  }
.videozx .viodebox2:nth-child(4n) { margin-right:0px; }
.videobox { width:100%; position: relative; overflow: hidden;  }
.videobox .videoimg img { width:100%; display: block; }
.videobox .videobg { width:100%; position: absolute; height: 100%; background: rgba(0,0,0,.4); display: none;   }
.videobox .videobg .videofont { width:100%; text-align: center; font-size:20px; position: absolute; top:30%;  }
.videobox .videobg .videofont img { max-width:100%; display: inline-block; }
.videobox .videobg .videofont p { margin-bottom:10px; color:#fff; font-weight: 700; }
.videobox:hover > a > .videobg { display: block; }

.spfont { width:100%; padding: 10px 0px; font-size:14px; color:#666; }



/*foot*/

.foot {
    width: 100%;
    background-color: #2c2c2c;
    padding: 80px 0 0;
    font-family: inherit;
}

.foot .content {
    max-width: 1370px;
    margin: 0 auto;
}

.foot_top {
    border-bottom: 1px solid rgba(82,82,82,.5);
    padding-bottom: 20px;
    position: relative;
}

.foot .link_list {
    margin-right: 80px;
    float: left;
}

.foot ul li {
    color: #fff;
    line-height: 28px;
    font-size: 16px;
}

.foot .first_li {
    margin-bottom: 15px;
}

.foot .copyright, .foot ul li a {
	color: #7c7c7c;
	font-size: 14px;
	text-decoration: none;
}
.foot_top ul li a:hover {
	color: #fff
}
.foot_top {
	border-bottom: 1px solid rgba(82,82,82,.5);
	padding-bottom: 80px;
	position: relative;
	overflow: hidden;
}
.foot .copyright {
	font-size: 12px;
	color: #888;
	width: 100%;
	padding-top: 16px;
}
.foot .copyright p {
	float: left
}
.foot .gs {
	float: left;
	position: relative;
	height: 20px;
	line-height: 20px
}
.foot .gs>a {
	padding-left: 25px;
	line-height: 20px;
	color: #888
}
.foot .gs>img {
	position: absolute;
	left: 0;
	top: 0
}
.foot .tel {
	text-align: right
}
.foot .tel p {
	color: #7c7c7c;
	font-size:14px;
}
.foot .tel .phone_num {
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
}
.foot .language ul {
	width: 140px;
	border-radius: 5px;
	position: relative
}
.foot .language .active {
	background: #363636
}
.foot .language ul li {
	width: 140px;
	height: 40px;
	background: #363636
}
.foot .language li.arrow_d {
	background: url(//static.orvibo.com/guanwang_second/front/images/new/down_arrow_03-fdb7ea847b.png) 116px center no-repeat;
	border-radius: 5px
}
.foot .language ul li a {
	width: 100%;
	height: 100%;
	line-height: 40px;
	display: block;
	position: relative;
	padding-left: 46px;
	box-sizing: border-box
}
.foot .language ul li i {
	position: absolute;
	top: 9px;
	left: 16px
}
.foot .language li.arrow_d:hover {
	background:url(../images/zyw.png) 116px center no-repeat #252525;
	border-radius: 5px
}
.foot .language li#en:hover {
	background: #252525
}
.foot #en {
	position: absolute;
	left: 0;
	top: -40px;
	display: none;
	border-radius: 5px
}
.foot .language, .foot .tel {
	float: right
}
.foot .online_service {
	text-decoration: none;
	background: #2f7cd3;
	border-radius: 4px;
	width: 136px;
	height: 40px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	margin-top: 25px;
	display: block;
	float: inherit
}

.foot .copyright {
    font-size: 12px;
    color: #888;
    width: 100%;
	background: #2c2c2c;
	padding-bottom: 60px;
}

.foot .copyright p {
    float: left;
	font-size:13px;
	line-height: 40px;
}

.foot .language, .foot .tel {
    float: right;
}

.foot .language ul {
    width: 140px;
    border-radius: 5px;
    position: relative;
}


.foot ul li {
    color: #fff;
    line-height: 28px;
    font-size: 16px;
}

.foot .language ul li {
    width: 140px;
    height: 40px;
    background: #363636;
}

.foot #en {
    position: absolute;
    left: 0;
    top: -40px;
    display: none;
    border-radius: 5px;
}


.foot .language ul li a {
    width: 100%;
    height: 100%;
    line-height: 40px;
    display: block;
    position: relative;
    padding-left: 46px;
    box-sizing: border-box;
}

.foot .language ul li i {
    position: absolute;
    top: 9px;
    left: 16px;
}

.us_en {
    height: 15px;
    width: 21px;
    background-position: -220px 0;
}

.flag, .icon_arrow_down {
	background-image:url(../images/gq.png)
}
.flag, .foot .erweima, .getTop div, .icon_arrow_down, .online div {
	background-repeat: no-repeat
}

.foot .language ul li i {
    position: absolute;
    top: 9px;
    left: 16px;
}

.china {
    height: 14px;
    width: 21px;
    background-position: -194px 0;
}

.flag {
    margin-top: 5px;
}


.lan_list:hover > #en { display:list-item!important; }

.foot .language li.arrow_d {
    background:url(../images/zyw.png) 116px center no-repeat;
    border-radius: 5px;
}


.er { float:left; }
.er img { max-width:100%; display:inline-block; margin-left: 30px; }


@media(max-width:1700px) { 

	.menu .nav { width:55%; }

}

@media(max-width:1600px) { 

	.menu .nav { width:60%; }

}

@media(max-width:1440px) { 

	.menu .nav { width:65%; }
	
	.product .swiper-container1 { padding-left:0px; padding-right: 0px; }
	
}


@media(max-width:1360px) { 

	
	.container3 { max-width:1200px;  }
	
	.h_news_section .gsxw_box { width:316px; }
	
	.h_news_section .hyxw_box { width:405px; }
	
	
	.work .container3 { max-width:1200px;  height: 553px;  }
	
	.work .container3 .child { width:385px; height: 257px; }
	
	.work .container3 .child#work1{top:0px;left:0px;}
    .work .container3 .child#work2{top:0px;left:406px;}
    .work .container3 .child#work3{top:0px;left:810px;}
    .work .container3 .child#work4{top:277px;left:0px;}
    .work .container3 .child#work5{top:277px;left:406px;}
    .work .container3 .child#work6{top:277px;left:810px;}
	
	
	
	

}




@media(max-width:1320px) { 

	.menu .nav { width:70%; }

}



@media(max-width:1270px) { 

	.er { width:24%; }
	.er img {
    max-width: 40%;
    display: inline-block;
    margin-left: 10px;}

}



@media(max-width:1240px) {

	.menu .nav { width:70%; }
	
	.menu .nav li a { padding:0px 20px; }  	
	
	.er { width:20%; }
	.er img {
    max-width: 40%;
    display: inline-block;
    margin-left: 10px;}

	
	
	
}


@media(max-width:1040px) {

	.menu .nav { width:70%; }
	
	.menu .nav li a { padding:0px 10px; }  	
	
	.er { width:20%; }
	.er img {
    max-width: 40%;
    display: inline-block;
    margin-left: 10px;}

	
	
	
}


@media(max-width:1040px) {

	.menu .nav { width:70%; }
	
	.menu .nav li a { padding:0px 10px; }  	
	
	.er { width:20%; }
	.er img {
    max-width: 40%;
    display: inline-block;
    margin-left: 10px;}

	
	
	
}


@media(max-width:940px) {

	.menu .nav { width:70%; }
	
	.menu .nav li a { padding:0px 10px; }  	
	
	.er { width:20%; }
	.er img {
    max-width: 40%;
    display: inline-block;
    margin-left: 10px;}
    
	.logo { width:20%; }
	.logo img { padding:10px 0px 10px 40px; }
	
	
	
}



@media(max-width:900px) {

	.menu .nav { width:75%; }
	
	.menu .nav li a { padding:0px 10px; }  	
	
	.er { width:20%; }
	.er img {
    max-width: 40%;
    display: inline-block;
    margin-left: 10px;}
    
	.logo { width:20%; }
	.logo img { padding:10px 0px 10px 40px; }
	
}


@media(max-width:840px) {

	.menu .nav { width:80%; }
	
	.menu .nav li a { padding:0px 10px; }  	
	
	.er { width:20%; }
	.er img {
    max-width: 40%;
    display: inline-block;
    margin-left: 10px;}
    
	.logo { width:20%; }
	.logo img { padding:10px 0px 10px 40px; }
	
}







/*手机站*/



/*---------------------------------------------------------------------------------------------------------------手机站导航开始----------*/
.sp_header{height:50px;overflow:hidden;background:#212121;position:fixed;z-index:99;width:100%; display: none;}
.sp_logo{padding:10px;float:left;height:50px}
.sp_logo img{margin:auto;max-height:35px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{display:block;background:#fff;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:100;background:#212121;width:60%;height:100%;font-size:14px;line-height:40px;top:50px;right:-100%;overflow:auto;overflow-x:hidden;transition:right ease 0.35s;}
.nav_show{top:50px; right: 0px!important; }
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px; float:left; text-align:center; color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #333 solid;height:30px;padding:0px 7px 0 7px;w}
.sjj_nav ul li span{width: 110px; height: 30px; display: inline-block;position:absolute;top:5px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #333 solid;margin-left:20px;position:relative;line-height:40px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #333 solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#fff;width:80%}
.sjj_nav ul li ul li a{color:#bdbdbd;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#999;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#2f7cd3;}
.sjj_nav ul li ul li>ul{margin-left:10px}
/*---------------------------------------------------------------------------------------------------------------手机站导航结束----------*/

.sjsybanner { display:none!important; }
.index_soft .sjapp { display:none; }
.sjnews { display:none; overflow: hidden; position: relative; }
.sjnews .sjnewsbox { width:100%; margin-bottom: 10px; border-bottom:1px solid #eee; position: relative; }
.sjnewsbox .sjnewsimg img { width:100%; display: block; }
.sjnewsbox .sjnewsfont h1 { font-size:16px; color:#333; text-align: left; font-weight: normal; margin-top: 10px; margin-bottom: 5px;  }
.sjnewsbox .sjnewsfont p { font-size:12px; color:#666; text-align: left; margin-bottom: 10px;  }

.sjnewsbox .sjnewsfont1 { position:absolute; bottom: 0px; width: 99%; background-color:rgba(0,0,0,0.5); padding-left: 1%;  }
.sjnewsbox .sjnewsfont1 h1 { font-size:16px; color:#fff; text-align: left; font-weight: normal; margin-top: 10px; margin-bottom: 5px;  }
.sjnewsbox .sjnewsfont1 p { font-size:12px; color:#fff; text-align: left; margin-bottom: 10px;  }



.sjnews .sjnewsbox1 { width:100%; margin-bottom: 10px; background: #f5f5f5; position: relative; }
.sjnewsbox .sjnewsfont { padding-left:1%;  }





.db { width:100%; height: 100%; background-color:rgba(0,0,0,0);  top:0px; right:0px; z-index: 99; position: fixed; display: none;  }


.sjcase { display:none; }
.sjpro { display:none; }
.sjanli { display:none; }


/*sjanli*/
	
	.pc-slide {
    margin: 0px 0px 0px;}


.view .arrow-left {
    background: url(../images/prev.png) no-repeat left center;
    background-size: auto 100%;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 35px;
    height: 51px;
    z-index: 10;
}

.view .arrow-right {
    background: url(../images/next.png) no-repeat right center;
    background-size: auto 100%;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 35px;
    height: 51px;
    z-index: 10;
}

.view .swiper-container2 section {
    justify-content: space-between;
}

.view .swiper-container2 section big {
    width: 100%;
}
.view .swiper-container2 section span {
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.view .swiper-container2 section {
    justify-content: space-between;
	background:#fff;
}

.view .swiper-container2 section span p {
    font-size: 16px;
    color: #333;
    width: 100%;
	margin: 10px 0px;
}

.view .swiper-container2 section span small {
    display: block;
    font-size: 14px;
    color: #4d4d4d;
    width: 100%;
	margin-bottom: 10px;
}

.view .swiper-container2 section span a {
    display: block;
    width: 160px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #00a2e9;
    border-radius: 5px;
    transition: .3S;
	text-decoration: none;
}

.view .swiper-container2 .swiper-slide {
}


.swiper-container2 .swiper-slide img { height: auto; display: block; width: 100%; }
.view .swiper-container2 .swiper-slide {
}




.preview {
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.preview .swiper-slide {
    width: 23%;
    cursor: pointer;
    margin-right: 2%;
    background: #fff;
    border-radius: 3px;
}

.preview .swiper-slide {
    width: 32%;
    cursor: pointer;
    margin-right: 2.5%;
    background: #fff;
    border-radius: 3px;
}

.preview .active-nav img {
    opacity: 1;
}

.preview img {
    opacity: .47;
    width: 100%;
}

.swiper-slide-active { opacity:1!important; }

.download p { display:none; }


.sjnyprolist { display:none; }




@media(max-width:768px) {


  .izl-rmenu { display: none; }
	.menu { display:none; }
	.sp_header { display:block; }
	.pcsybanner { display:none!important; }
	.sjsybanner { display:block!important; }
	
	.wel-list3 .casetitle h1 { font-size:24px; color:#fff; }
	.wel-list3 .casetitle p { font-size:14px; color:#fff; }
	.wel-list3 .list3-item { flex:auto; margin-bottom: 10px; }
	.wel-list3 { background:#50575d; padding-bottom: 0px;}
	.wel-list3 .casetitle { padding:10px 0px 10px; }
	
	.product { margin-bottom:0px; padding-bottom: 30px; }
	.product .casetitle { padding:20px 0px 20px; }
	.product .casetitle h1 { font-size:24px; }  
	.product .casetitle p { font-size:14px; }
	.product .swiper-container1 { min-height:inherit; }
	
	
	.case .casetitle { padding:20px 0px 10px; }
	.case .casetitle h1 { font-size:24px; }
	.case .casetitle p { font-size:14px; }
	
	
	.case { background:#f5f5f5; margin-bottom: 0px; }
	.case .work .container3 a { display:none; }
	.case .work .container3 a:nth-child(1) { display:block; margin-bottom: 10px;}
	.case .work .container3 a:nth-child(2) { display:block;}
	.work .container3 .child { position:relative; width: 100%; height: auto;}
	.work .container3 .child#work1 { left:auto; top:auto;}
	.work .container3 .child#work2 { left:auto; top:auto; }
	.work .container3 .child .childImg { display:block; }
	.work .container3 { height:auto; margin: 0px auto 0px; }
	
	
	.index_soft { min-height:inherit; }
	.index_soft .appimg { display:none; }
	.index_soft .sjapp { display:block; }
	.index_soft .download { width: 60%; height: auto; background: inherit; padding: 0px; top:12%; left:6%;  }
	.index_soft .download .s_tit1 {line-height: inherit; color:#fff; font-size:18px; margin-bottom: 12px; }
	.index_soft .download .info { color:#fff; font-size:14px; line-height: 20px!important; } 
	.index_soft .download a { color:#fff; margin-top: 8px; font-size:14px; }
	
	.h_news_section { background:#fff; padding: 0px 0px 0px 0px; margin: 10px 0px 10px; }
	.h_news_section .casetitle { padding:10px 0px 10px; margin-bottom: 10px; }
	.h_news_section .casetitle h1 { font-size:24px; }
	.h_news_section .casetitle p { font-size:14px; }
	.h_news_section .slide_box { display:none; }
	.h_news_section .gsxw_box { display:none; }
	.h_news_section .hyxw_box { display:none; }
	
	
	.sjnews { display:block; }
	
	
	.wel-list5 .left-mains { width:100%; margin: 0px 0px;  }
	.wel-list5 .list5-right { display:none; }
	.hz { background:#fff; padding-top: 0px; }
	.wel-list5 { margin-bottom:0px; background: url(../images/lyyc1.jpg) no-repeat center center!important;}
	.wel-list5 .list5-left { padding:40px 0px; flex:none; width:100%; background-color: transparent!important;}
	.wel-list5 .list5-h5 { font-size:28px; }
	.foot { padding:30px 0 0; }
	.foot .link_list { display:none; }
	.er { width:100%; text-align: center; float: none; }
	.er img { margin-left:0px; }
	.foot .language { display:none; }
	.foot .language, .foot .tel { width:100%; float: none; text-align: center; }
	.foot .online_service { display:inline-block;}
	.foot_top { padding-bottom:30px; }
	.foot .copyright p { font-size:12px; text-align: center; }
	.foot .tel .phone_num { margin-bottom:5px; }
	.foot .online_service { margin-top:15px; }
	.foot .language, .foot .tel { margin-top:15px; }
	.foot .content { height:auto; }
	.foot .copyright p { background:#2c2c2c; padding-bottom: 10px; width:100%; line-height: 30px; }
	.foot .copyright { }
	
	.container3 { padding-left:20px; padding-right:20px; }
	.container1 { padding-left:20px; padding-right:20px; }
	.hz .container1 { padding-left:20px!important; padding-right:20px!important; }
	.hz { margin-bottom:0px; }
	
	.wel-list5 .list5-td:before, .form-bg0 .form-td:before, .form-bg0 .select-tr:before { display:none; }
	.wel-list5 .tr4:before, .wel-list5 .tr2:before, .wel-list5 .tr3:before, .form-bg0 .select-tr:before, .family-list4 .code-tr:before, .family-list4 .textarea-tr:before, .family-list4 .province-section:before { display:none; }
	
	.wel-list3 .txts-mains { opacity:1; }
	.wel-list3 .list3-txts { height:204px; }
	
	
	
	.list3-mains { display:none; }
	.sjcase { display:block;}
	.wel-list3 .cir-wrap { display:none; }
	
	
	.product .swiper-container1 { display:none; }
	.sjpro { display:block; padding-left: 20px; padding-right: 20px; }
	
	
	
	.case .work { display:none; }
	.sjanli { display:block; padding: 0px 20px 20px; } 
	.pc-slide { padding: 10px; background:#fff; }
	
	
	
	.wel-list3 .list3-ico1 { width:36px; height: 36px;display: none; }
	.wel-list3 .list3-h5 { font-size:20px; padding-bottom: 16px; }
	.view .swiper-container2 section span small { display:none; }
	
	
	
	.er img:nth-child(2) { display: none; }
	.download p { margin-top:15px; display: block; }
	.download p img { width: 120px; height: 120px; }

	
	.container2 { padding-left:20px; padding-right:20px; }
	
	.nynav { display:none; }
	.nybanner { display: block; background:url(../images/women7.jpg) no-repeat center;width: 100%;padding-top:50px; height: 300px; overflow: hidden; }
	.nybanner img:nth-child(1){display: none;}
	.nybanner .p1{display: block; background:url(../images/women1.jpg) no-repeat center;width: 100%;height: 300px;overflow: hidden;}
	.nybanner .p2{display: block; background:url(../images/women2.jpg) no-repeat center;width: 100%;height: 300px;overflow: hidden;}
	.nybanner .p3{display: block; background:url(../images/women3.jpg) no-repeat center;width: 100%;height: 300px;overflow: hidden;}
	.nybanner .p4{display: block; background:url(../images/women4.jpg) no-repeat center;width: 100%;height: 300px;overflow: hidden;}
	.nybanner .p5{display: block; background:url(../images/women5.jpg) no-repeat center;width: 100%;height: 300px;overflow: hidden;}
	.nybanner .p6{display: block; background:url(../images/women6.jpg) no-repeat center;width: 100%;height: 300px;overflow: hidden;}
	.nybanner .p7{display: block; background:url(../images/women7.jpg) no-repeat center;width: 100%;height: 300px;overflow: hidden;}
	.nybanner .p8{display: block; background:url(../images/women8.jpg) no-repeat center;width: 100%;height: 300px;overflow: hidden;}
	.ytitle4 { height:50px; }
	.nytitle4 h1 { line-height:50px; }
	.offLine-list2 .form-contents.w1100 { width:100%; flex:none; }
	.offLine-list2 .form-td3 { width:100%; flex:none;; }
	.offLine-list2 .form-contents.w1100 .form-td1, .offLine-list2 .form-contents.w1100 .form-td2 { flex:none;; width:100%; }
	.form-td2 { margin-top:30px; }
	.offLine-list2 .form-title2 { right:auto; }
	.offLine-list2 .form-tr1, .offLine-list2 .province-section {  }
	.offLine-list2 .form-contents { display:block; }
	.offLine-list2 .form-td3 { display:block; }
	.offLine-list2 .form-td3.form-td31 { margin-left:0px; margin-top:30px; } 
	.offLine-list2 { background:#1e50ae; }
	.form-title2 { display:none; }
	
	.footer-outerLink .outer-item { float:none; width:100%; }
	.footer-outerLink .outer-item { margin-left:0px; } 
	.footer-outerLink .outer-mains { padding-left:0px; }
	.offLine-list2 { margin: 30px 0px 30px; }
	
	
	
	.nytitle2 { height:50px; }
	.nytitle2 h1 { line-height:50px; }
	
	
	.join-box .title { padding:0px 0px; }
	.join-box .title p { font-size:12px; }
	.join-box li .tit p { font-size:12px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
	.join-box li { padding:10px 0px; }
	.join-box li .in { padding:10px 10px; font-size:12px!important; }
	.join-box li .in .top dd { font-size:12px; width:100%; float:none; }
	.join-box li .in .bot>div { width:100%; float:none; margin-right:0px; margin-bottom:10px; }
	
	
	
	.casebox { width:100%; margin-right:0px; }
	.newslist01 .news01img { width:100%; float:none; margin-right:0px; }
	.newslist01 .news01font { width:100%; float:none; padding:20px 0px; }
	.newslist01 { margin-bottom:30px; }
	.newsnr1 .casebox { width:100%; margin-right:0px; float:none; }
	.news-page { width:auto; }
	
	
	.contact03box { width:94%; float:none; margin-right:0px; margin-bottom:20px; } 
	.ditu .dil { width:100%; float:none; } 
	.ditu .dir { padding:0px; width:100%; float:none; }
	
	
	.nytitle { padding-top:50px; height:50px; }
	.nytitle h1 { line-height:50px; }
	
	.xiazai01 .xiazaiimg { width:100%; float:none; margin-top:20px; display:block; overflow:hidden;  }
	.xiazai01 .xiazaifont { width:100%; float:none; }
	.xiazai01 .xiazaiimg img { max-width:inherit; width:100%;  }

	
	.viodebox2 { width:100%; margin-right:0px; float:none; }
	
	
	
	.proii { width:100%; height:auto; }
	.prooo { width:100%; position:relative; top:auto; }
	.profontxq { width:100%; top:auto; position:relative; height:auto; }
	.probutbox { overflow:hidden; }
	
	
	
	.pronr .nyprolist { display:none; }
	.pronr .proimglist { display:none; }
	.sjnyprolist { display:block; margin:10px 0px;  overflow:hidden; }
	.sjnyprolist .sjprobox { overflow:hidden;} 
	.sjnyprolist .sjprobox img { width:100%; display:block; }
	
	.videobox1 .videoimg img{width: 200%;}
	
	
	 .wel-list5 .list5-tr {
   
    margin-bottom: 5px; }
	
	
	
	
	
}



.sjcase { overflow:hidden; position: relative; }
.sjcasebox { width:100%;  overflow: hidden; }
.sjcasebox .sjcaseimg img { width:100%; display: block; }
.sjcasebox .sjcasefont { padding:12px 0px;; }
.sjcasebox .sjcasefont h3 { color:#666; font-size:16px; text-align: center; font-weight: normal; }























