/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}

input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}

p{margin:0;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}

.com-img{ overflow:hidden;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.roll_product {float: left;}

/*头部样式*/
.top1{background:#e6e6e6;color:#595959;height:27px;line-height:27px;overflow:hidden;font-size:14px;}
.top1 a{color:#595959;}

/*主体样式*/

/*内页左侧样式*/
.page-product-inquiry a{color: #fff;}

.w-100{
    width: 100%;
}
.index1{
    padding: 40px 0 0;
}
.index1p1 i{
    font-size: 42px;
    color: #CBCBCB;
}
.intit{
    font-size: 40px;
    color: #3E3E3E;
    font-weight: bold;
}
.insubtit{
    font-size: 22px;
    color: #3E3E3E;
    position: relative;
    margin-bottom: 45px;
}
.insubtit::after{
    content: '';
    width: 3.2em;
    height: 3px;
    background-color: #04658F;
    position: absolute;
    left: 50%;
    margin-left: -1.6em;
    bottom: -25px;
}
.index1p3{
    font-size: 16px;
    color: #696969;
    line-height: 2;
    margin-bottom: 80px;
}
.index1item{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-size: 16px;
    color: #474747;
}
.index1item i{
    font-size: 90px;
    color: #7E7E7E;
    margin-right: 15px;
    display: inline-block;
    line-height: 1;
}
.index1wzp1{
    margin-bottom: 5px;
}
.index1wzp1 span{
    font-size: 60px;
    margin-right: 10px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    display: inline-block;
    line-height: 1;
}
.index1nav{
    margin: 100px 0px 70px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
}
.index1nav a{
    display: inline-block;
    padding: 15px 30px;
    font-weight: bold;
    color: #002852;
    font-size: 18px;
    border-radius: 5px;
    background-color: #fff;
    transition: all 0.5s;
}
.index1nav span{
    color: #A00025;
}
.index1nav a:hover{
    background-color: #002852;
    color: #fff;
}
.index1nav a:hover span{
    color: #fff;
}
.index1nav a.act,.index1nav a.act span{
    background-color: #002852;
    color: #fff;
}
.index1con2{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.in1block{
    width: 33.3%;
}
.in1block a{
    position: relative;
    display: block;
}
.in1blockimg img{
    width: 100%;
}
.in1info{
    text-align: center;
    padding: 35px 0px;
    color: #002852;
    background-color: #F0F0F0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 76%;
    border-radius: 0 0 20px 0;
    transition: ease-in-out .5s;
}
.in1infop1{
    font-size: 18px;
    font-weight: bold;
}
.in1infop2{
    font-size: 16px;
    margin-top: 0px;
    transform: scale(0);
    transition: all 0.5s;
}
.in1info .iconfont{
    position: absolute;
    font-size: 48px;
    color: #BE1C42;
    display: inline-block;
    line-height: 1;
    top: 0;
    right: 0;
    transform: translate(80%,-80%);
}
.in1block:hover .in1info{
    padding: 65px 0px;
    background-color: rgba(0,40,82,0.75);
    color: #fff;
}
.in1block:hover .in1infop2{
    transform: scale(1);
    margin-top: 10px;
}
.index2{
    padding: 135px 0px 155px;
}
.index2p2{
    margin-bottom: 65px;
}
.index2top a,.index2bot a{
    display: block;
    position: relative;
    overflow: hidden;
}
.index2top,.index2bot{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index2 img{
    transition: all 0.5s;
}
.index2bot{
    margin-top: 20px;
}
.index2item:nth-child(1){
    width: 66%;
}
.index2item:nth-child(2){
    width: 32.3%;
}
.index2item2{
    width: 32.3%;
}
.index2zz{
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 0px 65px;
    color: #fff;
    transform: translateY(-50%);
}
.index2item:hover img,.index2item2:hover img{
    transform: scale(1.2);
}
.index2itemp1{
    font-size: 26px;
}
.index2itemp1 span{
    font-size: 56px;
    font-weight: bold;
    display: inline-block;
    line-height: 1.2;
}
.index2itemp2{
    font-size: 20px;
    font-weight: bold;
}
.index2itemp3{
    font-size: 10px;
    text-transform: uppercase;
    margin: 5px 0px 25px;
}
.index2itemp4 i{
    font-size: 36px;
    display: inline-block;
    line-height: 1;
}
.index3{
    padding: 0px 0px 80px;
    background: url('../images/index3.jpg') no-repeat top left; 
    color: #fff;
    background-size: auto 100%;
    position: relative;
}
.index3con{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.index3left{
    width: 30%;
    padding-top: 200px;
}
.index3p1{
    font-size: 44px;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
}
.index3p1::before{
    content: '';
    width: 2.5em;
    height: 4px;
    background-color: #fff;
    position: absolute;
    left: 0.2em;
    top: -30px;
}
.index3p2{
    font-size: 40px;
    font-weight: bold;
}
.index3left ul{
    margin-top: 40px;
}
.index3left ul li{
    margin-bottom: 50px;
}
.index3left ul li:nth-last-child(1){
    margin-bottom: 0;
}
.index3left ul li div{
    padding-left: 40px;
    position: relative;
    line-height: 2;
    font-size: 18px;
}
.in3lip2{
    font-size: 16px;
}
.in3lip1{
    position: relative;
}
.in3lip1::before{
    content: '';
    width: 30px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
}
.index3right{
    width: 70%;
    padding: 180px 90px 0px 55px;
    position: relative;
}
.index3zz{
    position: absolute;
    left: 0;
    top: 0;
}
.index3right div{
    position: relative;
    z-index: 2;
}
.index3rtp1{
    font-size: 44px;
    font-family: 'Times New Roman', Times, serif;
    line-height: 1;
}
.index3rtp2{
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0px 50px;
}
.index3rtp3{
    font-size: 22px;
    font-weight: bold;
}
.index3rtp4,.index3rtp5{
    font-size: 16px;
    line-height: 2.4;
    text-indent: 2em;
}
.index3rtp4{
    margin-top: 160px;
}
.index3rtp5{
    margin-bottom: 45px;
}
.index3right a{
    display: inline-block;
    padding: 12px 50px;
    font-size: 16px;
    color: #fff;
    border:1px solid #fff;
    border-radius: 25px;
}
.index4{
    padding-top: 80px;
}
.index4 img{
    transition: ease-in-out 0.5s;
}
.index4bot{
    margin-top: 0;
    margin-bottom: 20px;
}
.index4zz{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,59,104,0.8);
    transform: scale(0);
    transition: .5s;
}
.index2item2:hover .index4zz,.index2item:hover .index4zz{
    transform: scale(1);
}
.index5{
    padding: 70px 0px 95px;
}
.index5p3{
    margin-bottom: 0;
}
.index6{
    padding: 0px 0px 90px;
    background: url('../images/index6.jpg') no-repeat center;
    background-size: cover;
}
.in6nav{
    padding: 25px 0px;
    background-color: #F9F9F9;
    display: flex;
    display: -webkit-flex;
    margin-top: -45px;
    margin-bottom: 80px;
}
.in6menu{
    width: 25%;
    text-align: center;
    color: #484848;
    padding: 10px 0px 15px;
    border-right: 1px solid #E5E1E1;
    cursor: pointer;
}
.in6menu:hover{
    color: #0075EF;
}
.in6menu.act{
    color: #0075EF;
}
.in6menup1{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px ;
}
.in6menup2{
    font-size: 22px;
}
.in6menup2 span{
    font-size: 14px;
    text-transform: uppercase;
}
.index6con{
    position: relative;
}
.index6con .iconfont{
    color: #fff;
    font-size: 24px;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background-color: #CD0D14;
    position: absolute;
    top: 50%;
    left: 54.5%;
    border-radius: 45px;
    transform: translate(-50%,-50%);
    z-index: 9;
    cursor: pointer;
}
.index6con .iconfont::after{
    z-index:-1;
    content:"";
    position:absolute;
    left:0px;
    top:0px;
    width:90px;
    height:90px;
    -webkit-animation:ripple 1.6s ease-out infinite;
    -moz-animation:ripple 1.6s ease-out infinite;
    opacity:0;
    background-image:-moz-linear-gradient(0deg,#CD0D14 0,#CD0D14 100%);
    background-image:-webkit-linear-gradient(0deg,#CD0D14 0,#CD0D14 100%);
    border-radius:100%
}
@keyframes ripple {
    0%,
    35% {
      -webkit-transform:scale(0);
      -moz-transform:scale(0);
      -ms-transform:scale(0);
      -o-transform:scale(0);
      transform:scale(0);
      opacity:1
    }
    50% {
      -webkit-transform:scale(1.5);
      -moz-transform:scale(1.5);
      -ms-transform:scale(1.5);
      -o-transform:scale(1.5);
      transform:scale(1.5);
      opacity:.8
    }
    100% {
      opacity:0;
      -webkit-transform:scale(2);
      -moz-transform:scale(2);
      -ms-transform:scale(2);
      -o-transform:scale(2);
      transform:scale(2)
    }
  }
.index6list{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.index6img{
    width: 54.5%;
}
.index6des{
    width: 45.5%;
    padding-left: 8%;
    padding-right: 10%;
    color: #fff;
    font-size: 16px;
}
.index6desp1 span{
    font-weight: bold;
    font-size: 22px;
}
.index6desp2{
    line-height: 2;
    margin-top: 20px;
}
.index7{
    padding: 100px 0px 175px;
    background: url('../images/index7.jpg') no-repeat center;
    background-size: cover;
}
.index7p3{
    margin-bottom: 0;
    font-size: 18px;
    color: #282828;
}
.index7p4{
    margin: 15px 0px 35px;
    text-align: center;
}
.index7p4 a{
    display: inline-block;
    padding: 6px 28px;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    transition: all 0.5s;
    background-color: #003B68;
    margin: 0px 10px;
}
.index7p4 a:hover{
    background-color: #C70000;
}
.new-img{
    border-radius: 5px;
}
.new-show .new-con a:hover .new-img img,.x-news-img:hover img{
    transform: none;
}
.newicon{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    font-size: 16px;
    color: #505050;
    align-items: center;
}
.newicon i{
    font-size: 32px;
    color: #929292;
}
.mw-100{
    max-width: 100%;
}
.index9{
    padding: 0px 0px 140px;
    background-color: #282828;
    color: #fff;
}
.lxcon{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    position: relative;
    transform: translateY(-50%);
    margin-bottom: 70px;
}
.lxlist{
    width: 32%;
    color: #000;
    padding: 35px 0px 35px 120px;
    border-radius: 10px;
    font-size: 16px;
    position: relative;
    transition: all .5s;
    cursor: pointer;
}
.lxlist:nth-child(1){
    background: #fff url('../images/location.png') no-repeat 40px center;
}
.lxlist:nth-child(2){
    background: #fff url('../images/call.png') no-repeat 40px center;
}
.lxlist:nth-child(3){
    background: #fff url('../images/sms.png') no-repeat 40px center;
}
.lxlist:nth-child(1):hover{
    background: #C70000 url('../images/location.png') no-repeat 40px center;
    color: #fff;
}
.lxlist:nth-child(2):hover{
    background: #C70000 url('../images/call.png') no-repeat 40px center;
    color: #fff;
}
.lxlist:nth-child(3):hover{
    background: #C70000 url('../images/sms.png') no-repeat 40px center;
    color: #fff;
}
.lxlistp1{
    font-size: 20px;
    margin-bottom: 5px;
}
.index9 a{
    color: #fff;
}
.dbleft{
    width: 35%;
}
.dbleftp1{
    margin: 20px 0px 45px;
    font-size: 16px;
}
.dbleft a{
    display: inline-block;
    font-size: 16px;
    padding: 12px 50px;
    border-radius: 5px;
    background-color: #C70000;
}
.dbright{
    width: 60%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.dbitem{
    padding: 0px 1rem;
}
.dbitem:nth-last-child(1){
    text-align: left;
}
.dbitemtitle{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.dbitem li,.dbitem li a{
    display: block;
    font-size: 16px;
    line-height: 2;
}
.incopyright .container,.incopyright a{
    color: #fff;
    font-size: 18px;
}
.incopyright{
    padding: 25px 0px;
    background-color: #000;
}

.x-menu > li.langcheck a{
    font-size: 22px;
    color: #fff;
}
.r_nav{
	width: 36px;
	transition: 0.5s;
	cursor: pointer;
    margin: auto;
}
.r_nav div{
	width: 100%;
	height: 4px;
	background: #363D4D;
	margin-bottom: 6px;
	animation: bian 1s infinite linear;
}
.r_nav div.r_nav_one{
	animation-delay: 0.2s;
    background-color: #FF4848;
}
.r_nav div.r_nav_two{
	animation-delay: 0.1s;
	margin-bottom: 0;
}
@keyframes bian{
	0%{width: 100%;}

	50%{width: 50%;}
	
	100%{width: 100%;}
}
/* 侧边导航 */
.rtmenu{
    position: fixed;
    right: -280px;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255,.9);
    width: 280px;
    z-index: 999;
    transition: all 0.5s;
  }
  .rtmenu.active{
    right: 0;
  }
  .rtmenutop img{
    display: block;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .rtmenutop img:nth-last-child(1){
    margin-bottom: 0;
  }
  .rtnav ul li{
    margin-bottom: 1rem;
    text-align: center;
  }
  .rtnav ul li a{
    display: inline-block;
    padding: 7px 0px;
    min-width: 8em;
    font-size: 16px;
    color: #343434;
    border-radius: 18px;
    transition: all 0.2s;
  }
  .rtnav ul li.active a{
    color: #fff;
    background-color: #C70000;
  }
  .rtnav ul li a:hover{
    color: #fff;
    background-color: #C70000;
  }
  .rtbot{
    text-align: center;
  }
  .rtbotp2{
    font-size: 16px;
    color: #282828;
  }
  .rtbotp2 span{
    color: #fff;
    background-color: #C70000;
    font-size: 20px;
    padding: 3px 15px;
    margin-top: 7px;
    display: inline-block;
  }
  .slidenav{
    height: calc(100% - 71px);
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0px 13px;
  }
  .rttop{
    padding-top: 28px;
    text-align: right;
  }
  .rttop i{
    display: inline-block;
    width: 60px;
    height: 31px;
    padding: 4px 17px;
    background-color: #C70000;
    border-radius: 15px;
    cursor: pointer;
    vertical-align: middle;
  }
  .rttop i::after{
    background-position: -30px -210px;
  }
  .navbtn{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 20px 0px 30px;
    cursor: pointer;
  }
  .navbtn:before{
    display: block;
    content:"";
    margin: 13px 0px;
    width: 30px;
    height: 2px;
    background: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navbtn:after{
    display: block;
    content:"";
    width: 30px;
    margin: 13px 0px;
    height: 2px;
    background: #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navbtn:after,.navbtn:before {
    content: '';
    -webkit-transform-origin: 15%;
            transform-origin: 15%;
  }
   .banzz{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
  }
  .banzzp1{
    font-size: 22px;
  }
  .banzzp2{
    font-size: 48px;
    font-weight: bold;
    margin: 15px 0px 10px;
  }
  .banzzp3{
    font-size: 24px;
    text-transform: capitalize;
    padding-bottom: 30px;
    position: relative;
  }
  .banzzp3::after{
    content: '';
    width: 4em;
    height: 4px;
    background-color: #C20028;
    position: absolute;
    left: 50%;
    margin-left: -2em;
    bottom: 0px;
  }
  .form-control {
  height: 42px;
}
textarea::placeholder {
  line-height: 1.6;
}

@media only screen and (max-width: 1400px) {
    .index1p1 i {
        font-size: 32px;
    }
    .intit {
        font-size: 30px;
    }
    .insubtit {
        font-size: 20px;
        margin-bottom: 35px;
    }
    .insubtit::after {
        bottom: -18px;
    }
    .index1p3 {
        font-size: 15px;
        margin-bottom: 60px;
    }
    .index1item {
        font-size: 15px;
    }
    .index1item i {
        font-size: 64px;
    }
    .index1wzp1 span {
        font-size: 48px;
    }
    .index1nav a {
        font-size: 16px;
    }
    .index1nav {
        margin: 70px 0px 70px;
    }
    .in1info .iconfont {
        font-size: 36px;
    }
    .in1info {
        padding: 20px 0px;
    }
    .in1infop1 {
        font-size: 16px;
    }
    .in1infop2 {
        font-size: 14px;
    }
    .in1block:hover .in1info {
        padding: 45px 0px;
    }
    .index2 {
        padding: 60px 0px 85px;
    }
    .index2p2 {
        margin-bottom: 50px;
    }
    .index2itemp1 {
        font-size: 18px;
    }
    .index2itemp1 span {
        font-size: 32px;
    }
    .index2itemp2 {
        font-size: 16px;
    }
    .index2itemp4 i {
        font-size: 24px;
    }
    .index3 {
        padding: 0px 0px 80px;
        background-size: 100% 100%;
    }
    .index3p1 {
        font-size: 28px;
    }
    .index3p1::before {
        height: 2px;
        left: 0.1em;
        top: -30px;
      }
    .index3p2 {
        font-size: 28px;
    }
    .index3left {
        padding-top: 130px;
    }
    .index3left ul li div {
        font-size: 16px;
    }
    .index3right {
        width: 70%;
        padding: 100px 90px 0px 55px;
    }
    .index3rtp1 {
        font-size: 32px;
    }
    .index3rtp3 {
        font-size: 18px;
    }
    .index3rtp4 {
        margin-top: 130px;
    }
    .index3rtp4, .index3rtp5 {
        font-size: 15px;
    }
    .index3zz {
        width: 115%;
    }
    .index3right a {
        display: inline-block;
        padding: 10px 42px;
        font-size: 12px;
    }
    .index5 {
        padding: 70px 0px 45px;
    }
    .in6menup1 {
        font-size: 28px;
    }
    .in6menup2 span {
        font-size: 12px;
        text-transform: uppercase;
    }
    .in6menup2 {
        font-size: 18px;
    }
    .index6con .iconfont {
        font-size: 18px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .index6con .iconfont::after{
        width:60px;
        height:60px;
    }
    .index6desp1 span {
        font-weight: bold;
        font-size: 18px;
    }
    .index6des {
        font-size: 15px;
    }
    .index7 {
        padding: 60px 0px 120px;
    }
    .index7p3{
        margin-bottom: 20px;
    }
    .index7p4 a {
        padding: 5px 25px;
        font-size: 16px;
    }
    .new-show .new-con a .new-img span{
        left: 20px;
        color: #fff;
        font-size: 12px;
        padding: 10px 25px;
    }
    .new-show .new-con a .new-text {
        padding: 45px 15px 15px;
        background-color: #F5F8FE;
    }
    .new-show .new-con a .new-text h3 {
        font-size: 18px;
    }
    .new-show .new-con a .new-text p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .lxlist {
        padding: 35px 0px 35px 95px;
    }
    .lxlist {
        color: #000;
        font-size: 15px;
        cursor: pointer;
    }
    .lxlistp1 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .lxlist:nth-child(1){
        background: #fff url('../images/location.png') no-repeat 25px center;
    }
    .lxlist:nth-child(2){
        background: #fff url('../images/call.png') no-repeat 25px center;
    }
    .lxlist:nth-child(3){
        background: #fff url('../images/sms.png') no-repeat 25px center;
    }
    .lxlist:nth-child(1):hover{
        background: #C70000 url('../images/location.png') no-repeat 25px center;
        color: #fff;
    }
    .lxlist:nth-child(2):hover{
        background: #C70000 url('../images/call.png') no-repeat 25px center;
        color: #fff;
    }
    .lxlist:nth-child(3):hover{
        background: #C70000 url('../images/sms.png') no-repeat 25px center;
        color: #fff;
    }
    .dbleftp1 {
        font-size: 15px;
    }
    .dbitem {
        padding: 0px 0rem;
    }
    .dbleft a {
        font-size: 14px;
    }
    .dbitemtitle {
        font-size: 17px;
    }
    .dbitem li, .dbitem li a {
        font-size: 15px;
    }
    .incopyright .container, .incopyright a {
        color: #fff;
        font-size: 14px;
    }
}

@media only screen and (max-width: 800px) {
    .index1 {
        padding: 25px 0 0;
    }
    .index1p1 i {
        font-size: 22px;
    }
    .intit {
        font-size: 18px;
    }
    .insubtit {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .insubtit::after {
        bottom: -12px;
    }
    .index1p3 {
        font-size: 14px;
        margin-bottom: 40px;
    }
    .index1item i {
        font-size: 42px;
    }
    .index1item {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .index1wzp1 span {
        font-size: 28px;
    }
    .index1nav {
        margin: 20px 0px 30px;
        flex-wrap: wrap;
    }
    .index1nav a {
        display: block;
        text-align: left;
        padding: 10px 30px;
        font-size: 15px;
        width: 100%;
        margin-bottom: 10px;
      }
    .in1block{
        width: 100%;
        margin-bottom: 10px;
    }
    .in1info {
        width: 85%;
    }
    .in1infop2 {
        font-size: 14px;
        margin-top: 5px;
        transform: scale(1);
    }
    .index2 {
        padding: 40px 0px 20px;
    }
    .index2item:nth-child(1) {
        width: 100%;
        margin-bottom: 10px;
    }
    .index2item:nth-child(2) {
        width: 100%;
    }
    .index2item2 {
        width: 100%;
        margin-bottom: 10px;
    }
    .index2zz {
        padding: 0px 30px;
    }
    .index2bot {
        margin-top: 10px;
    }
    .index2itemp1 {
        font-size: 14px;
    }
    .index2itemp1 span {
        font-size: 20px;
    }
    .index2itemp3 {
        margin: 5px 0px 10px;
    }
    .index2itemp4 i {
        font-size: 20px;
    }
    .index3 {
        padding: 0px 0px 40px;
    }
    .index3left{
        display: none;
    }
    .index3right {
        width: 100%;
        padding: 40px 10px 0px 0px;
    }
    .index3zz{
        display: none;
    }
    .index3rtp2 {
        font-size: 16px;
        font-weight: bold;
        margin: 15px 0px 35px;
    }
    .index3rtp3 {
        font-size: 15px;
        line-height: 2;
    }
    .index3rtp4, .index3rtp5 {
        font-size: 14px;
        line-height: 2;
    }
    .index3rtp4 {
        margin-top: 30px;
    }
    .index3rtp5 {
        margin-bottom: 25px;
    }
    .index4 {
        padding-top: 35px;
    }
    .index2p2{
        margin-bottom: 30px;
    }
    .index4bot {
        margin-bottom: 0px;
    }
    .index5 {
        padding: 35px 0px 45px;
    }
    .index1p3 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .in6menup1 {
        font-size: 18px;
    }
    .in6menup2 {
        font-size: 15px;
    }
    .in6menup2 span {
        font-size: 8px;
    }
    .in6nav {
        padding: 10px 0px;
    }
    .in6nav {
        margin-bottom: 40px;
    }
    .index6img{
        width: 100%;
    }
    .index6des{
        width: 100%;
        padding: 35px 15px 25px;
        color: #fff;
        font-size: 14px;
    }
    .index6desp1 span {
        font-weight: bold;
        font-size: 16px;
    }
    .index6desp2{
        line-height: 2;
        margin-top: 10px;
    }
    .index6 {
        padding: 0px 0px 30px;
    }
    .index6con .iconfont{
        display: none;
    }
    .index7 {
        padding: 35px 0px 30px;
    }
    .index7p4 a {
        padding: 5px 15px;
        font-size: 14px;
        margin: 0 2px;
    }
    .new-show .new-con a .new-text h3 {
        font-size: 16px;
    }
    .index9 {
        padding: 25px 0px 20px;
        background-color: #282828;
        color: #fff;
    }
    .lxcon{
        flex-wrap: wrap;
        transform: translateY(0%);
        margin-bottom: 0px;
    }
    .lxlist {
        width: 100%;
        padding: 15px 0px 15px 100px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .lxlistp1 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .incopyright{
        display: none;
    }
    .dbleft {
        display: none;
    }
    .dbright{
        display: none;
    }
}