﻿.indCarousel{padding-top:81px;margin-bottom:30px;}
.introduce{border:6px solid #00b2b6;padding:24px;border-radius:10px;margin-bottom:40px;}
.introduce .pic{position:relative;overflow:hidden;}
.introduce .pic img{max-width:100%;height:auto;transition: .5s;-moz-transition: .5s; /* Firefox 4 */-webkit-transition: .5s; /* Safari 和 Chrome */-o-transition: .5s; /* Opera */}
.introduce .pic img:hover { transform: scale(1.1);}
.introduce .title{color:#00b2b6;font-size:26px;font-weight:bold;margin:10px 0 20px 0;}
.introduce .text{font-size:16px;color:#4d4d4d;line-height:30px;}
.box{margin-bottom:20px;padding-bottom:20px;}
.box .head{height:66px;line-height:66px;background-color:#00b2b6;border-radius:10px;margin-bottom:20px;border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
.box .head .title{color:#fff;font-size:26px;font-weight:bold;padding-left:10px;}
.box .head .title img{float:left;margin-top:-30px;margin-right:15px;}
.box .head .title img.img{margin-top:-10px;}
.box .head .more{margin-right:12px;}
.box .head .more a{color:#fff;}
@media (min-width: 768px){
	.indCarousel{padding-top:154px;}
}
@media (max-width: 767px){
	.box .head .title img{height:40px;margin-top:10px !important;}
}