@charset "utf-8";
/******header**********/
.top{ height:45px;}
.top .sea { width:auto; cursor: pointer; position: relative;}
.top .search { display: none; position: fixed; right: 0; top: 0; z-index: 999; height: 100%; width: 100%; background: rgba(54,55,56,0.80); }
.top .search .search_ny{ width:100%; height: 100%; display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center;}
.top .search .satr { width: 600px; overflow: hidden; margin: 0 auto 0 auto; position: relative; }
.top .search .satr em { padding:10px; position: absolute; right: 10px; top: 0; z-index: 10; border:1px #fff solid; cursor:pointer; color:#FFF;}
.top .search .satr .sousuo1 { width: 500px; height: 60px; line-height: 60px; border: 0; padding-left: 10px; background: #FFF; float: left; box-sizing: border-box; -moz-box-sizing: border-box; }
.top .search .sousuo { width: 100px; height: 60px; line-height: 60px; background:#013c98; border: 0; float: left; color:#FFF; }
.header { height: 5.1vw; position:fixed; top:45px; left:0; right:0; z-index:80; border-bottom:1px #e5e5e5 solid; box-shadow: 0 5px 15px 0px rgba(0, 64, 152, 0.1);}
.head{ height: 5.1vw;}
.header .logo img{ width: auto; height: 2.85vw;}
.header .menu { width: auto; height:5.1vw; }
.header .menu li { width: auto; float: left; position: relative; }
.header .menu li .xialaguang { display: block; width:auto; height: 5.1vw; line-height: 5.1vw; position: relative; overflow:hidden; margin: 0 1.4vw; }
.header .menu li .xialaguang i{ width:100%; height:3px; background:#013c98; position:absolute; left:-100%; bottom:0;}
.header .menu li .xialaguang:hover, .header .menu li .xialaguang.navhover{ cursor: pointer; color:#013c98;}
.header .menu li .xialaguang:hover i, .header .menu li .xialaguang.navhover i{ left:0;}
.header .menu li ul.children { display: none; position: absolute; top: 5.1vw; left: 0; width: 100%; line-height: normal; z-index: 90;}
.header .menu li ul.children li { width: 100%; padding: 0px; display: inline-block; margin: 0; border-top:1px #ececec solid; text-align:center; position:relative;  }
.header .menu li ul.children li a { display: block; padding: 10px 5px; color: #323232; background: #FFF;}
.header .menu li ul.children li a:hover { color: #FFF; background: #0387d1; }
.header .menu li ul.children li ul.tchild { display: none; position: absolute; top: 0; left: 100%; width: 100%; line-height: normal; z-index: 90;}
.header .menu li ul.children li ul.tchild a{ background: #FFF;}
.header .menu li ul.children li ul.tchild a:hover{ color: #FFF; background: #0387d1;}
.header.clone{ top:0;}
/******footer**********/
.lxwm dl dt{ width:3.3vw; height:3.3vw; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;}
.lxwm dl:nth-of-type(2){ margin-left:20%;}
.lxwm dl:nth-of-type(3){ float:right;}
.foot .fov{ margin-right:10%;} 
.foot dt{ background:url(../images/la.png) no-repeat left bottom;}
.foot .cpfo{ width:30%; margin-right:3%;}
.foot dd a{ opacity: 0.7;}
.foot dd a:hover{ opacity: 1;}
.copy{ height:3.5vw;}
.copy.main{ position:relative;}


.foot_ioc{ position:absolute; right:0; bottom:0.7vw;}
.foot_ioc .iocf{ width:2.1vw; margin-left:1vw; float:left; height:2.1vw; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; }
.foot_ioc .iocf:first-child{ margin-left:0;}
.foot_ioc .iocf img{ width:auto; height:1vw;}
.foot_ioc .stmenu2 { width:2.1vw; cursor: pointer; position: relative;}
.foot_ioc .child2 { display: none; position: absolute; bottom:2.1vw; width:100px; left:0; z-index: 90; background: #FFF; z-index:1; padding:2px;}
.foot_ioc .iocf img{ opacity: 0.5;} 
.foot_ioc .iocf:hover img{ opacity: 1;}
/************内页************/

.banneri{ position:relative; margin-top:5.1vw;}
.banneri.cls{ margin-top:0;}

.sub{ position: relative; z-index:1;}
.sub:after { content: ''; width: 100%; height: 1px; background: #e5e5e5; position: absolute; left: 0; bottom:1px; z-index:-1;}
.sub ul{ display: flex; flex-wrap: wrap; position: relative; width:92%;}
.sub ul li span{ display:block;}
.sub ul li:last-child span{ display:none;}
.sub ul li a{ display:block; position:relative;}
.sub ul li a:after{ content: ''; width: 0; height: 3px; background: #013c98; position: absolute; left: 0; bottom:0; z-index:1; -webkit-transition: all .3s ease-in; -moz-transition: all .3s ease-in; -o-transition: all .3s ease-in; transition: all .3s ease-i;}
.sub ul li a:hover, .sub ul li a.cur{ font-weight:bold; color:#013c98;}
.sub ul li a:hover:after, .sub ul li a.cur:after{width: 100%;}

.sea_ny{ width:2.3vw; height:2.3vw; cursor: pointer;}
.search_n { display: none; position:fixed; right: 0; top: 0; z-index: 999; height: 100%; width: 100%; background: rgba(54,55,56,0.80); }
.search_n .search_ny{ width:100%; height: 100%; display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; }
.search_n .satr { width: 600px; overflow: hidden; margin: 0 auto 0 auto; position: relative;}
.search_n .satr em { padding:10px; position: absolute; right: 10px; top: 0; z-index: 10; border:1px #fff solid; cursor:pointer; color:#FFF;}
.search_n .satr .sousuo2 { width: 500px; height: 60px; line-height: 60px; border: 0; padding-left: 10px; background: #FFF; float: left; box-sizing: border-box; -moz-box-sizing: border-box; }
.search_n .soubtn2 { width: 100px; height: 60px; line-height: 60px; background:#013c98; border: 0; float: left; color:#FFF; }

/*product-list*/
.list-unstyled { display: flex; flex-wrap: wrap; position: relative; max-width: 100%; }
.list-unstyled li { display: flex; flex-wrap: wrap; flex-direction: row; background: #f1f5f8; padding: 10px 10px 0 10px;  text-align: center; float: left; margin: 0 0.5% 1vw 0.5%; }
.list-unstyled li img { width: 100%; min-width: 100%; max-width: 100%; display: block; margin: 0 auto; height: auto; }
.list-unstyled li:hover { background: #013c98; box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.2); color: #FFF; }
.list-unstyled li:hover img { -webkit-transform: scale(1.12); -moz-transform: scale(1.12); -ms-transform: scale(1.12); -o-transform: scale(1.12); transform: scale(1.12); }
.list-unstyled li:hover a p { color: #FFF; }

/*PageBar*/
.PageBar { clear: both; width: 100%; overflow: hidden; text-align: center; margin: 30px auto 0 auto; }
.PageButtons span, .PageButtons a { display: inline-block; height: 30px; line-height: 30px; background: #FFF; border: 1px solid #ddd; padding: 0 10px; margin-left: 5px; }
.PageButtons span { color: #ffffff; background-color: #1159a1; border: 1px solid #1159a1; }
.PageButtons a:hover { background: #1159a1; color: #FFF; }
.PageInfo { width: 100%; overflow: hidden; padding-top: 10px; }
.disabled { display: none; }


/*FastMove*/
.FastMove { margin: 30px 0 0 0; overflow: hidden; border: 1px solid #e5e5e5; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; position: relative; }
.FastMove:after { content: ''; width: 1px; height: 100%; background: #e5e5e5; position: absolute; left: 50%; top: 0; }
.FastMove div { width: 50%; padding: 20px 0; overflow: hidden; background: #FFF;-webkit-transition: all .3s ease-in; -moz-transition: all .3s ease-in; -o-transition: all .3s ease-in; transition: all .3s ease-i; }
.FastMove div p { width: 94%; overflow: hidden; margin: 0 auto; display: block; }
.FastMove div:hover { background:#013c98; background-size: 100% 100%; color:#FFF;}
.FastMove div:hover a { color: #FFF; }


/*产品详情*/
.cpzy{ position:relative;}
.cpzy .cpzs_r{ width:50%;}
.cpzy .cp_lx{ width:50%; position:absolute; right:0; bottom:0;}
.cpzy .cp_lx dt img{ width:auto; height:2.1vw;}
.cpzy .cp_lx dd{ height:2.1vw; line-height:2.1vw;}
.cpzy .cp_lx .zxlxn{ width:8.1vw; height:2.1vw; line-height:2.1vw; background:#013c98; text-align:center;}
.cpzy .cp_lx .zxlxn:hover{ background:#020202;}


.cpzy .cpzs_l{ width:45%;}
.cpzy .cpzs_l .item{ position:relative;}
.cpzy .cpzs_l .item p{ width:100%; position:absolute; left:0; bottom:5%; z-index:1;}
.cpzy .cpzs_l .owl-pagination{ display:none;}
.cpzy .cpzs_l .owl-buttons div { width:35px; height: 100%; background:url(../images/awr.png) no-repeat center; display: block; position: absolute; top: 0;}
.cpzy .cpzs_l .owl-buttons div:hover { background:url(../images/awr_ed.png) no-repeat center;}
.cpzy .cpzs_l .owl-buttons div.owl-prev, .cpzy .cpzs_l .owl-buttons div:hover.owl-prev { left: 0; }
.cpzy .cpzs_l .owl-buttons div.owl-next, .cpzy .cpzs_l .owl-buttons div:hover.owl-next { right: 0; -webkit-transform: rotate(180deg); transform: rotate(180deg); }


.left{ width:70%;}
.right{ width:26%;}

.cpzs .cpio{ position:relative;}
.cpzs .cpio dd{ padding:1.5vw 1.1vw 2.2vw 1.1vw;}
.cpzs .cpio i{ width:0; height:6px; background:#fff; display:block; position:absolute; left:0; bottom:0;}
.cpzs .cpio:hover dt img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);}
.cpzs .cpio:hover dd .f20 a{ color:#013c98}
.cpzs .cpio:hover i{ width:100%; background:#013c98;}
.cpzs .owl-buttons div{ display:none;}
.cpzs .owl-pagination { width:100%; text-align:center; padding-top:20px;}


/*新闻内页*/
.arKeywords { padding: 15px; overflow: hidden; background: #FFF; margin-top: 20px; }
.arContent h2, .arContent h3, .arContent h4 { display: block; margin: 5px 0; color:#013c98; }
.arContent table { width: 100%; border-collapse : collapse; background: #ffffff; font-weight: normal; }
.arContent table tr td { padding: 10px 5px; border: 1px solid #dcdcdc; }
.arContent table tr:nth-of-type(odd) { background: #efefef; }
.arContent img { width:auto; max-width: 100%; display: block; margin:5px auto;}
.arContent ol, .arContent ul { text-indent: 2em; }
.arContent ol li { list-style: decimal; list-style-position: inside; }
.arContent ul li { position: relative; padding-left: 18px; }
.arContent ul li:after { content: '⊙'; position: absolute; left: 0; top: 0; color: #013c98; }
/*内容*/
photo { display: block; width: 33.33%; overflow: hidden; float: left; margin-top: 20px; }
photo span { width: 90%; overflow: hidden; display: block; margin: 0 auto; }
photo span img { width: 100%; }
photo p { width: 90%; overflow: hidden; display: block; margin: 0 auto; text-align: center; padding: 10px 0; height: 55px; line-height: normal; }
contenta, contentb, contentc { display: block; overflow: hidden; float: left; }
contenta p, contentb p, contentc p { width: 100%; overflow: hidden; display: block; margin: 0 auto; }
contenta img, contentb img, contentc img { width: 100%; }
.zs p { padding-left: 14px; position: relative; }
.zs p:after { content: ''; width: 6px; height: 6px; border-radius: 100%; background: #013c98; position: absolute; left: 0; top: 2px; }
contenta { width: 49.7%; }
contenta:nth-of-type(odd) { float: left; }
contenta:nth-of-type(even) { float: right; }
contentb { width: 32.33%; margin: 0.5vw 0.5%; }
contentc { width: 24%; margin: 0.5vw 0.5%; }
ewm { width: 40%; overflow: hidden; display: block; margin: 20px 5% 0 5%; float: left; }
ewm span { width: 35%; overflow: hidden; display: block; float: left; }
ewm div { width: 60%; overflow: hidden; display: block; float: right; }



/*微信弹窗*/
.wxnr { width: 100%; height: 100%; position: fixed; top: 0; z-index: 1000; display: none; background: rgba(0,0,0,.6); color:#FFF;}
.wxnr .nrdf { margin: auto; position: absolute; top: 50%; left: 0; right: 0; width: 5rem; height: 5rem; padding: 0.3rem; padding-top: 0.6rem; margin-top: -2.5rem; text-align: center; background-color: rgba(54,55,56,0.80); box-shadow: 0px 2px 6px #777; -webkit-box-shadow: 0px 2px 6px #777; -moz-box-shadow: 0px 2px 6px #777; border-radius: 10px; }
.wxnr img { width: 2.3rem; height: 2.3rem; display: block; margin: 0 auto; }
.wxnr p { line-height: 2; text-align: center; }
.wxnr i { position: absolute; top: 0.2rem; right: 0.2rem; width: 0.3rem; height: 0.3rem; font-size: 0.2rem; line-height: 0.3rem; text-align: center; color: #fff; font-weight: bold; font-style: normal; background: #333; border-radius: 1rem; cursor: pointer; }
.wxnr span { display: inline-block; padding: 0.03rem 0.1rem; line-height: 0.35rem; background-color: #1159a1; color: #fff; border-radius: 0.05rem; cursor: pointer; }
.wxnr span.wx { padding-left: 0.4rem; }
/*复制提示*/
.weixin { position: fixed; top: 50%; margin-top: -0.4rem; z-index: 9999999; color: #fff; width: 90%; right: 5%; line-height: 0.8rem; text-align: center; background: rgba(0, 0, 0, 0.8); border: 2px solid #333; border-radius: 0.1rem; display: none; }
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both }


/*新闻列表*/
.arList { width: 100%; overflow: hidden; }
.arList li { width: 100%; overflow: hidden; border-bottom: 1px solid #dddddd; position:relative;}
.arList li .time{ width:10%; height:100%; position:absolute; left:0; top:0; display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; color:#666666;}
.arList li em{ width:0.9%; height:100%; display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; position:absolute; top:0; left:-100%;}
.arList li i.pcd{ width:2.9%; height:1px; background:#bcbcbc; display:block; position:absolute; left:10%; top:50%;}
.arList li .newly_txta{ width:54%; margin:0 7% 0 16%;}
.arList li .newly_img{ width:23%; border-radius: 20px 0 0 0;}
.arList li .newly_img img{ border-radius: 20px 20px 0 20px;}
.arList li .newly_txtb{ width:84%; margin:0 0 0 16%;}
.arList li:hover .time{ background:#013c98; color:#FFF;}
.arList li:hover i.pcd{ width:2%; background:#013c98; left:11%;}
.arList li:hover em{ left:10%;}
.arList li:hover a{ color:#013c98;}

/*产品留言*/

.zxly .subform { width: 100%; overflow: hidden; margin: 0 auto; }
.zxly .subform .form-groupfl { width: 48%; overflow: hidden; }
.zxly .subform .form-groupfl .liebiao { width: 100%; height: 2.7vw; background: #f1f5f8; box-sizing: border-box; -moz-box-sizing: border-box; margin-bottom: 0.5vw; }
.zxly .subform .form-groupfl .liebiao label { width: 23.6%; height: 1.3vw; line-height: 1.3vw; border-right: 1px #999999 solid; text-align: center; float: left; margin-top: 0.7vw; }
.zxly .subform .form-groupfl .liebiao .forma { width: 71%; height: 2.7vw; line-height: 2.7vw; background: #f1f5f8; float: right; border: 0; }
.zxly .subform .form-groupfl .liuy { width: 100%; overflow: hidden; background: #f1f5f8; position: relative; margin-bottom: 0.5vw; }
.zxly .subform .form-groupfl .liuy label { width: 23.6%; overflow: hidden; border-right: 1px #999999 solid; position: absolute; left: 0; text-align: center; top: 0.7vw; z-index: 1; }
.zxly .subform .form-groupfl .liuy .form-controlv { width: 100%; height: 8.9vw; border: 0; background: #f1f5f8; box-sizing: border-box; -moz-box-sizing: border-box; text-indent: 26%; padding: 0.7vw 0; }
.zxly .subform .btn-info { width: 28%; height: 2.7vw; line-height: 2.7vw; background: #013c98; border: 0; color: #FFF; text-align: center; float: right; }
/*在线留言*/
.fla { width: 56%; overflow: hidden;}
.fra { width: 40%; overflow: hidden;}
.subforn { width: 100%; overflow: hidden; }
.subforn .form-group { width: 100%; overflow: hidden; margin-bottom: 15px; }
.subforn .form-group span { width: 2%; display: block; float: left; height: 42px; line-height: 42px; }
.subforn .form-group .control-div { width: 98%; overflow: hidden; float: right; border: 1px #dadada solid; box-sizing: border-box; -moz-box-sizing: border-box; background: #fff; position: relative; }
.subforn .form-group .control-div label { width: 25%; text-align: center; float: left; height: 24px; line-height: 24px; border-right: 1px #ccc solid; margin-top: 9px; text-align: center; }
.subforn .form-group .control-div .form-control { width: 71%; float: left; height: 42px; line-height: 42px; border: 0; background: #fff; margin-left: 2%; }
.subforn .form-group .control-div label.area { position: absolute; left: 0; top: 9px; z-index: 1; height: auto; margin-top: 0; }
.subforn .form-group .control-div .form-controlv { width: 100%; height: 178px; border: 0; padding: 9px; text-indent: 27%; box-sizing: border-box; -moz-box-sizing: border-box; line-height: 2; }
.subforn .form-group .btn-info { width: 98%; height: 42px; line-height: 42px; text-align: center; background: #013c98; color: #FFF; border: 0; float: right; }
/*视频集锦*/
.oh li { overflow: hidden; position: relative; }
.oh li i { width: 100%; height: 100%; background: url(../images/vd.png) no-repeat center; opacity: 0.8; position: absolute; left: 0; top: 0; z-index: 1; }
.oh li p { background: #a0a0a0; }
.oh li:hover p { background: #013c98; color: #FFF; }
@media screen and (max-width: 1700px) and (min-width:0) {
.foot .fov{ margin-right:9%;} 

}

@media screen and (max-width: 1300px) and (min-width:0) {
.foot .fov{ margin-right:8%;} 

}

@media screen and (max-width: 1100px) and (min-width:0) {
.foot .fov{ margin-right:7%;} 

}








@media screen and (max-width: 1024px) and (min-width:0) {
/******header**********/
.sp_header { width: 100%; height: 0.78rem; position: fixed; top: 0px; left: 0px; z-index: 90; border-bottom: 1px solid rgba(204,204,204,0.1); background: #FFF; box-shadow: 0 5px 15px 0px rgba(0, 64, 152, 0.1); }
.sp_header .sp_logo { width: auto; height: 0.78rem; padding: 0 0 0 3%; display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; }
.sp_header .sp_logo img { width: auto; height: 0.45rem; }
.sp_header .sps { margin-right: 3%; }
.sp_header .sp_nav { width: 0.35rem; position: relative; cursor: pointer; z-index: 0; height: 0.3rem; margin-top:0.24rem;}
.sp_header .sp_nav span { display: block; background: #013c98; width: 100%; height: 0.05rem; position: absolute; transition: all ease 0.35s }
.sp_header .sp_nav span:nth-of-type(1) { top: 0; left: 0; }
.sp_header .sp_nav span:nth-of-type(2) { top: 0.13rem; right: 0; }
.sp_header .sp_nav span:nth-of-type(3) { bottom: 0; left: 0; }
.sp_header .sp_nav_se span:nth-of-type(1) { top: 0.15rem; transform: rotate(45deg) }
.sp_header .sp_nav_se span:nth-of-type(2) { width: 0; left: 0; right: inherit; }
.sp_header .sp_nav_se span:nth-of-type(3) { top: 0.15rem; transform: rotate(-45deg) }
.sp_header .wapny{ width:auto; height: 0.78rem; display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; }
.sp_header .searchwap, .sp_header .searchwap1 { display: none; position: absolute; right: 0; top: 0; z-index: 99; height: 100vh; width: 100%; background: rgba(54,55,56,0.80); transition: top ease 0.35s; }
.sp_header .search_ny { width: 100%; height: 100vh; display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; }
.sp_header .satr { width: 80%; overflow: hidden; margin: 0 auto 0 auto; position: relative; }
.sp_header .satr em { width: auto; overflow: hidden; position: absolute; right: 0; top: 0; z-index: 10; }
.sp_header .satr em i { border: 1px solid #FFF; padding: 5px; font-weight: normal; cursor: pointer; color: #FFF; }
.sp_header .satr .search_c { width: 100%; height: 0.6rem; padding:0 0;}
.sp_header .satr .search_c .sousuo1 { width: 70%; height: 0.6rem; line-height: 0.6rem; border: 0; background: #FFF; float: left; text-indent: 1em; }
.sp_header .sousuo { width: 24.8%; height: 0.6rem; line-height: 0.6rem; border: 0; background: #cd113a; float: right; text-align: center; color: #FFF; }

.sjj_nav { position: fixed; z-index: 99999; background: rgba(0, 0, 0, .8); width: 100%; height: calc(100% - 0.78rem); line-height: 2.5; top: -100%; left: 0; overflow: auto; overflow-x: hidden; transition: top ease 0.35s; }
.nav_show { top: 0.78rem; }
.sjj_nav>ul>li:first-child { overflow: hidden; border-top: 0 }
.sjj_nav>ul>li:first-child>a { float: left; width: calc(100% - 70px) }
.sjj_nav ul li .sp_nav_xjb { position: absolute; top: 0; right: 0px; padding: 0px 7px 0 7px; }
.sjj_nav ul li .sp_nav_xjb svg { transform: rotate(-90deg); transition: all ease 0.35s }
.sjj_nav ul li .sjj_nav_i_se svg { transform: rotate(0deg) }
.sjj_nav ul li { border-top: 1px rgba(255, 255, 255, .8) solid; margin: 0 20px; position: relative; }
.sjj_nav>ul >li:last-child { border-bottom: 1px rgba(255, 255, 255, .8) solid; }
.sjj_nav ul li ul { display: none }
.sjj_nav ul li a { color: #FFF; width: 90% }
.sjj_nav ul li ul li a { color: #efeded; display: block; text-align: left; }
.sjj_nav ul li .sp_nav_xjb svg { width: 20px; height: 20px; fill: #FFF; }
.sjj_nav ul li .sjj_nav_i_se svg { fill: #1159a1; }
.sjj_nav ul li ul li>ul { margin-left: 10px }

/* 工具栏 */
.lxwm dl dt{ width:0.66rem; height:0.66rem;}
.lxwm dl:nth-of-type(2){ margin-left:0; margin:0.25rem 0;}
.lxwm dl:nth-of-type(3){ float:none;}


.ewm{ width:25%; text-align:center; margin-bottom:0.2rem;}
.ewm span{ width:0.62rem; height:0.62rem;display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; margin:0 auto; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;}
.ewm span img{ width:auto; height:0.2rem;}


.fook { width: 100%; overflow: hidden; }
.vbc { width: 100%; height: 1.1rem; display: block; }
.list { width: 100%; overflow: hidden; position: fixed; bottom: 0; z-index: 70; left: 0; color: #fff; border-top: 1px #000 solid;}
.list ul { height: 1.1rem; }
.list ul li { float: left; width: 25%; overflow: hidden; height: 1.1rem; border-right: 1px #000 solid; display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; }
.list ul li a { display: block; overflow: hidden; color: #fff; }
.list ul li:last-child { border-right: 0; }
.list ul li .pt5 { padding-top: 0.01rem; }
/*内页*/
.banneri { margin-top: 0.78rem; text-align: center; }
.banneri .f48{ font-size:0.4rem;}
/*cateList*/
.cateList { width: 100%; text-align: center; position: relative; display: block; }
.cateList .goBack { width: auto; height: 0.8rem; line-height: 0.8rem; position: absolute; left: 3%; top: 0; z-index: 10; font-size: 0.38rem; color: #1159a1; }
.cateList .goBack:before { width: auto; height: 0.8rem; display: block; }
.cateList h3 { width: 100%; position: relative; font-size: 0.35rem; line-height: 0.8rem; height: 0.8rem; border-bottom:1px #e7eaf0 solid; }
.cateList h3 span { position: absolute; top: 0; right: 3%; width: auto; height: 0.8rem; line-height: 0.8rem; font-size: 0.4rem; color: #1159a1; }
.cateList .box { width: 95%; padding: 0.2rem 0; z-index: 1100; background: #FFF; display: none; margin: 0 auto; }
.cateList .box a { padding: 0.1rem 5%; line-height: 0.34rem; text-align: left; font-size: 0.22rem; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; border-bottom: 1px #CCC solid; }
.cateList .box a:last-child { border-bottom: none; }
/*产品分类*/
.sideup { display: none; width: 100%; margin: 0 auto; padding:0.2rem; background: #FFF;}
.sideup li { text-align: left; border-bottom: 1px #e7eaf0 dashed; padding: 0.15rem 0; }
.sideup li:last-child { border-bottom: none; }
.tun { width: 0.25rem; height: 0.25rem; display: block; float: right; color: #1159a1; margin-right: 5%; }
.sidedown { padding: 0.2rem; display: none; }
.sidedown li { font-size: 0.22rem; border-bottom: none; }
.sidedowna { background: #f3f3f3; padding: 0 0.12rem; display: none; }

/*内页*/
.list-unstyled li { padding: 0.1rem 0.1rem 0 0.1rem; float: none; margin: 0 0 0.2rem 0; }

/*产品详情*/

.cpzy .cpzs_r{ width:100%;}
.cpzy .cp_lx{ width:100%; position:inherit; right:inherit; bottom:inherit; padding-top:0.35rem;}
.cpzy .cp_lx dt img{ height:0.4rem;}
.cpzy .cp_lx dd{ height:0.4rem; line-height:0.4rem;}
.cpzy .cp_lx .zxlxn{ width:1.6rem; height:0.4rem; line-height:0.4rem; }



.cpzy .cpzs_l{ width:100%; padding-top:0.4rem;}



.left{ width:100%;}
.right{ width:100%; padding-top:0.35rem;}




.cpzs .cpio.conba{ width:100%; }
.cpzs .cpio dd{ padding:0.3rem 0.2rem 0.4rem 0.2rem;}
.cpzs .cpio i{ width:100%; height:6px; background:#013c98; display:block; position:absolute; left:0; bottom:0;}
.cpzs .owl-pagination { padding-top:0.2rem;}


/*PageBar*/
.PageBar { width: 90%; margin: 0.2rem auto 0 auto; }
.PageButtons span, .PageButtons a { height: 0.4rem; line-height: 0.4rem; }
.PageInfo { padding-top: 0.1rem; }
/*产品详情*/
.cpnt, .cpnt .ovhi { overflow: scroll; }
.arContent.ovhi { overflow-x: scroll; overflow-y: hidden;}
.arContent { width: 100%; overflow-x: auto; }
.arContent::-webkit-scrollbar { width: 5px; height: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.arContent::-webkit-scrollbar-thumb { background-color: #1159a1; background-clip: padding-box; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; min-height: 20px;}
.arContent::-webkit-scrollbar-thumb:hover { background-color: rgba(0, 0, 0, 0.5); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.arContent::-webkit-scrollbar-track { background-color: #f0f0f0;}

/*FastMove*/
.FastMove { margin: 0.3rem 0 0 0; display: inherit; background: none; }
.FastMove:after { width: 0; height: 0; }
.FastMove div { width: 100%; padding: 0.2rem 0; }
.FastMove div.fl { border-bottom: 1px solid #e5e5e5; }


/*新闻内页*/
.arContent table tr td { padding: 0.1rem 5px; font-size: 0.18rem; }
.arContent img { max-width: 100%; height: auto; display: block; margin: 0 auto; }
/*内容*/
photo { width: 100%; float: none; margin-top: 0.2rem; }
photo span { width: 100%; }
photo p { width: 100%; padding: 0.1rem 0; height: auto; }
contenta, contentb, contentc { float: none; }
contenta { width: 100%; margin-top: 0.1rem; }
contenta:nth-of-type(odd) { float: none; }
contenta:nth-of-type(even) { float: none; }
contentb { width: 100%; margin: 0.1rem 0; }
contentc { width: 100%; margin: 0.1rem 0; }
ewm { width: 100%; margin: 0.1rem; float: none; }

/*产品留言*/

.zxly .subform .form-groupfl { width: 100%; }
.zxly .subform .form-groupfl .liebiao { height: auto; margin-bottom: 0.2rem; background: none; }
.zxly .subform .form-groupfl .liebiao label { width: 100%; height: auto; line-height: normal; border-right: none; text-align: left; float: none; margin-top: 0.14rem; }
.zxly .subform .form-groupfl .liebiao .forma { width: 100%; height: 0.54rem; line-height: 0.54rem; float: none; text-indent: 0.5em;}
.zxly .subform .form-groupfl .liuy { margin-bottom: 0.2rem; background: none; }
.zxly .subform .form-groupfl .liuy label { width: 100%; border-right: none; position: inherit; left: inherit; text-align: left; top: inherit; z-index: inherit; }
.zxly .subform .form-groupfl .liuy .form-controlv { height: 1.7rem; text-indent: 0.5em; padding: 0.1rem 0; }
.zxly .subform .btn-info { height: 0.54rem; line-height: 0.54rem; }

/*在线留言*/
.fla { width: 100%; float: none; }
.fra { width: 100%; padding-top: 0.25rem; float: none; }
.subforn { width: 100%; }
.form-group { margin-bottom: 0.1rem; }
.form-group .control-div label { width: 22%; height: 0.6rem; line-height: 0.6rem; text-align: center; text-indent: 0; }
.form-group .control-div label:after { height: 0.2rem; top: 0.2rem; }
.form-group .control-div .form-control { width: 74%; height: 0.6rem; line-height: 0.6rem; }
.form-group .control-div label.area { left: 0.1rem; top: 0.1rem; padding-right: 0.2rem; }
.form-group .control-div .form-controlv { height: 1.8rem; padding: 0.15rem 0; text-indent: 26%; }



/*新闻列表*/
.arList li .time{ display:none;}
.arList li em{ display:none;}
.arList li i.pcd{ display:none;}
.arList li .newly_txta{ width:100%; margin:0 0 0 0;}
.arList li .newly_txtb{ width:100%; margin:0 0 0 0;}
.arList li .newly_img{ width:100%; padding-top:0.1rem;}
}
