
/*解决方案*/
.Solution>div{
    width: 25%;
    float: left;
    margin-top: 30px;
    padding-top:40px;
    padding-bottom: 40px;
}
.Solution>div:nth-child(1),.Solution>div:nth-child(3){
    background-color: #eeeeee;
    text-align: center;
}
.Solution>div:nth-child(2),.Solution>div:nth-child(4){
    background-color: #00a4c0;
}
.Solution-bk1>p:nth-child(1),.Solution-bk2>p:nth-child(1){
    font-size: 20px;
    font-weight: bold;
}
.Solution-bk1>p:nth-child(1)>span{
    color: #00a4c0;
    font-size: 30px;
    font-weight: normal;
}
.Solution-bk1>p:nth-child(2),.Solution-bk2>p:nth-child(2){
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Solution-bk1>button:nth-child(3),.Solution-bk2>button:nth-child(3){
    border: solid 1px #d2d2d2;
    background-color: #eeeeee;
    outline: none;
    line-height: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.Solution-bk2>button:nth-child(3){
    border: solid 1px #d2d2d2;
    background-color: #00a4c0;
}
.Solution-bk1>button:nth-child(3):hover{
    background-color: #f47e2f;
    color: #ffffff;
}
.Solution-bk2>button:nth-child(3):hover{
    background-color: #ffffff;
    color: #f47e2f;
}
.Solution-bk2>button:nth-child(3):hover>a{
	color:#00a4c0
}
.Solution-bk2,
.Solution-bk2>button>a{
    text-align: center;
    color: #ffffff;
}
.Solution-bk2>p:nth-child(1)>span{
    font-size: 30px;
    font-weight: normal;
}
/*
新闻中心*/
.title{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.Line{
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #707070;
}
.title>p:nth-child(1){
    font-size: 18px;
    padding-bottom: 5px;
}
.title>span:nth-child(3){
    font-size: 14px;
    text-transform:uppercase;
    padding-left: 15px;
    padding-right: 15px;
}
.big-box{
    background-color: #f6f6f6;
    width: 100%;
    overflow: hidden;
}
.Trapezoid{
    background-image: url("/upload/image/20161223/1482480548541534.gif");
}
.big-box>div:nth-child(3){
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.carousel-control.left,.carousel-control.right{
    background-image: none;
}
.big-box>.col-lg-1{
    padding-left: 0px;
    padding-right: 0px;
    width: 5%;
}
.big-box>.col-lg-10{
    width: 90%;

}
.item>.col-lg-7{
    padding-right: 0px;
    padding-left: 0px;
}
#carousel-example-generic2{
    padding-top: 20px;
    padding-bottom: 20px;
}
.news{
    margin-bottom: 60px;
}
.news-contents>p:nth-child(1)>span{
    color: #f47e2f;
    font-size: 18px;
}
.news-contents>p:nth-child(1){
    font-weight: bold;
}
.news-contents>p:nth-child(2){
    font-weight: bold;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.news-contents>p:nth-child(3){
    line-height: 25px;
    font-size: 12px;
}
.news-contents a{
    text-decoration: none;
    color: #222222;
}
.news-contents a:hover{
    color: #00a4c0;
}
.news-contents>p:nth-child(4){
    padding-top: 20px;
    padding-bottom:20px;
}
.showcase{
    margin-bottom: 80px;
}
.showcase-box>.col-lg-4{
    width: 32%;
    margin-left: 2%;
    padding-left: 0px;
    padding-right: 0px;
}
.showcase-box>.col-lg-4:nth-child(1){
    margin-left: 0px;
}

.sh-box{
	position: relative;
}
.sh-bk{
	position: absolute;
    background-color: rgba(0,164,192,0.8);
    top: 0px;
    opacity: 0;
    transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
}
.sh-bk>.cname{
	text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding-top: 30px;
}
.sk-bk>.cdefined{
	line-height: 25px;
    font-size: 12px;
    text-align: left;
}
.sh-bk>.cbutton:hover{
	background-color: #ffffff;
    color: #00a4c0;
}
.sh-bk>.cbutton:hover a{
	color: #00a4c0;
}
.sh-bk>.cbutton>a{
	color: #ffffff;
    text-decoration: none;
}
.sh-box:hover>.sh-bk{
	opacity: 1;
    transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
}
.sh-bk{
	text-align: center;
    color: #ffffff;
}
.sh-bk>.cdefined{
	line-height: 25px;
    font-size: 12px;
    text-align: left;
}
.sh-bk>.cbutton{
    border: solid 1px #ffffff;
    margin-top: 20px;
}
/* .sh-box2{
    margin-top: 22px;
} */
/* .sh-box1,.sh-box2,.sh-box3{
    position: relative;
}
.sh-bk1,.sh-bk2,.sh-bk3{
    position: absolute;
    background-color: rgba(0,164,192,0.8);
    top: 0px;
    opacity: 0;
    transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
}
.sh-bk1>p:nth-child(1){
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding-top: 30px;
}

.sh-bk1>p:nth-child(2):hover,
.sh-bk2>p:nth-child(3):hover,
.sh-bk3>p:nth-child(3):hover{
    background-color: #ffffff;
    color: #00a4c0;
}
.sh-bk1>p:nth-child(2):hover a,.sh-bk2>p:nth-child(3):hover a,.sh-bk3>p:nth-child(3):hover a{
    color: #00a4c0;
}
.sh-bk1>p:nth-child(2)>a,.sh-bk2>p:nth-child(3)>a,.sh-bk3>p:nth-child(3)>a{
    color: #ffffff;
    text-decoration: none;
}
.sh-box1:hover>.sh-bk1,
.sh-box2:hover>.sh-bk2,
.sh-box3:hover>.sh-bk3{
    opacity: 1;
    transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
}
.sh-bk2,.sh-bk3{
    text-align: center;
    color: #ffffff;
}
.sh-bk2>p:nth-child(1),.sh-bk3>p:nth-child(1){
    font-size: 16px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 20px;
}
.sh-bk3>p:nth-child(1){
    padding-top: 80px;
}
.sh-bk2>p:nth-child(2),
.sh-bk3>p:nth-child(2){
    line-height: 25px;
    font-size: 12px;
    text-align: left;
}
.sh-bk2>p:nth-child(3),.sh-bk3>p:nth-child(3),.sh-bk1>p:nth-child(2){
    border: solid 1px #ffffff;
    margin-top: 20px;
} */
.thumbnail{
    height: 449px;
}
.caption>p:nth-child(3){
    position: absolute;
   top: 180px;
}
.caption{
    position: relative;
}