/*头部*/

.head {
    height: 47px;
    line-height: 47px;
    background: #088e28;
}

.head_left {
    font-size: 15px;
    color: #fff;
}

.head_right .message {
    font-size: 16px;
    color: #fff;
}

.message {
    position: relative;
}

.message::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 2px;
    height: 16px;
    left: 51%;
    top: 16px;
}

.message a {
    margin-right: 20px;
    font-size: 15px;
}

.message a:last-child {
    margin-right: 0;
}

.contact i {
    font-size: 15px;
    font-family: 'iconfont';
    color: #fff;
}

/* banner */
#ban .swiper-container .swiper-wrapper .swiper-slide{
    
    height: 600px;
}
#ban .swiper-pagination-bullet-active {
    background: #fff;
}

#ban .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/youbian.png);
}

#ban .swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

#ban .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../images/zuobian.png);
}

/*logo部分*/

.logo {
    background: #fff;
    padding: 30px 0;
}

.logo_icon {
    width: 30%;
}

.logo_nav {
    width: 780px;
    height: 43px;
    line-height: 43px;
    margin-top: 12px;
}

.cur {
    background: linear-gradient(to right, #088e28, #05a62b);
}

.cur a {
    color: #fff !important;
}

.logo_nav li {
    float: left;
    width: 110px;
    height: 43px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    border-radius: 25px;
}

.logo_nav li:last-child {
    margin-right: 10px;
}

.logo_nav li a {
    font-size: 16px;
    color: #333333;
}

.logo_nav li:hover {
    background: linear-gradient(to right, #088e28, #05a62b);
}

.logo_nav li:hover a {
    color: #fff;
}

/* 搜索符号 */

.lastone {
    position: relative;
    font-size: 16px;
    color: #088e28;
    height: 67px;
    line-height: 67px;
}

.lastone .nav-form {
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 999;
    display: none;
}

.lastone:hover .nav-form {
    display: block;
}

.ipt-sh input {
    width: 80%;
    height: 58px;
    border: #088e28 solid 20px;
    padding-left: 10px;
}

.seach span {
    width: 40px;
    height: 40px;
    display: block;
    z-index: 1000;
    position: absolute;
    top: 25%;
    right: 10%;
}

.seach span img {
    width: 100%;
    height: 100%;
}

/*产品分类*/

.cp_list {
    clear: both;
    width: 22%;
}

.cp_top {
    position: relative;
}

.cp_top img {
    width: 100%;
}

.cp_title {
    position: absolute;
    top: 30px;

	width:100%; text-align:center;
}

.cp_title h3 {
 color:#fff;
 font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.cp_title span {
    font-size: 20px;
    color:#fff;
    text-transform: uppercase;
    text-align: center;
    font-family: "ArnoPro semibold";
}

.list .nav1 .li1 {
    position: relative;
    width: 75%;
    height: 45px;
    line-height: 50px;
    text-align: center;
    position: relative;
    color: #666;
    padding: 0 35px;
    margin: 15px 0 0 0;
    cursor: pointer;
}

.list .nav1 .li1::before {
    position: absolute;
    content: '';
    background: #05a62b;
    width: 6px;
    height: 50px;
    left: 0;
    display: none;
}

.list .nav1 .li1:hover::before {
    display: block
}

.nav1 {
    border: 1px solid #dddddd;
    padding-bottom: 48px;
}

.nav1 .li1 h3 {
    font-size: 15px;
    text-align: left;
}

.list .nav1 li:hover h3 a{
    font-weight: bold;
    color: #05a62b;
}

.list ul a {
    font-family: '微软雅黑';
    font-size: 15px;
    color: #666;
    text-decoration: none;
}

.nav2 {
    display: none;
    right: -223px;
    top: -55px;
    border: 17px solid #05a62b;
    width: 300px;
    height: auto;
    padding-bottom: 35px;
    position: relative;
    background: #fff;
    list-style: none;
}

.nav2 .li2 {
    text-align: left;
    margin: 10px 20px;
    color: #666;
}

.list .nav1 .li1:hover ul.nav2 {
    display: block;
    color: #fff;
    z-index: 999;
}

.nav2 .li2:hover .mennu3 {
    display: block;
}

.mennu3 {
    position: relative;
    display: none;
    margin-top: 20px;
    text-indent: 2em;
    display: none;
}

.mennu3 li:hover a {
    font-weight: bold;
    color: #05a62b;
}

.mennu3::after {
    position: absolute;
    content: '';
    background: #bbb;
    width: 100%;
    height: 1px;
    bottom: -15px;
    left: -8px;
}

.menuit {
    position: relative;
    transition: all ease-in-out .3s;
    display: block;
    font-size: 15px;
}

.menuit::after {
    position: absolute;
    content: '';
    background: #bbb;
    width: 100%;
    height: 1px;
    bottom: -5px;
    left: -9px;
}

.menuit::before {
    position: absolute;
    content: '';
    background: #05a82c;
    width: 22px;
    height: 6px;
    top: 42%;
    left: -8px;
    display: none;
    opacity: 0;
    transition: all ease-in-out .5s;
}

.nav2 li .menuit:hover::before {
    display: block;
    transition: all ease-in-out .5s;
    opacity: 1;
}

.nav2 li .menuit:hover {
    color: #05a62b;
    text-indent: 2em;
    transition: all ease-in-out .5s;
    font-weight: bold;
}

/* 推荐产品右面 */

.cp_show {
    color: #000;
    width: 75%;
}

.recomen_left1 span i {
    font-size: 30px;
    color: #d7023d;
}

.recomen_left1 span {
    color: #1c6c01;
    font-size: 30px;
}

@font-face {
    font-family: 'ArnoPro semibold';
}

.recomen_left1 a {
    color: #c3cbc1;
    font-size: 20px;
    text-transform: uppercase;
    margin-left: 20px;
    font-family: "ArnoPro semibold";
}

.recomen_right {
    background: #1f9e11;
    color: #fff;
    font-size: 14px;
    width: 165px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.recomen_right_index {
    background: #1f9e11;
    color: #fff;
    font-size: 14px;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

/* 右边图片 */

.cp_picture ul .pic1 {
    float: left;
    width: 293px;
    margin-right: 10px;
    margin-bottom: 20px;
    transition: all ease-in-out 0.3s;
}

.cp_picture ul .pic1:nth-child(3n) {
    margin-right: 0;
}

.cp_picture ul .pic1 .pic1_photo {
    overflow: hidden;
}
.cp_picture ul li:hover a{
  color:#fff;
}

.pic1_photo .img {
    width: 293px;
    height: 220px;
    overflow: hidden;
}

.pic1_photo img {
    width: 100%;
    cursor: pointer;
    transition: all ease-in-out 1s;
}

.pic1_photo:hover img {
    transform: scale(1.2);
}

.pic1_font {
    transition: all ease-in-out 0.2s;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #666;
    font-size: 15px;
}

.cp_picture li:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.cp_picture li:hover .pic1_font {
    background: #1f9e11;
    color: #fff;
    transition: all ease-in-out 0.3s;
}

/* 广告 */

.advert {
    margin-top: 40px;
    height: 203px;
}

.advert img {
    width: 100%;
    height: 100%;
}

/* 客户案例 */
/* 新增客户代码 */


.kh_case .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url(../images/zuohua.jpg) no-repeat;
}

.kh_case .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(../images/youhua.png) no-repeat;
}

.kh_case .swiper-button-next,
.swiper-button-prev {
    width: 117px;
    height: 50px;
}

.kh_case .swiper-button-next {
    top: 96%;
    right: 50%;
    margin-right: -201px;
}

.kh_case .swiper-button-prev {
    top: 96%;
    left: 50%;
    margin-left: -217px;
}

.case_content {
    overflow: hidden;
    position: relative;
}

.kh_case .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 97%;
    left: 40%;
    width: 100%;
}
/* 新增客户代码 */


.recomen_left {
    margin-top: 37px;
}

.kh_right {
    margin-top: 37px;
}

.kh_right li {
    width: 120px;
    height: 40px;
    float: left;
   /* color: #777777;*/
    font-size: 15px;
    line-height: 40px;
    text-align: center;
}
.kh_right li on{ background: #088e28;
    color: #fff;}

.kh_right li:hover {
    background: #088e28;
    color: #fff;
}
.line {
   /* position: relative;*/
}

.line::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 16px;
    right: 0;
    top: 28%;
}
.line::before {
    position: absolute;
    content: '';
    background: #777777;
    width: 2px;
    height: 16px;
    left: 0;
    top: 28%;
}



.recomen_left span i {
    font-size: 30px;
    color: #d7023d;
}

.recomen_left span {
    color: #1c6c01;
    font-size: 30px;
}

@font-face {
    font-family: 'ArnoPro semibold';
}

.recomen_left a {
    color: #c3cbc1;
    font-size: 20px;
    text-transform: uppercase;
    margin-left: 20px;
    font-family: "ArnoPro semibold";
}

/* 案例图片 */

.case_pic {
    margin-top: 30px;
}

.case_pic ul li {
    width: 30.5%;
    float: left;
    margin-right: 50px;
    margin-bottom: 15px;
    transition: all ease-in-out 0.3s;
}

.case_pic ul li:nth-child(3n) {
    margin-right: 0;
}

.case_pic ul li .case1_photo {
    overflow: hidden;
}

.caseimg {
    width: 380px;
    height: 285px;
    overflow: hidden;
}

.case1_photo img {
    width: 100%;
    cursor: pointer;
    transition: all ease-in-out 1s;
}

.case1_photo:hover img {
    transform: scale(1.2);
}

.case_font {
    position: relative;
    height: 55px;
    line-height: 55px;
    transition: all ease-in-out 0.3s;
}

.case_font h2 {
    position: relative;
    text-align: center;
    color: #666;
    font-weight: normal;
    font-size: 15px;
    transition: all ease-in-out .8s;
}

.case_font h2::after {
    position: absolute;
    content: '';
    background: url(../images/kh.png) no-repeat;
    height: 27px;
    width: 27px;
    right: 33px;
    top: 13px;
    opacity: 0;
    transition: all ease-in-out .4s;
}

.case_pic li:hover .case1_photo .case_font h2::after {
    opacity: 1;
}

.case_pic li:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.case_pic li:hover .case_font {
    background: #1f9e11;
}

.case_pic li:hover .case_font h2 {
    color: #fff;
    text-indent: -12em;
}




#box .case_pic .case1_photo:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}
#box .case1_photo:hover .case_font h2::after {
    opacity: 1;
}
#box .case1_photo:hover .case_font {
    background: #1f9e11;
}

#box .case1_photo:hover .case_font h2 {
    color: #fff;
    text-indent: -12em;
}
#box .case1_photo{
    width: 29%;
    float: left;
    margin-left: 50px;
    margin-bottom: 15px;
}
#box .caseimg {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#box .case_pic {
    margin-left: -50px;
    width: calc(100% + 50px);
}


/* 左右按钮 */

.anniu {
    margin: 90px;
}

.anniu a {
    text-align: center;
    display: block;
}

.anniu_left {
    width: 117px;
    height: 46px;
    float: left;
    margin: 0 auto;
    border: solid 1px #05a62b;
    transition: all 1s;
    background: url(../images/zuo.jpg) center no-repeat;
}

.copy {
    width: 117px;
    height: 46px;
    float: left;
    margin: 0 auto;
    border: solid 1px #05a62b;
    transition: all 1s;
    background: url(../images/you.png) center no-repeat;
}

.anniu_right {
    width: 165px;
    height:48px;
    font-size: 14px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    border: solid 1px #05a62b;
    text-align: center;
    line-height: 46px;
    color: #088e28;
    transition: all .3s;
    transition: all ease-in-out .5s;
    margin-left: -90px;
}

.anniu_right:hover {
    background: #1f9e11;
    color: #fff;
}

.foll {
    margin-left: 300px;
}

/* 视差滚动 */

.scoll {
    position: relative;
    padding-bottom: 0px;
    top: 0;
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    height: 650px;
    padding-top: 0;
    overflow: hidden;
    margin-top: 37px;
}

.scoll-1 {
    background: url(../images/aa.png) fixed no-repeat center top;
}

.scoll .info {
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
}

.scoll .aboutcenter {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.scoll .aboutcenter .aboutcontain {
    width: 1000px;
    height: 160px;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
}

.scoll .aboutcenter .aboutmore {
    width: 189px;
    display: block;
    height: 49px;
    border: 1px solid #acacac;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #818181;
    font-family: "Arial MT Regular";
    transition: all ease-in-out 0.4s;
}

.scoll .aboutcenter .aboutmore:hover {
    width: 189px;
    height: 49px;
    border: 1px solid #4ab344;
    background: #4ab344;
    color: #fff;
    border: none;
    transition: all ease-in-out 0.4s;
}

.scoll .aboutcenter .aboutmore a {
    transition: all ease-in-out 0.4s;
}

.scoll .aboutcenter .aboutmore:hover a {
    color: #fff;
}

.title {
    color: #1c6c01;
}

.title h1 {
    font-size: 34px;
    color: #ffffff;
	text-indent: 650px;
	line-height:60px;
}

.title p {
    font-size: 20px;
    text-transform: uppercase;
    text-indent: 650px;
	color:#ffffff;
	line-height:30px;
    font-family: "ArnoPro semibold";
}

.fw_content {
    width: 100%;
    height: 167px;
    background: #fff;
    text-align: left;
    color: #666666;
    font-size: 15px;
    line-height: 25px;
    float: right;
    margin-top: 83px;
}
.flower_show {
	margin-top:40px;
}
.flower_show li {
    float: left;
    margin-right: 25px;
    padding: 50px 96px;
    font-size: 22px;
    color: #fff;
    transition: all ease-in-out .4s;
}
.flower_show li:nth-child(3){
 margin-right: 0;
}


.flower_show li:hover {
    box-shadow: 0px 5px 16px 0px #777777;
    transform: translateY(-15px);
	cursor:pointer;
}

.flower_show .home {
    background: url(../images/hy1.jpg);
}

.flower_show .tree {
    background: url(../images/hy2.jpg);
}

.flower_show .work {
    background: url(../images/hy3.jpg);
}

/* 数字滚动 */

.number {
    background: #269e19;
    overflow: hidden;
}

.roll {
    padding: 30px 0;
}

.display li {
    width: 24.55%;
    color: #fff;
    font-size: 15px;
    border-right: 1px solid #fff;
    text-align: center;
    float: left;
}

.display li:last-child {
    border: none;
}

.scolling h3 {
    font-size: 50px;
}

.scolling a {
    text-align: right;
}

.scolling span {
    margin-left: 144px;
}

/* 公司简介 */

.introduce {
    background: url(../images/youyezi.png) no-repeat top right;
    background-origin: content-box;
}

.about {
    padding-top: 70px;
}

.about_us {
    margin-top: 53px;
}

.us_pic {
    position: relative;
    border: 1px solid #dddddd;
    width: 34%;
    height: 287px;
    margin-left: 14px;
}

.us_pic img {
    position: absolute;
    top: 24px;
    right: 25px;
}

.us_wenzi {
    width: 59%;
    position: relative;
    padding-bottom: 60px;
	line-height: 40px;
    font-size: 15px;
    color: #666;
	padding-top:37px;
	background:#ffffff;
}

/*.us_wenzi p {
    margin: 37px 0;
    line-height: 40px;
    font-size: 15px;
    color: #666;
    text-indent: 2em;
}*/

.us_wenzi::after {
    position: absolute;
    content: '';
    background: #51b23b;
    width: 60px;
    height: 4px;
    top: 0;
    left: 0;
}

.company_left span i {
    font-size: 30px;
    color: #d7023d;
}

.company_left span {
    color: #1c6c01;
    font-size: 30px;
}

@font-face {
    font-family: 'ArnoPro semibold';
}

.company_left a {
    color: #c3cbc1;
    font-size: 20px;
    text-transform: uppercase;
    margin-left: 20px;
    font-family: "ArnoPro semibold";
}

/* 新闻动态 */

.news {
    margin: 45px 0;
}

.newtitle {
    position: relative;
    color: #616161;
    line-height: 40px;
    height: 140px;
    text-align: center;
}

.newtitle::after {
    position: absolute;
    content: '';
    background: #d6d6d6;
    width: 100%;
    height: 1px;
    left: 0;
    top: 48px;
}

.newtitle h5 {
    font-size: 30px;
    font-weight: normal;
}

.newtitle h5 span {
    color: #d7023d;
    position: relative;
}

.newtitle h5 span::before {
    position: absolute;
    content: '';
    background: #d7023d;
    width: 80px;
    height: 3px;
    top: 45px;
    z-index: 999;
    left: 30%;
}

.newtitle h4 {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    color: #c3cbc1;
    line-height: 80px;
    font-family: "ArnoPro semibold";
}

.new_left {
    width: 65%;
}

.new_left h5 {
    display: inline;
    color: #00a144;
    font-size: 20px;
    font-weight: normal;
}

.new_left p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
}

.detail {
    font-size: 14px;
    color: #d31a29;
}

.new_left img {
    display: inline;
    vertical-align: middle;
}

.new_right {
    width: 30%;
}

.left_zhong {
    margin: 40px 0;
}

.left_zhong li {
    width: 50%;
    border: 1px solid #cccccc;
    padding: 23px 15px 30px;
    float: left;
}

.data_left {
    width: 22%;
    background: #1f9e11;
    padding: 24px 12px 30px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.data_left span {
    display: block;
    color: #fff;
    font-size: 16px;
}

.data_left a {
    display: block;
    color: #fff;
    font-size: 20px;
}

.data_right {
    width: 73%;
}

.data_right h3 {
    color: #333;
    font-size: 16px;
}

.data_right p {
    line-height: 20px;
    font-size: 14px;
    margin-top: 15px;
    color: #666;
}

.left_zhong li:last-child {
    border-left: none;
}

.left_footer li {
    width: 100%;
    border-bottom: 1px dashed #dcdbdb;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.footile {
    font-size: 15px;
    transition: all ease-in-out 0.5s;
    color: #333;
}

.left_footer li .footile:hover {
    text-indent: 3em;
    color: #e62129;
}

.left_footer a {
    color: #666;
}

.footdata {
    font-size: 15px;
}

.new_right {
    width: 30%;
    padding: 30px 20px 25px;
    border: 1px solid #c3cbc1;
}

.rightop h3 {
    color: #d7023d;
    font-size: 20px;
}

.rightop img {
    margin: 15px 0;
    width: 100%;
}

.rightop h4 {
    font-size: 16px;
    color: #333;
    line-height: 34px;
}

.rightop p {
    font-size: 14px;
    color: #777;
    padding-bottom: 20px;
	text-indent:0;
}

.rightop {
    width: 100%;
    border-bottom: 1px dashed #dcdbdb;
}

.rightfoot {
    margin-top: 20px;
}

.rightfoot ul li {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 40px;
}

.rightfoot ul li a {
    background: url(../images/youjiant.png) center left no-repeat;
    color: #333;
    padding-left: 20px;
}

/* 留言板 */

.last {
    width: 100%;
    background: #f3f3f3;
    padding-bottom: 75px;
}

.message_title {
    padding: 65px 0;
    text-align: center;
}

.message_title h3 {
    color: #444444;
    font-size: 31px;
}

.message_title p {
    font-size: 15px;
    color: #777;
    line-height: 50px;
}

.messagelist {
    float: left;
    height: 40px;
    margin-bottom: 32px;
    margin-right: 19px;
}

.messagelist:nth-child(3) {
    margin-right: 0;
}

.messagelist input {
    width: 385px;
    height: 50px;
    background: #fff;
    color: #777777;
    font-size: 14px;
    text-indent: 1.6rem;
    border: 1px solid #e1e7ee;
	 font-family:'微软雅黑';
}

.messagelist2 {
    height: 40px;
    margin-bottom: 32px;
    margin-right: 22px;
}


.messagelist2 input {
    width: 385px;
    height: 50px;
    background: #fff;
    color: #777777;
    font-size: 14px;
    text-indent: 1.6rem;
    border: 1px solid #e1e7ee;
	 font-family:'微软雅黑';
}

.messagetext textarea {
    width: 100%;
    height: 120px;
    resize: none;
    outline: none;
    color: #777;
    font-size: 14px;
    text-indent: 1.6rem;
    border: 1px solid #e1e7ee;
    padding-top: 20px;
    font-family: '微软雅黑';
}

.messagetop {
    width: 220px;
    height: 55px;
    line-height: 55px;
    background: #05a82c;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}

.messagetop .submit {
    display: block;
    width: 220px;
    height: 55px;
    font-size: 16px;
    line-height: 55px;
    background: #05a82c;
    border-radius: 50px;
    text-align: center;
    color: #fff;
	cursor:pointer;
    margin: 0 auto;
}

.messagetext {
    margin-bottom: 50px;
}

/* 友情链接 */

.link {
    background: #088e28;
}

.link_font {
    color: #fff;
    padding: 25px;
}

.link_font span {
    font-size: 18px !important;
}
.link_font a{
	color:#FFF;
    font-size: 18px !important;
}
/* 底部 */

.footer {
    background: #333333;
}

.adress {
    padding: 40px 20px;
}

.adress li {
    width: 33.3%;
    float: left;
    margin: 0 auto;
}

.adress li h3 {
    color: #00b276;
    font-size: 18px;
    line-height: 50px;
    margin-bottom: 20px;
}

.footer_ad {
    margin-top: 20px;
    margin-left: 15px;
}

.footer_ad img {
    vertical-align: bottom;
    display: inline;
}

.footer li {
    font-size: 15px;
    color: #b4b4b4;
}

.footer_ad span {
    font-family: 'iconfont';
    color: #00b276;
    font-size: 25px;
    margin-right: 10px;
}


.kindleft a {
    width: 50%;
    float: left;
    display: block;
    line-height: 25px;
    color: #b4b4b4;
    font-size: 15px;
    margin-bottom: 11px;
}

.kindleft a:hover {
    color: #ffc800;
    transition: all ease-in-out .3s;
}


.point {
    background: #3a3a3a;
    width: 150px;
    height: 170px;
    margin-left: 35px;
    text-align: center;
}

.pointa {
    background: #3a3a3a;
    width: 150px;
    height: 170px;
    text-align: center;
}

.pointa img {
    margin: 16px 16px 8px;
}

.point img {
    margin: 16px 16px 8px;
}

/* 备案 */

.cos {
    background: #333;
    border-top: 1px solid #484848;
    width: 100%;
    text-align: center;
    color: #b4b4b4;
    font-size: 14px;
    padding: 20px 0;
}

/*换一批*/

.news-huan-topr span {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../images/shuaxin.jpg) no-repeat;
    vertical-align: middle;
    margin-left: 15px;
    transition: all ease-in-out 0.3s;
}

.news-huan-topr {
    margin-top: 10px;
}

.sbument {
    margin-top: 40px;
    margin-bottom: 30px;
}

.sbument h2 {
    float: left;
    font-size: 24px;
    color: #333333;
}

.news-huan-topr {
    float: right;
    cursor: pointer;
    color: #666;
}

.relevant {
    margin-bottom: 30px;
}

.convert div {
    float: left;
    text-align: center;
}

#movie1 a {
    float: left;
}

#movie2 a {
    float: left;
}

#movie3 a {
    float: left;
}

.convert img {
    margin-bottom: 20px;
    margin-right: 7px;
    width: 166px;
    height: 127px;
}

@media (max-width:1700px){
	.kh_case{
		background: none;
	}
	.introduce{
		background: none;
	}
} 