@font-face {
  font-family: "wryh";
  src: url("../fonts/msyh.ttf");
}
@font-face {
    font-family: "syht";
    src: url("../fonts/syht_b.otf");
}
@font-face{
	font-family: 'DINPro-Bold';
	src:url('../fonts/DINPro-Bold.otf');
}
:root {
  --max-width: 1920px;
  --main-width: 1360px;
}
 
body{
    max-width: var(--max-width);
    /* width: var(--max-width); */
    margin: 0 auto;
    font-family:'Microsoft YaHei', '微软雅黑';
}
img{
    max-width: 100%;
    max-height: 100%;
}
body,
ul,
li {
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hide{
    display: none;
}
.wap{
    display: none;
}
br {
  clear: both;
}
.ico{
    width: 23px;
}
sup{
    line-height: 0;
}
p,
ul,
li,
h1,
h4,
h5,
h6,
img,
form,
sup,
input,
table,
td,
th,
section {
  margin: 0;
  padding: 0;
}
section {
  width: 100%;
}
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
input:focus,textarea:focus {
  outline: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul,
li {
  list-style-type: none;
}
p {
  line-height: 2;
}
/* 头部 */
.header{
    min-width: 1595px;
    width: 100%;
    position: relative;
    z-index: 9;
    left: 0;
    top: 0;
    height: 93px;
    padding: 10px 0 0px 0;
    background: #FFF;
    box-shadow: 0px -3px 7px #446885;
}
.header .logo{
    margin-left: 90px;
}
.header .logo img{
    max-width: 330px;
}
.header .her{
    margin-right: 110px;
    max-width: 1210px;
    max-height: 93px;
    overflow: hidden;
}
.nav{
    padding-top: 36px;
}
.nav ul .li1{
    margin-right: 45px;
    padding-bottom: 36px;
    /* border-bottom: 2px solid #163c87; */
}
.nav ul .li1 a{
    color: #262626;
    font-size: 18px;
    text-decoration: none;
}
.nav ul .li1:hover{
    padding-bottom: 30px;
    border-bottom: 3px solid #163c87;
}
.nav ul .li1:hover .a1{
    color: #163c87;
    font-weight: bold;
    text-decoration: none;
}
.nav ul .active{
    padding-bottom: 30px;
    border-bottom: 3px solid #163c87;
}
.nav ul .active .a1{
    color: #163c87;
    font-weight: bold;
}
.nav ul .li1:hover .erji{
    display: block;
    padding: 40px 0 39px 0;
    height: auto;
    transition: .7s;
}
.nav ul .li1:hover .erji ul{
    display: block;
}
.nav ul .li1 .erji{
    display: block;
    position: absolute;
    z-index: 8;
    top: 93px;
    left: 0;
    width: 100%;
    background: #eef1f8;
    height: 0px;
    transition: .7s;
    overflow: hidden;
}
.nav ul .li1 .erji  ul li  a{
    font-size: 16px;
    text-decoration: none;
}
.nav ul .li1 .erji ul{
    margin-left: calc(100% - 1150px);
    display: none;
}
.nav ul .li1 .erji ul li{
    margin-right: 35px;
}
.erji ul li a:hover{
    text-decoration: underline;
    color: #163c87;
}
.erji ul li img{
    margin-right: 5px;
}
.header .hes3{
    width: 120px;
    display: flex;
    padding-top: 37px;
}
.header .hes3 .lang{
    margin-right: 20px;
}
.header .hes3 .lang a{
    color: #333333;
}
.header .hes3 .lang::after{
    content: '';
    background: #7D7D7D;
    width: 1px;
    height: 15px;
    display: block;
    float: right;
    margin: 5px 0 0 20px;
}
.header .hes3 .lang img{
    margin-right: 5px;
}
.header .hes3 .sea{
    cursor: pointer;
}
.header .hetel{
    display: flex;
    align-items: flex-start;
    padding-top: 25px;
    width: 195px;
    font-size: 15px;
    /*font-family: "wryh";*/
}
.header .hetel img{
    width: 43px;
}
.header .hetel .zxdh{
    font-size: 14px;
    color: #334f90;
    font-style: italic;
    margin-right:5px;
}
.header .hedh p{
    color: #163c87;
    font-weight: bold;
    font-size: 15;
    line-height: 1.2;
    font-style: italic;
}
.hepo{
    position: relative;
    top: 0;
    left: 0;
    z-index: 99;
}
/* 搜索 */
.fixed_search .bg {
    height: calc(100% - 6.25rem);
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fixed_search form {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: -1;
    padding: 0 70px;
    opacity: 0;
    -webkit-transform: translateY(-105%);
    -moz-transform: translateY(-105%);
    -ms-transform: translateY(-105%);
    transform: translateY(-105%);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.fixed_search form input {
    display: block;
    width: 100%;
    height: 70px;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    border: none;
    outline: none;
}
.fixed_search form button {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/icon4_2.png");
    cursor: pointer;
    background-color: transparent;
}
.fixed_search form .close {
    position: absolute;
    width: 70px;
    height: 70px;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.fixed_search form .close svg {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
}
.fixed_search.active .bg {
    opacity: 1;
    visibility: visible;
    z-index: 3;
}
.fixed_search.active form {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 3;
    border-top: 1px solid #d0d0d0;
}
.fixed_search form .close {
    position: absolute;
    width: 70px;
    height: 70px;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.fixed_search form button {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/icon4_2.png");
    cursor: pointer;
    background-color: transparent;
    border: none;
}
/* 轮播 */
.lbt{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.lbt a{
    width: 100%;
}
.lbt .swiper-slide{
    width: 100%;
    max-width: var(--max-width);
    height: 700px;
}
.lbt .swiper-slide div{
    height: 700px;
}
.lbt .swiper-pagination-bullet{
    width: 20px;
    height: 4px;
    border-radius: 5px;
    background: #999da5;
    opacity: 1;
    margin-right: 10px;
}
.lbt .swiper-pagination-bullet-active{
    background: #FFF;
}
.lbt .swiper-pagination{
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
/* 产品中心 */
.tit1{
    text-align: center;
    padding: 30px 0 0 0;
}
.tit1 h4{
    font-size: 40px;
    font-family: 'syht';
}
.tit1 p{
    font-size: 16px;
    color: #999999;
}
.cp_con .cp_type{
    width: var(--main-width);
    margin: 0 auto;
    padding-top: 50px;
}
.cp_con .cp_type li{
    margin-right: 40px;
}
.cp_con .cp_type a{
    color: #262626;
    font-size: 18px;
}
.cp_con .cp_type a:hover{
    color: #163c87;
}
.cp_con .cp_type .active a{
    font-weight: bold;
    color: #163c87;
}
.cp_con .cp_type .active::after{
    content: '';
    display: block;
    background: #163c87;
    height: 3px;
    width: 60px;
    margin: 0 auto;
    margin-top: 20px;
}
.cp_con .cp_sw{
    /* overflow: hidden; */
    position: relative;
    background: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #e6e6e6;
    min-width: 1545px;
}
.cp_con .cp_sw .cpswf{
    width: var(--main-width);
    margin: 0 auto;
    padding: 23px 0;
    position: relative;
}
.cp_con .cp_sw .cpswf .cpsw{
    overflow: hidden;
}
.cp_con .cp_sw .swiper-wrapper{
    width: var(--main-width);
    margin: 0 auto;
}
.swiper-button-next:after, .swiper-button-prev:after,.swiper-button-next2:after, .swiper-button-prev2:after{
    display: none;
}
.cp_sw .swiper-slide{
    position: relative;
    background: #FFF;
    transition: .3s;
}
.cp_sw .swiper-slide:hover{
    box-shadow: 1px 2px 28px #c3c5ca;
}
.cp_sw .swiper-slide .cpsws{
    padding: 105px 45px 0 40px;
}
.cp_sw .swiper-slide .bj{
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 98px;
    max-height: 45px;
}
.cp_sw .swiper-slide h6{
    font-size: 18px;
}
.cp_sw .swiper-slide h4{
    font-size: 24px;
    margin-bottom: 30px;
}
.cp_sw .swiper-slide p{
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
}
.cp_sw .swiper-slide a{
    display: block;
    color: #FFF;
    background-image: url('../img/m_bg.png');
    background-repeat: no-repeat;
    padding: 7px 0px 8px 20px;
    margin-bottom: 22px;
    transition: .3s;
    width: 92px;
}
.cp_sw .swiper-slide a:hover{
    margin-left: 10px;
}
.swiper-button-next, .swiper-button-prev,.swiper-button-next2, .swiper-button-prev2{
    width: 62px;
    height: 62px;
}
.swiper-button-next,.swiper-button-next2, .swiper-container-rtl .swiper-button-prev{
    right: -80px;
}
.swiper-button-prev,.swiper-button-prev2, .swiper-container-rtl .swiper-button-next{
    left: -77px;
}
/* 关于拓博塔 */
.gytbt{
    width: var(--main-width);
    margin: 0 auto;
    padding: 60px 0 60px 0;
}
.gytbt .gy_l{
    width: 540px;
}
.gytbt h5{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 7px;
}
.gytbt h4{
    font-size: 40px;
    margin-bottom: 20px;
}
.gytbt img{
    width: 457px;
    margin-bottom: 30px;
}
.gytbt p{
    font-size: 15px;
    color: #191919;
    line-height: 2;
    margin-bottom: 10px;
}
.gytbt .gy_l a{
    display: block;
    color: #FFF;
    background-image: url('../img/m_bg.png');
    background-repeat: no-repeat;
    padding: 7px 0px 8px 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    transition: .3s;
    width: 92px;
}
.gytbt .gy_l a:hover{
    margin-left: 10px;
}
.gytbt .gy_r{
    width: 680px;
    height: 460px;
    overflow: hidden;
    position: relative;
}
.gytbt .gy_r .fm{
    width: 100%;
    height: 100%;
}
.gytbt .gy_r .playbtn{
    position: absolute;
    top: 42%;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    cursor: pointer;
}
/* 视频 */
.video{
    position: fixed;
    z-index: 111;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.video .videobg{
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .8;
}
.video .videocon{
    position: fixed;
    top: 26%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.video .videocon video{
    margin-bottom: 0px;
}
.video .v_clo{
    cursor: pointer;
}
/* 行业应用 */
.hyyy{
    background-image: url('../img/bg2_02.jpg');
    background-repeat: no-repeat;
    padding-bottom: 60px;
}
.hyyy .hy_main{
    width: var(--main-width);
    margin: 0 auto;
    padding: 60px 0 0px 0;
}
.hyyy h5{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 7px;
    color: #c5cbdc;
}
.hyyy h4{
    font-size: 40px;
    margin-bottom: 20px;
    color: #FFF;
}
.hyyy img{
    width: 47px;
    margin-top: 30px;
}
.hyyy p{
    font-size: 15px;
    color: #c5cbdc;
    line-height: 1;
    margin-bottom: 10px;
}
.hyyy .hy_swp{
    position: relative;
}
.hyyy .hyswf{
    width: var(--main-width);
    margin: 0 auto;
    position: relative;
}
.hyyy .hysw{
    overflow: hidden;
}
.hyyy .hysw .hysws{
    overflow: hidden;
}
.hyyy .hysw a img{
    transition: .7s;
}
.hyyy .hysw a:hover img{
    scale: 1.2;
}
.hyyy .hysw .hyimg{
    width: 445px;
    height: 333px;
    overflow: hidden;
}
.hyyy .hysw img{
    width: 100%;
    height: 100%;
    max-width: 445px;
    max-height: 333px;
    display: block;
}
.hyyy .hysw .hyss{
    background: #FFF;
    padding: 40px 40px 40px 40px;
    transition: .7s;
}
.hyyy .hysw a:hover .hyss{
    background: #163c87;
}
.hyyy .hysw .hyss h4{
    font-size: 22px;
    color: #262626;
}
.hyyy .hysw .hyss p{
    font-size: 16px;
    color: #666666;
    line-height: 25px;
}
.hyyy .hysw a:hover .hyss h4{
    color: #FFF;
}
.hyyy .hysw a:hover .hyss p{
    color: #FFF;
}
.swiper-button-next2,.swiper-button-prev2{
    position: absolute;
    top: 50%;
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 新闻动态 */
.xwdt .xwcon{
    width: var(--main-width);
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 80px;
}
.xwdt .xwcon .tj li{
    overflow: hidden;
    position: relative;
}
.xwdt .xwcon .tj li:nth-child(1){
    margin: 0 39px 0 0;
}
.xwdt .xwcon .tj li img{
    transition: .7s;
    display: block;
}
.xwdt .xwcon .tj li a:hover img{
    scale: 1.2;
}
.xwdt .xwcon .tj li .xwtxt{
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    padding: 15px 0 20px 35px;
}
.xwdt .xwcon .tj li .xwtxt p{
    color: #FFF;
    font-size: 14px;
}
.xwdt .xwcon .tj li .xwtxt h4{
    color: #FFF;
    font-size: 26px;
    font-weight: normal;
}
.xwdt .xwcon .xws li{
    width: calc((100% - 40px)/2);
    margin-top: 30px;
}
.xwdt .xwcon .xws li:nth-child(2n){
    margin-left: 39px;
}
.xwdt .xwcon .xws li a:hover h4{
    color: #163c87;
}
.xwdt .xwcon .xws li .ntype{
    font-size: 14px;
    color: #333333;
    background-image: url('../img/m_bg2.png');
    background-repeat: no-repeat;
    padding: 5px 0px 5px 7px;
    margin: 0 0 20px 0;
}
.xwdt .xwcon .xws li h4{
    font-size: 20px;
    color: #333333;
    margin-bottom: 15px;
    transition: .7s;
}
.xwdt .xwcon .xws li p{
    font-size: 14px;
    color: #999999;
}
/* 合作伙伴 */
.hzhb{
    background-image: url('../img/bg4_02.jpg');
    background-repeat: no-repeat;
    padding-bottom: 43px;
}
.hzhb .hzcon{
    width: calc(var(--main-width) - 170px);
    margin: 0 auto;
    padding: 60px 100px 40px 100px;
    background: #FFF;
    margin-top: 45px;
    box-shadow: 1px 2px 30px #e6e7eb;
    border-radius: 10px;
}
.hzhb .hzcon li{
    border: 1px solid #f2f2f2;
    margin: 0 20px 25px 0;
    overflow: hidden;
    width: 216px;
    height: 106px;
}
.hzhb .hzcon li a img{
    transition: .7s;
}
.hzhb .hzcon li a:hover img{
    scale: 1.1;
}
/* 底部 */
.footer{
    background: #333333;
    padding-bottom: 70px;
}
.footer_m{
    width: 1375px;
    margin: 0 auto;
}
.foot_t{
    border-bottom: 1px solid #5c5c5c;
}
.foot_l{
    padding: 45px 0 90px 20px;
    border-right: 1px solid #5c5c5c;
    width: 420px;
}
.footer .fwrx{
    margin: 0 0 30px 0;
}
.footer .fwrx p{
    color: #afb3bf;
    font-size: 14px;
}
.footer .fwrx h4{
    font-size: 22px;
    color: #f2f6fa;
}
.footer .ewm{
    display: flex;
}
.footer .ewm div{
    width: 108px;
    height: 135px;
    background-image: url('../img/ewmb_03.png');
    background-repeat: no-repeat;
    padding: 12px 10px 10px 12px;
    font-size: 14px;
    margin-right: 40px;
}
.footer .ewm div img{
    width: 106px;
    height: 105px;
    margin-bottom: 15px;
}
.footer .ewm div p{
    font-size: 14px;
    color: #e8e8e8;
    text-align: center;
}
.foot_r{
    padding: 45px 20px 0 0;
}
.foot_r ul li{
    width: 115px;
    margin-right: 50px;
}
.foot_r ul li img{
    margin-bottom: 20px;
}
.foot_r ul li .fyi{
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 10px;
}
.foot_r ul li .fer{
    line-height: 1;
    margin-bottom: 20px;
}
.foot_r ul li .fer a{
    font-size: 14px;
    color: #b9b9b9;
}
.foot_b{
    padding: 43px 20px 0 20px;
}
.foot_b ul li{
    margin-right: 65px;
}
.foot_b .fp{
    font-size: 14px;
    color: #d0d0d0;
}
.foot_b .fv{
    font-size: 16px;
    color: #d8d8d8;
}
.foot_b ul .bq{
    margin-right: 0;
    text-align: right;
}
.foot_b ul .bq .fv{
    font-size: 14px;
}
/* banner */
.banner{
    position: relative;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 480px;
}
.banner .banner_name{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    text-align: center;
}
.banner .banner_name h4{
    font-size: 50px;
    margin-bottom: 20px;
    letter-spacing: 5px;
}
.banner .banner_name h5{
    font-size: 25px;
    font-weight: normal;
}
/* 公司介绍 */
.gsjs{
    width: var(--main-width);
    margin: 0 auto;
    padding: 105px 0 100px 0;
}
.gsjs .gsjs_l{
    width: 617px;
}
.gsjs h4{
    font-size: 40px;
    color: #333333;
    margin: 0 0 20px 0;
}
.gsjs .gsl{
    margin: 0 0 30px 0;
}
.gsjs .gsjscon{
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 42px;
}
.gsjs .gsjs_r{
    position: relative;
}
.gsjs .gsjs_r .playbtn{
    position: absolute;
    top: 42%;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    cursor: pointer;
}
.gsjs .gsjsnum{
    display: flex;
}
.gsjs .gsjsnum .numf{
    width: 33%;
}
.gsjs .gsjsnum .num{
    font-size: 40px;
    color: #163c87;
    font-weight: bold;
    font-family: 'DINPro-Bold';
}
.gsjs .numf p{
    font-size: 16px;
    color: #666666;
}
.gsjs .gsjs_r{
    padding: 45px 0 0 0;
    width: 660px;
    height: 500px;
    overflow: hidden;
}
.qywh{
    background: url('../img/bgg1_02.jpg') no-repeat;
}
.qywhm{
    width: var(--main-width);
    margin: 0 auto;
}
.tit2{
    text-align: center;
}
.tit2 h4{
    font-size: 40px;
    color: #FFF;
    margin-bottom: 10px;
}
.qywh{
    padding: 90px 0 173px 0;
    margin-bottom: 60px;
}
.qywh .qycon{
    margin-top: 60px;
}
.qywh .qycon img{
    max-width: 50px;
    max-height: 50px;
}
.qywh li{
    width: 390px;
    background: #FFF;
    border-radius: 10px;
    padding: 45px 0 45px 45px;
    display: flex;
    margin-right: 20px;
}
.qywh .qycon ul li:nth-child(3){
    margin-right: 0;
}
.qywh .qycon .qyl{
    margin-right: 20px;
}
.qywh .qycon .qyr h4{
    font-size: 18px;
    color: #1e1a15;
}
.qywh .qycon .qyr p{
    font-size: 14px;
    color: #949699;
}
.ryzz{
    /* width: var(--max-width); */
    background: url('../img/bgg2_02.jpg') no-repeat;
}
.ryzz .ryzzm{
    position: relative;
    width: 1455px;
    margin: 0 auto;
}
.ryzz .tit2 h4{
    color: #000;
}
.ryzz .hyswf{
    margin: 0 auto;
}
.ryzz .ryzzcon .hyimg{
    padding: 70px 0px 70px 0px;
    width: 310px;
    text-align: center;
}
.ryzz .ryzz2{
    width: var(--main-width);
    margin: 0 auto;
    overflow: hidden;
    padding: 65px 20px 155px 20px;
}
.ryzz .ryzz2 .swiper-slide{
    box-shadow: 1px 2px 8px #c3c5ca;
    border-radius: 5px;
    background: #FFF;
}
.ryzz .ryzz2 a .hyimg{
    overflow: hidden;
}
.ryzz .ryzz2 a .hyimg img{
    transition: .7s;
}
.ryzz .ryzz2 a:hover img{
    scale: 1.2;
}
/* 产品中心 */
.cpzx{
    margin-top: 45px;
    margin-bottom: 65px;
}
.cpzx .types{
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
}
.cpzx .types ul{
    width: var(--main-width);
    margin: 0 auto;
}
.cpzx .types ul li{
    margin-right: 50px;
}
.cpzx .types a{
    font-size: 17px;
    color: #262626;
}
.cpzx .types a:hover{
    color: #163c87;
}
.cpzx .types .active a{
    font-weight: bold;
    color: #163c87;
}
.cpzx .types .active::after{
    content: '';
    display: block;
    height: 3px;
    width: 70px;
    background: #163c87;
    margin: 0 auto;
    margin-top: 20px;
}
.cpzx .cpzxlist{
    width: var(--main-width);
    margin: 0 auto;
}
.cpzx .cpzxlist .cpli{
    background: #FFF;
    box-shadow: 1px 2px 8px #efefef;
    width: calc((100% - 90px)/4);
    margin:0 30px 40px 0;
    padding-bottom: 40px;
}
.cpzx .cpzxlist .cpli:nth-child(4n){
    margin-right: 0;
}
.cpzx .cpzxlist .tb{
    padding: 20px 0 0 20px;
    margin: 0 0 15px 0;
}
.cpzx .cpzxlist .tb img{
    width: 98px;
    height: 43px;
}
.cpzx .cpzxlist .cpimg{
    text-align: center;
    overflow: hidden;
    margin: 0 0 20px 0;
}
.cpzx .cpzxlist .cpimg img{
    width: 230px;
    height: 174px;
    transition: .7s;
}
.cpzx .cpzxlist .cpimg img:hover{
    scale: 1.1;
}

.cpzx .cpzxlist .cpli:hover .cpa{
    background: url('../img/m_bg.png') no-repeat;
    color: #FFF;
}
.cpzx .cpzxlist h4{
    font-size: 18px;
    color: #163c87;
    margin: 0 0 20px 0;
    padding-left: 25px;
    font-weight: bold;
}
.cpzx .cpzxlist .cplips{
    height: 128px;
    overflow: hidden;
}
.cpzx .cpzxlist p{
    font-size: 16px;
    color: #333333;
    padding-left: 25px;
}
.cpzx .cpzxlist .cpa{
    display: block;
    width: 112px;
    height: 18px;
    padding: 8px 0 10px 0;
    margin: 20px 0 0 25px;
    text-align: center;
    background: url('../img/m_bg3.png') no-repeat;
    font-size: 14px;
    color: #666666;
    transition: .7s;
}
.cpzx .cpzxlist .cpa:hover{
    background: url('../img/m_bg.png') no-repeat;
    color: #FFF;
}
/* 模块列表 */
.mkbody{
    margin-top: 45px;
    margin-bottom: 65px;
}
.mkbody .types{
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
}
.mkbody .types ul{
    width: var(--main-width);
    margin: 0 auto;
}
.mkbody .types ul li{
    margin-right: 50px;
}
.mkbody .types a{
    font-size: 17px;
    color: #262626;
}
.mkbody .types a:hover{
    color: #163c87;
}
.mkbody .types .active a{
    font-weight: bold;
    color: #163c87;
}
.mkbody .types .active::after{
    content: '';
    display: block;
    height: 3px;
    width: 70px;
    background: #163c87;
    margin: 0 auto;
    margin-top: 20px;
}
.mktit{
    background-image: url('../img/mkbg_03.jpg');
    background-repeat: repeat-y;
    padding: 15px 0 15px 15px;
    margin: 0 0 25px 0;
}
.mktit h4{
    font-size: 18px;
    color: #ffffff;
}
.mktit h4::before{
    display: block;
    content: '';
    float: left;
    width: 5px;
    height: 23px;
    background: #ffffff;
    margin: 0 10px 0 0;
}
.mkli1{
    position: relative;
}
.mkli1 .mtr{
    font-size: 16px;
    color: #686868;
    position: absolute;
    top: 17px;
    right: 50px;
}
.mklist{
    width: var(--main-width);
    margin: 0 auto;
    min-height: 190px;
}
.mklist .mkli2{
    margin: 0 0 25px 0;
}
.mklist .mkli2 a{
    display: block;
    padding: 10px;
    background: #f9f9f9;
    transition: .7s;
}
.mklist .mkli2 a:hover{
    /*background-color: #6393cf;*/
}
.mklist .mkli2 a:hover .img img{
    scale: 1.3;
}
.mklist .mkli2 a:hover .mktit2 h4{
    color: #163c87;
}
.mklist .mkli2 a:hover .mkcon2 span{
    /*color: #ffffff;*/
}
.mklist .mkli2 a:hover .mkcon2 span b{
    /*color: #ffffff;*/
}
.mklist .mkli2 .img{
    width: 225px;
    height: 170px;
    overflow: hidden;
}
.mklist .mkli2 .img img{
    transition: .7s;
}
.mklist .mkli2 .mkcon{
    width: calc(100% - 275px);
}
.mklist .mkli2 .mkcon .mktit2{
    border-bottom: 1px solid #d2d2d2;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    width: 96%;
}
.mklist .mkli2 .mkcon .mktit2 h4{
    font-size: 18px;
    color: #36383b;
    transition: .7s;
}
.cpxqcons #spmk h4{
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0;
    
}
.cpxqcons #spmk .mklist .mkli2 .mkcon .mktit2 h4{
    font-size: 18px;
    color: #36383b;
    transition: .7s;
}
.mklist .mkli2 .mkcon2 p{
    line-height: 37px;
}
.mklist .mkli2 .mkcon2 span{
    font-size: 14px;
    color: #9c9c9c;
    margin: 0 10px 0 10px;
    transition: .7s;
}
.mklist .mkli2 .mkcon2 span b{
    font-size: 16px;
    color: #00000f;
    transition: .7s;
}
/* 模块详情 */
.mkp1{
    height: 290px;
}
.cpxqcons #glcp{
    padding: 20px;
}
.cpxqcons .cpli{
    background: #FFF;
    box-shadow: 1px 2px 8px #c3c5ca;
    width: calc((100% - 90px)/4);
    margin:0 30px 40px 0;
    padding-bottom: 40px;
}
.cpxqcons .cpli:nth-child(4n){
    margin-right: 0;
}
.cpxqcons .tb{
    padding: 20px 0 0 20px;
    margin: 0 0 15px 0;
}
.cpxqcons .tb img{
    width: 98px;
    height: 43px;
}
.cpxqcons .cpimg{
    text-align: center;
    overflow: hidden;
    margin: 0 0 20px 0;
}
.cpxqcons .cpimg img{
    width: 230px;
    height: 174px;
    transition: .7s;
}
.cpxqcons .cpimg img:hover{
    scale: 1.1;
}
.cpxqcons h4{
    font-size: 18px;
    color: #163c87;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding-left: 25px;
}

.cpxqcons .cplips{
    height: 128px;
    overflow: hidden;
}
.cpxqcons p{
    font-size: 16px;
    color: #333333;
    padding-left: 25px;
}
.cpxqcons .cpa{
    display: block;
    width: 112px;
    height: 18px;
    padding: 8px 0 10px 0;
    margin: 20px 0 0 25px;
    text-align: center;
    background: url('../img/m_bg3.png') no-repeat;
    font-size: 14px;
    color: #666666;
    transition: .7s;
}
.cpxqcons .cpa:hover{
    background: url('../img/m_bg.png') no-repeat;
    color: #FFF;
}


/* 分页 */
.page{
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
}
.page ul{
    display: flex;
    justify-content:center;
}
.page li{
    border: 1px solid #d7d8d9;
    margin-right: 10px;
}
.page a,.page span{
    color: #99948e;
    display: block;
    padding: 15px 20px 15px 20px;
    transition: .7s;
}
.page a:hover{
    background: #4d82b6;
    color: #FFF;
}
.page .disabled{
    color: #99948e;
}
.page .active span{
    background: #163c87;
    color: #FFF;
}
/* 面包屑 */
.crumb{
    font-size: 14px;
    color: #999999;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #d7d8d9;
}
.crumb a{
    color: #999999;
    margin: 0 5px;
}
.crumb span{
    margin: 0 5px;
}
.crumb img{
    width: 20px;
    height: 20px;
    display: block;
}
/* 商品轮播 */
.mySwiper2{
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
}
.smallpic{
    position: relative;
    width: 77%;
    margin: 0 auto;
}
.mySwiper{
    overflow: hidden;
}
.mySwiper2 .swiper-slide img{
    width: 100%;
    height: 100%;
}
.mySwiper .swiper-slide img{
    width: 100%;
    height: 100%;
}
.mySwiper .swiper-button-next,.mySwiper .swiper-button-prev{
    top: 40%;
    opacity: 1;
    display: flex;
}
.mySwiper .swiper-button-prev{
    left: -55px;
}
.mySwiper .swiper-button-next{
    right: -55px;
}
.swiper-button-lock{
    display: block;
}
/* 产品详情 */
.cp1{
    padding: 20px 0 0 0;
}
.cpxqm{
    width: var(--main-width);
    margin: 0 auto;
    padding: 20px 0 0 0;
    margin-bottom: 70px;
}
.cp1 .cpl{
    width: 520px;
    margin: 0 50px 0 0;
}
.cpr{
    padding: 30px 0 0 0;
    width: 750px;
}
.cpr h4{
    font-size: 30px;
    color: #333333;
    margin: 0 0 30px 0;
}
.cpp1{
    font-size: 16px;
    color: #333333;
    margin: 0 0 20px 0;
}
.cpp2{
        margin: 0 0 17px 0;
    display: inline-block;
    padding-bottom: 12px;
    color: #999;
}
    
}
.cpp2 ul li{
    height: 23px !important;
    color: #999999 !important;
    font-size: 16px !important;
    margin: 0 0 7px 0;
}
.cpp2 ul li::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    margin: 6px 5px 0 0px;
    background: url('../img/lingxing.png') no-repeat;
}
.cpp3 img{
    max-width: 23px;
    max-height: 23px;
    margin-right: 5px;
}
.cpp3 div{
    background-image: url('../img/m_bg7_03.png');
    background-repeat: no-repeat;
    padding: 14px 0 13px 0;
    font-size: 16px;
    color: #163c87;
    width: 240px;
    display: flex;
    justify-content:center;
    transition: .7s;
}
.cpp3 div:nth-child(1){
    margin-right: 20px;
}
.cpp3 .active{
    background-image: url('../img/m_bg8_03.png');
    color: #FFF;
}
.cpp3 .active a{
    color: #FFF;
}
.cpp3 div a{
    color: #163c87;
}
.cptabs{
    border-bottom: 1px solid #d7d8d9;
    margin-bottom: 50px;
}
.cptabs ul{
    margin: 0 auto;
    width: var(--main-width);
}
.cptabs ul li{
    background-image: url('../img/m_bg5_03.png');
    background-repeat: no-repeat;
    width: 137px;
    margin-right: 15px;
    transition: .7s;
}
.cptabs ul li:hover{
    background-image: url('../img/m_bg4_03.png');
}
.cptabs ul li a{
    font-size: 16px;
    color: #535353;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0 10px 0;
}
.cptabs ul li:hover a{
    color: #FFF;
}
.cptabs ul .active{
    background-image: url('../img/m_bg4_03.png');
}
.cptabs ul .active a{
    color: #FFF;
}
.cpxqcons{
    width: var(--main-width);
    margin: 0 auto;
     min-height: 100px; 
    padding-bottom: 30px;
    overflow: hidden;
}
.cpxqcons table{
    width: 100% !important;
    border: 1px solid #ced4d9 !important;
    border-collapse: collapse;
    font-size: 18px;
    color: #191919;
}
.cpxqcons table td{
    border: 1px solid #ced4d9 !important;
    font-size: 18px !important;
    color: #4d575f !important;
    height: 58px !important;
    font-family: '微软雅黑'!important;
}
 
.cpxqcons table td span{
    font-size: 18px !important;
    color: #191919 !important;
     font-family: '微软雅黑'!important;
     color: #4d575f !important;
}
.cpxqcons #cad a,.cpxqcons #sandi a{
    padding: 10px 0 10px 20px;
    transition: .7s;
    color: #4d82b6;
}
.cadb-ul>li {
    background-color: #ffffff;
    padding: 17px 20px;
    padding-right: 35px;
    cursor: pointer;
}
.cadb-ul>li:nth-child(2n+1){
    background: #f5f5f5;
}
.cadb-ul>li .ico {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #666666;
    position: relative;
    vertical-align: middle;
    margin-right: 15px;
}
.cadb-ul>li .ico i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #666666;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.cadb-ul>li:hover .ico {
    border-color: #f08e21;
}
.cadb-ul>li:hover .ico i {
    background-color: #f08e21;
}
.cadb-ul>li .li_rt {
    width: 28px;
    height: 27px;
    background: url(../img/xia1.png) no-repeat center;
    background-size: cover;
}
.cadb-ul>li:hover .li_rt {
    background-image: url(../img/xia1-02.png);
}
.cadb-ul>li .n1 {
    color: #163c87
}
.cadb-ul>li:hover .n1 {
    color: #f08e21
}
.cpxqcons #spmk .cate{
    background: #f5f5f5;
    font-size: 18px;
    color: #000;
    margin: 0 0 30px 0;
}
.cpxqcons #spmk .mk{
    margin: 0 30px 30px 0;
    width: 300px;
}
.cpxqcons #spmk .cate img{
    margin: 0 20px 0 0;
}
.cpxqcons #spmk .cate span{
    float: left;
    margin: 15px 0 0 0;
}
.cpxqcons #spmk table{
    width: 300px;
    font-size: 14px;
    border-collapse:collapse;
    border: 2px solid #e6e6e6;
    text-align: center;
    color: #999999;
}
.cpxqcons #spmk a:hover table{
    border: 2px solid #163c87;
}
.cpxqcons #spmk a:hover table .ljxq{
    background: #f08e21;
}
.cpxqcons #spmk table td{
    border: 1px solid #e6e6e6;
    padding: 5px 0 5px 0;
}
.cpxqcons #spmk table img{
    width: 82px;
    height: 82px;
}
.cpxqcons #spmk table .bt{
    background: #163c87;
    color: #FFF;
    height: 33px;;
}
.cpxqcons #spmk table .ljxq{
    background: #666666;
    color: #FFF;
    padding: 3px 0;
    display: block;
    width: 76px;
    margin: 0 auto;
    border-radius: 5px;
}
/* 模块详情 */
.mkxqcon{
    width: var(--main-width);
    margin: 0 auto;
    margin-bottom: 50px;
}
.mkxqcon .jszl{
    margin: 0 0 35px 0;
}
.tit3{
    font-size: 26px;
    color: #333333;
    border-bottom: 3px solid #dddddd;
    text-align: center;
    margin: 0 0 30px 0;
}
.tit3 span{
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
}
.tit3 span::after{
    content: '';
    display: inline-block;
    width: 103px;
    height: 9px;
    background: url('../img/klxia.png') no-repeat center;
    position: absolute;
    left: 50%;
    bottom: -9px;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.mkxqcon table{
    width: 300px;
    font-size: 14px;
    border-collapse:collapse;
    border: 2px solid #e6e6e6;
    text-align: center;
    color: #999999;
}
.mkxqcon a,.mkxqcon a{
    display: block;
    padding: 10px 0 10px 20px;
    transition: .7s;
    color: #4d82b6;
}
.mkxqcon a:nth-child(2n),.mkxqcon a:nth-child(2n){
    background: #e6e6e6;
    color: #4876cd;
}
.mkxqcon a:hover,.mkxqcon a:hover{
    color: #dd6821;
}
/* 新闻中心 */
.xwzxlist{
    width: var(--main-width);
    margin: 0 auto;
}
.xwzxlist ul li{
    margin: 0 0 40px 0;
}
.xwzxlist ul li a{
    display: block;
}
.xwzxlist ul li a .xwcon{
    width: 820px;
}
.xwzxlist ul li .xwimg{
    margin: 0 60px 0 0;
    overflow: hidden;
}
.xwzxlist ul li a img{
    width: 470px;
    height: 260px;
    transition: .7s;
}
.xwzxlist ul li a:hover h4{
    color: #163c87;
}
.xwzxlist ul li a:hover img{
    scale: 1.1;
}
.xwzxlist ul li h4{
    font-size: 26px;
    color: #333333;
    margin: 0 0 25px 0;
    transition: .7s;
}
.xwzxlist ul li .desc{
    font-size: 16px;
    color: #999;
    height: 174px;
    line-height: 28px;
    overflow: hidden;
}
.xwzxlist ul li .date{
    font-size: 18px;
    color: #999999;
}
.faqlist ul li a .xwcon{
    width: 660px;
}
/* 新闻详情 */
.xwxq{
    width: var(--main-width);
    margin: 0 auto;
    padding: 65px 0 0 0;
}
.xwxq h4.tit{
    font-size: 24px;
    color: #333333;
    margin: 0 0 25px 0;
}
.xwxq .date{
    font-size: 14px;
    color: #666666;
    display: flex;
}
.xwxq img.user{
    width: 17px;
    height: 17px;
    margin: 5px 5px 0 20px;
}
.xwxq .xwxqcon{
    margin: 40px 0 70px 0;
    padding: 40px 0 40px 0;
    min-height: 900px;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px dashed #d0d0d0;
    line-height: 2;
}
.xwxq .xwxq_l{
    margin: 0 0 120px 0;
    width: 817px;
}
.xwxq .xwxq_l .xwxqll{
    font-size: 14px;
    color: #666666;
}
.xwxq .xwxq_l .xwxqll a{
    color: #666666;
    transition: .7s;
}
.xwxq .xwxq_l .xwxqll a:hover{
    color: #163c87;
}
.xwxq .xwxqll{
    width: calc(100% - 105px);
}
.xwxq .xwxqll p a{
    color: #163c87;
}
.xwxq .xwxqlr{
    width: 105px;
    margin: 10px 0 0 0;
}
.xwxq .xwxqlr a{
    border-radius: 5px;
    border: 1px solid #163c87;
    color:#163c87;
    width: 100px;
    padding: 7px 0 7px 0;
    display: block;
    text-align: center;
    transition: .7s;
}
.xwxq .xwxqlr a:hover{
    color: #FFF;
    background: #163c87;
}
.xwxq .xwxq_r{
    width: 445px;
    padding: 20px 0 0 0;
}
.xwxq .xwxq_r .xwxq_t{
    background: url('../img/m_bg9_03.png') no-repeat;
    display: flex;
    width: 240px;
    justify-content:center;
    padding: 18px 0 19px 0;
}
.xwxq .xwxq_r .xwxq_t img{
    width: 38px;
    height: 38px;
    margin: 3px 10px 0 0;
}
.xwxq .xwxq_r .xwxq_t h4{
    font-size: 30px;
    color: #FFF;
    font-weight: normal;
}
.xwxq .xwxq_r .xwxq_c ul li{
    display: block;
    width: 100%;
    border-top: 1px solid #d0d0d0;
    padding: 25px 0 0 0;
    margin: 25px 0 0 0;
}
.xwxq .xwxq_r .xwxq_c ul li a{
    display: block;
}
.xwxq .xwxq_r .xwxq_c ul li a:hover h4{
    color: #163c87;
}
.xwxq .xwxq_r .xwxq_c ul li img{
    width: 170px;
    height: 110px;
}
.xwxq .xwxq_r .xwxq_c ul li h4{
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}
.xwxq .xwxq_r .xwxq_c ul li p{
    font-size: 18px;
    color: #666666;
    line-height: 1.5;
}
.xwxq .xwxq_r .xwxq_c ul li a .xwxqcc{
    width: calc(100% - 185px);
    padding: 8px 0 0px 0;
}
/* 应用案例列表 */
.yyallist{
    width: var(--main-width);
    margin: 0 auto;
}
.yyallist li{
    width: 430px;
    margin: 0 35px 35px 0;
    box-shadow: 0px 5px 5px #e2e3e7;
}
.yyallist li:nth-child(3n){
    margin-right: 0;
}
.yyallist li a .xwcon{
    padding: 25px 0 25px 20px;
}
.yyallist li a .xwcon h4{
    color: #333333;
    font-size: 20px;
}
.yyallist li a .xwimg{
    overflow: hidden;
}
.yyallist li a .xwimg img{
    transition: .7s;
}
.yyallist li a:hover .xwimg img{
    scale: 1.1;
}
.yyallist li a:hover .xwcon h4{
    color: #163c87;
}
/* 资料下载 */
.zlxz{
    width: var(--main-width);
    margin: 0 auto;
    margin-top: 60px;
}
.zlxz .menu{
    width: 253px;
    box-shadow: 0px 5px 5px #e1e2e6;
}
.zlxz .tit5{
    background: #163c87;
    text-align: center;
    padding: 10px 0 10px 0;
}
.zlxz .tit5 h4{
    font-size: 30px;
    color: #FFF;
}
.zlxz ul li{
    border-bottom: 2px solid #ebebeb;
}
.zlxz .menu ul li a{
    font-size: 18px;
    color: #000000;
    display: block;
    padding: 35px 0 35px 25px;
    font-weight: bold;
}
.zlxz ul li.active a{
    color: #163c87;
}
.zlxz ul li a img{
    margin: 0 29px 0 0;
}
.zlxz ul li a:hover{
    color: #163c87;
}
.zlxz .zlxzcon{
    width: 1035px;
}
.zlxzcon .tit6 h4{
    font-size: 20px;
    color: #000000;
}
.zlxzcon .tit6{
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ebebeb;
}
.zlxzcon .zllist{
    margin: 30px 0 0 0;
}
.zlxzcon .zllist ul li{
    width: calc((100% - 155px)/4);
    margin: 0 33px 30px 0;
    padding: 5px;
    box-shadow: 0px 0px 5px #e1e2e6;
    position: relative;
}
.zlxzcon .zllist ul li:nth-child(4n){
    margin-right: 0;
}
.zlxzcon .zllist ul li .down{
color: #FFF;
    background: #f08e21;
    padding: 7px 38px;
    border-radius: 25px;
    width: 68px;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: .3s;
}
.zlxzcon .zllist ul li .zlcon{
    font-size: 16px;
    color: #666666;
    text-align: center;
    padding: 15px 0 15px 0;
}
.zlxzcon .zllist ul li .zlimg{
    width: 220px;
    height: 290px;
    overflow: hidden;
}
.zlxzcon .zllist ul li a:hover .zlcon{
    color: #163c87;
}
.zlxzcon .zllist ul li a:hover .down{
    opacity: 1;
}
.zlxzcon .form{
    border: 1px solid #ededed;
    padding: 25px 0 25px 40px;
    margin: 0 0 65px 0;
}
.zlxzcon .form .tit7{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.zlxzcon .form .row{
    display: flex;
    margin: 0 0 20px 0;
    border: 1px solid #eaeaea;
    width: 320px;
}
.zlxzcon .form .row label{
    background: #ededed;
    font-size: 16px;
    color: #2b221d;
    width: 103px;
    padding: 7px 0 7px 0;
    text-align: center;
    font-weight: bold;
}
.zlxzcon .form .row input{
    border: none;
    height: 100%;
    padding: 0 0 0 10px;
    font-size: 16px;
    color: #999999;
}
.zlxzcon .form .row2{
    margin: 0 0 20px 0;
}
.zlxzcon .form .row2 label{
    background: #ededed;
    font-size: 16px;
    color: #2b221d;
    width: calc(100% - 40px);
    padding: 7px 0 7px 20px;
    text-align: center;
    font-weight: bold;
    display: block;
    text-align: left;
}
.zlxzcon .form .row2 textarea{
    width: calc(100% - 42px);
    border: 1px solid #eaeaea;
    font-size: 16px;
    color: #999999;
    padding: 10px;
    resize: none;
}
.zlxzcon .form button{
    width: 102px;
    padding: 8px 0 8px 0;
    color: #FFF;
    font-size: 16px;
    border-radius: 3px;
    text-align: center;
    border: none;
    background: #163c87;
    cursor: pointer;
}
/* faq */
.faqlist{
    padding: 40px 0 0 0;
    width: 1036px;
}
.faqlist .xwimg{
    width: 300px;
    height: 195px;
}
.faqlist .xwimg img{
    max-width: 100%;
    max-height: 100%;
}
.faqlist ul li{
    padding-bottom: 40px;
}
.faqlist ul li .desc{
    height: 107px;
}
.faqlist .xwcon{
    width: 660px;
}
.faqxq{
    margin-bottom: 60px;
}
.faqxq .tit{
    text-align: center;
}
.faqxq .date{
    justify-content: center;
}
.faqxq .xwxqcon{
    box-shadow: 0px 0px 5px #e1e2e6;
    border: none;
    padding-left:30px;
}
/* 加入我们 */
.jrcon{
    width: var(--main-width);
    margin: 0 auto;
    padding: 0px 0 0 0;
}
.jrcon .jrcon_l .jrimg{
    width: 320px;
    height: 420px;
    margin-bottom: 10px;
}
.jrcon .jrcon_l .jrlcon{
    background: #f3f3f5;
    padding: 30px 0 30px 0;
    display: flex;
    justify-content:center;
}
.jrcon .jrcon_l .jrlcon .jrlimg{
    margin-right: 20px;
}
.jrcon .jrcon_l .jrlcon img{
    width: 90px;
    height: 90px;
    border: 1px solid #d1d1d1;
}
.jrcon .jrcon_l .jrlcon .jrllcon{
    font-size: 14px;
    color: #666666;
    margin: 15px 0 0 0;
}
.jrcon .jrcon_r{
    width: 995px;
}
.jrcon .jrcon_r .jrs{
    min-height: 505px;
}
.jrcon .jrcon_r ul li{
    margin: 0 0 20px 0;
    cursor: pointer;
}
.jrcon .jrcon_r .jrrtit{
    background: #f3f3f5;
    padding: 20px 30px 20px 30px;
    transition: .7s;
}
.jrcon .jrcon_r .jrrtit h4{
    font-size: 16px;
    color: #333333;
    transition: .3s;
}
.jrcon_r .jrrcon{
    background: #f3f3f5;
    overflow: hidden;
    padding: 0px 30px 0px 30px;
    /* display: none; */
    height: 0px;
    transition: .7s;
}
.jrcon_r .jrrcon .jrct{
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
}
.jrcon_r .jrrcon .jrct span{
    margin: 0 10px 0 10px;
}
.jrcon_r .jrzwms{
    margin-bottom: 20px;
    font-size: 14px;
    color: #858585;
    line-height: 2;
    min-height: 115px;
}
.jrcon_r .jrrzyq{
    margin-bottom: 20px;
    font-size: 14px;
    color: #858585;
    line-height: 2;
    min-height: 308px;
}
.jrcon_r ul .active .jrrtit{
    background: #163c87;
}
.jrcon_r ul .active .jrrtit h4{
    color: #FFF;
}
.jrcon_r ul .active .jrrcon{
    height: 539px;
    display: block;
    padding: 20px 30px 20px 30px;
    position: relative;
}
.jrcon_r ul .jrrtit:hover h4{
    color: #163c87;
    margin-left: 10px;
}
.jrcon_r ul .active .jrrtit:hover h4{
    color: #FFF;
    margin-left: 10px;
}
.jrrcon .tdjl{
    display: block;
    background: #163c87;
    color: #FFF;
    text-align: center;
    padding: 15px 0 15px 0;
    width: 120px;
    font-size: 16px;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    right: 30px;
    transition: .7s;
}
.jrrcon .tdjl:hover{
    padding-left: 10px;
    width: 110px;
}
/* 联系我们 */
.lxwmcon{
    width: var(--main-width);
    margin: 0 auto;
    padding-top: 60px;
}
.lxwmcon .lxwmc1 .lc11{
    margin-right: 215px;
    margin-top: 35px;
}
.lxwmcon .lxwmc1{
    display: flex;
    padding: 0 20px 0 20px;
    margin-bottom: 115px;
}
.lxwmcon .lxwmc1 img{
    width: 55px;
}
.lxwmcon .lxwmc1 .lc11 p{
    font-size: 16px;
    color: #666666;
    line-height: 1;
}
.lxwmcon .lxwmc1 .num{
    color: #163c87;
    font-size: 27px;
}
.lxwmcon .lxwmc1 .lc11a{
    display: flex;
    margin-bottom: 20px;
}
.lxwmcon .lxwmc1 .lc11b{
    display: flex;
}
.lxwmcon .lxwmc1 .lc11l{
    margin: 0 10px 0 0;
}
.lxwmcon .lc12{
    margin-right: 190px;
}
.lxwmcon .lc12t{
    margin-bottom: 20px;
}
.lxwmcon .lc12t h4{
    font-size: 20px;
    margin-bottom: 10px;
}
.lxwmcon .lc12 .lc12b{
    font-size: 16px;
    color: #676767;
}
.lxwmcon .lc12 .lc12b p{
    line-height: 2.5;
}
.lxwmcon .lc12 .lc12b .tit8{
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
.lxwmcon .lc13 .ewm{
    width: 185px;
    background: url('../img/ewmb2_03.png') no-repeat;
    padding: 10px 0 5px 10px;
    margin-bottom: 20px;
}
.lxwmcon .lc13 .ewm img{
    width: 161px;
}
.lxwmcon .lc13 h4{
    font-size: 18px;
    color: #333333;
    text-align: center;
}
.lxwmcon .lxwmc2{
    padding: 20px;
    box-shadow: 0px 0px 10px #c8cfd7;
}
/* 搜索结果 */
.ssjg{
    font-size: 20px;
    width: var(--main-width);
    margin: 0 auto;
    margin-bottom: 20px;
}
.ssjg span{
    color: #FF0000;
    margin-right: 40px;
}
/* 产品页相关产品 */
.xgcp{
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 30px 0;
    background: #f7f8fa;
}
.xgcpm{
    width: var(--main-width);
    margin: 0 auto;
}
.xgcp .xgcptit{
    /* border-bottom: 1px solid #d7d8d9; */
}
.xgcp .xgcptit h4{
    font-size: 24px;
    color: #333333;
    padding: 10px 0 10px 20px;
    background: #FFF;
}
.cp2_swiper .swiper-slide{
	background-color: #FFF;
}
.cp2_swiper .swiper-slide .img{
	overflow: hidden;
    padding: 30px;
}
.cp2_swiper .swiper-slide .img img{
	width: 100%;
/*	height: 225px;*/
	float: left;
	transition: .5s;
}
.cp2_swiper .swiper-slide .text{
    padding-top: 30px;
	height: 50px;
	display: block;
    text-align: center;
}
.cp2_swiper .swiper-slide .text p{
    margin: 0 auto;
	font-size: 18px;
	color: #333333;
	line-height: 1.5;
    display: inline;
	vertical-align: middle;
}
.cp2_swiper .swiper-slide .img img:hover{
	transform: scale(1.05);
}
.cp2_swiper .swiper-slide:hover p{
	color: #163c87;
}
.cp2_swiper{
	margin-top: 20px;
}
.cp2{
	position: relative;
}
#cp2_prev{
	width: 16px;
	height: 40px;
	background-color: #b4bccb;
	background-image: url(../img/cp_16.png);
    background-repeat:no-repeat;
    background-position:50%;
	background-size: 8px;
	position: absolute;
	right: auto;
	margin: 0;
	left: -16px;
	transition: .3s;
}
#cp2_next{
	width: 16px;
	height: 40px;
	background-color: #b4bccb;
	background-image: url(../img/cp_19.png);
    background-repeat:no-repeat;
    background-position:50%;
	background-size: 8px;
	position: absolute;
	left: auto;
	margin: 0;
	right: -16px;
	transition: .3s;
}
#cp2_prev:hover{
	background-color: #19315d;
}
#cp2_next:hover{
	background-color: #19315d;
}


/* 首页推荐产品 */
.swiper-slide .cp_img{
    width: 70%;
    margin-bottom: 20px;
}