@import url("reset.css");
@charset "UTF-8";
/**
 *
 * @authors zhou.sunny (1576567774@qq.com)
 * @date    2016-10-31 10:25:51
 * @version $Id$
 * @public.less
 */

* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

@font-face {
  font-family: 'Flama-Basic';
  src:  url('../fonts/Flama-Basic.eot?1aukq4');
  src:  url('../fonts/Flama-Basic.eot?1aukq4#iefix') format('embedded-opentype'),
    url('../fonts/Flama-Basic.ttf?1aukq4') format('truetype'),
    url('../fonts/Flama-Basic.woff?1aukq4') format('woff'),
    url('../fonts/Flama-Basic.svg?1aukq4#Prompt-Thin') format('svg');
}
@font-face {
  font-family: 'Flama-Book';
  src:  url('../fonts/Flama-Book.eot?1aukq4');
  src:  url('../fonts/Flama-Book.eot?1aukq4#iefix') format('embedded-opentype'),
    url('../fonts/Flama-Book.ttf?1aukq4') format('truetype'),
    url('../fonts/Flama-Book.woff?1aukq4') format('woff'),
    url('../fonts/Flama-Book.svg?1aukq4#Prompt-Thin') format('svg');
}
@font-face {
  font-family: 'Flama-Medium';
  src:  url('../fonts/Flama-Medium.eot?1aukq4');
  src:  url('../fonts/Flama-Medium.eot?1aukq4#iefix') format('embedded-opentype'),
    url('../fonts/Flama-Medium.ttf?1aukq4') format('truetype'),
    url('../fonts/Flama-Medium.woff?1aukq4') format('woff'),
    url('../fonts/Flama-Medium.svg?1aukq4#Prompt-Thin') format('svg');
}
@font-face {
  font-family: 'Flama-Semibold';
  src:  url('../fonts/Flama-Semibold.eot?1aukq4');
  src:  url('../fonts/Flama-Semibold.eot?1aukq4#iefix') format('embedded-opentype'),
    url('../fonts/Flama-Semibold.ttf?1aukq4') format('truetype'),
    url('../fonts/Flama-Semibold.woff?1aukq4') format('woff'),
    url('../fonts/Flama-Semibold.svg?1aukq4#Prompt-Thin') format('svg');
}
@font-face {
  font-family: 'Source-Sans-ProRegular';
  src:  url('../fonts/Source-Sans-ProRegular.eot?1aukq4');
  src:  url('../fonts/Source-Sans-ProRegular.eot?1aukq4#iefix') format('embedded-opentype'),
    url('../fonts/Source-Sans-ProRegular.ttf?1aukq4') format('truetype'),
    url('../fonts/Source-Sans-ProRegular.woff?1aukq4') format('woff'),
    url('../fonts/Source-Sans-ProRegular.svg?1aukq4#Prompt-Thin') format('svg');
}
html,body{position: relative;margin: 0 auto;padding: 0;background: #fff;
  min-width:320px;height:auto;overflow-x: hidden;font-size: 62.5%;}

body{overflow: hidden;}
body table,tr,td {border-collapse: collapse;}
body ul, li {list-style-type: none;}
body img{border: none;width:100%; height:auto;display: block;}
body b{font-weight:normal;}
body p.no_pad{padding-bottom: 0px!important;}

.sidenav ul li span:focus,
#menu:focus,
.our_slick_box .slick-dots li:focus,
body a:focus {
    outline: -webkit-focus-ring-color #22a19e 2px;
    outline: -moz-focus-ring-color #22a19e 2px;
    outline: -ms-focus-ring-color #22a19e 2px;
    outline: -webkit-focus-ring-color #22a19e 2px;
    outline:#22a19e solid 2px;
 
}
.sidenav ul li span:focus:hover,
#menu:focus:hover,
.our_slick_box .slick-dots li:hover,
body a:focus:hover{
  color: #22a19e;
  outline: -webkit-focus-ring-color #fff 0px;
    outline: -moz-focus-ring-color #fff 0px;
    outline: -ms-focus-ring-color #fff 0px;
    outline: -webkit-focus-ring-color #fff 0px;
     outline:#fff solid 0px;
}

#menu:focus:active{
  color: #22a19e;
  outline: -webkit-focus-ring-color #fff 0px;
    outline: -moz-focus-ring-color #fff 0px;
    outline: -ms-focus-ring-color #fff 0px;
    outline: -webkit-focus-ring-color #fff 0px;
     outline:#fff solid 0px;
}
a{color: #000;transition:all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;-o-transition: all 0.3s;
}
a:hover{color: #22ac38;}
a,a:hover,a:focus,a:active{text-decoration:none;}  
a.underl{text-decoration: underline;}
a.underl:hover{text-decoration: none;}
.a_link{ text-decoration:underline}
a.write{color: #fff!important;}
a.write:hover{color: #B4E094!important;}
a.yello{color: #ffff00!important;}
a.yello:hover{color: #B4E094!important;}

.clearfix {*zoom: 1;clear:both;}
.clearfix::after{content: "";display: block;}
.ipad_show,.ph_show,.ph_show_834{display: none;}
.ipad_hide,.ph_hide{display: block;}

.flex_w_ipad,
.flex{position: relative;display: flex;width: 100%;height: auto;}
.flex_w{position: relative;display: flex;flex-wrap:wrap;width: 100%;height: auto;}
.justify_around_center{justify-content:space-around;align-items:center;}
.justify_around_end{justify-content:space-around;align-items:flex-end}
.justify_around_stretch{justify-content:space-around;align-items:stretch;}
.justify_between_center{justify-content:space-between;align-items:center;}
.justify_between_star{justify-content:space-between;align-items:flex-start;}
.justify_between_end{justify-content:space-between;align-items:flex-end;}
.justify_between_stretch{justify-content:space-between;align-items:stretch;}
.justify_center_center{justify-content:center;align-items:center;}
.justify_star_center{justify-content:flex-start;align-items:center;}
.justify_end_center{justify-content:flex-end;align-items:center;}
.flex_column{position: relative;display: flex;flex-direction:column;}
.flex_1{flex:1;}


.col_70{position:relative;width: 70%;}
.col_55{position:relative;width:55%;}
.col_45{position:relative;width:45%;}
.col_30{position:relative;width:30%;}


.com_position{position:relative;width: 100%;height: auto;}
.trans_x{left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);}
.trans_y{top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);}
.trans_xy{top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);}

.text_center{text-align: center;}
.text_right{text-align: right;}
.text_upper{text-transform: uppercase;}

.line3{overflow: hidden;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient: vertical;box-orient: vertical;display: -webkit-box;display: box;}

#ver-en{
  font-family:"Flama-Book", Arial, Helvetica, sans-serif, Verdana;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #2e2a2b;
  font-weight: normal;
  height: auto;
}
#ver-chi{
   font-family: "Microsoft JhengHei","å¾®è»Ÿæ­£é»‘é«”",Arial,Verdana,Helvetica,sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #2e2a2b;
}
.fonts_book{
  font-family:"Flama-Book", Arial, Helvetica, Verdana, sans-serif;;
}

body h1{
  position:relative;
  font-size: 4.5rem;
  line-height: 1.2;
  color: #683467;
  padding-bottom: 50px;
}
#ver-chi h1{font-weight:bold;}
#ver-en  h2,
#ver-en h1{
   font-family:"Flama-Basic", Arial, Helvetica, sans-serif, Verdana;
}
#ver-chi h2{font-weight:bold;}
.color_blue{
  color:#006900!important;
}

.index_warp{
  position: relative;
  width:100%;
  max-width:100%;
  margin-left: auto;
  margin-right: auto;
}
/*com-css-end*/
/*header*/
#header{
	position:fixed;
	height: auto;
	border-bottom:3px solid #34a344;
    line-height: 0;
    background-color: #fff;
    top: 0;
    width: 100vw;
    z-index:99;
    padding:20px 0px;
    left: 0px;
    right: 0px;
}

a.logo{
	position:relative;
	display: block;
	max-width:280px;
	margin:0px auto;
}
.lang_nav{
	position:absolute;
  z-index: 8;
  width: 28px;
  height: 16px;
}
/*menu*/
#menu {
  position: absolute;
  display: block;
  z-index: 6;
  width: 28px;
  height: 16px;
  cursor: pointer;
}
#menu span{
  position: relative;
  width: 28px;
  height: 16px;
  display: block;
}
#menu em {
    position: absolute;
    display: block;
    width: 28px;
    height: 2px;
    /*background: #000000;*/
    border-top: 1px solid #000000;
    transition:all 0.3s;
 -moz-transition: all 0.3s;
 -webkit-transition: all 0.3s;
 -o-transition: all 0.3s;
}
#menu em:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
}
#menu em:last-child {
    bottom: 0px;
}
#menu.nofocus,
#menu.active:focus{
  color: #22a19e;
  outline: -webkit-focus-ring-color #22a19e 0px;
    outline: -moz-focus-ring-color #22a19e 0px;
    outline: -ms-focus-ring-color #22a19e 0px;
    outline: -webkit-focus-ring-color #22a19e 0px;
     outline:#22a19e solid 2px;
}
#menu.active em: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 em:nth-child(2) {
visibility: hidden;
opacity: 0;
}
#menu.active em: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;
}
#menu.active {height:18px;}
.sidenav.active{
  display: block;
}
.sidenav{
  position: absolute;
  top:30px;
  height: auto;
  width: 150px;
  left:0px;
  display: none;
  box-shadow: 1px 1px 11px 0 #ccc;
  background-color: #fff;
  border-radius: 7px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  overflow: hidden;
  padding:5px 5px 7px 15px;
}
.sidenav ul li.separator {
    flex:1;
	height:22px;
} 
.font_A a{
 /* display: inline-block;*/
 /* width: 27%;*/
 /* text-align: center; */
}
.sidenav ul li span:hover,
.sidenav ul li span.selected,
.sidenav ul li a:hover,
.sidenav ul li a.selected{
  text-decoration: underline;
}
.sidenav ul li a,
.sidenav ul li span {
  position: relative;
  display: block;
    color: #10110f;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    text-align: center;
	font-weight: 100;
}

.sidenav ul li span.smallFont {
	font-size:16px;
 line-height:1;
    cursor: pointer;
}
.sidenav ul li span.defaultFont {
line-height:1;
font-size:20px;
    cursor: pointer;
}
.sidenav ul li span.bigFont {
line-height:1;
font-size:24px;
    cursor: pointer;
}

.sidenav ul li.lang{
  position:relative;
  width: 40px;
  margin-left: 10px;
  margin-top: 3px;
  text-align: center;
  border-left: 1px solid #b3b3b2;
}
.sidenav ul li.lang a{	
  display: block;
  position: relative;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
}
#ver-en .sidenav ul li.lang a{
  font-family:"Microsoft JhengHei","å¾®è»Ÿæ­£é»‘é«”",Arial,Verdana,Helvetica,sans-serif;
}

.sidenav ul li span,
#ver-chi .sidenav ul li.lang a{font-family:"Flama-Book", Arial, Helvetica, sans-serif, Verdana;
}
.sidenav ul li.lang a img,
.sidenav ul li a img{
  height: 100%;
  width: auto;
  margin: 0px auto;
}
.higeBai{
  position:relative;
  width: 100%;
  height: 4.5vh;
}
/*banner*/

.container{
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1300px;
  margin:0px auto;
}
.indBan_wrap{
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.index_banner{
  position:relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}


.banner_Line{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  background: url("../images/bannerLine.png") center no-repeat;
  background-size: contain;
}
.banner_Line:after{
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 150%;
    height: 100%;
    z-index: 66;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.5), #fff, #fff, #fff, #fff,#fff, #fff, #fff, #fff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,rgba(255,255,255,0.5), #fff, #fff, #fff, #fff,#fff, #fff, #fff, #fff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,rgba(255,255,255,0.5), #fff, #fff, #fff, #fff,#fff, #fff, #fff, #fff); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,rgba(255,255,255,0.5), #fff, #fff, #fff, #fff,#fff, #fff, #fff, #fff); 
    opacity: 1;
    -webkit-animation: fadeInLeftBna 1s 1s linear forwards;
  -moz-animation: fadeInLeftBna 1s 1s linear forwards;
  -ms-animation: fadeInLeftBna 1s 1s linear forwards;
  animation: fadeInLeftBna 1s 1s linear forwards;
}

.bannerImgBox{
  position: relative;
  width: 100%;
  flex: 1;
  z-index: 1;
}
.bannerImgBox .banner_Bg{
  position:absolute;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerImgBox .banner_img{
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  z-index: 5;
  top: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.bannerImgBox .banner_Bg img,
.bannerImgBox .banner_img img{
  width: auto; height: auto; max-width: 100%; max-height: 100%;
   /*margin: 0px auto;*/
}

img.hudieBoxImg1{
  -webkit-animation: bounce 2s ease-in-out alternate infinite;
    -moz-animation: bounce 2s ease-in-out alternate infinite;
    -ms-animation: bounce 2s ease-in-out alternate infinite;
    animation: bounce 2s ease-in-out alternate infinite;
}
img.hudieBoxImg2{
  -webkit-animation: bounce 1.8s ease-in-out alternate infinite;
    -moz-animation: bounce 1.8s ease-in-out alternate infinite;
    -ms-animation: bounce 1.8s ease-in-out alternate infinite;
    animation: bounce 1.8s ease-in-out alternate infinite;
}
img.hudieBoxImg3{
  -webkit-animation: bounce 2.45s ease-in-out alternate infinite;
    -moz-animation: bounce 2.45s ease-in-out alternate infinite;
    -ms-animation: bounce 2.45s ease-in-out alternate infinite;
    animation: bounce 2.45s ease-in-out alternate infinite;
}


.indBan_txt{
	position:relative;
	height: 12vh;
	width: 100%;
  margin:0px auto;
	z-index: 2;
  /*bottom: 0px;*/
}

img.ie_2021{display: none; }
img.ie_2021none{display: block; width: 100%\0!important; height: 100%\0!important;}

.ban_Down{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
ul.ban_down_ul{ position: relative; max-width: 980px; margin: 0px auto;}
ul.ban_down_ul li{
	position:relative;
  padding-right: 25px;
  display:flex;
   align-items: center;
}
ul.ban_down_ul li:last-child{padding-right: 0px;}
ul.ban_down_ul li img{ width:18px; margin-right:5px;}
ul.ban_down_ul li:last-child img{ width:20px;}
ul.ban_down_ul li a{
	position:relative;
	font-weight: bold;
	color: #4d4d4f;
  font-size: 1.8rem;
  display: block;
  line-height:1;
  white-space: nowrap;
}
#ver-en ul.ban_down_ul li a{font-family: 'Flama-Basic', Arial, Helvetica, Verdana, sans-serif;font-weight:100;}
ul.ban_down_ul li a:hover{color:#683467;  text-decoration: underline;}



ul.ban_down_ul li.icon3,
ul.ban_down_ul li.icon2,
ul.ban_down_ul li.icon1{
    background: url(../images/down.png) no-repeat left center transparent;
    background-size: auto 18px;
}

ul.ban_down_ul li.icon4{
    background: url(../images/icon-envelope.png) no-repeat left center transparent;
    background-size: auto 15px;
}

.down_btn{
	position:absolute;
	width:100%;
	height: auto;
	bottom:0px;
  -webkit-animation: bounce .5s ease-in-out alternate infinite;
  -moz-animation: bounce .5s ease-in-out alternate infinite;
  -ms-animation: bounce .5s ease-in-out alternate infinite;
    animation: bounce .5s ease-in-out alternate infinite;

   z-index: 6;
}
.down_btn span img{width:40px;    margin: auto;    cursor: pointer;}
.ban_heardBox{
  position: relative;
  width: 20%;
}
.ban_heard .banHead_item{
  width: 40%;
}
/*index-banner end*/

/*index-main*/
.index_main{
  position:relative;
	min-height: 600px;
}
p.pad_top30{
	padding-top:30px;
}
p.pad_top50{
	padding-top:50px;
}
.foot_fonts_sm{
  font-size: 1.4rem;
}

.dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background: rgba(0,0,0,0.3);
    z-index: 9999;
}
.modal-dialog {    
    font-size: 16px;
    position:absolute;
    width:96%;
    max-width: 480px;
    height: auto;
    padding: 32px;
    border: 0;
    border-radius: 5px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    border-radius: .3rem;
    outline: 0;
}

.modal-content #menu{
  width: 20px;
    height: 10px;
  top: -10px;
  right: -20px;
}
.modal-header{ 
  font-weight:bold;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}
.modal-body p{ font-weight:normal;} 
.modal-footer{
  position:relative;
  margin-top: 20px;
  display: flex;
      justify-content: flex-end;
}
.modal-footer a,
.modal-footer button{ font-size: 16px;
	font-weight:bold !important;
  border-radius: 5px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important;
    padding: 6px 15px;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid #b2b2b2;
    color: #666;
   text-align: center;
   margin-left: 8px;
}
.modal-footer a:after {
    background-image: url(../images/icon_link_white.svg) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    max-height: 20px;
    min-height: 20px;
    max-width: 20px;
    min-width: 20px;
    width: 20px;
    content: '';
    display: inline-block;
    margin-left: 0;
    vertical-align: text-bottom;
}

.modal-footer button:hover{ background-color:#eeeeee;}
.modal-footer a{
      font-weight: 500;
    background-color: #00a865;
    border: 1px solid #00a865;
    color: #fff;
    text-align: center;
}
.modal-footer a:hover{background-color: #298236;
    border: 1px solid #298236;}
.chief_mainBox{
	position:relative;
	width: 100%;
  height: auto;
   padding:100px 0px; background: url("../images/chiefBg.jpg") center no-repeat; background-size: cover;
}

.chiefContainer{position:relative; padding: 0px 80px;}
.view_btn {color:#683467;font-size:2rem; position:relative;}
.view_btn:hover{color:#683467;text-decoration: underline;}

.chiefIcon{
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}
.chiefIcon .hudieBox{
  position: absolute;
}
.chiefHuItem1{
  width: 65px;
  height: 60px;
  top: 40%;
  left: 0px;
}
.chiefHuItem2{
  width: 70px;
  height: 70px;
  bottom:2%;
  right:5%;
}
.chiefHuItem3{
  width: 50px;
  height: 50px;
  bottom:20%;
  right:0px;
}
.chiefHuItem1 img{
  -webkit-animation: bounce 1s ease-in-out alternate infinite;
    -moz-animation: bounce 1s ease-in-out alternate infinite;
    -ms-animation: bounce 1s ease-in-out alternate infinite;
    animation: bounce 1s ease-in-out alternate infinite;
}
.chiefHuItem2 img{
  -webkit-animation: bounce 1.2s ease-in-out alternate infinite;
    -moz-animation: bounce 1.2s ease-in-out alternate infinite;
    -ms-animation: bounce 1.2s ease-in-out alternate infinite;
    animation: bounce 1.2s ease-in-out alternate infinite;
}
.chiefHuItem3 img{
  -webkit-animation: bounce 1.45s ease-in-out alternate infinite;
    -moz-animation: bounce 1.45s ease-in-out alternate infinite;
    -ms-animation: bounce 1.45s ease-in-out alternate infinite;
    animation: bounce 1.45s ease-in-out alternate infinite;
}

.our_main {padding:70px 0px;}
.z_index{
	z-index: 2;
}
p.font_hao{font-size: 3.2rem; color: #683467; position:relative; padding-right: 50px;}

ul.our_ul li{
	position:relative;
  width: 32.8%;
}
ul.our_ul li a{
  position: relative;
}
ul.our_ul li dl{
  position: relative;
  width: 100%;
  height: auto;
}

.our_ul li dl dd{position: relative; padding-top: 20px;padding-left:80px;padding-right:80px;}

.our_ul li dl dd a::after {
    content: "";
    display: none;
    position: absolute;
    bottom:0;
    width: 100%;
    height:1x;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    left: 0px;
}
.our_ul li dl dd ul li{width:100%;padding-bottom:15px;}
.ourliIrom1 dl dd a{color: #186600;    position: relative;}
.ourliIrom2 dl dd a{color: #0056a8;    position: relative;}
.ourliIrom3 dl dd a{color: #6e5224;}

.ourliIrom1 dl dd a:hover::after {display: block;border-bottom:1px solid #186600;}
.ourliIrom2 dl dd a:hover::after {display: block;border-bottom:1px solid #0056a8;}
.ourliIrom3 dl dd a:hover::after {display: block;border-bottom:1px solid #6e5224;}

ul.our_ul li dl dt {
  position: relative;

  color: #fff;
  line-height:1;
  border-radius: 10px;
  padding:13px 0 17px 80px;

}
ul.our_ul li dl dt h2{font-size: 3rem;    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;}
#ver-en ul.our_ul li dl dt h2{font-family: 'Flama-Semibold';}
.our_ul li dl dd ul li:last-child{padding-bottom: 0px;}
.ourliIrom1 dl dt{background: #186600;}
.ourliIrom2 dl dt{background: #0056a8;}
.ourliIrom3 dl dt{background: #6e5224;}

#ver-chi .our_ul li dl dd a, #ver-chi .pdfDown li a{font-weight:bold;}
.our_ul li dl dd a, .pdfDown li a{font-size: 2.4rem; position:relative; line-height: 1; }

.pdfDown li a::after {
    content: "";
    display: none;
    position: absolute;
    bottom:0;
    width: 100%;
    height:1px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    left: 0px;
}
.pdfDown li a{ color:#612a5f;line-height: 1; }
.pdfDown li a:hover{ color:#683467;}
.pdfDown li a:hover::after{display: block;border-bottom:1px solid #612a5f;}
ul.pdfDown{position: relative; padding:0px 80px; padding-top: 60px;}
ul.pdfDown li.pdfLine{font-size:3rem;color: #612a5f;}
#ver-chi ul.pdfDown li.pdfLine{font-size:2rem;}



.ban_heard{position: relative; padding:0px 2% 30px 2%;}
#footer{
  position: relative;
  
}
#footer .footer_bg{
  position: relative;
  padding:15px 0px;
  background: #e6e6e6;
}

#footer p.foot_fonts_sm{
  font-size: 11px;
}
a.hsbc_logo{
	max-width: 160px;
	display: block;
  white-space: nowrap;
}
.foot_pad_new{padding-bottom: 5px;}
/*screen--------screen---------screen-----------screen*/
@media (max-width:1880px){
  body h1{font-size: 4.0rem;}
  p.font_hao{font-size: 3rem;}

}

@media (max-width:1440px){
  body h1{font-size: 3.6rem;}
  p.font_hao{font-size: 2.4rem;}
  ul.our_ul li dl dt h2{font-size: 2.4rem;}
}



@media (max-width:1366px){
  .bannerImgBox .banner_Bg,
  .bannerImgBox .banner_img,
  .container{max-width: 1100px;}
}


@media (max-width:1150px){
  .bannerImgBox .banner_Bg,
  .bannerImgBox .banner_img,
  .container{max-width: 900px;}

  body h1{font-size: 3rem;}
  p.font_hao{font-size: 2rem;}
  .view_btn{font-size: 1.6rem;}

  ul.ban_down_ul li a{font-size: 1.6rem;}
 .chiefContainer{ padding:0 40px;}
 ul.our_ul li dl dt{ padding-left:40px;}
 .our_ul li dl dd, ul.pdfDown{padding-left:40px; padding-right:40px;}
 .chiefHuItem1{width:40px;}
 .chiefHuItem2{width:50px;}
 .chiefHuItem3{width:30px;}
 .banner_Line{width:140%; left:-20%}
}


@media (max-width:990px){
  .flex_w_ipad{flex-wrap:wrap;}
  .w1024{display: none;}
  .ipad_show{display: block;}
  .ipad_hide{display: none;}
  .col_100_ipad{
    width: 100%;
  }
  .container{
    padding: 0px 40px;
  }

  body h1{font-size: 2.6rem;}
  p.font_hao{font-size: 2.6rem;}
  .view_btn{font-size: 1.4rem;}


  .ban_Down.container,
  .index_main .container{ padding: 0px 80px;}

  .bannerImgBox .banner_Bg{position: relative;}
  .indBan_wrap{
    height: auto;
  }
  .indBan_txt{height: auto; padding-top: 20px;}
  .higeBai{height: 40px; display: none;}


  ul.ban_down_ul li{width: 45%; padding: 20px 0px;}
  ul.ban_down_ul li img{ width:14px; padding-top:1%;}
  ul.ban_down_ul li:last-child img{ width:16px;}
 
 .chiefContainer{padding: 0px;}
 .chiefIcon{left: 30px;width: 92%;}
 .chiefHuItem1{ top:30%;}

  ul.our_ul li{width: 100%; max-width: 450px; margin:0px auto; }
  ul.our_ul li dl dt{text-align: center;    padding:10px 0 14px 0px;}
  .our_ul li dl dd{padding:40px 0px;text-align: center;}
  .our_ul li dl dd ul li{padding-bottom:20px;}

  ul.pdfDown{border-top: 1px solid #9a71a0; padding-top:40px;}
  ul.pdfDown li.pdfDownItem{width: 100%; text-align: center; padding-bottom:20px;}
  ul.pdfDown li.pdfDownItem:last-child{padding-bottom: 0px;}
  ul.pdfDown li.pdfDownItem.pdfLine{display: none;}

 .ban_heard{padding:20px 0px 0px 0px;}
 .ban_heardBox{ width: 180px; padding-bottom: 0px;}
 
 .our_ul li dl dd a.noipadid{padding-bottom: 0px;}
 .our_ul li dl dd a{text-align: center;}

 span.itemBoxDetailClose::before{ width: 12px; height: 2px; top: 12px; left: 8px;}

 .down_btn{position: relative; bottom: auto; margin-top: 30px; }
 .down_btn span img{width: 30px;}
  #footer { position: relative; background: #e6e6e6;}
.ban_heard { padding: 20px 0px 0px 0px;}
}


@media (max-width:768px){
  .w768{display: none;}
  .chief_mainBox{    padding:70px 0px;}
  .bannerImgBox .banner_img.banner_item3{margin-left:6%;}
  .bannerImgBox .banner_Bg{width:140%;}
  .bannerImgBox .banner_img{width:110%;}
  .banner_Line{width:170%; left:-35%}
  .our_ul li dl dd a, .pdfDown li a{font-size: 2.0rem;}
    ul.our_ul li dl dt h2{font-size: 2.2rem;}
	.our_ul li dl dd ul li{ padding-bottom:10px;}
	img.ie_2021{display: block; }
img.ie_2021none{display: none;}
}

@media (max-width:680px){
  .ph_show{display: block;}.ph_hide{display: none;}
  #header{padding: 16px 0px;}
  a.logo{ width: 230px;}
  #menu{ width: 26px;  height: 14px;}
  
  body h1{font-size: 2.4rem;}
  p.font_hao{font-size: 1.8rem;}
  .our_ul li dl dd a, .pdfDown li a{font-size:1.8rem;}
   #ver-en .our_ul li dl dd a, #ver-en .pdfDown li a{ font-family: "Flama-Basic";}
  ul.our_ul li dl dt h2{font-size:2rem;}
  ul.ban_down_ul li a{font-size: 1.3rem;}
.bannerImgBox .banner_img {
    width: 130%;
    padding-right: 10%;
}
.bannerImgBox .banner_img.banner_item3 {
    margin-left:15%;
    width: 130%;
}


  .container{
    padding: 0px 20px;
  }
  .ban_Down.container,
  .index_main .container{ padding: 0px 30px;}

  .index_main .container{padding: 0px 30px;}
  ul.ban_down_ul li {
    position: relative;
    padding:10px 0px;
  }
  ul.ban_down_ul li.icon3, ul.ban_down_ul li.icon2, ul.ban_down_ul li.icon1 {
    background: url(../images/down.png) no-repeat left center transparent;
    background-size: auto 10px;
  }
  ul.ban_down_ul li.icon4 {
    background: url(../images/icon-envelope.png) no-repeat left center transparent;
    background-size: auto 9px;
  }

  .chief_mainBox{
    padding:40px 0px 50px 0;
  }
  .chiefContainer h1{ padding-bottom: 30px;}

 .our_main{padding:50px 0px;}
.chiefHuItem1{width:23px;}
.chiefHuItem2{width:33px;right:8%;bottom: -10%;}
.chiefHuItem3{width:20px; bottom:0%;}
 .chiefIcon{left:5px;width:95%;}
 .chiefHuItem1{top:25%;}
p.font_hao{ padding-right:0px;}
p.pad_top50{ padding-top:30px;}
  .modal-dialog{max-width:100%;}
  .modal-footer{flex-wrap: wrap;flex-direction:column-reverse;}
  .modal-footer a, .modal-footer button{width:100%; padding-bottom:10px;}
  .banner_Line{width:200%; left:-50%}
}
@media (min-height:1024px) and (min-width:1366px){

}

/*æ¨ªå±*/
@media all and (orientation : landscape) {
  
  @media (max-width:820px){
    

  }
 
}

@media (min-height:1081px){
  .bannerImgBox .banner_Bg{position: relative;}
  .indBan_wrap{
    height: auto;
  }
  .indBan_txt{height: auto;  padding-top: 40px; }
  .higeBai{height: 40px;}
}
/*screen--------screen---------screen-----------screen*/

@-webkit-keyframes fadeInLeftBna {
  0% {
    width: 100%;
  }
  100% {
    width: 0px;
  }
}
@keyframes fadeInLeftBna {
  0% {
    width: 100%;
  }
  100% {
    width: 0px;
  }
}

