@charset "utf-8";

@font-face {
	font-family: 'sourcehansans-light';
	src: url('/static/moss/trauson/css/SourceHanSansCN-Light-424662ea34034a88ef8e8e50d8587a24.otf') format('opentype');
}

@font-face {
	font-family: 'sourcehansans-regular';
	src: url('/static/moss/trauson/css/SourceHanSansCN-Regular-11c302dd8c50619e4131da5d645fb422.otf') format('opentype');
}

/* @font-face { */
/* 	font-family: 'sourcehansans-normal'; */
/* 	src: url('/static/moss/trauson/css/SourceHanSans-Normal-70cddb74f5dfa2ec7adf02a056b8b5aa.ttc'); */
/* } */
body {
    font-family: "sourcehansans-regular";
}

.fr {
    font-family: "sourcehansans-regular";
}

.fl {
    font-family: 'sourcehansans-light';
}

.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.top_menu {
	height: 50px;
	overflow: hidden;
	padding-top: -50px;
	z-index: 999;
}

.top_menu .top_menu_1 {
	background-color: #fff;
	height: 50px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	background-color: rgba(255, 255, 255, 0);
}

.top_menu .top_menu_1.active {
	margin-top: -50px;
}

.top_menu .top_menu_1 .logo {
	padding: 10px;
}

.top_menu .top_menu_1 ul {
	white-space: nowrap;
	height: 50px;
	line-height: 50px;
	margin-bottom: 0px;
}

.top_menu .top_menu_1 ul li {
	display: inline-block;
	position: relative;
	margin-right: 15px;
}

.top_menu .top_menu_1 .top_ment_btn_1 {
	background: transparent;
	font-size: 16px;
	color: #000;
}

.top_menu .top_menu_1 .top_ment_btn_en_1 {
    background: transparent;
    color: #000;
    font-family: "sourcehansans-linght";
    font-weight:bold;
    font-size:10pt;
}

.top_menu .top_menu_1 .top_ment_btn_en_1::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 5px;
    z-index: 1;
    opacity: 0;
    background-color: rgba(255, 150, 0, 0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.top_menu .top_menu_1 .top_ment_btn_1::before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 0%;
	height: 5px;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255, 150, 0, 0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.top_menu .top_menu_1 .top_ment_btn_en_1:hover::before {
    opacity: 1;
    width: 100%;
}

.top_menu .top_menu_1 .top_ment_btn_1:hover::before {
	opacity: 1;
	width: 100%;
}

.top_menu .top_menu_2 {
	height: 50px;
	background-color: #e79848;
}

.top_menu .top_menu_2 .logo {
	padding: 10px;
}

.top_menu .top_menu_2 ul {
	white-space: nowrap;
	height: 50px;
	line-height: 50px;
	margin-bottom: 0px;
}

.top_menu .top_menu_2 ul li {
	display: inline-block;
	position: relative;
	margin-right: 15px;
}

.top_menu .top_menu_2 .top_ment_btn_1 {
	background: transparent;
	font-size: 16px;
	color: #fff;
}

.top_menu .top_menu_2 .top_ment_btn_en_1 {
    background: transparent;
    color: #fff;
    font-family: "sourcehansans-linght";
    font-weight:bold;
    font-size:10pt;
}

.news_list {
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: 20px;
	cursor: pointer;
}

.news_list .banner {
	height: 350px;
	background: no-repeat top;
	background-size: cover;
}

.news_list .time {
	height: 40px;
	background-color: #ff9600;
	position: absolute;
	top: 350px;
	left: 50px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 16px;
	padding: 0rem 1rem;
}

.news_list .wapper {
	width: 100%;
	height: 120px;
	background-color: #f4f4f4;
	padding-top: 30px;
	padding-left: 37px;
}

.news_list .wapper .title {
	font-size: 16px;
	font-weight: bold;
}

.news_list .wapper .subtitle {
	margin-top: 20px;
	font-size: 18px;
	color: #325dc8;
}

.news_list::before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 15px;
	width: 0%;
	height: 5px;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255, 150, 0, 0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.news_list:hover::before {
	opacity: 1;
	width: calc(100% - 30px);
}

.product {
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: 50px;
	cursor: pointer;
	height: 435px;
	background-size: cover;
	background-position: right top;
	background-repeat: no-repeat;
}

.product::before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 15px;
	width: 0%;
	height: 5px;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255, 150, 0, 0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.product:hover::before {
	opacity: 1;
	width: calc(100% - 30px);
}

.product .title {
	top: 320px;
	position: absolute;
	left: 50px;
	font-size: 18px;
}

.product .btn-product {
	background: transparent;
	border: 0px solid #000;
	font-size: 36px;
	top: 360px;
	position: absolute;
	left: 50px;
	padding: 5px 0px;
	border-radius: 10px;
	font-weight: bold;
}

.footer {
	background-color: #2b2a37;
	color: #a7a5b2;
	text-align: center;
	padding: 15px;
	font-size: 18px;
}

.zhaopin .title {
	color: #7a7a7a;
	font-size: 30px;
	text-align: center;
}

.zhaopin .table_head {
	color: #fff;
	font-size: 18px;
	text-align: center;
	background-color: #e5973c;
    margin-top: 5px;
    margin-bottom: 0px;
}

.zhaopin .table_head .col-xs-3 {
	padding: 12px 12px;
}

.zhaopin .table_td {
	color: #000000;
	font-size: 18px;
	text-align: center;
	background-color: #ebebeb;
}

.zhaopin .table_td .col-xs-3 {
	padding: 12px 12px;
}

.news .top .title {
	background-color: rgb(0, 0, 0, 0.8);
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	padding-left: 15px;
}

.news .top .describe {
	border-bottom: 2px solid #e5e5e5;
	padding: 20px 30px;
	margin-bottom: 30px;
}

.news .top .describe p {
	line-height: 30px;
	font-size: 18px;
	color: #999999;
}

.news .img {
	height: 400px;
	background-size: cover;
	background-position: top center;
}

.news .list {
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
	color: #999999;
}

.news .list .title {
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .list .time {
	text-align: right;
	/*color: #363636;*/
}

.news_detail_nav {
	margin: 50px auto;
	font-size: 20px;
	letter-spacing: 2px;
}

.programme .title {
	font-size: 32px;
	font-weight: bold;
	line-height: 60px;
}

.programme .describe {
	font-size: 24px;
	line-height: 50px;
	font-family: 'sourcehansans-light';
}

.programme .b2_img {
	width: 20%;
	text-align: center;
	margin-top: 5px;
	color: #828282;
	font-size: 18px;
	font-family: 'sourcehansans-light';
}

.programme .b2_img img {
	width: 50%;
}

.development {
	
}

.development .img {
	padding: 30px;
}

.development .img img {
	width: 100%;
}

.development .p1 {
	font-size: 37px;
	font-weight: bold;
	margin-top: 30px;
}

.development .p2 {
	font-size: 40px;
}

.development .p3 {
	font-size: 30px;
}

.development .p3 i {
	/* 	color: #656667; */
	margin-right: 15px;
}

.development .p4 {
	font-size: 22px;
	padding-left: 50px;
	line-height: 36px;
	color: #656667;
	letter-spacing: 2px;
	font-family: "sourcehansans-light";
}

.development .l1 {
    display: inline;
    font-size: 25px;
}

.xs_box {
	
}

.bgi {
	background-size: cover;
	background-position: top center;
}

.banner1 {
	height: 700px;
	background-size: cover;
	background-position: top center;
}

.banner2, .banner3 {
	height: 450px;
	background-size: cover;
	background-position: top center;
	margin-top: 70px;
}

.tbanner {
	height: 400px;
	background-size: cover;
	background-position: top center;
	margin-top: 50px;
}

.foot1 {
	height: 140px;
	background-color: #e5963c;
	text-align: center;
}

.foot1 img {
	height: 30px;
	margin: 55px auto;
}

.banner550 {
	height: 550px;
}

.banneri2 {
	height: 550px;
}

.banneri3 {
	height: 900px;
}

.banneri4 {
	height: 550px;
}

.ititle {
}
.ibody {
}

@media ( max-width : 768px) {
	
	body {
		background-color: #f5f5f5;
	}
	.xs_box {
		border-radius: 10px;
		overflow: hidden;
		box-shadow: 0 0 10px #aaa;
		width: calc(100% - 30px);
		background-color: #fff;
	}
	.banner1 {
		height: 300px;
		background-position: 74%;
	}
	.banner2 {
		height: 300px;
		background-position: 40%;
	}
	.tbanner {
		margin-top: 0px;
		height: 150px;
	}
	.banner3 {
		height: 180px;
	}
	.banner550 {
		height: 200px;
	}
	.banneri2 {
		height: 250px;
		background-position: 65%;
	}
	.banneri3 {
		height: 450px;
		background-position: 35%;
	}
	.banneri4 {
		height: 260px;
		background-position: 80%;
	}
	.news_list {
		width: 100%;
		margin-top: 20px;
		border-radius: 10px;
		overflow: hidden;
		box-shadow: 0 0 10px #aaa;
	}
	.news_list .banner {
		height: 250px;
	}
	.news_list .time {
		top: 250px;
	}
	.news .list {
		height: 30px;
		line-height: 30px;
		margin-top: 10px;
		color: #999999;
	}
	.news .img {
		height: 250px;
	}
	.news .list .title {
		font-size: 14px;
	}
	.news_detail_nav {
		margin: 10px auto;
		font-size: 16px;
		letter-spacing: 0px;
	}
	.product {
		border-radius: 10px;
		overflow: hidden;
		box-shadow: 0 0 10px #aaa;
		height: 300px;
	}
	.product .title {
		top: 80px;
		left: 50px;
	}
	.product .btn-product {
		top: 120px;
	}
	.foot1 {
		height: 60px;
	}
	.foot1 img {
		height: 20px;
		margin: 20px auto;
	}
	.footer {
		font-size: 14px;
	}
	.footer p {
		margin: 0px;
	}
	.development {
		padding-right: 0px;
		padding-left: 0px;
		margin-right: 15px;
		margin-left: 15px;
	}
	.development .img img {
		width: 100%;
	}
	.development .p1 {
		font-size: 24px;
		font-weight: bold;
		margin-top: 5px;
	}
	.development .p2 {
		font-size: 22px;
		font-weight: lighter;
	}
	.development .p3 {
		font-size: 20px;
		padding-left: 0px;
	}
	.development .p3 i {
		color: #656667;
		margin-right: 15px;
	}
	.development .p4 {
		font-size: 18px;
		color: #656667;
		padding-left: 6px;
		line-height: 26px;
	}
	.programme .title {
		font-size: 22px;
		font-weight: bold;
		line-height: 30px;
	}
	.programme .describe {
		font-size: 18px;
		line-height: 30px;
	}
	.programme .b2_img {
		width: 33.33333333333333%;
		text-align: center;
		margin-top: 5px;
		color: #828282;
		font-size: 14px;
	}
	.programme .b2_img img {
		width: 90%;
	}
	.zhaopin .title {
		font-size: 16px;
	}
	.zhaopin .table_head {
		color: #fff;
		font-size: 14px;
		text-align: center;
		background-color: #e5973c;

	}
	.zhaopin .table_head .col-xs-3 {
		padding: 12px 12px;
	}
	.zhaopin .table_td {
		color: #000000;
		font-size: 12px;
		text-align: center;
		background-color: #ebebeb;
	}
	.zhaopin .table_td .col-xs-3 {
		padding: 12px 12px;
	}
	.ititle {
		font-size: 22px;
		color: #000;
	}
	.ibody {
		letter-spacing: 0px;
		font-size: 12px; 
		color: #000;
	}
	
	
}

@media ( min-width :768px) and (max-width:992px) {
	.top_menu .top_menu_1 .top_ment_btn_1 {
	    font-size: 14px;
	}
	.top_menu .top_menu_1 ul li {
	    margin-right: 0px;
	}
	
	.top_menu .top_menu_2 .top_ment_btn_1 {
	    font-size: 14px;
	}
	.top_menu .top_menu_2 ul li {
	    margin-right: 0px;
	}
}

@media ( min-width : 992px) and (max-width: 1200px) {
}

@media ( min-width : 1200px) {
	.banner1 {
		height: 800px;
	}
}



.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover,
	.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
	{
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #8d8d8d;
	border-color: #fff;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus,
	.pagination>li>span:hover {
	z-index: 2;
	color: #404d5f;
	background-color: #e1e1e1;
	border-color: #fff;
}

.pagination>li>a, .pagination>li>span {
	color: #404d5f;
	border: 2px solid #fff;
	background-color: #e1e1e1;
}
.bannerTypefaceUS{
    color: #ff4624;

}


.custom-select {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size:13pt;
    line-height: 43px;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 0px solid #ced4da;
    border-radius: 0rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
}


.custom-select-md {
    margin-top: 4px;
    padding-top: 0px;
    display: inline-block;
    width: 100%;
    height: 30px;
    font-size:12pt;
    line-height: 43px;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 0px solid #ced4da;
    border-radius: 0rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
}

.custom-select-md:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}

.custom-select:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}
