body, button, input, textarea {
    font-size: 14px;
    line-height: 1.531;
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
    --swiper-pagination-bullet-width: 15px;
    --swiper-pagination-bullet-size: 15px;
    --swiper-pagination-bullet-height:15px;
    --swiper-theme-color:#c44a4e;
}

input {
    font-size: 12px !important;
    line-height: 1.531;
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
}
p, ul, ol, dl, dt, dd, form, blockquote {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

.pdfli {
    display: inline;
    margin-right: 2em;
    padding-left: 7px;
    background: url(https://transcosmos-cn.com/theme/default/images/shared/liststyle_utilitynav.gif) no-repeat 0 50%;
    white-space: nowrap;
}
#wrapper .wrap {
    max-width: 1024px;
    width:100%;
    margin: 0 auto;
}
#wrapper .mb {
    margin-bottom: 20px;
}
#top {
    background-color: #EEEEEE;
    height: 30px;
    border-bottom: 1px solid #D8D8D8;
    text-align: right;
    color: #000;
}
/* topNav */
#top .topNav {
    position: relative;
    z-index: 1000;
    height: 30px;
    float: right;
}
#top .topNav li {
    border: 1px solid #EEEEEE;
    border-bottom: 0;
    float: left;
    zoom: 1;
    text-align: center;
}
#top .topNav li s {
    top: 9px;
    left: 0;
    width: 0;
    height: 12px;
    border-left: 1px solid #DDD;
    overflow: hidden;
}
#top .topNav li a {
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #555;
}
#top .topNav li.hover {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-bottom: 0;
}
#top .topNav li.hover s {
    border-left: 1px solid #FFF;
}
#top .topNav ul {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-top: 0;
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    padding-bottom: 4px;
}
#top .topNav ul li {
    float: none;
}
#top .topNav li.hover ul li {
    border: none;
}
#top .topNav li.hover ul li a {
    height: 25px;
    line-height: 25px;
}
/* -- header -- */
#header {
    min-height: 80px;
}
#header .wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header .logo {
    padding: 14px 0;
    float: left;
}
#header .logo img{
    width:423px;
}
#header .langage{
    display: block;
    min-width: 100px;
    margin-left: 5px;
}
#header .langage img{
    width: 25px;
    transform: translateY(-1px);
    margin-right: 3px;
}
/* -- searchBox -- */
#header .searchBox {
    float: right;
    margin: 0 0 0 200px;
    border-radius:15px;
    border: 1px solid #ccc;
    height: 28px;
    padding-left: 10px;
}
#header .searchBox .keyword {
    width: 210px;
    color: #CCCCCC;
}
#header .searchBox .keyword {
    color: #CCCCCC;
}
#header .searchBox .keyword:focus {
    color: #555
}
#header .searchBox .keyword::-webkit-input-placeholder {
    color:#CCCCCC;
}
#header .searchBox .keyword:focus:-moz-placeholder, 
#header .searchBox .keyword:focus::-moz-placeholder {
    color:transparent!important
}
#header .searchBox .keyword:focus::-webkit-input-placeholder {
    color:transparent!important
}
#header .searchBox label {
    height: 0;
    line-height: 0;
    overflow: hidden;
    width: 0;
    position: absolute;
    font-size: 0;
    z-index: -1;
    outline: 0
}
#header .searchBox .btnSearch {
    background:url(../image/btn_search.gif) no-repeat;
    width: 25px;
    height: 25px;
    text-indent: -999px;
    overflow:hidden;
    cursor: pointer;
    border-radius:15px;
    transform: translate(-5px,-1px);
}

/* -- mainNav -- */
#mainNav {
    height: 60px;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    background: url(../image/wide_bg_navigation.gif) 0 0 repeat-x; /* https://transcosmos-cn.com/theme/default/images/shared/wide_bg_navigation.gif */
}
#mainNav div.wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    position: relative;
}
#mainNav div.wrap div{
    border-right: 1px solid #4F4F4F;
    width: 16.66666%;
    text-align: center;
}
#mainNav div.wrap div:last-child{
    border-right: unset;
}

#mainNav div.wrap div a {
    text-align: center;
    color: #fff;
    text-decoration: none;
}

#mainNav div.wrap div:hover a, #mainNav div.wrap div.cur a{
    color: #FFF;
    font-weight: 800;
    text-shadow: 2px 2px 2px #ccc;
}

#setw .dropdown-arrow, #setwm .dropdown-arrow{
    position: absolute;
    top: 48%;
    margin-left: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid ;
}

.sub_navigation{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #333; 
    position: absolute;
    top: 173px;
    z-index: 2;
    height: 100px;
    display: flex;
    align-items: center;
}
.sub_navigation > ul{
    display: flex;
    flex-wrap: wrap;
    width: 1024px;
    margin-inline: auto;
    justify-content: center;
}
.sub_navigation > ul > li{
    padding: 5px 0;
}
.sub_navigation > ul > li > a {
    min-width: 120px;
    font-weight: 500;
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 8px 12px 8px 12px;
    font-size: 14px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    transition: 0.2s color, 0.2s border-color;
    justify-content: center;
    color: #E5E5E5;
}
.sub_navigation > ul > li:not(:last-child){
    margin-right: 30px;
}

#mySwiper{
    text-align: center;
    width: 1024px;
}

#jianjie .sub-content dd{
    text-indent: 2em;
    line-height: 30px;
}

#mvv video{
    width: 100%;
    height: 600px;
    max-height: 600px;
}

/*************************** 
		footer
**************************/
#footArea{
	color:#FFF;
	background:#EBEBEB;
	line-height:2em;
	margin-top:0px;
	font-size: 10px;
	color: rgb(21, 40, 61);
}
#footArea .foot-menu{
	padding: 30px 0 30px;
}
#footArea .friend_link dd a,
#footArea .foot-menu .colo a:link,
#footArea .foot-menu .colo a:visited{
	color: rgb(21, 40, 61);
}
#footArea .foot-menu dt,
#footArea .friend_link dd a:hover,
#footArea .foot-menu .colo a:hover{
	color: #CF3835;
}
#footArea .foot-menu .colo{
	white-space: nowrap;
}
#footArea .friend_link dd{
	margin-bottom: 8px;
}
#footArea .foot-menu dl{
	width:19%;
	margin-right:4%;
	float:left;
	vertical-align:top;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#footArea .foot-menu dl:last-child{
	margin-right:0;
	width:28%;
}
#footArea .foot-menu dl:first-child{
	margin-left:2%;
}
#footArea .foot-menu dt{
	font-size:1.8em;
	padding:7px 0 12px;
	font-weight: normal;
}
#footArea .foot-menu dd{
	font-size:1.2em;
	line-height: 1.9;
}
#footArea .foot-menu .ico{
	font-size:1.1em;
	padding:0 7px 0 0;
}
.copyright-lastDiv{
	margin-top: 20px;
}
#footArea .foot-menu .last-dl a:link,
#footArea .foot-menu .last-dl a:visited{
	color:#656465;
}
#footArea .foot-menu .last-dl a:hover,
#footArea .foot-menu .last-dl a:active{
	color:#C4494E;
}
#footArea .foot-menu .code_img{
	float: right;
	text-align: center;
}
#footArea .copyright{
	text-align:center;
	font-size:1.3em;
	padding-top: 30px;
}

/*************************** 
		backTop
**************************/
#backTop {
	position:fixed;
	z-index:100;
	bottom:4%;
	right: 15%;
	/* background:url(	/static/image/top2.png) no-repeat; */
	width:48px;
	height:48px;
    overflow: hidden;
    display: none;
    cursor: pointer;
}

#backTop .show-text {
    width:48px;
	height:48px;
    color: #999aaa;
    padding: 2px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

div.modal[aria-hidden="true"] button{
    display: none;
}