﻿.panel-body,.panel-body *::after,.panel-body *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.panel-body *::after,.panel-body *::before {
	content: ''
}

body {

}

.panel-body a {

	color: #4da3cf;
	text-decoration: none
}


.test1::-webkit-scrollbar {/*滚动条整体样式*/
        width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 3px;
    }
.test1::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #535353;
    }
.test1::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #EDEDED;
    }

@media only screen and (min-width:768px) {

	header h1 {
		font-size: 26px;
		font-size: 1.625rem
	}
}

.cd-tabs {
	position: relative;
	width: 90%;
	max-width: 960px;
	margin: 2em auto
}

.cd-tabs:after {
	content: "";
	display: table;
	clear: both
}

.cd-tabs::after {
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	width: 50px;
	z-index: 1;
	pointer-events: none;
	background: -webkit-linear-gradient( right,#f8f7ee,rgba(248,247,238,0));
	background: linear-gradient(to left,#f8f7ee,rgba(248,247,238,0));
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s,visibility 0s 0s;
	-moz-transition: opacity .3s 0s,visibility 0s 0s;
	transition: opacity .3s 0s,visibility 0s 0s
}

.no-cssgradients .cd-tabs::after {
	display: none
}

.cd-tabs.is-ended::after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s,visibility 0s .3s;
	-moz-transition: opacity .3s 0s,visibility 0s .3s;
	transition: opacity .3s 0s,visibility 0s .3s
}

.cd-tabs nav {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	/*background: #f8f7ee;
	box-shadow: inset 0 -2px 3px rgba(203,196,130,.06)*/
}

@media only screen and (min-width:768px) {
	.cd-tabs::after {
		display: none
	}

	.cd-tabs nav {
		/*position: absolute;*/
		top: 0;
		left: 0;
		height: 100%;
		box-shadow: inset -2px 0 3px rgba(203,196,130,.06);
		z-index: 1
	}
}

@media only screen and (min-width:960px) {
	.cd-tabs nav {
		position: relative;
		float: none;
		background: 0 0;
		box-shadow: none
	}
}

.cd-tabs-navigation {
	width: 600px;
	 overflow-x: hidden;
        overflow-y: scroll;
        line-height: 30px;
        text-align: center;
		list-style-type:none;
        font-size:18px;
}
.cd-tabs-navigation::-webkit-scrollbar {
	display:none;
}

.cd-tabs-navigation:after {
	content: "";
	display: table;
	clear: both
}

.cd-tabs-navigation li {
	float: left
}

.cd-tabs-navigation a {
	position: relative;
	display: block;
	height: 60px;
	width: auto;
	text-align: center;
	font-size: 12px;
	font-size: .75rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	color: #666;
	padding: 18px 4px 0 4px;
}

.no-touch .cd-tabs-navigation a:hover {
	color: #29324e;
	/*background-color: rgba(233,230,202,.3)*/
}

.cd-tabs-navigation a.selected {
	background-color: transparent!important;
	box-shadow: inset 0 2px 0 #4da3cf;
	color: #29324e
}

.cd-tabs-navigation a::before {
	position: absolute;
	top: 12px;
	left: 50%;
	display: inline-block;
	height: 20px;
	width: 20px
}

@media only screen and (min-width:768px) {
	.cd-tabs-navigation::-webkit-scrollbar {
	display:none;
}

.cd-tabs-navigation:after {
	content: "";
	display: table;
	clear: both
}

.cd-tabs-navigation li {
	float: left
}

.cd-tabs-navigation a {
	position: relative;
	display: block;
	height: 60px;
	width: auto;
	text-align: center;
	font-size: 12px;
	font-size: .75rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	color: #666;
	padding: 34px 8px 0 0;
}

.no-touch .cd-tabs-navigation a:hover {
	color: #29324e;
	/*background-color: rgba(233,230,202,.3)*/
}

    .cd-tabs-navigation a.selected {
        background-color: transparent !important;
        box-shadow: inset 0 2px 0 #4da3cf;
        color: #29324e
    }

.cd-tabs-navigation a::before {
	position: absolute;
	top: 12px;
	left: 50%;
	display: inline-block;
	height: 20px;
	width: 20px
}
}

@media only screen and (min-width:960px) {
	.cd-tabs-navigation {
		width: auto;
		/*background-color: #f8f7ee;
		box-shadow: inset 0 -2px 3px rgba(203,196,130,.06)*/
	}

	.cd-tabs-navigation a {
		height: 60px;
		line-height: 60px;
		width: auto;
		text-align: left;
		font-family:Microsoft YaHei,Arial;
		color: #666;
		font-size: 16px;
		/*font-size: .875rem;*/
		padding: 0 1em 0 1em
	}

	.cd-tabs-navigation a.selected {
		box-shadow: inset 0 -2px 0 #4da3cf
	}

	.cd-tabs-navigation a::before {
		top: 50%;
		margin-top: -10px;
		margin-left: 0;
		left: 38px
	}
}

.cd-tabs-content {
	background: #fff
}

.cd-tabs-content li {
	display: none;
	padding: 0em
}

.cd-tabs-content li.selected {
	display: block;
	-webkit-animation: cd-fade-in .5s;
	-moz-animation: cd-fade-in .5s;
	animation: cd-fade-in .5s
}

.cd-tabs-content li p {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.6;
	color: #000000;
}

@media only screen and (min-width:768px) {
	.cd-tabs-content {
		min-height: 480px
	}

	.cd-tabs-content li {
		padding: 2em 2em 2em 7em
	}
}

@media only screen and (min-width:960px) {
	.cd-tabs-content {
		min-height: 0
	}

	.cd-tabs-content li {
		padding: 1em
	}

	.cd-tabs-content li p {
		font-size: 16px;
		font-size: 1rem
	}
}

@-webkit-keyframes cd-fade-in {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-moz-keyframes cd-fade-in {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes cd-fade-in {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .span6 {
    width: 48.93617021276595%;
}
@media only screen and (max-width:360px){
.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.127659574468085%;
}
}
.span6 {
    width: 460px;
}
[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}
@media (min-width: 768px) {
  .inner {
    padding:10px 10px;width:30%;display: inline-block;vertical-align:top;
  }
  .inner1 {
    padding:5px 2px;width:24%;display: inline-block;vertical-align:top;
  }
   .inner2 {
    padding:5px 2px;width:32%;display: inline-block;vertical-align:top;
  }
  .inner1 p{
  	padding:0 15px;
  }
  .inner3 {
    padding:5px 2px;width:48%;display: inline-block;vertical-align:top;
  }

   .inner3 img{
   	max-width: 150px;
    width:30%!important;
  }
  .inner3 .inner3-box {
    padding:20px 10px;width:65%;display: inline-block;vertical-align:top;
  }
/*   .inner3 .inner-box{
    padding:5px 2px;width:48%;display: inline-block;vertical-align:top;
  }*/
}
@media (max-width: 768px) {
  .inner {
    padding:10px 10px;width:80%;display: inline-block;vertical-align:top;
  }
   .inner1 {
    padding:5px 2px;width:48%;display: inline-block;vertical-align:top;
  }
  
  .inner1 p{
  	padding:0 15px;
  }
  .inner2 {
    padding:5px 2px;width:48%;display: inline-block;vertical-align:top;
  }

   .inner3 img{

    width:30%!important;
  }
  .inner3 .inner3-box {
    padding:5px 10px;width:65%;display: inline-block;vertical-align:top;
  }
}
@media (max-width: 480px) {
  .inner {
    padding:10px 10px;width:100%;display: inline-block;vertical-align:top;
  }
  .inner1 {
    padding:5px 2px;width:96%;display: inline-block;vertical-align:top;
  }

}

.cd-tabs-content img{
	max-width:auto;
	max-height: auto;
}
.container2 {
    margin-top: 0px !important;
    padding:25px;
    border-radius:5px;
    /*background-color:#ffffff;*/
    border: 0px solid #cecece;
     /*border-bottom: 0px;*/
    
}
.column_cont {
    position: absolute;
    left: 0%;
    top: 5%;
    width: 100%;
    height: 80%;
    background-color: transparent;
    padding: 0% 50px 0% 50px;
    display: none;
}

.img_a {
    position: absolute;
    left: 5%;
    top: 6%;
    width: 90%;
    height: 87%;
    background-color: #ffffff;
    overflow:hidden;
    display: none
}

    .img_a img {
        width: 100%;
        /*height: 100%;*/
        margin:auto;
    }

.tab {
    /*position: absolute;
    bottom: 0%;*/
    width: 100%;
    background-color: transparent;
    border-bottom: 0px solid #cecece;
    margin-bottom:15px;
}

.tab_ {
    z-index: 2;
    /*flex: 1;*/
    text-align: center;
    /*padding-top: 15px;
    padding-bottom: 25px;*/
    border-radius: 0px;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    background-color: #d7d7d7;
    margin-left: 29px;
    margin-right: 29px;
    /*font-weight: 700;*/
}
    .tab_ div {
        width: 6.5vw;
        height: 50px;
        line-height: 50px;
        border: 0px solid #cecece;
        border-radius: 0px;
        font-family: Microsoft YaHei,Arial, SimSun;
    }
.cd-tabs-navigation li a {
cursor:pointer;
}
.page_ {
    position: absolute;
    left: 0%;
    bottom: 7%;
    width: 100%;
    display: flex;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight:700;
}

.contentTitle {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    color:white;
}

    .contentTitle a {
        text-decoration: none;
        color: white;
    }

.active_ {
    display: block;
}

.active1_ {
    color: white;
    background-color: rgb(0, 112, 192);
}
.contentDesc {
    font-size: 16px;
    letter-spacing: 2px;
    color: #ffffff;
    line-height:26px !important;
}

.headerContent:not(:first-child) {
    
    margin-top: 50px;
    /*margin-bottom: 30px;*/
}
.headerContent {
    text-align: center;
    /*margin-bottom: 30px;*/
}
.headerContent h4 {
    letter-spacing:5px;
    margin-bottom:40px;
}


.design_concept_div {
    width: 100%;
    font-family: Microsoft YaHei, Arial, SimSun;
    color: white
}
.design_concept_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #4874cb;
    color: white;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
}
.design_concept_desc {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-align: left;
    margin-top:10px;
}
.headerSecordContent {
    text-align: center;
    margin-top: 0px;
}
.headerSecordContent h4 {
margin-top:30px;
margin-bottom:30px
}
    .intelligentWeak_div {
        display: flex;
        width: 1400px;
        border: 1px solid #cecece
    }
.intelligentWeak_div_left {
    
   
    width: 100%;
    font-family: Microsoft YaHei,Arial, SimSun;
    color: #333;
    font-size: 20px;
    display:flex;
    justify-content:left;
    /*align-items:center;flex-wrap:wrap;*/

}
    .intelligentWeak_div_left div {
        width: 350px;
        margin-top: 50px;
        border: 0px solid #cecece;
        padding: 20px;
        border-radius: 5px;
        /*height: 172px;*/
        height: 200px;
       
    }

   
        .intelligentWeak_div_left div:not(:last-child) {
            margin-right: 80px;
        }
    .intelligentWeak_div_left p:nth-child(odd) {
        margin: 0px;
        /*padding-top:10px;*/
        margin-bottom: 15px;
        /*line-height:0;*/
    }
    .intelligentWeak_div_left p:nth-child(even) {
        margin: 0px;
        margin-bottom: 10px;
        font-size: 16px;
        color: rgb(102,102,102);
        /*line-height: 0;*/
    }
    .intelligentWeak_div_left p strong {
        color: #333;
        border-bottom: 2px solid rgb(0, 112, 192);
    }

.intelligentWeak_div_right {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.intelligentWeak_div_right img{
    width: 100%;
}


.clothes_div {
    display: flex;
    width: 1400px;
    border: 1px solid #cecece
}
.clothes_div_left strong {
    font-size:18px;
color:#292929;
}
.clothes_div_left {
    padding-left: 50px;
    padding-top: 30px;
    width: 50%;
    font-family: Microsoft YaHei,Arial, SimSun;
    color: rgb(102,102,102);
    font-size: 16px;
    border: 1px solid #cecece;
}
.clothes_div_desc {
    display: flex;
    align-items: center;
    height:50px;
}
.clothes_div_title {
    font-size: 22px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
}
.clothes_div_left p:nth-child(odd) {
    margin: 0px;
    margin-bottom: 5px
}

    .clothes_div_left p:nth-child(even) {
        margin: 0px;
        margin-bottom: 10px;
        font-size: 16px;
        color: rgb(102,102,102);
    }

.clothes_div_right {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center
}

    .clothes_div_right img {
        width: 100%;
    }

.dot_div {
    left: 6px;
    top: 7px;
    width: 13px;
    height: 13px;
    background: rgb(0, 112, 192);
    border-radius: 50%;
    margin-right:10px
}
.met1 .case-item {
    width:100%;
    height:auto;
    margin:auto;
    
}
    .met1 .case-item .case-des p {
        /*color: #292929;*/
        font-size: 16px;
        /*height: 345px;*/
        line-height: 2;
        overflow: hidden;
        overflow-y: auto;
        margin-left: 50px;
        margin-right: 50px;

        
    }



.met1 .case-item .case-video {
    position: relative;
    width: 60%;
}

.met1 .case-item .case-video img {
    height: 100%;
    /*-o-object-fit: cover;
    object-fit: cover;*/
    width: 100%;
}


.met1 .case-item .case-des .case-tit h4 {
    /*color: #fff;*/
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 0;
    margin-top:0;
}

.met1 .case-item {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}


.met1 .case-item .case-video:after, .case-container .case-item .case-video:before {
    background-image: url(http://www.gzyunwu.cn/uploads/allimg/case-line.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 100%;
}

    .met1 .case-item:nth-child(odd) .case-des {
        order: 1;
    }

    .met1 .case-item .case-des .case-tit .line {
        background: linear-gradient(180deg, #0070c0, #2e98ff);
        flex: 0 0 auto;
        height: 33px;
        margin-right: 16px;
        width: 4px;
    }

    .met1 .case-item .case-des .case-tit {
        align-items: center;
        display: flex;
        margin-bottom: 0px;
        margin-left: 50px;
        margin-top: 20px
    }



.met1 .case-item .case-des .case-tit h4 {
    /*color: #292929;*/
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 0;
}

.met1 .case-item .case-des p
.met1 .case-item .case-video {
    position: relative;
    width: 60%;
}

.met1 .case-item .case-video .mask .play-btn {
    background: url(http://www.gzyunwu.cn/uploads/allimg//play-icon.png) no-repeat 50% / contain;
    cursor: pointer;
    height: 82px;
    transition: all .3s;
    width: 82px;
}

.met1 .case-item .case-video:hover .mask .play-btn {
    background-image: url(http://www.gzyunwu.cn/uploads/allimg/play-icon-active.png);
}

.met1 .case-item .case-video .mask {
    align-items: center;
    background: linear-gradient(90deg, rgba(0, 0, 0, .5) 2%, transparent);
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    transition: all .5s;
    width: 100%;
}

    .met1 .case-item .case-video {
        position: relative;
        width: 100%;
        height: 100%;
        
    }

.met1 .case-item .case-des {
    /*padding: 20px 0;*/
    width: 100%;
    
}

@media screen and (min-width: 768px) {
    .met1 .case-item .case-video {
        position: relative;
        width: 50%;
        height:100%;
        display:inline-block;
    }

    .met1 .case-item .case-des {
        /*padding: 20px 0;*/
        width: 50%;
        color: #292929;
        display: inline-block;
        /*border: 1px solid #cecece;*/
    }
}

.met1 .case-item .case-des:hover {
    background-color: rgb(0, 112, 192);
    color:#ffffff
}

.met1:nth-child(even) {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.met1:nth-child(odd) {
    background-color: rgb(251, 251, 251);
    padding-top: 50px;
    padding-bottom: 50px;
}
.container_div {
    width:100%
}
.container_div2 {
    width: 100%
}
.container_tab {
display:flex;
flex-wrap:wrap;
}
.container_tab_left {
    width: 100%;
    height: 480px;
    border: 0px solid #cecece;
    position: relative;
    background-color: rgb(0, 112, 192);
}

.container_tab_right {
    width: 100%;
    height: 480px;
    border: 0px solid #cecece;
    background-color: #ffffff;
    position: relative;
    border-left: 0px;
}

.tab_title {
    width:100% 
}
.img_a img {
    height:auto !important
}
.tab_title {
    width: 100% !important
}
.tab_title2 {
    width: 100% !important
}
.tab_div {
    display: block;
    width: 100%;
    justify-content: center;
    align-items: center;
    /*flex-wrap:wrap;*/
}
.slideshow-container {
    position: relative;
   
    overflow: hidden;
}

.slide1 {
    position: absolute;
    width: 100%;
  left:0%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

    .slide1.active1 {
        opacity: 1;
    }

@media screen and (min-width: 768px) {
    .tab_div {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        /*flex-wrap:wrap;*/
    }
    .tab_title {
        width: 8.5vw !important
    }
    .tab_title2 {
        width: 10.5vw !important
    }
    .container_tab_left {
        width: 35%;
        height: 480px;
        border: 0px solid #cecece;
        position: relative;
        background-color: rgb(0, 112, 192);
    }

    .container_tab_right {
        width: 65%;
        height: 480px;
        border: 0px solid #cecece;
        background-color: #ffffff;
        position: relative;
        border-left: 0px;
    }
    .container_div {
        width: 1200px
    }
    .container_div2 {
        width: 1000px
    }
    .met1 .case-item {
        width: 1200px;
        height: 332px;
        margin: auto;
    }
}



.pic_img0, .pic_img, .pic_img2, .pic_img3 {
    text-align: center
}

    .pic_img3 img {
        margin-bottom: 10px;
    }

    .pic_img0 img {
        cursor: pointer;
        width: 30%;
        margin-left: 5px;
        margin-right: 5px;
    }

    .pic_img img {
        width: 20%;
        cursor: pointer;
        margin-left: 5px;
        margin-right: 5px;
    }

    .pic_img2 img {
        width: 20%;
        cursor: pointer;
        margin-left: 5px;
        margin-right: 5px;
    }

    .pic_img3 img {
        width: 20%;
        cursor: pointer;
        margin-left: 5px;
        margin-right: 5px;
    }

.pic_img4 img {
    width: 20%;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}

.pic_img5 img {
    width: 15%;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}

.pic_img img, .pic_img2 img, .pic_img3 img, .pic_img4 img, .pic_img5 img {
    transition: all 1s;
}

    .pic_img img:hover, .pic_img2 img:hover, .pic_img3 img:hover, .pic_img4 img:hover, .pic_img5 img:hover {
        transform: scale(1.3)
    }

p {
    line-height: 30px;
}

.test1 {
    width: 100%;
    background-color: #ffffff;
    /*padding-left: 70px;
            padding-right: 70px;*/
    margin-left: auto;
    margin-right: auto;
    /*margin: 0px auto;
            background-color: #ffffff;
            width: 1370px;*/
    margin-top: 0px;
    /*position: fixed !important;
            width:100%;
            z-index: 999;
            top: 23%;
            left: 0%;*/
}

html, body {
    scroll-behavior: smooth;
}

#hereNav0 {
    font-family: Microsoft YaHei,Arial, SimSun;
    font-size: 20px;
    color: rgb(0, 112, 192);
    /*padding-top: 300px*/
}

#hereNav1, #hereNav2, #hereNav3, #hereNav4, #hereNav5 {
    font-family: Microsoft YaHei,Arial, SimSun;
    font-size: 20px;
    color: rgb(0, 112, 192);
    /*padding-top: 300px*/
}



.add-msg-form select {
    box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    color: #444;
    width: 100%;
}

.add-msg-form .submit-button {
    background-color: #1b92ea
}

    .add-msg-form .submit-button:active, .add-msg-form .submit-button:hover {
        background-color: #1b92ea
    }



