@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: 750px;
  min-height: 320px;
  margin: 0 auto 1.08rem;
}
.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: #657999;
  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.2rem;
  width: 1.76rem;
  height: 1.32rem;
  float: right;
}
.nav-list {
  overflow: hidden;
  clear: both;
}
.nav-list li {
  float: none;
  position: relative;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.32rem;
}
.nav-list li a {
  color: white;
}
.nav-list li:nth-child(2n) {
  right: 0.6rem;
}
.nav-list li:nth-child(2n+1) {
  left: 0.6rem;
}
.ban .swiper-pagination {
  font-size: 0.2rem;
}
/*底部浮动信息*/
.bottom-btn {
  width: 100%;
  height: 1.08rem;
  position: fixed;
  max-width: 750px;
  bottom: 0;
  background: #657999;
  opacity: 0.9;
  z-index: 999;
}
.bottom-btn a {
  display: block;
  float: left;
  width: 33.33%;
  height: 100%;
  color: white;
  font-size: 0.24rem;
  text-align: center;
  line-height: 1.52rem;
  font-weight: bold;
}
.bottom-btn-map {
  background: url("../images/bottom_map.png") no-repeat center 0.12rem;
  background-size: 0.32rem 0.46rem;
}
.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.17rem;
  background-size: 0.38rem;
}
.bottom-btn-top {
  background: url("../images/bottom_top.png") no-repeat center 0.26rem;
  background-size: 0.67rem 0.28rem;
}
@font-face {
  font-family: 'gilroyBold';
  src: url('../font/gilroy-extrabold-webfont.woff') format('woff'), url('../font/gilroy-extrabold-webfont.woff2') format('woff2'), url('../font/Gilroy-ExtraBold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilroy';
  src: url('../font/gilroy-light-webfont.woff') format('woff'), url('../font/gilroy-light-webfont.woff2') format('woff2'), url('../font/Gilroy-light.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.gilroy {
  font-family: gilroy;
}
.gilroybold {
  font-family: gilroyBold;
}
/*公共颜色*/
.c01 {
  color: #005aaa;
}
/*头部开始*/
.fullimg {
  width: 100%;
  max-width: 100%;
  display: block;
}
.en {
  font-family: Arial;
}
.w700 {
  width: 7rem;
  margin: 0 auto;
}
.header {
  height: 1rem;
  line-height: 1rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  width: 2.07rem;
}
.header .logo img {
  width: 100%;
}
.nav-btn {
  width: 0.67rem;
}
.swiper-container {
  --swiper-theme-color: #657999;
  --swiper-navigation-color: #657999;
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}
.global-tit {
  height: 0.65rem;
  line-height: 0.65rem;
  background-color: #657999;
  color: #fff;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.global-tit .line {
  flex: 1;
  width: 100%;
  height: 1px;
  background-color: #7c89a1;
}
.global-tit h6 {
  font-size: 0.36rem;
  margin: 0 0.18rem;
}
.yy {
  box-shadow: 2px 0 8px rgba(29, 29, 29, 0.12);
}
.pro-search {
  margin-bottom: 15px;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  background-color: #fff;
}
.pro-search .search-input {
  height: 0.5rem;
  border: 1px solid #cccccc;
  font-size: 0.24rem;
  flex: 1;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.pro-search .search-input img {
  width: 0.38rem;
  margin-left: 0.15rem;
  margin-right: 0.22rem;
}
.pro-search .search-input input {
  flex: 1;
  width: 100%;
}
.pro-search button {
  width: 1.4rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  font-size: 0.24rem;
  background-color: #657999;
}
.sec1 {
  padding-bottom: 0.78rem;
  padding-top: 15px;
}
.bgf2 {
  background-color: #f4f2f2;
}
.pro-l-list {
  background-color: #fff;
}
.pro-l-list li {
  border-bottom: 1px dashed #ccc;
  line-height: 0.7rem;
  padding-left: 0.36rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.pro-l-list li:last-child {
  border-bottom: none;
}
.pro-l-list li a {
  font-size: 0.3rem;
  margin-left: 0.32rem;
}
.pro-l-list li:before {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  background: #4d5f7e;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.05rem;
}
.pro-r-list {
  padding-top: 0.25rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.pro-r-list li {
  width: 3.4rem;
  margin-bottom: 0.1rem;
}
.pro-r-list li img {
  border: 1px solid #4d5f7e;
  padding: 0.06rem;
}
.pro-r-list li p {
  font-size: 0.3rem;
  text-align: center;
  padding-top: 0.05rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sec2 {
  padding-bottom: 0.8rem;
}
.pd-more {
  width: 1.76rem;
  height: 0.52rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 0 auto;
  border: 1px solid #305692;
  font-size: 0.24rem;
  color: #4d5f7e;
  text-align: center;
  justify-content: center;
  margin-top: 0.3rem;
}
.yyly-swiper {
  padding-top: 0.4rem;
  padding-bottom: 0.8rem;
}
.yyly-item {
  width: 4.86rem;
}
.yyly-item .tit {
  text-align: center;
}
.yyly-item .tit h6 {
  font-size: 0.3rem;
}
.yyly-item .tit img {
  width: 2.06rem;
  display: block;
  margin: 0.14rem auto 0.34rem;
}
.yyly-item .images {
  width: 100%;
  height: 3.65rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 0.07rem solid #657999;
}
.sec4 {
  padding-top: 0.6rem;
}
.adv-main-tit {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 0.2rem;
}
.adv-main-tit .big-tit {
  width: 1.01rem;
  height: 0.6rem;
  background: url(../images/bigtit.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  line-height: 0.6rem;
  color: #fff;
  padding-left: 0.16rem;
  font-size: 0.3rem;
  font-weight: bold;
}
.adv-main-tit h6 {
  font-size: 0.28rem;
  font-weight: bold;
  color: #4d5f7e;
  padding-left: 0.16rem;
}
.adv-demo {
  margin-bottom: 0.35rem;
}
.adv-info-p p {
  line-height: 28px;
  padding-left: 20px;
  background: url(../images/adv_dd_p.jpg) no-repeat left top 10px;
  font-size: 0.24rem;
}
.adv-info-p p strong {
  font-weight: normal;
  color: #d50202;
}
.sec5 {
  margin-top: 0.6rem;
}
.swiper-honor {
  padding-top: 0.44rem;
}
.swiper-honor p {
  font-size: 0.3rem;
  text-align: center;
  color: #333;
}
.sec6 {
  border-bottom: 0.05rem solid #4d5f7e;
  padding-bottom: 0.42rem;
  position: relative;
  z-index: 666;
  background-color: #fff;
}
.sec6 .yy2 {
  background: url(../images/yy_b.jpg) no-repeat center center;
  width: 100%;
  height: 0.3rem;
  position: absolute;
  bottom: -0.35rem;
  left: 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.sec6-in {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.swiper-honor-prev {
  flex: 0 0 0.6rem;
  background: url(../images/l.png) no-repeat center center;
  width: 0.6rem;
  height: 0.68rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.swiper-honor-next {
  flex: 0 0 0.6rem;
  background: url(../images/r.png) no-repeat center center;
  width: 0.6rem;
  height: 0.68rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sec7 {
  padding-top: 0.65rem;
}
.about {
  border: 1px solid #ccc;
}
.info-title {
  border-bottom: 1px solid #4d5f7e;
  line-height: 45px;
}
.info-title p {
  float: left;
  width: 135px;
  white-space: nowrap;
  font-size: 16px;
  color: #4d5f7e;
  border-bottom: 1px solid #4d5f7e;
  padding-left: 30px;
  font-weight: bold;
  background: url("../images/info_title_p.png") no-repeat left 10px center;
}
.info-title p span {
  font-size: 14px;
  font-weight: normal;
}
.info-title a {
  float: right;
  margin-right: 20px;
}
.about {
  margin-bottom: 40px;
}
.about-con {
  padding: 0.3rem 0.5rem;
}
.about-info h3 {
  font-weight: normal;
  font-size: 0.3rem;
  margin-bottom: 5px;
  color: #333333;
  font-weight: bold;
}
.about-info p {
  font-size: 0.24rem;
  line-height: 2;
  color: #333;
}
.about-info a {
  display: block;
  margin-top: 20px;
  border: 1px solid #ccc;
  line-height: 30px;
  text-align: center;
  width: 100px;
}
.qa {
  border: 1px solid #ccc;
}
.pdb50 {
  padding-bottom: 0.5rem;
}
.qa-con {
  padding: 20px 20px 0 20px;
  line-height: 26px;
  font-size: 0.24rem;
}
.qa-con dt {
  padding-left: 25px;
  color: #4d5f7e;
  background: url("../images/qa_q.png") no-repeat left top 5px;
}
.qa-con dt span {
  color: #d50202;
}
.qa-con dd {
  border-bottom: 1px dashed #ccc;
  padding: 0 0 10px 25px;
  background: url("../images/qa_a.png") no-repeat left top 5px;
}
.sec10 {
  margin-top: 0.8rem;
}
.news {
  border: 1px solid #ccc;
}
.news-list {
  padding: 0.1rem 0.48rem 0rem 0.48rem;
}
.news-list li {
  border-bottom: 1px dashed #ccc;
  line-height: 0.95rem;
  overflow: hidden;
}
.news-list li p {
  float: left;
  font-size: 0.28rem;
  width: 4.2rem;
  color: #333;
}
.news-list li span {
  float: right;
  font-size: 0.28rem;
  color: #333;
}
.sec10 {
  margin-bottom: 0.5rem;
}
.header-wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 66;
  background-color: #fff;
  width: 100%;
}
.faer {
  display: block;
  height: 1rem;
}








/*清除浮动lyy*/
.m_t10{margin-top:.25rem;}
.m_t20{margin-top:.5rem;}
.m_t30{margin-top:.75rem;}
.m_t40{margin-top:1rem;}
.m_t50{margin-top:1.25rem;}


.p_t10{padding-top:.25rem;}
.p_t20{padding-top:.5rem;}
.p_t30{padding-top:.75rem;}
.p_t40{padding-top:1rem;}
.p_t50{padding-top:1.25rem;}


.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%;}
.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: 1rem;
  display: block;
  color: #333;
  background: #f4f4f4;
  padding: 0 1.125rem;
  border-bottom: 1px solid #cfcbc1;
  font-size: 0.3rem;
  }
.menu_list li i {
float: right;
margin-top: .3rem;
color: #656565;
font-weight: bold;
font-size: 1.6em;
}

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

.CategoryList_Title i{font-size: 0.4rem; margin-top:.3rem; color:#305692}

.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; overflow:hidden;}
.productLayout dl dt img{width:100%;}
.productLayout dd { overflow:hidden; height: .5rem;line-height: .3rem; font-size:0.3rem;}
.productLayout dd h5{margin-top: .1rem;}
.productLayout dd a{color:#333; line-height: .4rem;}


.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.3rem;
line-height: .5rem; padding:0.3rem;
min-height: 10.5rem;
;
}
.gyBox img{ width:100%;}
/*翻页*/
.flip{  line-height:20px; text-align:center; padding:20px 0; clear:both;font-size:0.3rem;}
.flip a, .flip span{ padding:5px 9px; margin:0 5px; background-color:#305692; color:#fff; border-radius:2px;}
.flip span,  .flip a:hover{ color:#FF0000;  }
.cp_xqct{padding:10px;  color: #444;
  font-size: 0.625rem;
  line-height: .5rem;}
.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.3rem;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.cp_xqct img{ display:block; max-width:100%; margin:0 auto;}
.page{overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-size: 0.3rem;}
.page a{color: #333;}

/**手机图集滚动**/
.swiper_case1{ margin-bottom: .2rem;margin:0 auto; overflow: hidden;width: 100%; }
.swiper_case1 li {  height: 6rem; 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.325rem;}

