@charset "utf-8";
*{padding:0; margin:0 auto;} /* IE8*/
*+html *{padding:0; margin:0;}
* {margin:0; padding:0;}
div{font-size:14px; text-align:left;margin:0 auto;}
body{
    -webkit-text-size-adjust: none;
    color:#444;
    /*初始图片设置*/
    font-family:"微软雅黑";
    min-width: 1300px;
    transition: 1.5s;
    -moz-transition:  1.5s; /* Firefox 4 */
    -webkit-transition:  1.5s; /* Safari 和 Chrome */
    -o-transition:  1.5s; /* Opera */
}
a { color:#444; text-decoration: none; outline:medium none; }
a:hover{color:#DF0010;}
ul,li{padding:0px; margin:0px; list-style-type:none; list-style: none;}
img{border:none;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote{padding:0; margin:0;}
table,td,tr,th{font-size:12px;}
.clear:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
* html .clear{zoom:1;} /* IE6 */
*+html .clear{zoom:1;} /* IE7 */
.transparent{background:transparent;}
.left{float:left;}
.right{float:right;}
.mgtop80{ margin-top:80px;}
.mgtop60{ margin-top:60px;}
.mgtop40{ margin-top:40px;}
.mgtop30{ margin-top:30px;}
.mgtop20{ margin-top:20px;}
.mgleft25{ margin-left:25px;}
.mgleft35{ margin-left:35px;}
.mgleft80{ margin-left:80px;}
.mgleft60{ margin-left:60px;}
.bold{font-weight:bold}
.pc{
    display: block;
}
.mobile{
    display: none;
}
.top{
    width: 1200px;
    height: 450px;
    margin: 0 auto;
    background: url("../images/logo.png") 0 23px no-repeat;
	background-size: 95px 74px;
    position: relative;
    left: 0;
    top: 0;
}
/* 导航 */


.channelList{
    position: absolute;
    left: 220px;
}
.channelList li{
    font-size: 13px;
    font-family:Arial-BoldMT;
    float: left;
	padding:0 20px;
}

.channelList>li:hover{
background: url("../images/jt_bt.png") bottom center no-repeat;
background-size: 16px 8px;
}
.channelList>li:hover .subtopic{
	display:block;
}

.subtopic{
    position: absolute;
    left:0;
    top:120px;
    z-index: 999;
    width: 200px;
    background: #ffffff;
    border-top: 3px solid #df0212;
	box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    display: none;
}
.subtopic li{
    font-family:Arial;
    font-size:13px;
    letter-spacing:0;
    line-height:40px;
    height: 40px;
	width: 160px;
	text-align:left;
}
.subtopic ul{
    padding: 0px 0;
}
.subtopic li:hover{
	width: 160px;
    background: #fafafa;
}
.subtopic li:hover a{
    color: #e00c1b;
	width: 160px;
	display:block;
}
.channelList>li>a{
    font-size: 13px;
    font-family:Arial-BoldMT;
    color:#000000;
    letter-spacing:0;
    text-align:left;
    font-weight: bold;
	display:block;
	width:100%;
	height:100%;

}
.channelList>li>a:hover{
    color: #df0212;
}
.channelList>li{
    margin-left: 20px;
    position: relative;
	height:120px;
	line-height:120px;
}

/* 导航 */

.top-main{
    width: 100%;
    height: 330px;
    position: absolute;
    bottom: 0;
    display: flex;
    display: -ms-flex; /* 兼容IE */
}
.slogan{
    position: absolute;
    width: 700px;
    font-family:FranklinGothic-Demi;
    font-size:36px;
	text-transform: uppercase;
    color:#000000;
    letter-spacing:0;
    line-height:55px;
    font-weight: bold;
    display: none;
    align-self: center!important;
    -webkit-transition: opacity 1.5s, -webkit-transform 2s;
    transition: opacity 1.5s, transform 2s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.top-main:hover .slogan{
    -webkit-transform: translate3d(-1000px,0,0);
    transform: translate3d(-1000px,0,0);
    opacity: 0;
}
.red{
    color: #df0212;
}
.info{
    width: 384px;
    height: 160px;
    position: absolute;
    bottom: 50px;
    left: 0;
    font-family:Arial-BoldMT;
    font-size:14px;
    color:#34373d;
    letter-spacing:0;
    line-height:28px;
    text-align:left;
    font-weight: bold;
    display: none;
}
.Production a{
    font-family:LucidaGrande-Bold;
    font-size:12px;
    color:#e40616;
    letter-spacing:0;
    text-align:left;
}
.line{
    margin-top: 10px;
}

.location{
    background-color: #f9f9f9;
}
.locationMain{
    height: 50px;
    width: 1200px;
    line-height: 50px;
    margin: 0 auto;
    font-family:ArialMT;
    font-size:12px;
    color:#393d44;
    letter-spacing:0;
    text-align:left;
}
.Main{
    width: 1200px;
    margin: 66px auto 100px;
}
.nav{
    width: 305px;
}
.content{
    width: 822px;
    padding-left: 38px;
    border-left: 1px solid #e9e9e9;
    position: relative;
    left: 0;
    top: 0;
}
.pChannel{
    font-family:Arial-BoldMT;
    font-size:26px;
    color:#000000;
    letter-spacing:0;
    line-height:52px;
    text-align:left;
    border-bottom: 1px solid #e9e9e9;
}
.cChannel{
    margin-top: 20px;
}
.cChannel a:hover{
	color: #df0010;
}
.cChannel p{
    font-family:Arial-BoldMT;
    font-size:16px;
    letter-spacing:0;
    line-height:52px;
    text-align:left;
    font-weight: bolder;
}
.cChannel p a{
    color:#000000;
}
.cChannel p .red{
    color: #df0010;
}
.cChannel ul li .red{
    color: #df0010;
}
.cChannel ul li{
    font-family:ArialMT;
    font-size:14px;
    color:#000000;
    letter-spacing:0;
    line-height:30px;
    text-align:left;
}
.cChannel ul li a{
    color:#000000;
}
.cChannel ul{
    margin-left: 8px;
    padding-left: 10px;
    border-left: 1px solid #e9e9e9;
}


.cChannel2{
    margin-top: 30px;
}
.cChannel2 a:hover{
	color: #df0010;
}
.cChannel2 p{
    font-family:Arial-BoldMT;
    font-size:16px;
    letter-spacing:0;
    line-height:32px;
    text-align:left;
    font-weight: bolder;
}
.cChannel2 p a{
    color:#000000;
}
.cChannel2 p .red{
    color: #df0010;
}
.cChannel2 ul li .red{
    color: #df0010;
}
.cChannel2 ul li{
    font-family:ArialMT;
    font-size:14px;
    color:#fff;
    letter-spacing:0;
    line-height:20px;
    text-align:left;
}
.cChannel2 ul li a{
    color:#fff;
}
.cChannel2 ul{
    margin-left: 8px;
    padding-left: 10px;
    border-left: 1px solid #e9e9e9;
}

/*other*/
.otherTitle{
    font-family:Arial-BoldMT;
    font-size:18px;
    color:#333333;
    letter-spacing:0;
    line-height:52px;
    text-align:left;
    font-weight: 700;
}
.otherInfo{
    font-family:ArialMT;
    font-size:12px;
    color:#555e71;
    letter-spacing:0;
    line-height:22px;
    text-align:left;
    margin-top: 10px;
}
.clickBox{
    width: 132px;
    height: 36px;
    background: #df0010;
    border-radius: 18px;
    margin-top: 23px;
}
.clickBox a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    font-family:LucidaGrande;
    font-size:14px;
    letter-spacing:0;
}
/*content*/
.title{
    font-family:Arial-BoldMT;
    font-size:32px;
    color:#000000;
    letter-spacing:0;
    line-height:52px;
    text-align:left;
    font-weight: 500;
}
.contentMemo{
    font-family:ArialMT;
    font-size:16px;
    color:#393d44;
    letter-spacing:0;
    line-height:30px;
    text-align:left;
    margin-top: 20px;
}
.contentText{
    font-family:ArialMT;
    font-size:14px;
    color:#393d44;
    letter-spacing:0;
    line-height:26px;
    text-align:left;
    margin-top: 20px;
}
.contentText2{
    font-family:ArialMT;
	font-weight: bold;
    font-size:14px;
    color:#61697B;
    letter-spacing:0;
	line-height:30px;
    text-align:left;
    margin-top: 10px;
}
.call{
    font-family:ArialMT;
	font-weight: bold;
    font-size:26px;
    color:#393d44;
    letter-spacing:0;
    text-align:left;
	line-height:80px;
	height: 80px;
	background-color: #F7F7F7;
    margin-left: 25px;
}
.touch{
    width: 410px;
}

.touch li{
    padding-left: 28px;
    font-family:Arial;
    font-size:13px;
    color:#393D44;
    letter-spacing:0;
    line-height:22px;
    text-align:left;
	width: 330px;
}
.touch a{
    color: #393D44;
}
.touch a:hover{
    color: #df0010;
}
.touch li+li{
    margin-top: 15px;
}

.loc{
    background: url("../images/loc.png") 0 3px no-repeat; background-size: 10px 13px;
}
.phone{
    background: url("../images/phone_03.png") 0 5px no-repeat;background-size: 10px 13px;
}
.mail{
    background: url("../images/email_03.png") 0 6px no-repeat;background-size: 12px 9px;
}
.image-box{
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
}
.videoLoading{
    position: absolute;
    z-index: 2;
    zoom: 1;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background:rgba(255,255,255,0.5) url("../images/loading.gif") center center no-repeat;
}
.title_yj{
    margin-top: 40px;
    font-family:Arial-BoldMT;
    font-size:20px;
    color:#333333;
    letter-spacing:0;
    line-height:60px;
    text-align:left;
    font-weight: 600;
}
.title_yj2{
    font-family:Arial-BoldMT;
    font-size:20px;
    color:#333333;
    letter-spacing:0;
    line-height:35px;
    text-align:left;
    font-weight: 600;
}
.title_yj3{
	margin-top: 40px;
    font-family:Arial-BoldMT;
    font-size:16px;
    color:#333333;
    letter-spacing:0;
    line-height:35px;
    text-align:left;
    font-weight: 600;
}
.title_yj4{
	margin-top: 40px;
    font-family:Arial-BoldMT;
    font-size:14px;
    color:#333333;
    letter-spacing:0;
    line-height:35px;
    text-align:left;
    font-weight: 600;
}
.title_yj5{
    font-family:Arial-BoldMT;
    font-size:16px;
    color:#333333;
    letter-spacing:0;
    line-height:35px;
    text-align:left;
    font-weight: 600;
	text-align: center;
}
.yj_info li{
    font-family:ArialMT;
    font-size:14px;
    color:#555e71;
    letter-spacing:0;
    line-height:26px;
    text-align:left;
    padding-left: 20px;
    background: url("../images/dian_10.jpg") 0 11px no-repeat;
}
.yj_info2 li{
    font-family:ArialMT;
	float:left;
	width:320px; 
    font-size:14px;
    color:#555e71;
    letter-spacing:0;
    line-height:26px;
    text-align:left;
    padding-left: 20px;
    background: url("../images/dian_10.jpg") 0 11px no-repeat;
}
.yj_info3 li{
    font-family:ArialMT;
	float:left;
	width:480px; 
    font-size:14px;
    color:#555e71;
    letter-spacing:0;
    line-height:26px;
    text-align:left;
    padding-left: 20px;
    background: url("../images/dian_10.jpg") 0 11px no-repeat;
}
.yj_info4 li{
    font-family:ArialMT;
	float:left;
	width:400px; 
    font-size:14px;
    color:#555e71;
    letter-spacing:0;
    line-height:26px;
    text-align:left;
    padding-left: 20px;
    background: url("../images/dian_10.jpg") 0 11px no-repeat;
}
.slideBox{
    margin-top: 25px;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
	background-color: #FAFAFA;
}
.imgBox{
    width: 820px;
    height: 230px;
    position: relative;
    left: 0;
    top: 0;
}
.imgBox img{
    position: absolute;
    left: 0;
    top: 0;
}
.slideBox ul{
    position: absolute;
    right: 8px;
    top: 10px;
    z-index: 10;
}
.slideBox ul li{
    width: 35px;
    height: 35px;
    background: url("../images/active.png") 0 0 no-repeat; background-size: 35px 35px;
    float: left;
    cursor: pointer;
}
.slideBox ul li+li{
    margin-left: 10px;
}
.slideBox ul .hover{
    background: url("../images/hover.png") 0 0 no-repeat;background-size: 35px 35px;
}

.slideBox2{
    margin-top: 25px;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
	background-color: #FAFAFA;
}
.imgBox2{
    width: 820px;
    height: 230px;
    position: relative;
    left: 0;
    top: 0;
}
.imgBox2 img{
    position: absolute;
    left: 0;
    top: 0;
}
.slideBox2 ul{
    position: absolute;
    right: 8px;
    top: 10px;
    z-index: 10;
}
.slideBox2 ul li{
    width: 35px;
    height: 35px;
    background: url("../images/hover.png") 0 0 no-repeat; background-size: 35px 35px;
    float: left;
    cursor: pointer;
}
.slideBox2 ul li+li{
    margin-left: 10px;
}
.slideBox2 ul .hover{
    background: url("../images/active.png") 0 0 no-repeat;background-size: 35px 35px;
}




.subtitle{
    font-family:Arial-BoldMT;
    font-size:16px;
    color:#333333;
    letter-spacing:0;
    line-height:52px;
    text-align:left;
    font-weight: 700;
    margin-top: 40px;
}

.size{
    margin-top: 10px;
}


.size a{
    display: inline-block;
	float: left;
    border-radius: 50%;
    background: #d8d8d8;
    border: 1px solid #bebebe;

}
.size a+a{
    margin-left: 3px;
}


.size li{
    float: left;
    border-radius: 50%;
    background: #d8d8d8;
    border: 1px solid #bebebe;
}


.size .hover{
    background-color: #ffbcbc;
    border: 1px solid #ed636d;
    cursor: pointer;
}
.size li+li{
    margin-left: 3px;
}
.li28{
    width: 59px;
    height: 59px;
    position: relative;
    top: 0;
}
.li27{
    width: 56px;
    height: 56px;
    position: relative;
    top: 1.5px;
}
.li26{
    width: 54px;
    height: 55px;
    position: relative;
    top: 2px;
}
.li25{
    width: 52px;
    height: 52px;
    position: relative;
    top: 3.5px;
}
.li24{
    width: 48px;
    height: 48px;
    position: relative;
    top: 5.5px;
}
.li23{
    width: 45px;
    height: 45px;
    position: relative;
    top: 7px;
}
.li22{
    width: 42px;
    height: 42px;
    position: relative;
    top: 8.5px;
}
.li21{
    width: 39px;
    height: 39px;
    position: relative;
    top: 10px;
}
.li20{
    width: 35px;
    height: 35px;
    position: relative;
    top: 12px;
}
.li19{
    width: 32px;
    height: 32px;
    position: relative;
    top: 13.5px;
}
.li18{
    width: 28px;
    height: 28px;
    position: relative;
    top: 15.5px;
}
.li17{
    width: 26px;
    height: 26px;
    position: relative;
    top: 16.5px;
}
.li16{
    width: 23px;
    height: 23px;
    position: relative;
    top: 18px;
}
.li15{
    width: 20px;
    height: 20px;
    position: relative;
    top: 19.5px;
}
.li14{
    width: 16px;
    height: 16px;
    position: relative;
    top: 21.5px;
}
.li13{
    width: 14px;
    height: 14px;
    position: relative;
    top: 22.5px;
}
.li12{
    width: 13px;
    height: 13px;
    position: relative;
    top: 23.5px;
}
.li11{
    width: 12px;
    height: 12px;
    position: relative;
    top: 24px;
}
.li10{
    width: 11px;
    height: 11px;
    position: relative;
    top: 24.5px;
}
.li9{
    width: 10px;
    height: 10px;
    position: relative;
    top: 25px;
}
.li8{
    width: 9px;
    height: 9px;
    position: relative;
    top: 25.5px;
}
.li7{
    width: 8px;
    height: 8px;
    position: relative;
    top: 26px;
}
.li6{
    width: 7px;
    height: 7px;
    position: relative;
    top: 26.5px;
}
.li5{
    width: 6px;
    height: 6px;
    position: relative;
    top: 27px;
}
.li4{
    width: 5px;
    height: 5px;
    position: relative;
    top: 27.5px;
}
.li3{
    width: 4px;
    height: 4px;
    position: relative;
    top: 28px;
}
.li2{
    width: 3px;
    height: 3px;
    position: relative;
    top: 28.5px;
}
.li1{
    width: 2px;
    height: 2px;
    position: relative;
    top: 29px;
}
.process{
    font-family:ArialMT;
    font-size:14px;
    color:#555e71;
    letter-spacing:0;
    line-height:26px;
    text-align:left;
}
.process img{
    vertical-align: -11px;
}
.AdvantagesList li{
    float: left;
    width: 385px;
    font-family:ArialMT;
    font-size:14px;
    color:#555e71;
    letter-spacing:0;
    line-height:28px;
    text-align:left;
    padding-left: 20px;
    background: url("../images/dian_10.jpg") 0 11px no-repeat;
}
.need li .type{
    width: 90px;
    font-family:Arial-BoldMT;
    font-size:14px;
    color:#555e71;
    letter-spacing:0;
    text-align:right;
    line-height:28px;
}
.need li .typeInfo{
    width: 732px;
    font-family:Arial;
    font-size:12px;
    color:#555e71;
    letter-spacing:0;
    line-height:28px;
    text-indent: 5px;
    height: 28px;
}
.wt{
    height: 200px;
}
.wt li{
    float: left;
    width: 110px;
    height: 128px;
    margin-right: 7px;
    margin-bottom: 20px;
}
.wt li img{
	width: 104px;
    height: 128px;
	left: -3px;
    border: 1px solid #e3e3e3;
    display: none;
    position: relative;
    z-index: 10;
    zoom: 1;
	border-radius: 6%;
    background: #ffffff;
}
.wt li:hover div{
    width: 96px;
    height: 123px;
    left: -3px;
    top: -3px;
}
.wt li:hover img{
    display: block;
}
.wt li div{
    display: block;
    width: 90px;
    height: 117px;
    border: 5px solid #32c5ff;
    background-color: #68d5ff;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    left: 0;
    top: 0;
    transition: 0.1s;
    -moz-transition:  0.1s; /* Firefox 4 */
    -webkit-transition:  0.1s; /* Safari 和 Chrome */
    -o-transition: 0.1s; /* Opera */
}
.wt li div p{
    padding-left:8px;
}
.pname{
    font-family:ArialMT;
    font-size:12px;
    color:#ffffff;
    letter-spacing:0;
    line-height:26px;
    text-align:left;
    margin-top: 10px;
}

.ptype{
    font-family:Arial-BoldMT;
    font-size:18px;
    color:#036ab2;
    letter-spacing:0;
    text-align:left;
    line-height:26px;
    font-weight: 600;
}
.pnum{
    font-family:Arial-BoldMT;
    font-size:32px;
    color:#ffffff;
    letter-spacing:0;
    line-height:32px;
    text-align:left;
    margin-top:6px;
	margin-left:-2px;
}
.pnum2{
    font-family:Arial-BoldMT;
    font-size:36px;
    color:#ffffff;
    letter-spacing:0;
    line-height:32px;
    text-align:left;
    margin-top: 6px;
}

/*Trade Fairs*/
.FairInfo{
    width: 623px;
}
.tradeFairLists{
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}
.tradeFairLists li{
    height: 145px;
    padding: 0 0 46px;
    background: #ffffff;
    width: 100%;
}

.tradeFairLists li+li{
    border-top: 1px solid #e9e9e9;
    padding: 46px 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.FairImg{
    width: 170px;
    height: 110px;
    border: 5px solid #f7f7f7;
}
.FairImg img{
    width: 170px;
    height: 110px;
}
.fairName{
    font-family:Arial-BoldMT;
    font-size:16px;
    color:#393d44;
    letter-spacing:0;
    line-height:26px;
    text-align:left;
    font-weight: bold;
}
.fairName a{
    color:#393d44;
}
.fairName  a:hover{
    color: #df0010;
}	
.fairMemo{
    font-family:ArialMT;
    font-size:12px;
    color:#555e71;
    letter-spacing:0;
    line-height:22px;
    text-align:left;
	margin-top: 8px;
}
.fairElement{
    margin-top: 12px;
}
.fairElement span{
    display: block;
    float: left;
    font-family:ArialMT;
    font-size:12px;
    color:#a4aec3;
    letter-spacing:0;
    line-height:26px;
    width: 33%;
}
.fairElement a{
    color: #a4aec3;
}
.fairElement a:hover{
    color: #df0010;
}	
.fairElement img{
    vertical-align: -2px;
    margin-right: 5px;
}

/*download*/
.downloadList{
    margin-top: 15px;
}
.downloadList li{
    width: 250px;
    height: 457px;
    float: left;
    background-color: #F9F9F9;
}
.downloadList li+li{
    margin-left: 36px;
}
.downloadList li:hover{
	box-shadow: 0px -2px 5px 0px #eeeeee,
    -2px 0px 5px 0px #eeeeee,
    2px 0px 5px 0px #eeeeee,
    0px 2px 5px 0px #eeeeee;
}


.pdfName{
    width: 214px;
    margin: 10px auto 0;
    font-family:Arial-BoldMT;
    font-size:18px;
    color:#333333;
    letter-spacing:0;
    line-height:22px;
    text-align:left;
    font-weight: bold;
}
.pdfInfo{
    width: 214px;
    margin: 20px auto 0;
    font-family:ArialMT;
    font-size:14px;
    color:#9aa3b7;
    letter-spacing:0;
    line-height:22px;
    text-align:left;
}
.pdfInfo a{
    color:#9AA3B7;
}
.pdfInfo :hover a{
    color:#DF0010;
}
.pdfInfo img{
    margin-right: 5px;
    vertical-align: -1px;
}
/*Sustainability*/
.lists{
    margin-top: 52px;
}
.lists a{
    display: block;
    width: 160px;
    height: 50px;
    box-shadow: 0px -2px 5px 0px #eeeeee,
    -2px 0px 5px 0px #eeeeee,
    2px 0px 5px 0px #eeeeee,
    0px 2px 5px 0px #eeeeee;
    border-radius: 29px;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    font-family:LucidaGrande-Bold;
    font-size:14px;
    color:#DF0010;
    letter-spacing:0;
    font-weight: bold;
}

.SustainabilityImgs2 li{
    width: 186px;
    height: 260px;
    float: left;
    margin-top: 30px;
}
.SustainabilityImgs2 .mr0{
    margin-right: 0;
}
.SustainabilityImgs{
    position: relative;
    margin-top: 30px;
    overflow: hidden;
}
.SustainabilityImgs ul{
    width: 100%;
    height: 187px;
}
.SustainabilityImgs li{
    width: 802px;
    position: absolute;
    padding: 10px;
}
.SustainabilityImgs li img{
    width: 50%;
    height: auto;
    float: right;
}
.SustainabilityImgs .img-text{
    width: 45%;
    margin-left: 15px;
    float: left;
    margin-top: 30px;
}
.SustainabilityImgs .mr0{
    margin-right: 0;
}
.imgNmae{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:18px;
    color:#ffffff;
    letter-spacing:0;
    line-height:23px;
    text-align:left;
    font-weight: bold;
}
.imgMemo{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:16px;
    color:#ffffff;
    letter-spacing:0;
    line-height:18px;
    text-align:left;
    margin-top: 10px;
}
.SustainabilityImgs .pright{
    left: 15%;
}
.img1{
    background-color: #06baac;
    z-index: 9;
}
.img2{
    background-color: #01a9e2;
    z-index: 8;
}
.img3{
    background-color: #6fa334;
    z-index: 7;
}
.img4{
    background-color: #ff6928;
    z-index: 6;
}
.img5{
    background-color: #df0212;
    z-index: 5;
}
.img6{
    background-color: #ad5e34;
    z-index: 4;
}
.ServiceImgs ul{
    position: relative;
    left: 0;
    top: 0;
    margin-top: 30px;
    height: 342px;
    overflow: hidden;
}
.ServiceImgs li{
    position: absolute;
    width: 100%;
}
.SvimgNmae{
    font-family:Arial;
    font-size:16px;
    color:#000;
    letter-spacing:0;
    line-height:30px;
    text-align:left;
	margin-top: 10px;
}
.SvimgMemo{
    font-family:ArialMT;
    font-size:14px;
    color:#555E71;
    letter-spacing:0;
    line-height:26px;
    text-align:left;
    margin-top: 5px;
}
.SvImgs img{
    margin-top: 10px;
}

.values{
    margin-top: 60px;
}
.values li{
    width: 378px;
    height: 170px;
    border: 2px solid #ededed;
    margin-bottom: 90px;
    text-align: center;
    position: relative;
}
.valuesName{
    font-family:Arial-BoldMT;
    font-size:20px;
    color:#333333;
    letter-spacing:0;
    line-height:52px;
    font-weight: bold;
    margin-top: 10px;
}
.valuesInfo{
    width: 335px;
    margin: 0 auto;
    font-family:ArialMT;
    font-size:14px;
    color:#555e71;
    letter-spacing:0;
    line-height:22px;
}
.values li .valuesBg{
    position: absolute;
    left: 146px;
    top: -33px;
}

/*products content*/
.productTable{
    border-collapse: collapse; 
	border-radius:12px;
	border: 5px solid #e6e6e6;
	box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
		
}
.productTable  tr  td{
    border: 1px solid #e6e6e6;
    width: 5%;
    height: 32px;
    text-align: center;
}
.productTable .tableTH{
    background-color: #df0010;
}
.productTable .tableTH td{
    font-family:DIN-BlackItalic;
    font-size:17px;
    letter-spacing:0;
    font-weight: bolder;
    color: #ffffff;
}
.ml30{
    margin-left: 30px;
}
.ml200{
    margin-left: 200px;
}
.productTable td{
    font-family:Calibri-Italic;
    font-size:12px;
    color:#4d4d4d;
    letter-spacing:0;
    line-height:32px;
}


.productTable tr:nth-of-type(2n+3){
    background-color: #ffffff;
}
.productTable tr:nth-of-type(2n+4){
    background-color: #ededed;
}

.Specifications{
    width: 48%;
    float: left;
}

.productTable2{
    border-collapse: collapse;
		
}
.productTable2  tr  td{
    border: 1px solid #e6e6e6;
    width: 5%;
    height: 32px;
    text-align: center;
}
.productTable2 .tableTH{
    background-color: #df0010;
}
.productTable2 .tableTH td{
    font-family:DIN-BlackItalic;
    font-size:17px;
    letter-spacing:0;
    font-weight: bolder;
    color: #ffffff;
}
.ml30{
    margin-left: 30px;
}
.ml200{
    margin-left: 200px;
}
.productTable2 td{
    font-family:Calibri-Italic;
    font-size:12px;
    color:#4d4d4d;
    letter-spacing:0;
    line-height:32px;
}


.productTable2 tr:nth-of-type(2n+3){
    background-color: #ffffff;
}
.productTable2 tr:nth-of-type(2n+4){
    background-color: #ededed;
}



/*prductsList*/
.productsList{
    margin-top: 60px;
}
.productsList li{
    float: left;
    width: 250px;
    height: 280px;
    border-radius: 1px;
    border: 1px solid #eeeeee;
    position: relative;
    margin-right: 33px;
    margin-bottom: 70px;
}
.productsList li img{
    width: 250px;
    height: 165px;
}
.pInfo{
    padding:0 18px;
    font-family:Arial-BoldMT;
    font-size:16px;
    color:#df0010;
    letter-spacing:0;
    line-height:26px;
    text-align:left;
    font-weight: bolder;
    margin-top: 18px;
}
.productsList li:hover{
	box-shadow: 0px -2px 5px 0px #eeeeee,
    -2px 0px 5px 0px #eeeeee,
    2px 0px 5px 0px #eeeeee,
    0px 2px 5px 0px #eeeeee;
}
.productsList .mr0{
    margin-right: 0;
}

.productsList li:hover a{
    color: #df0010;
}
.more{
    position: absolute;
    bottom: -20px;
    left: 108px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #e2e2e2;
    color: #ffffff;
    line-height: 38px;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}
.productsList li:hover .more{
    background: #df0010;
}

/*bridges*/
.bridgeImg{
    margin-top: 30px;
}
.bridgeImg li{
    width: 240px;
    padding: 10px;
    float: left;
    overflow: hidden;
}
.bridgeImg li p{
    font-family:Arial-BoldMT;
    font-size:18px;
    color:#ffffff;
    letter-spacing:0;
    text-align: left;
    line-height:30px;
}
.bridgeImg li img{
    width: 240px;
}
.bridge1{
    background-color: #fe6a2a;
}
.bridge2{
    background-color: #df0010;
}
.bridge3{
    background-color: #ad5e34;
}
.bridgeImg li+li{
    margin-left: 20px;
}


.applictionImg li{
	margin-top:50px; 
    width: 380px;
    float: left;
}
.applictionImg2 li{
	margin-top:40px; 
    width: 250px;
    float: left;
}


/*wind*/
.windImg{
    margin-top: 30px;
    position: relative;
    left: 0;
    top: 0;
    width: 822px;
    height: 421px;
    overflow: hidden;
}
.windImg li{
    width: 822px;
    height: 422px;
    position: absolute;
    left: 0;
    top: 0;
    zoom: 1;
    overflow: hidden;
}
.windImg li:nth-of-type(1){
    z-index: 2;
}
.windImg li:nth-of-type(2){
    z-index: 1;
}
.windImg li img{
    width: 802px;
    height: 402px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.windImg li p{
    font-family:"Arial-BoldMT";
    font-size:26px;
    color:#ffffff;
    letter-spacing:0;
    line-height:23px;
    text-align:left;
    margin: 5px 0;
    position: absolute;
    left: 40px;
    top: 30px;
    width: 400px;
}
.wind1{
    background-color: #08baad;
}
.wind2{
    background-color: #01a9e2;
}

/*Stainless Steel Tubes*/

.showBox>div{
    width: 360px;
}
.showBox>div img{
    margin-top: 10px;
}

.showBox2>div{
    width: 250px;

}



#table1{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
}

.show{
    position: relative;
}
.show a{
    cursor: pointer;
}
.show img{
    position: absolute;
    left: 60px;
    top: 0;
    display: none;
	background-color:#FAFAFA;
	box-shadow: rgb(120, 120, 120) 3px 3px 6px; 
	border-radius:6px;

}
.show:hover img{
    display: block;
}

.preinstall{
    height: 123px;
    margin-top: 40px;
}
.box{
    position: absolute;
    top: 350px;
    left: 38px;
 }
.box .subtitle{
    margin-top: 0;
}
.bg{
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}


@font-face {
    font-family: "iconfont";
    src: url('font/iconfont.eot'); /* IE9*/
    src: url('font/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('font/iconfont.woff') format('woff'), /* chrome, firefox */
    url('font/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family:"iconfont" !important;
    font-size:22px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.facebook{
    color: #4969a8;
    position: absolute;
    left: 130px;
    top: 43px;
}
.facebook:hover{
    color: #4969a8;
}
.ly img{
    width: 20px;
}
.ly{
    position: absolute;
    left: 165px;
    top: 44px;
}
.Russian{
    position: absolute;
	width: 120px;
    height: 30px;
    border-radius: 30px;
    background-color: #df0010;
    font-family:Arial-BoldMT;
    font-size:13px;
	font-weight: bold;
	text-transform: uppercase;
    color:#ffffff;
    letter-spacing:0;
    text-align:center;
    line-height: 30px;
    bottom: 30px;
	right: 0px;
    top: 45px;
}

.Russian:hover{
    color:#df0010;
	background-color: #ffffff;
}


#whoweare #move img{
    transform: scale(2);
    transition: transform 4s;
    -moz-transition: transform 4s; /* Firefox 4 */
    -webkit-transition: transform 4s; /* Safari 和 Chrome */
    -o-transition: transform 4s; /* Opera */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#whoweare #move:hover img{
    transform: scale(1) !important;
}
#whoweare #move:hover .overlay{
    opacity: 100;
    filter:alpha(opacity=100);
}
#whoweare #move{
    position: relative;
    left: 0;
    top: 0;
}
#whoweare #move .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    font-size: 40px;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    filter:alpha(opacity=0);
    transition-delay: 3.5s;
    -moz-transition-delay: 3.5s; /* Firefox 4 */
    -webkit-transition-delay: 3.5s; /* Safari 和 Chrome */
    -o-transition-delay: 3.5s; /* Opera */
}
#whoweare #move .overlay h3{
    margin-top: 82px;
}
#strategy #move{
    position: relative;
    left: 0;
    top: 0;
}
#strategy .overlay{
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    width: 100%;
    height: 100%;
    transition: width 4s;
    -moz-transition: width 4s; /* Firefox 4 */
    -webkit-transition: width 4s; /* Safari 和 Chrome */
    -o-transition: width 4s; /* Opera */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#strategy #move:hover img.pc{
    transform: scale(1.2) !important;
    transition: transform 1.5s;
    -moz-transition: transform 1.5s; /* Firefox 4 */
    -webkit-transition: transform 1.5s; /* Safari 和 Chrome */
    -o-transition: transform 1.5s; /* Opera */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.sustainability-img ul li{
    width: 30%;
    margin-right: 2%;
    float: left;
    margin-top: 30px;
}
#show-big img{
    transform: scale(0);
    transition: transform 2.5s;
    -moz-transition: transform 2.5s; /* Firefox 4 */
    -webkit-transition: transform 2.5s; /* Safari 和 Chrome */
    -o-transition: transform 2.5s; /* Opera */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.bridgeImg li{
    position: relative;
    left: 0;
    top: 0;
}

#img-move{
    position: relative;
}
#img-move .white-shade1{
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffffff;
    z-index: 2;
    zoom: 1;
}
.img-hide{
    animation:hide 2s ease-in-out;
    -webkit-animation:hide 2s ease-in-out; /* Safari 和 Chrome */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation-fill-mode:forwards;
}
#img-move .white-shade2{
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background: #ffffff;
    z-index: 2;
    zoom: 1;
}
#img-move .overlay{
   opacity: 0;
}
@keyframes hide {
    from{
        width: 50%;
    }to{
         width: 0%;
     }
}
.hover-big img{
    transform: scale(1);
}
.hover-big img:hover{
    transform: scale(1.3);
    transition: transform 1.5s;
    -moz-transition: transform 1.5s; /* Firefox 4 */
    -webkit-transition: transform 1.5s; /* Safari 和 Chrome */
    -o-transition: transform 1.5s; /* Opera */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.applictionImg2 li{
    position: relative;
    height: 160px;
    background: #ffffff;
}
.applictionImg2 li:nth-of-type(1){
    z-index: 1;
}
.applictionImg2 li:nth-of-type(2){
    z-index: 3;
}
.applictionImg2 li:nth-of-type(3){
    z-index: 2;
}
.applictionImg2 li:nth-of-type(1) #flag1{
    transform: translate(285px,0);
}
.applictionImg2 li:nth-of-type(3) #flag2{
    transform: translate(-285px,0);
}
.applictionImg2 li:nth-of-type(2) img{
    transition: transform 1s;
}
#item img{
    transform: scale(2);
    transition: transform 1.5s;
    -moz-transition: transform 1.5s; /* Firefox 4 */
    -webkit-transition: transform 1.5s; /* Safari 和 Chrome */
    -o-transition: transform 1.5s; /* Opera */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#item img:hover{
    transform: scale(2) !important;
}
.sceen1{
    position: relative;
    z-index: 2;
    background: #ffffff;
}
.sceen2{
    z-index: 1;
    background: #ffffff;
}
#all-sceen{
    width: 100vw;
    height: 100vh;
    background: #ffffff url("../images/whoweare.jpg") center center no-repeat;
    background-size: auto 100%;
    position: fixed;
    z-index: 2;
    text-align: center;
    line-height: 100vh;
    font-size: 80px;
    color: #ffffff;
}
#img-text-move{
    position: relative;
    left: 0;
    top: 0;
    height: 250px;
    overflow: hidden;
    margin: 20px auto;
}
#img-text-move .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
}
#img-text-move p{
    width: 90%;
    position: absolute;
    left: 5%;
    top: 20%;
    font-size: 21px;
    line-height: 1.19048;
    letter-spacing: .011em;
    font-family: "Arial","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.swiper-box{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
#img-move .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
}
#img-move .contentText{
    position: absolute;
    width: 60%;
    left: 5%;
    top: 100%;
    color: #ffffff;
    opacity: 0.9;
    font-size: 24px;
    line-height: 1.33341;
    font-weight: 600;
    letter-spacing: -.003em;
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.img-show img{
    -webkit-transition: opacity ease-out, -webkit-transform ease-in-out;
    transition: opacity ease-out, -webkit-transform ease-in-out;
    transition: transform ease-in-out, opacity ease-out;
    transition: transform ease-in-out, opacity ease-out, -webkit-transform ease-in-out;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    transform: translateY(40px);
    -webkit-transform:translateY(40px);
    opacity: 0;
}
.img-show-1 img{
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.img-show-2 img{
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.img-show-3 img{
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.img-show-4 img{
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.img-show-5 img{
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.img-show-6 img{
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.img-show-7 img{
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
#service-move-img .overlay{
    background:rgba(0,0,0,0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#service-move-img .service-img-title{
    width: 60%;
    margin-left: 10%;
    color: #ffffff;
}
#service-move-img .service-img-title .SvimgNmae{
    font-size: 48px;
    line-height: 1.05556;
    font-weight: 600;
    letter-spacing: -.006em;
    font-family: "SF-Pro-Display","Arial",sans-serif;
    color: #ffffff;
}
#service-move-img .service-img-title .SvimgMemo{
    margin-top: 33px;
    font-size: 24px;
    line-height: 1.33341;
    font-weight: 600;
    letter-spacing: -.003em;
    font-family: "SF-Pro-Display","Arial",sans-serif;
    color: #ffffff;
}
#service-move-img li:nth-of-type(1){
    z-index: 10;
}
#service-move-img li:nth-of-type(2){
    z-index: 9;
}
#service-move-img li:nth-of-type(3){
    z-index: 8;
}
#service-move-img li:nth-of-type(4){
    z-index: 7;
}
#service-move-img li:nth-of-type(5){
    z-index: 6;
}
#service-move-img li:nth-of-type(6){
    z-index: 5;
}
#tubes-sceen1,#tubes-sceen2{
    background: #ffffff;
}
#tubes-sceen1{
    position: relative;
    z-index: 20;
    zoom: 1;
}
#tubes-sceen1 .content{
    padding-bottom: 50px;
}
#StainlessSteelTubes .showBox>div{
    width: 100%;
    height: 342px;
    overflow: hidden;
    position: relative;
}
#StainlessSteelTubes .showBox>div .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
#StainlessSteelTubes .showBox>div .move-text{
    position: absolute;
    left: 10%;
    top: 342px;
    width: 60%;
    z-index: 5;
    zoom: 1;
}
#StainlessSteelTubes .showBox>div .move-text .title_yj{
    font-size: 46px;
    line-height: 1.05556;
    font-weight: 600;
    letter-spacing: -.006em;
    font-family: "SF-Pro-Display","Arial",sans-serif;
    color: #ffffff;
}
#StainlessSteelTubes .showBox>div .move-text .contentText{
    margin-top: 33px;
    font-size: 24px;
    line-height: 1.33341;
    font-weight: 600;
    letter-spacing: -.003em;
    font-family: "SF-Pro-Display","Arial",sans-serif;
    color: #ffffff;
}
#StainlessSteelTubes .showBox img{
    width: 100%;
    margin-top: 0;
}
#tubes-sceen2{
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 4;
    zoom: 1;
}
#tubes-sceen3{
    width: 100%;
    position: fixed;
    bottom: -480px;
    z-index: 1;
    zoom: 1;
}
#img-text{
    position: relative;
    left: 0;
    top: 0;
    height: 616px;
    overflow: hidden;
    margin-top: 20px;
}
#img-text>div{
    width: 100%;
    height: 616px;
    overflow: hidden;
    position: absolute;
    zoom: 1;
}
#img-text>div:nth-of-type(1){
    z-index: 6;
}
#img-text>div:nth-of-type(2){
    z-index: 4;
}
#img-text>div:nth-of-type(3){
    z-index: 2;
}
#img-text .text{
    position: absolute;
    left: 10%;
    top: 616px;
    width: 60%;
}
#img-text .text p{
    color: #ffffff;
}
#img-text .text p:nth-of-type(1){
    font-size: 46px;
    line-height: 1.05556;
    font-weight: 600;
    letter-spacing: -.006em;
    font-family: "SF-Pro-Display","Arial",sans-serif;
    color: #ffffff;
}
#img-text .text p:nth-of-type(2){
    margin-top: 33px;
    font-size: 24px;
    line-height: 1.33341;
    font-weight: 600;
    letter-spacing: -.003em;
    font-family: "SF-Pro-Display","Arial",sans-serif;
    color: #ffffff;
}
#img-text .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    opacity:0;
}
#img-text>div:nth-of-type(1) .text{
    z-index: 5;
}
#img-text>div:nth-of-type(2) .text{
    z-index: 3;
}
#img-text>div:nth-of-type(3) .text{
    z-index: 1;
}
#shipping-sceen2{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: url("../images/shipping_bg.jpg") top center / 100% 100% no-repeat;
}

#shipping-sceen1{
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding-bottom: 30px;
}
#shipping-sceen3{
    position: fixed;
    bottom: -1229px;
    width: 100%;
    background: #ffffff;
}
#shipping-sceen2 .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    /*opacity: 0;*/
}
#shipping-sceen2-text{
    position: absolute;
    top: 100%;
    width: 800px;
    left: 50%;
    margin-left: -485px;
}
#shipping-sceen2-text p{
    font-size: 28px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: .004em;
    color: #ffffff;
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}
#technical .amplify{
    background: #ffffff;
    position: relative;
    left: 0;
    top: 0;
    border-radius: 20px;
    transition: transform 0.5s;
    -moz-transition: transform 0.5s; /* Firefox 4 */
    -webkit-transition: transform 0.5s; /* Safari 和 Chrome */
    -o-transition: transform 0.5s; /* Opera */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#technical span{
    border-radius: 50%/50%;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border: 2px solid #ffffff;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    z-index: 4;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#technical p{
    width: 80%;
    position: absolute;
    left: 10%;
    top: 58px;
    font-size: 24px;
    line-height: 1.16667;
    font-weight: 600;
    letter-spacing: .009em;
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    color: #86868b;
    opacity: 0;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s; /* Firefox 4 */
    -webkit-transition: opacity 0.5s; /* Safari 和 Chrome */
    -o-transition: opacity 0.5s; /* Opera */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#technical .amplify .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 2;
    zoom: 1;
    opacity: 0;
}

.show-text{
    background: #ffffff;
    position: relative;
    left: 0;
    top: 0;
    border-radius: 20px;
    transition: transform 0.5s;
    -moz-transition: transform 0.5s; /* Firefox 4 */
    -webkit-transition: transform 0.5s; /* Safari 和 Chrome */
    -o-transition: transform 0.5s; /* Opera */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.show-text .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 3;
    zoom: 1;
    opacity: 0;
    display: flex;
    display: -ms-flex; /* 兼容IE */
    justify-content: center;
}
.show-text img{
    display: block;
}
.show-text .img-tab{
    position: absolute;
    left: 0;
    top: 0;
}
.show-text span{
    border-radius: 50%/50%;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border: 2px solid #ffffff;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    z-index: 4;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.show-text p{
    width: 80%;
    position: absolute;
    align-self: center!important;
    margin: 0 auto;
    font-size: 24px;
    line-height: 1.16667;
    font-weight: 600;
    letter-spacing: .009em;
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    color: #86868b;
    opacity: 0;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s; /* Firefox 4 */
    -webkit-transition: opacity 0.5s; /* Safari 和 Chrome */
    -o-transition: opacity 0.5s; /* Opera */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.view {
    width: 822px;
    height: 260px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff;
    border-radius: 5px;
    margin: 20px auto;
}
.view .mask, .view .content {
    width: 822px;
    height: 260px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative
}
.view-tenth img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
    background-color: rgba(218, 205, 201, 0.5);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    display: flex;
    display: -ms-flex; /* 兼容IE */
}
.view-tenth p {
    background:transparent;
    color: #333;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    width: 90%;
    margin: 0 auto;
}
.text-container{
    align-self: center!important;
}
.view-tenth:hover img {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.view-tenth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.btn{
    position: absolute;
    width: 100px;
    height: 100px;
    right: -20px;
    bottom: -20px;
    cursor: pointer;
}
.contact-info{
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    background: #F7F7F7;
    display: flex;
    display: -ms-flex; /* 兼容IE */
    align-items: center;
    justify-content: center;
}
#contact{
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
}
#contact>img{
    position: relative;
    z-index: 2;
}
#engineering-img>div:nth-of-type(1){
    width: 582px;
}
#engineering-img{
    display: flex;
    display: -ms-flex; /* 兼容IE */
    margin-top: 20px;
}
#engineering-img>div:nth-of-type(2){
    align-self: center;
}
#engineering-img .title_yj3{
    margin-top: 0;
}
#service-sceen .image-box{
    height:0px;
}