@charset "UTF-8";
*{
  box-sizing:border-box !important;
  padding: 0;
  margin: 0; 
  outline:none;
}
html{
  overflow-x: hidden;
}
body{
    font-family: 'microsoft yahei,Arial,sans-serif';
    padding: 0 !important;
    color: #333;
    margin:0 auto; 
    font-size: 14px;
    overflow-x: hidden;
    background: #fff;
}
input,select{
  outline:none;
}
ul{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
.hidden{
  display: none;
}
body a{
  color: #333;
  text-decoration:none;
}
body a:hover{
  text-decoration:none;
}
.text-center{
    text-align: center;
}
.container {
    max-width: 1230px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}
.fullcontainer {
    width: 100%;
    padding: 0 15px;
}
.fullcontainer{
  width: 100%;
  padding: 0 15px;
}
.maximg{
  overflow: hidden;
  background: #000;
  display: block;
}
.maximg img{
  width: 100%;
  height: auto;
  transition: all ease .4s;
}
.maximg:hover img{
  opacity: .7;
}
.fl{
  float: left;
}
.fr{
  float: right;
}

.clearfix{
  clear:both;
}
/*头部样式*/
.header{
  height: 60px;
  background: #fff;
  border-bottom: 1px solid rgba(255,255,255,.1);
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  z-index: 9999;
  transition: background ease .4s;
}
.header.fixheader{
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.header .logo{
  float: left;
  font-size: 0;
  margin-top: 13px;
}
.header .logo a{
  display: block;
  vertical-align: middle;
}
.header .logo a span{
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.header.fixheader .logo a span{
  color: #5a80eb;
}
.header .header_nav{
  float: right;
}
.header .header_nav>ul{
  margin-right: -30px;
}
.header .header_nav>ul>li{
  display: inline-block;
  padding: 0 30px;
  line-height: 86px;
  position: relative;
}
.header .header_nav>ul>li>a{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.header.fixheader .header_nav>ul>li>a{
    color: #0f3652;
}
.header .header_nav>ul>li>.sub-menu{
  display: none;
}

.header_nav>ul>li>.sub-menu{
  display: none;
  background: #fff;
  position: absolute;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  border-radius: 3px;
  top:70px;
  left:50%;
  margin-left: -90px;
  width: 180px;
  padding: 8px 0;
  z-index: 99;
}
.header_nav>ul>li.has-children>a{
  padding-right: 20px;
}
.header_nav>ul>li.has-children>a>span{
  position: absolute;
  right: 0px;
  font-size: 12px;
  margin-top: -7px;
  top: 50%;
  line-height: 18px;
  font-weight: 100;
  opacity: .8;
}
.header_nav>ul>li.current-menu-item>a, .header_nav>ul>li:hover>a{
  color: #298eef !important;
}
.header_nav>ul>li>.sub-menu:before{
  content: ' ';
  display: block;
  position: absolute;
  left: 50%;
  top: -8px;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.header_nav>ul>li>.sub-menu>li{
  line-height: 18px;
}
.header_nav>ul>li>.sub-menu>li>a{
  padding: 8px 16px;
  display: block;
  color: #333;
}
.header_nav>ul>li>.sub-menu>li>a:hover{
  background: #fafafa;
  color: #298eef;
}
.header_nav>ul>li{
  display: inline-block;
  line-height: 80px;
  padding: 0 20px;
  position: relative;
}
.header_nav>ul{
  margin-right: -20px;
}
.header_nav>ul>li>a{
  font-size:18px;
  display: block;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.header_nav>ul>li:hover .sub-menu{
  display: block;
}

.banner{
  height: 680px;
  background-image: -webkit-linear-gradient( 90deg, rgba(17,29,41) 0%, rgba(37,61,115) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(24,35,60) 0%, rgba(19,23,32) 100%);
  vertical-align: middle;
  text-align: center;
  color: #fff;
  padding: 0 15px;
  position: relative;
}
.banner.nybanner{
    height: auto;
    padding-top: 86px;
}
.bannermain{
    position: absolute;
    margin-top: 43px;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-width: 80%;
}
.nybannertext{
    background-position: right center;
    background-repeat: no-repeat;
    /* background-size: contain; */
    padding: 50px 0;
    text-align: left;
}
.nybannertext h1{
    font-size: 42px;
}
.nybannertext p{
    width: 55%;
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
}
.nybannermain{
    padding: 30px 0;
}
.bannertext h2{
    font-size: 60px;
    margin-bottom: 20px;
}
.nybanner .bannermain img{
    display: inline-block;
    vertical-align: middle;
}
.bannertext p{
    font-size: 16px;
    line-height: 30px;
    width: 55%;
    display: inline-block;
}
.downbutton{
    /*margin-top: -70px;*/
}
.downbutton a{
    display: inline-block;
    color: #fff;
    font-size: 0px;
    height: 50px;
    line-height: 50px;
    width: 190px;
    border-radius: 3px;
    background-image: -webkit-linear-gradient( 180deg, rgba(8,111,208) 0%, rgba(45,146,243) 100%);
    background-image: -ms-linear-gradient( 180deg, rgba(8,111,208) 0%, rgba(45,146,243) 100%);
    margin: 12px;
    vertical-align: middle;
    transition: all ease .4s;
}
.downbutton a:hover{
    opacity: .8;
}
.downbutton i{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.downbutton span{
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    font-size:16px;
}
.downbutton i.ios{
    background-image: url(/templets/mexc/style/ios.png);
}
.downbutton i.android{
    background-image: url(/templets/mexc/style/android.png);
}
.downbutton i.mac{
    background-image: url(/templets/mexc/style/mac.png);
}
.downbutton i.windows{
    background-image: url(/templets/mexc/style/windows.png);
}
/*首页版块标题部分*/
.indexpart{
    padding: 70px 0;
}
.indexpart_title{
    text-align: center;
    margin-bottom: 60px;
}
.indexpart_title h2{
    font-size: 42px;
    color: #333;
    line-height: 42px;
}
.indexpart_title p{
    width: 50%;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    color: #585e68;
    margin-top: 25px;
}
.indexpart_title.white_title h2{
    color: #fff;
}
.indexpart_title.white_title p{
    color: #fff;
}
/*优势*/
.advlists{
    margin-bottom: -60px;
}
.advlists li{
    float: left;
    width: 33.33%;
    margin-bottom: 60px;
}
.advlists li .advterm{
    text-align: center;
    padding: 0 26px;
}
.advlists li .advterm img{
    height: 80px;
    width: auto;
}
.advlists li .advterm h3{
    font-weight: normal;
    font-size:18px;
    margin:30px 0 15px 0;
    color: #404040;
}
.advlists li .advterm p{
    line-height: 24px;
    color: #747474;
    font-size:16px;
    height: 48px;
}
/*应用场景*/
.changjing{
    background-image: url(../images/cj.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cjpclist{
    min-height:530px;width:960px;margin:30px auto 0;position: relative;
}
.funtionItem{
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    cursor: pointer;
}
.funtionItem:hover{
    transform:scale(1.2)!important;
    -webkit-transform:scale(1.2)!important;
    -moz-transform:scale(1.2)!important;
    -o-transform:scale(1.2)!important;
    -ms-transform:scale(1.2)!important;
    z-index:1000!important
}
.left1{
    width: 240px;
    position: absolute;
    bottom: 177px;
    left: 0;
    z-index: 90;
}
.yxms{
    width: 240px;
    position: absolute;
    bottom:87px;
    left: 0;
    z-index: 90;
}
.yyms{
    width: 240px;
    position: absolute;
    top: 0;
    left: 240px;
    z-index: 90;
}
.left2{
    width: 240px;
    position: absolute;
    top:90px;
    left: 240px;
    z-index: 90;
}
.right2{
    width: 240px;
    position: absolute;
    top: 0;
    right: 240px;
    z-index: 90;
}
.shipin{
    width: 240px;
    position: absolute;
    top: 68px;
    right: 0;
    z-index: 90;
}
.right3{
    width: 240px;
    position: absolute;
    top: 158px;
    right: 0;
    z-index: 90;
}
.rightbt2{
    width: 240px;
    position: absolute;
    top:308px;
    right: 0;
    z-index: 90;
}
.wy2{
    height: 200px;
    position: absolute;
    bottom: 0;
    right: 429px;
    z-index: 100;
}
.raz{
    height: 110px;
    position: absolute;
    bottom: 90px;
    right: 190px;
    z-index: 100;
}
.wyms2{
    height: 90px;
    position: absolute;
    bottom: 0;
    right: 190px;
    z-index: 100;
}
/*特点*/
.qbj{
    background: #f6fafd;
}
.traitpart{
    vertical-align: middle;
    font-size: 0;
}
.traitleft{
    display: inline-block;
    width: 55%;
    vertical-align: middle;
    padding-right: 10%;
}
.traitleft h2{
    font-size: 30px;
    margin-bottom: 20px;
}
.traitleft p{
    font-size: 16px;
    color: #747474;
    line-height: 30px;
}
.traitright{
    display: inline-block;
    width: 45%;
    vertical-align: middle;
}
.traitright img{
    width: auto;
    height: auto;
}
/*评价*/
.pjtop{
    vertical-align: middle;
}
.pjtop .img{
    width: 64px;
    height: 64px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pjtop_right{
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}
.pjtop_right h3{
    font-size: 18px;
    color: #333;
}
.pjtop_right span{
    color: #298eef;
}
.pjterm p{
    font-size: 14px;
    line-height: 24px;
    color: #747474;
    margin-top: 15px;
}
.pjterm{
    padding: 40px 30px;
    border:10px solid #f5faff;
}
.pingjia .swiper-pagination{
    width: 100%;
    margin-left: -15px;
    margin-top: 30px;
}
.pingjia .swiper-pagination-bullet{
    margin: 0 4px; 
}
/*首页新闻*/
.newspart{
    background-image: url(../images/newsbj.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.newslistbox{
    margin-right: -30px;
}
.newslistbox .newslistterm{
    float: left;
    width: 33.33%;
    padding-right: 30px;
}
.newslistbox .newslistterm .newslisttermmain{
    background: #fff;
    padding: 30px;
    padding-bottom: 0;
    -webkit-box-shadow: 0px 2px 17px 0px rgb(26 38 74 / 9%);
    box-shadow: 0px 2px 17px 0px rgb(26 38 74 / 9%);
}
.newslisttermmain h3{
    font-size: 18px;
    color: #333;
}
.newslisttermmain p{
    color: #999;
    line-height: 24px;
    margin: 10px 0 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newslisttermmain ul li{
  line-height: 32px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 15px;
  position: relative;
}
.newslisttermmain ul li:before{
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #81a3bb;
  left:0;
  top:50%;
  margin-top: -2px;
  position: absolute;
}
.newslisttermmain ul li:hover a{
    color: #298eef;
}
.newslisttermmain ul li:hover:before{
    background: #298eef;
}
.newstags{
    margin-right: -15px;
    padding: 10px 0 15px 0;
}
.newstags a{
    color: #81a3bb;
    line-height: 20px;
    display: inline-block;
    margin-right: 15px;
}
.newsmore{
    margin: 0 -30px;
    padding: 15px 30px;
    border-top: 1px solid #f5f5f5;
}
.newsmore a{
    color: #298eef;
    line-height: 14px;
}
.newsmore a span{
    font-size: 12px;
    padding-left: 2px;
    line-height: 14px;
}
.indexdown{
    padding: 15px 0;
    background-image: url(../images/downbj.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.downbox{
    padding: 50px 0;
    background-image: url(../images/huojian.png);
    background-position: right center;
    /* background-size: contain; */
    background-repeat: no-repeat;
}
.downbox h2{
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 25px;
}
.downbox a{
    display: inline-block;
    line-height: 42px;
    padding: 0 42px;
    border:1px solid #fff;
    color: #fff;
    font-size: 16px;
}

/*网站底部*/
.footer{
  background: #131720;
  color: #999;
}
.footer a{
  color: #999;
}
.links li{
  display: inline-block;
  margin-right: 20px;
}
.footertop{
  padding: 20px 0;
}
.footercenter{
  padding: 30px 0;
  border-top: 1px solid #1a1e26;
  border-bottom: 1px solid #1a1e26;
}
.footerbottom{
  padding: 15px 0;
  line-height: 24px;
}
.footercenter_left{
  float: left;
  width: 25%;
}
.footercenter_center{
  float: left;
  width: 63%;
  padding-left: 8%;
}
.footercenter_right{
  float: right;
  width: 12%;
}
.footertitle{
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
.condesc{
  margin-bottom: 15px;
}
.conlists li{
  position: relative;
  margin-bottom: 10px;
}
.conlists li span{
  display: block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left:0;
  top:3px;
}
.conlists li p{
  padding-left: 20px;
  line-height: 20px;
}
.footernav>li{
  float: left;
  width: 33.33%;
}
.footernav>li>a{
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}
.footernav>li>ul>li{
  margin-bottom: 10px;
}
.footernav>li>ul>li>a:hover{
  color: #ff8047;
}
.ewmbox{
  padding: 10px;
  background: #191e2a;
  text-align: center;
}
.ewmbox img{
  width: 100%;
  height: auto;
}
.ewmbox span{
  display: inline-block;
  margin-top: 10px;
  color: #fff;
}
.downnavlist{
    -webkit-box-shadow: 0px 2px 17px 0px rgb(26 38 74 / 5%);
    box-shadow: 0px 2px 17px 0px rgb(26 38 74 / 5%);
}
.downnavlist ul li{
    height: 75px;
    line-height: 75px;
    display: inline-block;
    width: 33%;
    text-align: center;
    /*border-left: 1px solid #e5e5e5;*/
    vertical-align: middle;
}
.downnavlist ul li:last-child{
    border-right:1px solid #e5e5e5;
}
.downnavlist ul li .dwonicon{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}
.downnavlist ul li a{
    display: block;
}
.downnavlist ul li a span{
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
}
.downnavlist ul li:hover a{
    color: #298eef;
}
.alldownlistterm .baiicon{
    display: none;
}
.alldownlistterm img{
    height: 48px;
    width: auto;
}
.alldownlistterm h2{
    font-size: 24px;
    color: #333;
    margin:15px;
}
.swiper-slide-active .alldownlistterm h2, .swiper-slide-active .alldownlistterm p, .swiper-slide-active .alldownlistterm ul li{
    color: #fff;
}
.alldownlistterm p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 15px;
}
.alldownlistterm ul li{
    line-height: 36px;
    color: #81a3bb;
}
.alldownlistterm a{
    display: inline-block;
    height: 45px;
    line-height: 45px;
    background: #298eef;
    color: #fff;
    border-radius: 45px;
    width: 180px;
    font-size: 16px;
    margin-top: 50px;
}
.swiper-slide-active .alldownlistterm a{
    color: #298eef;
    background: #fff;
}
.alldownlist{
    position: relative;
}
.alldownlist .container{
    padding: 30px 0px;
    max-width: 1200px;
}
.alldownlist .swiper-slide.swiper-slide-active,.alldownlist .swiper-slide.swiper-slide-duplicate-active{
    z-index: 2;
    transform: scale(1);
    background-image: -webkit-linear-gradient( -90deg, rgba(8,111,208) 0%, rgba(45,146,243) 100%);
    background-image: -ms-linear-gradient( -90deg, rgba(8,111,208) 0%, rgba(45,146,243) 100%);
}
.alldownlist .swiper-slide-active .alldownlistterm .baiicon{
    display: inline-block;
}
.alldownlist .swiper-slide-active .alldownlistterm .lanicon{
    display: none;
}
.alldownlist .swiper-slide {
  text-align: center;
  padding: 55px 40px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 17px 0px rgb(26 38 74 / 5%);
  box-shadow: 0px 2px 17px 0px rgb(26 38 74 / 5%);
  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;
  transition: 300ms;
  transform: scale(0.9);
  cursor: pointer;
}
.alldownlist .swiper-button-prev, .alldownlist .swiper-container-rtl .swiper-button-next{
    left:-50px;
    width: 45px;
    height: 45px;
    background: #298eef;
    border-radius: 50%;
}
.alldownlist .swiper-button-next, .alldownlist .swiper-container-rtl .swiper-button-prev{
    right: -50px;
    width: 45px;
    height: 45px;
    background: #298eef;
    border-radius: 50%;
}
.alldownlist .swiper-button-next:after, .alldownlist .swiper-button-prev:after{
    font-size: 24px;
    color: #fff;
}
.down_ys{
  background:#f6fafd;
  padding: 40px 0;
}
.down_ys ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.down_ys ul li{
  
}
.downysbox{
  position: relative;
  padding-left: 65px;
  line-height: 54px;
  text-align: left;
}
.downysicon{
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left:0;
  top:0;
}
.downysbox h4{
  font-size: 16px;
}
.onedown{
    vertical-align: middle;
    font-size: 0;
}
.onedownleft{
  font-size: 14px;
  display: inline-block;
  width: 55%;
  vertical-align: middle;
  padding-right: 30px;
}
.onedownleft h2{
  font-size: 46px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #000;
}
.onedownleft p{
  color: #7b7b7b;
  line-height: 22px;
  margin-bottom: 16px;
}
.onedownleft ul{
  margin-bottom: 16px;
  margin-top: 16px;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.onedownleft ul li{
  display: inline-flex;
  align-items: center;
  line-height: 18px;
  font-size: 15px;
  color: #444;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
  padding-left: 30px;
  background: url(../images/duihao.png) no-repeat left top;
}
.down-btd a{
  display: inline-block;
  height: 52px;
  line-height: 52px;
  padding: 0 40px;
  color: #fff;
  font-size: 15px;
  background: #298eef;
  border-radius: 3px;
  vertical-align: middle;
  transition: all ease .4s;
}
.down-btd{
  margin-top: 10px;
  position: relative;
  display: inline-flex;
}
.down-btd a i{
  font-size: 18px;
  line-height: 52px;
  padding-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.down-btd a span{
  display: inline-block;
}
.down-btd a:hover{
  opacity: .8;
}
.downewm{
  position: absolute;
  bottom: 0;
  left:50%;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  background: #fff;
  width: 150px;
  height: 0;
  overflow: hidden;
  transition: bottom ease .1s;
}
.downewm img{
  width: 100%;
  height: auto;
}
.down-btd:hover .downewm{
  padding: 5px;
  height: auto;
  bottom: 54px;
  border:1px solid #e5e5e5;
}
.onedownright{
    display: inline-block;
    vertical-align: middle;
    width: 45%;
}
.onedownright img{
    width: 65%;
    padding-left: 90px;
    height: auto;
}
.breadcrumbs{
  padding: 15px 0;
}
.breadcrumbs a span{
    color: #333;
}
.breadcrumbs span{
  color: #999;
}

/*通用列表页*/
.catlist_left{
  float: left;
  width: 73%;
}
.catlist_right{
  float: right;
  width: 27%;
  padding-left: 30px;
}
.default_lists{
  background: #fff;
  padding: 35px 25px;
  margin-bottom: 20px;
}
.default_lists li{
  margin-bottom: 35px;
}
.default_lists li:last-child{
  margin-bottom: 0;
}
.nybody{
    background: #fafafa;
}
.left_img{
  width: 30%;
  float: left;
  padding-right: 20px;
}
.right_content{
  width: 70%;
  float: right;
}
.right_content h2{
  font-size: 15px;
  margin-bottom: 15px;
}
.right_content h2:hover a{
  color: #298eef;
}
.right_content p{
  line-height: 26px;
  color: #666;
  margin-bottom: 15px;
}
.metadata>span{
  color: #999;
  padding-right: 15px;
  font-size: 13px;
}
.metadata>span>i{
  padding-right: 3px;
  font-size: 13px;
}
.metadata>span:last-child{
  padding-right: 0;
}
.metadata>span>a{
  color: #999;
  padding-right: 15px;
}
.metadata>span>a:hover{
  color: #298eef;
}
.metadata>span>a:last-child{
  padding-right: 0;
}
.page_navi{
  background: #fff;
  margin-bottom: 20px;
}
.page_navi li{
	display: inline-block;
}
.page_navi li a{
  display: inline-block;
  padding: 5px 12px;
  border:1px solid #e5e5e5;
  margin: 20px 2px;
  border-radius: 3px;
}
.page_navi li a:hover, .page_navi li a.current{
  color: #fff;
  background: #298eef;
  border-color: #298eef;
}
.sidebarpart{
  background: #fff;
  padding: 25px;
  margin-bottom: 20px;
}
.searchform{
  position: relative;
  padding-right: 42px;
}
.searchsubmit{
  position: absolute;
  width: 68px;
  height: 42px;
  line-height: 42px;
  right: 0;
  top:0;
  border:none;
  color: #fff;
  background: #298eef;
}
.sb-search-input{
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  color: #666;
  background: #fafafa;
  border:none;
}
.screen-reader-text{
  display: none;
}
.tzggtit, .comment-reply-title{
  font-size: 16px;
  color: #333;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  font-weight: bold;
}
.hotnews li a h3{
  line-height: 30px;
  display: block;
  font-weight: normal;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cgljlists li{
  margin-top: 15px;
  padding: 12px 5px;
  border:1px solid #78aeff;
  text-align: center;
  border-radius: 3px;
}
.cgljlists li a{
  color:#000000; 
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding-left: 28px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cgljlists li:hover{
  background: #faebe4;
}



.xts li{
  margin:1%;
  padding: 12px 5px;
  border:1px solid #78aeff;
  text-align: center;
  border-radius: 3px;
  width:29.9%;
  float:left;
}
.xts li a{
  color:#000000; 
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding-left: 28px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.xts li:hover{
  background: #faebe4;
}


.ymtitle li{
  padding-bottom: 13px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 10px;
  padding-top: 3px;
  display: flex;
  font-size: 15px;
}
.ymtitle li:last-child{
  margin-bottom: 0;
}
.ymtitle li a{
  color: #333;
  flex-grow: 1;
  font-size: 15px;
}
.ymtitle li:hover a, .ymtitle li.current-cat a, .ymtitle li.current_page_item a{
  color: #298eef;
}
.ymtitle li.current-cat{
  font-weight: bold;
  color: #298eef;
}
.hottags{
  font-size: 0;
}
.hottags a{
  font-size: 12px;
  color: #333;
  display: inline-block;
  padding: 6px 10px;
  background: #f3faf8;
  border-radius: 3px;
  margin-bottom: 3px;
  margin-right: 3px;
}
.hottags a span{
  color: #298eef;
}
/*百科列表*/
.baiketop{
    margin-bottom: 20px;
    background: #fff;
    padding: 25px;
}
.hdbox{
    display: none;
}
.hdbox.active{
    display: block;
}
.baiketop .bd{
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 25px;
}
.baiketop .bd li{
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    background: #fafafa;
    font-size: 15px;
    border-radius: 3px 3px 0 0;
}
.baiketop .bd li.on, .baiketop .bd li:hover,.baiketop .bd li.on a, .baiketop .bd li:hover a{
    color: #fff;
    background: #298eef;
}

/*详情页通用*/
.pagebox{
    background: #fff;
    padding: 35px;
    margin-bottom: 25px;
}
.headerheight{
    height: 86px;
}
.sigletitle{
  font-size: 17px;
}
.singlemeta{
  margin:30px 0;
}
.sgmeta_left{
  float: left;
  line-height: 25px;
}
.sgmeta_left>span{
  display: inline-block;
  margin-right: 15px;
  color: #666;
  font-size: 13px;
}
.sgmeta_left>span a{
  color: #298eef;
}
.sgmeta_left>span i{
  padding-right: 2px;
  font-size: 13px;
}
.sgmeta_left>span:last-child{
  margin-right: 0;
}
.postshare{
  float: right;
}
.postshare span{
  font-size: 14px;
  font-weight: bold;
  font-family: 'microsoft yahei,Arial,sans-serif' !important;
  -webkit-text-stroke-width:0 !important;
}
.postshare .social-share .social-share-icon{
  font-size: 18px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin: 0 0 0 8px;
}


.pagecon p{
    color: #333;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 15px;
}
.pagecon p a{
    color: #298eef;
}
.pagecon ul li a, .pagecon ol li a{
  color: #298eef;
}
.pagecon .wedocs-shortcode-wrap ul>li{
  list-style: none;
}
.pagecon img{
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.aligncenter p.wp-caption-text {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.pagecon{
    color: #333;
    margin-bottom: 20px;
}
.pagecon h1{
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}
.pagecon h2{
    font-size: 22px;
    margin-bottom: 15px;
    color: #333;
}
.pagecon h3{
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}
.pagecon h4{
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}
.pagecon h5{
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
}
.pagecon ul, .pagecon ol{
    padding-left: 28px;
    margin-bottom: 15px;
}
.pagecon ul li{
    list-style: disc;
    color:#525252; 
    line-height: 30px;
}
.pagecon ol li{
    line-height: 30px;
    color:#525252; 
    list-style-type:decimal;
    list-style-position:inside;
}
.pagecon  table {
    border: 1px solid #efefef;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
.pagecon table tr:nth-child(odd) {
    background: #fafafa;
}
.pagecon table tr {
    height: 40px;
    line-height: 40px;
}
.pagecon table tr td {
    border: 1px solid #efefef;
    padding: 0 15px;
}
.wp-video{
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.tagslist{
  color: #333;
  font-weight: bold;
  margin-top: 30px;
}
.tagslist a{
  font-weight: normal;
  color: #666;
  padding:7px 20px;
  margin-right: 10px;
  display: inline-block;
  background: #fafafa;
  margin-bottom: 10px;
}
.tagslist a:hover{
  color: #298eef;
}
.conbottom{
  padding-top:30px;
  margin-top: 5px;
  border-top: 1px solid #f5f5f5;
}
.prenext p{
  max-width: 48%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prenext p a{
  color: #333;
  font-weight: bold;
}
.prenext p a:hover{
  color: #298eef;
}
.xgposts ul{
  margin-right: -45px;
}
.xgposts ul li{
  position: relative;
  float: left;
  width: 50%;
  padding-right: 45px;
  line-height: 40px;
}
.xgposts ul li a{
  padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    display: block;
}
.xgposts ul li a:hover{
  color: #298eef;
}
/*评论样式*/
.icon_circle {
    width: 4px;
    height: 4px;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 50%;
    background: #d8d8d8;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.comment-form-comment>label{
  display: none;
}
.comment-form-comment>#comment{
  width: 100%;
  background: #fafafa;
  border:1px solid #f5f5f5;
  margin: 10px 0;
  padding: 15px;
  font-family: 'microsoft yahei,Arial,sans-serif';
  height: 120px;
}
#commentform{
  margin-bottom: 25px;
}
#commentform .acf-comment-fields{
  display: none;
}
.form-submit #submit{
  padding: 10px 45px;
  color: #fff;
  background: #298eef;
  font-size:16px;
  border:none;
  cursor: pointer;
}
.comment-body{
  padding: 20px;
  background: #fafafa;
  border:1px solid #f5f5f5;
  margin-bottom: 15px;
  position: relative;
  padding-left: 85px;
}
.comment-list ol.children{
  padding-left: 40px;
}
.comment-author{
  margin-bottom: 5px;
}
.comment-author .avatar{
  position: absolute;
  left:20px;
  top:20px;
  border-radius: 50%;
  border:1px solid #f5f5f5;
}
.comment-author cite a.url{
  padding-right: 3px;
  color: #298eef;
}
.commentmetadata{
  margin-bottom: 5px;
}
.commentmetadata a{
  color: #999;
  font-size: 13px;
}
.commentmetadata a.comment-edit-link{
  float: right;
}
.commentmetadata a.comment-edit-link:hover{
  color: #298eef;
}
.reply{
  margin-top: 10px;
}
.reply a{
  color: #298eef;
}
.nav-previous{
  text-align: center;
}
.nav-previous a:hover{
  color: #298eef;
}
.comment-form-author, .comment-form-email, .comment-form-url{
  float: left;
  width: 33.33%;
}
.comment-form-author label, .comment-form-email label, .comment-form-url label{
  display: block;
  margin-bottom: 5px;
}
.comment-form-author input, .comment-form-email input, .comment-form-url input{
  width: 95%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background: #fafafa;
  border:1px solid #f5f5f5;
  margin-bottom: 10px;
}
.comment-form-url input{
  width: 100% !important;
}
.comment-form-cookies-consent{
  padding: 10px 0;
  vertical-align: middle;
}
.comment-form-cookies-consent input, .comment-form-cookies-consent label{
  display: inline-block;
  vertical-align: middle;
}
.pagesidebar.ymtitle li{
  padding-right: 12px;
  background: url(../images/right_hui.png) no-repeat right center;
}
.pagesidebar.ymtitle li:hover, .pagesidebar.ymtitle li.current-cat{
  background: url(../images/right_lv.png) no-repeat right center;
}
/*所有标签*/
.list-inline li{
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background: #f5f5f5;
  color: #999;
  margin-right: 5px;
  margin-bottom: 5px;
}
.list-inline li a{
  color: #298eef;
  font-weight: bold;
}
.list-unstyled li .tag_name{
  font-size: 16px;
  margin-top: 20px;
}
.onetag_term{
  float: left;
  width: 25%;
  padding-right: 20px;
  margin-top: 15px;
}
.alltagslist_one{
  border: 1px solid #e5e5e5;
  padding: 15px;
}
.list-unstyled li{
  margin-right: -20px;
  overflow: hidden;
}
.alltagslist_one h3 a {
    display: inline-block;
    font-size: 15px;
    color: #298eef;
    line-height: 16px;
    margin-bottom: 10px;
}
.alltagslist_one h3 span {
    float: right;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #999;
}
.alltagslist_one h3 span font{
    color: #298eef;
}
.alltagslist_one p {
    font-size: 13px;
    line-height: 18px;
    height: 72px;
    overflow: hidden;
    color: #999;
}
.pagetit {
    font-size: 26px;
    margin-bottom: 20px;
}
.all-tags{
    margin-bottom: 25px;
}


.phone-menu{
    display: none;
}
.iphone__screen {
  width: 100%;
  height: 56px;
  position: fixed;
  top: 0px;
  right: 0;
  left: 0;
  overflow: hidden;
}
/**
* Navigation Defaults
*/
.nav {
  position: absolute;
  z-index: 999;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav--active{
    height: 100% !important;
}
.nav--active .nav {
  opacity: 1;
}
.nav__list {
  margin: 0;
  padding-top: 10px;
}
.nav__list li {
  list-style-type: none;
}
.nav__list>li{
  padding: 0 15px;
  position: relative;
  line-height: 50px;
}
.nav__list li a{
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  line-height: 50px;
}
.nav__list>li>a{
  color: #333;
}
.nav__list>li.current-menu-item{
  background: #f5f5f5;
}
.nav__list>li.has-children .iconfont{
  font-size: 18px;
  font-style: normal;
  position: absolute;
  right: 0px;
  top:0;
  line-height: 50px;
  z-index: 9999;
  padding: 0 15px;
  color: #999;
}
.nav__list>li.has-children.show .iconfont{
  transform:rotate(180deg);
}
.nav__list>li.show .sub-menu{
  display: block;
}
.nav__list .sub-menu{
  display: none;
  padding: 0 20px;
}
.nav__list .sub-menu li a{
    font-size: 14px;
    opacity: 0.9;
    text-transform:capitalize;
}
.nav__list .sub-menu li .sub-menu li a{
    font-size: 13px;
    opacity: 0.6;
    text-transform:lowercase;
}
/* Default navigation icon */
.nav__trigger {
  display: block;
    position: fixed;
    width: 30px;
    right: 15px;
    z-index: 200;
    padding: 13px 0;
    height: 56px;
    top:4px;
}
.nav--active .nav__icon{
    background: #fff;
}
.nav--active .nav__icon:before{
    background: #fff;
}
.nav--active .nav__icon:after{
    background: #fff;
}
.fixheader .nav--active .nav__icon{
    background: #333;
}
.fixheader .nav--active .nav__icon:before{
    background: #333;
}
.fixheader .nav--active .nav__icon:after{
    background: #333;
}
.fixheader .nav__icon, .fixheader .nav__icon:before, .fixheader .nav__icon:after{
    background-color: #333;
}
.nav__icon {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 2px;
  background-color: #fff;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
          margin-bottom: 3px;
}
.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  position: absolute;
  background: #fff;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before {
  margin-top: -9px;
}
.nav__icon:after {
  margin-top: 9px;
}
/* Don't nest if you don't have to. */
/**
* Style #1
*/
.style-1 .nav {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
  top: 56px;
}
.style-1 .nav__link {
  opacity: 0;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.style-1 .nav--active .nav__link {
  opacity: 1;
  font-size: 16px;
  line-height: 45px;
}
.style-1 .nav--active .nav {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
   height: 100%;
   background: #fff;
}
.style-1 .nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}
.style-1 .nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.style-1 .nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 1000px){
  .logo a span{
    font-size: 18px;
  }
  .dn{ display:none}
  .xts li{ width:48%;}
  .errorpage h2{
    font-size: 20px;
  }
  .errorpage p{
    font-size: 14px;
    margin-top: 5px;
  }
  .errorimg img{
    width: 100%;
    height: auto;
  }
  .errorbox{
    padding: 80px 20px 30px 20px;
  }
  .header{
    height: 56px;
  }
  .header_nav{
    display: none;
  }
  .phone-menu{
    display: block;
  }
  .header .logo{
    position: absolute;
    top:15px;
    left:5px;
    z-index: 99999;
    line-height: 0px;
    margin-top: 0;
  }
  .header .logo a img{
    height: 25px;
  }
  .header .logo a span{
    font-size: 18px;
  }
  .header .logo a{
    margin-top: 0px;
  }
  .headerheight{
    height: 56px;
  }
  .bannermain{
    margin-top: 28px;
    min-width: 100%;
  }
  .banner .swiper-button-prev {
      left: 15px;
  }
  .banner .swiper-button-next {
      right: 15px;
  }
  .bannertext h2{
    font-size: 24px;
    margin-bottom: 10px;
    width: 100%;
  }
  .bannertext p{
    display: none;
  }
  .banner{
  	height: 360px;
  }
  .downbutton{
  	margin-top: 0;
  }
  .downbutton a{
  	width: 41%;
  	height: 40px;
  	line-height: 40px;
  	margin: 5px;
  }
  .downbutton i{
  	width: 18px;
  	height: 18px;
  }
  .downbutton span{
  	font-size: 14px;
  }
  .bannermain img{
    height: 120px;
    width: auto;
  }
  .downlist .container{
    padding-left: 0;
    padding-right: 0;
  }
  .indexpart{
    padding: 30px 0;
  }
  .indexpart_title h2{
    font-size: 24px;
  }
  .indexpart_title p{
    font-size: 14px;
    margin-top: 0px;
    width: 100%;
    line-height: 20px;
  }
  .indexpart_title{
    margin-bottom: 15px;
  }
  .advlists li{
    width: 50%;
    margin-bottom: 30px;
  }
  .advlists li .advterm{
    padding: 0 8px;
  }
  .advlists li .advterm img{
    height: 50px;
  }
  .advlists li .advterm h3{
    font-size: 16px;
    margin: 10px 0;
  }
  .advlists li .advterm p{
    line-height: 20px;
    font-size: 14px;
    height: auto;
  }
  .advlists{
    margin-bottom: -30px;
  }
  .cjpclist{
    min-height: auto;
    width: 100%;
    overflow: hidden;
  }
  .cjpclist img{
    position: relative !important;
    width: 50% !important;
    top:0 !important;
    bottom: 0 !important;
    left:0 !important;
    height: auto !important;
    float: left;
  }
  .traitleft{
    display: block;
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .traitright{
    width: 100%;
    display: block;
  }
  .traitleft h2{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .traitleft p{
    font-size: 14px;
    line-height: 20px;
  }
  .pjterm{
    text-align: center;
    padding: 20px 15px;
  }
  .pingjia .swiper-pagination{
    margin-top: 10px;
  }
  .pjtop_right{
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .pjtop .img{
    vertical-align: inherit;
  }
  .newslistbox .newslistterm{
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .newslistbox .newslistterm .newslisttermmain{
    padding: 20px;
  }
  .downbox{
    padding: 30px 0;
    text-align: center;
    background-image: none;
  }
  .downbox h2{
    font-size: 24px;
    margin-bottom: 15px;
  }
  .newsmore{
    margin: 0 -20px;
    padding: 15px 20px;
  }
  .newslistbox{
    margin-right: 0;
    margin-bottom: -15px;
  }
  .footercenter{
    padding: 15px 0;
  }
  .footercenter_left{
    width: 100%;
  }
  .footercenter_center{
    display: none;
  }
  .footercenter_right{
    display: none;
  }
  .banner.nybanner{
    padding-top: 56px;
  }
  .nybannermain{
    padding: 0;
  }
  .nybannertext{
    padding: 30px 0;
  }
  

  
  
  .downnavlist ul li{
      	height:35px;
	line-height:35px;
	overflow: hidden;
    width:32%;
    text-align: left !important;
    padding:0 0px;
  }
  .downnavlist ul li:nth-child(1), .downnavlist ul li:nth-child(3){
    border-left: none;
  }
  .downnavlist ul li:nth-child(1), .downnavlist ul li:nth-child(2){
    
  }
  .downnavlist ul li:nth-child(4){
    border-right:none;
  }
  .downnavlist ul li a span{
    font-size: 10px;
  }
    .downnavlist ul li a {
    font-size: 10px;
  }
  .nybannertext{
    background-image: none !important;
    text-align: center;
  }
  .nybannertext p{
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
  .nybannertext h1{
    font-size: 24px;
  }
  .alldownlist .swiper-slide.swiper-slide-active,.alldownlist .swiper-slide.swiper-slide-duplicate-active{
    z-index: 2;
    transform: scale(0.9);
  }
  .alldownlist .swiper-slide{
    padding: 30px 20px;
  }
  .alldownlistterm h2{
    font-size: 20px;
  }
  .alldownlist .container{
    padding: 0;
  }
  .onedownleft{
    width: 100%;
    padding-right: 0;
    text-align: center;
    display: block;
  }
  .onedownleft ul li{
    text-align: left;
  }
  .baiketop{
    padding: 20px;
  }
  .default_lists{
    padding: 20px;
  }
  .baiketop .bd{
    font-size: 0;
    margin-bottom: 0;
  }
  .baiketop .bd li{
    width: 50%;
    text-align: center;
  }
  .sidebarpart{
    padding: 20px;
  }
  .prenext p{
    max-width: 100%;
    line-height: 24px;
    float: left!important;
  }
  .xgposts ul{
    margin-right: 0;
  }
  .xgposts ul li{
    width: 100%;
    padding-right: 0;
  }
  .onedownright{
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .onedownleft h2{
    font-size: 24px;
  }
  .onedownleft p{
    font-size: 14px;
    line-height: 20px;
  }
  .breadcrumbs{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .catlist_left{
    width: 100%;
  }
  .catlist_right{
    width: 100%;
    padding-left: 0;
  }
  .catlist_top h1{
    font-size: 22px;
  }
  .catlist_desc{
    line-height: 22px;
  }
  .right_content h2{
    font-size: 15px;
    margin-bottom: 10px;
  }
  .right_content p{
    line-height: 22px;
    margin-bottom: 10px;
  }
  .left_img{
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .right_content{
    width: 100%;
  }
  .pagebox{
    padding: 20px;
  }
  .sigletitle{
    font-size: 18px;
  }
  .sgmeta_left{
    float: none;
  }
  .postshare{
    float: none;
    margin-top: 5px;
  }
  .comment-form-author, .comment-form-email, .comment-form-url{
    width: 100% !important;
    margin-bottom: 10px;
  }
  .comment-form-author input, .comment-form-email input, .comment-form-url input{
    width: 100%;
  }
  .form-submit #submit{
    width: 100%;
  }
  .comment-body{
    padding: 15px;
    padding-left: 60px;
  }
  .comment-author .avatar{
    left:15px;
    top:15px;
    width: 30px;
    height: 30px;
  }
  .comment-list ol.children{
    padding-left: 20px;
  }
  .downbanner{
    padding: 30px 0;
  }
  .downbanner_right h1{
    font-size: 24px;
    text-align: center;
  }
  .downdescription p{
    margin-bottom: 10px;
    line-height: 20px;
    text-align: center;
  }
  .downdescription ul{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .downbanner_left{
    display: none;
  }
  .downbanner_right{
    width: 100%;
    padding-left: 0;
  }
  .down-btd{
    text-align: center;
    width: 100%;
    display: block;
  }
  .down-btd a{
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
  }
  .downbanner .swiper-button-prev {
    left: 15px;
  }
  .downbanner .swiper-button-next {
    right: 15px;
  }
  .down_ys{
    padding: 20px 0;
  }
  .down_ys ul{
    overflow: hidden;
    display: block;
    margin-bottom: -10px;
  }
  .down_ys ul li{
    float: left;
    width: 50%;
    margin-bottom: 10px;
  }
  .downysicon{
    width: 34px;
    height: 34px;
  }
  .downysbox{
    line-height: 34px;
    padding-left: 45px;
  }
  .downysbox h4{
    font-size: 15px;
  }
  .hylist_left{
    width: 100%;
  }
  .hylist_right{
    width: 100%;
    padding-left: 0;
  }
  .hylist_top_left{
    width: 100%;
    padding-right: 0;
  }
  .hylist_top_right{
    display: none;
  }
  .jybannerpart{
    height: 220px;
  }
  .jybannerpart h3 a{
    padding-right: 60px;
  }
  .hylist_bottom_left{
    width: 100%;
    padding-right: 0;
  }
  .hylist_bottom_right{
    width: 100%;
  }
  .page_navi li a{
    margin: 5px 2px;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .apptop_left{
    width: 100%;
    margin-bottom: 10px;
  }
  .apptop_right{
    width: 100%;
    padding-left: 0;
  }
  .apptop_right h1{
    font-size: 22px;
  }
  .appdesc p{
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .onetag_term{
    width: 100%;
  }
}


.btn-readmore {
	font-size: 19px;
	color: #c52929 !important;
	padding: 10px 10px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

.text-center1 {
	padding-top: 20px;
	background: linear-gradient(rgba(255, 255, 255, 0), #f3f3f3);
	text-align: center;
}
.article-box-div{
	width: 75%;
	margin: 0 auto;
	border: 1px solid #c52929;
	border-radius: 10px;
}

:root{--tx-module-color1:#ff6f3d}.tx-info-module-box,.tx-info-module-box *{margin:0!important;padding:0!important;font-size:1em!important;border:0!important;width:auto!important;height:auto!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;list-style:none!important;max-width:none!important;max-height:none!important;line-height:1!important;background:0 0!important}.tx-info-module-box{margin:.5em 0 1.5em 0!important}.tx-info-module-btn{display:inline-flex!important;height:2.4em!important;align-items:center!important;justify-content:center!important;padding:0 1em!important;border-radius:4px!important;background-color:var(--tx-module-color1)!important;color:#fff!important;transition:all .35s ease 0s!important}tx-info-module-box{margin:.5em 0 1.5em 0!important}.tx-info-module-btn1{display:inline-flex!important;height:2.4em!important;align-items:center!important;justify-content:center!important;padding:0 1em!important;border-radius:4px!important;background-color:var(--tx-module-color1)!important;color:#fff!important;transition:all .35s ease 0s!important}.tx-info-module-btn:hover{opacity:.9!important;color:#fff!important}.tx-info-module-btn1:hover{opacity:.9!important;color:#fff!important}.tx-info-module-warning-tips{color:#a94442!important;background-color:#f2dede!important;border:1px solid #ebccd1!important;display:flex!important;align-items:flex-start!important;padding:1em 1.5em!important;border-radius:5px!important}.tx-info-module-warning-tips::before{content:""!important;width:4em!important;height:4em!important;margin:0 2em 0 0!important;background:url(../img/ico-tips.png) no-repeat 0 0!important;background-size:100% auto!important}.tx-info-module-shop-box{display:flex!important;align-items:center!important;justify-content:center!important}.tx-info-module-shop-box>a{display:flex!important;align-items:center!important}.tx-info-module-imgbox img{width:100%!important;border:0!important;vertical-align:middle!important;line-height:1!important;border-radius:5px!important}.tx-info-module-shop1-box>a{background-color:rgba(0,0,0,.04)!important;border-radius:5px!important;padding:1em!important;flex:auto!important;max-width:600px!important;align-items:stretch!important}.tx-info-module-shop2-box>a{background-color:rgba(0,0,0,.04)!important;border-radius:5px!important;padding:1em!important;flex:auto!important;flex-direction:column!important;max-width:400px!important}.tx-info-module-shop1-box .tx-info-module-imgbox{max-width:200px!important;flex:none!important}.tx-info-module-shop1-box .tx-info-module-imgtxt{flex:auto!important;margin:0 0 0 1.5em!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important}.tx-info-module-txt-title{font-size:1.25em!important;line-height:1.4!important;max-height:2.8em!important;margin:0 0 .5em 0!important;overflow:hidden!important;flex:none!important}.tx-info-module-txt-info{opacity:.6!important;line-height:1.4!important;overflow:hidden!important;flex:auto!important;display:block!important;font-size:14px!important;text-indent: 0em!important}.tx-info-module-imgtxt-span{display:flex!important;align-items:center!important;flex:none!important;margin:1em 0 0 0!important}.tx-info-module-imgtxt-span span.tx-info-module-price{flex:auto!important;font-size:1.2em!important;color:red!important;font-weight:700!important}.tx-info-module-imgtxt-span span.tx-info-module-btn{flex:none!important}.tx-info-module-btn1{flex:none!important}.tx-info-module-shop2-box .tx-info-module-imgtxt{flex:auto!important;width:100%!important;margin:1.5em 0 0 0!important;display:flex!important;flex-direction:column!important}.tx-info-module-down1-box>section{background-color:#fffcf9!important;border-radius:5px!important;padding:1em!important;display:flex!important;align-items:center!important;position:relative!important;border:1px solid #ffd9a8!important}.tx-info-module-down1-box .tx-info-module-imgbox{width:4.2em!important;overflow:hidden!important;border-radius:5px!important;flex:none!important}.tx-info-module-down1-box .tx-info-module-down-txt{flex:auto!important;padding:0 0 0 1.5em!important}.tx-info-module-down1-box .tx-info-module-btn{height:2.6em!important;font-size:1.1em!important;padding:0 2em!important;background-color:#43ab04!important;margin:0 0 0 1em!important;flex:none!important}.tx-info-module-btn1{height:2.6em!important;font-size:1.1em!important;padding:0 2em!important;background-color:#333!important;margin:0 0 0 1em!important;flex:none!important}.tx-info-post-txt1-box,.tx-info-post-txt2-box{background-color:rgba(0,0,0,.04)!important;padding:1em 1.5em!important;border-left:4px solid rgba(0,0,0,.1)!important}.tx-info-post-txt1-box li{line-height:2!important;height:2em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.tx-info-post-txt2-box li{line-height:1.4!important;padding:.4em 0!important}.tx-info-post-img1-box li{padding:.6em 0!important}.tx-info-post-img1-box li>a{display:flex!important;align-items:center!important}.tx-info-post-img1-box li .tx-info-module-imgbox{width:8em!important;height:6em!important;overflow:hidden!important;flex:none!important;margin:0 1em 0 0!important}.tx-info-post-img1-box li .tx-info-module-imgbox img{width:100%!important;height:100%!important;object-fit:cover!important}.tx-info-post-img1-box .tx-info-module-txt-info,.tx-info-post-img1-box .tx-info-module-txt-title{line-height:1.4!important;max-height:2.8em!important;overflow:hidden!important}.tx-info-post-img2-box ul{display:flex!important;flex-wrap:wrap!important;margin-left:-.5em!important;margin-right:-.5em!important}.tx-info-post-img2-box ul li{width:25%!important;padding:0 .5em!important;margin:.5em 0!important}.tx-info-post-img2-box li .tx-info-module-imgbox{overflow:hidden!important;display:block!important;position:relative!important;width:100%!important;height:0!important;padding-top:70%!important}.tx-info-post-img2-box li .tx-info-module-imgbox img{position:absolute!important;left:0!important;top:0!important;width:100%!important;height:100%!important;font-size:0!important;z-index:1!important;object-fit:cover!important}.tx-info-post-img2-box li section{line-height:1.4!important;height:2.8em!important;overflow:hidden!important;margin:.3em 0 0 0!important}@media screen and (max-width:720px){.tx-info-post-img2-box ul li{width:50%!important}.tx-info-module-down1-box>section{align-items:flex-start!important;flex-wrap:wrap!important}.tx-info-module-down1-box .tx-info-module-imgbox{position:absolute!important;left:1em!important;top:1em!important}.tx-info-module-down1-box .tx-info-module-down-txt{margin:0!important;padding-left:5.5em!important}.tx-info-module-down1-box .tx-info-module-btn{margin:1em 0 0 0!important;flex:auto!important;}.tx-info-module-down1-box .tx-info-module-btn1{margin:1em 0 0 0!important;flex:auto!important;}.tx-info-module-shop1-box .tx-info-module-imgbox{max-width:30vw!important}.tx-info-module-shop1-box .tx-info-module-txt-info{display:none!important}}@media screen and (max-width:320px){.tx-info-module-shop1-box>a{flex-direction:column!important;align-items:flex-start!important}.tx-info-module-shop1-box .tx-info-module-imgbox,.tx-info-module-shop1-box .tx-info-module-imgtxt{max-width:none!important;width:100%!important;margin:0!important}.tx-info-module-shop1-box .tx-info-module-imgtxt{margin:.8em 0 0 0!important}}



.wap{ display:none}

 @media screen and (max-width: 767px) {
     .pc{display:none}
	 .eyou-footer-fix{ display:block}
	 .footerbottom{ padding-bottom:60px;}
	 .wap{ display:block}
	 .baiketop .bd li {
	display: inline-block;
	padding: 0 5px;
	font-size: 12px;

}
.text-center1{ padding-top:0}
.article-box-div {
	width: 45%;
	margin: 0 auto;
	border: 1px solid #c52929;
	border-radius: 10px;
}
.btn-readmore {
	font-size: 16px;
	line-height:30px;

}
.bannermain img {
	height:auto;
	width: auto;
}

}
	 
	 
 