/*重置bootstrap*/

* {
  font-family: '微软雅黑';
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:visited,
a:checked {
  text-decoration: none;
}

a {
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
  color: #000;
}

ul,
ol {
  list-style: none;
}

/*常用css样式*/
.font-bold {
  font-weight: bold;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #323232;
}

.word-break {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.padding-zero {
  padding: 0;
}

/* 导航 */
.navbar-brand {
  padding: 0;
}

#xdlx .fp-next {
  /* right: 150px; */
  background: url(../../images/right_control.png) 50% no-repeat;
}

#xdlx .fp-prev {
  /* left: 150px; */
  background: url(../../images/left_control.png) 50% no-repeat;
}

#xdlx .fp-controlArrow {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  border: 0 none;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -38px;
  cursor: pointer;
  border-style: solid;
}

.navbar-fixed-top {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}
.s1,
.s2,
.s3,
.section1,
.section2,
.section3,
.section4,
.section5,
.section6 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.s1 {
  background-image: url(../../images/s1.jpg);
}
.s2 {
  background-image: url(../../images/s2.jpg);
}
.s3 {
  background-image: url(../../images/s3.jpg);
}
.s4 {
  background-image: url(../../images/s4.jpg);
}
.section1 {
  background-image: url(../../images/section1.jpg);
}
.section2 {
  background-image: url(../../images/section2.jpg);
}
.section3 {
  background-image: url(../../images/section3.jpg);
}
.section4 {
  background-image: url(../../images/section4.jpg);
}
.section5 {
  background-image: url(../../images/section5.jpg);
}


/* -------------- css start --------------*/


.language{
	width: 6%;
	margin: 30px 1.3% 30px 2%;
}
.language a{
	color: #333;
	font-size: 16px;
}
.language a.en,.language a.zh{
	padding: 0px 3%;
}

.icons{
	width: 3%;
	margin: 30px 0px;
}
.icons img.car{
	margin-top: 2px;
}

/* ABOUT I */

.boxbg{
	width: 66.7%;
	height: 560px;
	background: rgba(241,183,59,0.87);
	margin-top: 4%;
	padding: 4% 0 5% 4%;
}
.r_txt strong{
	font-size: 46px;
	color: #e60910;
}
.r_txt span{	
	font-size: 18px;
	font-weight: 700;
	color: #e60910;
	text-transform: uppercase;
	display: block;
}
.r_txt span::before{
	content:"";
	background: url(../../images/red-line.jpg) center no-repeat;
	padding-right: 15px;
}
.r_txt span::after{
	content:"";
	background: url(../../images/red-line.jpg) center no-repeat;
	padding-left: 15px;
}
.r_content{
	width: 62%;
	color: #fff;
	text-indent: 28px;
	line-height: 28px;
	margin: 40px 0;
}
.boxbg a:hover,.p_inlet a:hover,.btnLink a:hover{
	text-decoration: none;
	color: #fff;
}
.btnLink{
	display: block;
	width: 170px;
	height: 46px;
	border: solid 1px #fff;
	line-height: 46px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	transition: all 0.6s; 
}
.btnLink:hover{
	border-color: #e60910;
	background: #e60910;
	line-height: 46px;
}

/* PRODUCT Ⅱ */

.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      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;
    }

.thumb_text img{
	border: solid 1px #eaeaea;
}

.p_inlet P{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin: 90px 0;
	padding-right: 10%;
}
.p_slider{
	margin: 29px auto;
}

.swiper-slide{
	border-radius: 50%;
	border: solid 6px #fff;
}
.swiper-slide img{
	border-radius: 50%;		
}


/* NEWS Ⅲ */

.lead_list{
	margin: 70px auto 0px;
}

.main_img{
	height: auto;
    width: 100%;
	overflow:hidden;
	position: relative;
}
.main_img img{
	height: auto;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
	z-index:1;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
	}
.main_img .show {
    background: rgba(0, 0, 0, 0.4);
    height:225px;
    left: 0;
    opacity: 0;
	filter:alpha(opacity=0);
    position: absolute;
    top: 0;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: opacity;
    transition-timing-function: ease-in;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 0.3s;
    -moz-transition-property: opacity;
    -moz-transition-timing-function: ease-in;
	/* Safari 和 Chrome */
	-webkit-transition-delay:0s;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    -webkit-transition-timing-function: ease-in;
	/* Opera */
	-o-transition-delay:0s;
    -o-transition-duration: 0.3s;
    -o-transition-property: opacity;
    -o-transition-timing-function: ease-in;
    width:100%;
    z-index: 200;
}
.main_img .show .imgArea {
    left: 50%;
	bottom:0;
    margin:-15px 0px 0px -40px;
    opacity: 0;
    position: absolute;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 0.4s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay:0s;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay:0s;
    -o-transition-duration: 0.4s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}
.main_img .show .imgArea a{
	color:rgba(255,255,255, 0.8);
	display:block;
	padding:5px 12px;
	border:rgba(255,255,255, 0.6) 1px solid;
	border-radius:8px;
	font-size: 16px;
}
.main_img .show .imgArea a:hover{
	background: rgba(255,255,255, 0.7);
	color:rgba(0,0,0, 0.6);
}
.main_img:hover  .show {opacity: 1;filter:alpha(opacity=100);}
.main_img:hover .show .imgArea{opacity:1;filter:alpha(opacity=100);bottom:40%;}
.main_img:hover img {
	transform: scale(1.2, 1.2);
	
	-ms-transform:scale(1.2, 1.2); 	/* IE 9 */
	-moz-transform:scale(1.2, 1.2); 	/* Firefox */
	-webkit-transform:scale(1.2, 1.2); /* Safari 和 Chrome */
	-o-transform:scale(1.2, 1.2); 	/* Opera */
}

.n_title{
	background: #ecb642;
	margin-top: 2px;
	padding: 1.5% 2%;
	overflow: hidden;
}
.n_title strong{	
	display: block;	
	width: 28%;
	float: left;
	font-weight: normal;
	font-size: 32px;
	color: #fff;	
}
.n_title span{
	display: block;
	width: 70%;
	float: right;
	color: #fff;
	font-size: 16px;
	border-left: solid 1px #fff;
	padding-left: 5%;
	margin: 14px 0;
}
.section3 .btnLink{
	margin: 70px auto 0px;	
}
.section3 .btnLink a{
	color: #fff;
}


/* CONTACT Ⅳ */

.bigbg{
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 556px;
	margin: 4% auto 0px;
}
.bigbg .r_txt{
	margin: 70px auto;
}
.iconbox .img_flip{
	margin-bottom: 30px;
}
.iconbox span,.iconbox p{
	font-family: 黑体;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}
.img_effect:first-child p{
	font-size: 36px;	
}
.img_effect img{	
	cursor: pointer;
	transition: all 1s ease;  
	-webkit-transition: all 1s ease; 
}
.img_flip:hover img{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.section4{
	position: relative;
}
.footer_copy{
	position: absolute;
	bottom: 30px;
	width: 100%;
}
.footer_copy span,.footer_copy a{
	color: #fff;	
}


.box{
	margin: 50px 0px;
}
.box h5{
	display: none;
}
.table_form tbody td, .table_form tbody th{
	border-bottom: none !important;
}
.table_form td, .table_form th{
	padding: 8px 0 8px 8px !important;
}
.input-text{
	width: 100%;
	background: none !important;
	height: 26px !important;
	line-height: 26px !important;
}
textarea{
	background: none !important;
}







/* animated */

.active .boxbg{
	animation:mymove 1.5s linear forwards alternate;
	-webkit-animation:mymove 1.5s linear forwards alternate; /*Safari and Chrome*/
}






@keyframes mymove
{
	from {margin-right:-66.7%;}
	to {margin-right:0px;}
}

/*Safari and Chrome*/

@-webkit-keyframes mymove  
{
	from {margin-right:-66.7%;}
	to {margin-right:0;}
}



.located{
	border-bottom: solid 1px #efefef;
	height: 58px;
	line-height: 56px;
	/*padding: 0px;*/
}
.subnav li{
	text-align: center;
}
.subnav li:hover a{	
	display: block;
	color: #e7262a;
	border-bottom: solid 1px #e7262a;
}
.subnav li a,.crumbs a,.crumbs{
	text-decoration: none;
	color: #717171;	
}
.homebtn{
	background: url(../../images/home_ico.png) no-repeat center;
	padding-left: 52px;
}


.colum{
  overflow:hidden;    
}
.colum h2{
  float:left;
  font-size:26px;
  margin:0px;
  line-height:56px;
}
.colum em{
  font-style:normal;
  display:block;
  width:7px;
  height:26px;
  background:#484848;
  margin:15px 12px 0px;
  float:left;
}


.footerbox{
	background: #484848;
	padding: 36px;
}
.bottom_nav li a,.footerbox .cr,.footerbox .beian a{
	color: #d4d4d4;
}
.bottom_nav{
	margin-bottom: 26px;
	font-size: 16px;
}
.footerbox .cr,.footerbox .beian{
	padding-left: 15px;
	line-height: 28px;
}



/* 1 */

#container{
	height: 450px;
}
.map,.callway{
	margin: 70px auto;
}
.callway strong{
	display: block;
	font-size: 30px;
	line-height: 90px;
	letter-spacing: 1px;
}


.contentbox .txt{
	margin: 70px 0px 30px;
	font-size: 30px;
	color: #6b6b6b;
}
.txt em{
	font-style: normal;
	display: block;
	width: 100px;
	height: 3px;
	background: #e4e4e4;
	margin-top: 20px;
}
.infont p{
	margin-bottom: 0px;
	line-height: 42px;
	text-indent: 28px;
	color: #716d6d;
}


.one{
	margin:50px auto;
	height:248px;
	width:100%;
	overflow:hidden;
	position:relative; 
}
.one ul{
	height:248px;
	width:100000px;
	position:absolute;
	left:0;
} 
/*ul width的宽不能过小*/
.one ul li{
	display:block;
	float:left;
	margin:5px;
	height:242px;
	border-radius:5px;
	position:relative;
	border: solid 1px #eaeaea;	
}
.one ul li a{
	display:inline-block;
	height:242px;
} 
.one ul li img{
	border-radius:5px;
	display:block;
}
.one ul li a span{
	height:0;
	display:block;
	background:rgba(0,0,0,0.4);
	position:absolute;
	bottom:0;
	color:#fff;
	font-size:0px;
}
.one ul li a:hover span{
	height:242px;
	line-height:242px;
	border-radius:5px;
	font-size:20px;
	text-align:center;
	transition:all 0.7s;
}


.honor_imgbox{
	margin: 70px auto 40px;
}
.honor_imgbox li{
	margin: 0px auto 30px;
} 
.img_box{
	width: 100%;
	height: 300px;
	padding: 15px;
	border: solid 1px #eaeaea;	
}
.img_box .fancybox{
	display: block;	
	height: 248px;	
}
.img_box .fancybox img{
	display: block;
	margin: 0 auto;
}
.honor_imgbox li .img_txt{
	text-align: center;
	line-height: 32px;
}





/* 2 */

.newlist{
	margin: 70px 0px;
}
.newlist li{
	margin-bottom: 30px;
}
.newlist .kuang{
	border: solid 1px #efefef;
	padding: 20px;
}
.bgcolor{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0px;
}
.newlist li .scale{
	width: 100%;
	overflow: hidden;
}
.newlist li .scale img{
	width: 100%;
	transition: all 0.5s ease;
}
.newlist li:hover .scale img{
	transform: scale(1.2);
}
.newlist .kuang strong{
	display: block;
	font-weight: normal;
	color: #636363;
	font-size: 16px;
	line-height: 50px;
	margin-bottom: 26px;
}
.newlist .kuang span{
	color: #afafaf;	
}


.newshow{
  margin:70px 0px;
  padding: 0 15px;
}
.newshow .titN{
  font-size:26px;
}
.newshow .titS{
  margin:15px 0px 35px;
  padding-bottom:22px;
  border-bottom:solid 1px #efefef;
}
.newshow .titS span{
  color:#717171;
}
.textshow p{
  color:#717171;
  line-height:40px;
  text-indent:28px;
}
.newshow .f14{
  margin:70px 0px;
  padding-top:22px;
  border-top:solid 1px #efefef;
}


/* 3 */

.listboxs{
  margin:70px 0px 0px;
}

.bigmouch{
  overflow:hidden;
  background: #f3f3f3;
  margin:0px 15px 36px;
}
.bigmouch em{
  font-style:normal;
  display:block;
  width:6px;
  height:6px;
  background:#484848;
  border-radius:50%;
  margin:18px 8px 0px;
  float:left;
}
.bigmouch h6{
  margin:0px;
  float:left;
  font-size:18px;
  line-height:42px;
}
.bigmouch a{
  color:#a5a5a5;
  display:block;
  float:right;
  margin:11px 0px;
  padding-right:8px;
}

.listboxs li .scale,#showdiv li .scale{
  width:100%;
  border: solid 1px #f7f7f7;
  overflow:hidden;
}
.listboxs li .scale img,#showdiv li .scale img{  
  cursor:pointer;
  width:100%;
  height: 272px;
  transition:all 0.5s ease;
}
.listboxs li:hover .scale img,#showdiv li:hover .scale img{
  transform:scale(1.2);
}
.listboxs li span,#showdiv li span{
  display:block;
  text-align:center;
  line-height:36px;
  color:#717171;
}

.nextbtn{
  display:block;
  margin:70px 0px;
  text-align:center;
  color:#717171;
}
a.nextbtn:hover,a.nextbtn:focus{
  color:#717171;
  text-decoration:none;  
}


.zzsc{ 
  width:100%; 
  height:auto;   
  overflow:hidden; 
  padding-bottom:50px;
  margin-top:70px;
  font-family:'Microsoft Yahei';
 }
.zzsc ul li{ 
  width:23.5%; 
  height:300px; 
  border: solid 1px #eaeaea;
  overflow:hidden; 
  float:left; 
  margin:0px 0.75%; 
  position:relative; 
  text-align:center;
 }
.zzsc ul li img{ 
  width:100%; 
  height:auto; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:10;   
 }
.zzsc ul li .mark{ 
  background:url(../../images/jia.png) no-repeat center 80px #000;
  opacity:0.7; 
  display:none; 
  width:100%; 
  height:300px; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:15; 
  text-indent:-3000px; 
  overflow:hidden;
  filter:alpha(opacity=0.7);
 }
.zzsc ul li .mark2{
  width:100%; 
  height:100px; 
  line-height:100px;
  background:url(../../images/touming.png) no-repeat center top; 
  position:absolute; 
  left:0; 
  top:200px; 
  color:#fff; 
  font-size:18px; 
  z-index:20;
 }




.contentbox h2{
	margin: 50px auto;
	text-align: center;
}
.thumb_text,.getback{
	margin: 0px auto 76px;
}
.thumb_text p{
	text-indent: 28px;
	line-height: 36px;
	color: #717171;
}
.getback{				
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;				
	border: solid 1px #e6e6e6;
	text-align: center;
	line-height: 60px;
	margin-top: 76px;
}

.textshow {
	line-height: 46px;
}
.textshow span{
	color: #717171;
}
.getback a{
	color: #777;
}

.page{
	margin-bottom: 70px;
}




@media screen and (max-width: 769px){
	header{
		border-bottom: solid 1px #eaeaea !important;
	}
	.language{
		width: 12%;
	}
	.icons{
		width: 6%;
    	margin: 30px 56px 30px 0px;
	}

	.rm-nav {
		float: left !important;
		width: 100%;		
	}	
	.rm-nav li a, .rm-top-menu a{
		padding: 1rem !important; 
	}
	.rm-top-menu{
		margin-top: 10px !important;
    	border-top: solid 1px #eaeaea;    	
    	padding-top: 10px !important;
	}

	.rm-lighten li li a,.rm-lighten .rm-menu-item .rm-menu-item a{
		padding-left: 30px !important;
	}

	.link_base,.language_bast{
		overflow: hidden;
	}
	.link_base a,.link_base img,.language_bast a,.language_bast i{
		float: left;
	}
	.language_bast i{
		font-style: normal;
    	margin-top: 11px;
	}
	.link_base img.car{
		margin-top: 2px;
	}

	.rm-toggle.rm-button {	    
	    position: absolute;
	    top: 15px;
	    right: 0;
	}

	.footerbox{
		padding: 36px 0px;
	}
	.footerbox .ewm{
		float: left !important;
		margin: 25px 0px 0px 25px;
	}

	.table_form tbody th{
		text-align: left;
	}

	.img_box{
		height: 326px;
	}
	.honor_imgbox li .img_txt{
		margin-top: 60px;
	}
	.f14 .prev{
		width: 100%;
	}
	.f14 .next{
		width: 100%;
		margin-top: 12px;
	}

}

@media screen and (max-width: 767px) {

	header{
		border-bottom: solid 1px #eaeaea !important;
	}
	.s1 {
	    background-image: url(../../images/m1.jpg);
	}
	.s2 {
	    background-image: url(../../images/m2.jpg);
	}

	.rm-container{
		padding: 2% 0 !important;
	}

	#fp-nav{
		display: none;
	}

	.logos{
		width: 80%;
	}
	.logos img{
		width: 100%;
	}
	.rm-nav {
		float: left !important;
		width: 100%;		
	}	
	.rm-nav li a, .rm-top-menu a{
		padding: 1rem !important; 
	}
	.rm-top-menu{
		margin-top: 10px !important;
    	border-top: solid 1px #eaeaea;    	
    	padding-top: 10px !important;
	}
	.rm-lighten li li a,.rm-lighten .rm-menu-item .rm-menu-item a{
		padding-left: 30px !important;
	}
	.link_base,.language_bast{
		overflow: hidden;
	}
	.link_base a,.link_base img,.language_bast a,.language_bast i{
		float: left;
	}
	.language_bast i{
		font-style: normal;
    	margin-top: 11px;
	}
	.link_base img.car{
		margin-top: 2px;
	}

	
	.boxbg{
		width: 100%;
		padding: 0px 15px;
	}
	.r_content{
		width: 100%;
	}
	.p_inlet P{
		margin: 40px auto;
	}

	.lead_list li{
		margin-bottom: 30px;
	}
	.section3 .btnLink {
	    margin: 40px auto 70px;
	}


	.bigbg{
		height: auto !important;
		margin-bottom: 120px;
	}

	.img_box{
		height: 320px;
	}
	.img_txt{
		margin-top: 20px;
	}


	.zzsc ul li{
		width: 47%;
		margin: 0px 1.5% 3%;
	}

	.table_form tbody th{
		text-align: left;
	}
	.f14 .prev{
		width: 100%;
	}
	.f14 .next{
		width: 100%;
		margin-top: 12px;
	}

}

@media screen and (max-width: 414px){
	header{
		border-bottom: solid 1px #eaeaea !important;
	}
	.rm-toggle.rm-button {
	    margin-top: 0px !important;
	}
}

@media screen and (max-width: 375px){

	header{
		border-bottom: solid 1px #eaeaea !important;
	}

	.rm-lighten li li a,.rm-lighten .rm-menu-item .rm-menu-item a{
		padding-left: 30px !important;
	}

	.rm-toggle.rm-button {
	    margin-top: -3px !important;
	}

	.boxbg .r_txt{
		margin-top: 30px;
	}

	.zzsc ul li{
		height: 200px;
	}
	.zzsc ul li .mark2{
		position: absolute;
    	left: 0;
    	top: 140px;
    	height: 60px;
    	line-height: 70px;
	}
	.footerbox {	    
	    padding: 36px 0px;
	    text-align: center;
	}

	.table_form tbody th{
		text-align: left;
	}

	.f14 .prev{
		width: 100%;
	}
	.f14 .next{
		width: 100%;
		margin-top: 12px;
	}
	.titS span{
		display: block;		
	}	

}

@media screen and (max-width: 360px){
	header{
		border-bottom: solid 1px #eaeaea;
	}
	.rm-lighten li li a,.rm-lighten .rm-menu-item .rm-menu-item a{
		padding-left: 30px !important;
	}
	.section3 .r_txt{
		margin: 40px auto;
	}
	.n_title strong{		
	    width: 30%;
	}
	.n_title span{
		width: 67%;
	}
	.footer_copy span{
		line-height: 32px;
	}
	.footer_copy {
	    position: absolute;
	    bottom: 10px;
	    width: 100%;	    
	}
	.table_form tbody th{
		text-align: left;
	}
	.zzsc ul li .mark2{
		top: 130px;
		height: 70px;
    	line-height: 80px;
	}
	.titS span{
		display: block;		
	}
	.f14 .prev{
		width: 100%;
	}
	.f14 .next{
		width: 100%;
		margin-top: 12px;
	}
	
}

@media screen and (max-width: 320px) {

	header{
		border-bottom: solid 1px #eaeaea !important;
	}

	.rm-lighten li li a,.rm-lighten .rm-menu-item .rm-menu-item a{
		padding-left: 30px !important;
	}

	.logos{
		width: 75%;
    	margin-top: 7px;
	}
	.subnav li{
		padding: 0px;
	}	
	.zzsc ul li{
		height: 200px;
	}
	.zzsc ul li .mark2{
		position: absolute;
	    left: 0;
	    top: 128px;
	    height: 70px;
	    line-height: 80px;
	}
	.footerbox{
		padding: 36px 0px;
		text-align: center;
	}
	.callway strong{
		font-size: 26px;
	}
	.table_form tbody th{
		text-align: left;
	}
	.titS span{
		display: block;		
	}	
	.f14 .prev{
		width: 100%;
	}
	.f14 .next{
		width: 100%;
		margin-top: 12px;
	}
}


@media screen and (min-width: 1680px){
	.language {
	    width: 5%;
	    margin: 30px 0 30px 2%;
	}
	.icons {
	    width: 2.5%;	    
	}
}

@media screen and (min-width: 1441px) and (max-width: 1679px){
	.language {
	    width: 6.1%;
	    margin: 30px 0 30px 2%;
	}
	.icons {
	    width: 3%;	    
	}
}

@media screen and (min-width: 1361px) and (max-width: 1440px){
	.language {
	    width: 6.1%;
	    margin: 30px 0.6% 30px 2%;
	}
	.icons {
	    width: 3.5%;	    
	}
}

@media screen and (min-width: 1201px) and (max-width: 1360px){
	.rm-nav li a, .rm-top-menu a{
		padding: 0 0.5em !important;
	}
	.rm-menu-item a{
		padding: 0.75em 0.5em;
	}
	.language { 
		width: 6.5%;   
	    margin: 30px 0.8% 30px 2%;
	}
	.icons {
	    width: 3.5%;	    
	}
}