/* 内页banner */

.inner_banner {
	width: 100%;
	min-width: 1200px;
	position: relative;
}

.inner_banner img {
	width: 100%;
}

.inner_banner .word {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.inner_banner .word h4 {
	font-size: 26px;
	color: #fff;
}

.inner_banner .word span {
	display: block;
	margin: 15px 0;
	width: 50px;
	height: 3px;
	background-color: #ffffff;
}

.inner_banner .word p {
	font-size: 22px;
	color: #fff;
}


/* 内页二级导航 */

.second_nav {
	border-bottom: 1px solid #ddd;
}

.second_nav .con {
	width: 1200px;
	margin: 0 auto;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.second_nav .con .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.second_nav .con .left .fa-home {
	color: #076dd5;
	font-size: 18px;
}

.second_nav .con .left i.fa-caret-right {
	margin: 0 15px;
	color: #666;
}

.second_nav .con .left a {
	font-size: 14px;
}

.second_nav .con .left a:last-child {
	color: #076dd5;
}

.second_nav .con .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.second_nav .con .right a {
	margin: 0 20px;
	border-bottom: 2px solid #fff;
	line-height: 68px;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.second_nav .con .right a:hover,
.second_nav .con .right a.active {
	border-color: #076dd5;
	color: #076dd5;
}


/* 售后服务 */

.shouhou {
	width: 100%;
}

.shouhou .con {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 80px;
}

.shouhou .con>div .title {
	margin: 40px 0;
}

.shouhou .con>div .title h4 {
	font-weight: normal;
	color: #076dd5;
	font-size: 22px;
}

.shouhou .con .liucheng img {
	width: 100%;
}

.shouhou .con .chengnuo .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.shouhou .con .chengnuo .list .item {
	width: 280px;
	margin-bottom: 20px;
}
.shouhou .con .chengnuo .list .item img{
    transition: all 0.5s;
}
.shouhou .con .chengnuo .list .item:hover img{
    margin-top: -10px;
        box-shadow: 0px 5px 10px #ddd;
}

/* 新闻类公共模板 */

.public_news {
	background-color: #f5f5f5;
	padding: 30px 0;
}

.public_news .con {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.public_news .con .left {
	width: 900px;
}

.public_news .con .left .news_detail {
	background-color: #fff;
	padding: 40px 20px;
	margin-bottom: 20px;
}

.public_news .con .left .news_detail .hd {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #ddd;
	text-align: center;
}

.public_news .con .left .news_detail .hd span.time {
	font-size: 20px;
	color: #076dd5;
	font-family: 'ziti';
}

.public_news .con .left .news_detail .hd h1 {
	font-size: 16px;
	color: #333;
	margin: 15px 0;
}

.public_news .con .left .news_detail .hd div span {
	margin-right: 70px;
	font-size: 14px;
	color: #999;
}

.public_news .con .left .news_detail .word {
	margin-bottom: 30px;
}

.public_news .con .left .news_detail .word p {
	line-height: 2;
	font-size: 14px;
	color: #666;
	margin: 10px 0;
}

.public_news .con .left .news_detail .word img {
	display: block;
	margin: 10px auto;
	max-width: 100%;
}

.public_news .con .left .news_detail .button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.public_news .con .left .news_detail .button p {
	width: 50%;
	height: 60px;
	border: 1px solid #076dd5;
	text-align: center;
	line-height: 58px;
	border: 1px solid #ddd;
    overflow: hidden;
    transition: all 0.5s;
}
.public_news .con .left .news_detail .button p a{
     transition: all 0.5s;
}
.public_news .con .left .news_detail .button p:hover {
	color: #fff;
	border-color: #076dd5;
	background-color: #076dd5;
}
.public_news .con .left .news_detail .button p:hover a{
    color: #fff;
}
.public_news .con .right {
	width: 280px;
}

.public_news .con .right .news_tuijian {
	background-color: #fff;
	padding: 10px;
}

.public_news .con .right .news_tuijian .tuijian_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 30px 0;
}

.public_news .con .right .news_tuijian .tuijian_title h3 {
	font-size: 20px;
	color: #333;
}

.public_news .con .right .news_tuijian .tuijian_title a {
	color: #333;
	font-size: 14px;
}

.public_news .con .right .news_tuijian .list {
	margin-bottom: 50px;
}

.public_news .con .right .news_tuijian .list .item {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #ddd;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.public_news .con .right .news_tuijian .list .item .img {
	width: 100%;
	height: 168px;
	overflow: hidden;
}

.public_news .con .right .news_tuijian .list .item .img img {
	width: 100%;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.public_news .con .right .news_tuijian .list .item p {
	padding: 10px 0;
	color: #333;
	text-align: center;
}

.public_news .con .right .news_tuijian .list .item:hover {
	background-color: #076dd5;
}

.public_news .con .right .news_tuijian .list .item:hover .img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.public_news .con .right .news_tuijian .list .item:hover p {
	color: #fff;
}


/* 产品推荐 */

.pro_com {
	background-color: #fff;
	padding: 30px 20px;
}

.pro_com .com_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.pro_com .com_title h3 {
	font-size: 20px;
	color: #333;
}

.pro_com .com_title a {
	color: #333;
	font-size: 14px;
}

.pro_com .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pro_com .list .item {
	width: 200px;
}

.pro_com .list .item .img {
	width: 100%;
	height: 150px;
	text-align: center;
	overflow: hidden;
}

.pro_com .list .item .img img {
	height:100%;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.pro_com .list .item p {
	font-size: 14px;
	color: #333;
	padding: 10px 0;
}

.pro_com .list .item:hover .img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.pro_com .list .itempty {
	width: 200px;
	height: 0px;
	margin-bottom: 0px;
}


/* 关于我们类公共模板 */

.public_about .con {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px 0 60px;
}

.public_about .con .left {
	width: 860px;
}

.public_about .con .left .qiyejianjie {
	margin-bottom: 30px;
}

.public_about .con .left .qiyejianjie .p p {
	margin: 30px 0;
	font-size: 14px;
	line-height: 2;
	color: #666;
	text-indent: 2rem;
}

.public_about .con .left .qiyejianjie .p img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.public_about .con .left .jiazhiguan .jzg_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.public_about .con .left .jiazhiguan .jzg_list .item {
	width: 420px;
	height: 240px;
	background: #f5f5f5;
	padding: 20px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.public_about .con .left .jiazhiguan .jzg_list .item:hover {
	background: #076dd5;
}

.public_about .con .left .jiazhiguan .jzg_list .item:hover .up .item_title h6 {
	color: #fff;
}

.public_about .con .left .jiazhiguan .jzg_list .item:hover p {
	color: #fff;
}

.public_about .con .left .jiazhiguan .jzg_list .item:hover .img div {
	border-color: #fff;
}

.public_about .con .left .jiazhiguan .jzg_list .item:hover .img div img {
	-webkit-filter: brightness(100);
	filter: brightness(100);
}

.public_about .con .left .jiazhiguan .jzg_list .item .up {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.public_about .con .left .jiazhiguan .jzg_list .item .up .item_title h6 {
	font-weight: normal;
	color: #444;
	font-size: 16px;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.public_about .con .left .jiazhiguan .jzg_list .item p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.public_about .con .left .jiazhiguan .jzg_list .item div.img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.public_about .con .left .jiazhiguan .jzg_list .item div.img div {
	width: 66px;
	height: 44px;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	border: 1px solid #666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.public_about .con .left .method .method_div {
	margin: 30px 0;
	background: #f5f5f5;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.public_about .con .left .method .method_div .div_left {
	width: 350px;
	margin-right: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.public_about .con .left .method .method_div .div_left .line {
	width: 1px;
	height: 83px;
	background-color: #bbbbbb;
}

.public_about .con .left .method .method_div .div_right h4 {
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
}

.public_about .con .left .method .method_div .div_right>span {
	font-size: 26px;
	color: #cc0202;
}

.public_about .con .left .method .method_div .div_right p {
	color: #333;
	font-size: 14px;
	margin: 10px 0;
}

.public_about .con .left .method .method_div .div_right p span {
	color: #666;
}

.public_about .con .left .daohang .map {
	width: 100%;
	height: 400px;
	margin: 30px 0;
}

.public_about .con .left .liuyan form {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.public_about .con .left .liuyan form>input {
	padding: 10px 15px;
	margin: 15px 0;
	width: 49%;
	border: none;
	outline: none;
	border-bottom: 1px solid #ddd;
}

.public_about .con .left .liuyan form textarea {
	width: 100%;
	height: 120px;
	padding: 10px 15px;
	resize: none;
	outline: none;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

.public_about .con .left .liuyan form .button input {
	width: 140px;
	height: 40px;
	background-color: #076dd5;
	border: solid 1px #076dd5;
	color: #fff;
}

.public_about .con .left .keji {
	padding: 40px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.public_about .con .left .keji .word {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 50px;
}

.public_about .con .left .keji .word>p {
	font-size: 16px;
	color: #333;
	font-family: 'ziti';
}

.public_about .con .left .keji .word h5 {
	font-size: 20px;
	font-weight: normal;
	color: #076dd5;
	margin-bottom: 30px;
}

.public_about .con .left .keji .word .p {
	position: relative;
	padding-left: 20px;
	padding-bottom: 20px;
}

.public_about .con .left .keji .word .p::after {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 0px;
	border-left: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	width: 250px;
	height: 100%;
}

.public_about .con .left .keji .word .p p {
	color: #999;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
}

.public_about .con .left .rongyu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.public_about .con .left .rongyu .ry_left {
	width: 250px;
	height: 450px;
	background: url(../picture/ryzz_left.jpg) no-repeat;
	background-size: cover;
	padding: 50px 20px;
}

.public_about .con .left .rongyu .ry_left .title {
	margin-bottom: 30px;
}

.public_about .con .left .rongyu .ry_left .title h5 {
	color: #fff;
	font-size: 22px;
}

.public_about .con .left .rongyu .ry_left .title h5:last-child {
	font-family: 'ziti';
}

.public_about .con .left .rongyu .ry_left p {
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 100px;
}

.public_about .con .left .rongyu .ry_left .arr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.public_about .con .left .rongyu .ry_left .arr img {
	outline: none;
}

.public_about .con .left .rongyu .ry_right {
	background: #f1f1f1;
	width: 610px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.public_about .con .left .rongyu .ry_right .swiper-container {
	width: 578px;
}

.public_about .con .left .rongyu .ry_right .swiper-container .swiper-slide {
	width: 274px;
}

.public_about .con .left .rongyu .ry_right .swiper-container .swiper-slide img {
	width: 100%;
}

.public_about .con .left>h4 {
	color: #333;
	margin-bottom: 30px;
	font-size: 20px;
}

.public_about .con .left .title h5 {
	font-size: 22px;
	color: #076dd5;
	font-weight: normal;
}

.public_about .con .left .title h5:last-child {
	font-family: 'ziti';
}

.public_about .con .left .first {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 30px 0;
}

.public_about .con .left .first .img {
	width: 340px;
	margin-right: 30px;
}

.public_about .con .left .first .word {
	width: 510px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.public_about .con .left .first .word span.time {
	font-size: 20px;
	color: #076dd5;
	font-family: 'ziti';
}

.public_about .con .left .first .word h5 {
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.public_about .con .left .first .word p {
	color: #666;
	line-height: 2;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.public_about .con .left .first .word .get_detail a {
	display: inline-block;
	font-size: 14px;
	color: #076dd5;
}

.public_about .con .left .news_list .item {
	padding: 30px 20px;
	border-top: 1px solid #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.public_about .con .left .news_list .item span {
	width: 100px;
	font-size: 28px;
	color: #076dd5;
	line-height: 1;
	font-family: 'ziti';
}

.public_about .con .left .news_list .item .word {
	width: 700px;
}

.public_about .con .left .news_list .item .word h2 {
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 20px;
}

.public_about .con .left .news_list .item .word p {
	color: #666;
	line-height: 2;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.public_about .con .left .news_list .item:hover {
	background-color: #eeeeee;
}

.public_about .con .left .cq_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.public_about .con .left .cq_list .item {
	width: 200px;
	margin-bottom: 15px;
}
.public_about .con .left .cq_list .item .img  video{
    width: 100%;
    height: 100%;
}
.public_about .con .left .cq_list .item .img {
	width: 100%;
	height: 150px;
	overflow: hidden;
	text-align: center;
}

.public_about .con .left .cq_list .item .img img {
	height: 100%;
}

.public_about .con .left .cq_list .item p {
	margin:  15px 0;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.public_about .con .left .cq_list .itempty {
	width: 200px;
	height: 0px;
	margin-bottom: 0px;
}
.public_about .con .left .more{
    text-align: center;
    margin-top: 50px;
}
.public_about .con .left .more a,.public_about .con .left .more b{
	    display: inline-block;
    padding: 8px 15px;
    border: solid 1px #dddddd;
    margin-right: 5px;
    transition: all 0.5s;
}
.public_about .con .left .more b{
    background-color: #076dd5;
    border-color: #076dd5;
    color: #fff;
}
.public_about .con .left .more a:hover{
    background-color: #076dd5;
    border-color: #076dd5;
    color: #fff;
}
.public_about .con .right {
	width: 295px;
}

.public_about .con .right>div {
	padding-left: 15px;
	border-left: 1px solid #ddd;
}

.public_about .con .right>div .img {
	margin-bottom: 20px;
}
.public_about .con .right>div .img video{
    object-fit: fill;
}

/* 产品中心 */

.product .con {
	width: 1200px;
	margin: 0 auto;
}

.product .con .tabs {
	margin-top: 40px;
	margin-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.product .con .tabs li {
	height: 46px;
	line-height: 46px;
	margin: 0 10px;
	background-color: #0364c1;
	padding: 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product .con .tabs li img {
	margin-right: 10px;
}

.product .con .tabs li a {
	color: #fff;
	font-size: 14px;
}

.product .con .section li {
	margin-bottom: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product .con .section li.section2 .left .word {
	right: 0px;
	left: auto;
}

.product .con .section li.section2 .left::after {
	right: auto;
	left: -40px;
}

.product .con .section li .left {
	width: 410px;
	height: 240px;
	position: relative;
}

.product .con .section li .left::after {
	content: "";
	position: absolute;
	right: -40px;
	top: -20px;
	z-index: -1;
	width: 330px;
	height: 280px;
	border: 1px solid #ccc;
}

.product .con .section li .left .img {
	width: 100%;
	height: 100%;
}

.product .con .section li .left .img img {
	width: 100%;
	height: 100%;
}

.product .con .section li .left .word {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 180px;
	height: 100%;
	background-color: rgba(3, 100, 193, 0.58);
	padding: 40px 15px;
}

.product .con .section li .left .word h4 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}

.product .con .section li .left .word p {
	font-size: 14px;
	color: #fff;
	margin: 20px 0;
}

.product .con .section li .left .word span {
	color: #fff;
}
.product .con .section li .left .word span img{
    margin-right: 3px;
}
.product .con .section li .left .word a {
	display: block;
	margin: 0 auto;
	width: 112px;
	height: 34px;
	border-radius: 18px;
	text-align: center;
	color: #fff;
	line-height: 32px;
	font-size: 14px;
	border: 1px solid #fff;
	margin-top: 20px;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.product .con .section li .left .word a:hover {
	background-color: #fff;
	color: #076dd5;
}

.product .con .section li .right {
	width: 720px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product .con .section li .right .item {
	width: 215px;
}

.product .con .section li .right .item:hover p {
	color: #076dd5;
}

.product .con .section li .right .item .img {
	width: 215px;
	height: 120px;
	text-align: center;
	overflow: hidden;
}
.product .con .section li .right .item .img:hover img{
    transform: scale(1.2);
}
.product .con .section li .right .item .img img{
    height:100%;
    transition: all 0.5s;
}
.product .con .section li .right .item p {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	color: #333;
	border-bottom: 1px dashed #ccc;
}

.product .con .section li .right .item .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 10px;
}

.product .con .section li .right .item .icon span {
	font-size: 15px;
	color: #333;
	font-weight: bold;
}

.product .con .section li .right .item .icon span img {
	margin-right: 5px;
}


/* 产品中心 */

.public_pro {
	background: #f5f5f5;
}

.public_pro .con {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 0;
}

.public_pro .con .left {
	width: 280px;
}

.public_pro .con .left .left_con .h1 {
	text-align: center;
	background: #076dd5;
	color: #fff;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
}

.public_pro .con .left .left_con ul {
	border: 1px solid #ddd;
}

.public_pro .con .left .left_con ul li {
	background: #fff;
}

.public_pro .con .left .left_con ul li .click {
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	border-left: 6px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px 0 0;
}

.public_pro .con .left .left_con ul li .click .img {
	width: 15%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.public_pro .con .left .left_con ul li .click .img img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.public_pro .con .left .left_con ul li .click p {
	width: 80%;
	line-height: 50px;
}

.public_pro .con .left .left_con ul li .click span {
	position: relative;
}

.public_pro .con .left .left_con ul li .click span::after {
	content: "+";
	position: absolute;
	left: 0px;
	top: -10px;
}

.public_pro .con .left .left_con ul li .click.active p {
	color: #076dd5;
}

.public_pro .con .left .left_con ul li .click.active .img img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.public_pro .con .left .left_con ul li .click.active span::after {
	content: "-";
}

.public_pro .con .left .left_con ul li .xilie_sec {
	display: none;
}

.public_pro .con .left .left_con ul li .xilie_sec a {
	border-bottom: 1px solid #ddd;
	display: block;
	line-height: 50px;
	padding: 0 20px;
	text-indent: 2rem;
}

.public_pro .con .left .left_con .word {
	background: #fff;
	padding: 20px;
}

.public_pro .con .left .left_con .word .company_name {
	font-size: 16px;
	color: #076dd5;
}

.public_pro .con .left .left_con .word p.intro {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin: 20px 0;
}

.public_pro .con .left .left_con .word h2 {
	font-size: 32px;
	font-weight: normal;
	color: #076dd5;
}

.public_pro .con .left .left_con .word h2 span {
	font-family: 'ziti';
}

.public_pro .con .left .left_con .word .more {
	margin: 20px 0;
}

.public_pro .con .left .left_con .word .more a {
	color: #666;
	font-size: 14px;
	display: block;
	text-align: right;
}

.public_pro .con .left .left_con .word .swiper-container {
	height: 670px;
}

.public_pro .con .left .left_con .word .swiper-container .swiper-slide {
	width: 100%;
}

.public_pro .con .left .left_con .word .swiper-container .swiper-slide img {
	width: 100%;
	max-height: 100%;
}

.public_pro .con .left .left_con .word .swiper-container .swiper-slide p {
	text-align: center;
	padding: 10px 0;
	color: #333;
}

.public_pro .con .right {
	width: 900px;
}

.public_pro .con .right .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.public_pro .con .right .list .item {
	padding: 10px;
	width: 290px;
	background: #fff;
	margin-bottom: 20px;
	
}
.public_pro .con .right .list .item .img{
    overflow: hidden;
    height: 197px;
    text-align: center;
}
.public_pro .con .right .list .item .img:hover img{
    transform: scale(1.2);
}
.public_pro .con .right .list .item .img img{
    transition: all 0.5s;
}
.public_pro .con .right .list .item .cp_img{
    max-width: 100%;
    height: 197px;
}
.public_pro .con .right .list .item h4 {
	font-size: 16px;
	color: #333;
	margin: 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.public_pro .con .right .list .item p {
	font-size: 14px;
	color: #666;
	/*padding-bottom: 15px;*/
	/*border-bottom: 1px dashed #ddd;*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.public_pro .con .right .list .item .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding:15px 0;
	margin-top: 15px;
	border-top: 1px dashed #ddd;
}

.public_pro .con .right .list .item .icon span {
	font-size: 15px;
	color: #333;
	margin-right: 20px;
}

.public_pro .con .right .list .item .icon span img {
	margin-right: 10px;
}

.public_pro .con .right .list .item:hover h4,
.public_pro .con .right .list .item:hover p {
	color: #076dd5;
}

.public_pro .con .right .list .itempty {
	width: 290px;
	height: 0px;
	margin-bottom: 0px;
}

.public_pro .con .right .list .more {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.public_pro .con .right .list .more li {
	margin: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.public_pro .con .right .list .more li span {
	background-color: #fff;
	padding: 10px 15px;
	margin: 0 5px;
	border: solid 1px #dddddd;
	color: #555;
	border-radius: 4px;
	cursor: pointer;
}

.public_pro .con .right .list .more li span.active {
	background-color: #076dd5;
	border-color: #076dd5;
	color: #fff;
}

.public_pro .con .right .list .more li div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: #555;
}

.public_pro .con .right .list .more li div input {
	height: 100%;
	width: 50px;
	margin: 0 5px;
	text-align: center;
	border-radius: 4px;
	outline: none;
	border: solid 1px #dddddd;
}

.public_pro .con .right .list .more li div button {
	margin-left: 10px;
	height: 100%;
	padding: 0 20px;
	border: solid 1px #076dd5;
	border-radius: 30px;
	outline: none;
	background-color: #fff;
	cursor: pointer;
}

.public_pro .con .right .detail {
	background: #fff;
	padding: 20px;
}

.public_pro .con .right .detail .up {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.public_pro .con .right .detail .up .tab_cards {
	width: 486px;
}

.public_pro .con .right .detail .up .tab_cards .big_img {
	width: 100%;
	height: 356px;
	margin-bottom: 15px;
	overflow: hidden;
}

.public_pro .con .right .detail .up .tab_cards .big_img img {
	width: 100%;
}

.public_pro .con .right .detail .up .tab_cards .img_arr {
	background: #076dd5;
	position: relative;
}

.public_pro .con .right .detail .up .tab_cards .img_arr .swiper-container {
	width: 426px;
	margin: 0 auto;
	background: #fff;
	height: 100px;
}

.public_pro .con .right .detail .up .tab_cards .img_arr .swiper-container .swiper-slide {
	cursor: pointer;
	    box-sizing: border-box;
    padding: 1px;
    text-align: center;
    overflow: hidden;
}
.public_pro .con .right .detail .up .tab_cards .img_arr .swiper-container .swiper-slide img{
    height: 100%;
}
.public_pro .con .right .detail .up .tab_cards .img_arr div[class^='swiper-button'] {
	outline: none;
	color: #fff;
}

.public_pro .con .right .detail .up .tab_cards .img_arr div[class^='swiper-button']::after {
	font-size: 30px;
}

.public_pro .con .right .detail .up .tab_cards .img_arr .swiper-button-prev {
	left: 0px;
}

.public_pro .con .right .detail .up .tab_cards .img_arr .swiper-button-next {
	right: 0px;
}

.public_pro .con .right .detail .up .detail_word {
	width: 354px;
}

.public_pro .con .right .detail .up .detail_word h3 {
	color: #333;
	font-size: 20px;
	border-bottom: 1px solid #076dd5;
	padding: 10px 0;
}

.public_pro .con .right .detail .up .detail_word>p {
	font-size: 14px;
	line-height: 2;
	color: #666;
	margin-top: 20px;
	margin-bottom: 30px;
}

.public_pro .con .right .detail .up .detail_word h5 {
	font-size: 16px;
	color: #333;
}

.public_pro .con .right .detail .up .detail_word .hot_line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.public_pro .con .right .detail .up .detail_word .hot_line p {
	margin-left: 10px;
	font-size: 14px;
	color: #666;
}

.public_pro .con .right .detail .up .detail_word .hot_line p span {
	font-family: 'ziti';
	font-size: 26px;
	color: #d10000;
}

.public_pro .con .right .detail .canshu {
	margin-top: 60px;
}

.public_pro .con .right .detail .canshu .tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.public_pro .con .right .detail .canshu .tabs .item {
	padding: 14px 36px;
	background: #ddd;
	cursor: pointer;
}

.public_pro .con .right .detail .canshu .tabs .item.active {
	background: #076dd5;
	color: #ffffff;
}

.public_pro .con .right .detail .canshu .cons {
	width: 100%;
}

.public_pro .con .right .detail .canshu .cons>div {
	margin: 30px 0;
}

.public_pro .con .right .detail .canshu .cons>div .cons_title {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.public_pro .con .right .detail .canshu .cons>div .cons_title h4 {
	font-size: 16px;
	color: #333;
}

.public_pro .con .right .detail .canshu .cons>div .cons_title p {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-bottom: 1px solid #ddd;
}

.public_pro .con .right .detail .canshu .cons>div .word {
	padding: 0 30px;
}
.public_pro .con .right .detail .canshu .cons>div .word table{
        border: 1px solid #ddd;
        border-collapse: collapse;
}
.public_pro .con .right .detail .canshu .cons>div .word table tr{
    border-bottom: 1px solid #ddd;
}
.public_pro .con .right .detail .canshu .cons>div .word table tr td{
    padding: 10px 0;
        border-right: 1px solid #ddd;
        border-color: #ddd !important;
}
.public_pro .con .right .detail .canshu .cons>div .word p {
	font-size: 14px;
	color: #666;
	line-height: 2;
}

.public_pro .con .right .detail .canshu .cons>div .word img {
	max-width: 100%;
	/*display: block;*/
	/*margin: 0 auto;*/
}

.public_pro .con .right .detail .liuyan {
	margin-top: 60px;
}

.public_pro .con .right .detail .liuyan .title h5 {
	font-size: 22px;
	color: #076dd5;
	font-weight: normal;
}

.public_pro .con .right .detail .liuyan .title h5:last-child {
	font-family: 'ziti';
}

.public_pro .con .right .detail .liuyan form {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.public_pro .con .right .detail .liuyan form>input {
	padding: 10px 15px;
	margin: 15px 0;
	width: 49%;
	border: none;
	outline: none;
	border-bottom: 1px solid #ddd;
}

.public_pro .con .right .detail .liuyan form textarea {
	width: 100%;
	height: 120px;
	padding: 10px 15px;
	resize: none;
	outline: none;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

.public_pro .con .right .detail .liuyan form .button input {
	width: 140px;
	height: 40px;
	background-color: #076dd5;
	border: solid 1px #076dd5;
	color: #fff;
}

.public_pro .con .right .hot_article {
	margin-top: 20px;
	padding: 30px 20px;
	background: #fff;
}

.public_pro .con .right .hot_article h4 {
	margin-bottom: 30px;
}

.public_pro .con .right .hot_article .article_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.public_pro .con .right .hot_article .article_list .item {
	width: 200px;
}

.public_pro .con .right .hot_article .article_list .item .img {
	width: 100%;
	height: 150px;
	overflow: hidden;
}

.public_pro .con .right .hot_article .article_list .item .img img {
	width: 100%;
}

.public_pro .con .right .hot_article .article_list .item p {
	padding: 15px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.public_pro .con .right .hot_article .article_list .itempty {
	width: 200px;
	height: 0px;
}