/*style css*/
 
* {
	padding: 0;
	margin: 0 auto;
	font-family: "'MicrosoftYaHei'-Bold";
}

body {
	max-width: 1920px;
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 14px;
	font-family: "'MicrosoftYaHei'-Bold";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #222;
	line-height: 25px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-tap-highlight-color:transparent;
}

html {
	max-width: 1920px;
	width: 100%;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

h1 {
	font-size: 38px;
	text-transform: capitalize;
}

p {
	font-size: 16px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0;
	color: #404040;
}

a {
	color: #2a3855;
	font-family: "Source Sans Pro";
	font-weight: 400;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover,
a:active,
a:focus {
	outline: none !important;
	text-decoration: none !important;
}

img {
	max-width: 100%;
}

ul>li {
	color: #726a84;
	font-size: 16px;
	font-weight: 300;
	list-style-type: none;
}

.typearea {
	margin: auto;
	width: 1200px;
}

.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
/* header   start*/

.header {
	position: fixed;
	top: 0;
	margin: 0 auto;
	z-index: 2000;
	width: 100%;
	height: 80px;
	background-color: #fff;
	line-height: 79px;
}

.logo {
	width: 250px;
	vertical-align: middle;
}

.header .navbar-default {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	border: none;
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
}

.header .container-fluid {
	padding: 0;
}

.header .navbar-nav {
	float: right;
	margin: 0;
}

.header .navbar-nav>li>a {
	line-height: 80px;
	padding: 0 9px;
}

.header .navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #D19a4a !important;
	background-color: #1a1a1a !important;
}

.header .navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #D19a4a !important;
	background-color: #1a1a1a !important;
}

.header a:hover {
	color: #D19a4a !important;
	background-color: #1a1a1a !important;
}

.header a {
	font-family: 'MicrosoftYaHei';
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #333333;
}

.header .dropdown-menu>li>a {
	padding: 0px 20px !important;
	clear: both;
	font-weight: 400;
	line-height: 50px;
	white-space: nowrap;
}

.header .dropdown-menu>li>a:hover {
	background-color: transparent;
}

.header .dropdown-menu {
	padding: 0 !important;
}

.header .dropdown-menu>li>a::after,
.dropdown-menu>li>a:focus::after,
.dropdown-menu>li>a:hover::after {
	content: none;
}

.header .navbar-collapse {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.en {
	padding: 0 9px;
}

.en .active a {
	color: #D19a4a;
}
/* header  end
  /*footer  start*/

.footer {
	width: 100%;
	height: auto;
	background-color: #1a1a1a;
}

.footerbox {
    padding-top: 4%;
    padding-bottom: 0;
}

.footer h4 {
	font-family: 'MicrosoftYaHei';
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #FFFFFF;
	font-style: italic;
	margin-bottom: 30px;
}

.footer li {
	border-bottom: 1px solid #ffffff;
	max-width: 500px;
	margin-left: 0;
}

.footer-link {
	display: flex;
}

.footer-link:hover .footer-txt,
.footer-link:hover .footer-Arrow {
	font-size: 20px;
	color: #d8af87;
	transition: all .5s ease;
	letter-spacing: 2px;
}

.footer-txt {
	font-family: 'MicrosoftYaHei';
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #FFFFFF;
	min-height: 60px;
	margin-bottom: 0;
	line-height: 60px;
}

.footer-txt:hover {
	font-size: 18px;
	color: #d8af87;
	transition: all .5s ease;
}

.footer-Arrow {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #FFFFFF;
	min-height: 50px;
	margin-right: 0;
	line-height: 50px;
}

.footer-img {
	text-align: center;
	padding: 20px 0;
}

.footer-img p {
	margin-bottom: 10px;
}

.footer-img .footer-txt:hover {
	font-size: 14px;
	color: #FFFFFF;
}

.footer-img img {
	width: 200px;
	height: 200px;
}

.footer-down {
	border-top: 1px solid #FFFFFF;
	text-align: center;
	margin-top: 4%;
}

.footer-down p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #FFFFFF;
	line-height: 50px;
	margin-bottom: 0;
}

.footer-down a {
	line-height: 50px;
	font-size: 14px;
}
/* footer  end*/
/*about start*/

.contentbox {
	margin-top: 80px;
}

.content-banner {
	text-align: center;
	width: 100%;
	height: 400px;
	background: no-repeat;
	background-size: cover;
	background-position: center;
}

.content-item h1 {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	margin: auto;
	line-height: 400px;
}

.about-item {
	padding: 20px 0 0;
	text-align: center;
	font-size:15px;
	color: #666666;

}

.about-item p {
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 0;
}

.about {
	position: relative;
	display: flex;
	overflow: hidden;
	padding-top: 30px;
    margin-top: 30px;
}

.about::before {
	content: "";
	background-color: #ccc9c9;
	width: 300px;
	height: 200%;
	position: absolute;
	left: 0;
	top: -170px;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	z-index: 1;
}

.about-caption h2::before {
	content: "";
	position: absolute;
	left: -50px;
	top: -39px;
	background: url(../img/yellow.png) no-repeat;
	width: 40px;
	height: 95px;
	background-size: 100%;
}

.about-caption h2 {
	font-size: 34px;
	line-height: 30px;
	color: #000000;
	position: relative;
	letter-spacing: 1px;
}

.about-caption h3 {
	font-size: 30px;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 1px;
	color: #333333;
}

.about-left {
	position: relative;
	z-index: 2;
}

.about-right::before {
	content: "";
	background-color: #FFFFFF;
	width: 300px;
    height: 200%;
    position: absolute;
    left: -25%;
	top: -170px;
	-webkit-transform: rotate(12deg);
	transform: rotate(12deg);
	z-index: 0;
}

.about-right {
	margin: auto 0;
	position: relative;
	width: 70%;
}

.about-right img {
	width: 100%;
}

.strategybox {
	position: relative;
	padding-bottom: 10px;
	z-index: 100;
}
/*  
.strategybox .strategy:nth-child(1) {
	position: relative;
	right: -10%;
	z-index: 100;
}

.strategybox .strategy:nth-child(2) {
	position: absolute;
	left: -120%;
	top: 30%;
	z-index: 100;
}
*/
.strategybox .strategy:nth-child(3) {
	/* position: relative;
	margin-top: 120px;
	left: -10%;
	z-index: 100; */
	margin-bottom: 0;
}
 
.strategy {
	display: flex;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 0px 0px 12px 1px rgba(82, 82, 82, 0.18);
	margin-bottom: 40px;
}

.strategy-text {
	width: 272px;
	padding: 20px 15px;
}

.strategy-img {
	width: 280px;
	position: relative;
	overflow: hidden;
}

.strategy-img::before {
	content: "";
	background-color: #FFFFFF;
	width: 50px;
	height: 200%;
	position: absolute;
	left: -5px;
	top: -170px;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	z-index: 0;
}

.strategy-img img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.strategy-text h5 {
	font-size: 22px;
    line-height: 30px;
    color: #000000;
    text-align: left;
    margin: 0 0 20px 0;
}

.strategy-textsm {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	min-height: 230px;
}

.strategy-textsm p {
	font-size: 24px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 20px;
}

.brand {
	display: flex;
	overflow: hidden;
	padding-bottom: 40px;
	position: relative;
	justify-content: space-between;
	margin-top: 30px;
}
.addbrand{
	display: none;
}
.brandleftimg {
	margin: 0;
	position: relative;
	width: 40%;
}

.brandrightimg {
	margin: 200px 0 auto;
	position: relative;
	width: 40%;
}

.brandleftimg::before {
	content: "";
	background-color: #FFFFFF;
	width: 300px;
    height: 200%;
    position: absolute;
    left: 75%;
	top: -170px;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	z-index: 1;
}

.brandrightimg::before {
	content: "";
	background-color: #FFFFFF;
	width: 300px;
    height: 200%;
    position: absolute;
    left: -45%;
    top: -170px;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	z-index: 1;
}

.brandtext {
	margin-top: 30px;
    position: absolute;
    left: 32%;
    overflow: hidden;
    max-width: 500px;
    height: 600px;
    padding: 30px 50px;
    z-index: 100;
}

.brandtext::before {
	content: "";
	background-color: #ccc9c9;
	width: 300px;
	height: 200%;
	position: absolute;
	left: 50px;
	top: -170px;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	z-index: 1;
}

.brandtext p {
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 0;
	text-indent: 28px;
}

.brandtext span {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #333333;
}

.about-link {
	height: 60px;
	margin: auto;
	background-color: #f1f1f1;
}

.about-link ul {
	display: flex;
	justify-content: center;
	line-height: 60px;
	margin-bottom: 0;
}

.about-link li {
	margin: auto 20px;
}

.about-link li a {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

.about-link li a:hover,
.about-link li .active {
	font-size: 14px;
	font-weight: normal;
	color: #c49d58;
}

.honorbox {
	position: relative;
	overflow: hidden;
}

.honorbox::before {
	content: "";
	background-color: #ccc9c9;
	width: 300px;
	height: 200%;
	position: absolute;
	left: 0;
	top: -170px;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	z-index: -1;
}

.honorbox::after {
	content: "";
	background-color: #ccc9c9;
	width: 300px;
	height: 200%;
	position: absolute;
	right: 0;
	top: -170px;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	z-index: -1;
}

.honor .about-caption {
	padding-top: 40px;
	padding-left: 50px;
}

.honorimg {
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 0px 12px 1px rgba(82, 82, 82, 0.18);
	padding: 20px 10px;
	margin: 40px auto;
}

.honorimgsm {
	background-color: #ffffff;
	padding: 0 10px !important;
	margin-bottom: 20px;
	text-align: center;
}

.honorimgbg {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	height: 260px;
}

.honorimgbg:hover {
	background-color: #ffffff;
	box-shadow: 0px 0px 12px 1px rgba(82, 82, 82, 0.18);
}

.progressbox {
	margin-top: 30px;
    padding: 30px 0;
    text-align: center;
}

.progresstext p {
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 0;
}

.progressimg {
	width: 100%;
	margin: 30px auto;
}

.Burma {
	display: flex;
}

.Burmaimg {
	text-align: center;
	margin: 30px auto;
}

.Burmaimgsm {
	margin: 30px auto;
	padding-left: 0 !important;
}
.Burmaimgsm:nth-child(3n+0) {
	padding-right: 0 !important;
}

.Burma h3 {
	font-size: 30px;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333333;
}
.Burma .about-right::before {
    content: "";
    background-color: #ffffff;
    width: 300px;
    height: 200%;
    position: absolute;
    left: -32%;
    top: -170px;
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
    z-index: 0;
}
.Burma .about-left {
	position: relative;
	z-index: 2;
	width: 30%;
}
.Burma .about-left p{
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	margin: 20px auto 0;
	text-indent: 28px;
}
.Burma .about-left ul{
	margin-top: 30px;
}
.Burma .about-left ul li{
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}
.Burma .about-left ul li:nth-child(2n+0){
	color: #333333;
	margin-bottom: 15px;
}
.addBurmaimg{
	text-align: center;
	margin: 50px auto;
	display: flex;
    flex-direction: row;
    align-items: center;
}
.addBurmaimg img:first-child{
	margin:auto 15px auto auto;
}
.addBurmaimg img:nth-child(2){
	margin:auto auto auto 15px;
}
.adddata{
	margin: 30px auto;    
	padding: 30px;
	position: relative;
}
.adddata::after{
	content: '';
	position: absolute;
	border-right: 1px solid  #c49d58;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.adddata:last-child::after{
	content: none;
}
.adddata .adddatatext{
	font-family: "Arial-BoldMT";
	font-size: 40px;
	font-weight: bold;
	line-height: 24px;
	color: #c49d58;
	margin-bottom: 20px;
}
.adddata p{
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 2px;
	color: #333333;
	margin-bottom: 0;
}
.categorytitle h3{
		font-size: 30px;
	line-height: 30px;
	color: #000000;
	margin: 0;
}
.categorytitle p{
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 3px;
	color: #000000;
	margin-bottom: 0;
}
.categorybox{
	margin: 50px auto;
	text-align: center;
}
.category{
	margin-top: 30px;
}
.category p{
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 0;
}
.category h6{
	font-size: 30px;
	line-height: 24px;
	color: #333333;
	margin: 30px auto 40px;
}
.category .line{
	width: 200px;
	height: 1px;
	background-color: #c49d58;
}
.category-show{
	width: 360px;
	height: 270px;
	background-color: #ffffff;
	box-shadow: 0px 5px 29px 3px 
		rgba(0, 0, 0, 0.08);
	display: flex;
    align-items: center;
     -ms-transform: rotateY(0deg);
	/* Internet Explorer */
	-moz-transform: rotateY(0deg);
	/* Firefox */
	-webkit-transform: rotateY(0deg);
	/* Safari 和 Chrome */
	-o-transform: rotateY(0deg);
	/* Opera */
    transition: all 0.50s ease-in-out 0s;
    position: relative;
    z-index: 1;
}

.category-hide{ 
   background-size: initial;
   background-position: center center;
   background-repeat: no-repeat;
   width: 360px;
   height: 270px;
   display: flex;
   align-items: center;
   -ms-transform: rotateY(90deg);
	/* Internet Explorer */
	-moz-transform: rotateY(90deg);
	/* Firefox */
	-webkit-transform: rotateY(90deg);
	/* Safari 和 Chrome */
	-o-transform: rotateY(90deg);
	/* Opera */
    transition: all 0.50s ease-in-out 0s;
    position: absolute;
    top: 0;
}
.category-hide p,.category-hide h6{
	color: #ffffff;
}
.category-hide .line{
	background-color: #ffffff;
}
.categorysm:nth-child(2){
	margin-top: 100px;
}
.categorysm:hover .category-show {
	transform: rotateY(90deg);
}

.categorysm:hover .category-hide {
	transform: rotateY(0deg);
}
.productionline{
   text-align: center;
	width: 100%;
	height: 300px;
	background: no-repeat;
	background-size: cover;	
	display: flex;
	align-items: center;
}
.addline .categorytitle h3, .addline .categorytitle p{
	color: #FFFFFF;
}
.addlinesm{
	width: 150px;
	height: 150px;
	background-color: #c49d58;
	border-radius: 50%;
	display: flex;
    align-items: center;
    text-align: center;
    padding: 30px;
}
.addlinesm p{
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #ffffff;
	margin-bottom: 0;
}
.addline-dowm{
	display: flex;
    width: 70%;
    align-items: center;
    margin-top: 30px;
}
/* about  end*/
/*News start*/

.News {
	margin-top: 30px;
}

.Newsimgbox {
	margin-top:40px;
}

.Newsimgsm {
	height:365px;
	background-color: #ffffff;
	box-shadow: 0px 0px 12px 1px rgba(82, 82, 82, 0.18);
	margin-bottom: 30px;
}

.Newsimgsmup {
	overflow: hidden;
	position: relative;
}

.Newsimgsmup::before {
	content: "";
	position: absolute;
	width: 97.5%;
	height: 96.5%;
	margin: 5px;
	border: 1px solid #ffffff;
}

.Newsimgsmup img {
	width: 100%;
	overflow: hidden;
}

.Newsimgsmdown {
	padding: 20px;
}

.Newsimgsmdown p {
	font-size: 14px;
	color: #333333;
}

.Newsimgsmdown span {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin: auto 0;
}

.Newsimgsmdowns {
	display: flex;
	align-items: center;
}

.Newsimgsmdowns img {
	margin: auto 0 auto auto;
}

.Newsimgsm:hover .Newsimgsmup img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Newsimgsm:hover .Newsimgsmdowns img {
	-webkit-transform: translateX(12px);
	transform: translateX(12px);
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.News-details {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.Newstitle {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #999999;
}

.Newstitle h4 {
	font-size: 30px;
	font-weight: normal;
	/*line-height: 24px;*/
	line-height: 30px;
	/*letter-spacing: 1px;*/
		letter-spacing: 3px;
	color: #000000;
}

.Newstitle p {
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 1px;
	color: #666666;
	margin: 20px auto;
}

.Newstext {
	width: 100%;
	padding: 30px 30px 0 30px;
	text-align: center;
}

.Newstext p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	text-align: left;
	margin-bottom: 0;
	text-indent: 28px;
}

.Newstext img {
	margin: 30px auto;
}

.sidebar {
	display: flex;
	position: absolute;
	top: 60px;
	right: -50px;
	z-index: 1100;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 20px;
	text-align: center;
}

.sidebar li {
	display: inline-block;
	position: relative;
	margin-bottom: 50px;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
}

.sidebar li:after {
	display: inline-block;
	content: " ";
	height: 10px;
	width: 10px;
	border-width: 0 2px 2px 0;
	border-color: #333333;
	border-style: solid;
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform-origin: center;
	transition: transform .3s;
	position: absolute;
	top: 100%;
	right: 5px;
	margin-top: 20px;
}

.sidebar a {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}
.enstyle{
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
}
/* News  end*/
/*production start*/

.capacitybox {
	margin-top: 30px;
}

.capacitysm {
	text-align: center;
}

.capacity {
	max-width: 300px;
	margin-bottom: 20px;
}
.capacitytext {
	padding: 20px 5px 10px 20px;
}

.capacityup {
	display: flex;
	margin-bottom: 20px;
}

.capacityup img {
	margin: auto 20px auto 0;
}

.capacityupsm {
	margin: auto 0;
}

.capacitysm p {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	text-align: left;
	margin-bottom: 0;
}

.capacitytextp {
	width: 100%;
	height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.intelligent {
	margin-top: 30px;
}

.intelligent h2 {
	font-size: 30px;
	line-height: 30px;
	color: #333333;
}

.intelligentimg {
	background-color: #ffffff;
	box-shadow: 0px 0px 12px 1px rgba(82, 82, 82, 0.18);
	margin: 30px auto;
}

.intelligentbox {
	margin-bottom: 30px;
}

.intelligentbox .about-caption {
	padding-left: 0;
}
.capacitysm .strategy {
    margin-bottom: 0;
}
.customizetext {
	width: 100%;
	height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.capacity .strategy-text {
	margin: 0;
	padding: 15px;
	width: 150px;
}

.capacity .strategy-img {
	margin: 0;
	width: 150px;
}

.capacity .strategy-textsm {
	min-height: 100px;
}

.capacity .strategy-text h6 {
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	text-align: left;
	margin: 0;
}

.onebox {
	margin: 30px auto;
	text-align: center;
}
/* production  end*/
/*product start*/

.product {
	margin-bottom: 20px;
}

.product .Newsimgsm {
	height: auto;
	background-color: transparent;
	box-shadow: none;
	margin-bottom: 0px;
}

.product .Newsimgsmup::before {
	content: "";
	position: absolute;
	width: 97%;
	height: 95%;
	margin: 10px;
	border: 1px solid #ffffff;
}

.product .Newsimgsm:hover .Newsimgsmup img{
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
   -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
   transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
   transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
   transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.productsm {
	margin-top: 30px;
}

.product-img {
	text-align: center;
	margin-bottom: 20px;
}

.product-imgsm {
	position: relative;
	overflow: hidden;
}

/* .product-imgsm:hover .productbg {
	display: block;
}
.product-imgsm:hover .product-big{
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
   -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
   transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
   transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
   transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
} */
.product-imgsm img {
	max-height: 375px;
	width: 100%;
}

.productbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: #000000;
	opacity: 0.5; */
	text-align: center;
	padding: 20px;
} 
.productbg span{
	font-size: 16px;
	color: #ffffff;
	top: 90%;
	position: relative;
}
/* .productbg img {
	top: 45%;
	position: relative;
	width: 15%;
} */
.product .sidebar{
	right: 50px;
}
.orderbox {
	padding: 30px 0;
	background-color: #f4f4f4;
}

.order {
	text-align: center;
}

.order h2 {
	font-size: 24px;
	color: #000000;
	margin: auto;
}

.order button {
	width: 70%;
	line-height: 60px;
	border: none;
	outline: none;
	background-color: #CFAF42;
	border-radius: 10px;
	margin: 30px auto;
	font-size: 18px;
	color: #000000;
	letter-spacing: 2px;
}

.ordeript {
	width: 70%;
	line-height: 60px;
	border-radius: 10px;
	margin: 30px auto 0;
	display: flex;
	border: 1px solid #C9C9C9;
}
.ordeript img{
	width: 30px;
	height: 30px;
}
.ordertext {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: auto 0;
	width: 15%;
}

.ordertext span {
	margin-left: 0;
}

.ordeript input {
	width: 85%;
	margin: auto 0;
	border: none;
	outline: none;
	background-color: transparent;
	padding-left: 50px;
}

.order-select {
	display: flex;
	padding-left: 50px;
	margin: 0;
	width: 85%
}

.orderform {
	border: none;
	outline: none;
	background-color: transparent;
	width: 33%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.addcustom{
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center;
    width: 80%;
}
.addcustom-up h2{
	font-size: 24px;
	letter-spacing: 0px;
	color: #333333;
}
.addcustomp{
	font-size: 12px;
	letter-spacing: 2px;
	color: #666666;
	margin: 20px auto 40px;
}
.addcustom-up p{
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 0;
}
.addcustom-down img{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	margin-bottom: 50px;
	margin-top: 50px;
}
.addcustom-down p{
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 0;
}
.addprolist{
	 padding-top: 30px;
    padding-bottom: 30px;
    width: 80%;
    text-align: center;
}
.addprolist h2{
	font-size: 24px;
	letter-spacing: 0px;
	color: #333333;
}
.addprolist p{
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 20px;
	text-align: left;
	text-indent: 28px;
}
.addprolist img{
	margin-bottom: 30px;
}
.chain {
	padding: 80px 0 60px;
	text-align: center;
}

.chain .progressimg {
	width: 100%;
	margin: 80px auto 0;
}
.progressimg img{
	margin-bottom: 20px;
}
.addchain{
	padding-top:30px ;
	text-align: center;
}
.productsm .gallery-top{
	text-align: center;
	margin: 80px auto;
}
.productsm .gallery-thumbs{
	text-align: center;
}
.productsm .swiper-button-next,.productsm .swiper-button-prev {
   position: absolute;
   top: 50%;
   width: 20px;
   height: 25px;
   margin-top: -15px;
   z-index: 10;
   cursor: pointer;
   background-size: 20px 40px;
   background-position: center;
   background-repeat: no-repeat;
}
.productsm .swiper-button-prev{
	left: 0;
}
.productsm .swiper-button-next{
   right: 0;
}
.productsm .swiper-slide-thumb-active{
   border: solid 2px #c49d58;
}
.productsm .swiper-slide {
   height: 100% !important;
   padding: 20px;
}
.addpro {
	margin-bottom: 20px;
}
.addprop{
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #333333;
	margin-bottom: 0;
}
.addprobg{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
/* product  end*/
/*partner start*/

.partner {
	margin-top: 80px;
	padding: 40px 0;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.partnerimgbox {
	height: 560px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: auto;
}
.partnerimgxs{
	display: none;
}
.partnerimg {
	display: flex;
	text-align: center;
	margin: 0;
	width: 100%;
}

.partnerup {
	padding: 10px 20px;
	border: solid 1px #666666;
	width: 20%;
	height: 140px;
	border-left: none;
	border-top: none;
	display: flex;
	align-items: center;
}

.partnerdown {
	padding: 10px 20px;
	border: solid 1px #666666;
	width: 20%;
	height: 140px;
	border-left: none;
	border-bottom: none;
	display: flex;
	align-items: center;
}

.partnerup:last-child,
.partnerdown:last-child {
	border-right: none;
}

.partner-logo {
	width: 60%;
	height: 280px;
	display: flex;
	align-items: center;
}

.partnerimgsm {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 20%;
	height: 280px;
}

.partnerleft {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	border: solid 1px #666666;
	border-left: none;
	border-top: none;
	height: 100%;
}

.partnerright {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	border: solid 1px #666666;
	border-right: none;
	border-top: none;
	height: 100%;
}

.partnerleft:nth-child(2),
.partnerright:nth-child(2) {
	border-bottom: none;
}

.partnerup:hover,
.partnerdown:hover,
.partnerleft:hover,
.partnerright:hover,
.partner-logo:hover {
	transform: scale(1.2);
	border: solid 1px #666666;
	z-index: 1000;
	background-color: #FFFFFF;
}
/* partner  end*/
/*contact start*/

.contact {
	width: 1100px;
	height: 600px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	flex-direction: row;
	margin: auto;
}

.contact-map {
	width: 60%;
	height: 100%;
}

.contact-text {
	padding: 40px;
	height: 100%;
	width: 40%;
}

.contact-text h4 {
	font-size: 22px;
	line-height: 24px;
	color: #333333;
	margin: 60px auto 40px;
}

.contact_add li {
	font-size: 14px;
	color: #333333;
	line-height: 22px;
}

.swiper-slide {
	height: auto !important;
}

.jobimg {
	height: 100%;
	width: 40%;
}
.jobimg img{
	height: 100%;
}
.jobtext {
	padding: 40px;
	height: 100%;
	width: 60%;
	background: url(../img/jobbg.jpg) no-repeat center;
	background-size: cover;
}

.jobtext h4 {
	font-size: 22px;
	color: #333333;
	margin-top: 0;
}

.jobtext ul {
	margin-top: 30px;
}

.jobtext li {
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}

.jobtext ul li:first-child {
	font-size: 20px;
	color: #333333;
	font-weight: 500;
}
.know-item {
	padding-bottom: 50px;
	text-align: center;
	width: 1000px;
}

.know-item img {
	margin: 60px auto;
}

.know-list p {
	font-size: 18px;
	line-height: 48px;
	color: #000000;
	text-align: left;
	margin-bottom: 0;
}

.know-list h4 {
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
	color: #000000;
	margin-bottom: 60px;
	position: relative;
}

.know-list .know-listbg {
	margin: 0;
	position: relative;
	top: 0;
	left: 40px;
}
/* contact  end*/

@media screen and (min-width:992px) and (max-width:1300px) {
	/* 中型设备（台式电脑，992px 起） */
	.typearea {
		padding-left: 4%;
		padding-right: 4%;
		width: 100%;
	}
	.header .navbar-nav>li>a {
		line-height: 80px;
		padding: 0 7px;
	}
	
	.en {
		line-height: 79px;
		padding: 0 7px;
	}
	.header {
		position: fixed;
		top: 0;
		margin: 0 auto;
		z-index: 2000;
		width: 100%;
		height: 80px;
		background-color: #fff;
		line-height: 79px;
	}
	.logo {
		width: 220px;
		vertical-align: middle;
	}
	.footerbox {
		padding-top: 5%;
		padding-bottom: 0;
	}
	.footer h4 {
		font-family: 'MicrosoftYaHei';
		font-size: 24px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 1px;
		color: #FFFFFF;
		font-style: italic;
		margin-bottom: 20px;
	}
	.footer-txt {
		min-height: 40px;
		line-height: 40px;
	}
	.footer li {
		max-width: 1000px;
	}
	.footer-txt:hover {
		color: #FFFFFF;
		font-size: 14px;
	}
	.footer-Arrow {
		min-height: 40px;
		line-height: 40px;
	}
	.footer-down p {
		line-height: 40px;
	}
	.footer-down a {
		line-height: 40px;
		font-size: 14px;
	}
	.footer-down {
		border-top: 1px solid #FFFFFF;
		text-align: center;
		padding: 15px;
	}
	.footer-link:hover .footer-txt,
	.footer-link:hover .footer-Arrow {
		font-size: 14px;
		color: #FFFFFF;
		transition: all 0s ease;
		letter-spacing: 0px;
	}
	.contentbox {
		margin-top: 80px;
	}
	.about::before {
		width: 250px;
	}
	.content-banner {
		width: 100%;
		height: 380px;
	}
	.content-item h1 {
		font-size: 26px;
		line-height: 380px;
	}
	.about-caption h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.about-caption h2::before {
		content: "";
		position: absolute;
		left: -50px;
		top: -39px;
		background: url(../img/yellow.png) no-repeat;
		width: 38px;
		height: 85px;
		background-size: 100%;
	}
	.strategy-text {
		width: 240px;
		padding: 30px 15px;
	}
	.strategy-img {
		width: 245px;
	}
	.strategy-img::before {
		width: 80px;
       left: -40px;
	}
	.strategy-img img:hover {
	-webkit-transform: none;
	transform: none;
	-webkit-transition:none;
	transition: none;
}
	.strategy-textsm {
		min-height: 190px;
	}
	.strategy-textsm p {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.brandtext::before {
		width: 250px;
		left: 50px;
		top: -170px;
	}
	.brandleftimg {
		margin: 0;
		width: 35%;
	}
	.brandrightimg {
		margin: 200px 0 auto;
		width: 35%;
	}
	.brandtext {
		margin-top: 30px;
    left: 30%;
    max-width: 480px;
    height: 500px;
    padding: 20px 50px;
	}
	.brandrightimg::before {
		left: -72%;
	}
	.honorbox::before {
		width: 200px;
		left: 0;
	}
	.honorbox::after {
		width: 200px;
		right: 160px;
	}
	.honorimg {
	margin: 30px auto;
}

.honorimgbg {
height: 240px;
}
.honorimgbg:hover {
   background-color: #ffffff;
   box-shadow: none;
}
.progressbox {
   margin-top: 30px;
   padding: 30px 0;
}
.progressimg {
   margin: 30px auto 0;
}
.Burma h3 {
   font-size: 32px;
}
.about-right::before {
   left: -37%;
}
.about-item p {
   line-height: 30px;
}
.brandtext p {
   line-height: 30px;
}
.about-item {
   padding-top: 20px;
}
.about {
   margin-top: 30px;
}
.Burmaimg {
   margin: 30px auto;
}
.Burmaimgsm {
   margin: 20px auto;
}
.Burma .about-left p{
    margin: 30px auto 0;
}
.addBurmaimg {
    text-align: center;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.addBurmaimg img{
    margin: auto auto 15px auto !important;
}
.category-show{
	display: none;
}
.category-hide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: auto;
    height: 250px;
    display: flex;
    align-items: center;
    -ms-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -o-transform: rotateY(0);
    transition:none;
    position: initial;
    top: 0;
}
.category h6 {
    font-size: 28px;
    line-height: 24px;
    margin: 20px auto 30px;
}
.category .line {
    width: 180px;
    height: 1px;
}
.categorybox {
    margin: 30px auto;
}
.categorytitle h3 {
    font-size: 28px;
    line-height: 28px;
    color: #000000;
    margin: 0;
}
.addlinesm {
    padding: 20px;
}
.News {
   margin-top: 30px;
}
.honor .about-caption {
   padding-top: 20px;
   padding-left: 40px;
}
.Newsimgbox {
   margin-top: 30px;
}
.Newsimgsm {
   height: 300px;
   margin-bottom: 20px;
}
.Newsimgsm:hover .Newsimgsmup img {
   -webkit-transform: none;
   transform: none;
   -webkit-transition: none;
   transition: none;
   transition: none;
   transition: none;
}
.Newsimgsm:hover .Newsimgsmdowns img {
   -webkit-transform: none;
   transform: none;
   -webkit-transition: none;
   transition: none;
   transition: none;
   transition: none;
}
.Newstitle h4 {
   font-size: 30px;
}
.News-details {
   padding-top: 30px;
   padding-bottom:30px;
}
.Newstext {
   padding: 30px 30px 0 30px;
}
.Newsimgsmdown {
   padding: 20px;
}
.productsm .gallery-top{
	text-align: center;
	margin: 30px auto;
}
.sidebar{
   display: none;
}
.capacitybox {
   margin-top: 50px;
}
.capacitytext {
   padding: 25px 5px 10px 25px;
}
.capacity {
   max-width: 300px;
   margin-bottom: 20px;
}
.about-caption h3 {
   font-size: 28px;
}
.Burma .about-right::before {
    left: -40%;
}
.intelligent {
   margin-top: 30px;
}
.intelligent h2 {
   font-size: 28px;
}
.intelligentimg {
   margin: 30px auto;
}

.customizetext {
   width: 100%;
   height: 75px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
}
.onebox {
   margin: 30px auto;
}
/* .product-imgsm:hover .productbg {
   display: none;
}
.product-imgsm:hover .product-big {
   -webkit-transform: none;
   transform: none;
   -webkit-transition: none;
   transition: none;
   transition: none;
   transition: none;
   -webkit-transform: none;
} */
.productbg span {
    font-size: 15px;
    color: #ffffff;
    top: 80%;
    position: relative;
}
.product-imgsm img {
   max-height: 275px;
}
.product .Newsimgsm:hover .Newsimgsmup img {
   -webkit-transform: none;
   transform: none;
   -webkit-transition: none;
   transition: none;
   transition: none;
   transition: none;
   -webkit-transform: none;
}
.orderbox {
   padding: 30px 0;
   background-color: #f4f4f4;
}
.order button {
   line-height: 50px;
   margin:30px auto 0;
}
.ordeript {
   line-height: 50px;
   margin: 30px auto 0;
}
.chain .progressimg {
   width: 100%;
   margin: 30px auto 0;
}
.chain {
   padding: 30px 0;
   text-align: center;
}

.partnerup:hover,
.partnerdown:hover,
.partnerleft:hover,
.partnerright:hover,
.partner-logo:hover {
   transform: none;
   border: solid 0.1px #666666;
}
.partnerimgbox {
   width: 90%;
   padding-left: 0;
   padding-right: 0;
}
.partnerimgxs{
   display: none;
}
.contact {
   width: 90%;
   height: 560px;
}
.contact-text {
   padding: 30px;
}
.contact-text h4 {
   margin: 40px auto;
}
.jobtext {
   padding: 30px;
}
.jobtext ul {
   margin-top: 20px;
}
.jobtext ul li:first-child {
   font-size: 22px;
}
}
@media screen and (min-width:768px) and (max-width:991px) {
   /* 小型设备（平板电脑，768px 起） */
   .typearea {
	   padding-left: 4%;
	   padding-right: 4%;
	   width: 100%;
   }
   .header {
	   position: fixed;
	   top: 0;
	   margin: 0 auto;
	   z-index: 2000;
	   width: 100%;
	   height: 60px;
	   background-color: #fff;
	   line-height: 59px;
   }
   .logo {
	   width: 200px;
   }
   .header .navbar-toggle {
	   position: relative;
	   float: right;
	   padding: 9px 10px;
	   margin-top: 15px;
	   margin-right: 0px;
	   margin-bottom: 8px;
	   background-color: transparent;
	   background-image: none;
	   border: 1px solid transparent;
	   border-radius: 4px;
   }
   .header .navbar-nav {
	   float: none;
	   margin: 0;
	   background-color: #FFFFFF;
   }
   .header .navbar-nav>li>a {
	   line-height: 40px;
	   padding: 0;
	   text-align: center;
   }
   .header .dropdown-menu>li>a {
	line-height: 30px !important;
   }
   .en {
	   line-height: 40px;
	   padding: 0;
	   text-align: center;
   }
   .header .navbar-default .navbar-nav>.active>a,
   .navbar-default .navbar-nav>.active>a:focus,
   .navbar-default .navbar-nav>.active>a:hover {
	   color: #D19a4a !important;
	   background-color: #FFFFFF !important;
   }
   .header .navbar-default .navbar-nav>.open>a,
   .navbar-default .navbar-nav>.open>a:focus,
   .navbar-default .navbar-nav>.open>a:hover {
	   color: #D19a4a !important;
	   background-color: #ffffff !important;
   }
   .caret {
	   display: inline-block;
	   width: 0;
	   height: 0;
	   top: 20px;
	   position: absolute;
	   margin-left: 4px;
	   vertical-align: middle;
	   border-top: 4px dashed;
	   border-top: 4px solid;
	   border-right: 4px solid transparent;
	   border-left: 4px solid transparent;
   }
   .header .open>.dropdown-menu {
	   position: static;
	   float: none;
	   width: auto;
	   margin-top: 0;
	   background-color: transparent;
	   border: 0;
	   -webkit-box-shadow: none;
	   box-shadow: none;
	   display: block;
	   height: auto;
	   margin-top: 0px;
	   text-align: center;
	   line-height: 30px;
	   border: 1px solid #d8d5d5 !important;
	background-color: #f3f2f2 !important;
   }
.header a:hover {
 color: #D19a4a !important;
 background-color: #ffffff !important;
}
   .header a {
	   font-family: 'MicrosoftYaHei';
	   font-size: 14px;
	   font-weight: normal;
	   font-stretch: normal;
	   letter-spacing: 0px;
	   color: #333333;
   }
   .header .dropdown-menu>li>a {
	   display: block;
	   padding: 0px 15px !important;
	   clear: both;
	   font-weight: 400;
	   line-height: 30px;
	   color: #666666 !important;
	   white-space: nowrap;
   }
   .footerbox {
   padding-top: 4%;
   padding-bottom: 0;
}
   .footer li {
	   max-width: 700px;
   }
   .footer h4 {
	   font-family: 'MicrosoftYaHei';
	   font-size: 18px;
	   margin-bottom: 20px;
   }
   .footer-txt {
	   font-family: 'MicrosoftYaHei';
	   font-size: 14px;
	   min-height: 30px;
	   line-height: 30px;
   }
   .footer-txt:hover {
	   font-size: 14px;
	   color: #FFFFFF;
   }
   .footer-img .footer-txt:hover {
	   font-size: 14px;
	   color: #FFFFFF;
   }
   .footer-Arrow {
	   font-size: 14px;
	   min-height: 30px;
	   line-height: 30px;
   }
   .footer-link:hover .footer-txt,
   .footer-link:hover .footer-Arrow {
	   font-size: 14px;
	   color: #FFFFFF;
	   letter-spacing: 0;
   }
   .footer-down p {
	   font-size: 14px;
	   line-height: 30px;
   }
   .footer-down a {
	   line-height: 30px;
	   font-size: 14px;
   }
   .footer-down {
	   border-top: 1px solid #FFFFFF;
	   text-align: center;
	   padding: 15px;
		margin-top: 2%;
   }
   .contentbox {
   margin-top: 60px;
}
.content-banner {
   height: 300px;
}	
.content-item h1 {
   font-size: 22px;
   line-height: 300px;
}	
.about-item {
   padding-top: 30px;
}	
.about-item p {
   line-height: 28px;
   font-size: 14px;
}	
.about {
   padding-top: 30px;
   margin-top:30px;
}	
.about-caption h2 {
   font-size: 28px;
   line-height: 28px;
}	
.about-caption h2::before {
   left: -40px;
   top: -30px;
   width: 35px;
   height: 70px;
}	
.about::before {
   width: 180px;
}	
.about-right::before {
	width: 200px;
    left: -33%;
}
.Burma .about-right::before {
    left: -58%;
}	
.strategy-text {
   width: 160px;
   padding: 20px 10px;
}	
.strategy-img {
   width: 180px;
}	
.strategy-text h5 {
   font-size: 20px;
   line-height: 30px;
   margin: 0 0 20px 0;
}	
.strategy-textsm {
   min-height: 130px;
}	
.strategy-textsm p {
   font-size: 24px;
   line-height: 28px;
   margin-bottom: 15px;
}	
.strategy-img img:hover {
	-webkit-transform: none;
	transform: none;
	-webkit-transition:none;
	transition: none;
}	
/* .strategybox .strategy:nth-child(2) {
   left: -100%;
   top: 20%;
}	
.strategybox .strategy:nth-child(3) {
   margin-top: 75px;
   left: 5%;
}	 */
.brand {
   display: flex;
   overflow: hidden;
   padding-bottom: 40px;
   position: relative;
   justify-content: space-between;
   margin-top: 30px;
}	
.brandleftimg {
   width: 35%;
}	
.brandleftimg::before {
	width: 200px;
    left: 74%;
}
.brandrightimg::before {
	width: 200px;
    left: -59%;
}
.brandrightimg {
   margin: 200px 0 auto;
   width: 35%;
}	
.brandtext {
   margin-top: 20px;
   left: 20%;
   max-width: 450px;
   height: 400px;
   padding: 20px 50px;
}	
.brandtext::before {
   width: 200px;
   left: 100px;
}	
.brandtext p {
   font-size: 14px;
   line-height: 28px;
   margin-top: 20px;
   margin-bottom: 0;
}	
.about-right {
   width: 65%;
}
.Burma .about-left p {
    font-size: 14px;
    line-height: 25px;
    margin: 20px auto 0;
} 
.Burma .about-left ul {
    margin-top: 20px;
}
.about-left ul{
	display: none;
}
.about-link ul {
   line-height: 50px;
}	
.about-link {
   height: 50px;
}	
.about-link li a {
   font-size: 14px;
}	
.about-link li a:hover, .about-link li .active {
   font-size: 14px;
}	
.brandtext span {
   font-size: 14px;
}	
.addprop {
    font-size: 14px;
    line-height: 28px;
}
.honor .about-caption {
   padding-top: 20px;
   padding-left: 40px;
}	
.honorbox::before {
   width: 150px;
   left: 0;
}	
.honorbox::after {
   width: 150px;
   right: 150px;
}	
.honorimg {
   padding: 10px ;
   margin: 30px auto;
}	
.honorimgbg {
   height: 200px;
}	
.honorimgbg img{
   max-height: 200px;
}	
.honorimgbg:hover {
   background-color: #ffffff;
   box-shadow: none;
}	
.honorimgsm {
   margin-bottom: 10px;
}	
.progresstext p {
   font-size: 14px;
   line-height:28px;
}	
.progressbox {
   margin-top: 30px;
   padding:30px 0;
   text-align: center;
}
.progressimg {
   width: 100%;
   margin: 30px auto 0;
}	
.Burma h3 {
   font-size: 28px;
   line-height: 28px;
   color: #000000;
}	
.Burmaimg {
   text-align: center;
   margin: 30px auto;
}	
.Burmaimgsm {
   margin: 20px auto;
   padding-left: 0 !important;
}	
.addBurmaimg {
    text-align: center;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.addBurmaimg img{
    margin: auto auto 15px auto !important;
}
.adddata {
    margin: 20px auto;
    padding: 20px 0 !important;
    position: relative;
}
.adddata .adddatatext {
    font-size: 34px;
}
.category-show{
	display: none;
}
.category-hide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: auto;
    height: 200px;
    display: flex;
    align-items: center;
    -ms-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -o-transform: rotateY(0);
    transition:none;
    position: initial;
    top: 0;
}
.category h6 {
    font-size: 24px;
    line-height: 24px;
    margin: 20px auto ;
}
.category .line {
    width: 150px;
    height: 1px;
}
.categorybox {
    margin: 30px auto;
    text-align: center;
}
.categorytitle h3 {
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    margin: 0;
}
.productionline {
    height: 260px;
}
.addlinesm p {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 0;
}
.addlinesm {
    width: 130px;
    height: 130px;
    padding: 20px;
}
.addline-dowm {
    margin-top: 20px;
}
.News {
   margin-top: 30px;
}	
.Newsimgbox {
   margin-top: 30px;
}	
.Newsimgsmup::before {
   width: 96%;
   height: 93%;
}	
.Newsimgsmdown {
   padding: 15px 10px;
}	
.Newsimgsm {
   height: 240px;
   margin-bottom: 30px;
}	
.Newsimgsm:hover .Newsimgsmup img {
   -webkit-transform: none;
   transform: none;
   -webkit-transition: none;
   transition: none;
   transition: none;
   transition: none;
}
.Newsimgsm:hover .Newsimgsmdowns img {
   -webkit-transform: none;
   transform: none;
   -webkit-transition: none;
   transition: none;
   transition: none;
   transition: none;
}	
.News-details {
   padding-top: 30px;
   padding-bottom: 30px;
   position: relative;
}	
.Newstitle h4 {
   font-size: 26px;
}	
.Newstitle p {
   font-size: 18px;
   line-height: 24px;
   margin: 20px auto;
}	
.Newstext {
   width: 100%;
   padding: 30px 30px 0 30px;
   text-align: center;
}	
.Newstext p {
   font-size: 14px;
}	
.Newstext img {
   margin: 20px auto;
}	
.sidebar{
   display: none;
}
.about-caption h3 {
   font-size: 26px;
   line-height: 28px;
}	
.capacitybox {
   margin-top: 40px;
}	
.capacitytext {
   padding: 15px 5px 10px 15px;
}	
.capacityup {
   display: flex;
   margin-bottom:15px;
}	
.capacitysm p {
   font-size: 14px;
   line-height: 24px;
}	
.capacity {
   max-width: 300px;
   margin-bottom: 10px;
}	
.intelligent {
   margin-top: 30px;
}	
.intelligent h2 {
   font-size: 26px;
   line-height: 28px;
}	
.intelligentimg {
   margin: 30px auto;
}	
.intelligentbox {
   margin-bottom: 30px;
}	
.capacity .strategy-text {
   margin: 0;
   padding: 10px;
   width: 120px;
}	
.capacity .strategy-textsm {
   min-height: 80px;
}	
.strategy-img::before {
	width: 55px;
    left: -15px;
}	
.strategy {
    margin-bottom: 30px;
}
.capacityup img {
   margin: auto 5px auto 0;
}	
.customizetext {
   height: 75px;
   -webkit-line-clamp: 3;
}	
.onebox {
   margin: 30px auto;
   text-align: center;
}	
.product .Newsimgsmup::before {
   width: 96%;
   height: 94%;
   margin: 7px;
}	
.product .Newsimgsm:hover .Newsimgsmup img {
   -webkit-transform: none;
   transform: none;
   -webkit-transition: none;
   transition: none;
   transition: none;
   transition: none;
   -webkit-transform: none;
}
.productsm {
   margin-top:30px;
}	
/* .product-imgsm:hover .productbg {
   display: none;
}	
.product-imgsm:hover .product-big {
   -webkit-transform: none;
   transform: none;
   -webkit-transition: none;
   transition: none;
   transition: none;
   transition: none;
   -webkit-transform: none;
} */
.product-imgsm img {
   max-height: 200px;
   width: 100%;
}	
.productbg span {
    font-size: 12px;
    color: #ffffff;
    top: 80%;
    position: relative;
}
.productbg {
    padding:10px;
}
.productsm .gallery-top{
	text-align: center;
	margin: 40px auto;
}
.productsm .swiper-slide {
   height: 100% !important;
   padding: 10px;
}
.orderbox {
   padding: 30px 0;
   background-color: #f4f4f4;
}	
.order h2 {
   font-size: 20px;
   color: #000000;
   margin: auto;
}	
.ordeript {
   width: 80%;
   line-height: 40px;
   border-radius: 10px;
   margin: 20px auto 0;
}	
.order button {
   width: 80%;
   line-height: 40px;
   margin: 20px auto 0;
   font-size: 16px;
}	
.chain {
   padding:30px 0;
   text-align: center;
}	
.chain .progressimg {
   width: 100%;
   margin: 30px auto 0;
}	
.partnerimgbox {
   width: 90%;
   padding-left: 0;
   padding-right: 0;
   height: 400px;
}	
.partnerimgxs{
   display: none;
}
	
.partnerup:hover,
.partnerdown:hover,
.partnerleft:hover,
.partnerright:hover,
.partner-logo:hover {
	transform: none;
	border: solid 1px #666666;
}	
.partnerup {
   padding: 10px;
   width: 20%;
   height: 100px;
}	
.partnerleft {
   padding: 10px;
}	
.partnerimgsm {
   height: 200px;
}	
.partner-logo {
   height: 200px;
   padding: 50px;
}	
.partnerdown {
   padding: 10px;
   width: 20%;
   height: 100px;
}	
.partnerright {
   padding: 10px;
}	
.partner {
	margin-top: 60px;
	padding: 30px 0;
}
.contact {
   width: 90%;
   height: 420px;
}	
.contact-text {
   padding: 20px;
}	
.contact-text img{
   width: 100px;
   height: 100px;
}	
.contact-text h4 {
   font-size: 20px;
   line-height: 24px;
   color: #333333;
   margin: 20px auto;
}	
.contact_add li {
   font-size: 14px;
}	
.jobimg img{
   height: 100%;
}	
.jobtext {
   padding: 20px;
}
.jobtext h4 {
   font-size: 20px;
}	
.jobtext ul {
   margin-top: 15px;
}	
.jobtext ul li:first-child {
   font-size: 18px;
   margin: 10px;
}	
.jobtext li {
   font-size: 14px;
   line-height: 24px;
}	

.know-item img {
    margin: 50px auto;
}
.know-list p {
    font-size: 16px;
    line-height: 30px;
}
.know-list h4 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 50px;
}
.know-list .know-listbg {
    left: 35px;
    width: 75px;
}
}
@media screen and (max-width:767px) {
   /* 超小设备（手机，小于 768px） */
   .typearea {
	   padding-left: 4%;
	   padding-right: 4%;
	   width: 100%;
   }
   .logo {
	   width: 190px;
   }
   .header {
	   position: fixed;
	   top: 0;
	   margin: 0 auto;
	   z-index: 2000;
	   width: 100%;
	   height: 60px;
	   background-color: #fff;
	   line-height: 59px;
   }
   .header .navbar-toggle {
	   position: relative;
	   float: right;
	   padding: 9px 10px;
	   margin-top: 15px;
	   margin-right: 0px;
	   margin-bottom: 8px;
	   background-color: transparent;
	   background-image: none;
	   border: 1px solid transparent;
	   border-radius: 4px;
   }
   .header .navbar-nav {
	   float: none;
	   margin: 0;
	   background-color: #FFFFFF;
   }
   .header .navbar-nav>li>a {
	   line-height: 40px;
	   padding: 0;
	   text-align: center;
   }
   .header .dropdown-menu>li>a {
	line-height: 30px !important;
   }
   .en {
	   line-height: 40px;
	   padding: 0;
	   text-align: center;
   }
   .header .navbar-default .navbar-nav>.active>a,
   .navbar-default .navbar-nav>.active>a:focus,
   .navbar-default .navbar-nav>.active>a:hover {
	   color: #D19a4a !important;
	   background-color: #FFFFFF !important;
   }
   .header .navbar-default .navbar-nav>.open>a,
   .navbar-default .navbar-nav>.open>a:focus,
   .navbar-default .navbar-nav>.open>a:hover {
	   color: #D19a4a !important;
	   background-color: #ffffff !important;
   }
   .header a:hover {
	color: #D19a4a !important;
	background-color: #ffffff !important;
}
   .caret {
	   display: inline-block;
	   width: 0;
	   height: 0;
	   top: 20px;
	   position: absolute;
	   margin-left: 4px;
	   vertical-align: middle;
	   border-top: 4px dashed;
	   border-top: 4px solid;
	   border-right: 4px solid transparent;
	   border-left: 4px solid transparent;
   }
   .header .open>.dropdown-menu {
	   display: block;
	   height: auto;
	   margin-top: 0px;
	   text-align: center;
	   line-height: 30px;
	   border: 1px solid #d8d5d5 !important;
	   background-color: #f3f2f2 !important;
   }
   .header a {
	   font-family: 'MicrosoftYaHei';
	   font-size: 14px;
	   font-weight: normal;
	   font-stretch: normal;
	   letter-spacing: 0px;
	   color: #333333;
   }
   .footerbox {
	   padding-top: 4%;
	   padding-bottom: 0;
   }
   .footer h4 {
	   font-size: 17px;
	   letter-spacing: 1px;
	   margin-bottom: 15px;
   }
   .footer-txt {
	   font-size: 12px;
	   min-height: 20px;
	   line-height: 25px;
   }
   .footer-txt:hover {
	   font-size: 12px;
	   color: #FFFFFF;
   }
   .footer-img .footer-txt:hover {
	   font-size: 12px;
	   color: #FFFFFF;
   }
   .footer-Arrow {
	   font-size: 12px;
	   min-height: 20px;
	   line-height: 25px;
   }
   .footer-link:hover .footer-txt,
   .footer-link:hover .footer-Arrow {
	   font-size: 12px;
	   color: #FFFFFF;
	   letter-spacing: 0;
   }
   .footer-img img {
	   width: 100px;
	   height: 100px;
   }
   .footer-down p {
	   font-size: 12px;
	   line-height: 25px;
   }
   .footer-down a {
	   line-height: 25px;
	   font-size: 12px;
   }
   .footer-down {
	padding: 15px;
   }
   .contentbox {
   margin-top: 60px;
}
.content-banner {
   height: 220px;
}	
.content-item h1 {
   font-size: 20px;
   line-height: 220px;
}	
.about-item {
   padding-top:20px;
   text-align: center;
}	
.about-item p {
   font-size: 14px;
   line-height: 24px;
   text-align: left;
   text-indent: 28px;
}	
.about {
   padding-top: 20px;
   margin-top: 20px;
}	
.about::before {
	width: 80px;
    left: 20px;
    top: -100px;
    z-index: 1;
}	
.about-caption h2 {
   font-size: 22px;
   line-height: 24px;
   color: #000000;
   position: relative;
}	
.about-caption h2::before {
   left: -25px;
   top: -15px;
   width: 20px;
   height: 50px;
}	
.about-right {
   width: 60%;
}	
.Burma .about-right {
   display: none;
}	
.Burma .about-left {
    width: 90%;
}

.Burma .about-left p {
    font-size: 14px;
    line-height: 24px;
    margin: 20px auto 0;
}
.Burma .about-left ul {
    margin-top: 20px;
}
.about-left ul li:nth-child(2n+0) {
    color: #666666;
    margin-bottom: 10px;
}
.about-right::before {
	width: 200px;
    left: -78%;
    top: -130px;
}	
.strategyblock{
   display: block;
	   padding-left: 4%;
   padding-right: 4%
}	
.strategy {
   max-width: 300px;
}
.strategyblock .about-left {
	padding-left: 30px; 
}
.strategy-text {
   width: 150px;
   padding: 10px;
}	
.strategy-img {
   width: 150px;
	   margin: 0;
}	
.strategy-text h5 {
   font-size: 20px;
   line-height: 30px;
   color: #000000;
   text-align: left;
   margin: 0 0 10px 0;
}	
.strategy-textsm {
   min-height: 100px;
}	
.strategy-textsm p {
   font-size: 16px;
   line-height: 24px;
   color: #333333;
   margin-bottom: 10px;
}
.strategybox .strategy:nth-child(1) {
   position: initial;
   margin-top: 20px;
   margin-bottom: 20px;
}	
.strategybox .strategy:nth-child(2) {
   position: initial;
   margin-top: 20px;
   margin-bottom: 20px;
}
.strategybox .strategy:nth-child(3) {
   position: initial;
   margin-top: 20px;
   margin-bottom: 20px;
}
.strategy-img img:hover {
	-webkit-transform: none;
	transform: none;
	-webkit-transition:none;
	transition: none;
}	
.brand {
  display: none;
}	
.brandtext {
   margin-top: 20px;
   left: 0;
   padding: 0 25px 20px;
   top: 0;
    position: static;
    max-width: 100%;
    height: 100%;
}	
.addbrand{
	display: block;
}	
.brandleftimg {
   width: 100%;
	overflow: hidden;
	max-height: 300px;
	margin-bottom: 40px;
}	
.addbrand-img img{
	margin-bottom: 30px;
}
.brandtext::before{
	   content: none;
}	
.brandrightimg {
   margin: 0 auto;
   width: 100%;
   overflow: hidden;
   max-height: 300px;
}	
.brandleftimg::before {
   width: 100px;
   left: 85%;
}	
.brandrightimg::before {
   width: 100px;
   left: -15%;
}	
.brandtext p {
   font-size: 14px;
   line-height: 24px;
   color: #000000;
   margin-top: 20px;
   margin-bottom: 0;
}	
.about-link	{
   display: none;
}
.honor .about-caption {
   padding-top: 15px;
   padding-left: 20px;
}	
.honorimg {
   padding:10px;
   margin: 20px auto;
}	
.honorimgbg {
   height: 120px;
}	
.honorimgbg img{
   max-height: 120px;
}	
.honorimgbg:hover {
   background-color: #ffffff;
   box-shadow: none;
}	
.progressbox {
   margin-top: 20px;
   padding: 20px 0;
}	
.honorbox::before {
   width: 150px;
   left: -150px;
}	
.honorbox::after {
   content:none;
}	
.progresstext p {
   font-size: 14px;
   line-height: 24px;
   color: #333333;
   text-align: left;
   text-indent: 28px;
}	

.progressimg {
   width: 100%;
   margin: 20px auto 0;
}	
.progressimg img{
   margin-bottom: 20px;
}	
.Burma h3 {
   font-size: 22px;
   line-height: 24px;
   color: #000000;
}	
.Burmaimg {
   text-align: center;
   margin: 20px auto;
}	
.Burmaimgsm {
   margin: 10px auto;
   padding-left: 15px !important;
}	
.Burmaimgsm:nth-child(3n+0) {
    padding-right: 15px !important;
}
.addBurmaimg {
    text-align: center;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.addBurmaimg img{
    margin: auto auto 15px auto !important;
}
.adddata:nth-child(2)::after {
    content: none;
}
.adddata {
    margin: 0;
    padding: 20px 0 !important;
    position: relative;
}
.adddata p {
    font-size: 14px;
    letter-spacing: 1px;
}
.adddata .adddatatext {
    font-size: 28px;
}
.category-show{
	display: none;
}
.category-hide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: auto;
    height: 180px;
    display: flex;
    align-items: center;
    -ms-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -o-transform: rotateY(0);
    transition:none;
    position: initial;
    top: 0;
}
.category h6 {
    font-size: 20px;
    line-height: 24px;
    margin: 20px auto ;
}
.category .line {
    width: 150px;
    height: 1px;
}
.categorybox {
    margin: 20px auto;
    text-align: center;
}
.category {
    margin-top: 20px;
}
.categorytitle h3 {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin: 0;
}
.categorytitle p {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
}
.categorysm:nth-child(2) {
    margin-top: 0;
}
.categorysm{
	margin-bottom: 20px;
}
.productionline {
    height: 200px;
}
.addline-dowm {
	 width: 100%;
    margin-top: 10px;
}
.addlinesm {
    width: 100px;
    height: 100px;
    padding: 15px;
}
.addlinesm p {
    font-size: 16px;
    letter-spacing: 1px;
}
.News {
   margin-top: 0;
}	
.Newsimgbox {
   margin-top: 20px;
}	
.Newsimgsmup::before {
   width: 97%;
   height: 95%;
}	
.Newsimgsm:hover .Newsimgsmup img {
   -webkit-transform: none;
   transform: none;
   -webkit-transition: none;
   transition: none;
   transition: none;
   transition: none;
}
.Newsimgsm:hover .Newsimgsmdowns img {
   -webkit-transform: none;
   transform: none;
   -webkit-transition: none;
   transition: none;
   transition: none;
   transition: none;
}	
.Newsimgsmdown {
   padding: 15px;
}	
.Newsimgsm {
   height: 320px;
   margin-bottom: 20px;
}	
.News-details {
   padding-top: 20px;
   padding-bottom: 20px;
   position: relative;
}	
.Newstitle h4 {
   font-size: 20px;
}
.Newstitle p {
   font-size: 14px;
   font-weight: normal;
   line-height: 22px;
   margin: 15px auto;
}	
.Newstext p {
    font-size: 14px;
}
.Newstext {
   width: 100%;
   padding: 20px 20px 0 20px;
   text-align: center;
}	
.Newstext img {
   margin: 15px auto;
}	
.about-caption h3 {
   font-size: 20px;
   line-height: 24px;
   margin-top: 0;
}	
.Burma .about-right::before {
    width: 200px;
    left: -86%;
    top: -120px;
}
.capacity-left{
	   width: 25%;
}	
.capacitybox {
   margin-top: 30px;
}	
.capacitytext {
   padding: 15px 5px 10px 15px;
}	
.capacityup {
    display: flex;
    margin-bottom:10px;
}
.capacitysm p {
   font-size: 14px;
   line-height: 24px;
   color: #333333;
   text-align: left;
   margin-bottom: 0;
}	
.capacity {
   max-width: 300px;
   margin-bottom: 20px;
}	
.capacitytextp {
   height: 50px;
   -webkit-line-clamp: 2;
}	
.intelligent h2 {
   font-size: 20px;
   line-height: 24px;
   color: #333333;
}	
.intelligent {
   margin-top: 20px;
}	
.intelligentimg {
   margin: 15px auto;
}	
.intelligentbox {
   margin-bottom: 20px;
}	
.customizetext {
   height: 50px;
   -webkit-line-clamp: 2;
}	
.onebox {
   margin: 20px auto;
   text-align: center;
}
.product .Newsimgsmup::before {
   margin: 6px;
}
.sidebar{
   display: none;
}
.productsm {
   margin-top: 20px;
}
.productsm .gallery-top{
	text-align: center;
	margin: 20px auto;
}
.productsm .swiper-slide {
   height: 100% !important;
   padding: 0;
}
.productsm .swiper-button-prev,.productsm .swiper-button-next {
  display: none;
}
.productsm .swiper-slide-thumb-active {
   border: solid 0.5px #c49d58;
}
.product-imgsm img {
   max-height: 190px;
   width: 100%;
}
.productbg span {
    font-size: 12px;
    color: #ffffff;
    top: 70%;
    position: relative;
}
.productbg {
    padding: 10px;
}
/* .product-imgsm:hover .productbg {
	display: none;
}
.product-imgsm:hover .product-big {
   -webkit-transform: none;
   transform: none;
   -webkit-transition: none;
   transition: none;
   transition: none;
   transition: none;
   -webkit-transform: none;
} */
.product .Newsimgsm:hover .Newsimgsmup img {
   -webkit-transform: none;
   transform: none;
   -webkit-transition: none;
   transition: none;
   transition: none;
   transition: none;
   -webkit-transform: none;
}
.addprop {
    font-size: 12px;
    line-height: 24px;
}
.orderbox {
   padding: 20px 0;
   background-color: #f4f4f4;
}
.order h2 {
   font-size: 18px;
   color: #000000;
   margin: auto;
}
.ordeript {
   width: 90%;
   line-height: 35px;
   border-radius: 10px;
   margin: 15px auto 0;
}
.order button {
   width: 90%;
   line-height: 35px;
   margin: 15px auto ;
   font-size: 14px;
}
.ordertext {
   width: 25%;
}
.ordeript input,.order-select  {
   width: 75%;
   padding-left: 15px;
	font-size: 12px;
}
.ordertext span {
   font-size: 14px;
}
.addcustom {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 90%;
}
.addprolist h2 {
    font-size: 20px;
}
.addcustom-up h2 {
    font-size: 20px;
}
.addcustom-up p {
	text-align:left ;
	text-indent: 28px;
}
.addcustomp {
	margin: 10px auto 20px;
}
.addcustom-down {
    margin-top: 20px;
}
.addchain {
    padding-top: 10px;
    text-align: center;
}
.addcustom-down img {
	margin-bottom: 20px;
	margin-top: 20px;
}
.addprolist {
    padding-top: 20px;
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
}
.chain {
   padding: 30px 0;
   text-align: center;
}
.chain .progressimg {
   width: 100%;
   margin: 30px auto 0;
}
.partner {
	margin-top: 60px;
	padding: 30px 0;
}
.contact {
   width: 90%;
   height: auto;
  flex-direction: column;
}
.contact-text {
   padding: 20px;
   height: 100%;
   width:100%;
   text-align: center;
}
.contact-text img{
   width: 100px;
   height: 100px;
}
.contact-text h4 {
   font-size: 18px;
   line-height: 24px;
   color: #333333;
   margin: 20px auto;
}
.contact_add li {
   font-size: 12px;
   color: #333333;
   line-height: 24px;
   text-align: left;
}
.contact-map {
   width: 100%;
   height: 200px;
}
.jobimg  {
  display: none;
}
.jobtext {
   padding: 40px 20px;
   height: auto;
   width: 100%;
}
.jobtext h4 {
   font-size: 18px;
   color: #333333;
   margin-top: 0;
}
.jobtext ul {
   margin-top: 15px;
}	
.jobtext ul li:first-child {
   font-size: 16px;
   color: #333333;
   margin-bottom: 10px;
}	
.jobtext li {
   font-size: 10px;
   line-height: 20px;
   color: #333333;
}
.partnerimgbox {
   display: none;
}
.partnerimgxs{
   display: block;
}
.partnerxs{
   padding-left: 5px !important;
   padding-right: 5px !important;
   margin-bottom: 5px;
   height: 70px;
}
.partnerxsbg{
   width: 100%; 
   height: 100%;
   background-color: #FFFFFF;
   padding-left: 5px;
   padding-right: 5px;
   display: flex;
   align-items: center;
}
.know-item img {
    margin: 30px auto;
}
.know-list p {
    font-size: 14px;
    line-height: 22px;
}
.know-list h4 {
    font-size:20px;
    line-height: 22px;
    margin-bottom: 30px;
}
.know-item {
    padding-bottom: 30px;
}
.know-list .know-listbg {
    left: 25px;
    width: 60px;
}
}