html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100px;
}
body {
  line-height: 1.5;
  font-size: 14px;

  font-family:'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.menu_list .active>a{
       color: #9c2226 !important;
   }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  background: 0;
}
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
textarea {
  resize: none;
}
img {
  border: 0;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  outline:none;
  background: none;
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-variant: normal;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clear-p-t{
  padding-top: 0 !important;
}
.clear-margin{
  margin: 0 !important;
}
.clear-b-margin{
  margin-bottom: 0 !important;
}
.light{
	color: #0052D9;
}
.p-light{
	padding-left: 5px;
}

@font-face {
  font-family: 'TencentSansw3';
  src: url('../font/TencentSans-W3.eot');
  src:
    url('../font/TencentSans-W3.eot') format('embedded-opentype'),
    url('../font/TencentSans-W3.woff') format('woff'),
    url('../font/TencentSans-W3.ttf') format('truetype'),
    url('../font/TencentSans-W3.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'TencentSansW3CN';
    src:
        url('../font/TencentSans-W3-CN.woff2') format('woff2'),
        url('../font/TencentSans-W3-CN.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TencentSansW7CN';
    src:
        url('../font/TencentSans-W7-CN.woff2') format('woff2'),
        url('../font/TencentSans-W7-CN.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'TencentSansw7';
  src: url('../font/TencentSans-W7.eot');
  src:
    url('../font/TencentSans-W7.eot') format('embedded-opentype'),
    url('../font/TencentSans-W7.woff') format('woff'),
    url('../font/TencentSans-W7.ttf') format('truetype'),
    url('../font/TencentSans-W7.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.w3{
  color: #000;
  font-family: 'TencentSansw3';
}
.w7{
  color: #000;
  font-family: 'TencentSansw7';
}

.pc-box{
  display: block;
}
.mobile-box{
  display: none;
}
.mobile-box-2{
  display: none;
}

/* 页面最小高 */
.null_content{
  min-height: 600px;
}

/*页头*/
.wrap{ display: block; width: 100%;position: relative;overflow-x: hidden;}
.wrap_head{ display:block; width:100%; height: 120px;
  z-index: 9999;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.head_con{ display:block; width:1200px; height: 120px;  margin: 0px auto; position: relative; z-index: 2; }
.head_con .logo{ display:block; height: 60px; width: 165px; position: absolute; left: 0px; top: 30px;}



/*菜单*/
.menu_list{ display: block; height:120px; position: absolute; right: 95px; top: 0px; cursor: pointer; opacity: 1; transition:opacity 0.3s linear;transform: translate(0px,0);}
.menu_list .menu_item{ display: inline-block; height:120px; float: left; margin-left:40px;}
.en-us .menu_list .menu_item{
  margin-left: 36px;
}
.menu_list .active .txt::after{
    transform:scale(1) !important;
    opacity: 1 !important;
}

.menu_list .menu_item .txt{ display: block; height:120px; line-height: 120px; font-size: 16px; color: #fff; font-weight: bold; opacity: 0.95; -webkit-transition:color 0.3s linear; position: relative; z-index: 2;}
.menu_list .menu_item .txt:hover{  opacity: 1;}
.menu_list .menu_item .txt:after{ display:block; content:""; height: 4px; width: 100%; position: absolute; bottom: 35px; left: 0px; background: #194ac3; opacity: 0; -webkit-transition: transform 0.2s ease-out,opacity 0.2s ease-out; transform-origin: 50% 0%; transform:scale(0.01,1);}
.menu_list .menu_item .txt:before{ display:none; content:""; height: 400px; width: 100%; position: absolute; top: 19px; left: -10px; background: #194ac3; opacity: 1;}
.menu_list .menu_item:hover .txt:after{ transform:scale(1,1); opacity: 1;}
.menu_list .menu_item.menu_item_lan{ display:none;}
.menu_list .menu_item .menu_hook{ display:none; width: 100%; height: 445px; position: absolute; left: -36px; top: 0px; z-index: 1;}

.en-us .menu_list .menu_item{ margin-left: 60px;}
.en-us .sub_list li a{ padding:10px 0;}

.sub_list{display: none; position: absolute; width:160px; left: 50%; margin-left: -80px; text-align: center; z-index: 2; }
.sub_list li a{ display: block; font-size: 16px; color: #2b2e2e; opacity: 0.7; padding: 13px 0;}
.sub_list li a:hover{ opacity: 1;}


/*搜索框*/
.search_area{display: none; height: 42px; width: 42px; background:rgba(255,255,255,0); position:absolute; right: 128px; top: 16px; border: 1px solid rgba(255,255,255,0); border-radius: 3px; transition: width 0.25s ease-out,background 0.25s ease-out,border 0.25s ease-out;}
.search_area .search_icon{display: block; height: 16px; width: 16px; background:url(../image/icon_search1.png) no-repeat 0 0; position:absolute; left: 13px; top: 13px; opacity: 0.9; transition: opacity 0.25s linear;background-size: 100% 100%;}
.search_area .search_icon:hover{ opacity:1;}
.search_area .ipt_search{display: block; height: 42px; line-height: 42px; width: 16px; position:absolute; left: 42px; top: 0px; font-size: 16px; display: none;}

.search_area_show .menu_list{ opacity: 0; pointer-events: none;}
.search_area_show .search_area{ width: 676px; background: #000; border: 1px solid rgba(255,255,255,0.95);}
.search_area_show .search_icon{opacity:1;}
.search_area .ipt_search{ width:615px;}

/*语言框*/
.lang_area{ display: block; position: absolute; right: 0px; top: 0;line-height:120px;}
.lang_area a{ display: inline-block; font-size: 16px; color: #fff; font-family:"PingFangSC-Regular"; opacity: 0.7;cursor: pointer;}
.lang_area a:hover{ opacity:0.95;}
.lang_area a.current{ opacity:1;}
.lang_area .s_line{ display: inline-block; font-size: 12px; margin: 0px 3px; position: relative; top: -2px; opacity: 0.7;}

.head_white{
  background: #fff;
}
/* .head_white.fixed{
  position: fixed;
  top: -72px;
} */

.submenu_show .menu_list .menu_item .txt,.head_white .menu_list .menu_item .txt{ color: #2b2e2e;}
.submenu_show.search_area_show .search_area,.head_white.search_area_show .search_area{ width: 676px; background: #f6f6f6; }
.submenu_show.search_area_show .search_area .search_icon,.head_white.search_area_show .search_area .search_icon{ opacity: 0.3; }
.submenu_show.search_area_show .search_area .ipt_search,.head_white.search_area_show .search_area .ipt_search{ color: #2b2e2e;}
.submenu_show .search_area .search_icon,.head_white .search_area .search_icon{ background-image:url(../image/icon_search_hover.png);}
.submenu_show .lang_area a,.head_white .lang_area a{ color: #2b2e2e;}
.submenu_show .lang_area .s_line,.head_white .lang_area .s_line{ color: #2b2e2e;}
.submenu_show .bg_hover{ display:block !important; width: 100%; height: 120px; background:rgba(255,255,255,1); z-index: 1; position: absolute; top: 0px; left: 0px; -webkit-animation:a_bg_hover_show 0.2s ease-out both; -webkit-transform-origin:50% 0%;}
.submenu_show .menu_list .menu_item.sublist_show .sub_list,.head_white .menu_list .menu_item.sublist_show .sub_list{ -webkit-animation:a_menu_item_show 0.2s ease-out both;}
.submenu_show .menu_list .menu_item.sublist_hide .sub_list,.head_white .menu_list .menu_item.sublist_hide .sub_list{ -webkit-animation:a_menu_item_hide 0.15s ease-out both;}
.submenu_show .menu_list .menu_item .menu_hook{ display:block;}
.submenu_hide,.sublist_hide{ pointer-events:none;}
/*避免鼠标快速移动触发鼠标对菜单收回动画延迟 一进多出显示bug*/
.submenu_hide .bg_hover{ -webkit-animation:a_bg_hover_hide 0.15s ease-out both; -webkit-transform-origin:50% 0%;}
/*.submenu_show .menu_list .menu_item .sub_list{ display: block; background: rgba(255,0,0,0.5);}


.submenu_show .menu_list .menu_item:hover .sub_list li:nth-child(1){ -webkit-animation:a_menu_item_li_show 0.2s ease-out both;}
.submenu_show .menu_list .menu_item:hover .sub_list li:nth-child(2){ -webkit-animation:a_menu_item_li_show 0.2s 0.1s ease-out both;}
.submenu_show .menu_list .menu_item:hover .sub_list li:nth-child(3){ -webkit-animation:a_menu_item_li_show 0.2s 0.2s ease-out both;}
.submenu_show .menu_list .menu_item:hover .sub_list li:nth-child(4){ -webkit-animation:a_menu_item_li_show 0.2s 0.3s ease-out both;}
.submenu_show .menu_list .menu_item:hover .sub_list li:nth-child(5){ -webkit-animation:a_menu_item_li_show 0.2s 0.4s ease-out both;}
.submenu_show .menu_list .menu_item:hover .sub_list li:nth-child(6){ -webkit-animation:a_menu_item_li_show 0.2s 0.5s ease-out both;}
.submenu_show .menu_list .menu_item:hover .sub_list li:nth-child(7){ -webkit-animation:a_menu_item_li_show 0.2s 0.6s ease-out both;}*/



@keyframes a_menu_item_show {
	0%{ -webkit-transform:translate(0px,-30px); opacity: 0;}
	100%{  -webkit-transform:translate(0px,0px); opacity: 1;}
}

@keyframes a_menu_item_hide {
	0%{  -webkit-transform:translate(0px,0px); opacity: 1; }
	100%{ -webkit-transform:translate(0px,-30px); opacity: 0; }
}


@keyframes a_bg_hover_show {
	0%{ -webkit-transform:scale(1,0.5); opacity: 0;}
	100%{  -webkit-transform:scale(1,1); opacity: 1;}
}


@keyframes a_bg_hover_hide {
	0%{ -webkit-transform:scale(1,1); opacity: 1;}
	100%{  -webkit-transform:scale(1,0.5); opacity: 0;}
}


/*页脚*/
.wrap_footer{ width:100%; height: 480px; background: #fbfbfb; position: relative; z-index: 1;}
.footer_con{ width:1200px; margin: 0px auto; height: 480px; position: relative;}
.footer_con .tit{ display:block; font-size: 20px; color: #5f6464; font-weight: normal; margin-bottom: 30px; }
.footer_con ul li a{ display:block; font-size: 16px; color: #5f6464; font-weight: normal; margin-bottom: 18px;}


.focus_us{ display: block; height: 55px; width: 100%; border-bottom: 1px solid #f2f3f5; padding-top: 33px; margin-bottom: 40px; box-sizing: content-box; }
.focus_us .tit{ float: left; margin-right: 33px; }
.focus_us .focus_list li{ display:inline-block; float: left; margin-right: 28px;}
.focus_us .focus_list li a{ display:block; height: 28px; width: 28px;}
.focus_us .focus_list li a .icon{ display:block; height: 28px; width: 28px; background:url(../image/icon_wechat.png) no-repeat center; background-size: 100% 100%;position: relative; transition: background 0.2s ease-in-out;}
.focus_us .focus_list li a .i_weibo{background:url(../image/icon_weibo.png) no-repeat center; background-size: 100% 100%;}
.focus_us .focus_list li a .i_twitter{background:url(../image/icon_twitter.png) no-repeat center; background-size: 100% 100%;}
.focus_us .focus_list li a .i_in{background:url(../image/icon_in.png) no-repeat center; background-size: 100% 100%;}

.focus_us .focus_list li a:hover .icon{
  background:url(../image/icon_wechat_hover.png) no-repeat center; background-size: 100% 100%;
}
.focus_us .focus_list li a:hover .i_weibo{
  background:url(../image/icon_weibo_hover.png) no-repeat center; background-size: 100% 100%;
}
.focus_us .focus_list li a:hover .i_twitter{
  background:url(../image/icon_twitter_hover.png) no-repeat center; background-size: 100% 100%;
}
.focus_us .focus_list li a:hover .i_in{
  background:url(../image/icon_in_hover.png) no-repeat center; background-size: 100% 100%;
}

.wechat-code {
  width: 176px;
  position: absolute;
  left: 0;
  top: -186px;
  z-index: 2;
  display: block;
  display:none\9;
  opacity: 0;
  transition: opacity 0.2s linear;
  pointer-events:none;
}
.focus_us .focus_list li a:hover .wechat-code{
  display: block;
  opacity: 1;
}

.join_us,.contact_us,.legal_info{ float: left; width: 216px;}
.contact_us{ }
.legal_info{ }

.logo_tencent{ display: block; height: 28px; width: 212px; position: absolute; right: 75px; top: 50%; margin-top: -21px;}
.logo_tencent img{
  width: 100%;
}
.footer_area{ display:block; width: 100%; position: absolute; bottom: 51px; left: 0px;}
.footer_area .links li{ display:inline-block; float: left; margin-right: 20px;}
.footer_area .links li a{ font-size: 14px; color: #5f6464; margin-bottom: 0px;}
.footer_area .copyright{ font-size: 14px; color: #5f6464; float: left; width: 100%; margin-top: 12px;}
.footer_area .copyright .flag_num{ display:none;}

/*页脚移动端元素*/
.footer_area .flag_m{ display: none;}
.back_to_top{ display:none;}
.none{
    display: none;
}
.menu_item:hover .fu{
    opacity: 1!important;
    height: auto!important;
    transition: 0.3s;
    width: auto !important;
    z-index: 99;
    /*display: flex!important;*/
}
.menu_item:hover .fu>img{
    width: 200px;
    padding: 20px;
    height: 200px;
}
.menu_item:hover ul{
    display: block;
}
.fu{
    height: 0;
    width: 0;
    position: absolute;
    display: flex;
    opacity: 0;
    transition: 0.3s;
    background: #fff;
    z-index: -1;
    background: #fff;
}

.fu>img{
    width: 0;
    height: 0;
    transition: 0.3s;
}
.fu li{
    white-space: nowrap;
    margin-left:20px;
    margin-bottom: 10px;
}
.fu li:hover a {
    opacity: 1;
}
.fu ul{
    background: #fff;
    padding: 20px 40px 20px 0;
    display: none;
}
.fu li a{
    color: #2b2e2e;
    opacity: 0.6;
}
/*背景测试*/
/*
background:url(../img/index/bg.png) no-repeat 0 0; background-size: contain;

background:url(../img/mobile/bg_1.png) no-repeat 0 0; background-size: contain;
*/
.w1300{
  width: 1300px;
  margin: 0 auto;
}

.wrap_content{ position:relative; z-index: 1;}

/* 模块背景颜色 */
.white-bg{
  background-color: #fff;
}
.gray-bg{
  background-color: #fbfbfb;;
}

.foot{
  background-image: url('../image/footBg.png');
  background-size: 100% 100%;
  padding: 79px 0;
  box-sizing: border-box;
}
.foot .w1300{
  display: flex;
  justify-content: space-between;
}
.foot .left{

}
.foot .left .logo{
  width: 158.98px;
  height: 57.81px;
}
.foot .left .logo img{
  width: 100%;
  height: 100%;
}
.foot .left .phone{
  margin-top: 63px;
  display: flex;
  border-radius: 27.64px 27.64px 27.64px 27.64px;
  background: #ffffffff;
  width: 239.89px;
  height: 55.29px;
  line-height: 55.29px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-size: 19.27px;
  color: #000000;
}
.foot .left .phone img{
  width: 24px;
  margin-right: 10px;
  height: 28px;
}
.foot .left .email{
  display: flex;
  font-size: 13.49px;
  color: #fff;
  margin: 33px 0;
  align-items: center;
}
.foot .left .email img{
  width: 23.13px;
  height: 17.34px;
  margin-right: 13px;
}
.foot .left .email span{
  margin-right: 5px;
}
.foot .mid{
  width: 662.92px;
  height: 237.03px;
  color: #fff;
}
.foot .mid .tabList{
  display: flex;
  justify-content: space-between;
}
.foot .mid .tabList .list{
  font-size: 23.13px;
}
.foot .mid .tabList .list a{
    color:#fff;
}
.foot .mid .tabList .list ul li a{
    color: #fff;
    opacity: 0.75;
}
.foot .mid .tabList .list ul li{
  margin-top: 53px;
  font-size: 17.34px;
}
.foot .right span{
  font-size: 13.49px;
  display: block;
  color: #fff;
  text-align: center;
}
.foot .right img{
  width: 113.22px;
  margin-bottom: 27px;
  height: 113.22px;
}