#head_nav {
  margin: 60px 0 0 0;
}
#head_nav li {
  width: 20%;
}
.slick-dots {
  bottom: 10px !important;
}
#header .hd .langarea .login {
  width: 22px;
  height: 22px;
  background: url(../images/spanish/user.jpg) no-repeat 0;
}
#header .hd .langarea .facebook {
  width: 22px;
  height: 22px;
  background: url(../images/spanish/hfacebook.jpg) no-repeat 0;
}
#header .hd .langarea .twitter {
  width: 22px;
  height: 22px;
  background: url(../images/spanish/htwitter.jpg) no-repeat 0;
}
#header .hd .langarea .instagram {
  width: 22px;
  height: 22px;
  background: url(../images/spanish/hinstagram.jpg) no-repeat 0;
}
#header .hd .langarea .rss {
  width: 22px;
  height: 22px;
  background: url(../images/spanish/hrss.jpg) no-repeat 0;
}
#header .hd .langarea .in {
  width: 22px;
  height: 22px;
  background: url(../images/spanish/hin.jpg) no-repeat 0;
}
#header .hd .langarea .you {
  width: 22px;
  height: 22px;
  background: url(../images/spanish/hyou.jpg) no-repeat 0;
}
#header .logohref {
  width: 700px;
  height: 63px;
  background: url(../images/spanish/logo.jpg) no-repeat 0;
}
@media (max-width: 1216px) {
  .footer_bd .footer_subnav a {
    font-size: 12px;
    padding: 0 8px !important;
  }
  .desc {
    width: 60% !important;
  }
  .rg1_body .rlbd {
    width: 57.5% !important;
  }
  .rg2_body .rlbd {
    width: 57.5% !important;
    padding: 20px !important;
  }
  .rg1_body .rlbd {
    padding: 10px 20px !important;
  }
  .rg1_body .rlbd .rt1 {
    padding: 10px 0 !important;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 90px;
  width: 90px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -45px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: #0e90d2;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 25px;
  background: url("../images/bannerprev.png") no-repeat 0;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
[dir="rtl"] .slick-prev:before {
  content: "\f138";
}
.slick-next {
  right: 25px;
  background: url("../images/bannernext.png") no-repeat 0;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
[dir="rtl"] .slick-next:before {
  content: "\f137";
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  height: 30px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 14px;
  width: 14px;
  outline: none;
  line-height: 0;
  font-size: 0;
  background: #f5f5f5;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-size: 32px;
  line-height: 20px;
  text-align: center;
  color: #f5f5f5;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button {
  background-color: #4c4c4c;
}
.slick-dots li.slick-active button:before {
  color: #4c4c4c;
  opacity: 0;
}
.justify_fix {
  display: inline-block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.banner {
  width: 100%;
  position: relative;
}
.banner .slick-list,
.banner a {
  display: block;
  width: 100%;
  height: 400px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  overflow: hidden;
  border-bottom: solid 2px #d70d19;
}
.hot {
  margin-bottom: 10px;
}
.hot_ad {
  text-align: justify;
}
.hot_ad p {
  display: inline-block;
  width: 32.8%;
  vertical-align: top;
}
.hot_ad p img {
  width: 394px;
}
.desc {
  float: left;
  margin-top: 10px;
  width: 67%;
}
.bta {
  margin-top: 68px;
  text-align: right;
}
.bta a {
  display: inline-block;
  margin-left: 10px;
}
.rg1_body .bd {
  position: relative;
  background-color: #f3f3f3;
  height: 151px;
  border-radius: 4px;
}
.rg1_body .bd a {
  text-decoration: none;
}
.rg1_body .rlbd {
  width: 64.5%;
  box-sizing: border-box;
  padding: 20px;
}
.rg1_body .rlbd a {
  display: inline-block;
  color: #333;
  margin-right: 13px;
}
.rg1_body .rlbd .rt1 {
  padding: 15px 0;
  color: #000;
}
.rg1_body .rlbd .rt2 {
  border-top: dashed 1px #d2d2d2;
  padding-top: 7px;
  color: #000;
}
.rg1_body .rbd {
  width: 424px;
  height: 151px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/spanish/rg1.jpg) no-repeat 0 0;
}
.rg1_body .rbd p {
  width: 100%;
  margin: 110px auto 0 auto;
  text-align:center;
}
.rg1_body .rbd a {
  color: #fff;
  display: inline-block;
  border-right: solid 1px #b60000;
  padding: 0 5px;
}
.rg1_body .rbd a:hover{
  text-decoration:underline
}
.rg1_body .rbd a:last-child {
  border-right: none;
}
.rg2_body .bd {
  position: relative;
  background-color: #f3f3f3;
  height: 152px;
  border-radius: 4px;
}
.rg2_body .bd a {
  text-decoration: none;
}
.rg2_body .rlbd {
  width: 64.5%;
  box-sizing: border-box;
  padding: 20px 20px;
}
.rg2_body .rlbd a {
  display: inline-block;
  color: #333;
  margin-right: 24px;
}
.rg2_body .rlbd .rt1 {
  padding: 15px 0;
  color: #000;
}
.rg2_body .rlbd .rt2 {
  border-top: dashed 1px #d2d2d2;
  padding-top: 20px;
  margin-top: 28px;
  color: #000;
}
.rg2_body .rbd {
  width: 425px;
  height: 152px;
  position: absolute;
  right: 0;
  top: 0;
}
.region {
  margin-bottom: 40px;
  position: relative;
}
.region:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: '';
  background-color: #cacaca;
}
.region h4 {
  text-align: left;
  position: relative;
  font-size: 26px;
  padding: 20px 0;
  font-weight: normal;
}
.region h4 a {
  color: #d70d19;
  text-decoration: none;
}
.region h4:after {
  position: absolute;
  width: 125px;
  bottom: 0;
  left: 0;
  height: 2px;
  content: '';
  background-color: #d70d19;
  z-index: 2;
}
.region .more {
  float: right;
  font-size: 14px;
  color: #6d6d6d;
  display: block;
  margin: 25px 5px 0 0;
}
.nav {
  font-size: 14px;
  position: fixed;
  right: 0;
  top: 120px;
  display: none;
}
.nav li {
  width: 54px;
  height: 30px;
  background-color: #6d6d6d;
  color: #fff;
  position: relative;
  padding: 40px 0 20px 0;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 2px;
  right: 0;
  font-size:8px;
}
.nav li dl {
  width: 194px;
  color: #000;
  position: absolute;
  background: #fff;
  border: solid 2px #d70d19;
  border-radius: 2px;
  top: 0;
  right: 54px;
  text-align: left;
  padding: 20px 0 10px 0;
  display: none;
}
.nav li dl dd {
  padding-left: 36px;
  background: url("../images/phone.png") no-repeat 12px 5px;
  margin-bottom: 12px;
}
.nav li dl dt {
  text-align: center;
  margin-top: 10px;
}
.nav li dl dt span {
  display: block;
  padding-top: 10px;
}
.nav li dl dt img {
  margin: 0 auto;
}
.nav li.dba {
  background-image: url("../images/kefu.png");
  background-repeat: no-repeat;
  background-position: center 12px;
}
.nav li.dba:hover {
  background-color: #d70d19;
  color: #fff;
  border-radius: 0 2px 2px 0;
}
.nav li.dba:hover dl {
  display: block;
}
.nav li.dbb {
  background-image: url("../images/weixin.png");
  background-repeat: no-repeat;
  background-position: center 25px;
}
.nav li.dbb .weixin_sub {
  background: #fff;
  padding: 3.6px 10px;
  border: solid 2px #d70d19;
  position: absolute;
  top: 0;
  right: 54px;
  display: none;
}
.nav li.dbb:hover {
  background-color: #d70d19;
  color: #fff;
  border-radius: 0 2px 2px 0;
}
.nav li.dbb:hover .weixin_sub {
  display: block;
}
.nav li.dbc {
  background-image: url("../images/cphone.png");
  background-repeat: no-repeat;
  background-position: center 20px;
}
.nav li.dbc span {
  display: block;
  padding-top: 10px;
}
.nav li.dbc .cphoen_sub {
  background: #fff;
  padding: 3px 10px;
  border: solid 2px #d70d19;
  position: absolute;
  top: 0;
  right: 54px;
  display: none;
}
.nav li.dbc:hover {
  background-color: #d70d19;
  color: #fff;
  border-radius: 0 2px 2px 0;
}
.nav li.dbc:hover .cphoen_sub {
  display: block;
}
.nav li.dbd {
  height: 0;
  background-image: url("../images/gotop.png");
  background-repeat: no-repeat;
  background-position: center;
}
.nav li.dbd:hover {
  background-color: #d70d19;
  color: #fff;
}
.nav li.dbd a {
  display: block;
  width: 100%;
  height: 100%;
}
.rg1_body .rt2 a:hover{
    color:#d70d19;
}
.rg1_body .rlbd a:hover ,.rg2_body .rlbd a:hover{
    color:#d70d19;
	text-decoration:underline;
}
.rg1_body .rlbd >a,.rg2_body .rlbd >a {
  color: #d70d19;
}
.nav .dbb{
	padding: 50px 0 10px 0;
}



.nav {
    font-size: 14px;
    position: fixed;
    right: 0;
    top: 203px;
    display: none;
}
.nav li {
	width: 54px;
	height: 30px;
	background-color: #6d6d6d;
	color: #fff;
	position: relative;
	padding: 40px 0 20px 0;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
	margin-bottom: 2px;
	right: 0;
}
.nav li dl {
	width: 190px;
	color: #000;
	position: absolute;
	background: #fff;
	border: solid 2px #d70d19;
	border-radius: 2px;
	top: 0;
	right: 54px;
	text-align: left;
	font-style: normal;
	padding: 20px 0 10px 0;
	display: none;
}
.nav li dl dd {
	padding-left: 36px;
	background: url("../images/phone.png") no-repeat 12px 5px;
	margin-bottom: 12px;
	margin-top: 20px;
}
.nav li dl dt {
	text-align: center;
	margin-top: 10px;
}
.nav li dl dt span {
	display: block;
	padding-top: 10px;
}
.nav li dl dt img {
	margin: 0 auto;
}
.nav li.dba-btn {
	height: 20px;
	padding: 10px 0;
	background-image: url("../images/Arrow2.png");
	background-repeat: no-repeat;
	background-position: center;
}
.nav li.dba-btn:hover {
	background-color: #d70d19;
}
.nav li.dba-btn.clicked {
	background-image: url("../images/Arrow1.png");
}
.nav li.dba {
	background-image: url("../images/kefu.png");
	background-repeat: no-repeat;
	background-position: center 12px;
}
.nav li.dba:hover {
	background-color: #d70d19;
	color: #fff;
	border-radius: 0 2px 2px 0;
}
.nav li.dba:hover dl {
	display: block;
}
.nav li.dbb {
	background-image: url("../images/weixin.png");
	background-repeat: no-repeat;
	background-position: center 20px;
}
.nav li.dbb .weixin_sub {
	background: #fff;
	padding: 3.6px 10px;
	border: solid 2px #d70d19;
	position: absolute;
	top: 0;
	right: 54px;
	display: none;
}
.nav li.dbb:hover {
	background-color: #d70d19;
	color: #fff;
	border-radius: 0 2px 2px 0;
}
.nav li.dbb:hover .weixin_sub {
	display: block;
}
.nav li.dbc {
	background-image: url("../images/cphone.png");
	background-repeat: no-repeat;
	background-position: center 20px;
}
.nav li.dbc span {
	display: block;
	padding-top: 10px;
}
.nav li.dbc .cphoen_sub {
	background: #fff;
	padding: 3px 10px;
	border: solid 2px #d70d19;
	position: absolute;
	top: 0;
	right: 54px;
	display: none;
}
.nav li.dbc:hover {
	background-color: #d70d19;
	color: #fff;
	border-radius: 0 2px 2px 0;
}
.nav li.dbc:hover .cphoen_sub {
	display: block;
}
.nav li.dbd {
	height: 0;
	background-image: url("../images/gotop.png");
	background-repeat: no-repeat;
	background-position: center;
}
.nav li.dbd:hover {
	background-color: #d70d19;
	color: #fff;
}
.nav li.dbd a {
	display: block;
	width: 100%;
	height: 100%;
}
.icon_kehu {
    width: 69px;
    height: 69px;
    margin-left: 34px;
    display: block;
    background: url(../images/index/kehu.png) no-repeat;
    background-size: cover;
    position: relative;
}
.icon_kefu {
    margin-top: 10px;
    margin-left: 50px;
    position: absolute;
    top: 0px;
    left: 30px;
    width: 30px;
    font-size: 15px;
    font-weight: 800;
    font-style: normal;
    line-height: 30px;
    text-align: center;
}
/* 首页右侧导航栏 */
.btn {
    display: block;
    width: 33px;
    padding-left: 17px;
    margin-right: 10px;
    border: 2px solid red;
}
.a1 {
    margin-left: -9px;
}
.nbl img {
    cursor: pointer;
    transition: all 0.5s;
}
.nbl img:hover {
	transform: scale(1.1);
}
.nav li.hiddenWords span {
    display: none;
}
.nav li.hiddenWords {
    padding: 0 0 20px 0;
}
.nav li.dbd.hiddenWords {
    height: 30px;
}
.nav li.dbc.hiddenWords {
    background-position: center 10px;
}
.subMenuWarp.smallMenu {
    width: 16.50%;
}
.nav span, .work li a {
    font-size: 12px;
}
.stick {
    position: fixed;
    top: 0;
}
.menu {
    margin-left: 29px;
}
.cphoen_erweima {
    font-size: 14px;
    color: #d70d19;
}
.text-justify-list .p2 li {
    width: 100%;
    float: none;
    text-align: center;
}
#rightArrow {
    width: 54px;
    height: 54px;
    line-height: 49px;
    position: fixed;
    top: 147px;
    right: 0px !important;
    background: #6d6d6d;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.rightArrow_1 {
    width: 54px !important;
    height: 54px !important;
    display: inline-block !important;
    position: fixed;
    top: 156px;
    right: 0px !important;
    overflow: hidden !important;
    background-repeat: no-repeat;
    background-image: url(images/i.png) !important;
    background-size: cover;
    border-radius: 30px !important;
}
.hd_img {
    margin-top: -53px;
}
.nav li.dbd {
    padding: 0;
    width: 54px;
    height: 54px;
	margin-top:230px;
}
.nav li.dbd:hover {
	background-color: #6d6d6d;
}
.langarea {
    margin-top: -32px;
}
#rightArrow i, span, p {
    font-style: normal;
}
.w1200 dl dd a:hover, .w1200 ul li a:hover {
    color: #d70d19;
}
.new_con_a {
    width: 79%;
    display: block;
    float: left;
    text-align: left;
}
.nav li .distinguish_split a {
    display: block;
    border-bottom: 2px dotted #ccc;
    margin: 0;
    padding-bottom: 10px;
}
