html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}
html{
    background: #fff;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
a {
    background: transparent;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: color .3s ease;
}
* {
    box-sizing: border-box;
}
*:focus { outline: none; }

[v-cloak] {
    display: none !important;
}

body {
    background: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    line-height: 1.5;
    color: #333;
}
ul,ol {
    list-style: none;
}
img {
    border: none;
    vertical-align: middle;
}
.f12{
    font-size: 12px;
}
.cursor{
    cursor: pointer;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.text-center{
    text-align: center;
}
.clear:after{
    content: "";
    display: block;
    clear: both;
}
/*.con_title{*/
/*    width:150px;*/
/*    border:1px solid #333333;*/
/*    border-top:none;*/
/*    !*margin-left: 15px;*!*/
/*    text-align: center;*/
/*    font-size: 20px;*/
/*    line-height: 50px;*/
/*    border-radius:0 0 15px 15px;*/
/*    background: linear-gradient(to top, #5acff6, #4688aa);*/
/*}*/
.all_width{
    width: 1205px;
    margin: 0 auto;
}
.nav{
    width: 100%;
    height: 68px;
    background:#104f8c;
    position: absolute;
    left: 0;
    top:0;
    z-index: 12;
}
.nav_con{
    width: 1205px;
    margin: 0 auto;
    color: white;
}
.nav_left{
    width:130px;
}
.logo_img{
    display: block;
    margin:5px auto;
}
.nav_name{
    font-size: 14px;
    text-align: center;
}
.color_white{
    font-size:20px;
    line-height:68px;
}
/*.nav_title{*/
/*    !*margin-right:30px;*!*/
/*}*/
.nav_title>li{
    float: left;
    margin-right:40px;
    font-size:20px;
    margin-top: 22px;
}
.nav_title>li>a{
    display: block;
    width: 100%;
     color: white;
    cursor: pointer;
}
.line{
    width:90%;
    margin: 0 auto;
    height:2px;
}
.line_active{
    background:#0a6ecc;
}

.module_block{
    width: 1205px;
    margin:0 auto;
}
.wrc{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.wrc li{
    width: 30%;
    position: relative;
    text-align: center;
    margin: 0 1.5%;
    margin-bottom: 50px;
    cursor: pointer;
}
.wrc li:hover img{
    transform: scale(1.1);
    transition: transform 1s, filter 0.5s ease-out;
}
.wrc li .wrc_img{
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}
.wrc li .wrc_img:hover img{
    transform: scale(1.1);
    transition: transform 1s, filter 0.5s ease-out;
}
.wrc li .wrc_img img{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.wrc li .wrc_item{
    padding: 10px 20px;
    text-align: left;
}
.wrc li .wrc_item .title{
    font-size: 20px;
    font-weight: bold;
}
.wrc li .wrc_item .title2{
    font-size: 14px;
    margin-bottom: 10px;
}
.wrc li .wrc_item .title2 span{
    background-color: #0a6ecc;
    border-radius: 5px;
    color: #Fff;
    padding: 5px 15px;
    position: absolute;
    top: 210px;
    right: 0;
}
.wrc li .wrc_item .title3{
    font-size: 14px;
    margin-bottom: 20px;
    color: #777c87;
}
.wrc li .wrc_item .wrc_link{
    border: 2px solid #666;
    font-size: 14px;
    color: #666;
    padding: 10px 30px;
    font-weight: bold;
}
.wrc li .wrc_item .wrc_link:hover{
    color: #0a6ecc;
    border: 2px solid #0a6ecc;
    transition: all 0.5s;
}




.business_title{
    padding:120px 0 20px;
    font-size:32px;
    text-align: center;
}
.business_list>li{
    float: left;
    margin-right:69px;
    margin-top: 30px;
    width:249px;
    height:131px;
    overflow: hidden;
}
.business_list>li:nth-child(4n){
    margin-right: 0;
}

/*产品*/
.jour_case{
    width: 1205px;
    margin: 0 auto;
}
.jour_title{
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 80px;
    text-align: center;
}
.jour_line{
    width: 1162px;
    height: 1px;
    border: 1px solid #B3B3B3;
    margin:0 auto 17px;
}
.jour_list>li{
    width:574px;
    height: 440px;
    border: 1px solid #D9D9D9;
    float: left;
    box-sizing: border-box;
    margin-top: 66px;
    cursor: pointer;
}
.jour_list>li:nth-child(2n-1){
    margin-right:57px;
}
.jour_img{
    width: 100%;
    height:227px;
    overflow: hidden;
}
.jour_world{
    width: 440px;
    margin: 0 auto;
}
.jour_world_title{
    font-size: 22px;
    color: #333333;
    line-height: 80px;
    text-align: center;
}
.jour_world_con{
    font-size: 18px;
    color: #666666;
    line-height: 28px;
}
.jour_img2{
    display: none;
    margin:11px auto 0;
    width: 30px;
}
.jour_list>li:hover .jour_img2{
    display: block;
}
.jour_list>li:hover{
    cursor: pointer;
    box-shadow: 0px 3px 17px 1px rgba(40, 40, 40, 0.16);
}
/*产品详情页*/
.jour_back{
    font-size:18px;
    margin:30px 0 27px 0px;
    color:#333333;
}
.jour_back>a{
    color:#333333;
}
.jour_item_text{
    margin-top: 0px;margin-bottom: 15px;
}
.jour_item_img{
    width: 100%;
    min-height: 200px;
    margin-bottom: 80px;
    position: relative;
}
.jour_item_img_link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.jour_item_img img{
    width: 100%;
}
.porduct_img{
    width:1205px;
    height: 339px;
    background:url("../images/product_bg1.png") no-repeat 100% 100%;
    color: #FFFFFF;
}
.porduct_small_title{
    font-size: 36px;
    line-height: 28px;
    padding-top:112px;
    margin-left: 50px;
}
.porduct_small_title2{
    width: 624px;
    font-size: 16px;
    line-height: 28px;
    margin-left: 50px;
    margin-top:21px;
}
.porduct_special{
    padding-top:30px;
}
.porduct_special_list{
    margin-top: 77px;
}
.porduct_special_list>li{
    float: left;
    width: 45%;
    height: 135px;
    box-shadow: 0px 3px 9px 1px rgba(41, 104, 252, 0.16);
    /*margin-right:32px;*/
    margin-bottom: 65px;
}
.porduct_special_list>li:nth-child(2n){
    float: right;
}
.porduct_left{
    width: 71px;
    height: 71px;
    border: 2px solid #2768FA;
    border-radius: 50%;
    margin:39px 30px 0 37px;
}
.porduct_left>img{
   margin:14px 0 0 14px;
}
.porduct_right{
    width:370px;
}
.porduct_right>p:first-child{
    font-size: 20px;
    color: #666666;
    padding:15px 0 10px;
}
.porduct_right>p:nth-child(2){
    font-size: 14px;
    color: #838383;
    line-height: 24px;
}
.porduct_special_list2{
    padding-top: 20px;
}
.porduct_special_list2>li{
    float: left;
    width:25%;
    margin-top:60px;
}
.porduct_special_list2>li>img{
    display: block;
    margin:0 auto;
}
.porduct_icon_title{
    font-size: 20px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}
.porduct_active2{
    display: block;
}
.porduct_active{
    display: none;
}
.porduct_case_list{
    margin-top: 20px;
}
.porduct_case_list>li{
    float: left;
    width:50%;
    margin-top: 50px;
}
.porduct_case_list>li>img{
    width: 90%;
    height: 240px;
    display: block;
    margin:0 auto;
}






















.m-t-100{
    margin-top: 100px;
}