@charset "utf-8";
/*初始化*/
/*Html5*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
/*Base*/
html {
  font: 62.5%/1.8 "微软雅黑", "\5b8b\4f53", Arial, sans-serif;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  /*修正手持设备字体变化*/
  min-width: 16rem;
  overflow-x: hidden;
}
body {
  overflow: hidden;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  background: transparent;
  color: inherit;
  /*修正win8系统IE连接灰色背景*/
  outline: none;
}
a:focus {
  outline: 0;
}
a:active,
a:hover {
  outline: 0;
  /*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/
}
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
fieldset {
  border: 0.025rem solid #c0c0c0;
  margin: 0 0.1rem;
  padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input.submit {
  border: 0;
  margin: 0;
  cursor: pointer;
}
input.radio {
  width: 0.65rem;
  height: 0.65rem;
  float: left;
  display: inline;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol,
li {
  list-style: none;
}
/*清除浮动*/
.cl {
  zoom: 1;
}
.cl:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.fl {
  float: left;
}
.fr {
  float: right;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b {
  display: block;
  width: 100%;
  height: 100%;
}
.ws {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p {
  width: 15.0rem;
  margin: 0 auto;
}
.trans01 {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
body {
  max-width: 640px;
  min-height: 320px;
  margin: 0 auto 2.7rem;
}
/*公共颜色*/
.c01 {
  color: #005aaa;
}
/*头部开始*/
.fullimg {
  width: 100%;
  max-width: 100%;
  display: block;
}
.en {
  font-family: Arial;
}
.w600 {
  width: 15.0rem;
  margin: 0 auto;
}
.header {
  height: 2.25rem;
  line-height: 2.25rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  width: 4.15rem;
}
.header .logo img {
  width: 100%;
}
.nav-btn {
  width: 1.5rem;
}
.global-title {
  height: 4.375rem;
  padding-top: 1.6rem;
  padding-bottom: 0.9rem;
}
.global-title h3 {
  font-size: 0.9rem;
  color: #333333;
  text-align: center;
  line-height: 1;
  padding-bottom: 10px;
}
.global-title .line-scroll-box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.global-title .line-scroll-box img {
  width: 3.325rem;
  height: 3px;
}
.global-title .line-scroll-box span {
  font-size: 0.5rem;
  color: #333333;
  margin: 0 0.375rem;
}
.global-view-demo .img-box {
  position: relative;
}
.global-view-demo .img-box .images {
  height: 9.25rem;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.global-view-demo .img-box .play-btn {
  position: absolute;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.vidcontainer {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  z-index: 999;
}
.vidcontainer video {
  position: absolute;
  width: 780px;
  max-width: 100%;
  max-height: 80%;
  top: 0;
  left: 0;
  background-color: #000;
  bottom: 0;
  right: 0;
  margin: auto;
}
.vidcontainer .closevid {
  width: 40px;
  height: 40px;
  background: url(../images/close-vid2.png) no-repeat center / 100% auto;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  top: 20px;
  right: 20px;
}
.nav {
  position: fixed;
  z-index: 9999;
  background: #308ac9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
}
.nav-close {
  background: url("../images/nav_close.png") no-repeat center center / 100% 100%;
  margin-right: 0.5rem;
  width: 4.4rem;
  height: 3.3rem;
  float: right;
}
.nav-list {
  overflow: hidden;
  clear: both;
}
.nav-list li {
  float: none;
  position: relative;
  text-align: center;
  line-height: 2rem;
  font-size: 0.8rem;
}
.nav-list li a {
  color: white;
}
.nav-list li:nth-child(2n) {
  right: 1.5rem;
}
.nav-list li:nth-child(2n+1) {
  left: 1.5rem;
}
.ban .swiper-banner .swiper-pagination-progressbar {
  top: inherit;
  bottom: 0;
}
/*底部浮动信息*/
.bottom-btn {
  width: 100%;
  height: 2.7rem;
  position: fixed;
  max-width: 640px;
  bottom: 0;
  background: #308ac9;
  opacity: 0.9;
  z-index: 999;
}
.bottom-btn a {
  display: block;
  float: left;
  width: 33.33%;
  height: 100%;
  color: white;
  font-size: 0.6rem;
  text-align: center;
  line-height: 3.8rem;
  font-weight: bold;
}
.bottom-btn-map {
  background: url("../images/bottom_map.png") no-repeat center 0.3rem;
  background-size: 0.8rem 1.15rem;
}
.bottom-btn-tel {
  border-left: 0.025rem solid rgba(255, 255, 255, 0.7);
  border-right: 0.025rem solid rgba(255, 255, 255, 0.7);
  background: url("../images/bottom_tel.png") no-repeat center 0.425rem;
  background-size: 0.95rem;
}
.bottom-btn-top {
  background: url("../images/bottom_top.png") no-repeat center 0.65rem;
  background-size: 1.675rem 0.7rem;
}
.swiper-pagination-bullet-active {
  background-color: #308ac9;
}
.ph-main {
  position: relative;
}
.global-tit {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.625rem;
  padding-bottom: 0.15rem;
}
.global-tit .l h4 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #308ac9;
  line-height: 1;
}
.global-tit .l h6 {
  color: #7bd7e4;
  opacity: 0.2;
}
.global-more .icon {
  font-size: 0;
}
.global-more .icon .big {
  display: inline-block;
  width: 0.85rem;
  height: 0.85rem;
  background-color: #f67915;
  position: relative;
  margin-right: 0.75rem;
}
.global-more .icon .big:after {
  content: '';
  width: 0.45rem;
  height: 0.45rem;
  background-color: #f67915;
  border: 3px solid #fff;
  position: absolute;
  right: -0.3rem;
  bottom: -0.2rem;
}
.global-more .text {
  color: #f67915;
  font-size: 0.6rem;
}
.doc-edit {
  color: #333333;
  font-size: 0.6rem;
  line-height: 1.1rem;
  margin-top: 10px;
}
.aboutimg {
  margin-top: 0.7rem;
}
.product-select {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.product-select a {
  margin-bottom: 14px;
  display: block;
  border-radius: 25px;
  border: 1px solid #308ac9;
  height: 1.375rem;
  line-height: 1.375rem;
  text-align: center;
  color: #333;
  font-size: 0.6rem;
  padding: 0 0.75rem;
  margin-right: 0.325rem;
  box-shadow: 4px 4px 4px rgba(10, 95, 119, 0.18);
  outline: none;
}
.product-select a.active {
  background-color: #308ac9;
  color: #fff;
}
.product-pro-box {
  display: none;
}
.product-pro-box.active {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.product-pro-box.active .product-item {
  width: 49%;
  margin-bottom: 1.0rem;
}
.product-pro-box.active .product-item p {
  font-size: 0.6rem;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5%;
  text-align: center;
  margin-top: 0.5rem;
}
.case-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.case-list a {
  width: 48%;
  position: relative;
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
}
.case-list a .tag {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1.375rem;
  line-height: 1.375rem;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 0.6rem;
  padding: 0 5%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.news-list .global-news-item {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 28px;
}
.global-news-item a {
  display: block;
}
.global-news-item a .news-title {
  line-height: 1;
}
.global-news-item a .news-title .title {
  display: inline-block;
  color: #333;
  font-size: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s linear;
}
.global-news-item a .news-title .title:before {
  content: '';
  background: url(../images/news-arrow.png) no-repeat left center;
  width: 23px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 6px;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.3s linear;
}
.global-news-item a .news-doc {
  font-size: 0.6rem;
  color: #666666;
  line-height: 1.1rem;
  margin-top: 12px;
  height: 2.2rem;
  overflow: hidden;
}
.global-news-item a .news-title .title {
  padding-left: 25px;
}
.global-news-item a .news-title .title:before {
  opacity: 1;
  transform: translateX(0);
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
/*清除浮动lyy*/
.clear{zoom:1;}
.clear:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}

@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot');
    src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf') format('truetype'),
        url('../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}



.icon-arrow-left:before {
    content: "\e600";
}
.icon-arrow-down:before {
    content: "\e601";
}
.icon-arrow-right:before {
    content: "\e602";
}
.icon-arrow-up:before {
    content: "\e603";
}
.icon-phone:before {
    content: "\e606";
}
.icon-house:before {
    content: "\e607";
}
.icon-search:before {
    content: "\e60a";
}
.icon-details:before {
    content: "\e604";
}
.icon-left:before {
    content: "\e605";
}


 [class*="icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mian {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-width: 320px;
  overflow: hidden;
  background-color: #fff;
  font-family: Microsoft YaHei;
}
.menu_list{width: 100%;margin-top: 1rem;}
.menu_list li{width: 100%; float: none;}

.menu_list li .son_list{display: none;}
.menu_list .active .son_list{display: block;}
.menu_list a{
  line-height: 2rem;
  display: block;
  color: #333;
  background: #f4f4f4;
  padding: 0 1.125rem;
  border-bottom: 1px solid #cfcbc1;
  font-size: 0.8rem;
  }
.menu_list li i {
float: right;
margin-top: .45rem;
color: #656565;
font-weight: bold;
font-size: 1.6em;
}

.CategoryList_Title{height: 2rem;line-height: 2rem;padding: 0 .687em;color: #333;text-align: center;border-bottom: 1px solid #b0b4bb;font-size: 1rem;background: linear-gradient(180deg , #f2f2f2 0% , #e0e0e0 100%);}

.CategoryList_Title i{font-size: 0.8rem; margin-top:.6rem; color:#308ac9}

.productLayout .prt{background:#02935d;color:#fff;height:35px;width:100%;line-height:35px;padding-left:20px;}
.productLayout{overflow:hidden; min-height: 11rem;}
.productLayout dl{padding:10px 0; float:left; width:46%; margin:10px 2%; text-align:center; background-color:#f9f9f9; overflow:hidden;}
.productLayout dl dt img{width:100%;}
.productLayout dd h5{height:20px; line-height:20px; overflow:hidden; margin-top:10px;}
.productLayout dd h5 a{color:#333; font-size:0.5rem;}


.nyListSpan li{border-bottom:1px solid #ccc; float: none;}
.nyListSpan li a.nyListLinkSpan{display:block;overflow: hidden; height:100% ;padding:10px; background:linear-gradient(180deg , #fff 0% , #f1f1f1 100%); color:#666; background-position: 90% center;}
.nyListSpan li a.nyListLinkSpan:hover{background:linear-gradient(180deg , #fff 0% , #ccc 100%); background-position: 90% center;}
.contact{ overflow: hidden; }
.nyListSpan li  span {
    background: rgba(0, 0, 0, 0) url("../images/i_l_do_do.png") no-repeat scroll right center;
    color: #003f98;
    margin-left: 20px;
    opacity: 0.5;
    padding-right: 25px;
}
.nyListSpan li h4{ white-space:nowrap; overflow: hidden; text-overflow: ellipsis;}
.nyListSpan li img{ float: left; width: 5rem; margin-right: 0.5rem; }




.gyBox{ color:#444; 
font-size: 0.625rem;
line-height: 1rem; padding:0.6rem;
min-height: 16.5rem;
;
}
.gyBox img{ width:100%;}
/*翻页*/
.flip{  line-height:20px; text-align:center; padding:20px 0; clear:both;font-size:0.6rem;}
.flip a, .flip span{ padding:5px 9px; margin:0 5px; background-color:#308ac9; color:#fff; border-radius:2px;}
.flip span,  .flip a:hover{ color:#FF0000;  }
.cp_xqct{padding:10px;  color: #444;
  font-size: 0.625rem;
  line-height: 1rem;}
.cp_xqct .title{border-bottom:1px solid #ccc;display: block; margin:0 auto; text-align:center; line-height:30px;  margin-bottom: 1rem;
 font-size: 0.8rem;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.cp_xqct img{ display:block; width:100%!important; marx-widht:640px!important; margin:0 auto;}
.page{overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-size: 0.6rem;}
.page a{color: #333;}

/**手机图集滚动**/
.swiper_case1{ margin-bottom: 1rem;margin:0 auto; overflow: hidden;width: 100%; }
.swiper_case1 li {  height: 12rem; text-align: center; overflow: hidden;}
.swiper_case1 li img{vertical-align:middle;display: inline;width: 100%;}
.swiper_case1 .swiper_case_span{text-align: center;}
.clean_st{font-size: 0.625rem;}