@import url("reset2.css");

/**
 *
 * @authors chan.yisen (aihuacyc@gmail.com)
 * @date    2016-01-20 10:25:51
 * @version $Id$
 * @public.less
 */
@charset "UTF-8";
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/MR.eot');
  src: url('../fonts/MR.eot') format('embedded-opentype'), url('../fonts/MR.woff2') format('woff2'), url('../fonts/MR.woff') format('woff');
}
@font-face {
  font-family: 'MyriadPro-Semibold';
  src: url('../fonts/MSB.eot');
  src: url('../fonts/MSB.eot') format('embedded-opentype'), url('../fonts/MSB.woff2') format('woff2'), url('../fonts/MSB.woff') format('woff');
	font-style:normal;font-weight:600;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?hzhzeb');
  src: url('../fonts/icomoon.eot?#iefixhzhzeb') format('embedded-opentype'), url('../fonts/icomoon.woff?hzhzeb') format('woff'), url('../fonts/icomoon.ttf?hzhzeb') format('truetype'), url('../fonts/icomoon.svg?hzhzeb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  background-color: #ffffff;
}
html,
body{
  position: relative;
  overflow-x: hidden;
  min-height: 100%;
}
* {
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
a {
  color: #626366;
  text-decoration: none;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all 0.4s;
}

table,
tr,
td {
  border-collapse: collapse;
}
img {
  width: 100%;
  height: auto;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  -ms-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}

ul li{
  list-style-type: none;
}
a:focus,
a:active {
  outline: none;
}
a:hover {
  color: #c51718;
  text-decoration: none;
}
a.a-link {
  color: #626366;
  font-weight: 600;
}
a.a-link:hover {
  color: #c51718;
}
a.view-link {
  color: #909090;
}
a.view-link:hover {
  color: #c51718;
}
a.con_adda{
  font-weight: bold;
}
a.nohref{
  color: #c51718;
  font-weight: bold;
}
.container {
  position: relative;
  width: 100%;
  margin: 0px auto;
  padding: 0px 80px;
}
.clearfix::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.no-type {
  list-style: none;
}

.d-table {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.d-cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

body {
  color: #626366;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}
.ad{ width:1010px; margin:0 auto; padding:0; margin-bottom:50px; margin-top:-50px;}
.ad img{ width:100%; height:100%;}
#ver-sc, #ver-sc input, #ver-sc textarea, #ver-sc select,
#ver-tc, #ver-tc input, #ver-tc textarea, #ver-tc select {
  font:17px/1.5 "黑体", "Microsoft YaHei", "宋体", Arial, Helvetica, Verdana, sans-serif;
  color: #626366;
	letter-spacing:0.3px;
}
#ver-en, #ver-en input, #ver-en textarea, #ver-en select {
  font: 17px/1.5 "黑体", Arial, Helvetica, sans-serif, Verdana;
  color: #626366;
	letter-spacing:0.3px;
}
strong, b {
	font-family: "黑体", "Microsoft YaHei", "宋体", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 600;
}

h1{
  font-size:24px;
  color: #626366;
  text-align: center;
  padding:70px 0;
  text-transform: uppercase;
}
h2{
  font-size:20px;
  padding-left:15px;
  text-align: left;
  border-left: 0px solid #c4151c;
  text-transform: uppercase;
  margin-bottom: 35px;
}
h3{
  font-size:20px;
  color: #636466;
  text-transform: uppercase;
}
.career-detail-info h1{padding: 0 0 30px; text-align: left;}
.career-detail-info h3{padding-bottom:10px;}
p{
  padding-bottom:28px;
}

footer{
  position: relative;
  width: 100%;
  height: auto;
  padding:25px 30px;
  background: #626366;
}
footer.fiexd{
  position: absolute;
  bottom: 0px;
}
footer p{
  padding-bottom:10px;
  text-align: center;
  line-height:1;
}
p.copy{padding-bottom:0px;
  color: #a0a0a0;
  /*color: #bc001c;*/
  font-size: 14px;
  line-height:24px;
 

}
p.copy a{
  color: #a0a0a0;
  /*color: #bc001c;*/
}
p.copy a:hover{
  color: #ffffff;
}
p.con-link a{
  padding:0px 15px;
  position: relative;
  display:inline-block;
  width: 40px;
  height: 20px;
  opacity: 0.6;
}
p.con-link img{
  position: relative;
  width: auto;
  height: 100%;   
  padding-bottom:5px;
}
p.con-link a:hover{
  opacity: 1;
}
span.su{
  padding:0px 8px;
}
header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  padding:20px 0;
  transition:all 0.4s;
  /*background: #fff;
  border-bottom:1px solid #b0b1b2;*/
}
ul.index li  a{color: #fff !important;}
header.on{
  /*border:none;*/
  padding:0;
  background: rgba(255, 255, 255, 0.8);
}
header.on ul.index li  a{color: #393434 !important;}
header.active{
  border:none;
  background: rgba(255, 255, 255, 0);
}
header > .container {
  position: relative;
  z-index: 8;
  /*height:56px;*/
}
header .d-cell {
  padding-top: 16px;
  padding-bottom: 16px;
}
header .d-cell.menus{display: none;}
header .d-cell:nth-child(2){
  width:50px;
}
header .d-cell:nth-child(4) {
  width:50px;
}
header.indexx.on .logo{display: none}
header.indexx.on .logo.logo2{display: block !important;}
.lang a{
  /*color: #626366;*/
  /*color: #c51718;*/
  padding-left: 10px;
  font-size: 16px;
}
.indexx .lang a{color: #fff}
.indexx.on .lang a{color: #393434}

.lang a:first-child{
  padding-left: 0px;
}
.lang a:hover {
  color: #c4161c !important
}
.lang{
  text-align: right;
  display: flex;
}
a#menu{
  position: relative;
  display: block;
  width: 40px;
  height: 30px;
  margin-left: -10px;
 
}
a#menu:active {
	color: #626366;
	
}
a#menu span {
  position: absolute;
  display: block;
  width: 100%;
	max-width: 20px;
  height: 1px;
  /*background-color: #626366;*/
  background-color: #bc001c;
  top: 50%;
  margin-top: 0px;
	left: 10px;
}
a#menu span:first-child{
  top: 9px;
}

a#menu span:last-child{
  top: auto;
  bottom: 8px;
}
a#menu:hover span {
  /*background-color: #c51718;*/
  background-color: #626366;
}

#menu span {
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

#menu.active span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}
#menu.active span:first-child{
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  top: 50%;
}
#menu.active span:last-child{
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  top: 50%;
  bottom: auto;
}




.logo {
  display: block;
  width:60px;
  margin: 0px auto
}
.logo img {
  display: block;
  width: 100%;
}
.subscribe-box{display: none;
  position: absolute;
  width: 40%;
  right:5%;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  text-align: right;
      line-height: 1;
}
.subscribe-box input{
  font-size: 14px;
  line-height:1;
}
input.inputtxt{font-family:"黑体", Arial, Helvetica, sans-serif, Verdana;
  border:1px solid #bcbec0;
  padding:3px 5px;
  color: #bcbec0;
  width: 40%;
  min-width: 160px;
  margin-right: 5px;
}
input.submit{
	font-family:"黑体", Arial, Helvetica, sans-serif, Verdana;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #626366;
  padding:6px 10px 5px 10px;
  cursor: pointer;
}
input.submit:hover{
  background: #c51718;
}
.nav-box {
  /*position: fixed;
  z-index: 6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;*/
}
.nav-wrap{
  /*position: absolute;
  width: 100%;
  height: 100%;
  top: 60px;
  left: 0;*/
  /*padding:0px 0px 90px 0px;*/
  /*overflow-y: auto;
  overflow-x: hidden;*/
}
.nav-wrap .container{
  position: relative;
  display: table;
  height: 100%;
  padding:0 20px;
}
.nav-wrap .container nav{
  /*position: relative;
  display: table-cell;
  vertical-align: middle;*/
  /*padding-top:6.5%;*/
}

.nav-box.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .edit-header{display: flex;}
ul.nav-list{
  position: relative;
  display: flex;
}
ul.nav-list li{
  list-style-type: none;
  position: relative;
  /*margin-bottom:40px;*/
}

ul.nav-list li a {
  color: #393434;
  line-height:1.2;
width: 110px;
  text-align: center;
  text-transform: uppercase;  display:table;
}
ul.nav-list li > a {
  font-size:16px;
  text-transform: uppercase;
  position: relative;

  color: #393434;

}
ul.nav-list li:hover {padding-bottom: 20px}
ul.nav-list li:hover .sub-nav{
  display: flex;
}
ul.nav-list li:hover > a:after,ul.nav-list li.current > a:after{content: '';position: absolute;bottom: -5px;height:3px;border-radius: 4px; left:35%; width:30%;background: #c4161c;display: block;}
header.on ul.nav-list li a {
  color: #393434;
}

.sub-nav{
  position: absolute;
  /*left:280px;*/
  width:auto;
  display: none;
  top: 30px;
  z-index: 10;
}
.sub-nav dl{display: flex;}
.sub-min{
  width: 120%;
}
.sub-nav.sub-bot{
  top: auto;
  bottom: 0px;
}
/*.sub-nav.sub-min{
  top: -100px;
}*/
.sub-nav.sub-min dd:last-child{
  margin-bottom: 40px;
}
.sub-nav dd{
	display: table;
  margin-bottom:40px;
}
.sub-nav dd:last-child{
  margin-bottom: 0px;
}
.sub-nav dd a{
  color: #bcbec0;
  font-size:16px;
}

.sm-sub-nav{
  position: absolute;
  width: 300px;
  left: 160%;
  display: none;
  top: 0px;
}

.sm-sub-nav a{
  display: block;
  color: #626366!important;
  margin-bottom:40px;
}

ul.nav-list li.cuur > a,
.sub-nav dd.cuur > a,
.sm-sub-nav a.cuur,
.sm-sub-nav a:hover,
.sub-nav dd a:hover,
ul.nav-list li > a:hover{
  color: #c4161c!important;
}
ul.nav-list li.current > a,
.sub-nav dd.current > a,
.sm-sub-nav a.current{
   color: #c4161c!important;
}

/*ul.nav-list li:first-child .sm-sub-nav{
  margin-left: 100px;
}*/

/*banner*/
#banner{
  position: relative;
  width: 100%; 
}
ul.banner-list{
  position: relative;
  width: 100%;
  height: 100%;
}
ul.banner-list li {
width: 100%;
height: 100%;
position: absolute;
}
ul.banner-list li a{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

/*ul.banner-list li:first-child {
display: block;
background: url(../images/banner_3.jpg) no-repeat center top;
background-size: cover;
}

ul.banner-list li:nth-of-type(2) {
display: none;
background: url(../images/banner_4.jpg) no-repeat center top;
background-size: cover;
}

ul.banner-list li:nth-of-type(3) {
display: none;
background: url(../images/banner_3.jpg) no-repeat center top;
background-size: cover;
}

ul.banner-list li:nth-of-type(4) {
display: none;
background: url(../images/banner_4.jpg) no-repeat center top;
background-size: cover;
}

ul.banner-list li:last-child {
display: none;
background: url(../images/banner_5.jpg) no-repeat center top;
background-size: cover;
}*/

ul.num{
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
}
ul.num li{
  width:40px;
  height:40px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
ul.num li::before{
  content: "";
  width:40px;
  height:2px;
  position: absolute;
  display:block;
  background: rgba(190, 190, 190, 0.8);
	
  cursor: pointer;
  top: 50%;
  margin-top: -1px;
}
ul.num li.active::before,
ul.num li:hover::before{
  background: rgba(90, 90, 90, 0.8);
  /*background: #626366;*/
}





#index-content{
  position: relative;
  width: 100%;
 
  padding:90px 375px;
  margin:0px auto;
}
.index-ir{
  position: relative;
}
.index-ir h1{ padding-top:0 !important}
ul.ind-ir-media{
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
}
ul.ind-ir-media h2 b{ color:#bc001c; font-size:24px; padding-right:10px; margin-left:-15px;}
ul.ind-ir-media a{
  color: #626366;
}
ul.ind-ir-media a:hover{
  color: #c51718;
}
ul.ind-ir-media li{
  width: 31%;
  float: left;
  margin-right:4%;
}
ul.ind-ir-media li span{ padding-top:20px; display:table;bottom:7px; position: absolute;}
ul.ind-ir-media li p{ padding-bottom:0;display:-webkit-box;  -webkit-line-clamp:4;  -webkit-box-orient:vertical;  overflow:hidden; text-align:justify;}
ul.ind-ir-media li:nth-child(2){
  width:30%;
}
ul.ind-ir-media li:last-child{
  margin-right: 0px;
}
b.fina-a{    margin-left: 20px;
  display: block;
}
b.fina-a a{
  text-decoration: underline;
  font-family: "MyriadPro-Semibold", "Microsoft JhengHei", "Microsoft YaHei", "宋体", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 600;
}


.ind-ir-stock span{
  display: block;
}
.ind-ir-stock b{
 font-size: 48px;
 line-height: 60px;
 font-weight: normal;
}
.ind-ir-stock i{
  font-style: normal;
}
.ind-ir-stock span a{
  text-decoration: underline;
  padding-left: 10px;
}

#page-banner{
  position: relative;
  width: 100%;
  height: auto;
  padding-top:56px;
  
}
#page-banner p{
	color:#bcbec0;
	padding:0;
  text-transform: uppercase;
  text-align: center;
  font-size:16px;
  line-height: 1;
  display:none;
}
#page-banner p a{
  color: #bcbec0;
}
#page-banner p a:hover{
  color: #c51718;
}
#page-banner p b{
  color: #626366;
}
#page-banner h1{
  padding:70px 0;
}

.page-content{
  position: relative;
  padding: 0px 427px 70px 427px;
  margin:0px auto;
  font-size: 100%;
  width: 100%;
  min-height: 400px;
	text-align: justify;
}
.page-content.width-max {
	max-width: 1600px;
}
.table-box{
  position: relative;
  width: 100%;
  overflow-x:auto;
  padding-bottom: 20px;
}
.table-box i.tab-hover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.3);
    z-index: 10;
    display: none;
}
.table-box i.tab-hover::before {
    color: #c4161c;
    content: "\e60b";
    font-size: 135px;
    display: inline-block;
    width: 140px;
    left: 50%;
    margin-left: -70px;
    position: absolute;
    top: 50px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
table.award-table{
  position: relative;
  width: 100%;
  height: auto;
  min-width:640px;
  margin: 0px auto;
}


table.award-table th{
  color: #bcbec0;
  text-align: left;
  font-weight: normal;
  padding: 20px 50px 20px 0px;
}

table.award-table tr{
  border-bottom: 1px solid #e1e1e1;
}
table.award-table td{
  text-align: left;
  padding: 20px 50px 20px 0px;
  line-height: 24px;
}
table.award-table td:last-child{
  padding:20px 0px;
}



.from-box{ 
  position: relative;
  width: 100%;
  height: auto;
  background: #f1f2f2;
  padding: 100px 150px;
  margin-bottom: 80px;
}

ul.cont-form{
  position: relative;
  width: 100%;
  height: auto;
}
ul.cont-form li{
  position: relative;
  width: 100%;
  display:table;
  margin-bottom: 30px;
}
ul.cont-form li:last-child{
  margin-bottom: 0px;
}
ul.cont-form li span{
  width: 35%;
  display: table-cell;
  min-width: 100px;
  vertical-align: middle;
}
ul.cont-form li div{
  position: relative;
  display: table-cell;
  line-height: 0px;
  vertical-align: middle;
}

ul.cont-form li input{
  position: relative;
  width: 100%;
  background: #fff;
  padding:15px 15px;
  color: #636466;
  font-size: 16px;
  font-family: "黑体";
}
ul.cont-form li input.radio{
  width: auto;
}
div.female{
  padding-right: 30px;
}
input[type="radio"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 1em;
    height: 1em;
    margin-right: .4em;
    border-radius: 50%;
    border: 1px solid #bcbcbc;
    text-indent: .15em;
    line-height: 1; 
}

input[type="radio"]:checked + label::before {
    background: #f13b46 url("../images/radio_bg.png") center no-repeat;
    background-size: 100% 100%;
    background-clip: content-box;
    border: 1px solid #f13842;
}
input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    display: none;
}
ul.cont-form li input.submit{
  width: 150px;
  text-align: center;
  color: #fff;
  background: #c4151d;
  cursor: pointer;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all 0.4s;
  
}
ul.cont-form li input.submit:hover{
  background: #636466;
}
ul.cont-form li textarea{
  position: relative;
  width: 100%;
  background: #fff;
  padding:20px 15px;
  height: 180px;
}
li.no-marg{
  margin-bottom: 0px!important;
}
div.p-linh{
  line-height: 30px!important;
}
div.text-r{
  text-align: right;
}
.contact-page span{
  display: block;
}
.ir-bot-main.contact-page span{
  font-size: 14px;
}

.ir-select{
	display: table-cell;
	width: auto;
	float: right;
	margin-bottom: 20px;
	margin-top: -22px;
}
.choose-main{
  position: relative;
  background-color: #fff;
  float: left;    
  margin-left: 50px;
}
.choose-main select {
	border:0px;
	outline:0px;
}
.ir-news {
	margin-top: -25px;
}
.ir-news a.more {
	margin-top: 70px;
}
.ir-news.media-only a.more {
	margin-top: 25px;
}
.month-box{

}
.choose-main::after {
   /* content: "";
    display: block;
    display: none\9\0;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right:0px;
        border-top:7px solid #424242;
    border-right:6px solid transparent;
    border-left:6px solid transparent;*/
}
/*.choose-main::before {
    content: "";
    display: block;
    display: none\9\0;
    position: absolute;
    top: 50%;
    margin-top:-4px;
    right:1px;
	z-index:2;
        border-top:6px solid #ffffff;
    border-right:6px solid transparent;
    border-left:6px solid transparent;
}*/
ul.choose-ul {
  position: relative;
  width: 100%;
  z-index: 2;
}
ul.choose-ul li {	
    position: relative;
    list-style-type: none;
    /*padding:0px 25px 0 0;*/
    cursor: pointer;  
}
ul.choose-box{
    position: absolute;
    display: none;
    width: 100%;
    height: auto;
    right: 0px;
	background:#eaeaea;
	z-index:101;
	min-width:110px;
    /*border: 1px solid #424242;*/
}
.aboutaward-select-box ul.choose-box{min-width:120px;}
.ir-select ul.choose-box{ min-width:70px}
.media-select ul.choose-box{min-width:170px;}

ul.choose-box li{padding:8px 15px 6px 0;
    background-color: #eaeaea;
}
ul.choose-box li a{
	line-height:1;
  display: block; padding-left:15px;
}
ul.choose-box li:hover{
  background-color: #c4161c;
}
ul.choose-box li:hover a{
  color: #fff;
}
.about_brands{ padding-top:90px !important;}
p.p-cent{
  text-align: center;
  text-transform: uppercase;
  font-size:18px;
  padding-bottom:0  
}

p.p-cent img{
  position: relative;
  margin:80px 0px 75px 0;
  width: 85px;
  height: auto;
}
.about-only p.p-cent{
	text-align: center;
	font-family: 'MyriadPro-Semibold', "Microsoft JhengHei", "Microsoft YaHei", "宋体", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 600;
}
.board-page p.p-cent{
 font-size: 14px;    line-height: 1;
}
.select-info{
  position: relative;
  width: 100%;
  height: auto;
}
.select-info ul{
  position: relative;
  width:100%;
  height: auto;
}
.select-info ul li{
  position: relative;
  padding:25px 0px;
  border-bottom:2px solid #e5e5e5;
}
ul.load-more li.load-show{
  display: none;
}
ul.load-more li.load-show.show{
  display: block;
}
ul.design-load-more li.load-show-li{
  display: none;
}
ul.design-load-more li.load-show-li.show{
  display: block;
}

.select-info ul dl{
  position: relative;
  display: table;
  width: 100%;
}
.select-info ul dt{
  display: table-cell;width:105px;

}

.media-select{
	margin-top: -47px;
  padding: 0px 15px;
}
.media-select .choose-main{
  float: right;
  margin-right: 0px;
  margin-bottom: 20px;
}
.select-info ul.media-add li{
  position: relative;
  width: 33.33333%;
  float: left;
  padding: 0px 15px;
  margin-bottom:40px;
}
.select-info ul.media-add li:nth-child(3n+1),
.design-box ul li:nth-child(3n+1) {
clear: both;
}
.design-box_w ul li:nth-child(3n+1) {
clear: both;
}
.prospectus ul li{width:40% !important;  float:inherit !important; margin:auto; display:table !important;}
.select-info ul.media-add dd,
.select-info ul.media-add dt{
  display: block;
  width: 100%;
  padding: 0px;
  -webkit-transition: all 1.5s;
-moz-transition: all 1.5s;
-ms-transition: all 1.5s;
-o-transition: all 1.5s;
transition: all 1.5s;
}
.select-info ul.media-add li{
  border-bottom: none;
}
.select-info ul.media-add li dd{
  padding: 10px 12px;
}
.select-info ul.media-add li dl:hover span{ color:#a0a0a0}
.select-info ul.media-add li dl:hover a{ color:#ffffff}
.select-info ul.media-add li dt{
    position: relative;
    font-size: 0px;
    overflow: hidden;
    width: 100%;
    padding-bottom: 75%;
    height: 0px;
}
.select-info ul.media-add li dl{
  overflow:hidden;
}
a.down{
  position: absolute;
  display: block;
  width: 160px;
  right: 0px;
  height: 45px;
  line-height: 40px;
  top: 50%;
  margin-top: -22px;
  border: 2px solid #d6d6d6;
  text-align: center;
}
a.down:hover{
  background: #c4161c;
  color: #fff!important;
  border: 2px solid #fff;
}
a.down img{
  width: 20px;
  height: auto;
  border: none;
  padding-left: 10px;
}
.select-info ul dt img{
  width:auto;
  height:100%;    position: absolute;
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.select-info ul dt:hover img{
  opacity: 0.8;
}
.select-info ul dd{
  display: table-cell;
  padding-left: 30px;
  padding-right:30px;
  vertical-align: middle;
}
.select-info ul dd span{
  display: block;
  /*color: #5d5d5d;*/
}
.select-info ul.media-add dd a{
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}


a.apply,
a.more,
a.more1{
  position: relative;
  display: block;
  width: 120px;
  text-align: center;
  border:1px solid #626366;
  margin:0px auto;
  padding:0px 0px;
  background: #fff;
  margin-top: 25px;    
  text-transform: uppercase;
	line-height: 44px;

}
a.more1:hover,
a.apply:hover,
a.more:hover{
  background: #c4161c;
  color: #fff!important;
  border:1px solid #fff;

}

/*.ir-report dt{
 width: 180px;
  background: url(../images/td_bg.png) right bottom no-repeat;
  background-size: 100% 99%;
  padding-bottom: 5px;
  padding-right: 5px;
}*/
.page-people-tit .ir-report-only .design-box ul li dt{
  width: 80%;
  height: auto;
  padding-bottom: 0px;
  margin: 0px auto;
  border:1px solid #bdbfc1;
}
.page-people-tit .ir-report-only .design-box ul li dd{
  text-align: center;
  width: 80%;
  margin: 0px auto;
}
.ir-report-only .design-box ul li img{width: 100%; height: auto;position:inherit;    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
	-webkit-transition-timing-function:none;
    transition-timing-function:none;
	
	}
.ir-report-only .design-box ul li:hover img{
  transform: scale(1) translateX(-50%);
  -webkit-transform: scale(1) translateX(-50%);
  -ms-transform: scale(1) translateX(-50%);
  -moz-transform: scale(1) translateX(-50%);
  opacity: 1;
  top: 0;
    left: 50%;
  
}





.page-people-tit .ir-report-only .design-box_w ul li dt{
  width: 80%;
  height: auto;
  padding-bottom: 0px;
  margin: 0px auto;
  border:1px solid #bdbfc1;
}
.page-people-tit .ir-report-only .design-box_w ul li dd{
  text-align: center;
  width: 80%;
  margin: 0px auto;
}
.ir-report-only .design-box_w ul li img{width: 100%; height: auto;position:inherit;    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
	-webkit-transition-timing-function:none;
    transition-timing-function:none;
	
	}
.ir-report-only .design-box_w ul li:hover img{
  transform: scale(1) translateX(-50%);
  -webkit-transform: scale(1) translateX(-50%);
  -ms-transform: scale(1) translateX(-50%);
  -moz-transform: scale(1) translateX(-50%);
  opacity: 1;
  top: 0;
    left: 50%;
  
}





.ir-report a{
 color: #636466;
}
.ir-report a:hover{
color: #c51718;
}
/*.ir-report img{
 border:1px solid #bdbfc1;
}*/

/*.board-page{
  padding-bottom:0px !important;
}*/
.page-people-tit ul li a{
  display: block;
}
.about-board{
  position:relative;
  width: 100%;
  height: auto;
  padding:60px;
  background: #f1f2f2;
}
.about-board .about-top{display: flex;align-items: center;margin-bottom: 40px}
.about-board .about-top .text{margin-left: 40px;}
.about-board .about-top .text h1{text-align: left;padding:10px 0; color: #000}
.about-board p span{ /*color:#c4161c; font-weight:600;*/}
.about-board .content{font-size: 14px;}
/*.about-board p{
  text-align: justify;
}*/
.about-board strong{
  padding-bottom: 20px;
  display: block;
}
.about-board dl{
  position: relative;
  display: table;
  width: 100%;
}
.about-board dl dt{
  position: relative;
  width:29.5%;
  display: table-cell; text-align:center;
}
.about-board dl dt img{
  width: 100%;
  height: auto;
  max-width:320px;
}
.about-board dl dt h3 {
	padding: 20px 0 18px;
}
.about-board dl dt p {
	text-transform: uppercase;
	font-size: 14px;
  font-weight: bold;
}
.about-board dl dd{
  display: table-cell;
  vertical-align: top;
  padding-left: 60px;
  
}
.about-board p img{ width:100%;}

.page-board-detail .board-page{
  /*display: none;*/
}
.page-board-detail p.p-cent{
  position:absolute;
     width: 100%;
    left: 0;
  display: table;
  text-align: center;
  top:150px;
  line-height: 1;
}

ul.dot-ul{
  position: relative;
  width: 100%;
  height: auto;
}

ul.dot-ul li{
  position: relative;
  padding:6px 30px;
}
ul.dot-ul li::before{
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 17px;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #c8292f;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
ul.dot-ul li span{
  position: relative;
  width: 110px;
  display: inline-block;
}
.ir-top-main{
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}
.ir-top-l{
  position: relative;
  width: 75%;
  float: left;
}
.ir-top-r{
  position: relative;
  width: 25%;
  float: right;
}
.ir-top-r dl,
.ir-top-l dl{
  display: table;
  width: 100%;
}
.ir-top-r dl dd,
.ir-top-r dl dt,
.ir-top-l dl dd,
.ir-top-l dl dt{
  position: relative;
  display: table-cell;
}
.ir-top-l dl dt{
  width: 40%;
}
.ir-top-l dl dd{
  width: 60%;
  padding-left:30px;
  padding-right:5.5%;
  
  font-size: 14px;
  vertical-align: top;
}
.ir-top-r dl dt{
  width: 50%;
}
.ir-top-r dl dd{
  vertical-align: middle;
  padding-left: 20px;
  text-transform: uppercase;
  font-size:16px
}
.ir-top-r dl dd a{ color:#636466}

.ir-bot-main{
  position: relative;
  margin-top: 100px;
}
.ir-bot-main p{
  font-size:20px;
}
.work-btn{
  position:absolute;
	width: 100%;
	/*width: 100vw;*/
	left: 0;
  display: table;
  text-align: center;
  top:-50px;
  line-height: 1;
  
}
.work-btn li{
	padding:2px 15px;
  display: inline-block;
	/*font-size: 98%;*/
}
.work-btn li a{
  display: block;
  text-transform: uppercase;
}
.work-btn li.active a{
  color: #c4151c;
}
.LEADERSHIP .work-btn li:first-child{
	margin-left:40px;
}
#ver-tc .LEADERSHIP .work-btn li:first-child{margin-left:70px;}
.LEADERSHIP .chosen-select-gohref {
	top: -32px;
	display: none;
	font-family: '黑体';
	position: relative;
	width: 100%;
	padding: 0px 10px 2px;
	border: 1px solid #bcbec0;
	color: #636466;
	font-size: 16px;
	height: 35px;
	line-height: 25px;
	text-align: center;
}
.LEADERSHIP .chosen-select-gohref option {
	text-align: center
}
.LEADERSHIP .chosen-container {
	display: none !important;
}
.chosen-select-group {
	display:inline-block;
	position:relative;
	padding: 0px 10px 2px;
	border: 1px solid #bcbec0;
	color: #636466;
	font-size: 16px;
	height: 35px;
	line-height: 25px;
	cursor:pointer;
}
.chosen-select-group select {
	position: absolute; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	opacity:0; 
	cursor:pointer;
	margin-left: -11px;
	margin-right: -11px;
}

	
.work-btn-group{
	top: -32px;
	width: 100%;
	position: inherit;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.work-btn-label b {
	display: inline-block;
    top: 0;
    right: 0;
		margin-left: -3px;
		margin-right: -13px;
		width: 15px;
    height: 18px;
	
    background: url(../images/chosen-sprite.png) no-repeat 5px 3px;
		background-image: url("../images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
}
.work-btn-group .work-btn {
	position: relative;
	top: 0px;
	
	
	
}
#toggle {
  position: absolute;
  appearance:none;
  cursor:pointer;
  left:-100%;
  top:-100%;
}

#toggle + label {
	position: relative;
	display: none;
	cursor:pointer;
	padding:10px;
	width: 100%;
	padding: 0px 10px;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	transition:all 500ms ease;
	top: -34px;
	text-transform: uppercase;
}
#toggle + label:after {
}

#toggle:checked ~ .work-btn-group,
#toggle:checked ~ .about-award-l {
  min-height: 400px;
	max-height: auto;
	margin-top: 15px;
}

#toggle:checked + label {
	color: #CCCCCC;
}
.page-intro-cont #toggle:checked ~ .work-btn-group {
	height: 200px;
}
.our-works #toggle:checked ~ .work-btn-group {
	height: 190px;
}
.career-r #toggle:checked ~ .work-btn-group {
	height: 200px;
}

.ir-common .work-btn-group {
	height: 0px;
	display: none;
	top: 0px;
}
.ir-common #toggle + label {
	top: 0px;
	text-transform: capitalize;
}
.ir-common .work-btn-group li {
	padding: 2px 1.5%;
	border: none;
}



.our-page h1{
 padding-bottom: 35px;
}
.lead-box{ padding:0 40px;}
.design-box{
  position: relative;
  width: 100%;
  height: auto;
}

.design-box ul li{
  position: relative;
 width: 33.333333%;
 height: auto;
 float: left;
 padding: 0px 20px;
 margin-bottom: 20px;
 cursor: pointer;
}
.design-box ul li:nth-child(3n+1){
  clear: both;
}
.design-box ul li dl{
  position: relative;
  width: 100%;
  height: auto;
}
.design-box ul li dt{
  position: relative;
  font-size: 0px;
  overflow:hidden;  
     width: 100%;
    padding-bottom:75%;
    height: 0px;
}
.design-box ul li dd{
  padding:15px 12px;
   text-align: left;
  -webkit-transition: all 1.5s;
-moz-transition: all 1.5s;
-ms-transition: all 1.5s;
-o-transition: all 1.5s;
transition: all 1.5s;
}

ul.media-add li:hover dl dd,
.design-box ul li dd.active{
	background-color:#767676;
  color: #fff;
	padding-left:12px;
	padding-right:12px;
}

.design-box_w{
  position: relative;
  width: 100%;
  height: auto;
}

.design-box_w ul li{
  position: relative;
 width: 33.333333%;
 height: auto;
 float: left;
 padding: 0px 20px;
 margin-bottom: 20px;
 cursor: pointer;
}
.design-box_w ul li:nth-child(3n+1){
  clear: both;
}
.design-box_w ul li dl{
  position: relative;
  width: 100%;
  height: auto;
}
.design-box_w ul li dt{
  position: relative;
  font-size: 0px;
  overflow:hidden;  
     width: 100%;
    padding-bottom:75%;
    height: 0px;
}
.design-box_w ul li dd{
  padding:15px 12px;
   text-align: left;
  -webkit-transition: all 1.5s;
-moz-transition: all 1.5s;
-ms-transition: all 1.5s;
-o-transition: all 1.5s;
transition: all 1.5s;
}

ul.media-add li:hover dl dd,
.design-box_w ul li dd.active{
	background-color:#767676;
  color: #fff;
	padding-left:12px;
	padding-right:12px;
}













ul.media-add li:hover dl dd span{
  color: #fff;

}
.LEADERSHIP .design-box ul li dd{text-align:center;}
.LEADERSHIP .design-box_w ul li dd{text-align:center;}
.LEADERSHIP-main{ margin:auto; max-width:990px;}
.design-box ul li span{
  display: block;
  font-size:16px;
}
.design-box ul li b{
  color: #aeaeae;
  font-size: 12px;
	font-weight: 600;
	font-family: 'MyriadPro-Semibold', "Microsoft JhengHei", "Microsoft YaHei", "宋体", Arial, Helvetica, Verdana, sans-serif;
  display: block;
    -webkit-transition: all 3s;
-moz-transition: all 3s;
-ms-transition: all 3s;
-o-transition: all 3s;
transition: all 3s;
}
.design-box ul li:hover b{color: #a0a0a0;}






.design-box_w ul li span{
  display: block;
  font-size:16px;
}
.design-box_w ul li b{
  color: #aeaeae;
  font-size: 12px;
	font-weight: 600;
	font-family: 'MyriadPro-Semibold', "Microsoft JhengHei", "Microsoft YaHei", "宋体", Arial, Helvetica, Verdana, sans-serif;
  display: block;
    -webkit-transition: all 3s;
-moz-transition: all 3s;
-ms-transition: all 3s;
-o-transition: all 3s;
transition: all 3s;
}
.design-box_w ul li:hover b{color: #a0a0a0;}






.desi-bg{
  position: absolute;
  display: none;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;

}
.design-box ul li img{
  cursor: pointer;
  transition: all 3s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
	height:100%;
	width:auto;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
ul.media-add li:hover img,
.design-box ul li:hover img{
	top: 0;
    left: 50%;
  transform: scale(1.2) translateX(-42%);
  -webkit-transform: scale(1.2) translateX(-42%);
  -ms-transform: scale(1.2) translateX(-42%);
  -moz-transform: scale(1.2) translateX(-42%);
  opacity: 1;
  
}
.LEADERSHIP .design-box ul li img{
  cursor: pointer;
  transition: all .8s;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
	transition: none;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.LEADERSHIP .design-box ul li:hover img{
	left: 50%;
  transform: scale(1.08) translateX(-46%);
  -webkit-transform: scale(1.08) translateX(-46%);
  -ms-transform: scale(1.08) translateX(-46%);
  -moz-transform: scale(1.08) translateX(-46%);
  opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
	position: relative;
	left: 0px;
}

.page-people-tit .design-box ul li dt{
  width: 100%;
  padding-bottom: 100%;
  height: 0px;
}





.design-box_w ul li img{
  cursor: pointer;
  transition: all 3s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
	height:100%;
	width:auto;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
ul.media-add li:hover img,
.design-box_w ul li:hover img{
	top: 0;
    left: 50%;
  transform: scale(1.2) translateX(-42%);
  -webkit-transform: scale(1.2) translateX(-42%);
  -ms-transform: scale(1.2) translateX(-42%);
  -moz-transform: scale(1.2) translateX(-42%);
  opacity: 1;
  
}
.LEADERSHIP .design-box_w ul li img{
  cursor: pointer;
  transition: all .8s;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
	transition: none;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.LEADERSHIP .design-box_w ul li:hover img{
	left: 50%;
  transform: scale(1.08) translateX(-46%);
  -webkit-transform: scale(1.08) translateX(-46%);
  -ms-transform: scale(1.08) translateX(-46%);
  -moz-transform: scale(1.08) translateX(-46%);
  opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
	position: relative;
	left: 0px;
}

.page-people-tit .design-box_w ul li dt{
  width: 100%;
  padding-bottom: 100%;
  height: 0px;
}














a.da{
  position: absolute;
  width: 25px;
  top: 50%;
  margin-top: -12.5px;
  right:38%;
}
a.link.da{
  left:38%;
  right: auto;
}
.desi-bg a img{
  display: none!important;
}
.career-info-onlyonly{
  position: relative;
}
ul.career-ul{
  position: relative;
  width: 100%;
  height: auto;
}
.career-info-onlyonly ul.career-ul{
 display: none;
}
ul.career-ul.cuur{
  display: block;
}
ul.career-ul li{
  position: relative;
  /*padding:5px 0px;*/
}
ul.career-ul li span{
  display: inline-block;
  width:55px;
}
ul.career-ul li p{
  padding-bottom:0px;
  font-size: 16px;
  font-weight: bold;
}
ul.career-ul .contact-select {
  position: relative;
  width: 100%;
  display:table;
	margin-bottom: 20px;
  /*font-weight:bold;*/
}
ul.career-ul .contact-select::after{
     /* content: "";
    display: block;
    display: none\9\0;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0px;
    border-top: 7px solid #424242;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
ul.career-ul .contact-select::after{
      content: "";
    display: block;
    display: none\9\0;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right:0px;
    border-top: 7px solid #424242;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;*/
}
ul.career-ul .contact-select select{
  position: relative;
  width: 100%;
  padding: 0px 10px 2px;
  border:1px solid #bcbec0;
  /*appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
font-weight:bold !important;
border-radius:0;*/
color: #636466;
font-size:16px;
height: 35px;
line-height: 25px;
}

ul.career-ul .contact-select select::-ms-expand { display: none; }
.pupop{
  position: fixed;
  top: 0px;
  left:0px;
  width: 100%;
  height: 100%;
  overflow:hidden;
  background: #fff;
  z-index: -1;
}

.contact-select{
  position: relative;
	width: 100%;
}

.contact-select ol{
  position: relative;
  width: 100%;    text-align:left;
  /*border:1px solid #6c7074;*/
}
.contact-select ol li span{
  position: relative;
  display: block;
  width: 100%;
   cursor: pointer;
  /*padding: 5px 20px 5px 0;*/
}
.contact-select ol dl{
  position: absolute;
  width:160px;
  z-index: 8;
  padding: 5px 0px;
  display: none;
}
.contact-select ol dl dd{
  cursor: pointer;
  padding: 5px 10px;
  background: #eaeaea;
  -webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all 0.4s;
}
.contact-select ol dl dd:hover{
  background: #c4151c;
  color: #fff;
}
.pupop.active{
  z-index: 100;
}
.pup-content{
  position: absolute;
  width: 100%;
  height: auto;
  height: 80%;
  top:10%;
}
.slide-box{
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}
p.slide-p{text-transform: uppercase;
  position: relative;
  margin-left: 405px;padding-bottom: 10px;
}
p.slide-p span{
  display: block;
  height: 32px;    
  overflow:hidden;
}
p.slide-p span i{
  color: #c4151c;
  font-style: normal;
  padding-left: 5px;
}
p.slide-p b{
  display: block;
  font-size: 14px;
	font-weight:  600;
	font-family: 'MyriadPro-Semibold', "Microsoft JhengHei", "Microsoft YaHei", "宋体", Arial, Helvetica, Verdana, sans-serif;
  color: #aeaeae;
}
span.pup-close{
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 2%;
  right: 410px;
  overflow:hidden;
  z-index: 15;
  cursor: pointer;
}
span.pup-close::before{
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: #010101;
  border: 6px;
  transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  top:10px;
  left: 50%;
  margin-left: -12px;
}
span.pup-close::after{
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  top:10px;
  left: 50%;
  margin-left: -12px;
  background: #010101;
  border: 6px;
  transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
span.pup-close:hover::before,
span.pup-close:hover::after{
 background: #c4151c;
}

#stockFrame1,
#stockFrame{
  position: relative;
  width: 100%;
  height: auto;
}

.s-top {
  display: none;
  width:46px;
  height:46px;
  /*border:1px solid #626366;*/
  position: fixed;
  right: 68px;
  bottom:68px;
  cursor: pointer;
  background:#e0e0e0 url(https://www.alanchandesign.com/wp-content/themes/studiosans/images/back2top.svg) center no-repeat;
  background-size: 20px auto;
	background-color: rgba(228, 228, 228, 0.95);
  /*-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all 0.4s;*/
}
.s-top:before {
	font-size: 35px;
}
.s-top:hover{
	background-color: rgba(187, 187, 187, 0.95);
  background-size: 20px auto;
}
.s-top.landed {
	position: absolute;
	bottom: 164px;
}

.about-award-main{
  position: relative;
  width: 100%;
  height: auto;
  display: table;
  min-height: 380px;
}
.about-award-l{
  position: relative;
  display: table-cell;
  width: 180px;
  
}
.about-award-r{
  position: relative;
  display: table-cell;
  padding-left:40px; 
}
ul.about-award-nav{
  position: relative;
  width:180px;
  height: auto;
}
ul.about-award-nav li{
  position: relative;
 
  text-align: left;
  margin-bottom: 10px;
}
ul.about-award-nav li a{
  display: block; padding: 6px 10px;
}
ul.about-award-nav li:hover,
ul.about-award-nav li.active{
  background: #c4161c;
}
ul.about-award-nav li:hover a,
ul.about-award-nav li.active a{
  color: #fff;
}
ul.about-award-nav li.active1{
 background: #fff;
}
ul.about-award-nav li.active1 a{
 color: #626366;
}

.award-info-only li dd span{
  color: #626366;
	font-family: 'MyriadPro-Semibold', "Microsoft JhengHei", "Microsoft YaHei", "宋体", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 600;
}

.aboutaward-select-box{
  position: relative;
  margin-bottom: -10px;
      line-height: 1;
}
.aboutaward-select-box span.smtit{
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  font-weight: bold;
}
.aboutaward-select-box .select-box{
  position: absolute;
  right: 0px;
  top: 0px;
      line-height: 1;
}
.aboutaward-select-box .select-box .choose-main{
  margin-right: 0px;
}

.select-info.award-info dd{
  padding-left: 0px;
  padding-right: 0px;
}
.select-info.award-info dd h4{ padding-bottom:20px; font-weight:bold;}
.select-info.award-info .load-show a{
  display: block;
  /*font-size:larger;*/
  color: #626366;
}
.select-info.award-info .load-show a:hover{ color:#c51718}
/*.select-info.award-info .load-show a p{ padding-bottom:0; line-height:1.2}*/
.select-info.award-info .load-show a p, .select-info.award-info .load-show p{ padding-bottom:0; line-height:1.2}
.career-job{
  position: relative;
}
.select-info ul.career-job li{
  border-bottom: none;
  padding: 5px 0px;
}
.select-info.award-info a.more {
	margin-top: 70px;
}

p.career-choose{
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 10px;
}
p.career-choose a{
  display: inline-block;
  color: #bcbec0;
  text-transform: uppercase;
}
p.career-choose span{
  display: inline-block;
  padding: 0px 10px;
  color: #bcbec0;
}
p.career-choose a.active,
p.career-choose a:hover{
  color: #c51718;
}

.select-info.award-info ul.career-job a:hover{
 color: #c51718;
}
.career-ph,
ul.career-paid{
  display: none;
}
.career-ph{
  margin-bottom: 50px;
}
.career-choose{
  margin: 0px auto;
float: none;
width: 170px;
}

.career-th-box span{font-weight:bold;}

span.career-department{
  float: right;font-weight:bold;
}

.select-info.award-info ul.career-job a{
  display: inline-block;
}
.select-info.award-info ul.career-job span{
  float: right;
}
span.activecuur{
  color: #c51718;
}

.career-tab-box{
  position: relative;
  width: 90%;
  overflow-x: auto;
}
.career-tab-scoll{
  position: relative;
  width: 100%;
  /*min-width: 350px;*/
  padding-bottom: 30px;
}

.contact-ph{
  position: relative;
  display: none;
}

.contact-main ul{
  padding: 0px 50px;
}

.contact-lianxi{
  position: relative;
  width: 100%;
  display: table;
  height: auto;
	margin-top: 10px;
	margin-bottom: 70px;
}
.contact_lianr,
.contact_lianl{
  position: relative;
  width: 50%;
  display: table-cell;
  z-index: 2;
	text-align: left;
}
.contact-lianxi ul.career-ul{
  margin-bottom:10px;
}
.contact-lianxi h3 {
	text-transform: capitalize;
	font-family: 'MyriadPro-Semibold', "Microsoft JhengHei", "Microsoft YaHei", "宋体", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 600;
	font-size: 100%;
	margin-bottom: 15px;
}

ul.career-abous{
  position: absolute;
  padding-left: 0px;
  bottom: 0px;
  left: 50px;
}

ul.career-ul-ph{
  display: none;
}
ul.career-ul-pc{display: none;
  bottom: 0px;
}
ul.career-ul p.con-link{
  position: relative;
}
ul.career-ul p.con-link a{
  position: relative;
  display: inline-block;
  width: auto;
  height: 25px;
  padding:0px;
  margin-right: 15px;
}
ul.career-ul p.con-link a:last-child{
  margin-right: 0px;
}
ul.career-ul p.con-link a img{
  position: relative;
  width:auto;
  height: 100%;
}
ul.career-ul p.con-link a.cuurent img{
  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all 0.4s;
}
ul.career-ul p.con-link a:hover{

}
ul.career-ul p.con-link a:hover img{
  opacity: 1;
  -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;
}

.page-intro-cont{
  position: relative;
 padding-bottom:0 !important;
}

p.about_introsmtit{
  /*font-size:20px;*/
  font-weight:bold;
	font-family: 'MyriadPro-Semibold', "Microsoft JhengHei", "Microsoft YaHei", "宋体", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 600;
}
ul.career-pc{
  width:110px;
}

.career-r{
  width: 80%;
}

span.gt{
  position: relative;
  display: inline-block;
  margin: 0px 10px;
  width:11px;
  height:11px;
}
span.gt::after {
content: "";
display: block;
position: absolute;
width:8px;
height:8px;
border-style: solid;
border-width: 1px 1px 0 0;
border-color: #bcbec0;
/*-webkit-transform-origin: 75% 25%;*/
-webkit-transition: 100ms ease-in .1s;
transition: 100ms ease-in .1s;
top:20%;
right: 4px;
margin-top: 0px;
-webkit-transform: rotateZ(45deg);
-moz-transform: rotateZ(45deg);
-ms-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}

ul.brandslogo li{
  width: 125px;
  position: relative;
}

li.ts-logo img{
  height: 50px;
  width: auto;
}
li.ts-logo, li.ts-logo1{width:80px !important; padding:2px 0px!important;}
li.ts-logo1 img{
   height: 50px;
  width: auto;
}


.brands_show{
  position: relative;
  display: none;
}

.brands_show.show{
  display: block;
}

.introbox_only{
  padding-bottom: 70px;
}
.about_intro_info_box{
  position: relative;
  width: 100%;
  overflow-x: hidden;
  height: auto;
}
.about_intro_info_box a.more {
	margin-top: 70px;
}
.about_intro_info{
  position: relative;
  display: block;
}
.about_intro_info .page-content{ padding-bottom:0}
h1.addbot8{
  padding-bottom: 170px;
}
.about_intro_info.hide{
 display: none;
}
.about-add8{
  padding: 25px 60px 60px 60px;
}

span.activecuur{
  color: #626366;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
}

ul.career_deta_ul{
  position: relative;
  margin-bottom: 30px;
}
ul.career_deta_ul li{
  padding: 5px 0px 5px 15px;
  position: relative;
}
ul.career_deta_ul li::before{
 content: "-";
 display: block;
 position: absolute;
 left: 0px;
}
.career_detail_ban{
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}
.career_detail_ban h1{
  padding-bottom: 10px;
}

i.fa-color:before{
  color: #bcbec0;
}
i.fa-color:hover:before{
  color: #fff;
}
ul.nav-list li.nav-logi-only a{
  display: inline-block!important;
  margin-right: 15px;
}
.page-board-detail{
  position: relative;
}

ul.nav-list li.nav-logi-only a i.fa-color:before{
  color: #626366;
}
ul.nav-list li.nav-logi-only a i.fa-color:hover:before{
  color: #c4161c;
}

ul.about_lead_detail_btn{
  position: relative;
  width: 100%;
  left: 0;
  display: table;
  text-align: center;
  line-height: 1;
  bottom: -30px;

}
ul.about_lead_detail_btn li{
  display: inline-block;
  padding: 2px 15px;
}
ul.about_lead_detail_btn li:hover a,
ul.about_lead_detail_btn li.active a {
color: #c4151c;
}

.page-board-add h1{
  position: relative;
  /*padding-bottom: 0px!important;*/
}

.ir-info-table{
  position: relative;
  width: 100%;
  height: auto;
	margin-top: -30px;
}
.ir-info-cell{
  position: relative;
  display: block;
}
.ir-info-l{
  width: 42%;
  float:left;
}
.ir-info-r{
  width: 42%;
  float:right;
}
ul.gov-gov-list{
  position: relative;
  width: 100%;
}
ul.gov-gov-list li{
  position: relative;
  padding:30px 0;
  border-bottom: 1px solid #bcbec0;
}

.tit{ margin-top:25px;}
.tit b{color:#bc001c; font-size:24px; padding-right:10px; margin-left:-15px;}
.tit h2{ float:left;}
.tit span{ float:right;}
.lb{ float:left; width:25%; height:249px; overflow:hidden;}
.lb img{ max-width:319px;}
.nlist{ float:right; width:73%; height:249px; overflow:hidden;}
.nlist ul { margin:0; padding:0; width:100%; margin-top:15px;}
.nlist ul li{ float:left; width:43%; margin-left:40px; line-height:40px; border-bottom:1px solid #ccc;}
.nlist ul li:hover{ color:#bc001c; border-bottom:1px solid #bc001c;}


.ir-alert-box strong,
ul.gov-gov-list li span{
  display: block;
}
ul.gov-gov-list li h3{
  padding-bottom: 10px;
	color: #c51718;
}
ul.gov-gov-list li p{
  padding-bottom:20px;
}
ul.gov-gov-list li p:last-child{ padding-bottom:0}
.ir-alert-box{
  position: relative;
  padding-bottom: 100px;
}
.ir-alert-box ul li{
  padding: 12px 0px;
}
ul.gov-gov-list li a {
	color: #626366;
	text-decoration: none;
}
ul.gov-gov-list li a:hover {
	color: #c51718;
}
.ir-alert-box ul li sup {
	color: #c4151c;
	font-size: 70%;
	vertical-align: super;
}
.ir-alert-box ul li label{ 
  float: right;
  width: 60%;
  height: 35px;
}
.ir-alert-box ul li input{ 
	font-family:"黑体", Arial, Helvetica, sans-serif, Verdana;
  border:1px solid #bcbec0;
  padding: 5px;
  height: 35px;
  width: 100%;
	color: #626366;
}
.ir-alert-box ul li select{
	float: right;
	font-family:"黑体", Arial, Helvetica, sans-serif, Verdana;
	font-size: 16px;
  border:1px solid #bcbec0;
  padding: 5px 0px;
  width: 100%;
  height: 35px;
	color:#626366
}
/*.ir-alert-box ul li span{
  color:#bcbec0;
}*/
.ir-alert-box ul li select option {
    padding:12px 0px 10px 24px;
}
.ir-alert-box ul li input.submitbox{font-family:"黑体", Arial, Helvetica, sans-serif, Verdana;
   position: relative;
  width: 120px;
background:-moz-radial-gradient(bottom, #c4151c, #c4151c 60%);
    background:-webkit-gradient(radial, center bottom, 0, center 230, 230, from(#c4151c), to(#c4151c));
  color: #fff !important;
  cursor: pointer;
  text-align: center;
  margin-top: 5px; 
  margin:0px auto;
  padding:0px 0px;
	float: right;   
}
.ir-alert-box ul li input.submitbox:hover{background:-moz-radial-gradient(bottom, #626366, #626366 60%);
    background:-webkit-gradient(radial, center bottom, 0, center 230, 230, from(#626366), to(#626366)); }
ol.region-ol{
  float: right;
  border:1px solid #bcbec0;
  padding: 5px 0px;
  width: 60%;
  height: 35px;

}

.ir-alert-box ol.region-ol li{
  position: relative;
  padding: 0px 10px;
  cursor: pointer;
}
.ir-alert-box ol.region-ol li span{
  display: block;
}
.ir-alert-box ol.region-ol li:after{
content: "";
display: block;
display: none\9\0;
position: absolute;
top: 50%;
margin-top: -3px;
right: 10px;
border-top: 7px solid #424242;
border-right: 6px solid transparent;
border-left: 6px solid transparent;
}


.region-scoll{
  position: absolute;
  width: 100%;
  height: 160px;
  left: 0px;
  padding:5px 0px;
  overflow:hidden;
  z-index: 88;
  top:25px;
  
  display: none;
}
.region_h_au{
  position: relative;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.region_h_au dl{
  position: relative;
}
.region_h_au dl dd{    cursor: pointer;background: #f1f2f2;
  position: relative;
  width: 100%;
  padding:5px 10px;
}
.region_h_au dl dd:hover{  background: #c4151c;
  color: #fff;}
 /*******************************

	-------[=浮动框]-------

********************************/
ol,ul{list-style:none; } 

#FloatBar{

	position: fixed;

	z-index: 9;

	right: 0;

	top: 50%;

	margin-top: -82px;

}

#FloatBar ul{}

#FloatBar li{

	background: #7e7e7e;

	position: relative;

	margin: 1px;

}

#FloatBar img{

	position: absolute;

	right: 100%;

	top: 0;

	width: 100px;

	max-width: 100px;

	display: none;

}

#FloatBar li:hover img{

	display: block;

}

#FloatBar a{

	display: block;

	width: 40px;

	height: 40px;

	background-repeat: no-repeat;

	background-position: center;

	-webkit-background-size: 30px auto;

	background-size: 30px auto;

}

#FloatBar .Message{

	background-image: url(../images/t13.gif);

	background-image: url(../images/t13.gif) \9;

}

#FloatBar .Weixin{

	background-image: url(../images/icon-weix-big.png);

	background-image: url(../images/icon-weix.png) \9;

}

#FloatBar .Telephone{

	background-image: url(../images/t12.gif);

	background-image: url(../images/t12.gif) \9;

}

#FloatBar .BackTotop{

	background-image: url(../images/Totop-big.png);

	background-image: url(../images/Totop.png) \9;

}