﻿@charset "utf-8";
/* 分类导航 */
.mbanner .posi01{
    margin-bottom: 30px;
}
.mbanner .posi02{
    margin-bottom:50px;
}
.mbanner .posi01 a{
    color: rgba(255, 255, 255, 0.7);
}
.mbanner .posi01>i{
    font-size: 14px;
    margin-right: 5px;
}
.mbanner .posi01 span i{
    font-size: 12px;
    margin: 0 15px;
}
.mbanner .posi01:before, .mbanner .posi01:after{
    display: none;
}
.mbanner .posi01 a:hover{
    color: rgba(255, 255, 255, 1);
}

.flnav{
    position: relative;
    top: -40px;
    overflow: hidden;
}
.flnav .nav01{
    background-color: #0452ae;
    line-height: 80px;

    -webkit-box-pack: space-around;
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.nav01 a{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
}
.nav01 a i{
    font-size:20px;
    margin-right: 10px;
    position: relative;
    top: -1px;
    visibility: hidden;
    opacity: 0;
}
.nav02 a i{
    visibility: visible;
    opacity: .5;
}

.nav01 a::after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 0;
}
.nav01 a:last-of-type::after,
.nav01 a.active::after{
    display: none;
}
.nav01 a.active i{
    visibility: visible;
    opacity: 1;
}
.nav01 a.active{
    background-color: #023168;
}

/* 新闻列表 */
.new-list{
    padding: 20px 0 70px;
}
#owl-hotnew{
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
}
#owl-hotnew .owl-wrapper-outer{
    border: 1px solid #eee;
}
#owl-hotnew .item>div:first-child{
    /* padding: 0; */
}
.item .bianju{
    padding: 32px  20px;
}
.item h4{
    font-size: 20px;
    line-height: 1.3;
    color: #222;
    margin-bottom: 5px;
}
.item h4 span{
    width: 72px;
    line-height: 30px;
    border-radius: 20px;
    background-color: #e50012;
    color: #fff;
    padding: 2px 16px;
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 100;
    position: relative;
    top: -2px;
}
.item .biaoq{
    color: #999;
    margin-bottom: 20px;
}
.item .biaoq i{
    font-size: 16px;
    margin-right: 5px;
}
.item .biaoq span{
    margin-right: 20px;
    font-size: 14px;
}
.item .biaoq span a{
    color: #999;
}
.item .biaoq em{
    margin: 0 5px;
    font-size: 12px;
    opacity: .5;
    position: relative;
    top: -2px;
}
.item .biaoq em:last-of-type{
    display: none ;
}
.item p{
    color: #666;
    font-size: 14px;
    line-height: 26px;
}
.item .more{
    margin-top: 32px;
    display: inline-block;
    color: #0452ae;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background-color: #0452ae;
}

.new-list .full-bg .row{
    border-bottom:1px solid #eee ;
    padding: 40px 0;
    margin: 0;
} 
.new-list .full-bg a{
    display: block;
    overflow: hidden;
}
.new-list .full-bg .date{
    width: 138px;
    height: 138px;
    border: 1px solid #eee;
    padding: 20px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
}
.new-list .full-bg .date>div{
    font-size: 40px;
}
.new-list .full-bg .date p{
    font-size: 16px;
}
.new-list .full-bg .newtxt{
    width: calc(100% - 138px);
    float: right;
    padding: 20px;
}
.newtxt h4{
    font-size: 18px;
    font-weight: normal;
    color: #222;
    margin-bottom: 16px;
}
.newtxt p{
    color: #999;
}

.new-list .fenye{
    border: none;
    margin: 0;
    padding: 0;
    margin-top: 50px;
}

.full-bg{
    position: relative;
    background-color: transparent;
}
.full-bg::before{
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    display: block;
    background-color: #0452ae;
    transition:all .3s
}

.full-bg:hover::before{
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s ease 0;
    transition: transform 0.3s ease 0;
}
.full-bg:hover .date{
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}
.full-bg:hover .date p,
.full-bg:hover .newtxt p{
    color: rgba(255, 255, 255, 0.5);
}
.full-bg:hover .newtxt h4{
    color: rgba(255, 255, 255, 1);
}
.full-bg:hover .gaisu{
    background-color: rgba(255, 255, 255, 0.8);
}
.full-bg:hover a.btn{
    border-color: rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.8);
}
.full-bg a.btn:hover{
    background-color: #fff;
    background-color: #fff;
    color: #000;
}

.owl-carousel .owl-item:hover h4{
    color:#0452ae;
}

/* 新闻内容页 */
.new-content{
    padding-bottom: 10px;
}
.new-content .zhuti{
    position: relative;
    top: -70px;
}
.new-content .newl{
    background-color: #fff;
}
.newl .newtit em a{
    background-color: #0452ae;
    width: 70px;
    height: 70px;
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #abd2ff;
    text-align: center;
    position: absolute;
    left: -55px;
    top: 0;
}
.newl .newtit em i{
    display: block;
    font-size: 22px;
    color: #abd2ff;
    padding: 15px 0 2px;
}
.newl .newtit a:hover i{
    color: #fff;
}


.new-content .newtit{
    padding: 30px 30px 10px;
    border-bottom: 1px solid #eee;
}
.new-content .newtit .nh3{
    font-size: 26px;
    line-height: 32px;
    color: #222;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 13px;
}
.new-content .newtit p{
    font-size: 13px;
    color: #999;
}
.new-content .newtit i{
    font-size: 14px;
    margin-right: 3px;
    color: #ccc;
}
.new-content .newtit span{
    margin-right: 15px;
}
.new-content .biaoqian{
    border-top: 1px solid #eee;
    padding: 30px;
}
.new-content .biaoqian i{
    font-size: 22px;
    color: #ccc;
    margin-right: 10px;
}
.new-content .biaoqian a{
    font-size: 13px;
    line-height: 22px;
    color: #666;
    margin: 0 5px;
    display: inline-block;
}
.new-content .biaoqian em{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    color: #ccc;
    top: -1px;
    margin: 0 5px;
}


 
.new-content .newl .content{
	background-color: #fff;
	padding: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.new-content .newl .content p,
.new-content .newl .content div{
    font-size: 14px;
	line-height: 30px;
	color: #666;
}
.new-content .newl .content strong{
    color: #222;
}
.new-content .newl .content h3{
    font-size: 20px;
    line-height: 2;
    margin-bottom: 10px;
}
.new-content .newl .content table{
    max-width: 100%;
}
.new-content .newl .content table td{
    padding: 5px ;
}

.new-content .newl .content img{
	max-width: 100%;
	height: auto !important;
}

.new-content .newr{}
.new-content .newr h3{
	position: relative;
	padding-left: 36px;
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	color: #fff;
	background-color: #0452ae;
    font-weight: normal;
    overflow: hidden;
}
.new-content .newr i{
	font-size: 32px;
	margin-right: 5px;
	color: rgba(255, 255, 255, 0.3);
}
.new-content .newr h3 i.chuan{
	position: absolute;
	right: 5px;
	bottom: 0px;
	font-size: 150px;
	color: rgba(0, 0, 0, 0.1);
}
.new-content .newr  .fnav{
	background-color: #fff;
	padding: 0 30px;
}
.new-content .newr  .fnav li{
	border-bottom: 1px solid #eee;
}
.new-content .newr  .fnav li:last-child{
    border: none;
}
.new-content .newr  .fnav li a{
	font-size: 16px;
	color: #666;
    line-height: 60px;
    display: block;
}
.new-content .newr  .fnav li i{
	font-size: 14px;
	margin: 0 10px;
	color: #000;
}
/* .new-content .newr  .fnav li:hover i::before, */
.new-content .newr  .fnav li.active i::before{
	content: "\e663";
	color: #e50012;
}
.new-content .newr  .fnav li:hover a,
.new-content .newr  .fnav li.active a{
	color: #e50012;
}

.xgtj{
    background-color: #fff;
    margin-top: 15px;
}
.xgtj h4{
    font-size: 20px;
    color: #0452ae;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
}
.new-content .newr .xgtj h4 i{
    font-size: 32px;
    color: #0452ae;
}
.xgtj h4 a{
    float: right;
    font-size: 13px;
    color: #666;
    font-weight: 100;
    margin-top: 6px;
}
.xgtj .tlist{
    padding: 20px;
    border-top: 1px solid #eee;
}
.xgtj .tlist a{
    font-size: 14px;
    line-height: 40px;
}
.xgtj .tlist i{
    color: #ddd;
    font-size: 12px;
}

.flnav02{
    top: -82px;
}
.flnav02 .nav02{
    flex-wrap: wrap;
}
.flnav02 .nav02 a{
    width: 25%;
    border-bottom:1px solid  rgba(0, 0, 0, 0.25);
    box-shadow:0 1px 0 0 rgba(255, 255, 255, 0.1);
}
.flnav02 .nav02 a:nth-last-child(1),
.flnav02 .nav02 a:nth-last-child(2),
.flnav02 .nav02 a:nth-last-child(3),
.flnav02 .nav02 a:nth-last-child(4){
    border-bottom: none;
    box-shadow: none;
}

.anli-list{
    padding-top: 0;
    margin-top: -20px;
}
.anli-list .full-bg:first-child .row{
    border-top: 1px solid #eee;
}

.flnav03{
    top: -40px;
}
.flnav03 .nav01{
    flex-wrap: wrap;
}
.flnav03 .nav01 a{
    width: 25%;
    border-bottom:1px solid  rgba(0, 0, 0, 0.25);
    box-shadow:0 1px 0 0 rgba(255,255,255,0.1);
}
.flnav03 .nav01 a:nth-last-child(1),
.flnav03 .nav01 a:nth-last-child(2),
.flnav03 .nav01 a:nth-last-child(3),
.flnav03 .nav01 a:nth-last-child(4){
    border-bottom: none;
    box-shadow: none;
}

/* 关于我们 */
.about{
    padding-top: 20px;
    padding-bottom: 80px;
}
.ab01{
    margin-bottom: 80px;
}
.ab01img{
    height: 100%;
    background-size: cover;
    background-position: right;
}
.atit h3{
    font-size: 30px;
    color: #222;
    margin-bottom: 10px;
}
.atit p{
    font-size: 18px;
    color: #999;
    text-transform: uppercase;
}
.acontent {
    padding: 20px 0;
}
.acontent p{
    font-size: 14px;
    line-height: 30px;
}
.acontent strong{
    color: #333;
}

.bg-huiimg{
    position: relative;
    margin-bottom: 80px;
}
.bg-huiimg::before{
    content: '';
    height: 280px;
    width: 100%;
    display: block;
    background-color: #f4f4f4;
    position: absolute;
    bottom: 0;
}
.ab02{
    padding-bottom: 50px;
}
.btit{
    position: relative;
    height: 30px;
    margin-bottom: 50px;
}
.btit::before{
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background: #ededed;
    position: absolute;
    top: 15px;
}
.btit span{
    font-size: 22px;
    line-height: 30px;
    color: #222;
    background: #fff;
    padding-right: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
}
.ab02r{
    padding-left: 70px;
}
.ab02 h4{
    font-size: 20px;
    color: #0452ae;
    margin-bottom: 16px;
}
.ab02 h4 i{
    font-size: 28px;
    font-weight: 100;
    margin-right: 10px;
}
.ab02 p{
    font-size: 16px;
    color: #666;
}
.ab02 .btxt{
    margin-top: 70px;
}
.ab02 .btxt p{
    color: #666;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
}
#owl-ayoushi{
    margin-top: 40px;
}
.ab03 .item{
    margin: 0 18px;
}
.ab03 .item .figure-img{
    margin-bottom: 0;
}
.ab03 .item .figure-caption{
    font-size: 14px;
    padding:20px 10px;
    border: 1px solid #eee;
    border-top: none;
}

/* 服务列表 */
.fuwu_list{
	padding-top: 20px;
}
.lista{
	margin-bottom: 50px;
}
.lista a{
	display: block;
	border: 1px solid #eee;
	overflow: hidden
}
.lista a .pic::after{
    content: '\e640';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(4,82,174,0.7);
    z-index: 9;
    font-family: "iconfont" !important;
    font-size: 50px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-items: center;
    justify-content: center;
    display: flex;
    opacity: 0;
    transition:all .5s
}


.lista .n-txt{
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 20px;
}
.lista .n-txt span{
	font-size: 16px;
	font-weight: 600;
	color: #222;
	width: calc(100% - 50px);
}
.lista .n-txt i{
	font-size: 24px;
	color: #999
}
.lista a:hover {
	background: #0452ae;
}
.lista a:hover span,
.lista a:hover i{
	color: #FFFFFF
}
.lista a:hover .pic::after{
    opacity: 1;
}

/* 服务优势 */
/* 进口代理列表 */
.jinkou-list {
    margin-bottom: 80px;
    margin-top: 20px;
}
.jinkou-list .container{
    padding-left: 15px;
    padding-right: 15px;
}

.jinkou-list .row>li{
    padding: 0;
}
.jinkou-list .full-bg1:nth-of-type(2n) .row{
    flex-direction: row-reverse;
}
.jk02{
    padding: 30px;
    padding-right: 0;
    padding-top: 50px;
}
.jinkou-list .full-bg:nth-of-type(2n) .jk02{
    padding-left: 0;
    padding-right: 30px;
}

.jk02 .flex{
    align-items: center;
    justify-content: left;
}
.jk02 .tico{
    font-size: 30px;
    color: #999999;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 25px;
    text-align: center;
}
.jk02 .n-txt{
    display: inline-block;
}
.jk02 .n-txt h3{
    font-size: 24px;
    color: #222;
}
.jk02 .n-txt h3 span{
    width: 120px;
    height: 1px;
    margin-left: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    display: inline-block;
    position: relative;
    top: -7px;
}
.jk02 .n-txt p{
    font-size: 12px;
    color: #ccc;
}

.jk02 p.shenglue4{
    font-size: 14px;
    line-height: 26px;
    color: #999;
    margin-bottom: 30px;
}

a.btn{
    border: 1px solid #eee;
    color: #666;
    font-size: 14px;
    padding: 0 30px;
    border-radius: 20px;
    margin-right: 5px;
    line-height: 40px;
    height: 40px;
}
a.btn i{
    font-size: 22px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.full-bg{
    position: relative;
    background-color: transparent;
}

.gaisu{
	font-size: 14px;
	color: #0452ae;
	padding: 10px 20px;
	background-color: rgba(4, 83, 174, 0.1);
	border-radius: 5px;
	margin: 25px 0 20px;
}

/* 联系我们 */
.lianxi{
    padding: 20px 0 80px;
}
.lianxi .atit p{
    font-size: 13px;
}
.lianxi .atit{
    margin-bottom: 50px;
}
.lianxi .ptxt{
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-bottom: 15px;
}
.lianxi .box{
    background-color: #f5f5f5;
    padding:40px 20px ;
    text-align: center;
    height: 100%;
}
.lianxi .box i{
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #c5d4e7;
    text-align: center;
    font-size: 42px;
    color: #fff;
    border-radius: 44px;
}
.lianxi .box>div{
    font-size: 18px;
    color: #222;
    margin-bottom: 10px;
    margin-top: 10px;
}
.lianxi .box p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.lianxi .box p strong{
    color: #0452ae;
    font-size: 16px;
}

.lianxi .btit{
    margin: 50px 0 30px;
}

.fgg{
    background: url(../images/upload/bg-lianxi.jpg) no-repeat top center;
}
.fgg-tit{
    text-align: center;
    padding: 70px 0;
} 
.fgg-tit h3{
    color: #fff;
    margin-bottom: 10px;
} 
.fgg-tit p{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5)
}
 #owl-gongsi{
    padding-bottom: 80px;
 }
 #owl-gongsi .item{
     background-color: #fff;
     background-image:url(../images/upload/logohui.png) ;
     background-repeat: no-repeat;
     background-position: right bottom;
     border: 1px solid #eee;
     padding: 50px 40px 40px;
     margin: 15px;
     height: 100%;
 }
 #owl-gongsi .item h3{
     font-size: 20px;
     color: #222;
     margin-bottom: 16px;
 }
 #owl-gongsi .item h3 i{
     color: #0452ae;
     font-size: 24px;
     margin-right: 5px;
     position: relative;
     top: -2px;
 }
 #owl-gongsi .item p{
     margin-bottom: 10px;
     line-height: 1.5;
 }

/* 留言 */
.nyzxly {
    padding: 20px 0 30px;
}
.nylx_tlhtx span {
    font-size: 22px;
    color: #333333;
    font-weight: 600;
}

.nylx_tlhtx b {
    font-size: 13px;
    color: #999999;
    margin-left: 8px;
}

.nylx_tlpc {
    margin-top: 25px;
    font-size: 14px;
    color: #666;
}

.nyzxly_ct {
    margin-top: 15px;
    border-top: 2px solid #000000;
    padding-top: 14px;
}

.nyzxly_ctform_item {
    height: 104px;
}

.nyzxly_ctform_item>div {
    float: left;
    border-bottom: 1px solid #d8d8d8;
}

.nyzxly_ctform_iteml {
    padding-left: 85px;
    width: 30%;
    height: 100%;
    line-height: 103px;
    border-right: 1px solid #d8d8d8;
}

.nyzxly_ctform_iteml span {
    font-size: 14px;
    color: #000;
}

.nyzxly_ctform_iteml i {
    color: #E21918;
}

.nyzxly_ctform_itemr {
    height: 100%;
    width: 70%;
    position: relative;
}

.nyzxly_ctform_itemr input {
    width: 35%;
    line-height: 42px;
    border: 1px solid #d8d8d8;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -22px;
    padding-left: 12px;
    font-size: 14px;
    color: #777777;
}

.nyzxly_ctform_itemly.nyzxly_ctform_item {
    height: 318px;
}

.nyzxly_ctform_itemly .nyzxly_ctform_iteml {
    line-height: 317px;
}

.nyzxly_ctform_itemly .nyzxly_ctform_itemrct {
    padding-top: 10px;
    width: 70%;
    height: 250px;
    border: 1px solid #d8d8d8;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -125px;
    padding-left: 12px;
    font-size: 14px;
    color: #777777;
    overflow-y: hidden;
    resize: none;
    outline: none;
}

.nyzxly_ctform_itemryzm {
    width: 35%;
    height: 100%;
    position: relative;
}

.nyzxly_ctform_itemr .nyzxly_ctform_itemryzm input {
    width: 100%;
}

.nyzxly_ctform_itemr #update_vcode{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    cursor: pointer;
}
.nyzxly_ctform_itemtj {
    padding: 50px 0;
    text-align: center;
}

.nyzxly_ctform_itemtj input {
    width: 300px;
    height: 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: #333333;
    line-height: 60px;
    color: #fff;
    border: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.nyzxly_ctform_itemtj input:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
}


/* 地区 */
.diqu-nav{
    text-align: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.diqu-nav a{
    border: 1px solid #eee;
    margin: 0 5px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 47px;
    margin-bottom: 10px;
    display: inline-block;
    width: 160px;
    height: 50px;
}
.diqu-nav a i{
    margin-right: 5px;
    color: #0452ae;
    font-size:20px ;
    position: relative;
    top: -2px;
    display: none;
}
.diqu-nav a.active{
    color: #0452ae;
    border-color: rgba(4, 83, 174, 0.2);
}
.diqu-nav a.active i{
    display: inline-block;
}

.bg-huise a:hover span, .bg-huise a:hover i{
    color: #0452ae;
}

.diqu-list{
    padding-top: 70px;
    padding-bottom: 10px;
}

.bg-huise .pages a.nolink{
    border-color:#e2e2e2;
}
.bg-huise .fenye{
    border-color:#e2e2e2;
}



@media screen and (max-width: 1200px){
	
}

@media screen and (max-width: 992px){
    .mbanner .posi01,
    .mbanner .posi01 a,
    .mbanner .posi01>i{
        font-size: 12px;
    }
    .mbanner .posi01 span i{
        margin: 0 10px;
    }
    .flnav{
        top: -22px;
    }
    .flnav .nav01{
        /* height: 60px; */
        line-height: 40px;
    }
    .nav01 a::after{
        height: 42px;
    }
    .nav01 a:nth-of-type(2n)::after{
        display: none;
    }
    .nav01 a{
       font-size: 14px; 
    }
    .nav01 a i{
        font-size: 16px;
        margin-right: 5px;
    }

    .item .col-md-8{
        padding: 20px ;
    }
    .item h4{
        font-size: 15px;
    }
    .item h4 span{
        width: 50px;
        line-height: 24px;
        font-size: 12px;
    }
    .item .biaoq i:first-child,
    .item .biaoq span:first-of-type{
        display: none;
    }
    .item .biaoq i{
        font-size: 12px;
    }
    .item .biaoq{
        margin-bottom: 10px;
    }
    .item .more{
        margin-top: 15px;
    }
    .owl-theme .owl-controls{
        margin-top: 20px;
    }
    #owl-hotnew{
        padding-bottom: 40px;
    }
    .new-list .full-bg .row{
        padding: 30px 0;
    }
    .new-list .full-bg .date{
        display: none;
    }
    .new-list .full-bg .newtxt{
        width: 100%;
        float: unset;
        padding: 0;
        padding-bottom: 20px;
    }
    .newtxt h4{
        font-size: 16px;
    }

    .new-content .newtit{
        padding: 20px 20px 0;
    }
    .new-content .newtit .nh3{
        font-size: 20px;
        line-height: 1.3;
    }
    .new-content .newl .content{
        padding: 20px;
    }
    .new-content .newl .content p, .new-content .newl .content div{
        font-size: 13px;
        line-height: 24px;
    }
    .new-content .biaoqian{
        padding: 20px;
    }
    .new-content .biaoqian i{
        font-size: 18px;
    }
    .new-content .newr{
        margin-top: 50px;
    }
    .new-content .newr h3{
        height: 70px;
        line-height: 70px;
        font-size: 22px;
    }
    .new-content .newr i{
        font-size: 24px;
    }
    .xgtj .tlist a{
        font-size: 13px;
        line-height: 32px;
    }
    .new-content .newr .xgtj .tlist i{
        font-size: 12px;
    }
    .newl .newtit em a{
        display: none;
    }
    
    .flnav02{
        top: -42px;
    }
    .flnav02 .nav02 a{
        width: 50%;
    }
    .flnav02 .nav02 a:nth-last-child(3),
    .flnav02 .nav02 a:nth-last-child(4){
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
        box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15);
    }
    .flnav02 .nav02 a:nth-last-child(1),
    .flnav02 .nav02 a:nth-last-child(2){
        border-bottom: none;
        box-shadow: none;
    }
    .new-content .newr .fnav li a{
        font-size: 14px;
        line-height: 50px;
    }

    .flnav03{
        top: -42px;
    }
    .flnav03 .nav01 a{
        width: 50%;
    }
    .flnav03 .nav01 a:nth-last-child(3),
    .flnav03 .nav01 a:nth-last-child(4){
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
        box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15);
    }
    .flnav03 .nav01 a:nth-last-child(1),
    .flnav03 .nav01 a:nth-last-child(2){
        border-bottom: none;
        box-shadow: none;
    }

    .about{
        padding-top: 0;
        padding-bottom: 50px;
    }
    .atit h3{
        font-size: 22px;
        margin-bottom: 5px;
    }
    .atit p{
        font-size: 14px;
    }
    .acontent{
        padding: 15px 0;
    }
    .acontent p{
        font-size: 13px;
        line-height: 24px;
    }
    .ab01{
        margin-bottom: 30px;
    }
    .btit{
        margin-bottom: 20px;
        overflow: hidden;
    }
    .btit span{
        font-size: 20px;
    }
    .ab02r{
        padding-left: 15px;
        margin-top: 30px;
    }
    .ab02 p{
        font-size: 14px;
    }
    .ab02{
        padding-bottom: 30px;
    }
    .bg-huiimg{
        margin-bottom: 50px;
    }
    #owl-ayoushi{
        margin-top: 20px;
    }
    .ab02 .btxt{
        margin-top: 40px;
    }
    .bg-huiimg::before{
        height: 230px;
    }
    .lista .n-txt{
        padding: 10px 15px;
    }
    .lista{
        margin-bottom: 30px;
    }


    .jk02,
    .jinkou-list .full-bg:nth-of-type(2n) .jk02{
        padding: 20px;
        padding-bottom: 50px;
    }
    .jk02 p.shenglue3{
        font-size: 12px;
        line-height: 22px;
    }
    .gaisu{
        margin-top: 20px;
    }
    .fuwu04{
        padding: 50px 0;
    }
    .youshiico{
        padding: 0;
        padding-top: 20px;
    }
    .youshiico-tit{
        margin: 10px 0 0;
        font-size: 14px;
    }
    .youshiico-txt p{
        padding: 10px 0 0;
        font-size: 12px;
        line-height: 20px;
    }
    .youshiico_btn{
        width: 100%;
        bottom: 40px;
        right: 0;
    }
    .youshiico_sz{
        bottom: 80px;
    }
    .jinkou-list .row>li{
        padding: 0 15px;
    }

    .lianxi .atit{
        margin-bottom: 20px;
    }
    .lianxi .box{
        margin-bottom: 20px;
        height: auto;
        padding: 30px 20px;
    }
    .lianxi .box i{
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 32px;
    }
    .map iframe{
        height: 250px !important;
    }
    .lianxi{
        padding-bottom: 50px;
    }
    .fgg-tit{
        padding: 50px 20px 30px;
    }
    .fgg-tit h3{
        font-size: 22px;
    }
    .fgg-tit p{
        font-size: 12px;
    }
    #owl-gongsi .item{
        margin: 0;
        padding: 30px 20px 20px;
    }
    .nyzxly_ctform_iteml{
        padding-left: 0;
        width: 25%;
    }
    .nyzxly_ctform_itemr{
        width: 75%;
    }
    .nyzxly_ctform_itemr input{
        width: calc(100% - 30px);
    }
    .nyzxly_ctform_itemly .nyzxly_ctform_itemrct{
        width: calc(100% - 30px);
    }
    .nyzxly_ctform_itemryzm{
        width: 100%;
    }
    .nyzxly_ctform_itemr .nyzxly_ctform_itemryzm input{
        width: calc(100% - 30px);
    }
    .nyzxly_ctform_itemr #update_vcode{
        right: 10px;
    }
    .nyzxly_ctform_itemtj{
        padding: 30px 0;
    }
    .nyzxly_ctform_itemtj input{
        width: 200px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }

    .diqu-nav a{
        width: 46%;
    }

    a.btn{
        padding: 0 20px;
        height: 36px;
        line-height: 36px;
    }
    .jinkou-list{
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 768px){
    
	
}