body, ol, ul, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea,select{
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-decoration: none;
}

body {
    position: relative;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Microsoft Yahei';
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    font-size: 14px;
}.navs .nav ul li ul

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus{
    text-decoration: none;
}

em, i {
    font-style: normal;
}

ol, ul, dl, li, dt, dd {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

a img {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    outline: none;
    padding: 0px;
    margin: 0;
}

.clearfix:after{
    content: "";
    display: block;
    clear:both;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

.mobile{
    display: none;
}

.container{
    width: 1200px;
    margin: auto;
}

.h100{
    height: 100px;
}

.navs{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    z-index: 9999;
}
.navs .container{
    display: flex;
    display: -webkit-flex;
}
.navs .logo{
    float: left;
    width: 375px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.navs .logo img{
    width: 100%;
}
.navs .nav{
    float: right;
    margin-left: auto;
}
.navs .nav ul li{
    float: left;
    height: 100px;
    line-height: 100px;
    padding: 0 17px;
    position: relative;
}
.navs .nav ul li::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-top: solid 6px transparent;
    width: 100%;
}
.navs .nav ul li.active::before,
.navs .nav ul li:hover::before{
    border-color: #0C5197;
}
.navs .nav ul li.active > a,
.navs .nav ul li:hover > a{
    color: #0C5197;
}
.navs .nav ul li > a{
    color: #333333;
    font-size: 16px;
    display: block;
}
.navs .nav ul li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: rgba(12,81,151,.8);
}
.navs .nav ul li:hover ul{
	display: block;
}
.navs .nav ul li ul a{
	display: block;
	line-height: initial;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	border-bottom: solid 1px #999;
	color: #fff;
}
.navs .nav ul li ul a:hover{
	background: #fff;
	color: #0C5197;
}

.navs .nav ul #myform{
	float: left;
	position: relative;
	height: 100px;
	display: flex;
    align-items: center;
}
.navs .nav ul #myform .boxCss{
	position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(0, -50%);
    border: solid 1px #ccc;
    padding: 5px 10px;
	display: none;
}
.navs .nav ul #myform:hover .boxCss{
	display: block;
}
.navs .nav ul #myform .btnCss{
	width: 35px;
	height: 35px;
	background: url(../images/icon_search.png) no-repeat;
	border: 0;
	cursor: pointer;
}
.navs .logo .i2{
    display: none;
}
.navs.active{
    background: #0C5197;
    height: 60px;
}
.navs.active .logo{
    height: 60px;
}
.navs.active .logo .i1{
    display: none;
}
.navs.active .logo .i2{
    display: inline;
}
.navs.active .logo img{
    max-width: 80%;
}
.navs.active .nav ul li{
    height: 60px;
    line-height: 60px;
}
.navs.active .nav ul li a{
    color: #fff;
}
.navs.active .nav ul li.active::before,
.navs.active .nav ul li:hover::before{
    border-color: #fff;
}

.navs.active .nav ul #myform{
	height: 60px;
}

.index_banner .swiper-slide img{
    width: 100%;
}
.index_banner .swiper-button-prev,
.index_banner .swiper-button-next{
    --swiper-navigation-size: 44px;
}
.index_banner .swiper-button-prev{
    left: 15%;
    color: #fff;
    
}
.index_banner .swiper-button-next{
    right: 15%;
    color: #fff;
}
.index_banner .swiper-pagination{
    bottom: 40px;
}
.index_banner .swiper-pagination .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 6px;
}
.index_banner .swiper-pagination .swiper-pagination-bullet-active{
    width: 36px;
    border-radius: 10px;
    background: #0C5197;
}

.dd{
    background: #F6F6F6;
}
.dd ul li{
    float: left;
    width: 300px;
    height: 100px;
    position: relative;
}
.dd ul li::after{
    content: "";
    position: absolute;
    display: block;
}
.dd ul li:hover{
    background: #0899FF;
}
.dd ul li a{
    display: flex;
    display: -webkit-flex;
    height: 100%;
}
.dd ul li .icon{
    float: left;
    width: 110px;
    justify-content: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.dd ul li .icon img{
    max-width: 100%;
}
.dd ul li .icon .i2{
    display: none;
}
.dd ul li:hover .icon .i1{
    display: none;
}
.dd ul li:hover .icon .i2{
    display: block;
}
.dd ul li .txt{
    float: left;
    width: 190px;
    color: #424242;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding-left: 13px;
}
.dd ul li:hover .txt{
    color: #fff;
}

.index_main1{
    padding-top: 58px;
    padding-bottom: 53px;
    background: url(../images/index_main1_bg.jpg) no-repeat center/cover;
}
.index_main1 .left{
    float: left;
    width: 586px;
}
.index_main1 .left .swiper-slide{
    position: relative;
}
.index_main1 .left .swiper-slide .txt{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .85);
    height: 50px;
    line-height: 50px;
    padding-left: 24px;
    width: 100%;
}
.index_main1 .left .swiper-slide .txt h4{
    color: #f7f7f7;
    font-size: 16px;
}
.index_main1 .left .swiper-slide .pic{
    overflow: hidden;
}
.index_main1 .left .swiper-slide .pic img{
    transition: all .5s;
    width: 100%;
    height: 395px;
}
.index_main1 .left .swiper-slide:hover .pic img{
    transform: scale(1.1);
}
.index_main1 .left .swiper-pagination{
    right: 12px;
    width: auto;
    left: auto;
    bottom: 16px;
}
.index_main1 .left .swiper-pagination .swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    opacity: 1;
    background: #F7F7F7;
    margin: 0 5.5px;
}
.index_main1 .left .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #005CA1;
}
.index_main1 .left .swiper-button-prev,
.index_main1 .left .swiper-button-next{
    font-size: 24px;
    color: #ffffff;
    background: rgba(0, 0, 0, .72);
    font-family: "宋体";
    width: 34px;
    height: 34px;
    border-radius: 50%;
}
.index_main1 .left .swiper-button-prev:after,
.index_main1 .left .swiper-button-next:after{
    display: none;
}
.index_main1 .right{
    float: right;
    width: 581px;
}
.index_main1 .right .hd{
    border-bottom: solid .025rem #7D7D7D;
}
.index_main1 .right .hd ul li{
    float: left;
    margin-right: 30px;
    font-size: 24px;
    color: #005ca1;
    position: relative;
    padding-bottom: 12px;
    font-weight: bold;
    border-bottom: solid 4px #005ca1;
}
.index_main1 .right .hd ul li.on{
    color: #005ca1;
}
.index_main1 .right .hd ul li.on:after{
    content: "";
    background: #005ca1;
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 95px;
    height: 4px;
}
.index_main1 .right .hd .more{
    float: right;
    font-size: 14px;
    color: #353535;
    padding: 12px 0;
}
.index_main1 .right .bd ul .rec{
    border-bottom: dashed 1px #7D7D7D;
    margin-top: 15px;
    padding-bottom: 28px;
}
.index_main1 .right .bd ul .rec h4{
    color: #005ca1;
    font-size: 18px;
    font-weight: bold;
}
.index_main1 .right .bd ul .rec p{
    color: #646464;
    font-size: 14px;
    line-height: 28px;
    padding-top: 13px;
}
.index_main1 .right .bd ul .list:nth-child(2){
    margin-top: 29px;
}
.index_main1 .right .bd ul .list{
    position: relative;
    padding-left: 20px;
    margin-top: 19px;
    overflow: hidden;
}
.index_main1 .right .bd ul .list:before{
    content: "";
    position: absolute;
    left: 2px;
    top: 7px;
    background: #005CA1;
    width: 6px;
    height: 6px;
    display: block;
}
.index_main1 .right .bd ul .list a{
    color: #343434;
    font-size: 16px;
}
.index_main1 .right .bd ul .list a:hover{
    color: #005CA1;
}
.index_main1 .right .bd ul .list a p{
    float: left;
}
.index_main1 .right .bd ul .list a .time{
    color: #7e7e7e;
    font-size: 16px;
    float: right;
}

.index_main2{
    background: url(../images/index_main2_bg.jpg) no-repeat center/cover;
    padding-top: 65px;
    padding-bottom: 92px;
}
.index_main2 .txt{
    float: left;
    width: 570px;
}
.index_main2 .txt h3{
    font-size: 24px;
    color: #005ca1;
    font-weight: bold;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 28px;
}
.index_main2 .txt h3::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background: #0C5197;
}
.index_main2 .txt p{
    font-size: 18px;
    line-height: 34px;
    color: #3e3e3e;
    text-align: justify;
}
.index_main2 .txt .more{
    font-size: 18px;
    color: #eeeeee;
    background: #0C5197;
    width: 146px;
    height: 47px;
    line-height: 47px;
    border-radius: 1px;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
}
.index_main2 .pic{
    float: right;
    width: 592px;
}
.index_main2 .pic img{
    max-width: 100%;
}

.index_main3{
    padding-top: 48px;
    padding-bottom: 98px;
}
.index_main3 .title{
    text-align: center;
}
.index_main3 .title h3{
    font-size: 24px;
    color: #005ca1;
    font-weight: bold;
    position: relative;
    padding-bottom: 25px;
}
.index_main3 .title h3::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 70px;
    height: 2px;
    background: #0C5197;
}
.index_main3 .content{
    margin-top: 1px;
}
.index_main3 .content ul li{
    width: 385px;
    height: 303px;
    float: left;
    margin-top: 26px;
    margin-left: 22px;
    position: relative;
}
.index_main3 .content ul li:first-child{
    width: 793px;
    margin-left: 0;
}
.index_main3 .content ul li:nth-child(3){
    margin-left: 0;
}
.index_main3 .content ul li .pic{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.index_main3 .content ul li .pic img{
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.index_main3 .content ul li:hover .pic img{
    transform: scale(1.1);
}
.index_main3 .content ul li .txt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    font-size: 24px;
    padding-left: 32px;
    padding-bottom: 22px;
}

.footer{
    background: #0C5197;
    padding-top: 63px;
}
.footer .container{
    border-bottom: solid 1px #F0F0F0;
    padding-bottom: 18px;
}
.footer .tt{
    border-left: 8px solid #C7D7E7;
    font-size: 20px;
    color: #f0f0f0;
    padding-left: 14px;
}
.footer .links{
    width: 300px;
}
.footer .links a{
    padding-left: 22px;
    font-size: 16px;
    color: #f0f0f0;
    display: block;
    margin-top: 13px;
}
.footer .links a:nth-child(2){
    margin-top: 34px;
}
.footer .contact{
    width: 600px;
}
.footer .contact p{
    padding-left: 22px;
    font-size: 16px;
    color: #f0f0f0;
    display: block;
    margin-top: 13px;
}
.footer .contact p:nth-child(2){
    margin-top: 34px;
}
.footer .contact p span{
    font-size: 24px;
}
.footer .erweima{
    width: 300px;
}
.footer .erweima .fr{
    padding-left: 37px;
    padding-right: 45px;
}
.footer .erweima img{
    width: 109px;
}
.footer .erweima p{
    color: #f0f0f0;
    font-size: 16px;
    text-align: center;
    padding-top: 9px;
}
.footer .copyright{
    text-align: center;
    color: #f0f0f0;
    font-size: 16px;
    line-height: 75px;
}
.footer .copyright a{
    color: #f0f0f0;
}

.nybanner img{
    width: 100%;
}

.subnav{
    background: #F5F5F5;
}
.subnav .left{
    font-size: 16px;
    color: #666666;
    font-family: "宋体";
    height: 80px;
    line-height: 80px;
    float: left;
}
.subnav .left a:last-child{
    display: none;
}
.subnav .left .iconfont{
    margin-right: 10px;
    font-size: 21px;
    position: relative;
    top: 1px;
    color: #525252;
}
.subnav .left a{
    font-size: 16px;
    color: #666666;
    font-family: 'Microsoft Yahei';
}
.subnav .right{
    float: right;
    padding: 29.5px 0;
}
.subnav .right ul li{
    float: left;
    border-left: 1px solid #7D7D7D;
    padding-left: 15px;
    margin-left: 15px;
}
.subnav .right ul li:first-child{
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}
.subnav .right ul li a{
    color: #434343;
    font-size: 16px;
}
.subnav .right ul li:hover a,
.subnav .right ul li.cur a{
    color: #0c5197;
}

.nytitle{
    font-size: 24px;
    color: #005ca1;
    font-weight: bold;
    position: relative;
    text-align: center;
    padding-bottom: 26px;
    margin-top: 50px;
}
.nytitle::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #0C5197;
    width: 70px;
    height: 2px;
}

.nypage .content{
    margin-top: 44px;
    color: #333333;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 90px;
}
.nypage .content img{
    max-width: 100%;
    height: auto !important;
}

.nylist{
    margin-bottom: 68px;
}
.nylist .content{
    margin-top: 24px;
}
.nylist .content ul li{
    border-bottom: solid 1px #D2D2D2;
    height: 104px;
    line-height: 104px;
    overflow: hidden;
    padding: 0 20px;
}
.nylist .content ul li a{
    color: #353535;
    font-size: 18px;
    display: block;
}
.nylist .content ul li .time{
    color: #474747;
}
.nylist .content ul li .time .iconfont{
    margin-right: 20px;
    font-size: 21px;
    color: #8B8B8B;
}
.nylist .content ul li:hover{
    background: #EEEEEE;
}
.nylist .content ul li:hover a,
.nylist .content ul li:hover .time .iconfont,
.nylist .content ul li:hover .time{
    color: #0D5297;
}
.pages{
    text-align: center;
    margin-top: 50px;
    font-size: 0;
}
.pages span{
    border: solid 1px #E6E6E6;
    padding: 0 12px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    color: #0C5197;
    margin: 0 5px;
    font-size: 16px;
}
.pages span:hover,
.pages span.p_n1{
    background: #0C5197;
    color: #fff;
}
.pages span:hover a{
    color: #fff;
}

.nynews{
    margin-bottom: 75px;
}
.nynews .content{
    margin-top: 11px;
}
.nynews .content ul li{
    padding: 27px 0;
    border-top: solid 1px #ccc;
}
.nynews .content ul li:first-child{
    border-top: 0;
}
.nynews .content ul li .pic{
    float: left;
    width: 253px;
    overflow: hidden;
}
.nynews .content ul li .pic img{
    width: 100%;
    transition: all .5s;
}
.nynews .content ul li .txt{
    float: right;
    width: 900px;
    padding-right: 76px;
}
.nynews .content ul li .txt h4{
    color: #414141;
    font-size: 18px;
}
.nynews .content ul li .txt span{
    color: #818181;
    font-size: 14px;
    display: block;
    padding-top: 20px;
}
.nynews .content ul li .txt p{
    color: #818181;
    font-size: 14px;
    line-height: 24px;
    padding-top: 20px;
}
.nynews .content ul li .txt i{
    color: #636363;
    font-size: 14px;
    display: block;
    padding-top: 20px;
}
.nynews .content ul li:hover .pic img{
    transform: scale(1.1);
}
.nynews .content ul li:hover .txt h4,
.nynews .content ul li:hover .txt .more{
    color: #005ca1;
}

.nyproduct{
    margin-bottom: 75px;
}
.nyproduct .content ul li{
    width: 372px;
    margin-left: 42px;
    float: left;
    margin-top: 40px;
}
.nyproduct .content ul li:nth-child(3n+1){
    margin-left: 0;
}
.nyproduct .content ul li .pic{
    overflow: hidden;
}
.nyproduct .content ul li .pic img{
    width: 100%;
    height: 291px;
    transition: all .5s;
}
.nyproduct .content ul li:hover .pic img{
    transform: scale(1.1);
}
.nyproduct .content ul li .txt h4{
    color: #2e2e2e;
    font-size: 16px;
    background: #EEEEEE;
    padding: 20px 10px;
    text-align: center;
}

.nycontact .content{
    margin-bottom: 130px;
}
.nycontact .content .info{
    margin-top: 60px;
}
.nycontact .content .info ul li{
    display:flex;
	width: 335px;
	float:left;
	margin-bottom: 40px;
    margin-right: 76px;
}
.nycontact .content .info ul li:nth-child(2),
.nycontact .content .info ul li:nth-child(5){
	width: 400px;
}

.nycontact .content .info ul li:nth-child(3),
.nycontact .content .info ul li:nth-child(6){
	width: 290px;
}
.nycontact .content .info ul li:nth-child(3n){
    margin-right: 0;
}
.nycontact .content .info ul li .iconfont{
    width: 63px;
    height: 63px;
    border:solid 1px #A8A8A8;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 63px;
    font-size: 38px;
    color: #0C5197;
}
.nycontact .content .info ul li .fr{
    margin-left: 19px;
}
.nycontact .content .info ul li .fr h3{
    font-size: 18px;
    font-weight: bold;
    color: #2c2c2c;
}
.nycontact .content .info ul li .fr span{
    font-size: 18px;
    color: #2c2c2c;
    margin-top: 10px;
    display: block;
}
.nycontact .content .info ul li .fr span.fz24{
    font-size: 24px;
}
.nycontact .content .info ul li .fr span.blue{
    color: #0075c0;
}
.nycontact .content #map{
    margin-top: 80px;
}

.nyshow .info{
    border-bottom: dashed 1px #ccc;
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 30px;
}
.nyshow .info img{
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.nyshow .shangxiaye{
    border-top: dashed 1px #ccc;
    padding: 30px 0;
    overflow: hidden;
}
.nyshow .shangxiaye a{
    width: 570px;
    height: 50px;
    line-height: 50px;
    background: #F5F5F5;
    font-size: 16px;
    display: block;
    float: left;
    text-align: center;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nyshow .shangxiaye a:nth-child(2){
    margin-left: 60px;
}
.nyshow .nytitle{
    line-height: 40px;
}

.nyshow .nytitle.nytitle::after{
    display: none;
}


.xiashujigou .content{
    overflow: hidden;
}
.xiashujigou .content ul li{
    float: left;
    width: 580px;
}
.xiashujigou .content ul li:nth-child(even){
    float: right;
}
.xiashujigou .content ul li:hover{
    background: #0C5197;
}
.xiashujigou .content ul li:hover a{
    color: #fff;
}

.subnav2{
    text-align: center;
    margin-top: 30px;
}
.subnav2 ul li{
    display: inline-block;
    margin: 0 10px;
}
.subnav2 ul li a{
    font-size: 16px;
    color: #666666;
    padding: 10px 20px;
    border-radius: 50px;
    background: #F4F4F4;
    display: inline-block;
}
.subnav2 ul li:hover a,
.subnav2 ul li.cur a{
    background: #0C5197;
    color: #fff;
}

.nylicheng{
    background: url(../images/nylicheng_bg.jpg) no-repeat bottom center;
    padding-bottom: 203px;
    margin-bottom: 10px;
}
.nylicheng .content{
    position: relative;
    border-bottom: solid 3px #0C5197;
    margin-top: 100px;
    padding-bottom: 30px;
}
.nylicheng .content .swiper-container{
    width: 1100px;
    margin: auto;
    overflow: hidden;
}
.nylicheng .content .swiper-container .swiper-slide{
    border-right: solid 1px #0C5197;
    border-left: solid 1px #0C5197;
    padding: 0 30px;
    height: 277px;
    position: relative;
    bottom: -163px;
    transition: all .5s;
}
.nylicheng .content .swiper-container .swiper-slide:hover{
    bottom: 0;
}
.nylicheng .content .swiper-container .swiper-slide:first-child{
    border-left: solid 1px #0C5197;
}
.nylicheng .content .swiper-container .swiper-slide h4{
    color: #898989;
    font-size: 36px;
    font-family: 'arial';
}
.nylicheng .content .swiper-container .swiper-slide:hover h4{
    color: #005ca1;
}
.nylicheng .content .swiper-container .swiper-slide p{
    color: #898989;
    font-size: 16px;
    line-height: 20px;
    padding-top: 30px;
}

@media (max-width:1199px){
    body{
        max-width: 640px;
        margin: auto;
    }
    .container{
        width: 95%;
    }
    .pc{
        display: none;
    }
    .mobile{
        display: block;
    }
    .h100{
        height: auto;
    }

    /* 头部 */
    #header {
        position: relative;
        background:white;
        overflow:hidden;
    }
    #header .menu {
        float:left;
        padding:.22rem 0 .22rem .28rem;
    }
    #header .menu span {
        width:1.5rem;
        height:1.5rem;
        background:url(menu.jpg) no-repeat;
        background-size:100% 100%;
        display:block;
    }
    .text-hide {
        font:0/0 a;
        color:transparent;
        text-shadow:none;
        background-color:transparent;
        border:0;
    }
    #header .aaa1 {
        float:right;
        width:2rem;
        height:2rem;
    }
    #header .aaa1 img {
        max-width:100%;
    }
    #header .nav {
        float:right;
        padding:.7rem .58rem .22rem 0;
    }
    #header .nav span {
        display:inline-block;
        width:1.25rem;
        height:1.25rem;
        background:url(menu.jpg) no-repeat;
        background-size:100% 100%;
        display:block;
    }
    #header .logo {
        width:70%;
        float:left;
        margin:15px 0;
    }
    #header .logo img{
        max-width: 100%;
    }
    .dl-menuwrapper button {
        border: 0;
        width: 18px;
        height: 18px;
        text-indent: -900em;
        overflow: hidden;
        position: absolute;
        top: 50%;
        right: 3%;
        transform: translate(0,-50%);
        cursor: pointer;
        outline: 0;
        background: url(../images/icon_menu.png) no-repeat;
        background-size: auto;
        background-size: 100%;
    }
    #header {
        width:100%;
        position: relative;
    }
    #header .inner {
        position:fixed;
        width:100%;
        height:2.5rem;
        left:0;
        top:0rem;
        padding:0.5rem 2%;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        z-index:90;
        overflow:hidden;
        background-color:#000;
    }
    #header .logo {
        float:left;
    }
    #header .logo img {
        display:block;
        max-width:100%;
    }
    #header .menuIcon {
        position:absolute;
        right:2%;
        top:0.5rem;
        height:1.5rem;
    }
    #header .title {
        font-size:0.17rem;
        line-height:0.34rem;
    }
    #header .back {
        position:absolute;
        left:4%;
        top:0;
        height:0.22rem;
        display:block;
    }
    #header .back img {
        height:100%;
        padding-top:0.14rem;
        display:block;
    }
    .wnav {
        width:100%;
        height:100%;
        display:none;
        position:fixed;
        left:0;
        z-index:9999;
        top:0rem;
    }
    .mobile .nav ul {
        width:100%;
        height:auto;
        float:left;
        display:inline;
        overflow:hidden;
    }
    .mobile .nav li {
        width:98%;
        height:40px;
        border-bottom:1px dashed #fff;
        float:left;
        display:inline;
        overflow:hidden;
        font:14px/40px Arial;
        padding-left:2%;
        text-transform:uppercase;
        color:#FFF
    }
    .mobile .nav li b {
        font-weight:normal;
        font:9px/40px Arial,;
        padding-left:5px;
    }
    .mobile .nav a {
        color:#fff;
    }
    .mobile .nav li strong {
        width:12px;
        height:13px;
        float:right;
        padding-right:10px;
        padding-top:10px;
    }
    .side-box {
        position:fixed;
        top:0px;
        width:300px;
        right:-300px;
        height:100%;
        overflow-x:hidden;
        overflow-y:auto;
        z-index:9999;
        color:rgba(0,0,0,1);
        transition:right .4s cubic-bezier(0.215,0.61,0.355,1);
        -moz-transition:right .4s cubic-bezier(0.215,0.61,0.355,1);
        -ms-transition:right .4s cubic-bezier(0.215,0.61,0.355,1);
        -o-transition:right .4s cubic-bezier(0.215,0.61,0.355,1);
        -webkit-transition:right .4s cubic-bezier(0.215,0.61,0.355,1);
    }
    .side-cut {
        position:relative;
        width:284px;
        float:right;
    }
    body.open .side-shadow {
        opacity:1;
        visibility:visible;
    }
    body.open .side-box {
        width:200%;
        right:0;
    }
    .side-bin {
        width:100%;
        background: #fff;
        height:100vh;
        z-index:2;
        position:relative;
        transition:.3s .1s;
        -moz-transition:.3s .1s;
        -ms-transition:.3s .1s;
        -o-transition:.3s .1s;
        -webkit-transition:.3s .1s;
    }
    .side-nav>ul {
        display:block;
        padding:0;
        margin:0;
        list-style:none;
    }
    .nav-first>a:before {
        content:'';
        position:absolute;
        right:0;
        top:0;
        width:0%;
        height:100%;
        background:#b81d22;
        z-index:2;
        transition:width .3s ease-in-out;
        -moz-transition:width .3s ease-in-out;
        -ms-transition:width .3s ease-in-out;
        -o-transition:width .3s ease-in-out;
        -webkit-transition:width .3s ease-in-out;
    }
    body.open .nav-first.active>a:before {
        width:100%;
        transition:width .3s 1s;
        -moz-transition:width .3s 1s;
        -ms-transition:width .3s 1s;
        -o-transition:width .3s 1s;
        -webkit-transition:width .3s 1s;
    }
    .nav-first>u {
        display:none;
    }
    .nav-first>i {
        display:none;
    }
    .nav-first>a {
        position:relative;
        z-index:3;
        display:block;
        padding:0 30px;
        line-height:50px;
        color:rgba(0,0,0,.9);
    }
    .nav-first>a:after {
        display:table;
        clear:both;
        content:''
    }
    .nav-first>a>i {
        float:left;
        position:relative;
        z-index:3;
        padding:0 15px 0 1px;
        line-height:70px;
        font-size:18px;
    }
    .nav-first>a>b {
        float:left;
        position:relative;
        z-index:3;
        font-size:16px;
        color: #aeaeae;
        font-weight: bold;
    }
    .side-nav>ul:hover>.nav-first.active>a {
        color:rgba(0,0,0,.9);
        transition:color .3s;
        -moz-transition:color .3s;
        -ms-transition:color .3s;
        -o-transition:color .3s;
        -webkit-transition:color .3s;
    }
    body.open .nav-first.active>a {
        color:rgba(255,255,255,1);
        transition:color .3s 1s;
        -moz-transition:color .3s 1s;
        -ms-transition:color .3s 1s;
        -o-transition:color .3s 1s;
        -webkit-transition:color .3s 1s;
    }
    .nav-first>a>p,.side-nav>ul:hover>.nav-first.active>a>p {
        position:absolute;
        top:50%;
        right:30px;
        color:rgba(255,255,255,1);
        background:rgba(0,0,0,.4);
        font-family:'AddFont';
        padding:6px;
        border-radius:50%;
        line-height:1;
        margin:0;
        font-size:12px;
        transform:translateY(-50%);
        -moz-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
        -o-transform:translateY(-50%);
        -webkit-transform:translateY(-50%);
        z-index:3;
        transition:.3s;
        -moz-transition:.3s;
        -ms-transition:.3s;
        -o-transition:.3s;
        -webkit-transition:.3s;
    }
    body.open .nav-first.active>a>p {
        color:#b81d22;
        background:rgba(255,255,255,.8);
        transition:.3s 1s;
        -moz-transition:.3s 1s;
        -ms-transition:.3s 1s;
        -o-transition:.3s 1s;
        -webkit-transition:.3s 1s;
    }
    .side-shadow {
        width:3999px;
        height:100%;
        background:rgba(0,0,0,.7);
        position:absolute;
        z-index:1;
        top:0;
        right:100%;
        opacity:0;
        visibility:hidden;
        transition:.3s;
        -moz-transition:.3s;
        -ms-transition:.3s;
        -o-transition:.3s;
        -webkit-transition:.3s;
    }
    .nav-first ul{
        display: none;
    }
    .nav-first>i {
        display:block;
        position:absolute;
        width:76px;
        height:50px;
        right:0;
        top:0;
        z-index:4;
        cursor:pointer;
    }
    .nav-first.mobile-active>i:before {
        background:rgba(255,255,255,1);
    }
    .nav-first>i:before {
        position:absolute;
        content:'';
        width:12px;
        height:2px;
        margin:-1px 0 0 -6px;
        transition:.3s;
        -moz-transition:.3s;
        -ms-transition:.3s;
        -o-transition:.3s;
        -webkit-transition:.3s;
        background:#b81d22;
        top:50%;
        left:50%;
        border-radius:2px;
        display: none;
    }
    .nav-first>i:after {
        position:absolute;
        content:'';
        height:12px;
        width:2px;
        margin:-6px 0 0 -1px;
        transition:.3s;
        -moz-transition:.3s;
        -ms-transition:.3s;
        -o-transition:.3s;
        -webkit-transition:.3s;
        background:#b81d22;
        left:50%;
        top:50%;
        border-radius:2px;
        display: none;
    }
    .nav-first.active>i:before,.nav-first.active>i:after,.nav-first:hover>i:before {
        background:rgba(255,255,255,1);
    }
    .nav-first:hover>i:after {
        background:rgba(255,255,255,1);
    }
    .nav-first.mobile-active>a:before {
        width:100%;
    }
    .nav-first.mobile-active>a>i,.nav-first.mobile-active>a>b {
        color:rgba(255,255,255,1);
    }
    .nav-first.mobile-active>a>p {
        color:rgba(255,255,255,1);
    }
    .nav-first.mobile-active>ul {
        padding:1px 0 0 0;
        height:auto;
        display: block;
    }
    .nav-first.mobile-active>i:before {
        background:rgba(255,255,255,1);
    }
    .nav-first.mobile-active>i:after {
        display:none;
    }
    .nav-second {
        margin:0 0 1px 0;
        list-style:none;
        padding:0;
    }
    .nav-second>ul {
        list-style:none;
        margin:0;
        padding:0;
    }
    .nav-second>a {
        padding:0 30px;
        line-height:40px;
        display:block;
        position:relative;
    }
    .nav-second>a>b {
        display:block;
        font-size:14px;
        font-weight:normal;
        color: #aeaeae;
        position:relative;
        z-index:1;
        transition:.3s;
        -moz-transition:.3s;
        -ms-transition:.3s;
        -o-transition:.3s;
        -webkit-transition:.3s;
    }
    .nav-second>ul {
        list-style:none;
        margin:0;
        padding:0;
    }
    .nav-second>ul:after {
        display:block;
        content:'';
        clear:both;
    }
    .nav-third {
        display:block;
        line-height:none;
        padding:1px 0 0 0;
        margin:0 30px;
    }
    .nav-third>a {
        padding:0 30px;
        line-height:50px;
        margin-bottom:1px;
        background:rgba(0,0,0,.08);
        display:block;
        position:relative;
    }
    .nav-third>a>b {
        display:block;
        font-weight:normal;
        color:rgba(0,0,0,.9);
    }
    .nav-third>a:after {
        background:#b81d22;
        content:'';
        width:0;
        height:100%;
        position:absolute;
        z-index:0;
        top:0;
        left:0;
        transition:.3s;
        -moz-transition:.3s;
        -ms-transition:.3s;
        -o-transition:.3s;
        -webkit-transition:.3s;
    }
    .nav-third>a>b {
        position:relative;
        z-index:1;
        color:rgba(255,255,255,1);
        font-weight:normal;
        transition:.3s;
        -moz-transition:.3s;
        -ms-transition:.3s;
        -o-transition:.3s;
        -webkit-transition:.3s;
    }
    .nav-third:hover>a:after {
        width:100%;
    }
    .nav-third:hover>a>b {
        color:rgba(255,255,255,1);
    }
    /* 头部结束 */
    
    .index_banner .swiper-pagination{
        bottom: .5rem;
    }
    .index_banner .swiper-pagination .swiper-pagination-bullet{
        width: .3rem;
        height: .3rem;
    }
    .index_banner .swiper-pagination .swiper-pagination-bullet-active{
        width: .9rem;
    }

    .dd .container{
        width: 100%;
    }
    .dd ul li{
        width: 50%;
    }
    .index_main1{
        padding: 1rem 0;
    }
    .index_main1 .left{
        width: 100%;
    }
    .index_main1 .left .swiper-slide .pic img{
        height: 9rem;
    }
    .index_main1 .left .swiper-slide .txt h4{
        width: 50%;
    }
    .index_main1 .right{
        width: 100%;
        padding-top: .5rem;
    }
    .index_main1 .right .bd ul .list a p{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 80%;
    }
    .index_main1 .right .bd ul .list a .time{
        width: 20%;
        text-align: right;
    }

    .index_main2{
        padding: 1rem 0;
    }
    .index_main2 .txt{
        width: 100%;
    }
    .index_main2 .pic{
        width: 100%;
        padding-top: .5rem;
    }

    .index_main3{
        padding: 1rem 0;
    }
    .index_main3 .content ul li{
        width: 49%;
        height: 4.55rem;
        margin-left: 0;
    }
    .index_main3 .content ul li:nth-child(odd){
        margin-left: 2%;
    }
    .index_main3 .content ul li:first-child{
        width: 100%;
        height: auto;
        margin-left: 0;
    }
    .index_main3 .content ul li .txt{
        font-size: 16px;
        padding-left: 0;
        text-align: center;
    }

    .footer{
        padding-top: 1rem;
    }
    .footer .links{
        width: 100%;
    }
    .footer .links a:nth-child(2){
        margin-top: .5rem;
    }
    .footer .contact{
        width: 100%;
        padding-top: 1rem;
    }
    .footer .contact p:nth-child(2){
        margin-top: .5rem;
    }
    .footer .erweima{
        width: 100%;
        padding-top: 1rem;
        display: none;
    }
    .footer .copyright{
        line-height: 26px;
        padding: .5rem 0;
        font-size: 14px;
    }
    .footer .copyright a{
        display: block;
    }

    .subnav{
        display: none;
    }
    .subnav .left{
        height: auto;
        line-height: 1;
        padding: .5rem 0;
        display: none;
    }
    .subnav .right{
        padding: .5rem 0;
        float: left;
        width: 100%;
    }
    .subnav .right ul li{
        width: 33%;
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
        padding: .25rem 0;
        text-align: center;
    }
    .nytitle{
        margin-top: 1rem;
    }
    .nypage .content{
        margin-top: 1rem;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 1rem;
    }

    .nyproduct{
        margin-bottom: 1rem;
    }
    .nyproduct .content ul li{
        width: 49%;
        margin-left: 0;
        margin-top: .5rem;
    }
    .nyproduct .content ul li:nth-child(even){
        margin-left: 2%;
    }
    .nyproduct .content ul li .pic img{
        height: 7.275rem;
    }
    .nyproduct .content ul li .txt h4{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .nyshow .shangxiaye a{
        width: 100%;
    }
    .nyshow .shangxiaye a:nth-child(2){
        margin-left: 0;
        margin-top: .5rem;
    }
    .xiashujigou .content ul li{
        width: 49%;
    }

    .nylist{
        margin-bottom: 1rem;
    }
    .nylist .content ul li{
        height: 2.6rem;
        line-height: 2.6rem;
    }
    .nylist .content ul li a{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .nynews .content ul li{
        padding: .5rem 0;
    }
    .nynews .content ul li .pic{
        width: 30%;
    }
    .nynews .content ul li .txt{
        width: 70%;
        padding-right: 0;
        padding-left: 2.5%;
    }
    .nynews .content ul li .txt h4{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .nynews .content ul li .txt span{
        display: none;
    }
    .nynews .content ul li .txt p{
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        padding-top: .5rem;
    }
    .nynews .content ul li .txt i{
        display: none;
    }
    .pages{
        margin-top: 1rem;
    }
    .nynews{
        margin-bottom: 1rem;
    }
    
    .nycontact .content{
        margin-bottom: 1rem;
    }
    .nycontact .content .info{
        margin-top: 1rem;
    }
    .nycontact .content .info ul li{
        width: 100%;
    }
    .nycontact .content .info ul li .fl{
        width: 20%;
    }
    .nycontact .content .info ul li .fr{
        width: 79%;
        margin-left: 1%;
    }
    .nycontact .content .info ul li .fr span{
        font-size: 16px;
    }
    .nycontact .content .info ul li{
        margin-left: 0;
        margin-top: .5rem;
    }
    .nycontact .content #map{
        margin-top: 1rem;
        height: 15rem !important;
    }
    table{
        width: 100% !important;
    }
    .fzlc{
        width: 100% !important;
        padding-left: 0 !important;
        padding-top: .5rem;
    }
    .fzlc span{
        width: 100% !important;
    }
}