@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0;}
ul,ol,dl{list-style-type:none;}
address,caption,cite,code,dfn,em,th,var,i,b{font-style:normal;font-weight:normal;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;border:0;}
input,button{overflow: visible;vertical-align:middle;outline:none;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
a,area{outline:none;blr:expression(this.onFocus=this.blur());}
a:focus,a:hover,a:active{outline:none;blr:expression(this.onFocus=this.blur());}
sub,sup{vertical-align:baseline;}
table{border-collapse:collapse;border-spacing:0;}
textarea { resize:none;} 
input[type="submit"],input[type="button"]{ cursor:pointer;}
img,li{border:0;vertical-align:middle;zoom: 1;}
a img,img{-ms-interpolation-mode:bicubic;}
a{text-decoration:none;cursor: pointer; color:#424242;}
a:hover{text-decoration:none;color:#193dc6;}
body,button,input,select,textarea{ font-family: Arial,"微软雅黑";font-size:14px;color:#666;line-height: 1.7;}
.wrap{ width:1200px; margin:0 auto;position: relative; }
.fl{ float:left;}
.fr{ float:right;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden; font-size:0; line-height:0;}
.clearfix{*zoom:1;}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*1200居中样式开始*/
.public-width {
    width: 1200px;
    margin: 0 auto;
}
/*1200居中样式结束*/

/*在线订阅按钮公用start*/
.index-two-loop-bt2 a,
.index-starx-word2 p:nth-child(2) a,
.detail-more-bt p:nth-child(2) a,
.index-seax1 p:nth-child(2) a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   color: #fff;
   background: #2d74f6;
   border-radius: 20px;
   text-indent: 34px;
   width: 95px;
   height: 30px;
   line-height: 30px;
}
.index-two-loop-bt2 a i,
.index-starx-word2 p:nth-child(2) a i,
.detail-more-bt p:nth-child(2) a i,
.index-seax1 p:nth-child(2) a i {
   position: absolute;
   left: 3px;
   top: 2px;
   font-size: 18px;
   color: #1962e6;
   background: #fff;
   border-radius: 50%;
   text-indent: 0;
   width: 25px;
   height: 25px;
   line-height: 26px;
   text-align: center;
}
/*在线订阅按钮公用end*/

/*头部导航*/
.head-xf {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
}
.head {
    margin-top: -5px;
    border-top: 5px solid #193dc6;
    height: 60px;
    background: #fff;
}
.head-ct {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head-logo {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right:20px;
}
.head-province {
    position: relative;
    padding-left: 20px;
    width: 120px;
}
.head-province-top {
    height: 60px;
    line-height: 60px;
}
.head-province-top a {
    padding: 5px 25px 5px 10px;
    font-size: 16px;
    color: #193dc6;
    border: 1px solid #193dc6;
    border-radius: 20px;
    background: url(../images/icon/head-left.png) no-repeat right 8px center;
}
.head-province-top a:hover {
    color: #fff;
    font-size: 18px;
    padding: 5px 30px 5px 10px;
    background: url(../images/icon/head-left-on.png) no-repeat right 8px center #193dc6;
}
.head-ct-fl {
    display: flex;
    align-items: center;
}
.head-province-bt {
    position: absolute;
    top: 62px;
    left: 0;
    z-index: 10;
    background: rgba(0,0,0,.5);
    border-radius: 5px;
    width: 400px;
    display: none;
}
.head-province-bt ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px;
}
.head-province-bt ul:before {
    content:"";
    position:absolute;
    top: -10px;
    left: 28px; 
    border-bottom: 10px solid rgba(0,0,0,.5);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.head-province-bt ul li {
   width: 25%;
   text-align: center;
   margin-bottom: 10px;
}
.head-province-bt ul li a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
}
.head-province-bt ul li.on a,
.head-province-bt ul li a:hover {
    color: #fff;
    background: #2231cb;
    border-radius: 20px;
}
.head-province:hover .head-province-bt {
    display: block;
}
.head-type ul {
    display: flex;
}
.head-type ul li a {
    font-size: 18px;
    color: #000;
    display: inline-block;
    padding: 15px 18px;
}
.head-type ul li.active a,
.head-type ul li a:hover {
    color: #fff;
    background: #193dc6;
}
.head-ct-fr-none {
    display: none;
}
.head-ct-fr input {
    display: inline-block;
    height: 37px;
    line-height: 37px;
}
.head-ct-fr input.head-ct-fr1 {
    color: #646464;
    font-size: 14px;
    width: 200px;
    text-indent: 15px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #eaeaea;
}
.head-ct-fr input.head-ct-fr2 {
    font-size: 18px;
    color: #fff;
    background: #3628d0;
    width: 76px;
    text-align: center;
    border-radius: 6px 20px 20px 6px;
    margin-left: -6px;
}
.head-ct-shows {
    display: flex;
}
.head-ct-show-phone {
    position: relative;
}
.head-ct-show-phone a {
    display: block;
    font-size: 16px;
    color: #808080;
    background: url(../images/icon/sy-phone.png) no-repeat left center;
    padding-left: 28px;
    height: 60px;
   line-height: 60px;
}
.head-ct-show-phone p {
    display: none;
    position: absolute;
    top: 55px;
    left: -12px;
    z-index: 10;
    border: 2px solid #189aff;
}
.head-ct-show-phone p:before {
   content: "";
    position: absolute;
    top: -15px;
    left: 46px;
    border-bottom: 14px solid #189aff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}
.head-ct-show-phone p:after {
    content: "";
    position: absolute;
    top: -12px;
    left: 48px;
    border-bottom: 12px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.head-ct-show-phone p img {
    width: 120px;
    height: 120px;
}
.head-ct-show-phone:hover p {
    display: block;
}
.head-ct-show-line {
    background: url(../images/icon/sy-phone2.png) no-repeat left bottom 15px;
    padding-left: 30px;
    margin-left: 20px;
}
.head-ct-show-line span {
    font-size: 12px;
    color: #9a9a9a;
    display: block;
    margin-top: 9px;
}
.head-ct-show-line p {
    font-size: 18px;
    color: #1d8cfd;
    line-height: 17px;
}
/*头部导航 END*/

/*首页和列表的海外特惠公用start*/
.index-sea {
    background: #fff;
    padding-top: 25px;
    padding-bottom: 20px;
}
.index-sea-title {
    text-align: center;
}
.index-sea-title i {
    font-size: 60px;
    color: #e2e2e2;
    margin-left: 60px;
}
.index-sea-title p {
    font-weight: 700;
    font-size: 34px;
    color: #484848;
    background: url(../images/icon/index-sea.png) no-repeat left center #fff;
   position: relative;
   line-height: 46px;
   width: 140px;
   padding-left: 40px;
   margin: -45px auto 0;
}
.index-sea-title span {
    margin-top: 8px;
    display: inline-block;
    font-size: 18px;
    color: #484848;
    padding: 5px 0;
    border-top: 1px dashed #dadada;
    border-bottom: 1px dashed #dadada;
}
.index-seax ul {
    display: flex;
    margin-top: 35px;
}
.index-seax ul li:nth-child(-n+4) {
    margin-right: 24px;
}
.index-seax-img {
    position: relative;
}
.index-seax-img a {
    display: block;
    overflow: hidden;
}
.index-seax-img a img {
    width: 220px;
    height: 215px;
    border-radius: 5px;
    transition: all 0.7s;
}
.index-seax-img a img:hover {
    transform: scale(1.2);
}
.index-seax-img a span {
    position: absolute;
    left: -2px;
    top: -18px;
    font-size: 16px;
    color: #fff;
    background: #4385ff;
    width: 82px;
    text-align: center;
    border-radius: 0 20px 20px 25px;
    border: 3px solid #fff;
}
.index-seax1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 10px; 
}
.index-seax1 p:nth-child(1) {
    color: #d92929;
    font-size: 12px;
}
.index-seax1 p:nth-child(1) span {
    color: #6f6e6e;
}
.index-seax1 p:nth-child(1) em {
    font-size: 18px;
    font-weight: 700;
}
.index-seax1 p:nth-child(2) a {
    width: 90px;
}
.index-seax h3 {
    width: 220px;
    text-align: center;
    color: #e24850;
    background: #fff9f9;
    border: 1px solid #f8d8d8;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*首页和列表的海外特惠公用end*/


/*友情链接和免责声明*/
.detail_youlian {
    background: #efefef;
}
.youlian{
    padding-top: 40px;
    padding-bottom: 35px;
}
.youlianMain{
    border:1px solid #e5e5e5;
    width: 1200px;
    margin:0 auto;
    background: #fff;
}
.youlianMain p {
    font-size: 18px;
    padding: 3px 25px;
    border-bottom: 4px solid #193dc6;
    display: inline-block;
    color: #000;
}
.lianjieDizhi {
    border-top: 1px solid #efefef;
}
.lianjieDizhi a{
    display: inline-block;
    padding: 12px 8px;
    font-size: 14px;
}
.mianze{
    background: #f7f7f7;
}
.mianzeMain{
    width: 1200px;
    margin:0 auto;
    padding:10px 0;
}
.mianzeMain p{
    font-size: 14px;
}
/*友情链接和免责声明 END*/

/*底部通用模块*/
.footer{
    background: #252525;
}
.footer a:hover{
    color: #fff;
}
.footerMain{
    width: 1200px;
    margin:0 auto;
    padding:40px 0;
    border-bottom: 1px solid #3b3b3b;
}
.footerMain li{
    float: left;
    border-right:1px solid #3b3b3b;
    padding-right: 70px;
    margin-right: 65px;
    font-size: 14px;
}
.footerMain li>p{
    color: #fff;
    font-size: 16px;
}
.footerMain li>a{
    color: #959595;
    display: block;
    line-height: 30px;
}
.footerMain li:last-child{
    border-right:none;
    padding-right:0;
    margin-right:0;
}
.footerMain li:nth-child(4){
    margin-right:50px;
}
.footerMain li .sjerweima{
    float: left;
    width: 130px;
    height: 130px;
}
.footerMain li .kefuDianhua{
    float: right;
    margin-left: 30px;
}
.kefuDianhua p{
    font-size: 14px;
    color: #fff;
    text-align: right;
}
.kefuDianhua p:nth-child(2){
    font-size: 30px;
}
.kefuDianhua p:nth-child(3) a{
    color: #fff;
    font-size: 16px;
    display: inline-block;
    border-radius: 20px;
    background: url(images/icon/footer-chat.png) no-repeat 12px bottom/26% #2d74f6;
    padding: 5px 14px 5px 45px;
    text-shadow: 1px 2px 1px #2d74f6;
}
.footerBeian{
    width: 1200px;
    margin:0 auto;
    padding:15px 0;
}
.footerNav a{
    color: #959595;
    font-size: 14px;
    display: inline-block;
    padding-right: 30px;
    margin-bottom: 10px;
}
/*底部通用模块 END*/
.search {
    position: relative;
}
.search ul {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    display: none;
    height: auto;
    left: 0;
    padding: 5px 0;
    position: absolute;
    top: 50px;
    width: 668px;
    z-index: 999999;
}
.search ul li {
    height: auto;
    padding: 5px 0;
    width: auto;
}
.search ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #999;
    display: block;
    float: none;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    line-height: normal;
    padding: 0 20px;
    text-align: left;
    width: auto;
}
.search ul li a h1 {
    clear: both;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    width: auto;
}
.search ul li a h1 span.price {
    float: right;
}
.search ul li a h1 span.name {
    color: #ff6600;
    margin-right: 5px;
    font-size: 16px;
}
.search ul li a h1 {
    clear: both;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    width: auto;
}
/*新横幅样式start*/
.footer-loop.swiper-container {
   width: 100%;
   height: 120px;
   position: fixed;
   left: 0;
   bottom: 0;
   z-index: 666;
}
.footer-loop .swiper-button-next,
.footer-loop .swiper-button-prev {
    background-image: none;
    top: 50%;
}
.footer-loop .swiper-button-next {
    right: 6px;
}
.footer-loop .swiper-button-prev {
    left: 0;
}
.bt_window_img a img {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    z-index: 55;
}
.bt_windows {
    width: 1200px;
    margin: 0 auto;
    height: 120px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.bt_windows_fl{
    position: relative;
    z-index: 66;
    bottom: 95px;
}
.bt_windows_fl p {
    color: #fff;
    text-shadow: 1px 1px 1px #999;
}
.bt_windows_fr {
    margin-right: 70px;
    position: relative;
    margin-bottom: 6px;
    z-index: 66;
}
.bt_windows_fr p:nth-child(1) {
    color: #fff;
}
.bt_windows_fr p:nth-child(1) i:nth-child(1) {
    font-size: 14px;
    margin-right: 15px;
}
.bt_windows_fr p:nth-child(1) i:nth-child(2) {
    -webkit-transform: scale(0.8);
}
.bt_windows_fr p:nth-child(2) input {
    width: 350px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    margin-right: 10px;
    text-indent: 40px;
    border-radius: 10px;
    color: #cdcdcd;
    background: url(../images/icon/loop-phone.png) no-repeat left 14px center #fff;
}
.bt_windows_fr p:nth-child(2) button {
    width: 110px;
    height: 48px;
    line-height: 48px;
    border-radius: 10px;
    font-size: 22px;
    color: #fff; 
    font-weight: 600;
    text-align: center;
    background: #ff9c00;
    cursor: pointer;
}
.bt_windows_fr p:nth-child(3) {
    font-size: 14px;
    color: #fff;
}
.bt_windows_fr p:nth-child(3) span {
    font-weight: 700;
    font-size: 20px;
}
.footer-width {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    position: relative;
    left: 0;
    top: -120px;
}
.window_close {
   position: absolute;
   right: 0;
   top: 3px;
   z-index: 150;
}
.window_small {
    position: fixed;
    bottom: 100px;
    cursor: pointer;
    z-index: 90;
}
/*新横幅样式end*/

/*公共弹窗start*/
.zhezhaoceng {
    background: rgba(0,0,0,0.68) none repeat scroll 0 0;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.zhezhaoceng a {
    display: block;
    width: 100%;
    height: 100%;
}
.popup {
    position: fixed;
    width: 588px;
    top:50%; 
    left:50%;
    margin-left: -299px;
    margin-top: -230px;
    z-index: 120;
    display: none;
    background: #fff;
    border-radius: 20px;
}
.popup-title {
    position: relative;
}
.popupx {
   padding: 30px 22px 30px 28px;
   display: flex;
}
.popupx-fl {
    padding-right: 8px;
    border-right: 2px solid #f0f0f0;
}
.popupx-fl input {
    width: 210px;
    height: 40px;
    line-height: 40px;
}
.popupx-new {
    padding: 46px 108px 40px 108px; 
}
.popupx-new input {
    width: 370px;
    height: 50px;
    line-height: 50px;
}
.popupx-fl input,
.popupx-new input {
    display: block;
    text-align: center;
    font-size: 20px;
    border-radius: 7px;
}
.popupx-fl input.popupx-fl1,
.popupx-new input.popupx-new1 {
    background: #f6f6f6;
    margin-bottom: 15px;
}
.popupx-fl input.popupx-fl2,
.popupx-new input.popupx-new2 {
    color: #fff;
    background: #2e87ea;
    box-shadow: 0 2px 3px #cfcfcf;
}
.popupx-fr {
    display: flex;
    align-items: center;
}
.popupx-fr-img a img {
    width: 140px;
    height: 93px;
    padding-left: 8px;
    margin-right: 7px;
}
.popupx-fr-word a {
    width: 178px;
    display: block;
    font-size: 22px;
    color: #000;
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.popupx-fr-word p:nth-child(2) {
    font-size: 12px;
    color: #000;
    padding: 4px 0;
}
.popupx-fr-word p:nth-child(2) span {
    font-size: 16px;
    color: #ff0000;
    font-weight: 800;
}
.popupx-fr-word p:nth-child(3) {
    display: inline-block;
    border: 1px solid #ff0000;
    border-radius: 9px 0;
    height: 17px;
    line-height: 17px;
    padding-right: 7px;
}
.popupx-fr-word p:nth-child(3) i {
    display: inline-block;
    color: #fff;
    background: #ff0000;
    padding: 0 6px;
    border-radius: 9px 0;
    height: 17px;
    line-height: 17px;
    margin-right: 7px;
}
.popup_close {
    position: absolute;
    right: 12px;
    top: 12px;
}
.popup-con {
    padding: 30px 65px 36px 65px;
}
.popup-con textarea {
    display: block;
    text-indent: 20px;
    padding-top: 15px;
    width: 100%;
    height: 100px;
    border-radius: 25px;
    border: 1px solid #d3d3d3;
}
.popup-con input {
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 25px;
    width: 100%;
}
.popup-con input.popup-con1 {
    border: 1px solid #d3d3d3;
    font-size: 16px;
    color: #6f6f6f;
    margin-top: 15px;
}
.popup-con input.popup-con2 {
    font-size: 24px;
    color: #fff;
    background: #2e87ea;
    border: 1px solid #2e87ea;
    margin-top: 28px;
}
.window {
    position: fixed;
    width: 524px;
    top: 50%;
    left: 50%;
    margin-left: -262px;
    margin-top: -232px;
    z-index: 120;
    background: #fff;
    border-radius: 10px;
    display: none;
}
.window-title {
    text-align: center;
    background: url(../images/window.jpg) no-repeat center bottom;
    padding-top: 32px;
    padding-bottom: 65px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.window-title p {
    font-size: 50px;
    color: #fff;
    line-height: 54px;
    margin-bottom: 10px;
}
.window-title span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    height: 25px;
    line-height: 25px;
    padding: 0 11px;
    margin-bottom: 12px;
}
.window-title i {
    display: block;
    font-size: 16px;
    color: #fff;
}
.window-bt {
    padding-bottom: 43px;
}
.window-bt input {
    display: block;
    text-align: center;
    width: 376px;
    font-size: 20px;
    height: 54px;
    line-height: 54px;
    border-radius: 10px;
    margin: 0 auto;
}
.window-bt input.window-bt1 {
    color: #3d3d3d;
    background: #e0e0e0;
    margin-top: 37px;
    margin-bottom: 18px;
}
.window-bt input.window-bt2 {
    color: #fff;
    background: #009efe;
    border: 2px solid #0088e3;
}
/*公共弹窗end*/

/*春节弹窗start*/
.total_pop {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 120;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,0.68);
  z-index: 100;
  text-align: center;
  display: block;
}
.total_pops {
  margin-bottom: 10px;
}
.total_pops span {
  float: left;
}
.total_pops span, .total_pops i {
  font-size: 12px;
  color: #fff;
}
.total_pops i {
  float: right;
}
.total_pops img {
   width:30%; 
  margin-top: 4%;
  margin-left: 160px;
}
.total_popx input {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 20px;
  width: 16%;
  margin: 0 auto 1px;
}
.total_popx input:first-child {
  font-size: 18px;
  color: #333;
  margin-bottom:15px;
}
.total_popx input:nth-child(2) {
  background: #ec2115;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}
/*春节弹窗end*/
