@charset "utf-8";

/*初始化*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    outline: none;
    /* font-family: "微软雅黑", Arial; */
    /*font-size: 14px;*/
    letter-spacing: normal;
    border: 0;
}

body {
    background: #fff;
}

a {
    color: #000;
}

img {
    border: none;
    vertical-align: middle;
}

.clearboth {
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.e_table {
    display: table;
    vertical-align: middle;
}

.e_table_cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: "whitney";
    src: url("../fonts/ufonts.com_whitney-medium.ttf");
    src: local('☺'), url("../fonts/ufonts.com_whitney-medium.woff") format('woff'), url("../fonts/ufonts.com_whitney-medium.ttf") format('truetype'), url("../fonts/ufonts.com_whitney-medium.svg") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "whitneySC";
    src: url("../fonts/WhitneyMediumSC.ttf");
;
    src: local('☺'), url("../fonts/WhitneyMediumSC.woff") format('woff'), url("../fonts/WhitneyMediumSC.ttf") format('truetype'), url("../fonts/WhitneyMediumSC.svg") format('svg');
    font-weight: normal;
    font-style: normal;
}

/*font face*/
#main_content .banner .banner_content h2 {
    font-family: "whitneySC", "微软雅黑";
    text-transform: none !important;
    letter-spacing: 10px;
    word-break: normal !important;
}

#main_content #experience .in_experience ul li .experience_content .exp_border .exp_num {
    font-family: "whitneySC";
}



sub, sup {

    font-size: 75%;

    line-height: 0;

    position: relative;

    vertical-align: baseline;

}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*button*/
.a_btn {
    max-width: 260px;
    height: 60px;
    margin: 0 auto;
}

.a_btn a {
    display: block;
    font-size: 16px;
    color: #a37b1f;
    border: 2px solid #a37b1f;
    line-height: 56px;
    border-radius: 2px;
    text-align: center;
    /*text-transform: uppercase;*/
    /*font-family:"whitneySC";*/
    letter-spacing: 1px;
    text-transform: uppercase;
}

.a_btn.c_00654d a {
    color: #00654d;
    border-color: #00654d;
}

.a_btn.c_bd1b21 a {
    color: #bd1b21;
    border-color: #bd1b21;
}

.a_btn.flat a {
    color: #fff;
    border-color: #fff;
}

.a_btn.image_bg a {
    color: #e7a100;
    border-color: #e7a100;
}

#box_root {
	width: 100%;
	min-width: 1200px;
    background-color: #1a1c1e;
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
}
/*头部*/
#box_header {
    width: 100%;
}

#box_header .in_header {
    width: auto;
    padding: 0 50px;
    height: 88px;
}
/*mobile按钮*/
#box_header .in_header .mobile_nav_btn {
    float: right;
    height: 100%;
    display: none;
}
#box_header .in_header .nav ul.first_nav{
	width: 100%;
}

#box_header .in_header .nav ul.first_nav > li {
    float: left;
    position: relative;
}
#box_header .in_header .e_table {
    height: 100%;
}


#box_header .in_header .logo {
    float: left;
    height: 100%;
}

#box_header .in_header .logo img {
    width: 155px;
}


/* 下拉菜单 start */
.nav-dropdown {
  position: relative;
  display: inline-block;
}
.nav-dropdown-content {
  display: none;
  position: absolute;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  padding: 12px 16px;
  z-index: 100;
  height: 175px;
  text-align: center;
  width: 200px;
  left: -100px;
  margin-left: 50%;
}
.nav-dropdown-content-bg{
	border-top: solid 1px white;
	display: none;
	position: fixed;
	background-color: #1a1c1ef0;
	z-index: 90;
	width: 100%;
	height: 175px;
	left: 0px;
    top: 88px;
}
.product-dropdown-content-bg{
	height: 275px;
}
.nav-dropdown:hover .nav-dropdown-content {
  display: block;
}
.nav-dropdown:hover .nav-dropdown-content-bg {
  display: block;
}
.nav-dropdown-content .dropdown-cal{
	padding-right: 5px;
    padding-left: 5px;
    width: 100%;
    margin-top: 5px;
}
.nav-dropdown-content .dropdown-cal .submenu-title{
	font-size: 15px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #d3d5d7;
	line-height: 0px;
	cursor: pointer;
}
.nav-dropdown-content .dropdown-cal .submenu{
	font-size: 18px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #d3d5d7;
	line-height: 18px;
	padding: 5px 0px;
}
.submenu a{
	color: #d3d5d7;
	text-decoration: none;
}

.submenu a:hover{
	color: white;
	text-decoration: none;
}

.currentSubMenu{
	color: #007bff !important;
}
.product-menu:hover .product-submenu-div{
	display: block;
}
.product-menu .active{
	display: block;
}
.product-submenu-div{
	display: none;
	position: absolute;
    left: 180px;
    width: 200px;
    top: 20px;
    padding-left: 20px;
}
.product-submenu{
	text-align: left;
	border-left: solid 2px white;
	padding-left: 3px;
}

.product-submenu li {
	font-size: 16px !important;
	padding-left: 5px !important;
}
/* 下拉菜单 end */


/*二级导航*/
#box_header .in_header .nav .second_nav {
    width: 100%;
    position: absolute;
    background: #1f252f;
    top: 100px;
    left: 0;
    z-index: 999;
    display: none;
}


#box_header .in_header .nav ul.first_nav > li > a {
	position: relative;
    display: block;
    padding: 0 25px;
    line-height: 88px;
    font-size: 20px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
    color: #d3d5d7;
    text-transform: none;
    text-decoration: none;
}


#box_header .in_header .nav ul.first_nav > li:hover > a {
    color: #fff;
    text-transform: none;
    text-decoration: none;
}

#box_header .in_header .nav ul.first_nav > li:hover > a:after {
	content: "";
	position: absolute;
    color: #fff;
    width: 8px;
    height:8px;
    border-radius: 4px;
    background: #fff;
    bottom: 8px;
    right: 50%;
    margin-left: 4px;
}



#box_header .in_header .nav ul.first_nav > li > a.current {
    color: #fff;
    text-transform: none;
    text-decoration: none;
}

#box_header .in_header .nav ul.first_nav > li:hover > a.current:after {
	content: "";
	position: absolute;
    color: #fff;
    width: 8px;
    height:8px;
    border-radius: 4px;
    background: #fff;
    bottom: 8px;
    right: 50%;
    margin-left: 4px;
}


#box_header .in_header .nav ul.first_nav > li.flag > a {
    width: 20px;
    height: 100px;
    background: url("../image/en-icon.jpg") no-repeat center 35px;
}


#box_header .in_header .nav .phone{
	display: block;
    padding: 0 25px;
    line-height: 88px;
    float: right !important;
}

#box_header .in_header .nav .phone img{
	width: 20px;
	height: 20px;
}

#box_header .in_header .nav .phone span{
	color: #fff;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	font-size: 20px;
}
@media screen and (max-width: 1314px) {
	#box_header .in_header .nav .phone{
		display: none;
	}
}

/*底部*/
#box_footer {
    width: 100%;
    background: #1f252f;
}

#box_footer .in_footer {
    padding: 40px 100px;
    max-width: 1230px;
    margin: 0 auto;
}

/*footer_nav*/
#box_footer .in_footer .footer_nav_box {
    overflow: hidden;
}

/*f_nav1*/
#box_footer .in_footer .footer_nav_box .f_nav {
    /*float:left;
    width:50%;*/
}

#box_footer .in_footer .footer_nav_box .f_nav ul {
    overflow: hidden;
}

#box_footer .in_footer .footer_nav_box .f_nav ul ol {
    width: 25%;
    float: left;
}

#box_footer .in_footer .footer_nav_box .f_nav ul ol.last {
    float: none;
    clear: both;
    width: 100%;
}

#box_footer .in_footer .footer_nav_box .f_nav ul ol.last ul {
    overflow: hidden;
}

#box_footer .in_footer .footer_nav_box .f_nav ul ol.last ul li {
    float: left;
    width: 20%;
}

#box_footer .in_footer .footer_nav_box .f_nav ul ol.last ul li h1 {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
}

#box_footer .in_footer .footer_nav_box .f_nav ul ol h3 {
    /*margin-bottom:30px;*/
    line-height: 88px;
}

#box_footer .in_footer .footer_nav_box .f_nav ul ol h3 a {
    font-size: 13px;
    color: #a37b1f;
    font-weight: bold;
    /*font-family:"whitneySC";*/
}

#box_footer .in_footer .footer_nav_box .f_nav ul ol ul {
    /*margin-bottom:18px;*/
}

#box_footer .in_footer .footer_nav_box .f_nav ul ol ul li {
    /*margin-bottom:15px;*/
    line-height: 30px;
}

#box_footer .in_footer .footer_nav_box .f_nav ul ol ul li a {
    color: #bcbec0;
    font-size: 14px;
}

/*footer language box*/
#box_footer .in_footer .language_box {
    overflow: hidden;
    margin-top: 35px;
}

#box_footer .in_footer .language_box .in_lan {
    float: right;
}

#box_footer .in_footer .language_box .in_lan span {
    text-transform: uppercase;
    color: #cdcfd0;
    font-size: 14px;
    line-height: 21px;
    vertical-align: middle;
}

#box_footer .in_footer .language_box .in_lan a img {
    width: 20px;
    height: 15px;
    margin-left: 5px;
}

/*footer_messages_box*/
#box_footer .in_footer .footer_messages_box {
    overflow: hidden;
    margin-top: 10px;
}

#box_footer .in_footer .footer_messages_box em {
    font-style: normal;
    margin: 0 12px;
    color: #a37b1f;
}

#box_footer .in_footer .footer_messages_box .f_messages {
    /*float:left;*/
    overflow: hidden;
}

#box_footer .in_footer .footer_messages_box .f_messages p {
    float: left;
    color: #818284;
    font-size: 13px;
    line-height: 24px;
}

#box_footer .in_footer .footer_messages_box .f_messages p a {
    color: #bcbec0;
}

#box_footer .in_footer .footer_messages_box .f_links a {
    color: #cdcfd0;
    line-height: 24px;
}

#box_footer .in_footer .footer_messages_box .f_links a img {
    width: 22px;
    height: 13px;
}
