body,
html {
	padding: 0;
	margin: 0;
}

body{
	background-color: #f5f5f5 !important ;
	color: #333;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

.container {
	width: 1440px;
	position: relative;
	margin: 0 auto;
}

.container-fluid {
	padding: 0;
	min-width: 1480px;
	position: relative;
}

.container-fluid.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 90px;
	z-index: 999;
	background-color: #fff;
	-moz-box-shadow: 0px 2px 4px #ccc;
	/* 老的 Firefox */
	box-shadow: 0px 2px 4px #ccc;
	min-height: 90px;
}

.container-fluid.header.translucent{
	background-color: rgba(255,255,255,0.8);
}

.header .div_header_nav {
	height: 90px;
	min-height: 90px;
	position: relative;
	margin: 0 10%;
}

.header .header_nav {
	display: flex;
	align-items: center;
}

.header .div_logo {
	display: block;
	height: 56px;
	margin-right: 30px;
}

.header .div_logo img {
	display: block;
	height: 56px;
}

.header .nav-box {
	height: 90px;
	flex: 1;
}

.header .nav-box .inline {
	font-size: 0;
	text-align: center;
	padding: 0;
	margin: 0;
}

.header .nav-box .li-menu {
	display: inline-block;
	padding: 0 14px;
	position: relative;
}

.header .nav-box .li-menu:before {
	content: " ";
	position: absolute;
	right: 0;
	top: 50%;
	height: 20px;
	width: 1px;
	margin-top: -10px;
	background-color: #ccc;
}

.header .nav-box .li-menu:last-child:before {
	content: "";
	width: 0px;
	background-color: #fff;
}

.header .nav-box .li-menu a {
	display: block;
	color: #333;
	font-size: 18px;
	line-height: 90px;
	height: 90px;
	text-align: center;
}

.header .nav-box .li-menu:hover,
.header .nav-box .li-menu.active2 {
	color: #56b7dc;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: -moz-transform 0.3s ease-in-out;
	transition: all 0.3s ease 0s;
}

.header .nav-box .li-menu:hover a,
.header .nav-box .li-menu.active2 a {
	color: #56b7dc;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: -moz-transform 0.3s ease-in-out;
	transition: all 0.3s ease 0s;
}

.header .nav-box .li-menu:hover::after,
.header .nav-box .li-menu.active2::after {
	content: " ";
	position: absolute;
	left: 50%;
	width: 40px;
	bottom: 26px;
	height: 4px;
	margin-left: -20px;
	background-color: #56b7dc;
}


.header .nav-box .li-menu dl {
    position: absolute;
    left: 0;
    right: 0;
	width: 160px;
    top: -5000px;
    background-color: #fff;
    overflow: hidden;
    font-size: 0;
}

    .header .nav-box .li-menu dl dd {
        padding: 0;
        margin: 0;
    }

        .header .nav-box .li-menu dl dd a {
            display: block;
            text-align: center;
            height: 36px;
            line-height: 36px;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }

            .header .nav-box .li-menu dl dd a span {
                display: inline-block;
                width: 160px;
                font-size: 14px;
                color: #333;
            }

                .header .nav-box .li-menu dl dd a span.over {
                    color: #fff;
                    background-color: #56b7dc;
                    margin-left: -160px;
                    transition: -webkit-transform 0.3s ease-in-out;
                    transition: -moz-transform 0.3s ease-in-out;
                    transition: all 0.3s ease 0s;
                }

            .header .nav-box .li-menu dl dd a:hover span.over {
                margin-left: 0px;
                transition: -webkit-transform 0.3s ease-in-out;
                transition: -moz-transform 0.3s ease-in-out;
                transition: all 0.3s ease 0s;
            }

.header .nav-box .li-menu:hover dl {
    top: 85px;
    animation: mymove 0.3s ease-in-out 0s 1 alternate forwards;
    -webkit-animation: mymove 0.3s ease-in-out 0s 1 alternate forwards;
}

.header.header02 .nav-box .li-menu:hover dl {
    top: 90px;
}

@keyframes mymove {
    from {
        margin-top: -20px;
    }

    to {
        margin-top: 0px;
    }
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
    from {
        margin-top: -20px;
    }

    to {
        margin-top: 0px;
    }
}


.header .search_box {
	margin-left: 30px;
	border: 1px solid #ccc;
	height: 40px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.header .search_box img {
	display: block;
	width: 22px;
}

.header .search_box .search_text {
	border: 0;
	width: 90px;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	padding: 0;
	margin: 0;
	margin-left: 5px;
	outline:none;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	background-color: rgba(0,0,0,0);
}

.header .search_box .search_text:focus {
	outline:none;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
}

.header .tel_box{
	margin-left: 30px;
	display: flex;
	align-items: center;
}

.header .tel_box img{
	display: block;
	height: 35px;
	margin-right: 10px;
}

.header .tel_box .tel_text .title{
	font-size: 14px;
	color: #57b9dd;
	line-height: 20px;
}

.header .tel_box .tel_text .text{
	font-size: 24px;
	color: #57b9dd;
	line-height: 28px;
	font-weight: bold;
}



.header .search_box .search_text::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ccc;
}

.header .search_box .search_text:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

.header .search_box .search_text::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

.header .search_box .search_text:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #ccc;
}


.header_pop {
	position: fixed;
	top: 89px;
	left: 0;
	right: 0;
	z-index: 999;
	background-color:rgba(86,183,220,0.7);
	display: none;
}

.header_pop.translucent{
	background-color: rgba(86,183,220,0.5);
}

.header_pop_li {
	display: none;
}

.header_pop_li.active2 {
	display: block;
}

.header_pop .nav_list {
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.header_pop .nav_list .nav_li {
	display: block;
	width: 14.666%;
	margin: 1%;
}

.header_pop .nav_list .nav_li .sub_text {
	min-height: 100px;
}

.header_pop .nav_list .nav_li .img_box {
	width: 100%;
	height: 0;
	padding-bottom: 56.5%;
	position: relative;
}

.header_pop .nav_list .nav_li .img_box .img {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: auto;
}

.header_pop .nav_list .nav_li .img_box .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.header_pop .nav_list .nav_li:hover .img_box .img {
	background-color: #fff;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: -moz-transform 0.3s ease-in-out;
	transition: all 0.3s ease 0s;
}

.header_pop .nav_list .nav_li .text {
	margin-top: 5px;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



.footer {
	background-color: #d9d9d9;
}

.footer_content {
	padding: 60px 0;
	display: flex;
}

.footer_li {
	flex: 1;
	position: relative;
}

.footer_li::after{
	content: " ";
	position: absolute;
	right: 50px;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #bbb;
}

.footer_li:last-child::after{
	content: "";
	width: 0px;
}

.footer_li.li02 {
	flex: 2;
}

.footer_li.li03 {
	flex: 3;
}

.footer_li_title {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	padding-bottom: 20px;
}

.footer_li_text {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 28px;
}

a.footer_li_text:hover {
	color: #333;
}

.footer_li img{
	display: block;
	width: 135px;
	height: 135px;
	margin-left: auto;
}

.div_cbl {
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 70px;
	z-index: 990;
}

.div_cbl .cbl_li {
	padding: 10px 0;
	background-color: #57b9dd;
	border-bottom: 1px solid #fff;
	position: relative;
}

.div_cbl .cbl_li:hover {
	background-color: #a6ce20;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: -moz-transform 0.3s ease-in-out;
	transition: all 0.3s ease 0s;
}

.div_cbl .cbl_li:last-child {
	border-bottom: 0px;
}

.div_cbl .cbl_li .div_cbl_li {
	display: block;
}

.div_cbl .cbl_li .div_cbl_li .icon {
	width: 30px;
	height: 30px;
	min-height: 30px;
	min-width: 30px;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.div_cbl .cbl_li .div_cbl_li .text {
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	margin-top: 5px;
}

.div_cbl .cbl_li .cbl_li_pop {
	position: absolute;
	right: 70px;
	top: 0;
	padding: 20px;
	background-color: #a6ce20;
	display: none;
}

.div_cbl .cbl_li .cbl_li_pop .cbl_li_pop_text {
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	min-width: 100px;
}

.div_cbl .cbl_li .cbl_li_pop .cbl_li_pop_text img {
	display: block;
	width: 100px;
	margin: 0 auto;
}

.div_cbl .cbl_li:hover .cbl_li_pop {
	display: block;
}




.banner_swiper .swiper-pagination-bullet{
    opacity: 1;
    border: 2px solid #fff;
    background-color: rgba(0,0,0,0.2);
}

.banner_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
    border: 2px solid #fff;
    background-color: #fff;
}

.banner_swiper .swiper-button-prev{
    left:12%;
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    background-image: url(../img/icon6.png);
    background-size: 100% 100%;
}

.banner_swiper .swiper-button-next{
    right:12%;
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    background-image: url(../img/icon7.png);
    background-size: 100% 100%;
}

.banner_swiper .swiper-slide{
    overflow: hidden;
}

.banner_swiper img{
    display: block;
    width: 100%;    
}

.div_banner2 img{
    display: block;
    width: 100%;
	height: 408px;
}

.banner_swiper  .swiper-slide-active img{
    -webkit-animation: banner_KF 20s linear infinite;
    animation: banner_KF 20s linear infinite;
}

@keyframes banner_KF {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes banner_KF {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.div_box{
	padding: 30px 0 0 0;
}

.div_box2{
	padding: 20px 0;
}

.div_box_title{
	text-align: center;
}

.div_box_title .ts{
	display: inline-block;
	padding: 0 40px;
	font-size: 26px;
	line-height: 48px;
	color: #57b9dd;
	font-weight: bold;
	vertical-align: middle;
}

.div_box_title .text{
	display: inline-block;
	padding: 0 80px;
	font-size: 36px;
	line-height: 48px;
	color: #333;
	font-weight: bold;
	position: relative;
	vertical-align: middle;
}

.div_box_title .text::before{
	content: " ";
	position: absolute;
	left: 0;
	top: 50%;
	width: 40px;
	height: 40px;
	background: url(../img/img006.png) no-repeat center;
	background-size: contain;
	margin-top: -20px;
}

.div_box_title .text::after{
	content: " ";
	position: absolute;
	right: 0;
	top: 50%;
	width: 40px;
	height: 40px;
	background: url(../img/img006.png) no-repeat center;
	background-size: contain;
	margin-top: -20px;
}

.div_product_box{
	padding: 0;
}

.product_list{
	margin-top: 20px;
	overflow: hidden;
}

.div_product_box .product_list{
	margin-top: 0;
}

.product_list .product_li{
	width: 31.333%;
	margin: 1%;
	float: left;
	display: block;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.5);
}

.div_product_box .product_list .product_li{
	width: 29.333%;
	margin:1% 2%;
	float: left;
	display: block;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.5);
}

.product_img_box{
	width: 100%;
	height: 0;
	padding-bottom: 73.852%;
	position: relative;
	overflow: hidden;
}

.product_img_box .product_img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.product_img_box .product_img img{
	display: block;
	width: 100%;
	height: 100%;
}

.product_list .product_li .product_text{
	padding: 15px 30px;
	background-color: #fff;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.div_box .btn_gd,
.div_box2 .btn_gd{
	display: block;
	width: 160px;
	height: 40px;
	background-color: #57b9dd;
	margin: 30px auto 0 auto;
}

.div_box .btn_gd:hover,
.div_box2 .btn_gd:hover{
	background-color: #a6ce20;
}

.div_box .btn_gd .btn_gd_text,
.div_box2 .btn_gd .btn_gd_text{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
}

.div_box .btn_gd .btn_gd_text img,
.div_box2 .btn_gd .btn_gd_text img{
	display: block;
	width: 25px;
	height: 12px;
	margin-left: 20px;
}

.product_list .product_li:hover .product_img img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: -webkit-transform 0.8s ease-in-out;
	transition: -moz-transform 0.8s ease-in-out;
	transition: all 1s ease 0s;
}

.product_list .product_li:hover .product_text{
	background-color: #57b9dd;
	color: #fff;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: -moz-transform 0.3s ease-in-out;
	transition: all 0.3s ease 0s;
}

.container_bg{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.div_box_title2{
	font-size: 32px;
	color: #fff;
	line-height: 48px;
	text-align: center;
	font-weight: bold;
}

.div_box_subtitle2{
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	margin-top: 16px;
}

.business_tj{
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.business_tj .business_tj_li{
	flex: 1;
}


.business_tj .business_tj_li .tj_li_num{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.business_tj .business_tj_li .tj_li_num .num{
	font-size: 50px;
	font-family: impact;
	color: #7ccb64;
	line-height: 60px;
	text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
}
  

.business_tj .business_tj_li .tj_li_num .dw{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-left: 10px;
} 

.business_tj .tj_li_title{
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	padding-right: 20px;
}

.about_box{
	display: flex;
	align-items: center;
}

.about_box .about_img{
	width: 51.5%;
	margin-left: 60px;
}

.about_box .about_img img{
	display: block;
	width: 100%;
}

.about_box .about_content{
	flex: 1;
}

.about_content .about_title{
	display: flex;
	align-items: flex-end;
}

.about_content .about_title .title{
	font-size: 32px;
	color: #333;
	line-height: 40px;
	font-weight: bold;
}

.about_content .about_title .subtitle{
	font-size: 20px;
	color: #333;
	line-height: 28px;
	margin-left: 10px;
}

.about_content .about_text{
	margin-top: 40px;
	font-size: 14px;
	line-height: 28px;
	color: #333;
	text-align: justify;
	height: 336px;
	overflow: hidden;
	position: relative;
}

.about_content .about_text p{
	padding: 0;
	margin: 0;
}

.about_content .about_text .see_gd_btn{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #f5f5f5;
	width: 200px;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	color: #333;
	padding-left: 10px;
	font-weight: bold;
}

.div_box_title3{
	text-align: center;
	font-size: 32px;
	line-height: 48px;
	color: #333;
	font-weight: bold;
}

.div_box_subtitle3{
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	color: #333;
	margin-top: 5px;
}

.div_honor_list{
	margin-top: 50px;
	display: flex;
	background-color: #fff;
}

.div_honor_li{
	flex: 1;
	margin: 0 2px;
	display: flex;
	align-items: center;
	transition: -webkit-transform 0.5s ease-in-out;
	transition: -moz-transform 0.5s ease-in-out;
	transition: all 0.5s ease 0s;
}

.div_honor_li.active2{
	flex: 8;
	transition: -webkit-transform 0.5s ease-in-out;
	transition: -moz-transform 0.5s ease-in-out;
	transition: all 0.5s ease 0s;
}

.div_honor_li .div_honor_li_title{
	flex: 1;
	background-color: #e6e6e6;
	padding: 30px 0;
	height: 400px;
}

.div_honor_li .div_honor_li_title .title{
	font-size: 16px;
	line-height: 22px;
	width: 20px;
	text-align: center;
	margin: 0 auto;
	word-wrap:break-word;
	word-break:break-all;
}

.div_honor_btn_gd{
	flex: 1;
	margin: 0 2px;
}

.div_honor_btn_gd .div_honor_li_title{
	flex: 1;
	background: url(../img/img009.png) no-repeat center bottom 30px;
	background-size: 7px;
	background-color: #57b9dd;
	padding: 30px 0;
	height: 400px;
	color: #fff;
}

.div_honor_btn_gd .div_honor_li_title .title{
	font-size: 16px;
	line-height: 22px;
	width: 20px;
	text-align: center;
	margin: 0 auto;
	word-wrap:break-word;
	word-break:break-all;
}

.div_honor_li.active2 .div_honor_li_title{
	background-color: #56b7dc;
}

.div_honor_li .div_honor_li_content{
	display: none;
}

.div_honor_li.active2 .div_honor_li_content{
	display: block;
	flex: 7;
}

.div_honor_li.active2 .div_honor_li_content .div_honor_li_img{
	display: block;
	margin: 0 50px;
	height: 320px ;
	min-height: 320px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.div_honor_li.active2 .div_honor_li_content .title{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	text-align: center;
}

.bc_grey{
	background-color: #ededed;
}

.news_title{
	display: flex;
	align-items: flex-end;
}

.news_title .title{
	font-size: 32px;
	color: #333;
	line-height: 40px;
	font-weight: bold;
}

.news_title .subtitle{
	font-size: 20px;
	color: #333;
	line-height: 28px;
	margin-left: 10px;
}

.news_title_right{
	flex: 1;
	text-align: right;
}

.news_btn_gd{
	margin-left: 30px;
	font-size: 16px;
	color: #333;
	line-height: 28px;
}

.news_box{
	margin-top: 40px;
	padding-left: 718px;
	position: relative;
	min-height: 438px;
}

.news_swiper{
	position: absolute;
	left: 0;
	top: 0;
	width: 658px;
	height: 438px;
	margin-right: 60px;
}

.news_swiper img{
	display: block;
	width: 658px;
	height: 438px;
}

.news_swiper .swiper-pagination-bullet{
	width: 14px;
	height: 4px;
	max-height: 4px;
	max-width: 14px;
    opacity: 1;
    background-color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.news_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 25px;
    height: 4px;
    max-height: 4px;
    max-width: 25px;
    opacity: 1;
    background-color: #57b9dd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.div_news_list .div_news_li{
	display: block;
	padding: 14px 0;
	border-bottom: 1px solid #ccc;
}

.div_news_list .div_news_li .title{
	width: 100%;
	font-size: 20px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.div_news_list .div_news_li .text{
	font-size: 14px;
	color: #333;
	line-height: 24px;
	padding-right: 120px;
	position: relative;
	margin-top: 5px;
}

.div_news_list .div_news_li .text .introduce{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.div_news_list .div_news_li .text .time{
	position: absolute;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	right: 0;
	top: 0;
}

.div_news_list .div_news_li:hover .title,
.div_news_list .div_news_li:hover .text,
.div_news_list .div_news_li:hover .text .time{
	color: #57b9dd;
	font-style:oblique;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: -moz-transform 0.3s ease-in-out;
	transition: all 0.3s ease 0s;
}

.case_nav{
	font-size: 0;
	text-align: center;
	margin-top: 20px;
}

.case_nav .case_nav_li{
	display: inline-block;
	padding: 15px 0;
	margin: 0 20px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	position: relative;
	cursor: pointer;
}

.case_nav .case_nav_gd{
	display: inline-block;
	padding: 15px 0;
	margin: 0 20px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	position: relative;
}

.case_nav .case_nav_li.active2::after{
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	height: 4px;
	background-color: #57b9dd;
}

.case_box{
	margin-top: 60px;
}

.case_list{
	display: none;
	/* max-height: 320px; */
	overflow: hidden;
}

.case_list.active2{
	display: block;
}

.case_list .case_li{	
	display: block;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.5);
}

.case_img_box{
	width: 100%;
	height: 0;
	padding-bottom: 73.852%;
	position: relative;
	overflow: hidden;
}

.case_img_box .case_img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.case_img_box .case_img img{
	display: block;
	width: 100%;
	height: 100%;
}

.case_list .case_li .case_text{
	padding: 15px 30px;
	background-color: #fff;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.case_list .case_li:hover .case_img img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: -webkit-transform 0.8s ease-in-out;
	transition: -moz-transform 0.8s ease-in-out;
	transition: all 1s ease 0s;
}

.case_list .case_li:hover .case_text{
	background-color: #57b9dd;
	color: #fff;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: -moz-transform 0.3s ease-in-out;
	transition: all 0.3s ease 0s;
}

.case_swiper .swiper-slide{
	padding: 10px;
}

.case_swiper .swiper-button-prev{
    left:10px;
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    background-image: url(../img/icon6.png);
    background-size: 100% 100%;
	top: 40%;
}

.case_swiper .swiper-button-next{
    right:10px;
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    background-image: url(../img/icon7.png);
    background-size: 100% 100%;
	top: 40%;
}

.div_yqlj{
	padding: 15px 100px;
	font-size: 14px;
	line-height: 28px;
	color: #333;
}

.div_yqlj a{
	margin: 0 10px;
	color: #333;
}

.div_yqlj a:hover{
	color: #56b7dc;
}

.div_box4{
	padding: 60px 0 40px 0;
}

.div_box_title4{
	text-align: center;
}

.div_box_title4 img{
	max-width: 100%;
}


@media (max-width: 1700px) {
	.header .div_header_nav {
		margin: 0 5%;
	}
}

@media (max-width: 1600px) {
	.header .div_header_nav {
		margin: 0 3%;
	}
}

@media (max-width: 1540px) {
	.header .div_header_nav {
		margin: 0 20px;
	}
}


@media (max-width: 1480px) {
	.container {
		width: 1200px;
		position: relative;
		margin: 0 auto;
	}
	
	.container-fluid {
		padding: 0;
		min-width: 1240px;
	}
	
/* 	.header .nav-box .li-menu {
		padding: 0 8px;
	}
	
	.header .nav-box .li-menu a {
		font-size: 18px;
	}
	
	.header .search_box {
		margin-left: 5px;
	}
	
	.header .tel_box{
		margin-left: 10px;
	}
	
	.header .tel_box .tel_text .text{
		font-size: 20px;
	} */
}

.course_box {
    padding: 0 0 80px 0;
    background: url(../img/icon060.png) no-repeat center;
    background-size: cover;
    position: relative;
    min-height: 490px;
}

    .course_box:before {
        content: " ";
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        top: 282px;
        height: 1px;
        background-color: #ccc;
        z-index: 6;
    }

.course_content {
    margin-top: 60px;
}

.course_swiper {
    margin: 0 60px 0 60px;
    position: relative;
}

    .course_swiper .swiper-button-prev {
        left: -1000px;
    }

    .course_swiper .swiper-button-next {
        right: -1000px;
    }

    .course_swiper .btn_course_next {
        position: absolute;
        right: -55px;
        width: 41px;
        min-width: 41px;
        height: 41px;
        min-height: 41px;
        top: 40px;
        background: url(../img/icon064.png) no-repeat center;
        background-size: 41px;
        cursor: pointer;
        z-index: 7;
    }

    .course_swiper .btn_course_prev {
        position: absolute;
        left: -55px;
        width: 41px;
        min-width: 41px;
        height: 41px;
        min-height: 41px;
        top: 40px;
        background: url(../img/icon063.png) no-repeat center;
        background-size: 41px;
        cursor: pointer;
        z-index: 7;
    }

    .course_swiper .course_title {
        font-size: 24px;
        color: #b2d10a;
        line-height: 30px;
        text-align: center;
        padding: 10px 0;
        font-weight: 600;
    }
	
	.course_swiper .course_subtitle {
		padding: 90px 0 0 0;
		background: url(../img/icon068.png) no-repeat center top;
		background-size: 15px;
	    font-size: 18px;
	    color: #57b9dd;
	    line-height: 30px;
	    text-align: center;
	    font-weight: 600;
		margin-top: 10px;
	}

    .course_swiper .course_text {        
        font-size: 14px;
        color: #333;
        line-height: 28px;
        margin-top: 10px;
		text-align: center;
    }
.div_course_list{
        overflow:hidden;
    }

    .div_course_li{
        width:21%;
        margin:0 2%;
        float:left;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }

    

    .swiper-slide-active .div_course_li:nth-child(1){
        transform: translateX(0);
        -webkit-transform: translateX(0);
        transition: -webkit-transform 0.5s ease-in-out;
        transition: -moz-transform 0.5s ease-in-out;
        transition: all 0.5s ease 0s;
    }

    .swiper-slide-active .div_course_li:nth-child(2){
        transform: translateX(0);
        -webkit-transform: translateX(0);
        transition: -webkit-transform 1s ease-in-out;
        transition: -moz-transform 1s ease-in-out;
        transition: all 1s ease 0s;
    }

    .swiper-slide-active .div_course_li:nth-child(3){
        transform: translateX(0);
        -webkit-transform: translateX(0);
        transition: -webkit-transform 1.5s ease-in-out;
        transition: -moz-transform 1.5s ease-in-out;
        transition: all 1.5s ease 0s;
    }

    .swiper-slide-active .div_course_li:nth-child(4){
        transform: translateX(0);
        -webkit-transform: translateX(0);
        transition: -webkit-transform 2s ease-in-out;
        transition: -moz-transform 2s ease-in-out;
        transition: all 2s ease 0s;
    }

    .active .swiper-slide-active .div_course_li{
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }

@media (max-width: 1350px) {
	.header .nav-box .li-menu a {
		font-size: 15px;
	}
}

.cpzhongzhi{
	margin-top: 40px;
	padding: 30px;
}

.cpzhongzhi .cpzhongzhi_title{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}

.cpzhongzhi .cpzhongzhi_text{
	font-size: 16px;
	color: #333;
	line-height: 26px;
	text-align: center;
	margin-top: 20px;
}

.cursor_pointer{
	cursor: pointer;
}

.youshi_list{
	margin-top: 20px;
	overflow: hidden;
}

.youshi_li{
	width: 21%;
	margin: 2%;
	float: left;
}

.youshi_li img{
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.youshi_li .text{
	font-size: 16px;
	color: #333;
	line-height: 26px;
	text-align: center;
	margin-top: 10px;
}

.youshi_list2{
	margin-top: 20px;
	overflow: hidden;
}

.youshi_list2 .youshi_li{
	width: 29.333%;
	margin: 2%;
	float: left;
}

.p-t-90{
    padding-top: 90px;
}

.tab_li{
	padding: 10px 30px;
	border-radius: 3px; 
	margin: 0 20px;
	font-size: 26px;
	line-height: 48px;
	color: #999;
	font-weight: bold;
	border: 1px solid #999;
	border-radius: 5px;
}

.tab_li.active{
	color: #fff;
	border: 1px solid #56b7dc;
	background-color: #56b7dc;
}

.product_list_data{
	display: none;
}

.product_list_data.active{
	display: block;
}

.tab_li2{
	padding: 10px 30px;
	border-radius: 3px; 
	margin: 0 20px;
	font-size: 26px;
	line-height: 48px;
	color: #999;
	font-weight: bold;
	border: 1px solid #999;
	border-radius: 5px;
}

.tab_li2.active{
	color: #fff;
	border: 1px solid #56b7dc;
	background-color: #56b7dc;
}

.product_list_data2{
	display: none;
}

.product_list_data2.active{
	display: block;
}
