* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.mobile-inner-header {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 22px;
}

.mobile-inner-header-icon {
    color: #333;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(51, 51, 51, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(51, 51, 51, 1);
}

.mobile-inner-header img {
    height: 70%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #333;
    border-bottom: solid 1px rgba(51, 51, 51, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(51, 51, 51, 0.4);
    border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}

.head {
    width: 100%;
    height: 80px;
    background: #fff;
}

.heads {
    max-width: 1520px;
    margin: auto;
}

.logo {
    float: left;
    line-height: 80px;
}

.online {
    float: right;
}

.online a {
    display: block;
    width: 95px;
    height: 30px;
    line-height: 26px;
    border: 2px solid #cc3629;
    border-radius: 30px;
    font-size: 14px;
    color: #cc3629;
    text-align: center;
    margin-top: 25px;
}

.nav {
    float: right;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    height: 80px;
    line-height: 80px;
    padding: 0 42px;
    position: relative;
}

.nav ul li a {
    display: block;
    font-size: 15px;
    color: #333;
    position: relative;
}

.nav ul li a::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    height: 3px;
    background: #333333;
    display: none;
}

.nav ul li:hover a::before {
    display: block;
}

.nav ul li .detailnav {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 999;
}

.nav ul li .detailnav li {
    height: 41px;
    line-height: 40px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 0;
    text-align: center;
}

.nav ul li .detailnav li:last-child {
    border-bottom: none;
    height: 40px;
}

.nav ul li .detailnav li a {
    font-size: 13px;
}

.nav ul li .detailnav li a::before {
    display: none !important;
}

.nav ul li:hover .detailnav {
    display: block;
}

.banner img {
    width: 100%;
}

.banner .swiper-button-prev {
    left: 10%;
    width: 59px;
    height: 59px;
    background: url(../images/prev-banner.png) center no-repeat;
}

.banner .swiper-button-next {
    right: 10%;
    width: 59px;
    height: 59px;
    background: url(../images/next-banner.png) center no-repeat;
}

.banner .swiper-pagination-bullet {
    border-radius: 0;
    background: #fff;
    width: 30px;
    height: 2px;
}

.banner .swiper-pagination-bullet-active {
    background: #1e5cb3;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 55px;
}

.case {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
}

.cases {
    max-width: 1520px;
    margin: 90px auto 0;
}

.casetitle {
    text-align: center;
    font-size: 24px;
    color: #041431;
}

.casetitles {
    font-size: 48px;
    color: #182a50;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.cas {
    width: 33.3%;
    float: left;
    text-align: center;
}

.ca {
    width: 70%;
    margin: auto;
}

.catitle {
    font-size: 24px;
    color: #cc3629;
    margin-top: 30px;
}

.cacon {
    font-size: 18px;
    color: #666;
    margin-top: 15px;
}

.advantage {
    width: 100%;
    overflow: hidden;
    margin-top: 105px;
    background: #182a50;
}

.left_adv {
    float: left;
    width: 54%;
}

.left_adv img {
    width: 100%;
}

.right_adv {
    width: 34%;
    float: left;
    margin-left: 35px;
    padding-top: 95px;
}

.radvtop {
    position: relative;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.radvtop span {
    display: inline-block;
    font-weight: normal;
    font-size: 18px;
    color: #999;
    margin-left: 5px;
}

.radvtop::before {
    position: absolute;
    top: 6px;
    left: 0;
    content: "";
    width: 8px;
    height: 23px;
    background: #cc3629;
}

.radvbots {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.radvbot_pic {
    float: left;
    width: 22px;
    text-align: center;
    margin-right: 5px;
}

.radvbot_intro {
    float: left;
}

.radvbot_title {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.radvbot_con {
    font-size: 15px;
    color: #999;
    margin-top: 5px;
}

.radvbot {
    margin-top: 40px;
}

.product {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.products {
    max-width: 1515px;
    margin: 60px auto 0;
}

.protitle {
    text-align: center;
    font-size: 30px;
    color: #182a50;
    font-weight: bold;
}

.protitles {
    text-align: center;
    font-size: 24px;
    color: #999;
}

.proswiper img {
    width: 100%;
}

.proswiper p {
    width: 100%;
    margin-top: 7px;
    line-height: 60px;
    background: #b2b2b2;
    text-align: center;
    font-size: 18px;
    color: #0a48cc;
}

.about {
    width: 100%;
    overflow: hidden;
    background: #f5f6fa;
    margin-top: 145px;
    padding-top: 25px;
    padding-bottom: 55px;
}

.abouts {
    max-width: 1515px;
    margin: auto;
}

.abtitle {
    font-size: 30px;
    color: #182a50;
    font-weight: bold;
}

.abtitle span {
    color: #666666;
    font-size: 16px;
    font-weight: normal;
}

.abbot {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    position: relative;
}

.left_ab {
    float: left;
    width: 61.5%;
}

.left_ab img {
    width: 100%;
}

.abtip {
    position: absolute;
    top: -30px;
    right: 0;
    font-family: "思源黑体 CN";
    font-size: 100px;
    color: #e9ecf5;
    font-weight: bold;
    text-transform: uppercase;
}

.right_ab {
    float: left;
    background: #fff;
    margin-top: 53px;
    position: relative;
    margin-left: -75px;
    padding: 35px 15px 30px 30px;
    font-family: "思源黑体 CN";
    width: 40%;
}

.rabtitle {
    font-size: 20px;
    color: #333;
}

.rabline {
    width: 36px;
    height: 2px;
    background: #858585;
    margin-top: 30px;
}

.rabcon {
    text-indent: 2em;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.rabmore {
    margin-top: 15px;
}

.rabmore a {
    display: block;
    width: 96px;
    height: 32px;
    border-radius: 5px;
    background: #cc3629;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.honor {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.honors {
    max-width: 1515px;
    margin: auto;
    position: relative;
}

.hontitle {
    font-size: 30px;
    color: #182a50;
    font-weight: bold;
}

.hontitles {
    font-size: 24px;
    color: #999;
}

.honswiper {
    text-align: center;
}

.honswiper img {
    width: 100%;
}

.honswiper p {
    font-size: 18px;
    color: #666;
    margin-top: 5px;
}

.swiper-container.honswiper {
    margin-top: 35px;
}

.honors .swiper-button-prev {
    width: 54px;
    height: 54px;
    background: url(../images/prev-hon.png) center no-repeat;
    top: 10px;
    left: auto;
    right: 130px;
    margin-top: 0;
}

.honors .swiper-button-next {
    width: 54px;
    height: 54px;
    background: url(../images/next-hon.png) center no-repeat;
    top: 10px;
    left: auto;
    right: 0;
    margin-top: 0;
}

.new {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
    background: #f5f6fa;
    padding-top: 20px;
    padding-bottom: 65px;
}

.news {
    max-width: 1515px;
    margin: 40px auto 0;
}

.newtitle {
    text-align: center;
    font-size: 30px;
    color: #182a50;
    font-weight: bold;
}

.newtitles {
    font-family: "思源黑体 CN";
    font-size: 14px;
    color: #777;
    margin-top: 15px;
    text-align: center;
}

.left_new {
    float: left;
    width: 41%;
    position: relative;
}

.left_new img {
    width: 100%;
}

.left_new p {
    line-height: 60px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding-left: 15px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.right_new {
    float: right;
    width: 55%;
}

.rnew {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 13px;
    margin-bottom: 28px;
}

.rnew:last-child {
    margin-bottom: 0;
}

.rnewpic {
    float: left;
    width: 14.1%;
}

.rnewpic img {
    width: 100%;
}

.rnewintro {
    float: right;
    width: 83.2%;
}

.rnewtitle {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
}

.rnewdate {
    font-family: "思源黑体 CN";
    font-size: 14px;
    color: #737373;
    margin: 5px 0;
}

.rnewcon {
    font-family: "思源黑体 CN";
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}

.copy {
    text-align: center;
    background: #1a1917;
    line-height: 60px;
}

.copy a {
    font-size: 12px;
    color: #999;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: #302f2c;
}

.fnav {
    max-width: 1515px;
    overflow: hidden;
    margin: auto;
    border-bottom: 1px solid #666666;
    line-height: 58px;
}

.fnavs {
    max-width: 1200px;
    margin: auto;
}

.fnavs ul {
    float: left;
    margin-bottom: 0;
}

.fnavs ul a {
    float: left;
    font-size: 15px;
    color: #fff;
    margin-right: 75px;
}

.backtop {
    float: right;
    cursor: pointer;
    font-size: 16px;
    color: #999;
}

.foots {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 30px;
}

.fcon {
    font-family: "思源黑体 CN";
    font-size: 16px;
    color: #d2d2d2;
    float: left;
}

.saoma {
    float: right;
}

.sm {
    float: left;
    text-align: center;
    margin-left: 35px;
}

.sm p {
    font-family: "思源黑体 CN";
    font-size: 12px;
    color: #999;
    margin-top: 15px;
}

.innertitle {
    text-align: center;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #c7c7c7;
    padding-top: 35px;
    padding-bottom: 15px;
}

.innermaintitle {
    font-size: 30px;
    color: #182a50;
    font-weight: bold;
}

.innertitles {
    font-size: 24px;
    color: #999;
}

.inabout {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 185px;
}

.inabouts {
    max-width: 1520px;
    margin: auto;
}

.inabout_top {
    width: 100%;
    overflow: hidden;
}

.inabout_tops {
    width: 50%;
    float: left;
    background: url(../images/about_03.jpg) left top no-repeat;
}

.inabout_top_num {
    font-size: 48px;
    color: #000;
    font-weight: 300;
    padding-left: 10px;
    padding-top: 10px;
}

.inabout_top_title {
    font-size: 30px;
    color: #000;
    padding-left: 80px;
    margin-top: -20px;
}

.inabout_top_con {
    padding-left: 80px;
    font-size: 22px;
    color: #000;
    font-weight: 300;
    margin-top: 10px;
}

.inabout_bot {
    width: 100%;
    overflow: hidden;
    margin-top: 105px;
}

.inabout_bot_left {
    float: left;
    width: 47.3%;
}

.inabout_bot_left img {
    width: 100%;
}

.inabout_bot_right {
    float: left;
    width: 52.7%;
    border: 2px solid #c7c7c7;
    border-left: none;
    margin-top: 22px;
    font-size: 22px;
    color: #000;
    font-weight: 300;
    line-height: 60px;
    padding: 10px 5px 10px 45px;
}

.incase {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
}

.incases {
    max-width: 1520px;
    margin: auto;
}

.incas {
    float: left;
    width: 31%;
    margin-bottom: 20px;
    margin-right: 3.5%;
    padding-bottom: 20px;
    border-bottom: 1px solid #c7c7c7;
}

.incas:nth-child(3n) {
    margin-right: 0;
}

.incas_pic img {
    width: 100%;
}

.incas_title {
    font-size: 24px;
    color: #000;
    margin-top: 30px;
}

.incas_more {
    margin-top: 35px;
    width: 155px;
    height: 42px;
    border: 1px solid #e5e5e5;
    background: #f6f6f6;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 300;
}

.insolution {
    width: 100%;
    overflow: hidden;
    margin: 40px auto;
}

.insolutions {
    max-width: 1520px;
    margin: auto;
}

.inso {
    width: 100%;
    overflow: hidden;
    margin-bottom: 35px;
    border: 2px solid #c7c7c7;
}

.inso_pic {
    float: left;
    width: 44.5%;
}

.inso_pic img {
    width: 100%;
}

.inso_intro {
    float: right;
    width: 55.5%;
    padding-left: 40px;
    padding-right: 80px;
    padding-top: 50px;
}

.inso_title {
    font-size: 24px;
    color: #000;
}

.inso_con {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    line-height: 60px;
    margin-top: 25px;
}

.inso_line {
    width: 430px;
    height: 1px;
    background: #c7c7c7;
    margin-top: 45px;
}

.inso_more {
    margin-top: 65px;
}

.inso_more a {
    display: block;
    width: 155px;
    height: 42px;
    border: 1px solid #e5e5e5;
    background: #f6f6f6;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 300;
}

.inso:nth-child(2n) .inso_pic {
    float: right;
}

.innew {
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
}

.innews {
    max-width: 1520px;
    margin: auto;
}

.inw {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #dcdcdc;
}

.innew_pic {
    float: left;
    width: 19%;
}

.innew_pic img {
    width: 100%;
}

.innew_intro {
    float: right;
    width: 79%;
}

.innew_title {
    font-size: 21px;
    color: #333;
    font-family: "黑体";
}

.innew_con {
    font-size: 18.4px;
    color: #7d7d7d;
    font-family: "黑体";
    line-height: 32px;
    margin-top: 10px;
}

.innew_bot {
    overflow: hidden;
    margin-top: 30px;
}

.innew_date {
    float: left;
    font-family: "黑体";
    font-size: 23.65px;
    color: #7d7d7d;
}

.innew_more {
    float: right;
    width: 122px;
    height: 32px;
    border-radius: 10px;
    line-height: 32px;
    background: #242424;
    text-align: center;
    font-size: 18.4px;
    color: #fff;
    font-family: "黑体";
}

.inw:last-child {
    border-bottom: none;
}

.news_title {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
}

.news_info {
    text-align: center;
    color: #999;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    margin: 10px 0;
    padding: 5px 0;
}

#art_content {
    word-break: break-all;
    font-size: 13px;
    padding: 0 0 10px 0;
}

#art_content img {
    max-width: 920px;
}

.newshow {
    width: 100%;
    overflow: hidden;
}

.newshows {
    max-width: 1520px;
    margin: 20px auto 40px;
}

.proshow {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.proshows {
    max-width: 1520px;
    margin: auto;
}

.proshow_link {
    width: 100%;
    line-height: 65px;
}

.proshow_link a,
.proshow_link span {
    font-size: 20px;
    color: #666;
}

.proshow_link span {
    margin: 0 3px;
}

.proshow_top {
    width: 100%;
    overflow: hidden;
}

.proshowswiper img {
    width: 100%;
    border: 1px solid #ddd;
}

.proshowswiper img.active {
    border: 1px solid #0085d1;
}

.proshow_top_left_bigimg img {
    width: 100%;
}

.proshow_top_left {
    float: left;
    width: 35%;
    position: relative;
}

.proshow_top_right_title{
	line-height:45px;
	font-size:18px;
	color:#333;
	border-bottom:1px solid #333;
}
.proshow_top_right_con{
	margin-top:15px;
	font-size:16px;
	color:#666;
	line-height:1.8;
	text-align:justify;
}

.swiper-container.proshowswiper {
    width: 85%;
    padding: 1px;
    margin-top: 20px;
}

.proshow_top_left .swiper-button-prev {
    background: url(../images/proshow-prev.png) center no-repeat;
    width: 17px;
    height: 31px;
    left: 0;
    top: 94%;
}

.proshow_top_left .swiper-button-next {
    background: url(../images/proshow-next.png) center no-repeat;
    width: 17px;
    height: 31px;
    right: 0;
    top: 94%;
}

.proshow_top_right {
    width: 63%;
    float: right;
}

.proshow_title {
    font-size: 30px;
    color: #333;
}

.proshow_top_right_top {
    width: 100%;
    border-bottom: 2px solid #969696;
    overflow: hidden;
    margin-top: 35px;
}

.proshow_top_right_top_fr {
    float: right;
}

.proshow_top_right_top_fl {
    float: left;
}

.proshow_top_right_top_fl p {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}

.proshow_top_right_top_fl p span {
    display: inline-block;
    width: 90px;
    text-align-last: justify;
    text-align: justify;
}

.proshow_top_right_bot {
    margin-top: 20px;
    border-bottom: 2px solid #969696;
}

.proshow_top_right_bot_title {
    display: inline-block;
    width: 90px;
    text-align-last: justify;
    text-align: justify;
    font-size: 14px;
    color: #999;
}

.proshow_top_right_bot p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #999;
}

.proshow_time {
    display: inline-block;
    width: 106px;
    height: 23px;
    border: 1px solid #707070;
    text-align: center;
    line-height: 21px;
    font-size: 14px;
    color: #999;
}

.proshow_time img {
    margin-right: 5px;
    margin-top: -5px;
}

.proshow_top_right_bot p a {
    font-size: 14px;
    color: #999;
    margin-right: 10px;
    display: inline-block;
    position: relative;
}

.proshow_top_right_bot p a img {
    margin-right: 5px;
    margin-top: -5px;
}

.pro_tip {
    position: absolute;
    bottom: 30px;
    left: -50%;
    width: 200%;
    display: none;
    font-size: 18px;
    color: #333;
    background: #fff;
    -webkit-box-shadow: #ddd 0px 0px 10px;
    -moz-box-shadow: #ddd 0px 0px 10px;
    box-shadow: #ddd 0px 0px 10px;
    text-align: center;
}

.pro_tip img {
    width: 100%;
}

.proshow_top_right_bot p a:hover .pro_tip {
    display: block;
}

.collect a {
    display: block;
    width: 140px;
    height: 40px;
    border: 1px solid #6998cc;
    border-radius: 10px;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    color: #3272ba;
}

.collect {
    margin-top: 14px;
}

.collect a img {
    margin-right: 8px;
    margin-top: -5px;
}

.proshow_bot {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.proshow_bot_fl {
    width: 30%;
    float: left;
}

.proshow_bot_fr {
    float: right;
    width: 62%;
}

.proshow_bot_fl_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #d6d6d6;
    font-size: 18px;
    color: #666;
}

.proshow_bot_fl_list {
    width: 100%;
    border: 1px solid #d6d6d6;
    padding: 15px;
}

.proshow_bot_fl_lists {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.proshow_bot_fl_lists:last-child {
    margin-bottom: 0;
}

.proshow_bot_fl_list_pic {
    width: 20%;
    float: left;
}

.proshow_bot_fl_list_pic img {
    width: 100%;
}

.proshow_bot_fl_list_con {
    width: 77%;
    float: right;
}

.proshow_bot_fl_list_title {
    font-size: 14px;
    color: #666;
}

.proshow_bot_fl_list_more {
    margin-top: 10px;
}

.proshow_bot_fl_list_more a {
    font-size: 14px;
    color: #999;
}

.proshow_bot_fl_list_more a img {
    margin-right: 5px;
    margin-top: -5px;
}

.proshow_bot_fr_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #d6d6d6;
    padding: 0 5px;
}

.proshow_bot_fr_title span {
    display: block;
    width: 114px;
    text-align: center;
    font-size: 18px;
    color: #666;
    position: relative;
    float: left;
    cursor: pointer;
}

.proshow_bot_fr_title span.active {
    background: #fff;
}

.proshow_bot_fr_title span.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f74747;
}

.proshow_bot_fr_con {
    margin-top: 20px;
    width: 100%;
}

.proshow_bot_fr_cons {
    display: none;
    font-size: 14px;
    color: #333;
    line-height: 2;
}

.inproduct {
    width: 100%;
    overflow: hidden;
    margin-bottom: 95px;
}

.inproducts {
    max-width: 1520px;
    margin: auto;
}

.inpro {
    float: left;
    width: 22.3%;
    margin-top: 35px;
    margin-right: 3.6%;
}

.inpro:nth-child(4n) {
    margin-right: 0;
}

.inpro img {
    width: 100%;
}

.inpro p {
    width: 100%;
    margin-top: 7px;
    line-height: 60px;
    background: #b2b2b2;
    text-align: center;
    font-size: 18px;
    color: #0a48cc;
}
.banner1{
	position:absolute;
	width:172px;
	height:54px;
	display:block;
	bottom:37%;
	left:39.6%;
}
.banner2{
	position:absolute;
	width:172px;
	height:54px;
	display:block;
	bottom:37%;
	right:39.6%;
}
.caseswiper{
	display:none;
	text-align:center;
	margin:30px auto !important;
}