<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    margin:0;
    padding:0;
}
#bsWXBox {
    box-sizing:content-box;
}
ul {
    list-style:none;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin:0;
    padding:0;
}
a:link, a:visited {
    text-decoration:none;
    outline:0;
}
a:hover, a:active, a:focus {
    text-decoration:none
}
img {
    border:0;
    padding: 0;
    margin: 0;
    max-width:100%;
}
table {
    border-collapse:collapse;
    width:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
input, textarea {
    font-size:14px;
    outline:0;
    overflow:hidden;
    font-family:arial, "microsoft yahei"
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
input[type='checkbox'], input[type='radio'] {
    position:relative;
    vertical-align:middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline:0;
    color:#666;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance:none
}
input, select, textarea {
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color:#999;
}
:-moz-placeholder {
    color:#999;
    opacity:1;
}
::-moz-placeholder {
    color:#999;
    opacity:1;
}
:-ms-input-placeholder{
    color:#999;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}
@font-face {
    font-family:'pangmenzhengdao';
    src:url('../fonts/pangmenzhengdao.eot?v=4.2.0');
    src:url('../fonts/pangmenzhengdao.eot?#iefix&amp;v=4.2.0') format('embedded-opentype'),
    url('../fonts/pangmenzhengdao.woff?v=4.2.0') format('woff'),
    url('../fonts/pangmenzhengdao.ttf?v=4.2.0') format('truetype'),
    url('../fonts/pangmenzhengdao.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight:normal;
    font-style:normal;
}
body {
    font-family:arial, "microsoft yahei";
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    overflow-x: hidden;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.container1 {
    width: 1500px;
    margin: 0 auto;
}
.container2 {
    width: 1200px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
	position:relative;
    z-index: 99;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:100px;
	clear:both;
    position: absolute;
    top: 0;
}
.yx {
	float:left;
}
.yx a {
	display:block;
    padding-top: 27px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.navdaohang {
	float:right;
    margin-right: 12%;
}
.menupc li{
    float: left;
    text-align: center;
    line-height: 100px;
    z-index: 9;
    position:relative;
    margin: 0px 16px;
}
.menupc li:hover a:after{
    width: 100%;
}
.menupc li a{
    display:block;
    color: #fff;
    font-size: 16px;
    z-index: 999;
    position: relative;
    text-transform: capitalize;
}
.menupc li a:after{
    content:'';
    display: block;
    position:absolute;
    bottom: 0;
    left:0;
    right: 0;
    width:0;
    height: 2px;
    background-color: #e5e5e5;
    margin:0 auto;
    z-index: -1;
    transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
}
.menupc li a:hover:after{
    width: 100%;
}
.menupc li .current:after{
    width: 100%;
}
.menupc ul{
    position: absolute;
    display:none;
    left: 0;
    top: 100%;
    z-index: 999;
    width:100%;
    padding: 0 0 50px 0;
}
.menupc li:nth-child(3) ul:after {
    content: '';
    display: block;
    width: 5000px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    background: rgba(0,0,0, .4);
    z-index: 9;
}
.menupc ul li{
    float: none;
    text-align: left;
    background:none;
    line-height: 40px;
    width:100%;
    z-index: 999;
    margin: 0;
}
.menupc ul li a{
    display: block;
    font-size: 13px;
    position:relative;
    color:#fff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menupc ul li a:after{
    content: '';
    display: block;
    width: 0 !important;
    margin: 0 auto 0 0 !important;
    height: 40px;
    background-color: #2674ff;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}
.menupc ul li a:hover:after{
    width: 100% !important;
}
.menupc ul li .current:after{
    width: 100% !important;
}
.menupc ul.subnav {
    display: block;
}



.nav-fr{
    float: right;
}
.header-search {
    margin-top: 35px;
}
.header-search .pull-right {
    float:right;
    cursor:pointer;
}
.header-search .pull-right a {
    display:block;
    width: 30px;
    line-height: 30px;
    height: 30px;
    background-color: #0b63ff;
    position: relative;
    border-radius: 180px;
}
.header-search .pull-right a:after{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/search.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
}
.header-search .pull-right a.active{
    background-color: #fff;
}
.header-search .pull-right a.active:after{
    background: url(../images/search1.png) no-repeat center;
}
.search {
    z-index: 9;
    position: relative;
}
.search .btn-search-max {
    z-index: 2;
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
    position: relative
}
.search .btn-search-max * {
    display: inline-block;
    vertical-align: middle
}
.search .search-main {
    top: 50px;
    right: 0;
    z-index: 9;
    width: 360px;
    display: none;
    padding: 18px 30px 18px 19px;
    position: absolute;
    background-color: #fff;
}
.search-container {
    padding-left: 0;
    overflow: hidden;
    position: relative;
}
.search-container .form-control {
    text-align: left;
    border: 1px solid #0b63ff;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    color: #808080;
    line-height: 41px;
    height: 41px;
    vertical-align: top;
    padding: 0 85px 0 25px;
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 25px;
}
.search-container .form-control:focus {
    box-shadow: 0 0 10px #ccc;
}
.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #fff;
    width: 60px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0 25px 25px 0;
    background: #0b63ff url(../images/overlay-icon.png) no-repeat center center;
}
#search-closed {
    right: 0;
    top: 23.5px;
    max-width: 30px;
    position: absolute;
    cursor: pointer
}

/*手机导航*/
.a_js {
    position:absolute;
    font-size:30px;
    right:15px;
    top:0px;
    line-height:60px;
    display:none;
    color:#666;
}
.a_js img{
    height: 30px;
    margin-top: 15px;
    display: block;
}
.m_nav {
    display:block;
    position:fixed;
    top:0px;
    left:0px;
    width:0px;
    height:0px;
    overflow:hidden;
    z-index:10000
}
.m_nav .closecover{
    position:absolute;
    width:100%;
    height:100%;
    background:#0b0d19;
    filter:alpha(opacity=0);
    opacity:0;
    left:0px;
    top:0px;
    z-index:1
}
.m_nav .closeicon{
    position:absolute;
    width:20%;
    left:30px;
    top:5%;
    z-index:100;
    filter:alpha(opacity=0);
    opacity:0
}
.m_nav .m_navList{
    position:absolute;
    width:80%;
    right:0px;
    top:0px;
    background:#0b0d19;
    height:100%;
    z-index:100;
    right:-80%;
    overflow-y: scroll;
}
.m_nav .m_navList ul{
    padding-left:5%;
    padding-right:5%;
}
.m_nav .m_navList ul li{
    border-bottom:1px solid #232530
}
.m_nav .m_navList ul li a{
    display:block;
    height:45px;
    color:#fff;
    line-height:45px;
    padding-left:5%;
    font-size:16px;
}
.m_nav .m_navList ul li .m_f_a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.m_nav .m_navList ul li .m_f_a a{
    flex: 1;
}
.m_nav .m_navList ul li .m_f_a i{
    width: 40px;
    height:45px;
    box-sizing: border-box;
    padding:0 5px;
    display: block;
}
.icon{
    background:url(../images/plus.png) no-repeat center;
    -webkit-transition:all 0s;
    -moz-transition:all 0s;
    transition:all 0s
}
.icon_on{
    background:url(../images/reduce.jpg) no-repeat center;
    -webkit-transition:all 0s;
    -moz-transition:all 0s;
    transition:all 0s;
}
.m_nav .m_navList ul li .m_s_nav{
    display:none;
    width: 100%;
}
.m_nav .m_navList ul li .m_s_nav a{
    display: block;
    height:40px;
    line-height:40px;
    font-size:14px;
    padding-left:10%;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
    text-overflow: ellipsis;
}



@media(max-width:1200px) {
	.daohang{
		height:60px;
	}
    .yx a{
        padding-top: 14px;
    }
    .yx img{
        height: 32px;
    }
    .a_js{
        display:block;
    }
	.navdaohang {
		display:none;
	}
    .header-search{
        display:none;
    }
}


/*swiper的banner*/
.home-banner {
    overflow:hidden;
    width:100%;
    margin: 0 auto;
    position:relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banners a{
    display: block;
}
.banners a img{
    display: block;
    width: 100%;
    height: auto;
}
.home-banner .swiper-container .swiper-pagination{
    display: block;
    bottom: 5px;
    right: 0px;
}
.home-banner .swiper-container .swiper-pagination-bullet{
    width: 100px;
    height: 4px;
    background-color: #999;
    opacity: 1;
    outline: none;
    margin: 0px 10px;
    border-radius: 0;
}
.home-banner .swiper-container  .swiper-pagination-bullet-active{
    background-color: #0b63ff;
}


footer{
    width:100%;
    margin:0 auto;
    overflow: hidden;
}
.footer{
    border-top: 1px solid #686868;
    padding: 8px 0;
    background-color: #262626;
    overflow: hidden;
}
.footer p{
    line-height: 24px;
    color: #ccc;
    text-align: center;
}
.footer p a{
    color: #ccc;
}
.footer p a:hover{
    color: #0b63ff;
}


.home-column{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.column1{
    background: url("../images/column1bg.jpg") no-repeat center;
    padding-top: 11%;
    background-size: cover;
}
.column1_txt{
    background-color: #262626;
    text-align: center;
    padding-top: 85px;
    overflow: hidden;
    color: #fff;
}
.column1_txt .tp img{
    max-width: 10%;
}
.column1_txt h3{
    font-family:'pangmenzhengdao';
    font-size: 30px;
    line-height: 1;
    margin: 15px 0 5px 0;
}
.column1_txt p{
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-indent: 0.8px;
}
.column2{
    background-color: #262626;
    padding: 45px 0 0 0;
    overflow: hidden;
}
.column2_t{
    border-bottom: 1px solid #686868;
}
.column2_t ul{
    display: flex;
    justify-content: center;
}
.column2_t ul li{
    background: url("../images/cli.jpg") no-repeat right center;
    line-height: 40px;
}
.column2_t ul li:last-child{
    background: none;
}
.column2_t ul li a{
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 0 43px;
}
.column2_t ul li a:hover{
    color: #0b63ff;
}
.column2_b{
    margin: 50px 0 65px 0;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
}
.column2_b p{
    margin: 0 6.4%;
}


.home-link{
    width: 100%;
    margin: 0 auto;
    background-color: #262626;
    overflow: hidden;
    padding: 65px 0 55px 0;
}
.home-link p{
    float: left;
    color: #fff;
    line-height: 30px;
    font-size: 24px;
    margin-right: 35px;
}
.home-link ul{
    float: left;
}
.home-link ul li{
    float: left;
    line-height: 30px;
    margin-right: 20px;
}
.home-link ul li:last-child{
    margin-right: 0;
}
.home-link ul li a{
    display: block;
    color: #e5e5e5;
}
.home-link ul li a:hover{
    color: #0b63ff;
}

.home-hezuo{
    width: 100%;
    margin: 0 auto;
    padding: 70px 0 0 0;
    overflow: hidden;
    background-color: #262626;
}
.index_title{
    color: #fff;
    font-size: 24px;
    line-height: 1;
}
.index_title span{
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
    padding: 3px 0 0 10px;
    text-transform: capitalize;
}
.hezuo_con{
    margin-top: 70px;
    position: relative;
}
.hezuo_con .swiper-container{
    width: 90%;
    margin: 0 auto;
}
.hezuo_con .swiper-slide{
    display: initial;
}
.hezuos a{
    display:block;
    overflow: hidden;
    text-align: justify;
}
.hz_img{
    border: 1px solid #333;
    padding: 0px 10px;
    transition: .5s;
}
.hz_img .pic:after{
    padding-bottom: 50%;
}
.hezuos a:hover .hz_img{
    border: 1px solid #243878;
}
.hezuos a:hover .hz_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.hezuo_con .swiper-button-next, .hezuo_con .swiper-button-prev{
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    width: 31px;
    height: 38px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: transparent;
    text-align: center;
    transition: .5s;
}
.hezuo_con .swiper-button-prev{
    left: 0;
    right: auto;
    background: url("../images/hz-l.png") no-repeat center;
}
.hezuo_con .swiper-button-next{
    right: 0;
    left: auto;
    background: url("../images/hz-r.png") no-repeat center;
}
.hezuo_con .swiper-button-prev:hover{
    background: url("../images/hz-lh.png") no-repeat center;
}
.hezuo_con .swiper-button-next:hover{
    background: url("../images/hz-rh.png") no-repeat center;
}

.home-news{
    width: 100%;
    margin: 0 auto;
    background-color: #333;
    overflow: hidden;
    padding: 67px 0 23px 0;
}
.index_top{
    overflow: hidden;
}
.index_top .index_title{
    float: left;
}
.index_top_fr{
    float: right;
}
.index_top_fr li{
    float: left;
    margin: 0 7px;
}
.index_top_fr li a{
    display: block;
    line-height: 23px;
    border-radius: 5px;
    text-align: center;
    padding: 0 13px;
    color: #e5e5e5;
    transition: .5s;
}
.index_top_fr li a:hover{
    background-color: #0b63ff;
    color: #fff;
}
.index_top_fr li a.current{
    background-color: #0b63ff;
    color: #fff;
}
.news_con{
    margin-top: 30px;
}
.news_con ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.news_con li{
    width: 22.75%;
    margin-right: 3%;
    /*padding: 0 31px;*/
}
.news_con li:last-child{
    margin-right: 0;
}
.news_con li a{
    display: block;
    padding: 40px 40px 90px 40px;
    transition: .5s;
}
.news_con li a .pic:after{
    padding-bottom: 50%;
}
.news_con li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news_txt{
    margin-top: 40px;
}
.news_txt1{
    color: #e5e5e5;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_txt1:after{
    content: '';
    display: block;
    width: 34px;
    height: 1px;
    background-color: rgba(255,255,255,.2);
    margin: 14px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_txt2{
    color: #ccc;
    font-size: 18px;
    line-height: 1;
}
.news_txt3{
    margin-top: 20px;
    color: #ccc;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}
.news_con li a:hover{
    background-color: rgba(14,64,224,.4);
}

.home-about{
    width: 100%;
    margin: 0 auto;
    background-color: #262626;
    overflow: hidden;
    padding: 60px 0 70px 0;
}
.about_con{
    margin-top: 65px;
    display: flex;
    align-items: center;
}
.about_con_fl{
    width: 60%;
    padding: 0 5%;
    color: #fff;
}
.about_con_fl1{
    font-size: 18px;
}
.about_con_fl2{
    line-height: 25px;
    height: 125px;
    overflow: hidden;
    margin: 4% 0 5% 0;
}
.about_con_fl3 a{
    display: block;
    background-color: #0b63ff;
    color: #fff;
    text-align: center;
    width: 112px;
    line-height: 32px;
    border-radius: 25px;
    transition: .5s;
}
.about_con_fl3 a:hover{
    background-color: rgba(14,64,224,.4);
}
.about_con .tp{
    width: 40%;
}

.home-pro{
    width: 100%;
    margin: 0 auto;
    background-color: #333;
    overflow: hidden;
    padding: 70px 0 18px 0;
}
.pro_con{
    margin-top: 70px;
}
.pro_con ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.pro_con li{
    width: 22.5%;
    margin-right: 3.3%;
    margin-bottom: 52px;
}
.pro_con li:nth-child(4n){
    margin-right: 0;
}
.pro_con li a{
    display: block;
    position: relative;
}
.pro_con li a .pic:after{
    padding-bottom: 75%;
}
.pro_con li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.pro_txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro_txt:before,
.pro_txt:after{
    position: absolute;
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.pro_txt:before {
    border-top: 1px solid #0b63ff;
    border-bottom: 1px solid #0b63ff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.pro_txt:after {
    border-right: 1px solid #0b63ff;
    border-left: 1px solid #0b63ff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.pro_con li a:hover .pro_txt:before,
.pro_con li a:hover .pro_txt:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.pro_txt h3{
    display: inline-block;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    padding: 0 5px;
    background-color: #0b63ff;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: rotateY(90deg);
    transition: all 0.50s ease-in-out 0s;
    max-width: 70%;
}
.pro_con li a:hover .pro_txt h3{
    transform: rotateY(0deg);
}

.home-industry{
    width: 100%;
    margin: 0 auto;
    background: url("../images/industrybg.jpg") no-repeat center;
    background-size: cover;
    padding: 40px 0;
    position: relative;
}
.industry{
    width: 74%;
    position: relative;
    margin: 0 2% 0 auto;
}
.home-industry .swiper-container{
    width: 90%;
    margin: 0 auto;
}
.home-industry .swiper-slide{
    display: initial;
}
.industrys a{
    display:block;
    overflow: hidden;
    text-align: justify;
    position: relative;
    transition: .5s;
}
.industrys a:hover{
    margin-top: -80px;
}
.industrys a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.industrys_txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    color: #fff;
    padding: 22px;
}
.industrys_txt1{
    font-size: 42px;
    line-height: 1;
    margin: 45% 0 75% 0;
    text-align: right;
}
.industrys_txt2{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}
.industrys_txt3{
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.industrys_txt4{
    width: 40px;
    height: 6px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 15%;
}
.industrys_txt5{
    text-align: center;
    width: 78px;
    margin: 25% auto 0 auto;
    line-height: 28px;
    background-color: #0b63ff;
    color: #fff;
    border-radius: 25px;
    transform: rotateY(90deg);
    transition: all 0.50s ease-in-out 0s;
}
.industrys a:hover .industrys_txt5{
    transform: rotateY(0deg);
}

.home-industry .swiper-button-next1, .home-industry .swiper-button-prev1{
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 50px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: transparent;
    text-align: center;
    transition: .5s;
}
.home-industry .swiper-button-prev1{
    left: 0;
    right: auto;
    background: url("../images/hy-l.png") no-repeat center;
}
.home-industry .swiper-button-next1{
    right: 0;
    left: auto;
    background: url("../images/hy-r.png") no-repeat center;
}
.home-industry .swiper-button-prev1:hover{
    background: url("../images/hy-lh.png") no-repeat center;
}
.home-industry .swiper-button-next1:hover{
    background: url("../images/hy-rh.png") no-repeat center;
}

.floating_ck {
    position:fixed;
    right:0;
    top:30%;
    display: none;
}
.floating_ck dl dd {
    position:relative;
    width:40px;
    height:40px;
    background-color:#ccc;
    text-align:center;
    cursor:pointer;
    margin-bottom: 1px;
    border-radius: 5px;
    padding-top: 6px;
}
.floating_ck dl dd:hover{
    background-color:#0b63ff;
}
.floating_ck dd img{
    display: block;
    margin: 0 auto;
}
.floating_left{
    position:absolute;
    top: 0;
    background-color:#0b63ff;
    display:none;
    right: 40px;
    line-height: 20px;
    color: #fff;
    padding: 10px;
    width: 120px;
    transition: .5s;
}
.floating_ck dl dd:hover .floating_left {
    display:block;
}
.floating_left img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}


/*关于我们*/
.inner .daohang{
    background-color: #262626;
    position: inherit;
}
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-banner img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.ban_info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 280px;
    text-align: center;
    color: #fff;
    line-height: 1;
    height: 140px;
    background-color: rgba(255,255,255,.1);
    border-radius: 10px;
    text-shadow: 3px 3px 1px #1c77c1;
}
.ban_info h3{
    font-size: 37px;
    line-height: 1;
    font-weight: bold;
    padding-top: 10%;
}
.ban_info h3:after{
    content: '';
    display: block;
    width: 47px;
    height: 1px;
    background-color: #fff;
    margin: 11px auto;
}
.ban_info p{
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
    background-color: #262626;
    overflow: hidden;
}
.inner_location{
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    overflow: hidden;
    color: #666;
    line-height: 24px;
    padding: 15px 0;
}
.inner_location a{
    color: #ccc;
}
.inner_location span{
    color: #ccc;
}
.inner_con{
    border-top: 1px solid #080808;
    padding: 60px 0;
    overflow: hidden;
}
.inner_con_nav{
    overflow: hidden;
}
.inner_con_nav ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.inner_con_nav ul li{
    background: url("../images/navli.jpg") no-repeat right center;
    margin: 0 2px;
    line-height: 30px;
    text-align: center;
}
.inner_con_nav ul li:last-child{
    background: none;
}
.inner_con_nav ul li a{
    display: block;
    padding: 0 18px;
    color: #f2f2f2;
    transition: .5s;
}
.inner_con_nav ul li a:hover{
    background-color: #0b63ff;
}
.inner_con_nav ul li a.current{
    background-color: #0b63ff;
}
.inner_con_about{
    margin-top: 60px;
}
.inner_con_about .tp{
    float: left;
    width: 32%;
}
.iabout_fr{
    float: right;
    width: 55%;
    color: #fff;
}
.iabout_fr1{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
}
.iabout_fr2{
    font-size: 16px;
    line-height: 25px;
}


/*联系我们*/
.inner_con_title{
    text-align: center;
    color: #fff;
}
.inner_con_title h3{
    font-size: 24px;
    line-height: 1;
}
.inner_con_title p{
    text-transform: capitalize;
}
.inner_con_contact{
    margin: 8% 0;
    overflow: hidden;
}
.inner_con_contact ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.inner_con_contact ul li{
    width: 30%;
    text-align: center;
    color: #fff;
}
.inner_con_contact ul li .tp{
    width: 78px;
    margin: 0 auto;
    height: 78px;
    border: 1px solid #fff;
    border-radius: 180px;
    display: flex;
    align-items: center;
}
.inner_con_contact ul li h3{
    font-size: 18px;
    line-height: 1;
    margin: 15px 0;
}
.inner_con_contact ul li span{
    display: block;
    text-transform: uppercase;
    line-height: 1;
}
.inner_con_contact ul li p{
    margin-top: 35px;
    font-size: 16px;
}
.inner_con_contact ul li:hover .tp img{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
.inner_con_feedback{
    overflow: hidden;
}
.ifeedback_map{
    float: left;
    width: 46.5%;
}
.ifeedback_map img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.ifeedback_con{
    float: right;
    width: 48%;
}
.ly1{
    margin-bottom: 40px;
    overflow: hidden;
}
.ly1 input{
    width: 100%;
    border: 1px solid #999;
    border-radius: 5px;
    padding-left: 17px;
    height: 44px;
    line-height: 42px;
    font-size: 16px;
    color: #999;
    background-color: transparent;
}
.ly1 textarea{
    display: block;
    width: 100%;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 8px 17px;
    height: 135px;
    line-height: 25px;
    font-size: 16px;
    color: #999;
    background-color: transparent;
}
.ly2{
    position: relative;
}
.ly2 input{
    width: 33%;
    border: 1px solid #999;
    border-radius: 5px;
    padding-left: 17px;
    height: 44px;
    line-height: 42px;
    font-size: 16px;
    color: #999;
    background-color: transparent;
}
.ly2 a{
    position: absolute;
    left: 35%;
    top: 0;
}
.ly2 a img{
    height: 44px;
    width: auto;
}
.ly3{
    margin-top: 40px;
}
.ly3 input{
    width: 210px;
    border: 1px solid #999;
    border-radius: 5px;
    height: 48px;
    line-height: 46px;
    font-size: 16px;
    color: #999;
    text-align: center;
    background-color: transparent;
}


/*资质荣誉*/
.inner_con_honor{
    overflow: hidden;
}
.ihonor{
    margin-top: 42px;
}
.ihonor ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.ihonor ul li{
    width: 20%;
    padding: 0 12px;
    margin-bottom: 54px;
}
.ihonor ul li a{
    display: block;
}
.ihonor li a .pic{
    border: 1px solid #e6e6e6;
    overflow: hidden;
}
.ihonor li a .pic:after{
    padding-bottom: 82.73%;
}
.ihonor_txt{
    line-height: 40px;
    text-align: center;
    padding: 0 5px;
    color: #ccc;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ihonor li a:hover .pic{
    border: 1px solid #0b63ff;
}
.ihonor li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ihonor li a:hover .ihonor_txt{
    background-color: #0b63ff;
    color: #fff;
}

/*分页*/
.pagination{
    text-align:center;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #666;
    border:1px solid #666;
    text-align: center;
    line-height:24px;
    margin:0px 0 10px 0;
    width: 26px;
    height: 26px;
}
.pagination a:hover{
    color:#e5e5e5;
    border:1px solid #313131;
    background-color: #313131;
}
.pagination a.active {
    color: #e5e5e5;
    border:1px solid #313131;
    background-color: #313131;
}


/*合作伙伴*/
.inner_con_hz{

}
.ihezuo{
    margin: 60px 0;
    overflow: hidden;
}
.ihezuo ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.ihezuo ul li{
    width: 12.5%;
    padding: 0 18px;
    margin-bottom: 40px;
}
.ihezuo ul li a{
    display: block;
}
.ihezuo a:hover .hz_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


/*企业文化*/
.inner_con_culture{
    margin-top: 60px;
}
.inner_con_culture ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.inner_con_culture ul li{
    width: 20%;
}
.iculture_txt{
    position: relative;
    z-index: 1001;
}
.iculture_txt:after{
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%, 0);
}
.inner_con_culture li:nth-child(odd) .iculture_txt:after{
    border-top: 16px solid #333;
    bottom: -12px;
}
.inner_con_culture li:nth-child(even) .iculture_txt:after{
    border-bottom: 16px solid #333;
    top: -12px;
}
.iculture_txt img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.iculture_txts{
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    padding: 0 20px;
    text-align: center;
}
.iculture_txts h3{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
.iculture_txts h3:after{
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #fff;
    margin: 10px auto 5px auto;
}
.iculture_txts p{
    font-size: 16px;
    line-height: 25px;
}
.inner_con_culture li:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


/*新闻中心*/
.inner_con_news{
    overflow: hidden;
}
.inews{
    margin: 60px 0 20px 0;
    overflow: hidden;
}
.inews li{
    margin-bottom: 37px;
    margin-right: 12px;
}
.inews li a{
    display: block;
    position: relative;
    padding-right: 206px;
    overflow: hidden;
    transition: .5s;
}
.inews li a:hover{
    box-shadow: 0 0 12px rgba(0,0,0,.2);
}
.inews li a:after{
    content: '';
    display: block;
    width: 2px;
    height: 80%;
    background-color: #4d4d4d;
    position: absolute;
    top: 10%;
    right: 206px;
}
.inews li a .pic{
    float: left;
    width: 360px;
}
.inews li a .pic:after{
    padding-bottom: 50%;
}
.inews_txt{
    margin-left: 380px;
    padding: 40px 90px 0 0;
}
.inews_txt1{
    font-size: 18px;
    color: #ccc;
    line-height: 1;
    margin-bottom: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_txt2{
    color: #999;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}
.inews_date{
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 1;
    width: 206px;
}
.inews_date p{
    font-size: 36px;
    color: #999;
    line-height: 1;
    padding: 40px 0;
}
.inews_date em{
    display: block;
    width: 100%;
    height: 26px;
    background: url("../images/jt.png") no-repeat center bottom;
}
.inews li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


/*新闻详情*/
.inner_con_newsshow{

}
.show_title{
    text-align: center;
    padding-bottom: 15px;
    border-bottom:1px solid #666;
}
.show_title h3{
    font-size: 20px;
    text-align: center;
    color: #767676;
    padding-bottom: 15px;
}
.show_title span{
    color:#868686;
    margin:0px 10px;
    padding-left:20px;
}
.browse{
    background:url(../images/browse.png) no-repeat left center;
}
.date{
    background:url(../images/date.png) no-repeat left center;
}
.show_content{
    font-size: 16px;
    line-height:30px;
    color:#999;
    padding:30px 0px;
}
.show_content img{
    display:block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    padding-top:20px;
    border-top:1px solid #666;
}
.show_back_fl{
    overflow:hidden;
    float: left;
    width: 70%;
}
.show_back_fl li{
    line-height:25px;
    color:#767676;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color:#868686;
}
.show_back_fl li a:hover{
    color:#0b63ff;
}
.show_back_fr{
    float: right;
    width: 10%;
    overflow:hidden;
}
.show_back_fr a{
    display:block;
    line-height:46px;
    color:#fff;
    font-size: 16px;
    background: #0b63ff url(../images/return.png) no-repeat 20px center;
    padding-right:25px;
    text-align: right;
}



/*技术资料*/
.inner_con_tec{
    overflow: hidden;
    max-width: 67%;
    margin: 0 auto;
}
.itec{
    margin: 64px 0 59px 0;
    overflow: hidden;
}
.itec li{
    border-bottom: 1px solid #666;
    line-height: 31px;
    overflow: hidden;
}
.itec li a{
    display: block;
    color: #999;
    transition: .5s;
}
.itec li a:hover{
    color: #0b63ff;
}
.itec li a p{
    float: left;
    width: 70%;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.itec li a span{
    float: right;
    padding-right: 45px;
    background: url("../images/pdf.png") no-repeat right center;
    transition: .5s;
}
.itec li a:hover span{
    background: url("../images/pdf_h.png") no-repeat right center;
}


/*产品中心*/
.inner_con_pro{
    overflow: hidden;
}
.ipro{
    margin: 60px 0 8px 0;
    overflow: hidden;
}
.ipro ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.ipro ul li{
    width: 25%;
    padding: 0 26px;
    margin-bottom: 52px;
}
.ipro ul li a{
    display: block;
    position: relative;
}
.ipro ul li a .pic:after{
    padding-bottom: 75%;
}
.ipro ul li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ipro ul li a:hover .pro_txt:before,
.ipro ul li a:hover .pro_txt:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.ipro ul li a:hover .pro_txt h3{
    transform: rotateY(0deg);
}


/*产品详情*/
.inner_con_proshow{
    overflow: hidden;
}
.iproshow_fl{
    float: left;
    width: 360px;
}
.iproshow_fl_title{
    text-align: center;
    color: #fff;
    background-color: #4889ff;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0;
    line-height: 30px;
}
.iproshow_fl_con{
    margin-top: 12px;
    padding-bottom: 42px;
}
.rexiao-min {
    text-align:center;
    position: relative;
}
.rexiao-min .getIndex {
    display:inline-block;
    *float:none;
    *display:inline;
    zoom:1;
    text-align:center;
}
.rexiao-min.slick-vertical .slick-slide{
    border: none;
}
.rexiao-min .getIndex .item {
    margin: 8px 0;
}
.rexiao-min a{
    display:block;
    overflow: hidden;
    padding: 20px;
    margin: 0 30px;
    transition: .5s;
}
.rexiao-min a:hover{
    box-shadow: 0 0 12px rgba(0,0,0,.6);
}
.rexiao-min a .pic{
    float: left;
    width: 140px;
}
.rexiao-min a .pic img{
    border:none !important;
}
.rexiao-min a .pic:after{
    padding-bottom: 75%;
}
.rexiao-min a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.rexiaos_txt{
    margin-left: 160px;
    padding-top: 15px;
    text-align: justify;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rexiao-min .slick-current .item i img {
    border:none;
}
.rexiao-min .slick-next:before,.rexiao-min .slick-prev:before{
    display: none;
}
.rexiao-min .slick-prev,.rexiao-min .slick-next{
    width: 50%;
    height: 42px;
    bottom: -42px;
    z-index: 0;
}
.rexiao-min .slick-prev{
    left: 0;
    right: auto;
    transform: rotateY(-180deg);
    background: #4889ff url("../images/jtt.png") no-repeat center;
}
.rexiao-min .slick-next{
    right: 0;
    left: auto;
    background: #4889ff url("../images/jtb.png") no-repeat center;
}
.iproshow_fr{
    margin-left: 380px;
}
.iproshow_fr1{
    margin-bottom: 65px;
    overflow: hidden;
}
.iproshow_fr1_1{
    float: left;
    width: 53.5%;
}
.iproshow_fr1_1 .pic:after{
    padding-bottom: 75%;
}
.iproshow_fr1_2{
    float: right;
    width: 42%;
}
.iproshow_fr1_2_t{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}
.iproshow_fr1_2_b{
    color: #ccc;
    line-height: 20px;
}
.iproshow_fr2{
    overflow: hidden;
}
.iproshow_fr2_t{
    border-bottom: 1px solid #999;
    line-height: 38px;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
}
.iproshow_fr2_b{
    margin-top: 20px;
    color: #999;
    font-size: 16px;
    line-height: 30px;
}


/*行业应用*/
.inner_con_industry{
    overflow: hidden;
}
.iindustry{
    margin-bottom: 60px;
    overflow: hidden;
}
.iindustry ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.iindustry ul li{
    width: 20%;
    position: relative;
}
.iindustry ul li .tp{
    position: relative;
}
.iindustry ul li .tp:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 9;
}
.iindustry_txt{
    background-color: #333;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    height: 180px;
    text-align: center;
    padding: 60px 50px;
    z-index: 99;
    transition: .5s;
}
.iindustry ul li:nth-child(odd) .iindustry_txt{
    bottom: 0;
}
.iindustry ul li:nth-child(even) .iindustry_txt{
    top: 0;
}
.iindustry_txt1{
    font-size: 16px;
    color: #666;
    transition: .5s;
}
.iindustry_txt2{
    font-size: 20px;
    font-weight: bold;
    color: #ccc;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iindustry_txt2:after{
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background-color: #646566;
    margin: 15px auto 0 auto;
    transition: .5s;
}
.iindustry_txt3{
    color: #e5e5e5;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    transition: .5s;
    display: none;
}
.iindustry ul li:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iindustry ul li:hover .iindustry_txt{
    background-color: #1a1a1a;
    padding: 40px 50px;
}
.iindustry ul li:hover .iindustry_txt1{
    display: none;
}
.iindustry ul li:hover .iindustry_txt2:after{
    width: 0;
    height: 0;
}
.iindustry ul li:hover .iindustry_txt3{
    display: block;
}


/*售后服务*/
.inner_con_support{
    margin-top: 60px;
    overflow: hidden;
}
.isupport_t{
    position: relative;
    margin-bottom: 150px;
}
.isupport_t .gallery-top {
    width: 70%;
    margin: 0 auto;
}
.isupport_t .gallery-top .swiper-slide{
    display: initial;
}
.isupport_ts a{
    display: block;
    position: relative;
    text-align: justify;
}
.isupport_ts_fl{
    float: left;
    width: 95px;
    font-size: 60px;
    color: #666;
    line-height: 1;
}
.isupport_ts_fr{
    margin-left: 110px;
}
.isupport_ts_fr1{
    color: #fff;
    font-size: 20px;
    line-height: 1;
}
.isupport_ts_fr2{
    text-transform: capitalize;
    color: #999;
    margin: 18px 0;
}
.isupport_ts_fr3{
    font-size: 18px;
    color: #999;
    line-height: 25px;
}

.isupport_b{
    position: relative;
}
.isupport_b .gallery-thumbs {
    width: 100%;
    height: auto;
}
.isupport_b .gallery-thumbs .swiper-slide{
    display: initial;
}
.isupport_bs a{
    display: block;
    position: relative;
    text-align: justify;
    background-color: #333;
    border: 1px solid #404040;
    padding: 25px 20px;
}
.isupport_bs a .pic{
    width: 66px;
    margin: 0 auto;
    height: 66px;
}
.isupport_bs_txt{
    margin-top: 15px;
    color: #fff;
}
.isupport_bs_txt h3{
    font-size: 24px;
    line-height: 1;
    color: #fff;
}
.isupport_bs_txt p{
    font-size: 18px;
    line-height: 1;
    margin: 18px 0 10px 0;
    color: #999;
}
.isupport_bs_txt span{
    text-transform: capitalize;
    color: #999;
}


.isupport_bs.swiper-slide-thumb-active a .isupport_bs_txt p{
    color: #fff;
}
.isupport_bs.swiper-slide-thumb-active a .isupport_bs_txt span{
    color: #fff;
}
.isupport_t .swiper-button-next2, .isupport_t .swiper-button-prev2{
    display: block;
    position: absolute;
    width: 128px;
    height: 96px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    border-radius: 0;
    border: 2px solid #404040;
}

.isupport_t .swiper-button-prev2{
    right: 0;
    left: auto;
    background: #333 url("../images/sjt_l.png") no-repeat center;
    top: 0;
}
.isupport_t .swiper-button-prev2:hover{
     background: #333 url("../images/sjt_lh.png") no-repeat center;
 }
.isupport_t .swiper-button-next2{
    left: auto;
    right: 0;
    background: #333 url("../images/sjt_r.png") no-repeat center;
    top: 105px;
}
.isupport_t .swiper-button-next2:hover{
    background: #333 url("../images/sjt_rh.png") no-repeat center;
}







@media (min-width:1501px) and (max-width:1600px){
    .container1{
        width: 94%;
    }
    .navdaohang{
        margin-right: 10%;
    }
    .inner_con_about .tp{
        width: 33%;
    }
    .ly1{
        margin-bottom: 30px;
    }
    .ly3{
        margin-top: 30px;
    }
    .inner_con_tec{
        max-width: 80%;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .container1{
        width: 88%;
    }
    .navdaohang{
        margin-right: 5%;
    }
    .industry{
        width: 78%;
    }
    .inner_con_about .tp{
        width: 37%;
    }
    .ly1{
        margin-bottom: 20px;
    }
    .ly3{
        margin-top: 20px;
    }
    .inner_con_tec{
        max-width: 80%;
    }
    .isupport_t .gallery-top{
        margin: 0 auto 0 0;
        width: 75%;
    }
}


@media (min-width:1320px) and (max-width:1400px){
    .container1{
        width: 92%;
    }
	
    .navdaohang{
        margin-right: 4%;
    }
    .industry{
        width: 80%;
    }
    .inner_con_about .tp{
        width: 38%;
    }
    .ly1{
        margin-bottom: 20px;
    }
    .ly3{
        margin-top: 20px;
    }
    .inner_con_tec{
        max-width: 90%;
    }
    .isupport_t .gallery-top{
        margin: 0 auto 0 0;
        width: 75%;
    }
}

@media (min-width:1201px) and (max-width:1319px){
    .container1{
        width: 96%;
    }
    .container2{
        width: 90%;
    }
    .navdaohang{
        margin-right: 3.6%;
    }
    .industry{
        width: 80%;
    }
    .inner_con_about .tp{
        width: 40%;
    }
    .ly1{
        margin-bottom: 20px;
    }
    .ly3{
        margin-top: 20px;
    }
    .inner_con_tec{
        max-width: 90%;
    }
    .isupport_t .gallery-top{
        margin: 0 auto 0 0;
        width: 75%;
    }
		.yx a {
    padding-top: 36px;
}
	.yx img {
    height: 32px;
}
}

@media(max-width:1200px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .container2{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin-left:auto;
        margin-right:auto;
    }
    .home-banner .swiper-container .swiper-pagination-bullet{
        width: 50px;
    }
    .industry{
        width: 97%;
        margin: 0 1.5%;
    }
    .industrys a:hover{
        margin-top: 0;
    }
    .industrys_txt1{
        margin: 45% 0 60% 0;
    }
    .home-pro{
        padding: 50px 0 15px 0;
    }
    .pro_con{
        margin-top: 35px;
    }
    .pro_con li{
        margin-bottom: 35px;
    }
    .home-about{
        padding: 50px 0;
    }
    .about_con{
        margin-top: 35px;
        justify-content: space-between;
    }
    .about_con_fl{
        width: 55%;
        padding: 0;
    }
    .home-news{
        padding: 50px 0 23px 0;
    }
    .news_con li a{
        padding: 20px 20px 50px 20px;
    }
    .news_txt{
        margin-top: 25px;
    }
    .home-hezuo{
        padding-top: 50px;
    }
    .hezuo_con{
        margin-top: 35px;
    }
    .home-link{
        padding: 50px 0;
    }
    .column1_txt{
        padding-top: 50px;
    }
    .column1_txt .tp img{
        max-width: 15%;
    }
    .column2{
        padding: 35px 0 0 0;
    }
    .column2_t ul li a{
        padding: 0 20px;
    }
    .column2_b{
        margin: 35px 0;
    }
    .column2_b p{
        margin: 0 20px;
    }
    .floating_ck{
        display: none !important;
    }
    .ban_info{
        height: 120px;
    }
    .ban_info h3{
        font-size: 30px;
    }
    .inner_con{
        padding: 50px 0;
    }
    .inner_con_about{
        margin-top: 35px;
    }
    .inner_con_about .tp{
        width: 45%;
    }
    .iabout_fr{
        width: 50%;
    }
    .iabout_fr1{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .inner_con_contact{
        margin: 50px 0;
    }
    .inner_con_contact ul li{
        width: 33.3%;
    }
    .inner_con_contact ul li p{
        margin-top: 20px;
    }
    .ly1{
        margin-bottom: 20px;
    }
    .ly3{
        margin-top: 20px;
    }
    .ly2 input{
        width: 40%;
    }
    .ly2 a{
        left: 42%;
    }
    .ihonor{
        margin-top: 35px;
    }
    .ihonor ul li{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .ihezuo{
        margin: 35px 0;
    }
    .ihezuo ul li{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .inner_con_culture{
        margin-top: 35px;
    }
    .iculture_txts{
        padding: 0 15px;
    }
    .iculture_txts h3{
        font-size: 16px;
    }
    .iculture_txts p{
        font-size: 14px;
        line-height: 22px;
    }
    .iculture_txts p br{
        display: none;
    }
    .inews{
        margin: 50px 0 20px 0;
    }
    .inews li a{
        padding-right: 120px;
    }
    .inews li a:after{
        right: 120px;
    }
    .inews_txt {
        padding: 40px 50px 0 0;
    }
    .inews_txt1{
        margin-bottom: 20px;
    }
    .inews_txt2{
        height: 50px;
    }
    .inews_date{
        width: 120px;
    }
    .inews_date p{
        font-size: 30px;
    }
    .show_back_fr{
        width: 15%;
    }
    .inner_con_tec{
        max-width: 100%;
    }
    .itec{
        margin: 50px 0;
    }
    .ipro{
        margin: 50px 0 30px 0;
    }
    .ipro ul li{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .rexiao-min a{
        margin: 0 20px;
    }
    .iproshow_fr1{
        margin-bottom: 35px;
    }
    .iproshow_fr1_1{
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .iproshow_fr1_2{
        float: none;
        width: 100%;
    }
    .iproshow_fr2_b img{
        display:block;
        max-width:100%;
        height:auto;
        margin-left:auto;
        margin-right:auto;
    }
    .iindustry{
        margin-bottom: 35px;
    }
    .iindustry_txt{
        padding: 50px 15px;
        height: 160px;
    }
    .iindustry_txt2{
        font-size: 18px;
    }
    .iindustry ul li:hover .iindustry_txt{
        padding: 30px 15px;
    }
    .inner_con_support{
        margin-top: 50px;
    }
    .isupport_t{
        margin-bottom: 120px;
    }
    .isupport_t .gallery-top{
        width: 80%;
        margin: 0 auto 0 0;
    }
}

@media(max-width:768px) {
    .industrys_txt2{
        font-size: 24px;
    }
    .index_top_fr li{
        margin: 0 5px;
    }
    .index_top_fr li a{
        padding: 0 10px;
    }
    .news_con li {
        width: 23.5%;
        margin-right: 2%;
    }
    .news_con li a{
        padding: 15px 15px 40px 15px;
    }
    .news_txt3{
        margin-top: 15px;
    }
    .column1_txt h3{
        font-size: 24px;
    }
    .column1_txt p{
        letter-spacing: 0;
        text-indent: 0;
    }
    .column2_b p{
        margin: 0 10px;
    }
    .ban_info{
        height: 100px;
    }
    .ban_info h3{
        font-size: 24px;
        padding-top: 7%;
    }
    .ihezuo ul li{
        width: 25%;
    }
    .inner_con_culture ul li{
        width: 33.3%;
    }
    .inews li a .pic{
        width: 250px;
    }
    .inews_txt{
        margin-left: 270px;
        padding: 15px 30px 0 0;
    }
    .inews_date p{
        padding: 20px 0;
    }
    .iproshow_fl{
        width: 300px;
    }
    .iproshow_fr{
        margin-left: 320px;
    }
    .rexiao-min a{
        margin: 0 12px;
        padding: 12px;
    }
    .iindustry_txt{
        padding: 40px 15px;
        height: 140px;
    }
    .iindustry_txt2{
        font-size: 16px;
    }
    .iindustry ul li:hover .iindustry_txt{
        padding: 20px 15px;
    }
    .isupport_t{
        margin-bottom: 80px;
    }
    .isupport_t .swiper-button-next2, .isupport_t .swiper-button-prev2{
        width: 100px;
        height: 75px;
    }
    .isupport_t .swiper-button-next2{
        top: 90px;
    }
}

@media(max-width:600px) {
    .home-banner .swiper-container .swiper-pagination-bullet{
        width: 25px;
    }
    .industrys_txt2{
        font-size: 20px;
    }
    .home-industry{
        padding: 30px 0;
    }
    .home-industry .swiper-container{
        width: 80%;
    }
    .home-industry .swiper-button-next, .home-industry .swiper-button-prev{
        margin-top: -19px;
        width: 31px;
        height: 38px;
    }
    .home-industry .swiper-button-prev1{
        left: 0;
        right: auto;
        background: url("../images/hz-l.png") no-repeat center;
    }
    .home-industry .swiper-button-next1{
        right: 0;
        left: auto;
        background: url("../images/hz-r.png") no-repeat center;
    }
    .home-industry .swiper-button-prev1:hover{
        background: url("../images/hz-lh.png") no-repeat center;
    }
    .home-industry .swiper-button-next1:hover{
        background: url("../images/hz-rh.png") no-repeat center;
    }
    .home-pro{
        padding: 30px 0 20px 0;
    }
    .index_top .index_title{
        float: none;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .index_top_fr{
        float: none;
    }
    .index_title{
        font-size: 20px;
    }
    .index_top_fr li{
        width: 33.3%;
        margin: 0 auto 10px auto;
    }
    .pro_con{
        margin-top: 10px;
    }
    .pro_con li{
        width: 48%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .pro_con li:nth-child(2n){
        margin-right: 0;
    }
    .home-about{
        padding: 30px 0;
    }
    .about_con{
        margin-top: 20px;
        display: inherit;
    }
    .about_con_fl{
        width: 100%;
        margin-bottom: 20px;
    }
    .about_con .tp{
        width: 100%;
    }
    .about_con_fl1{
        font-size: 16px;
    }
    .about_con_fl2{
        margin: 10px 0 20px 0;
    }
    .home-news{
        padding: 30px 0 23px 0;
    }
    .news_con{
        margin-top: 20px;
    }
    .news_con li{
        width: 48%;
        margin-right: 2%;
    }
    .news_con li:nth-child(2n){
        margin-right: 0;
    }
    .news_con li a {
        padding: 10px 10px 20px 10px;
    }
    .news_txt2{
        font-size: 14px;
    }
    .home-hezuo{
        padding-top: 30px;
    }
    .hezuo_con{
        margin-top: 20px;
    }
    .hezuo_con .swiper-container{
        width: 80%;
    }
    .home-link{
        padding: 30px 0;
    }
    .home-link p{
        float: none;
        width: 100%;
        font-size: 20px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .column1_txt{
        padding-top: 30px;
    }
    .column1_txt .tp img{
        max-width: 25%;
    }
    .column1_txt h3{
        font-size: 20px;
    }
    .column1_txt p{
        font-size: 12px;
    }
    .column2{
        padding: 10px 0 0 0;
    }
    .column2_t{
        overflow: hidden;
    }
    .column2_t ul{
        display: inherit;
    }
    .column2_t ul li{
        float: left;
        width: 25%;
        margin: 0;
        text-align: center;
    }
    .column2_t ul li a{
        padding: 0 5px;
        font-size: 14px;
    }
    .column2_b{
        margin: 20px 0;
    }
    .column2_b{
        display: inherit;
        font-size: 14px;
    }
    .column2_b p{
        padding: 0;
        line-height: 30px;
    }
    .ban_info{
        width: 150px;
        height: 50px;
    }
    .ban_info h3{
        font-size: 16px;
        padding-top: 3%;
    }
    .ban_info h3:after{
        margin: 5px auto;
    }
    .ban_info p{
        font-size: 13px;
    }
    .inner_con{
        padding: 30px 0;
    }
    .inner_con_nav ul li{
        width: 25%;
        margin: 0;
    }
    .inner_con_nav ul li a{
        padding: 0 10px;
    }
    .inner_con_about .tp{
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .iabout_fr{
        float: none;
        width: 100%;
    }
    .iabout_fr1{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .inner_con_title h3{
        font-size: 20px;
    }
    .inner_con_contact{
        margin: 30px 0 15px 0;
    }
    .inner_con_contact ul li{
        width: 100%;
        margin-bottom: 15px;
    }
    .inner_con_contact ul li p{
        margin-top: 15px;
    }
    .ifeedback_map{
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .ifeedback_con{
        float: none;
        width: 100%;
    }
    .ihonor{
        margin: 20px 0 10px 0;
    }
    .ihonor ul li{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .ihezuo{
        margin: 20px 0 10px 0;
    }
    .ihezuo ul li{
        padding: 0 5px;
        width: 50%;
        margin-bottom: 10px;
    }
    .inner_con_culture{
        margin-top: 20px;
    }
    .inner_con_culture ul li{
        width: 50%;
    }
    .iculture_txts h3{
        font-size: 14px;
    }
    .iculture_txts p{
        font-size: 12px;
        line-height: 20px;
    }
    .inews{
        margin: 20px 0 5px 0;
    }
    .inews li{
        margin-right: 0;
        margin-bottom: 15px;
    }
    .inews li a{
        padding-right: 0;
    }
    .inews li a:after{
        display: none;
    }
    .inews li a .pic{
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .inews_date{
        width: 100%;
        position: inherit;
        top: inherit;
        text-align: justify;
    }
    .inews_date p{
        padding: 0;
        font-size: 20px;
    }
    .inews_date em{
        display: none;
    }
    .inews_txt{
        margin-left: 0;
    }
    .inews_txt1{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .show_title h3{
        font-size: 18px;
    }
    .show_content{
        padding: 20px 0px;
    }
    .show_back_fl{
        width: 68%;
    }
    .show_back_fr{
        width: 27%;
    }
    .show_back_fr a{
        background: #0b63ff url(../images/return.png) no-repeat 15px center;
        padding-right: 15px;
    }
    .itec li a p{
        width: 65%;
    }
    .ipro{
        margin: 20px 0 10px 0;
    }
    .ipro ul li{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .pro_txt:before, .pro_txt:after{
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }
    .iproshow_fl{
        display: none;
    }
    .iproshow_fr{
        margin-left: 0;
    }
    .iproshow_fr1_2_t{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .iindustry{
        margin-bottom: 20px;
    }
    .iindustry ul li{
        width: 50%;
    }
    .inner_con_support{
        margin-top: 20px;
    }
    .isupport_t{
        margin-bottom: 20px;
        padding-bottom: 60px;
    }
    .isupport_t .gallery-top{
        width: 100%;
        margin: 0 auto;
    }
    .isupport_ts_fl{
        font-size: 40px;
        width: 60px;
    }
    .isupport_ts_fr{
        margin-left: 80px;
    }
    .isupport_ts_fr1{
        font-size: 18px;
    }
    .isupport_ts_fr2{
        margin: 10px 0;
    }
    .isupport_ts_fr3{
        font-size: 16px;
    }
    .isupport_t .swiper-button-next2, .isupport_t .swiper-button-prev2{
        width: 60px;
        height: 45px;
    }
    .isupport_t .swiper-button-prev2{
        bottom: 0;
        top: auto;
        left: 0;
        right: auto;
    }
    .isupport_t .swiper-button-next2{
        bottom: 0;
        top: auto;
    }
}

@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {
    .show_back_fl{
        width: 65%;
    }
    .show_back_fr{
        width: 30%;
    }
    .iindustry ul li{
        width: 100%;
    }
}














</pre></body></html>