*{
    margin: 0;
    padding:0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}
img{
    width: 100%;
    height:100%;
}
.head{
    width: 100%;
}
.head-top{
    width: 100%;
    height: 10px;
    background-color: rgba(29,104,184,1);
}
.head-auto{
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.head-list{
    display: flex;
    align-items: center;
}
.head-list li a{
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 50px;
    display: block;
    padding: 0 17px;
}
.head-list li a:hover{
    color: #df6a0a;
}

.head-search select {
height: 30px;
    border: 1px #ddd solid;
    color: #666;
font-size: 12px;
}
.head-search input {
    height: 30px;
    border: 1px #ddd solid;
    color: #666;
font-size: 12px;
}





.banner{
    width: 100%;
    height: 560px;
    background-size: 100% 100%;
}
.auto{
    width: 1200px;
    margin: 30px auto;
}
.auto-top{
    font-size: 14px;
    margin-bottom: 20px;
}
.auto-top i {
    color: #3b78d0;
    margin-right: 5px;
}
.auto-top a {
    color: #3b78d0;

}
.fiex-left{
    width: 230px;

}
.auto-fiex{
    display: flex;
    justify-content: space-between;
}
.fiex-left h3{
    width: 100%;
    line-height: 60px;
    background-color: rgba(59,120,208,1);
    padding-left: 20px;
    font-size: 20px;
    color: #fff;
}
.left-list{
    border:1px solid #f0f0f0;
    border-bottom: none;
}
.left-list a{
    display: block;
    padding-left: 10px;
    line-height: 46px;
    color: #000;
    border-bottom:1px solid #f0f0f0;
}
.fiex-right{
    width: 950px;
    padding: 10px;
}
.right-list{
   
}
.right-list li{
    width:208px;
    border:1px solid #f0f0f0;
    margin: 10px;
    float: left;
}
.right-list li a{
    color: #000;
}
.right-list li a p{
    padding-left: 10px;
    line-height: 30px;
    text-align: center;
}
.foot{
    margin-top: 30px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    justify-content: space-around;
    line-height: 60px;
    background: rgba(59,120,208,1);
    position: absolute;
    padding: 10px 0;
}
.foot a {
    color: #eee;
}
.screen{
    display: flex;
    width:100%;
    justify-content: space-between;
}
.screen-left{
    width:600px;
}
.exzoom_img_box{
    height: 400px !important;
}
.exzoom_img_ul_outer{
    height: 400px !important;
}
.exzoom_zoom_outer{
    height: 400px !important;
}
.exzoom_preview{
    width: 600px !important;
    height: 400px !important;
}
.screen-right{
    width: 580px;
}
.scr-text{
    padding: 20px 0;
    font-size: 15px;
}
.border-b{
    border-bottom: 1px dashed #f3f3f3;
}
.color1{
    color: #999;
}
.text-d{
    margin-top: 10px;
    padding-left: 20px;
}
.cont-top{
    background-color: rgba(255,102,0,1);
    color: #fff;
    font-size: 16px;
    width: 114px;
    line-height: 45px;
    text-align: center;
}
.conts{
    width: 100%;
    border: 1px solid #f0f0f0;
    padding:20px;
}
.cont-item1{
    background: url(../img/rBQBHVp6lWGEFCtFAAAAANS_AUQ180.jpg);
    width: 100%;
    height:400px;
    display: flex;
}
.item1-text{
    width:580px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 20px 0;
    margin: 50px 0 0 60px;
    color: #fff;
    line-height: 30px;
    height: 190px;
}
.cont-item2{
    width: 100%;
    display: flex;
    margin-top: 30px;
}
.item2-left{
    width: 439px;
}
.item2-right {
    padding: 50px 0 0 100px;
}
.item2-right h3{
    font-size: 26px;
    color: rgb(0, 51, 153);
    margin-bottom: 30px;
}
.item2-right p{
    font-size: 20px;
    line-height: 40px;
    color: #707070 !important;
}
.auto-items{
    background: #064db0;
    width: 100%;
    margin-bottom: 30px;
}
.auto-items a{
    width: 116px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    color: #fff;
}
.auto-items a:hover{
    background: #8fc31f;
}
.news-item{
    width: 100%;
}
.news-item li{
    padding: 10px;
    width: 100%;
    height: 159px;
    border: 1px solid #efefef;
    position: relative;
    background: #f7f7f7;
    margin-bottom: 20px;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
}
.news-item li a{
    display: flex;
    align-items: center;
}
.news-img{
    width: 200px;
    height: 130px;
}
.news-text{
    padding-left: 40px;
    width: 670px;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
}
.news-p1{
    color: #717171;
    font-size: 16px;
    margin-bottom: 20px;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
}
.news-p2{
    color: #717171;
    font-size: 14px;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    
}
.news-data{
    padding-left:90px;
    color: #717171;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
}
.datas{
    height: 26px;
    font-size: 19px;
    margin-bottom: 40px;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
}
.data-xq{
    width: 70px;
    line-height: 35px;
    text-align: center;
    color: #dedfe1;
    font-size: 14px;
    border-radius: 18px;
    text-align: center;
    border: 1px solid #dedfe1;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
}
.page{
    padding: 20px 0;
}
.news-item li:hover{
    box-shadow: 3px 3px 1px #f0f0f0;
}
.news-item li a:hover .news-text{
    padding-left: 60px;
}
.news-item li a:hover .news-data{
    padding-left: 120px;
}
.news-item li a:hover .news-data .data-xq{
    color: #fff;
    background: #707070;
}
.ic{
    width: 100%;
}
.ic-img{
    width: 100%;
    height: 1000px;
    margin-top: 20px;
    border:1px solid #f7f7f7;
    padding: 20px;
}
.title-h1{
    color: rgba(30,30,30,1);
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 10px;
}
.ic-title{
    color: #707070;
    font-size: 14px;
    line-height: 28px;
    padding: 40px 0;
    border-bottom: 1px solid #f7f7f7;
}
.ic-content {
    border: 1px solid #eee;
    padding: 10px 20px;
}
.ic-content p {
    font-size: 16px;
    padding: 8px 0;
    line-height: 28px;
    text-indent: 2em;
}
.ic-content p img {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
}

.ic-a{
    font-size: 14px;
    line-height: 28px;
    text-align: right;
    margin: 10px 0;
}
.ic-a a{
    color: #707070;
}
.const{
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #f7f7f7;
    line-height: 30px;
    font-size: 14px;
    color: #707070;
    text-indent:2em;
}
.const p {
    font-size: 16px;
    padding: 8px 0;
    line-height: 28px;
}
.const p img {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
}
.const h2 {

}
.const h3 {

}
.nn h1{
    color: rgba(30,30,30,1);
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}
.nn-cont{
    padding: 30px 0;
    border-top: 1px solid #f7f7f7;
}
.nn-cont h2,h3{
    color: rgba(30,30,30,1);
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding: 10px 0;
}
.nn-cont p{
    font-size: 16px;
    line-height: 28px;
    TEXT-ALIGN: justify;
    color: #707070;
    text-indent: 2em;
    padding: 5px 0;
}
.nn-cont p img {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
}
.nn-img{
    display: flex;
    justify-content: space-around;
}
.nn-img img{
    width: 370px;
}
.nn-float{
    display: flex;
    padding: 30px 0;
    border-top: 1px solid #f7f7f7;
}
.nn-left{
    width: 50%;
}

.nn-left h5{
    color: #000080;
    font-size: 14px;
    line-height: 28px;
    TEXT-ALIGN: justify;
}
.nn-left p{
    font-size: 14px;
    line-height: 28px;
    TEXT-ALIGN: justify;
    color: #707070;
    margin-top: 5px;
}
.nn-left p img {
margin-right: 25px;
    width: 150px;
}
.xiangmu-list li {
width: 31%!important;
}
.xiangmu-list li a img {
height: 192px;
}

.nn-left a{
    font-size: 14px;
    line-height: 28px;
    TEXT-ALIGN: justify;
    color: #000080;
}
.nn-right{
    width: 659px;
    height: 548px;
    border: 1px solid #f7f7f7;
}
.index-sol{
    width: 100%;
    height: 600px;
}
.video{
    width: 100%;
    height: auto;
}
.index-logo{
    width: 280px;
    height: 160px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}
.index-backs{
    padding-top: 50px;
}
.backs-text{
    width: 924px;
    color:#FFFFFF;
    font-size:14px;
    text-align:center;
    margin: 30px auto;
}
.index-border{
    margin: auto;
    width: 1100px;
    margin-top: 40px;

}
.index-border ul{
text-align: center;
}
.index-border ul li {
    display: inline-block;
    width: 25%;
    padding: 0 25px;
}
.index-border ul li a {
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.index-border ul li img{
    transition: 0.6s all;
    margin-bottom: 20px;
}
.index-border ul li img:hover{
    transform: rotate(360deg);
    
}


.index-about p {
    width: 1100px;
    color: #FFFFFF;
    font-size: 16px;
    margin: 0 auto;
    padding: 5px 0;
    text-indent: 2em;
    line-height: 32px;
}
.index-about .index-border{
    margin: auto;
    width: 1100px;
    margin-top: 24%;

}
.gongsi-name {
padding: 5px;
background: #0091d0;
border-radius: 10px;
display: block;
line-height: 24px;
}


@media only screen and (min-width: 768px) and (max-width: 1024px)
{
   .index-about .index-border {margin-top: 0;}
}

@media only screen and (min-width: 1025px) and (max-width: 1336px)
{
.index-about .index-border {margin-top: 0%;}
.index-backs {padding-top: 20px;}
.index-logo {margin-bottom: 15px; width: 190px; height: 100px;}
.index-about .index-border ul {width: 1000px; text-align: center; margin: 0 auto;}
.index-about .index-border ul li{padding: 0 45px;}
.index-about .index-border ul li img {height: auto!important;}
.index-border {margin-top: 20px; width: 900px;}
.index-xiangmu {margin-bottom: 20px!important;}
.index-xiangmu a p {padding: 5px!important; font-weight: normal!important;}
.index-borderss {margin-top: 10px!important; width: 1100px!important;}
.index-borderss li {margin-bottom: 10px!important; padding: 15px!important; height: 110px!important;}
.index-about .index-border ul li a {font-size: 15px!important;}
.index-about p {font-size: 15px; line-height: 28px;}
.index-about .index-border ul li {padding: 0 20px!important;}
.clink-more {padding-top: 0!important;}
.index-border li img {height: 110px!important;}
.index-borderss li img {height: 80px!important;}
.rig-b {margin-top: -20px!important;}
}

@media only screen and (min-width: 1337px) and (max-width: 1600px)
{
.index-about .index-border {margin-top: 10%;}
.index-backs {padding-top: 15px;}
.index-logo {margin-bottom: 10px;}
.index-border {margin-top: 20px;}
.index-xiangmu {margin-bottom: 20px!important;}
.index-xiangmu a p {padding: 10px 5px!important;}
.index-borderss {margin-top: 20px!important; width: 1100px!important;}
.index-borderss li {margin-bottom: 20px!important; padding: 20px!important; height: 140px!important;}
.index-borderss li img {height: 90px!important;}
.rig-b {margin-top: 0!important;}
.index-border li img {height: 175px!important;}
.index-about p {font-size: 18px; line-height: 30px;}
}

@media only screen and (min-width: 1601px) and (max-width: 1920px)
{
.index-about .index-border {margin-top: 8%;}
.index-backs {padding-top: 30px;}
.index-border {width: 1100px!important;}
.index-borderss {width: 1200px!important;}
.index-about p {font-size: 18px!important;}
.index-borderss li {margin-bottom: 30px!important;}
}

@media only screen and (min-width: 1921px)
{
.index-borderss {width: 1200px!important;}
.index-about .index-border {margin-top: 20%;}

}
.index-about .index-border ul li {
    display: inline-block;
    width: 20%;
    padding: 0 25px;
}
.index-about .index-border ul li a {
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.index-about .index-border ul li img{
    transition: 0.6s all;
    margin-bottom: 20px;
}
.index-about .index-border ul li img:hover{
    transform: rotate(360deg);
    
}

.index-xiangmu {
    width: 33%;
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 30px;
}
.index-xiangmu img {
    width: 100%;
    height: auto;
}
.index-xiangmu a p {
    padding: 20px 5px;
    text-align: center;
    background: #eaeaea;
    margin-top: -4px;
    color: #333;
    font-weight: bold;
}

.clink-more {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
}
.clink-more a{
    padding: 10px 20px;
    background: #0091d0;
    color: #fff;
    border-radius: 20px;
}
.clink-more a:hover{
    
}


.swiper-slide{
    position: relative;
}
.tc{
    width: 28px;
    height: 311px;
    position: absolute;
    top: 30%;
    left: 5%;
    display: block;
}
.index-lists{
    text-align: center;
    margin: auto;
    overflow: hidden;
    margin: 20px 0;
}
.index-lists a{
    background-color: rgba(9,100,158,1);
    color: #fff;
    width: 154px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    margin-right: 1px;
}

.index-border li img{
    width: 100%;
    height: auto;
}
.index-lists a:hover{
    background-color: rgba(104,164,205,1);
}
.index-borderss{
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.index-borderss li{
    width: 46%;
    height: 180px;
    padding: 30px;
    background: #fff;
    margin-bottom: 45px;
    border-radius: 50px;
}
.index-borderss li img{
    height: 120px;
    width: 35%;
}

.index-borderss .rig {
    padding-left: 10px;
}


.rig-t{
    display: flex;
    margin-top: 10px;
}
.rig-text{
    width: 170px;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space:nowrap;
    font-size: 14px;
    color: #323232;
}
.index-borderss li>a{
    display: block;
    display: flex;
    
}
.rig-data{
    margin-left: 5px;
    font-size: 12px;
    color: #969696;
}
.rig-c{
    font-size: 14px;
    color: #323232;
    margin-top: 10px;
    line-height: 22px;
}
.rig-b{
text-align: right;
    margin-top: 10px;
    margin-right: 30px;
}
.rig-b span{
    display: inline-block;
    width: 86px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    color: rgba(223,106,10,1);
    border: 1px solid #717171;
}
.index-bordersss{
    margin: auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
}
.index-bordersss li{
    width: 182px;
    height: 340px;
    position: relative;
    overflow: hidden;
}
.index-posi{
    position: absolute;
    bottom: -100px;
    left: 0px;
    transition: all .5s;
    padding-bottom: 30px;
    background-color: rgba(19,96,180,1);
}
.index-bordersss li a:hover .index-posi{
    bottom: 0;
}
.index-posi h4{
    font-size: 40px;
    color: #fff;
    line-height: 80px;
    text-align: center;
}
.index-posi p{
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}
.index-posi div{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: left;
    padding: 0px 6px;
}
.index-lx{
    width: 1000px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}
.index-lx-left h3{
    color:#FFFFFF;
    font-size: 26px;
    margin-bottom: 30px;
}
.lx-left-item{
    color: #fff;
    display: flex;
    font-size:16px;
    margin-bottom: 23px;
    align-items: center;
}
.lx-left-item img{
    width: 19px;
    height: 14px;
    margin-right: 10px;
}
.index-lx-left .lx-left-erweima img {
width: 150px;
padding-right: 20px;
}

.liuyan-l{
    width: 100px;
    text-align: right;
    line-height: 40px;
    color: #fff;
    margin-right: 5px;
}
.liuyan-l span{
    color: red;
}
.liuyan{
    display: flex;
    margin-bottom: 10px;
}
.liuyan textarea{
    width: 400px;
    height: 125px;
    padding: 10px;
}
.liuyan input{
    width: 400px;
    height: 40px;
    padding-left: 10px;
}
.tj{
    width: 120px;
    line-height: 35px;
    text-align: center;
    background-color: rgba(255,156,0,1);
    font-size: 14px;
    color: #fff;
    border: none;
    margin-left: 105px;
    margin-top: 20px;
}

.banquan{margin: 10px;
    line-height: 20px;}
.jubao{margin: 10px;
    line-height: 20px;}