@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
}
body {
	font-family: "Microsoft YaHei", "微软雅黑";
	background-color: #fff;
	width: 100%;
}
ul, ol {
	list-style: none;
	zoom: 1;
}
li, textarea {
	vertical-align: top;
}
a {
  text-decoration: none;
}
a:active, a:hover, a:link, a:visited {
	outline: none;
}
img {
	width: auto;
	max-width: 100%;
	border: none;
	vertical-align: middle;
}
button {
	outline: none;
	border: none;
	background: #fff;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:before, .cleafix:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wrap {
	overflow: hidden;
}

.video{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	background: rgba(29,26,26,.9);
	display: none;
}
.video_box{
	position: relative;
	height: 600px;
	width: 1024px;
	left: 50%;
	margin-left:-512px; 
	z-index: 1002;
}
.video_box video{
	width: 1024px;
	height: 600px;
}
video{
	position: absolute;
	width: 800px;
	height: 600px;
}
.video-close{
	width: 30px;
	height: 30px;
	line-height: 26px;
	position: absolute;
	text-align: center;
	background: #746f6f;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	right: -30px;
	top: 12px;
	z-index: 1004;
}

.header {
	width: 100%;
	height: 100px;
	background-color: #4c5e87;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	-webkit-transition: height .2s,top .2s,background-color .2s;
    transition: height .2s,top .2s,background-color .2s;
}
.nav {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.nav .logo {
	display: block;
	width: 186px;
	height: 46px;
	background: url(../images/xs_logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	left: 0;
}
.nav .menu-list {
	position: absolute;
	top: 0;
	right: 0;
}
.menu-list, .menu-list li, .menu-list li a {
    width: auto;
    display: block;
}
.menu-list li {
	float: left;
	margin-right: 30px;
}
.menu-list li:first-child {
	padding: 0 16px;
}
.menu-list li:last-child {
	margin: 0 0 0 45px;
}
.menu-list li a {
	float: left;
    /*line-height: 100px;*/
    margin-top: 40px;
    color: #fff;
    font-size: 14px;
    position: relative;
    text-align: center;
}
.menu-list li a .top-line {
    /*display: none;*/
    height: 4px;
    width: 64px;
    background: #fff;
    overflow: hidden;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -32px;
    -webkit-transition: top .2s;
    transition: top .2s;
}
.list-right {
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
}
.active {
	height: 4px;
    width: 64px;
    background: #fff;
    -webkit-transition: top .2s;
    transition: top .2s;
}

.main {
	width: 1200px;
	margin: 135px auto 0;
	overflow: hidden;
}
.sidebar {
	width: 229px;
	position: fixed;
	top: 125px;
	border-top: 1px solid #f0f0f0;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.sidebar-list {
	position: relative;
	width: 229px;
}
.remedy {
	position: absolute;
	top: -1px;
	width: 229px;
	height: 49px;
	border-right: 3px solid #4c5e87;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	/*display: none;*/
}
.remedy-contact {
	position: absolute;
	top: -1px;
	width: 229px;
	height: 49px;
	border-right: 3px solid #4c5e87;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	/*display: none;*/
}
.current {
	width: 229px;
	height: 48px;
	border-right: 3px solid #4c5e87;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
}
.sidebar-list a {
	display: block;
	width: 215px;
	height: 47px;
	line-height: 47px;
	border-bottom: 1px solid #f0f0f0;
	color: #666;
	font-size: 18px;
	font-weight: 400;
	text-align: right;
	padding-right: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sidebar-list a:hover {
	color: #4c5e87;
}

.content {
	width: 910px;
	float: right;
	display: inline;
	margin-bottom: 125px;
}
.china-xs {
	margin-bottom: 80px;
}
.triangle-right {
	display: block;
	float: left;
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-left: 22px solid #dfdfdf;
	border-bottom: 16px solid transparent;
	margin-right: 12px;
}
.china-xs h2, .vietnam-xs h2, .policy h2, .target h2, .promise h2, .organize h2, .management h2, .video-china h2, .video-vietnam h2, .credentials h2, .product h2, .cooperate h2, .equipment h2, .contact h2 {
	color: #333;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
}
.introduce-img {
	margin: 20px 0 30px 0;
}
.quality-img {
	padding-top: 60px;
}
.quality-img li {
	float: left;
	text-align: center;
}
.quality-img li:first-child {
	margin-left: 80px;
}
.img-txt {
	color: #666;
	padding-top: 15px;
}
.lines {
	background-color: #dfdfdf;
	width: 1px;
	height: 60px;
	margin: 18px 46px 0;
}
.target, .promise {
	margin-top: 80px;
}
.target img {
	display: block;
	margin: 60px 0 0 30px;
}
.promise h3 {
	color: #666;
	font-weight: normal;
	font-size: 16px;
	margin: 30px 0 0 30px;
}
.promise-txt {
	color: #666;
	float: left;
	padding-top: 6px;
	line-height: 1.8;
}
.promise-txt span {
	content: url(../images/circle.png);
	padding-right: 22px;
}

.organize {
	margin-bottom: 80px;
	overflow: hidden;
}
.organize img {
	display: block;
	float: left;
	margin: 40px 200px 0 0;
}
.management h2 {
	margin-bottom: 20px;
}

.credentials-img {
	margin: 40px -29px 0 0;
}
.credentials-img li {
	float: left;
	margin: 0 29px 29px 0;
	overflow: hidden;
}
.credentials-img li img {
	width: 284px;
	height: 200px;
	display: block;
	overflow: hidden;
}
.w3ls-hover {
	position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.view-caption {
    background-color: rgba(34, 167, 240, 0.8);
    /*border: 5px solid #fff;*/
    bottom: 0;
    color: #fff;
    left: 0;
    /*margin: 10px;*/
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    right: 0;
    text-align: center;
    top: 0;
    z-index: 99;
    -webkit-transition: all 0.75s ease-in-out 0s;
    -moz-transition: all 0.75s ease-in-out 0s;
    -ms-transition: all 0.75s ease-in-out 0s;
    -o-transition: all 0.75s ease-in-out 0s;
    transition: all 0.75s ease-in-out 0s;
}
.view-caption h5 {
    color: #fff;
    font-size: 16px;
    padding-top: 30%;
    -webkit-transition: all 0.75s ease-in-out 0s;
    -moz-transition: all 0.75s ease-in-out 0s;
    -ms-transition: all 0.75s ease-in-out 0s;
    -o-transition: all 0.75s ease-in-out 0s;
    transition: all 0.75s ease-in-out 0s;
}

.video-container {
	margin-top: 40px;
	width: 910px;
	height: 500px;
	background: rgba(0,0,0,.3);
	position: relative;
}
.video-container .video-img {
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.video-vietnam {
	margin-top: 80px;
}
.play-button {
	position: absolute;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
}
.play-button img {
	width: 60px;
	height: 60px;
}

.product-head h2 {
	position: relative;
}
.product-head p {
	font-size: 14px;
	color: #666;
	line-height: 2;
	text-align: justify;
	margin-top: 20px;
	position: relative;
}
.product-head mark {
	color: #4c5e87;
	background: none;
	cursor: pointer;
}
.bopp-detail {
	display: none;
}
/*.product-head h2>p {
	font-size: 18px;
	color: #4c5e87;
	float: right;
	cursor: pointer;
}*/
.triangle-top {
	position: absolute;
	bottom: 9px;
	width: 0;
	height: 0;
	margin-left: 3px;
	border-bottom: 10px solid #4c5e87;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	cursor: default;
	/*display: none;*/
}
.triangle-down {
	position: absolute;
	bottom: 8px;
	width: 0;
	height: 0;
	margin-left: 3px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #4c5e87;
	cursor: default;
	display: inline;
}
.switch-content {
	position: absolute;
	right: 0;
	background: #fff;
	border-radius: 8px;
	margin-top: 13px;
	display: none;
	z-index: 99999;
}
.switch-content p {
	width: 100px;
	font-size: 14px;
	color: #4c5e87;
	text-align: center;
	padding: 15px 0;
	cursor: pointer;
}
.switch-content .change-img {
	background: #ececec;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.switch-content .change-intro {
	background: #ececec;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.switch-content a {
	color: #4c5e87;
}
.product-img {
	margin: 40px -50px 0 0;
}
.product-img li {
	float: left;
	margin: 0 29px 30px 0;
}
.product-img li img {
	width: 284px;
	height: 200px;
}
.product-img p, .equipment-img p {
	color: #666;
	padding-top: 13px;
	width: 284px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-img p:hover, .equipment-img p:hover {
	color: #4c5e87;
}
.turning {
	float: right;
	right: 0;
}
.turning button {
	background-color: #fff;
	color: #666;
	margin-left: 28px;
	padding: 5px;
	border: 1px solid #666;
	border-radius: 3px;
	cursor: pointer;
}
.turning button:hover {
	background-color: #4c5e87;
	color: #fff;
}
.product dl {
	margin-top: 20px;
}
.product dt {
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}
.product dd {
	font-size: 14px;
	color: #666;
	line-height: 2;
}
.product dd span {
	padding-right: 22px;
}
/*.prop-down {
	margin-bottom: 450px;
}*/

.cooperate {

}
.cooperate-img {
	margin: 20px 0 40px 0;
}
.recruit h3 {
	color: #333;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 40px;
}
.recruit-list {
	margin-right: -53px;
}
.recruit-list h4 {
	color: #333;
	text-align: justify;
	font-size: 16px;
	margin-bottom: 13px;
}
.recruit-list li {
	float: left;
	width: 389px;
	height: 250px;
	border: 1px solid #dfdfdf;
	margin: 0 20px 20px 0;
	padding: 20px 33px 5px 20px;
	position: relative;
}
.recruit-list li a {
	font-size: 12px;
	color: #4c5e87;
	float: right;
	/*margin: 8px -25px 0 0;*/
	position: absolute;
	right: 10px;
	bottom: 5px;
}
.recruit-list span {
	padding-right: 10px;
}
.recruit-list p {
	font-size: 14px;
	padding-left: 19px;
	line-height: 1.8;
	color: #666;
	text-align: justify;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*.recruit-list dl {
	font-size: 14px;
	color: #666;
	padding-left: 19px;
}*/
.recruit-detail {
	margin-top: 40px;
}
.recruit-detail dt {
	color: #333;
	font-weight: bold;
	padding: 0 0 21px 35px;
}
.recruit-detail dd {
	color: #666;
	font-size: 14px;
	line-height: 2.0;
}
.recruit-detail dd span {
	padding-right: 28px;
}
.duty {
	padding-bottom: 36px;
}
.duty dd {
	padding-left: 36px;
	line-height: 1.8;
}

.equipment-show {
	margin-bottom: 80px;
}
.equipment-list {
	margin: 40px -29px 0 0; 
}
.equipment-list li {
	float: left;
	margin: 0 29px 29px 0;
}

.equipment-img1 {
	display: none;
}

.equipment-flow {
	margin: 42px 0 200px 0;
}

.loading-more {
	text-align: center;
	border: 1px solid #4c5e87;
	border-radius: 5px;
}
.loading-more button {
	font-size: 14px;
	color: #4c5e87;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 16px 0;
	cursor: pointer;
}

.connection h2 {
	margin-bottom: 40px;
}
.vietnam-xs {
	margin-top: 80px;
}

.contact-list {
	width: 889px;
	float: left;
	padding: 18px 0 18px 18px;
	border: 1px solid #ededed;
	box-shadow: 0 0 0 1px #ededed;
}
.contact-list img {
	display: block;
	float: left;
}
.contact-txt {
	width: 260px;
	color: #666;
	font-size: 14px;
	line-height: 1.7;
	float: left;
	/*margin-top: 20px;*/
	padding-left: 24px;
	text-align: justify;
}
.contact-txt h3 {
	font-size: 16px;
	color: #333;
	margin-bottom: 33px;
}

.number {
	width: 100%;
}
.digit {
	color: #333;
	font-weight: bold;
	float: left;
	text-align: center;
	padding: 30px 32px;
	border-right: 1px solid #dfdfdf;
}
.clear-right {
	border-right: 0;
}
.amount {
	font-size: 60px;
}
.amount span {
	font-size: 55px;
	vertical-align: top;
}
.amount-txt {
	font-size: 13px;
}
.cs-txt {
	margin-top: 30px;
}
.cs-txt p {
	color: #666;
	font-size: 14px;
	text-align: justify;
	line-height: 1.8;
	text-indent: 26px;
}

/*底部公共样式开始*/
.footer	{
	width: 100%;
	background-color: #a6a6a6;
}
.footer-center {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 47px 0;
	position: relative;
}
.footer-list li {
	float: left;
	color: #fff;
	margin-right: 55px;
}
.footer-list li a {
	font-size: 14px;
	display: block;
	color: #fff;
	padding-bottom: 8px; 
}
.add-bottom {
	border-bottom: 1px solid #fff;
}
.logo-small {
	width: 56px;
	height: 40px;
	background: url(../images/xs_logo2.png) no-repeat;
	position: absolute;
	top: 20px;
	right: 0;
}
.line {
	margin: 36px 0 14px 0;
}
.line span {
	color: #fff;
	font-size: 14px;
	padding-right: 53px; 
}
.fox {
	font-size: 14px;
	color: #fff;
	margin-right: -55px;
}
.fox li {
	font-size: 14px;
	float: left;
	padding-right: 55px;
	white-space: nowrap;
}
.fox span {
	padding-left: 10px;
}
/*底部公共样式结束*/