<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.carousel .carousel-inner .item img {
    width: 100%;
}
.logo_img {
    float: left;
    width: 107px;
    height: 100%;
}
.logo_img a {
    display: block;
}
.logo_img img {
    width: 100%;
    height: 37px;
    vertical-align: middle;
}
.nav_list {
    float: left;
    overflow: hidden;
    margin-left: 36px;
}
.nav_list li {
    float: left;
    width: 11.11%;
    text-align: center;
    line-height: 100px;
}
.nav_list li a {
    display: inline-block;
    height: 100px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.nav_list li.in a {
    border-bottom: 2px solid #0b357a;
}
.nav_list li a {
    color: #000;
}
.search_box {
    float: right;
    line-height: 100px;
}
.search_box .lf {
    font-size: 18px;
    color: #0b357a;
    height: 100px;
    overflow: hidden;
}
.search_box .lf i {
    font-size: 22px;
    color: #0b357a;
    margin-right: 10px;
    font-weight: bold;
}
.search_box button {
    float: right;
}
.search {
    float: right;
    height: 34px;
    line-height: 34px;
    margin-top: 33px;
    position: relative;
    z-index: 100;
}
.search1 {
    float: right;
    height: 34px;
    line-height: 34px;
    margin-top: 33px;
    position: relative;
    z-index: 100;
}
.search .form-group {
    display: none;
}
.search1 .phone_search{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
}
.search_tck {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}
.search button {
    width: 34px;
    height: 34px;
    background: #fff;
}
.search button i {
    font-size: 24px;
    color: #888;
}
@media (max-width: 991px) {
    .nav_list {
        display: none;
    }
    .search_box .lf{
        font-size: 16px;
        margin-left: 20px;
    }
    .search_box {
        display: block;
        float: left;
        line-height: 88px;
    }
    .search{
        display: none;
    }
    .logo_img {
        line-height: 80px;
    }
    .container &gt; .navbar-toggle {
        margin: 20px 0;
        display: block;
    }
    #allmap{
        overflow: auto;
    }
    #allmap img{
        max-width: max-content!important;
    }
}
@media (min-width: 992px) {
    .nav_list {
        width: 580px;
    }
    .search_box {
        width: 265px;
        line-height: 100px;
    }
    .logo_img {
        line-height: 100px;
    }
    .container &gt; .navbar-toggle {
        margin: 30px 0;
        display: none;
    }
}
@media screen and (min-width: 1200px) {
    .nav_list {
        width: 750px;
    }
    .search_box {
        width: 265px;
        line-height: 100px;
    }
}
@media screen and (min-width: 1440px) {
    .nav_list {
        width: 900px;
    }
    .search_box {
        width: 265px;
        line-height: 100px;
    }
}
.container &gt; .navbar-toggle {
    padding: 9px 0;
}
.container_box {
    width: 100%;
}
.menu {
    position: fixed;
    width: 70%;
    right: -70%;
    z-index: 1;
    height: 100%;
    background: #f8f8f8;
}
.nav-list {
    width: 100%;
    border-top: 1px solid #ddd;
    clear: both;
}
.nav-list li {
    padding: 0 20px;
    text-align: justify;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.nav-list li.in {
    line-height: 48px;
}
.nav-list li.in a {
    color: #c00;
}
.nav-list li:hover {
    background: #0b357a;
}
.nav-list li:hover a {
    color: #fff;
}
.nav-list li.in:hover {
    background: transparent;
}
.nav-list li.in:hover a {
    color: #c00;
}
.nav-list li a {
    display: block;
    text-decoration: none;
}
.menu .search {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.menu .search1 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.ind_m {
    margin-top: 60px;
}
.ind_m .container&gt;div:nth-child(1) .dn-big a{
	width: 100%;
	height: 156px;
	display: flex;
	position: relative;
	margin: 0 auto;
	padding: 13px 24px 0;
	flex-direction: column;
}
/* .ind_m .container&gt;div:nth-child(1) .dn-big a:hover .prod_img{
	transform: scale(0.9);
	transition: all 0.6s;
} */
.ind_m .container&gt;div:nth-child(1) .dn-big a .prod_img{
	width: 146px;
	height: 105px;
}
.ind_m .container&gt;div:nth-child(1) .dn-big a .prod_img img{
	height: 100%;
}
.ind_m .container&gt;div:nth-child(1) .dn-big a .prod_t{
	margin-top: 12px;
	position: relative;
	bottom: 0;
	padding: 0;
}
.ind_m .container&gt;div:nth-child(1) .dn-big a .prod_t p{
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ind_m .container&gt;div:nth-child(1) .dn-big .carousel-item .item .prod_xq{
	height: auto;
}
.ind_m .container&gt;div:nth-child(1) .dn-big a .dn-caption{
	display: block;
	position: absolute;
}
.ind_m .container&gt;div:nth-child(1) .dn-big .carousel img{
	opacity: 1;
}
.ind_m .container&gt;div:nth-child(1) .dn-big .carousel-item{
	display: flex!important;
	flex-wrap: wrap;
	width: 100%;
	flex-shrink: 0;
	padding: 0 70px;
	justify-content: center;
}
.ind_m .container&gt;div:nth-child(1) .dn-big .carousel-item .item{
	width: 195px;
	height: 156px;
	margin: 0 0.5%;
	margin-bottom: 20px;
	min-height: auto;
	background-color: #fff;
}
.ind_m .container&gt;div:nth-child(1) .dn-big .carousel-item .item .prod_xq{
	height: auto;
	margin-bottom: 0;
}
#carouselExampleControls{
	overflow: hidden;
	background: url(/uploadfile/upfiles/202005181027335ec1f295db377-1.jpg) no-repeat center center/cover;
	background-size: 100% 100%;
	padding-top: 50%;
}
#carouselExampleControls .carousel-inner{
	display: flex;
	overflow: initial;
	transition: all 1s;
}
#carouselExampleControls&gt;button{
	height: 331px;
	top: auto;
	bottom: 20px;
	width: auto;
}
#carouselExampleControls .prod_t b{
	margin-top: 5px;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.nav-list li:hover span.close {
    color: #fff;
}
.nav-list li.in:hover span.close {
    color: #000;
}
@media screen and (min-width: 376px) {
    .dn-caption h1 {
        font-size: 32px;
    }
    .dn-caption h2 {
        font-size: 32px;
    }
    .dn-caption p {
        font-size: 16px;
    }
}
@media screen and (min-width: 768px) {
    .dn-big a,
    .dn-small a,
    .dn-lg a {
        position: relative;
    }
    .dn-caption {
        position: absolute;
        z-index: 10;
    }
    .dn-big .dn-caption {
        top: 0;
        left: 0;
    }
    .dn-small .dn-caption {
        bottom: 0;
        left: 0;
    }
    .ind_m .col-xs-12 {
        margin-bottom: 5%;
    }
    .ind_m .container &gt; .row &gt; .col-xs-12 {
        margin-bottom: 3%;
    }
    .dn-caption h1 {
        color: #fff;
        font-size: 32px;
        line-height: 40px;
    }
    .dn-caption h2 {
        color: #fff;
        font-size: 32px;
        line-height: 40px;
    }
    .dn-caption p {
        color: #fff;
        font-size: 16px;
        line-height: 40px;
    }
    .dn-lg .dn-caption {
        text-align: center;
        top: 50%;
        left: 0;
        right: 0;
        margin-top: -72px;
    }
    .dn-lg .dn-caption h1 {
        font-size: 36px;
        line-height: 48px;
    }
    .dn-lg .dn-caption h2 {
        font-size: 36px;
        line-height: 48px;
    }
    .dn-lg .dn-caption p {
        font-size: 16px;
        line-height: 48px;
    }
    .dn-big a, .dn-small a, .dn-lg a {
        display: block;
        overflow: hidden;
    }
    .ind_m .ind_news .col-xs-12 {
        margin-bottom: 3%;
    }
    .dn-big img, .dn-small img {
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -ms-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
    }
    .dn-big .item:hover img, .dn-small:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@media screen and (max-width: 767px) {
    .ind_m .col-xs-12 {
        margin-bottom: 5%;
        background: #f7f7f7;
    }
    .ind_m .ind_news .col-xs-12 {
        margin-bottom: 5%;
    }
    .ind_m .container &gt; .row &gt; .col-xs-12 {
        margin-bottom: 5%;
    }
    .dn-caption h1 {
        font-size: 26px;
        line-height: 40px;
        color: #333;
        text-align: center;
    }
    .dn-caption h2 {
        font-size: 26px;
        line-height: 32px;
        color: #333;
        text-align: center;
    }
    .dn-caption p {
        font-size: 14px;
        line-height: 26px;
        color: #3e3a39;
        text-align: center;
    }
}
@media screen and (min-width: 1200px) {
    .ind_m .col-xs-12 {
        margin-bottom: 5.4%;
    }
}
.dn-big .dn-caption h1 {
    color: #333;
}
.dn-big .dn-caption h2 {
    color: #333;
}
.dn-big .dn-caption p {
    color: #3e3a39;
}
.dn-news .dn-caption {
    position: static;
}
.dn-news .dn-caption h1 {
    color: #333;
    text-align: center;
}
.dn-news .dn-caption h2 {
    color: #333;
    text-align: center;
}
.dn-news .dn-caption p {
    color: #3e3a39;
    text-align: center;
}
.dn-caption h1 {
    text-transform: uppercase;
}
.dn-lg {
    position: relative;
    overflow: hidden;
}
.dn-lg img {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.dn-lg:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.ind_m a {
    text-decoration: none;
}
.news_big h2 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 13px;
    margin-bottom: 13px;
}
.news_big p {
    line-height: 24px;
    color: #888;
}
.news_big span {
    display: block;
    width: 180px;
    height: 48px;
    margin-top: 20px;
    background: #333;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    text-align: center;
    line-height: 48px;
    text-transform: uppercase;
}
.news_small {
    overflow: hidden;
    border-bottom: 2px solid #ddd;
    position: relative;
    padding-left: 90px;
    min-height: 98px;
    margin-bottom: 18px;
}
.news_small:last-child {
    margin-bottom: 0;
}
.news_small .news_lf {
    position: absolute;
    left: 0;
    top: 0;
}
.news_lf h2 {
    font-size: 60px;
    line-height: 70px;
    text-align: center;
}
.news_lf h3 {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}
.news_rt h2 {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin: 5px 0;
    height: 30px;
    overflow: hidden;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.news_rt p {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #888;
}
.news_small {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.news_small:hover {
    margin-left: -10px;
}
.ind_m {
    margin-bottom: 6%;
}
.ft_box {
    overflow: hidden;
    background: #222;
}
@media screen and (min-width: 768px) {
    .ft_box {
        padding-top: 4.2%;
    }
    .ft_box dl {
        float: left;
        width: 12.5%;
    }
    .ft_box dl.foot_dl3{
      width: 15%;
    }
    .ft_box dl.foot_dl4{
      width: 15%;
      box-sizing: border-box;
      padding-left: 2%;
    }
    .ft_box dl.foot_dl5{
      width: 16.5%;
    }
    .ft_box dl.foot_dl6{
      width: 9%;
    }
    .ft_box dl.foot_dl8{
      width: 9%;
      box-sizing: border-box;
    }
    .ft_box dl.foot_dl7{
      width: 10%;
    }
    .ft_box dl dd ul li a {
        line-height: 30px;
        color: #ddd;
    }
    .ft_box dl dt {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 14px;
    }
    .ft_box dl dt i {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .ft_box dl dt {
        line-height: 28px;
        padding: 15px 20px;
        overflow: hidden;
        border-bottom: 1px solid #535353;
        font-size: 18px;
        cursor: pointer;
    }
    .ft_box dl dt i {
        font-size: 20px;
        display: block;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .ft_box dl dt i.xz {
        -webkit-transform: rotatex(180deg);
        -moz-transform: rotatex(180deg);
        -ms-transform: rotatex(180deg);
        -o-transform: rotatex(180deg);
        transform: rotatex(180deg);
    }
    .ft_box .container {
        padding: 0;
    }
    .ft_box dl dd {
        display: none;
    }
    .ft_box dl dd ul {
        overflow: hidden;
        background: #dcdcdc;
    }
    .ft_box dl dd ul li a {
        display: block;
        line-height: 24px;
        padding: 15px 20px;
        color: #333;
        border-bottom: 1px solid #aaa;
        font-size: 16px;
    }
}
@media screen and (min-width: 992px) {
    .ewm_box img {
        float: right;
        margin-left: 15px;
        margin-bottom: 10px;
    }
    .ewm_box {
        overflow: hidden;
        border-left: 1px solid #535353;
    }
    .ft_ba p {
        float: left;
        line-height: 62px;
    }
    .ft_ba h3 {
        float: right;
        line-height: 62px;
    }
    .ft_ba p span {
        margin-left: 20px;
    }
    .ft_ba p a {
        margin-left: 20px;
    }
}
@media screen and (max-width: 991px) {
    .ewm_box {
        text-align: center;
    }
    .ewm_box img {
        display: inline-block;
        margin: 20px;
    }
    .ft_ba {
        padding: 6px 0;
    }
    .ft_ba p {
        text-align: center;
        line-height: 26px;
    }
    .ft_ba h3 {
        text-align: center;
        line-height: 26px;
    }
    .ft_ba p span {
        text-align: center;
        display: block;
    }
    .ft_ba p a {
        text-align: center;
        display: block;
    }
}
.ft_box dl dd ul li a {
    text-decoration: none;
}
.ft_box dl dt {
    color: #ddd;
}
.ft_box dl dt i {
    float: right;
    color: #ddd;
}
.ft_ba p {
    color: #ddd;
}
.ft_ba p span {
    color: #ddd;
}
.ft_ba p a {
    color: #ddd;
}
.ft_ba h3 {
    color: #ddd;
}
.ft_ba_span{background: #ff0000;}
.bn {
    overflow: hidden;
}
.bn img {
    width: 100%;
    display: block;
}
@media all {
    .jj_rt {
        background: rgba(2, 173, 251, .8);
    }
    .jj_rt h1 {
        position: absolute;
        display: block;
        color: #fff;
    }
    .jj_rt h1 span {
        display: block;
        color: #fff;
        text-align: center;
    }
    .jj_rt h2 {
        color: #fff;
        margin-bottom: 18px;
        text-align: justify;
        opacity: .9;
    }
    .jj_rt h2 span {
        color: #fff;
        display: inline-block;
        margin-right: 14px;
    }
    .jj_rt p {
        color: #fff;
        line-height: 26px;
        text-align: justify;
        opacity: .8;
    }
}
.about_m {
    background: #f5f5f5;
}
@media (min-width: 992px) {
    .about_m .container:first-child {
        padding: 0;
    }
    .jj_box {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding: 40px 0;
        -webkit-transition: padding, height .6s;
        -moz-transition: padding, height .6s;
        -ms-transition: padding, height .6s;
        -o-transition: padding, height .6s;
        transition: padding, height .6s;
    }
    .jj_lf {
        position: absolute;
        top: 40px;
        width: 447px;
        height: 298px;
        overflow: hidden;
        left: -100%;
        z-index: 1;
        -webkit-transition: width, height, top, margin-top .6s;
        -moz-transition: width, height, top, margin-top .6s;
        -ms-transition: width, height, top, margin-top .6s;
        -o-transition: width, height, top, margin-top .6s;
        transition: width, height, top, margin-top .6s;
    }
    .jj_lf img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .jj_rt {
        float: right;
        width: 750px;;
        position: relative;
        z-index: 10;
        margin-right: -100%;
        box-sizing: border-box;
        padding: 50px 50px 50px 160px;
        height: 462px;
        overflow: hidden;
        -webkit-transition: width, height, padding, margin-top .6s;
        -moz-transition: width, height, padding, margin-top .6s;
        -ms-transition: width, height, padding, margin-top .6s;
        -o-transition: width, height, padding, margin-top .6s;
        transition: width, height, padding, margin-top .6s;
    }
    .jj_rt h1 {
        width: 40px;
        font-size: 36px;
        line-height: 38px;
        top: 50%;
        left: 40px;
    }
    .jj_rt h1 {
        margin-top: -151px;
    }
    .jj_rt h2 {
        font-size: 28px;
        line-height: 32px;
    }
}
@media (min-width: 1200px) {
    .jj_box {
        min-height: 542px;
        padding: 40px 0;
    }
    .jj_lf {
        top: 50%;
        width: 558px;
        height: 372px;
        margin-top: -186px;
        z-index: 1;
    }
    .jj_rt {
        width: 750px;
        padding: 50px 50px 50px 160px;
        height: 462px;
        margin-top: 0;
    }
    .jj_rt h1 {
        margin-top: -151px;
    }
}
@media (min-width: 1440px) {
    .jj_box {
        min-height: 567px;
        padding: 60px 0;
    }
    .jj_lf {
        top: 50%;
        width: 670px;
        height: 447px;
        margin-top: -223px;
        z-index: 1;
    }
    .jj_rt {
        width: 900px;
        z-index: 10;
        height: 382px;
        margin-top: 33px;
    }
    .jj_rt h1 {
        margin-top: -151px;
    }
}
@media (max-width: 991px) {
    .jj_box {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding: 40px 0;
    }
    .jj_lf {
        width: 50%;
    }
    .jj_lf img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .jj_rt {
        float: right;
        width: 100%;
        z-index: 10;
        margin-right: -100%;
        box-sizing: border-box;
        padding: 50px 50px 50px 50px;
        overflow: hidden;
    }
    .jj_rt h1 {
        width: auto;
        font-size: 36px;
        line-height: 38px;
        top: 80px;
        margin-top: 0;
        left: 40px;
    }
    .jj_rt h2 {
        font-size: 28px;
        line-height: 32px;
    }
}
@media (max-width: 768px) {
    .jj_box {
        padding: 20px 0;
    }
    .jj_lf {
        width: 100%;
    }
    .jj_lf img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .jj_rt {
        float: right;
        width: 100%;
        z-index: 10;
        margin-right: -100%;
        box-sizing: border-box;
        padding: 20px;
        overflow: hidden;
    }
    .jj_rt h1 {
        width: auto;
        font-size: 28px;
        line-height: 32px;
        top: 40px;
        margin-top: 0;
        left: 20px;
    }
    .jj_rt h2 {
        font-size: 22px;
        line-height: 26px;
    }
}
.intro {
    overflow: hidden;
    text-align: center;
}
.intro h2 {
    font-size: 28px;
    line-height: 28px;
    color: #323232;
    margin-bottom: 16px;
}
.intro h3 {
    font-size: 12px;
    line-height: 12px;
    color: #808080;
    text-transform: uppercase;
}
.bm h2 {
    font-size: 24px;
    line-height: 46px;
}
.bm h2 span {
    font-size: 14px;
    color: #999;
}
@media (min-width: 768px) {
    .depart_box .col-sm-6 {
        padding: 0;
    }
    .intro h3 {
        margin-bottom: 40px;
    }
    .bm {
        position: relative;
        overflow: hidden;
    }
    .bm h2 {
        position: absolute;
        top: 30px;
        left: 40px;
        font-size: 24px;
        line-height: 46px;
    }
    .bm img {
        width: 100%;
        display: block;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -ms-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
    }
    .bm:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@media (max-width: 767px) {
    .intro h3 {
        margin-bottom: 20px;
    }
    .bm img {
        width: 100%
    }
    .bm h2 {
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 10px;
    }
}
.lb_box {
    width: 100%;
    position: relative;
}
.lb_box .btn1 {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    display: block;
    z-index: 100;
    background: none;
    width: 42px;
    height: 40px;
    line-height: 40px;
    padding: 0;
}
.lb_box .btn1 i {
    font-size: 40px;
    color: #808080;
}
.lb_box .btnleft {
    -webkit-transform: rotatez(90deg);
    -moz-transform: rotatez(90deg);
    -ms-transform: rotatez(90deg);
    -o-transform: rotatez(90deg);
    transform: rotatez(90deg);
}
.lb_box .btnright {
    -webkit-transform: rotatez(270deg);
    -moz-transform: rotatez(270deg);
    -ms-transform: rotatez(270deg);
    -o-transform: rotatez(270deg);
    transform: rotatez(270deg);
}
.lb_box .btnright i {
    color: #33bbfa;
}
.ry_lb {
    overflow: hidden;
    margin: 0 auto;
}
.sw-ban {
    height: 366px;
    width: 1410px;
}
#marquee{
	width: 100%;
	height: 364px;
	overflow:hidden;
}
.ry_lb ul{
	/* width: 100%; */
	height: 364px;
}
.ry_lb ul li{
	overflow: hidden;
	border: 1px solid #cbcbcb;
	/* width: 260px !important; */
	height: auto;
	height: 364px;
	margin: 0 11px;
	display: flex;
	align-items: center;
	float: left;
	margin-right: 20px;
}
.ry_lb ul li img{
	padding: 12px !important;
	height: 100%;
}
.sw-ban .swiper-slide {
    overflow: hidden;
    border: 1px solid #cbcbcb;
    /* width: 260px !important; */
		height: auto;
    height: 364px;
    margin: 0 11px;
		display: flex;
		align-items: center;
		float: left;
		margin-right: 20px;
}
.sw-ban .swiper-slide img {
    padding: 12px !important;
		height: 100%;
}
@media (min-width: 768px) {
    .ry_box {
        padding: 46px 0 76px;
    }
    .ry_lb {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .ry_box {
        padding: 56px 0 96px;
    }
    .ry_lb {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .ry_lb {
        width: 100%;
    }
}
@media (min-width: 1440px) {
    .lb_box .btnleft {
        left: -30px;
    }
    .lb_box .btnright {
        right: -30px;
    }
}
@media (min-width: 1450px) {
    .ry_lb {
        width: 1410px;
    }
    .lb_box .btnleft {
        left: -40px;
    }
    .lb_box .btnright {
        right: -40px;
    }
}
@media (max-width: 767px) {
    .ry_box {
        padding: 26px 0 56px;
    }
    .ry_lb {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
		.ry_lb #marquee{
			height: 180px;
		}
		.ry_lb ul{
			height: 180px;
		}
		.ry_lb ul li{
			height: 180px;
		}
}
@media (max-width: 1439px) {
    .lb_box .btnleft {
        left: -20px;
    }
    .lb_box .btnright {
        right: -20px;
    }
	.ind_m .container&gt;div:nth-child(1) .dn-big a .prod_img{
		width: 100%;
	}
}
.news_box {
    max-width: 460px;
    padding-bottom: 30px;
}
.news_img {
    overflow: hidden;
}
.news_img &gt; img {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.news_box:hover .news_img &gt; img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.news_m .col-xs-12 .news_box {
    margin: 0 auto;
}
.news_txt {
    -webkit-box-shadow: 0 0 8px 0 #cccccc;
    -moz-box-shadow: 0 0 8px 0 #cccccc;
    box-shadow: 0 0 8px 0 #cccccc;
    box-sizing: border-box;
    padding-top: 72px;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 4%;
    position: relative;
}
.news_txt &gt; h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 6px;
    max-height: 26px;
    overflow: hidden;
}
.news_nr{
    height: 48px;
    overflow: hidden;
}
.news_txt  p {
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}
.news_txt &gt; b {
    display: block;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    line-height: 28px;
    text-align: center;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotatez(270deg);
    -moz-transform: rotatez(270deg);
    -ms-transform: rotatez(270deg);
    -o-transform: rotatez(270deg);
    transform: rotatez(270deg);
    margin: 16px auto;
    font-weight: normal;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.news_txt b i {
    color: #9e9e9e;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.news_box a {
    text-decoration: none;
}
.news_box:hover .news_txt b {
    background: #01b1fc;
    border-color: #01b1fc;
}
.news_box:hover .news_txt b i {
    color: #fff;
}
.wk {
    width: 75px;
    height: 75px;
    border: 1px solid #01b1fc;
    -webkit-transform: rotatez(45deg);
    -moz-transform: rotatez(45deg);
    -ms-transform: rotatez(45deg);
    -o-transform: rotatez(45deg);
    transform: rotatez(45deg);
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -37.5px;
    top: -37.5px;
    background: #fff;
}
.nk {
    width: 75px;
    height: 75px;
    -webkit-transform: rotatez(-45deg);
    -moz-transform: rotatez(-45deg);
    -ms-transform: rotatez(-45deg);
    -o-transform: rotatez(-45deg);
    transform: rotatez(-45deg);
    overflow: hidden;
}
.nk h2 {
    font-size: 28px;
    line-height: 36px;
    color: #01b1fc;
    font-family: "Ã¥Â®â€¹Ã¤Â½â€œ";
    font-weight: bold;
    margin-top: 4px;
    width: 100%;
}
.nk h3 {
    font-size: 18px;
    line-height: 24px;
    color: #01b1fc;
}
.pager_linkBox {
    display: inline-block;
    overflow: hidden;
}
.pager_linkBox a {
    float: left;
    line-height: 32px;
    width: 32px;
    height: 32px;
    margin: 0 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none;
    color: #4c4c4c;
    text-align: center;
}
.pager_linkBox a.current {
    background: #01b1fc;
    color: #fff;
}
@media (min-width: 768px) {
    .news_m {
        margin: 70px 0 40px;
        text-align: center;
    }
    .pager_linkBox {
        margin: 30px 0;
    }
    .pager_linkBox a {
        line-height: 32px;
        width: 32px;
        height: 32px;
        margin: 0 13px;
    }
    .pager_linkBox a.shang, .pager_linkBox a.xia {
        width: 64px;
    }
    .nk {
        width: 75px;
        height: 75px;
        -webkit-transform: rotatez(-45deg);
        -moz-transform: rotatez(-45deg);
        -ms-transform: rotatez(-45deg);
        -o-transform: rotatez(-45deg);
        transform: rotatez(-45deg);
        overflow: hidden;
    }
    .news_box:hover .wk {
        animation: xz .9s linear;
    }
    @-webkit-keyframes xz {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
            -webkit-transform: rotate(3600deg);
            -moz-transform: rotate(3600deg);
            -ms-transform: rotate(3600deg);
            -o-transform: rotate(3600deg);
            transform: rotate(3600deg);
        }
    }
    @-ms-keyframes xz {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
            -webkit-transform: rotate(3600deg);
            -moz-transform: rotate(3600deg);
            -ms-transform: rotate(3600deg);
            -o-transform: rotate(3600deg);
            transform: rotate(3600deg);
        }
    }
    @-o-keyframes xz {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
            -webkit-transform: rotate(3600deg);
            -moz-transform: rotate(3600deg);
            -ms-transform: rotate(3600deg);
            -o-transform: rotate(3600deg);
            transform: rotate(3600deg);
        }
    }
    @-moz-keyframes xz {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
            -webkit-transform: rotate(3600deg);
            -moz-transform: rotate(3600deg);
            -ms-transform: rotate(3600deg);
            -o-transform: rotate(3600deg);
            transform: rotate(3600deg);
        }
    }
}
@media (max-width: 767px) {
    .news_m {
        margin: 30px 0 20px;
        text-align: center;
    }
    .pager_linkBox {
        margin: 0;
    }
	#carouselExampleControls .prod_xq{
		padding: 0;
	}
    .pager_linkBox a {
        line-height: 24px;
        width: 24px;
        height: 24px;
        margin: 0 4px;
        font-size: 12px;
    }
    .pager_linkBox a.shang, .pager_linkBox a.xia {
        width: 44px;
    }
}
.prod_m {
    overflow: hidden;
    text-align: center;
    background: #f5f5f5;
}
@media (min-width: 1200px) {
    .prod_m {
        margin-top: -2.6%;
    }
    .prod_l {
        overflow: hidden;
        width: 100%;
        background: #fcfcfc;
    }
    .prod_l li {
        float: left;
        width: 16.6%;
        box-sizing: border-box;
        height: 200px;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -ms-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
        cursor: pointer;
    }
    .prod_m.case_m li {
        width: 12.5%;
    }
    .prod_l li b {
        display: block;
        width: 14px;
        height: 10px;
        margin: 4px auto 0;
        opacity: 0;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -ms-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
    }
    .prod_l li.in {
        background: #fff;
        -webkit-box-shadow: 0 0 20px 0 #ddd;
        -moz-box-shadow: 0 0 20px 0 #ddd;
        box-shadow: 0 0 20px 0 #ddd;
    }
    .prod_l li.in b {
        opacity: 1;
    }
    .prod_l li .title_img {
        margin-top: 16px;
        height: 102px;
        line-height: 102px;
        text-align: center;
    }
    .title_img img {
        display: inline-block;
        vertical-align: middle;
    }
    .prod_l li p {
        font-size: 16px;
        line-height: 26px;
        max-height: 52px;
        padding: 0 6%;
    }
    .prod_title {
        padding: 70px 0 60px;
        text-align: center;
    }
    .prod_title h2 {
        font-size: 40px;
        line-height: 40px;
        color: #999;
        font-weight: normal;
        font-family: SinkinSans;
        margin-bottom: 28px;
    }
    .prod_title h3 {
        font-size: 24px;
        color: #01b1fc;
        line-height: 24px;
    }
    .prod_title span {
        display: block;
        margin: 16px auto 22px;
        width: 30px;
        height: 2px;
        background: #ccc;
    }
    .prod_title p {
        font-size: 16px;
        line-height: 26px;
        color: #666;
    }
}
@media all {
    .prod_title {
        padding: 30px 0 30px;
        text-align: center;
    }
    .prod_title h2 {
        font-size: 40px;
        line-height: 40px;
        color: #999;
        font-weight: normal;
        font-family: SinkinSans;
        margin-bottom: 28px;
    }
    .prod_title h3 {
        font-size: 24px;
        color: #01b1fc;
        line-height: 24px;
    }
    .prod_title span {
        display: block;
        margin: 16px auto 22px;
        width: 30px;
        height: 2px;
        background: #ccc;
    }
    .prod_title p {
        font-size: 16px;
        line-height: 26px;
        color: #666;
    }
    .prod_xq {
        background: #fff;
        text-align: center;
        padding: 60px 50px 50px;
        position: relative;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -ms-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
        overflow: hidden;
        margin: 0 auto 30px;
        max-width: 460px;
    }
    .prod_xq:hover {
        -webkit-box-shadow: 0 0 30px 0 #ccc;
        -moz-box-shadow: 0 0 30px 0 #ccc;
        box-shadow: 0 0 30px 0 #ccc;
    }
    .prod_img {
        overflow: hidden;
    }
    .prod_img img {
        margin: 0 auto;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -ms-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
    }
    .prod_t {
        position: absolute;
        bottom: 50px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 0 50px;
        text-align: center;
        height: 16px;
        overflow: hidden;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -ms-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
    }
    .prod_xq:hover .prod_t {
        height: 70px;
		transform: translateY(-10px);
    }
    .prod_xq:hover .prod_img img {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
    }
    .prod_t p {
        font-size: 16px;
        line-height: 16px;
    }
    .prod_t b {
        display: block;
        margin: 26px auto 0;
        width: 32px;
        height: 32px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        line-height: 32px;
        text-align: center;
        color: #fff;
        background: #01b1fc;
    }
}
@media (min-width: 768px) {
    .cp_title {
        display: none;
    }
    .prod_title {
        padding: 10px 0 20px;
        text-align: center;
    }
    .prod_title h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .prod_title h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .prod_title span {
        margin: 10px auto 12px;
    }
    .prod_title p {
        font-size: 14px;
        line-height: 20px;
    }
    .prod_xq {
        height: 320px;
        padding: 0;
    }
    .prod_img img {
        max-height: 150px;
    }
    .prod_t {
        padding: 0 30px;
    }
    .prod_xq:hover .prod_t {
        height: 70px;
    }
    .prod_t b {
        display: block;
        margin: 10px auto 0;
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
}
@media (min-width: 992px) {
    .prod_title {
        padding: 10px 0 20px;
    }
    .prod_title h2 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .prod_title h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .prod_title span {
        margin: 12px auto 16px;
    }
    .prod_title p {
        font-size: 16px;
        line-height: 26px;
    }
    .prod_xq {
        height: 380px;
    }
    .prod_img img {
        max-height: 210px;
    }
}
@media (min-width: 1200px) {
    .prod_title {
        padding: 50px 0 40px;
    }
    .prod_title h2 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .prod_title h3 {
        font-size: 22px;
        line-height: 22px;
    }
    .prod_title span {
        margin: 16px auto 20px;
    }
    .prod_title p {
        font-size: 16px;
        line-height: 26px;
    }
    .prod_xq {
        height: 450px;
    }
    .prod_img img {
        max-height: 250px;
    }
}
@media (min-width: 1440px) {
    .prod_title {
        padding: 70px 0 60px;
        text-align: center;
    }
    .prod_xq {
        height: 520px;
    }
    .prod_img img {
        max-height: 320px;
    }
}
@media (max-width: 1199px) {
    .prod_m {
        padding-top: 40px;
    }
    .prod_l {
        overflow: hidden;
        width: 100%;
        background: #fcfcfc;
    }
    .prod_l li {
        box-sizing: border-box;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -ms-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
        cursor: pointer;
        margin: 0;
        overflow: hidden;
    }
    .prod_l li b {
        display: none;
    }
    .prod_l li.in {
        background: #fff;
        -webkit-box-shadow: 0 0 20px 0 #bbb;
        -moz-box-shadow: 0 0 20px 0 #bbb;
        box-shadow: 0 0 20px 0 #bbb;
    }
    .prod_l li .title_img {
        margin: 14px 0;
        text-align: center;
    }
    .title_img img {
        display: inline-block;
        vertical-align: middle;
    }
    .prod_l li p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
        padding: 0 6%;
    }
}
@media (max-width: 767px) {
    .cp_title {
        display: block;
        text-align: left;
        padding: 10px 20px;
        font-size: 20px;
        line-height: 20px;
        background: #0b357a;
        color: #fff;
    }
    .cp_title i {
        float: right;
        width: 20px;
        height: 20px;
        font-size: 18px;
        line-height: 20px;
        color: #fff;
    }
    .prod_m {
        padding-top: 20px;
    }
    .prod_title {
        padding: 20px 0;
        text-align: center;
    }
    .prod_title h2 {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .prod_title h3 {
        font-size: 16px;
        line-height: 16px;
    }
    .prod_title span {
        margin: 10px auto 12px;
    }
    .prod_title p {
        font-size: 12px;
        line-height: 18px;
    }
    .prod_xq {
        max-width: 310px;
        height: 340px;
    }
    .prod_img img {
        max-height: 180px;
    }
    .prod_xq:hover .prod_t {
        height: 70px;
    }
    .prod_t b {
        display: block;
        margin: 10px auto 0;
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
    .prod_l {
        overflow: hidden;
        width: 100%;
        background: #fcfcfc;
        display: none;
    }
    .prod_l li {
        box-sizing: border-box;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -ms-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
        cursor: pointer;
        margin: 0;
        overflow: hidden;
    }
    .prod_l li b {
        display: none;
    }
    .prod_l li.in {
        background: #fff;
        -webkit-box-shadow: 0 0 20px 0 #bbb;
        -moz-box-shadow: 0 0 20px 0 #bbb;
        box-shadow: 0 0 20px 0 #bbb;
    }
    .prod_l li .title_img {
        display: none;
    }
    .title_img img {
        display: inline-block;
        vertical-align: middle;
    }
    .prod_l li p {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 0;
        padding: 0 20px;
        text-align: left;
    }
}
.case_xq {
    overflow: hidden;
    margin: 0 auto;
    max-width: 460px;
}
.case_xq a {
    display: block;
}
@media (min-width: 768px) {
    .fh {
        display: none;
    }
    .case_title {
        padding: 10px 0 16px;
    }
    .case_title h2 {
        font-size: 26px;
        line-height: 36px;
        text-transform: uppercase;
        font-family: "SinkinSans";
        color: #999;
        margin-bottom: 6px;
    }
    .case_title h3 {
        font-size: 16px;
        line-height: 24px;
        color: #333;
        margin-bottom: 10px;
    }
    .case_title span {
        display: block;
        margin: 0 auto;
        width: 182px;
        height: 12px;
    }
    .case_title span img {
        width: 100%;
        height: 100%;
    }
    .case_xq {
        overflow: hidden;
        margin: 0 auto;
        max-width: 460px;
    }
    .case_xq {
        position: relative;
        margin-bottom: 30px;
    }
    .case_t {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 4%;
        opacity: 0;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -ms-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
    }
    .case_xq:hover .case_t {
        top: 0;
        opacity: 1;
    }
    .case_t_box {
        width: 100%;
        height: 100%;
        padding: 9.5%;
        background: rgba(0, 0, 0, .7);
    }
    .case_t_box h2 {
        color: #fff;
        font-size: 18px;
        line-height: 18px;
        text-transform: uppercase;
    }
    .case_t_box span {
        display: block;
        width: 1px;
        height: 16px;
        background: #fff;
        margin: 5% auto;
    }
    .case_t_box p {
        font-size: 14px;
        line-height: 16px;
        color: #fff;
        margin-bottom: 8%;
    }
    .case_t_box b {
        display: block;
        width: 28px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        margin: 0 auto;
        box-sizing: border-box;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #fff;
    }
    .case_t_box b i {
        font-size: 12px;
        color: #fff;
    }
}
@media (min-width: 992px) {
    .case_title {
        padding: 10px 0 20px;
    }
    .case_title h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 8px;
    }
    .case_title h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .case_title span {
        width: 213px;
        height: 14px;
    }
    .case_t_box span {
        height: 20px;
        margin: 6% auto;
    }
    .case_t_box p {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 8%;
    }
    .case_t_box b {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
@media (min-width: 1200px) {
    .case_title {
        padding: 50px 0;
    }
    .case_title h2 {
        font-size: 36px;
        line-height: 52px;
        margin-bottom: 10px;
    }
    .case_title h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .case_title span {
        width: 227px;
        height: 15px;
    }
}
@media (min-width: 1440px) {
    .case_title {
        padding: 60px 0;
    }
    .case_title h2 {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 10px;
    }
    .case_title h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 14px;
    }
    .case_title span {
        width: 243px;
        height: 16px;
    }
}
@media (max-width: 767px) {
    .fh {
        line-height: 30px;
    }
    .fh a {
        display: block;
        margin: 0 auto;
        text-decoration: none;
    }
    .fh i {
        font-size: 28px;
        color: #01b1fc;
    }
    .case_title {
        padding: 10px 0 14px;
    }
    .case_title h2 {
        font-size: 22px;
        line-height: 32px;
        text-transform: uppercase;
        font-family: "SinkinSans";
        color: #999;
        margin-bottom: 4px;
    }
    .case_title h3 {
        font-size: 16px;
        line-height: 20px;
        color: #333;
        margin-bottom: 8px;
    }
    .case_title span {
        display: block;
        margin: 0 auto;
        width: 182px;
        height: 12px;
    }
    .case_title span img {
        width: 100%;
        height: 100%;
    }
    .case_xq {
        background: #fff;
        margin-bottom: 20px;
    }
    .case_t {
        border-top: 1px solid rgba(0, 0, 0, .1);
    }
    .case_t h2, .case_t span, .case_t b {
        display: none;
    }
    .case_t p {
        font-size: 16px;
        line-height: 30px;
        color: #666;
    }
}
.solution_xq {
    max-width: 460px;
    margin: 0 auto;
    overflow: hidden;
}
.case_xq a {
    text-decoration: none;
}
.solution_xq a {
    text-decoration: none;
}
.case_img {
    overflow: hidden;
}
.case_img img {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.solution_xq:hover .case_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
@media (min-width: 768px) {
    .solution_xq {
        margin-bottom: 30px;
    }
    .solution_xq:hover .solution_t h2 {
        background: #01b1fc;
        color: #fff;
    }
    .solution_xq:hover .solution_t h2 span {
        background: #fff;
    }
    .solution_t h2 {
        line-height: 42px;
        color: #4c4c4c;
        padding: 0 46px 0 10px;
        font-size: 14px;
        background: #fbfbfb;
        text-align: justify;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -ms-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
        height: 42px;
        overflow: hidden;
        position: relative;
    }
    .solution_t h2 span {
        position: absolute;
        right: 10px;
        top: 7px;
        box-sizing: border-box;
        width: 28px;
        height: 28px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #01b1fc;
        line-height: 28px;
        text-align: center;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -ms-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
    }
    .solution_t h2 span i {
        font-size: 14px;
        color: #01b1fc;
    }
    .prod_l.solution_l li {
        display: inline-block;
        float: none;
        box-shadow: none;
    }
}
@media (min-width: 992px) {
    .solution_t h2 {
        line-height: 50px;
        padding: 0 50px 0 12px;
        font-size: 15px;
        height: 50px;
    }
    .solution_t h2 span {
        right: 12px;
        top: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .solution_t h2 span i {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .prod_l.solution_l li {
        width: 20%;
    }
    .solution_t h2 {
        line-height: 56px;
        padding: 0 60px 0 16px;
        font-size: 16px;
        height: 56px;
    }
    .solution_t h2 span {
        right: 16px;
        top: 10px;
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    .solution_t h2 span i {
        font-size: 16px;
    }
}
@media (min-width: 1440px) {
    .solution_t h2 {
        line-height: 60px;
        padding: 0 70px 0 20px;
        font-size: 16px;
        height: 60px;
    }
    .solution_t h2 span {
        right: 20px;
        top: 10px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .solution_t h2 span i {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .solution_xq {
        margin-bottom: 20px;
    }
    .prod_l.solution_l li {
        width: 100%;
        text-align: justify;
    }
    .solution_t h2 {
        line-height: 40px;
        color: #4c4c4c;
        padding: 0 50px 0 10px;
        font-size: 14px;
        background: #fbfbfb;
        text-align: justify;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -ms-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
        position: relative;
        height: 40px;
        overflow: hidden;
    }
    .solution_t h2 span {
        position: absolute;
        right: 10px;
        top: 6px;
        box-sizing: border-box;
        width: 28px;
        height: 28px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #01b1fc;
        line-height: 28px;
        text-align: center;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -ms-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
    }
    .solution_t h2 span i {
        font-size: 14px;
        color: #01b1fc;
    }
}
.partner_m {
    text-align: center;
    padding: 4% 0 3%;
}
.partner_m .row div {
    overflow: hidden;
}
@media (min-width: 768px) {
    .partner_m .row div {
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) {
    .partner_m .row div {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .partner_m .row div {
        margin-bottom: 14px;
    }
}
.hr_m {
    text-align: center;
    padding-bottom: 3%;
}
.rcln_box {
    margin-top: 4%;
    overflow: hidden;
}
.rczp_box {
    margin: 3.6% 0 1%;
    overflow: hidden;
}
@media (min-width: 768px) {
    .rczp_box {
        margin: 3.6% 0 1%;
    }
    .rcln_lf {
        float: left;
        margin-left: -100%;
        position: relative;
    }
    .out_box {
        width: 264px;
        height: 340px;
    }
    .bj_box {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #01b1fc;
        z-index: 1;
        width: 234px;
        height: 310px;
    }
    .lf_txt {
        float: right;
        background: #fff;
        position: relative;
        z-index: 2;
        box-sizing: border-box;
        text-align: center;
        width: 234px;
        height: 310px;
        padding: 20px 0;
    }
    .lf_txt span {
        display: block;
        background: #b3b3b3;
        float: left;
        width: 1px;
        height: 50px;
        margin: 130px 20px;
    }
    .lf_txt p {
        color: #4c4c4c;
        float: left;
        width: 18px;
        font-size: 18px;
        line-height: 24px;
        margin: 0 10px;
    }
    .rcln_rt {
        float: right;
        margin-right: -100%;
        text-align: justify;
        width: 444px;
        margin-top: 49px;
    }
    .rcln_rt h1 {
        color: #0b357a;
    }
    .rcln_rt h2 {
        color: #0b357a;
    }
    .rcln_rt p {
        color: #666;
    }
    .rcln_rt h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .rcln_rt h2 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 8px;
    }
    .rcln_rt p {
        font-size: 14px;
        line-height: 26px;
    }
}
@media (min-width: 992px) {
    .out_box {
        width: 280px;
        height: 400px;
    }
    .bj_box {
        width: 250px;
        height: 370px;
    }
    .lf_txt {
        width: 250px;
        height: 370px;
        padding: 30px 0;
    }
    .lf_txt span {
        float: left;
        width: 1px;
        height: 50px;
        margin: 130px 20px;
    }
    .lf_txt p {
        float: left;
        width: 22px;
        font-size: 20px;
        line-height: 28px;
        margin: 0 10px;
    }
    .rcln_rt {
        width: 552px;
        margin-top: 87px;
    }
    .rcln_rt h1 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .rcln_rt h2 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 8px;
    }
    .rcln_rt p {
        font-size: 14px;
        line-height: 26px;
    }
}
@media (min-width: 1200px) {
    .out_box {
        width: 350px;
        height: 330px;
    }
    .bj_box {
        width: 320px;
        height: 300px;
    }
    .lf_txt {
        width: 320px;
        height: 300px;
        padding: 30px 0;
    }
    .lf_txt span {
        width: 50px;
        height: 1px;
        float: none;
        display: block;
        margin: 20px auto;
    }
    .lf_txt p {
        font-size: 22px;
        line-height: 40px;
        float: none;
        width: 100%;
    }
    .rcln_rt {
        width: 752px;
        margin-top: 65px;
    }
}
@media (min-width: 1440px) {
    .out_box {
        width: 450px;
        height: 430px;
    }
    .bj_box {
        width: 420px;
        height: 400px;
    }
    .lf_txt {
        width: 420px;
        height: 400px;
        padding: 40px 0;
    }
    .lf_txt span {
        margin: 30px auto;
    }
    .lf_txt p {
        font-size: 24px;
        line-height: 50px;
    }
    .rcln_rt {
        width: 852px;
        margin-top: 138px;
    }
}
@media (max-width: 767px) {
    .rcln_lf {
        position: relative;
    }
    .out_box {
        width: 100%;
        height: 220px;
    }
    .bj_box {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #01b1fc;
        z-index: 1;
        width: 100%;
        height: 200px;
    }
    .lf_txt {
        float: right;
        background: #fff;
        position: relative;
        z-index: 2;
        box-sizing: border-box;
        text-align: center;
        width: 100%;
        height: 200px;
        padding: 10px 0;
        margin-right: -20px;
        padding-right: 20px;
    }
    .lf_txt span {
        display: block;
        background: #b3b3b3;
        width: 50px;
        height: 1px;
        margin: 18px auto;
    }
    .lf_txt p {
        color: #4c4c4c;
        width: 100%;
        font-size: 18px;
        line-height: 26px;
    }
    .rcln_rt {
        text-align: justify;
        width: 100%;
        margin-top: 28px;
    }
    .rcln_rt h1 {
        color: #0b357a;
    }
    .rcln_rt h2 {
        color: #0b357a;
    }
    .rcln_rt p {
        color: #666;
    }
    .rcln_rt h1 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .rcln_rt h2 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 6px;
    }
    .rcln_rt p {
        font-size: 14px;
        line-height: 26px;
    }
}
.intro1 {
    text-align: center;
}
.intro1 h2 {
    font-size: 24px;
    line-height: 26px;
    color: #4c4c4c;
}
.intro1 h3 {
    line-height: 12px;
    color: #808080;
    text-transform: uppercase;
}
.zp_hd ul {
    overflow: hidden;
}
.zp_hd ul li {
    width: 25%;
    float: left;
    background: #01b1fc;
    color: #fff;
}
.zp_bd {
    border: 1px solid #9fa0a0;
}
.zp_bd ul {
    overflow: hidden;
    border-bottom: 1px dashed #9fa0a0;
}
.zp_bd ul li {
    float: left;
    width: 25%;
}
.zp_bd ul li p {
    display: inline-block;
    color: #3e3a39;
    vertical-align: middle;
}
.zp_bd div:last-child {
    border-bottom: none;
}
.zp_bd ul li p i {
    color: #999;
    font-size: 20px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.zp_bd ul li p i.icon-iconjia {
    color: #01b1fc;
}
.zp_txt {
    text-align: justify;
    background: #fff;
    border-top: 1px solid #9fa0a0;
    border-bottom: 1px solid #9fa0a0;
    display: none;
}
.zp_txt h2 {
    color: #4c4c4c;
}
.zp_txt h2 b {
    font-weight: normal;
    color: #0b357a;
}
.zp_txt p {
    color: #666;
}
@media (min-width: 768px) {
    .intro1 h2 {
        margin: 0 0 10px;
    }
    .intro1 h3 {
        font-size: 14px;
        margin-bottom: 28px;
    }
    .zp_hd ul li {
        line-height: 48px;
        height: 48px;
        font-size: 16px;
    }
    .zp_bd ul li {
        line-height: 58px;
        padding: 0 20px;
        height: 58px;
    }
    .zp_bd ul li p {
        line-height: 24px;
    }
    .zp_txt {
        padding: 10px 50px 20px;
    }
    .zp_txt h2 {
        font-size: 16px;
        line-height: 28px;
        margin-top: 10px;
    }
    .zp_txt p {
        line-height: 24px;
    }
}
@media (min-width: 992px) {
    .intro1 h2 {
        margin: 0 0 10px;
    }
    .intro1 h3 {
        font-size: 14px;
        margin-bottom: 32px;
    }
    .zp_hd ul li {
        line-height: 52px;
        height: 52px;
        font-size: 16px;
    }
    .zp_bd ul li {
        line-height: 62px;
        padding: 0 20px;
        height: 62px;
    }
    .zp_bd ul li p {
        line-height: 24px;
    }
    .zp_txt {
        padding: 10px 80px 20px;
    }
    .zp_txt h2 {
        font-size: 16px;
        line-height: 36px;
        margin-top: 10px;
    }
    .zp_txt p {
        line-height: 26px;
    }
}
@media (min-width: 1200px) {
    .intro1 h2 {
        margin: 0 0 10px;
    }
    .intro1 h3 {
        font-size: 14px;
        margin-bottom: 36px;
    }
    .zp_hd ul li {
        line-height: 56px;
        height: 56px;
        font-size: 16px;
    }
    .zp_bd ul li {
        line-height: 66px;
        height: 66px;
    }
    .zp_bd ul li p {
        line-height: 26px;
    }
    .zp_txt {
        padding: 10px 110px 20px;
    }
    .zp_txt h2 {
        font-size: 16px;
        line-height: 36px;
        margin-top: 10px;
    }
    .zp_txt p {
        line-height: 26px;
    }
}
@media (min-width: 1440px) {
    .intro1 h2 {
        margin: 0 0 10px;
    }
    .intro1 h3 {
        font-size: 14px;
        margin-bottom: 40px;
    }
    .zp_hd ul li {
        line-height: 62px;
        height: 62px;
        font-size: 16px;
    }
    .zp_bd ul li {
        line-height: 74px;
        height: 74px;
    }
    .zp_bd ul li p {
        line-height: 26px;
    }
    .zp_txt {
        padding: 10px 140px 20px;
    }
    .zp_txt h2 {
        font-size: 16px;
        line-height: 36px;
        margin-top: 10px;
    }
    .zp_txt p {
        line-height: 26px;
    }
}
@media (max-width: 767px) {
    .intro1 h2 {
        margin: 10px 0;
    }
    .intro1 h3 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .zp_hd ul li {
        line-height: 44px;
        height: 44px;
        font-size: 14px;
    }
    .zp_bd ul li {
        line-height: 48px;
        padding: 0 4px;
        height: 48px;
    }
    .zp_bd ul li p {
        font-size: 12px;
        line-height: 22px;
    }
    .zp_txt {
        padding: 0 12px 10px;
    }
    .zp_txt h2 {
        font-size: 16px;
        line-height: 26px;
        margin-top: 8px;
    }
    .zp_txt p {
        line-height: 24px;
    }
    .rczp_box {
        margin: 3.6% 0 4%;
    }
}
.map_box {
    width: 100%;
}
#allmap {
    width: 100%;
    height: 100%;
}
#allmap img{
    max-width: 100%;
}
.BMap_stdMpCtrl {
    display: none;
}
.anchorBL {
    display: none;
}
.BMap_cpyCtrl {
    display: none;
}
.zxly h2 {
    color: #0b357a;
}
.zxly h2 span {
    font-size: 14px;
    color: #0b357a;
    padding-left: 2px;
}
.dlwz {
    height: 100%;
    box-sizing: border-box;
    text-align: justify;
}
.zxly .form-group {
    overflow: hidden;
}
.zxly .form-group label {
    float: left;
    text-align: right;
    color: #4c4c4c;
}
.zxly .form-group input {
    box-sizing: border-box;
    border: 1px solid #cccccc;
    float: left;
}
.zxly .form-group textarea {
    float: left;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}
.zxly .form-group img {
    float: left;
}
.zxly button {
    display: block;
    background: #01b1fc;
    color: #fff;
    text-align: center;
}
.dlwz h2 {
    display: inline-block;
    color: #0b357a;
    border-bottom: 1px solid #0b357a;
}
.dlwz p {
    position: relative;
    color: #4c4c4c;
}
.dlwz p span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #01b1fc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
}
.dlwz p span i {
    color: #01b1fc;
}
@media (min-width: 768px) {
    .cont_box {
        background: #fff;
        margin-top: -72px;
        position: relative;
        z-index: 9999;
        overflow: hidden;
        margin-bottom: 8%;
    }
    .cont_lf {
        float: left;
        width: 57%;
        margin-left: -100%;
        box-sizing: border-box;
        height: 350px;
        margin-top: 30px;
        opacity: 0;
    }
    .cont_rt {
        float: right;
        width: 43%;
        margin-right: -100%;
        text-align: center;
        border-left: 1px dashed #ececec;
        height: 350px;
        margin-top: 30px;
        opacity: 0;
    }
    .zxly {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .map_box {
        height: 280px;
    }
    .zxly {
        padding: 0 20px;
    }
    .zxly h2 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .zxly .form-group {
        line-height: 28px;
    }
    .zxly .form-group label {
        width: 80px;
    }
    .zxly .form-group input {
        width: 286px;
        padding: 0 10px;
    }
    .zxly .form-group textarea {
        width: 286px;
        height: 72px;
        padding: 2px 10px;
        line-height: 24px;
    }
    .zxly .form-group #yzm {
        width: 183px;
    }
    .zxly .form-group img {
        width: 91px;
        height: 28px;
        margin-left: 14px;
    }
    .zxly button {
        width: 144px;
        height: 36px;
        line-height: 28px;
        margin-top: 5px;
    }
    .dlwz {
        display: inline-block;
    }
    .dlwz h2 {
        font-size: 22px;
        line-height: 20px;
        margin-bottom: 20px;
        padding-bottom: 18px;
    }
    .dlwz p {
        line-height: 30px;
        padding-left: 32px;
        margin-bottom: 13px;
        font-size: 14px;
    }
    .dlwz p span {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .dlwz p span i {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .map_box {
        height: 320px;
    }
    .cont_m .container {
        padding: 0;
    }
    .cont_box {
        margin-top: -76px;
    }
    .cont_lf {
        height: 376px;
        margin-top: 30px;
        float: left;
        width: 57%;
        box-sizing: border-box;
    }
    .cont_rt {
        width: 43%;
        height: 376px;
        margin-top: 30px;
        float: right;
    }
    .zxly {
        padding: 0 50px;
    }
    .zxly h2 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .zxly .form-group {
        line-height: 32px;
    }
    .zxly .form-group label {
        width: 80px;
    }
    .zxly .form-group input {
        width: 372px;
        padding: 0 12px;
    }
    .zxly .form-group textarea {
        width: 372px;
        height: 72px;
        padding: 4px 12px;
        line-height: 24px;
    }
    .zxly .form-group #yzm {
        width: 256px;
    }
    .zxly .form-group img {
        width: 104px;
        height: 32px;
        margin-left: 12px;
    }
    .zxly button {
        width: 160px;
        height: 40px;
        line-height: 40px;
        margin-top: 5px;
    }
    .dlwz h2 {
        font-size: 24px;
        line-height: 22px;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
    .dlwz p {
        line-height: 32px;
        padding-left: 52px;
        margin-bottom: 13px;
        font-size: 16px;
    }
    .dlwz p span {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .dlwz p span i {
        font-size: 20px;
    }
}
@media (min-width: 1200px) {
    .map_box {
        height: 360px;
    }
    .cont_lf {
        height: 394px;
        margin-top: 36px;
    }
    .cont_rt {
        width: 43%;
        height: 394px;
        margin-top: 36px;
    }
    .zxly {
        padding: 0 84px 0 100px;
    }
    .zxly .form-group {
        line-height: 36px;
    }
    .zxly .form-group label {
        width: 80px;
    }
    .zxly .form-group input {
        width: 420px;
        padding: 0 14px;
    }
    .zxly .form-group textarea {
        width: 420px;
        height: 72px;
        padding: 6px 14px;
    }
    .zxly .form-group #yzm {
        width: 293px;
    }
    .zxly .form-group img {
        width: 117px;
        height: 36px;
        margin-left: 10px;
    }
    .zxly button {
        width: 160px;
        height: 40px;
        line-height: 40px;
        margin-top: 5px;
    }
    .dlwz p {
        line-height: 34px;
        padding-left: 48px;
    }
    .dlwz p span {
        width: 34px;
        height: 34px;
        line-height: 34px;
    }
    .dlwz p span i {
        font-size: 22px;
    }
}
@media (min-width: 1440px) {
    .map_box {
        height: 400px;
    }
    .cont_lf {
        height: 420px;
        margin-top: 40px;
    }
    .cont_rt {
        width: 43%;
        height: 420px;
        margin-top: 40px;
    }
    .zxly {
        padding: -1px 144px 0 160px;
    }
    .zxly .form-group {
        line-height: 40px;
    }
    .zxly .form-group label {
        width: 80px;
    }
    .zxly .form-group input {
        width: 420px;
        padding: 0 16px;
    }
    .zxly .form-group textarea {
        width: 420px;
        height: 80px;
        padding: 8px 16px;
    }
    .zxly .form-group #yzm {
        width: 280px;
    }
    .zxly .form-group img {
        width: 130px;
        height: 40px;
        margin-left: 16px;
    }
    .dlwz p {
        line-height: 38px;
        padding-left: 52px;
    }
    .dlwz p span {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }
    .dlwz p span i {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .map_box {
        height: 200px;
    }
    .cont_box {
        background: #fff;
        position: relative;
        z-index: 9999;
        overflow: hidden;
        margin-bottom: 8%;
    }
    .cont_lf {
        margin: 28px 0 0;
        box-sizing: border-box;
    }
    .cont_rt {
        margin: 32px 0 0;
    }
    .zxly {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .zxly h2 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .zxly .form-group {
        line-height: 28px;
    }
    .zxly .form-group label {
        width: 100%;
        text-align: left;
    }
    .zxly .form-group input {
        width: 100%;
        padding: 0 10px;
    }
    .zxly .form-group textarea {
        width: 100%;
        height: 72px;
        padding: 2px 10px;
        line-height: 24px;
    }
    .zxly .form-group #yzm {
        width: 183px;
    }
    .zxly .form-group {
        margin-bottom: 6px;
    !important;
    }
    .zxly .form-group img {
        width: 91px;
        height: 28px;
        margin-left: 14px;
    }
    .zxly button {
        width: 128px;
        height: 36px;
        line-height: 28px;
        margin-top: 12px;
    }
    .dlwz h2 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 12px;
        padding-bottom: 10px;
    }
    .dlwz p {
        line-height: 28px;
        padding-left: 32px;
        margin-bottom: 13px;
        font-size: 14px;
    }
    .dlwz p span {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
    .dlwz p span i {
        font-size: 16px;
    }
}
.lx_box table {
    width: 100%;
}
.lx_box table tr td {
    text-align: center;
    vertical-align: middle;
    padding: 3px;
    line-height: 16px;
}
.lx_box table thead tr {
    background: #01b1fc;
}
.lx_box table thead tr td {
    color: #fff;
    border-left: 1px solid #4ec6fc;
}
.lx_box table tbody tr {
    border-bottom: 1px solid #ccc;
}
.lx_box table tbody tr td {
    border-left: 1px solid #ccc;
    color: #666;
}
.lx_box table tbody tr td:first-child {
    border: none;
}
@media (min-width: 768px) {
    .lxfs {
        margin-bottom: 1%;
    }
    .lx_box table thead tr td {
        font-size: 14px;
        height: 42px;
    }
    .lx_box table tbody tr td {
        height: 28px;
    }
}
@media (min-width: 992px) {
    .lx_box table thead tr td {
        font-size: 16px;
        height: 48px;
    }
    .lx_box table tbody tr td {
        height: 32px;
    }
}
@media (min-width: 1200px) {
    .lx_box table thead tr td {
        font-size: 18px;
        height: 54px;
    }
    .lx_box table tbody tr td {
        height: 36px;
    }
}
@media (min-width: 1440px) {
    .lx_box table thead tr td {
        font-size: 18px;
        height: 60px;
    }
    .lx_box table tbody tr td {
        height: 40px;
    }
}
@media (max-width: 767px) {
    .lxfs {
        margin-bottom: 3%;
    }
    .lx_box table thead tr td {
        font-size: 12px;
        height: 42px;
    }
    .lx_box table tbody tr td {
        height: 28px;
        font-size: 12px;
    }
}
.cont_m {
    text-align: center;
    margin-bottom: 3%;
}
.case_detail {
    margin: 3.5% 0 5%;
}
.case_detail&gt;h2 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 3%;
}
.case_detail&gt;h3 {
    width: 86%;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}
.case_detail&gt;h3 span {
    margin: 0 11px;
    color: #666;
    display: inline-block;
}
.case_detail&gt;h3 span i {
    font-size: 14px;
    float: left;
    margin-right: 4px;
    color: #333;
}
.case_detail p {
    color: #666;
    line-height: 26px;
    text-align: justify;
}
.case_detail img {
    margin: 2% auto;
    display: block;
    max-width: 80%;
	height:auto!important;
}
.case_detail .content img{
    max-width: 100%;
    height: auto!important;
}
.shangxia {
    margin-top: 3%;
    position: relative;
}
.shangxia a {
    text-decoration: none;
}
.shangxia p:first-child a {
    color: #01b1fc;
}
.shangxia p:nth-child(2) a {
    color: #666;
}
.shangxia &gt; a {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: #01b1fc;
    color: #fff;
    text-align: center;
}
@media (min-width: 768px) {
    .shangxia &gt; a {
        width: 80px;
        height: 26px;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        line-height: 26px;
    }
    .case_detail h3 {
        margin-top: -1%;
        margin-bottom: 2%;
        line-height: 22px;
    }
}
@media (min-width: 992px) {
    .case_detail h3 {
        line-height: 26px;
    }
}
@media (min-width: 1200px) {
    .case_detail h3 {
        line-height: 30px;
    }
}
@media (min-width: 1440px) {
    .case_detail h3 {
        line-height: 34px;
    }
}
@media (max-width: 767px) {
    .case_detail&gt;h2 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
    }
    .case_detail p {
        font-size: 12px;
    }
    .case_detail&gt;h3 {
        line-height: 20px;
    }
    .case_detail .content img{
        max-width: 100%;
        height: auto!important;
    }
    .shangxia p {
        overflow: hidden;
        font-size: 12px;
    }
    .shangxia p a {
        float: left;
    }
    .shangxia p a:nth-child(2) {
        max-width: 220px;
    }
    .shangxia &gt; a {
        width: 60px;
        height: 22px;
        font-size: 12px;
        -webkit-border-radius: 11px;
        -moz-border-radius: 11px;
        border-radius: 11px;
        line-height: 22px;
    }
    .case_detail h3 {
        margin-bottom: 2.4%;
        line-height: 22px;
    }
}
.prod_detail {
    width: 100%;
    overflow: hidden;
}
.prod_lf img {
    width: 100%;
    display: block;
}
.xq_box {
    height: 100%;
    box-sizing: border-box;
    position: relative;
}
.xq_box h1 {
    border-bottom: 1px solid #0b357a;
}
.xq_box h2 {
    font-size: 16px;
    line-height: 32px;
    color: #0b357a;
    margin-top: 6px;
}
.prod_rt{
    margin-bottom: 3%;
}
.xq_box h2 span {
    font-size: 14px;
    color: #666;
}
.xq_box p {
    padding-left: 30px;
    line-height: 26px;
    background: url("../img/p_bg.png") no-repeat left 6px;
}
@media (min-width: 768px) {
    .prod_lf {
        width: 53%;
        float: left;
    }
    .prod_rt {
        width: 47%;
        float: right;
    }
    .xq_box {
        padding: 8% 0 8% 10%;
        margin-right: 20px;
    }
    .xq_all {
        width: 100%;
        height: 100%;
        overflow: auto;
    }
    .xq_box h1 {
        font-size: 28px;
        line-height: 28px;
        padding-bottom: 18px;
        margin-bottom: 24px;
    }
}
@media (min-width: 1200px) {
    .xq_box {
        width: 90%;
    }
}
@media (min-width: 1440px) {
    .xq_box {
        width: 680px;
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .xq_box {
        padding: 20px 15px 15px;
        margin-bottom: 50px;
    }
    .xq_box h1 {
        font-size: 26px;
        line-height: 26px;
        padding-bottom: 12px;
        margin-bottom: 16px;
    }
}
.search_xq {
    text-align: center;
}
.search_xq &gt; p {
    font-size: 12px;
    color: rgb(102, 102, 102);
    line-height: 60px;
    text-align: justify;
}
.search_all {
    background: #fff;
    overflow: hidden;
}
.search_all &gt; h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}
.search_list {
    border-top: 1px solid #ddd;
}
.search_list li {
    overflow: hidden;
    width: 100%;
    margin-top: 18px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
.search_list li a {
    text-decoration: none;
}
.search_list li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: justify;
}
.search_list li:hover p {
    color: #0b357a;
}
@media (min-width: 768px) {
    .search_all {
        padding: 2% 2% 0;
        margin-bottom: 3%;
    }
    .search_list {
        margin-bottom: 2%;
    }
}
@media (max-width: 768px) {
    .search_all {
        padding: 20px 0 10px;
        margin-bottom: 15px;
    }
    .search_list {
        margin-bottom: 20px;
    }
}
.carousel{
    min-height: 170px;
}
.carousel img{
    opacity: 0;
}
.carousel .item{
    min-height: 170px;
}
.case_detail table{
  width: 100%!important;
}
.case_detail table tr td{
  width: 48%!important;
  overflow: hidden;
  margin-bottom: 20px;
}
.case_detail table tr{
  margin-top: 20px;
}
.case_detail table tr td:first-child{
  float: left;
}
.case_detail table tr td:first-child+td{
  float: right;
}
.case_detail table tr td img{
  width: 100%!important;
      margin:0 auto!important;
    display: block!important;
    max-width: 100%!important;
    float: none!important;
    height: auto!important;
}
@media (max-width: 768px) {
    .case_detail table tr td{
      width: 100%!important;
      overflow: hidden;
      margin-bottom: 20px;
      height: auto!important;
    }
	#carouselExampleControls{
		background-size: auto 100%;
	}
	.dn-big .dn-caption{
		position: absolute;
		width: 100%;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
	}
}
.prod_detail_carousel{
	overflow: hidden;
}
.prod_detail_carousel img{
	opacity: 1;
}
.prod_detail_carousel .carousel-inner{
	display: flex;
	transition: all 0.6s;
}
.prod_detail_carousel .item{
	display: flex;
	width: 33.33%;
}
.prod_detail_carousel .carousel-indicators{
	bottom: 10px;
}
.prod_detail_carousel .carousel-indicators li{
	border: 1px solid;
}
#main .container .row{
	overflow: hidden;
}
.swiper_case{
	position: relative;
}
.swiper_pagination {
  z-index: 20;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #01b1fc;
}
@media screen and (max-width: 480px) {
	#carouselExampleControls&gt;button{
		height: 176px;
	}
	#carouselExampleControls{
		padding-top: 80%;
	}
	#carouselExampleControls&gt;button .carousel-control-next-icon,#carouselExampleControls&gt;button .carousel-control-prev-icon{
		filter: brightness(0.5);
	}
}</pre></body></html>