@charset "utf-8";
*{padding:0; margin:0 auto;} /* IE8*/
html{font-size: 100px;}
html {
    overflow-y: scroll;
}

:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

body {
    width: 100vw;
    overflow: hidden;
}
*+html *{padding:0; margin:0;}
* {margin:0; padding:0;}
body{
    -webkit-text-size-adjust: none;
    color:#444;
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}
div{font-size:14px; text-align:left;margin:0 auto;}
a { color:#444; text-decoration: none; outline:medium none; }
a:hover{color:#900;}
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;}
.bold{font-weight:bold!important;}
.pc{
    display: none;
}
.mobile{
    display: block;
}
@font-face{
    font-family: 'SF-Pro-Display';
    src:url("../font/SFProDisplay/sf-pro-display_regular.woff2") format("woff2"),
    url("../font/SFProDisplay/sf-pro-display_regular.woff") format("woff"),
    url("../font/SFProDisplay/sf-pro-display_regular.ttf") format("truetype");
}
@font-face{
    font-family: 'SF-Pro-Display-bold';
    src:url("../font/SFProDisplay/sf-pro-display_bold.woff2") format("woff2"),
    url("../font/SFProDisplay/sf-pro-display_bold.woff") format("woff"),
    url("../font/SFProDisplay/sf-pro-display_bold.ttf") format("truetype");
}
@font-face{
    font-family: 'SF-Pro-Display-Title';
    src:url("../font/SFProDisplay/sf-pro-display_medium.woff2") format("woff2"),
    url("../font/SFProDisplay/sf-pro-display_medium.woff") format("woff"),
    url("../font/SFProDisplay/sf-pro-display_medium.ttf") format("truetype");
}
@font-face{
    font-family: 'SF-Pro-Text-content';
    src:url("../font/SFProText/sf-pro-text_regular.woff2") format("woff2"),
    url("../font/SFProText/sf-pro-text_regular.woff") format("woff"),
    url("../font/SFProText/sf-pro-text_regular.ttf") format("truetype");
}
.scale img{
    transition: 1.5s;
    -moz-transition:  1.5s; /* Firefox 4 */
    -webkit-transition:  1.5s; /* Safari 和 Chrome */
    -o-transition:  1.5s; /* Opera */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#move img{
    transition: 2s;
    -moz-transition:  2s; /* Firefox 4 */
    -webkit-transition:  2s; /* Safari 和 Chrome */
    -o-transition:  2s; /* Opera */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.animateRotate {
    -webkit-animation: rotateY3D 1s linear;
    -moz-animation: rotateY3D 1s linear;
    -o-animation: rotateY3D 1s linear;
    animation: rotateY3D 1s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
@keyframes rotateY3D{
    from{transform:rotate3d(0,1,0,90deg);}
    to{transform:rotate3d(0,1,0,0deg);}
}
.rotateImg .moveImg{
    transform:rotate3d(0,1,0,90deg);
}
@font-face{
    font-family: 'FranklinGothic-Demi';
    src: url('../font/FranklinGothicMedium/framd.eot');
    src:url('../font/FranklinGothicMedium/framd.woff') format('woff'),
    url('../font/FranklinGothicMedium/framd.ttf') format('truetype'),
    url('../font/FranklinGothicMedium/framd.svg') format('svg');
}
.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;}

.top{
    width: 100%;
    height: 93.75vw;
    background: url("../images/mobile/toplogobg.jpg") center top no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
    transition: 1.5s;
    -moz-transition:  1.5s; /* Firefox 4 */
    -webkit-transition:  1.5s; /* Safari 和 Chrome */
    -o-transition:  1.5s; /* Opera */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@font-face{
    font-family: 'DINCond-Bold';
    src: url('../font/DINCond-Bold/DINCond-Bold.eot');
    src:url('../font/DINCond-Bold/DINCond-Bold.woff') format('woff'),
    url('../font/DINCond-Bold/DINCond-Bold.ttf') format('truetype'),
    url('../font/DINCond-Bold/DINCond-Bold.svg') format('svg');
}
/* 导航 */
.mslogan{
    position: absolute;
    width: 100%;
    height: 93.75vw;

}

.slogan{
    width: 298px;
    height: 201px;
    color:#000000;
    line-height:67px;
    text-align:left;
    position: absolute;
    left: 31px;
    top: 199px;
    overflow: hidden;
}
.slogan h2,.slogan span{
    font-family: "SF-Pro-Display-bold","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:44px;
    font-weight: bolder;
    letter-spacing: .004em;
}


.mslogan h2{
    font-family: "SF-Pro-Display-blod","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:6.25vw;
    color:#000000;
    letter-spacing: .004em;
    line-height:10.46875vw;
    text-align:left;
    position: relative;
    left: 0;
    top: 0;
    font-weight: bolder;
}
.mslogan .red{
    color: #df0212;
}
.mslogan .p1{
    position: absolute;
    left: -40vw;
    top: 33.59vw;
}
.mslogan .p2{
    position: absolute;
    left: -40vw;
    top: 44vw;
}
.mslogan .p3{
    position: absolute;
    left: -40vw;
    top: 54.5vw;
}
.mNav{
    width: 4.85vw;
    position: absolute;
    right: 18.52vw;
    top: 9.074vw;
}
.mNav span{
    display: block;
    width: 100%;
    height: 0.74vw;
    background: #df0010;
    border-radius: 0.37vw;
}
.mNav span+span{
    margin-top: 1.111vw;
}


.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;
}

/* 导航 */


.slogan{
    position: absolute;
    width: 700px;
    height: 120px;
    left: 0;
    top: 180px;
    font-family:FranklinGothic-Demi;
    text-transform: uppercase;
    font-size:45px;
    color:#000000;
    letter-spacing:0;
    line-height:55px;
    text-align:left;
    font-weight: bold;
    display: none;
}
.red{
    color: #df0212;
}
.info{
    width: 480px;
    height: 160px;
    position: absolute;
    bottom: 0px;
    left: 0;
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:12px;
    color:#34373d;
    letter-spacing:0;
    line-height:24px;
    text-align:left;
    font-weight: bold;
    display: none;
}
.Production a{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:12px;
    color:#e40616;
    letter-spacing:0;
    text-align:left;
}
.line{
    margin-top: 10px;
}
.Production{
    margin-top: 10px;
}
.contacts{
    width: 90.625vw;
    height: 15.625vw;
    background: #df0010;
    position: absolute;
    bottom: -16vw;
    border-radius: 7.8125vw;
    left: 4.6875vw;
}
.contacts li{
    width: 62.96vw;
    height: 15.625vw;
    float: left;
    text-align: center;
    line-height: 15.625vw;
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:14px;
    color:#ffffff;
    letter-spacing:0;
}.contacts li a{
     color:#ffffff;
 }

.contacts li img{
    vertical-align: -1.48vw;
    width: 4.44vw;
}
.contacts .contact{
    width: 22.625vw;
    margin-top: 2.6vw;
}
.contacts .contact a{
    display: block;
    width: 22.625vw;
    height: 10.37vw;
    border-radius: 5.185vw;
    background: #ffffff;
    line-height: 10.37vw;
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:3.5vw;
    color:#e40616;
    letter-spacing:0;
    font-weight: bold;
}



.shade{
    position: fixed;
    left: 0;
    top: 0;
    height: 10000px;
    z-index: 998;
    zoom: 1;
    background:rgba(0,0,0,0.5);
}
.mobileNav{
    position: absolute;
    top: 0;
    z-index: 999;
    height: 10000px;
    zoom: 1;
    background: #ffffff;
}
.mobileNav p{
    line-height: 76px;
    border-bottom: 1px solid #e4e4e4;
    text-indent: 43px;
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:0.2rem;
    color:rgba(0,0,0,0.85);
    letter-spacing:0;
}
.mobileNav .hover{

}
.mobileNav p>a{
    color:rgba(0,0,0,0.85);
    display: block;
    width: 100%;
    height: 100%;
}
.mobileNav ul{
    border-bottom: 1px solid #e4e4e4;
    padding-left: 43px;
    text-indent: 26px;
    display: block;
}
.mobileNav ul li{
    line-height: 60px;
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:0.16rem;
    color:#707070;
    letter-spacing:0;
    text-align:left;
    background: url(../images/mobile/normal1_07.jpg) 0 22px no-repeat;
    background-size: 3px 14px;
}
.mobileNav ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color:#707070;
}
.mobileNav ul li a+a{
    margin-left: 10px;
}
.mobileNav .hover1{
    background: url("../images/mobile/hover1_03.jpg") 0 center no-repeat;
}
.mobileNav .hover2{
    background: url("../images/mobile/hover2_10.jpg") 0 center no-repeat;
}
.mobileNav .hover1 a{
    color: #e80000;
}
.mobileNav .hover2 a{
    color: #e80000;
}



.location{
    background-color: #f9f9f9;
}
.locationMain{
    height: 50px;
    width: 100%;
    line-height: 50px;
    margin: 0 auto;
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:0.12rem;
    color:#393d44;
    letter-spacing:0;
    text-align:left;
    padding-left: 10px;
}
.Main{
    width: 100%;
    margin: 0.2rem auto 0.2rem;
}
.nav{
    width: 305px;
}
.content{
    width: 90%;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto;
    float: none;
}
.pChannel{
    font-family: "SF-Pro-Display-Title","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:32px;
    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: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    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: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    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: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    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: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    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: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:18px;
    color:#333333;
    letter-spacing:0;
    line-height:52px;
    text-align:left;
    font-weight: 700;
}
.otherInfo{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    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: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:14px;
    letter-spacing:0;
}
/*content*/
.title{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:0.28rem;
    color: inherit;
    letter-spacing: 0.007em;
    line-height: 1.25;
    text-align:left;
    font-weight: 500;
}
.contentMemo{
    font-family: "SF-Pro-Text-content","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:0.17rem;
    color:#393d44;
    letter-spacing: -0.022em;
    line-height:30px;
    text-align:left;
    margin-top: 20px;
}
.contentText{
    font-family: "SF-Pro-Text-content","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:0.17rem;
    text-align:left;
    margin-top: 20px;
    line-height: 1.47059;
    font-weight: 400;
    background-color: white;
    color: #333333;
    letter-spacing: -0.022em;
}
.contentText2{
    font-family: "SF-Pro-Text-content","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:0.17rem;
    color: #333333;
    line-height:30px;
    text-align:left;
    margin-top: 10px;
    letter-spacing: -0.022em;
}
.call{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: bold;
    font-size:26px;
    color:#393d44;
    letter-spacing:0;
    text-align:center;
    line-height:60px;
    background-color: #F7F7F7;
}
.call>div{
    width: 100%;
    margin-left: 0;
}
.call>div span{
    display: block;
    width: 100%;
    text-align: center;
}
.touch{
    width: 410px;
}

.touch li{
    padding-left: 28px;
    font-family: "SF-Pro-Text-content","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:14px;
    color:#393D44;
    letter-spacing:0;
    line-height:22px;
    text-align:left;
    width: 330px;
    margin-top: 20px;
}
.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: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:0.19rem;
    color: inherit;
    line-height:35px;
    text-align:left;
    font-weight: 600;
    letter-spacing: 0.007em;
}
.title_yj2{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:0.19rem;
    color: inherit;
    line-height:35px;
    text-align:left;
    font-weight: 500;
    letter-spacing: 0.007em;
}
.title_yj3{
    margin-top: 40px;
    font-family: "SF-Pro-Display-Title","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:0.19rem;
    color: inherit;
    letter-spacing: 0.007em;
    line-height:35px;
    text-align:left;
    font-weight: 500;
}
.title_yj4{
    margin-top: 40px;
    font-family: "SF-Pro-Display-Title","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:0.19rem;
    color: inherit;
    letter-spacing: 0.007em;
    line-height:35px;
    text-align:left;
    font-weight: 500;
}
.title_yj5{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:0.19rem;
    color: inherit;
    letter-spacing: 0.007em;
    line-height:35px;
    font-weight: 500;
    text-align: center;
}
.yj_info li{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:0.17rem;
    color:#333333;
    letter-spacing: 0.007em;
    line-height: 1.47059;
    text-align:left;
    padding-left: 20px;
    background: url("../images/dian_10.jpg") 0 11px no-repeat;
    margin-top: 15px;
}
.yj_info2 li{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    float:left;
    font-size:0.17rem;
    color:#333333;
    letter-spacing: 0.007em;
    line-height: 1.47059;
    text-align:left;
    padding-left: 20px;
    background: url("../images/dian_10.jpg") 0 11px no-repeat;
    margin-top: 15px;
}
.yj_info3 li{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    float:left;
    font-size:0.17rem;
    color:#333333;
    letter-spacing: 0.007em;
    line-height: 1.47059;
    text-align:left;
    padding-left: 20px;
    margin-top: 15px;
    background: url("../images/dian_10.jpg") 0 11px no-repeat;
}
.yj_info4 li{
    font-family: "SF-Pro-Text-content","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    float:left;
    width:400px;
    font-size:17px;
    color:#333333;
    letter-spacing:0;
    line-height:26px;
    text-align:left;
    padding-left: 20px;
    background: url("../images/dian_10.jpg") 0 11px no-repeat;
}
.changeBox{
    padding-top: 25px;
    position: relative;
    left: 0;
    top: 0;
}
.rSlideBox{
    width: 100%;
    position: absolute;
}
.slideBox{
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
    overflow: hidden;
    background-color: #FAFAFA;
    z-index: 200;
}
.imgBox{
    width: 100%;
    height: 230px;
    position: relative;
    left: 0;
    top: 0;
}
.imgBox img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.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: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:19px;
    color:#333333;
    line-height:35px;
    letter-spacing:0;
    text-align:left;
    font-weight: 700;
    margin-top: 40px;
}

.size{
    margin-top: 10px;
    position: relative;
    z-index: 100;
}


.size a{
    display: block;
    float: left;
    width: 30%;
    margin-right: 2%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #999999;
}
.size a:hover{
    color: red;
}

.size li{
    float: left;
    border-radius: 50%;
    background: #d8d8d8;
    border: 1px solid #bebebe;
}

.tab_content{
    padding-top: 40px;
}
.size .hover{
    border: 1px solid #df0212;
    cursor: pointer;
    color: #df0212;
    font-weight: 600;
}
.process{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:17px;
    color:#555e71;
    letter-spacing:0;
    line-height:26px;
    text-align:left;
    margin-top: 20px;
}
.process img{
    vertical-align: -11px;
}
.AdvantagesList{
    margin-top: 15px;
}
.AdvantagesList li{
    float: left;
    width: 385px;
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:17px;
    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{
    margin-top: 20px;
}
.need li .type{
    width: 120px;
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:17px;
    color:#555e71;
    letter-spacing:0;
    text-align:left;
    line-height:28px;
}
.need li .typeInfo{
    width: 90%;
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:14px;
    color:#555e71;
    letter-spacing:0;
    line-height:28px;
    /*height: 28px;*/
}
.wt{
    margin-top: 30px;
}
.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: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:12px;
    color:#ffffff;
    letter-spacing:0;
    line-height:26px;
    text-align:left;
    margin-top: 10px;
}

.ptype{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:18px;
    color:#036ab2;
    letter-spacing:0;
    text-align:left;
    line-height:26px;
    font-weight: 600;
}
.pnum{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:32px;
    color:#ffffff;
    letter-spacing:0;
    line-height:32px;
    text-align:left;
    margin-top:6px;
    margin-left:-2px;
}
.pnum2{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:36px;
    color:#ffffff;
    letter-spacing:0;
    line-height:32px;
    text-align:left;
    margin-top: 6px;
}

/*Trade Fairs*/
.FairInfo{
    width: 100%;
}
.tradeFairLists{
    margin-top: 10px;
}
.tradeFairLists li{
    height: auto;
    padding: 0 0 26px;
    overflow: hidden;
}

.tradeFairLists li+li{
    border-top: 1px solid #e9e9e9;
    padding: 26px 0;
}
.FairImg{
    width: 170px;
    height: 110px;
    border: 5px solid #f7f7f7;
    float: none;
    margin: 20px auto;
}
.FairImg img{
    width: 170px;
    height: 110px;
}
.fairName{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:19px;
    color:#333333;
    letter-spacing:0;
    line-height:26px;
    text-align:left;
    font-weight: bold;
}
.fairName a{
    color:#393d44;
}
.fairName  a:hover{
    color: #df0010;
}
.fairMemo{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:17px;
    color:#555e71;
    letter-spacing: -0.022em;
    line-height: 1.47059;
    text-align:left;
    margin-top: 8px;
}
.fairElement{
    margin-top: 12px;
}
.fairElement span{
    display: block;
    float: left;
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:15px;
    color:#a4aec3;
    letter-spacing:0;
    line-height:26px;
    width: 100%;
    margin-top: 0.5em;
}
.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;
    margin: 0 auto;
}
.downloadList li+li{
    margin-top: 20px;
}
.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: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    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: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    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: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:14px;
    color:#DF0010;
    letter-spacing:0;
    font-weight: bold;
}

.SustainabilityImgs2 li{
    width: 100%;
    float: left;
    margin-top: 30px;
}
.SustainabilityImgs2 .mr0{
    margin-right: 0;
}
.SustainabilityImgs2 .mgleft25,.SustainabilityImgs2 .mgleft80{
    margin-left: 0;
}

.SustainabilityImgs li{
    width: 90%;
    height: 220px;
    padding: 5%;
    float: left;
    /*margin-right: 20px;*/
    margin-top: 30px;
    position: relative;
}
.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 img{
    position: absolute;
    left: 5%;
    bottom: 5%;
}
.SustainabilityImgs .pright{
    left: 15%;
}
.img1{
    background-color: #06baac;
}
.img2{
    background-color: #01a9e2;
}
.img3{
    background-color: #6fa334;
}
.img4{
    background-color: #ff6928;
}
.img5{
    background-color: #df0212;
}
.img6{
    background-color: #ad5e34;
}

.ServiceImgs li{
    width: 100%;
    height: 270px;
    float: left;
    /*margin-right: 100px;*/
    margin-top:30px;
}
.ServiceImgs .mr0{
    margin-right: 0;
}
.SvimgNmae{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:19px;
    color:#000;
    letter-spacing:0;
    line-height: 1.47059;
    text-align:left;
    margin-top: 10px;
}
.SvimgMemo{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:17px;
    color:#333333;
    letter-spacing:0;
    line-height: 1.47059;
    text-align:left;
    margin-top: 5px;
}
.SvImgs img{
    margin-top: 10px;
}

.values{
    margin-top: 60px;
}
.values li{
    width: 100%;
    height: 148px;
    border: 2px solid #ededed;
    margin-bottom: 90px;
    text-align: center;
    position: relative;
}
.valuesName{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    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: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:14px;
    color:#555e71;
    letter-spacing:0;
    line-height:22px;
}
.values li .valuesBg{
    position: absolute;
    left: 50%;
    top: -33px;
    margin-left: -45px;
}

/*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: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:17px;
    letter-spacing:0;
    font-weight: bolder;
    color: #ffffff;
}
.ml30{
    margin-left: 30px;
}
.ml200{
    margin-left: 200px;
}
.productTable td{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    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;
}



.productTable2{
    border-collapse: collapse;

}
.productTable2  tr  td{
    border: 1px solid #e6e6e6;
    width: 5%;
    height: 32px;
    text-align: center;
}
.productTable2 .mpc{
    display: none;
}
.productTable .mpc{
    display: none;
}
.productTable2 .tableTH{
    background-color: #df0010;
}
.productTable2 .tableTH td{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:17px;
    letter-spacing:0;
    font-weight: bolder;
    color: #ffffff;
}
.ml30{
    margin-left: 30px;
}
.ml200{
    margin-left: 200px;
}
.productTable2 td{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    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: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    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: 96%;
    padding: 2%;
    float: left;
}
.bridgeImg li img{
    width: 100%;
}
.bridgeImg li p{
    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;
    margin: 5px 0;
    text-align: center;
}
.bridge1{
    background-color: #fe6a2a;
}
.bridge2{
    background-color: #df0010;
}
.bridge3{
    background-color: #ad5e34;
}
.bridgeImg li+li{
    margin-top: 20px;
}


.applictionImg li{
    margin-top:50px;
    width: 100%;
    float: left;
}
.applictionImg2 li{
    width: 100%;
    float: left;
}
.applictionImg .mgleft60{
    margin-left: 0;
}
.applictionImg2 .mgleft35{
    margin-left: 0;
}


/*wind*/
.windImg{
    margin-top: 30px;
}
.windImg li{
    width: 360px;
    padding: 10px;
    float: left;
    position: relative;
}
.windImg li p{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:18px;
    color:#ffffff;
    letter-spacing:0;
    line-height:40px;
    text-align:center;
    width: 100%;
    background: rgba(0,0,0,0.3);
    margin-top: -40px;
    transform: translate(0, -80px);
}
.wind1{
    background-color: #08baad;
}
.wind2{
    background-color: #01a9e2;
}
.windImg li+li{
    /*margin-left: 60px;*/
    margin-top: 10px;
}

/*Stainless Steel Tubes*/

.showBox>div{
    width: 360px;
}
.showBox>div img{
    margin-top: 10px;
}

.showBox2>div{
    width: 250px;
    margin-left: 0;
}



#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;
    width: 100%;
}
.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;
}
.Specifications{
    width: 100%;
    float: left;
    margin-top: 20px;
}

/*bottom*/
/*bottom*/
@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- */
}

#bottom .iconfont {
    font-family:"iconfont" !important;
    font-size:32px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
#bottom .bottom{
    background: #f7f7f7;
    width: 100%;
    height: 430px;
}
#bottom .bottomMain{
    width: 100%;
    height: 372px;
    margin: 0 auto;
    padding-top: 6vw;
}
#bottom .bottomInfo{
    height: 280px;
    border-bottom: 1px solid #e5e5e5;
}
#bottom .touch{
    width: 46vw;
    margin-left: 4.6875vw;
}
#bottom .Hours{
    width: 44.4vw;
    margin-left: 3vw;
}
#bottom .Tweets{
    width: 245px;
    margin-left: 85px;
}
#bottom .Route{
    width: 240px;
}
#bottom .bottomTitle{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:20px;
    color:#444444;
    letter-spacing:0;
    line-height:12vw;
    text-align:left;
    font-weight: bold;
}
#bottom .touch li{
    padding-left: 28px;
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:15px;
    color:#9aa3b7;
    letter-spacing:0;
    line-height: 1.47059;
    text-align:left;
    width: auto;
    margin-top: 0;
}
#bottom .touch a{
    color: #9aa3b7;
}
#bottom s.touch a:hover{
    color: #df0010;
}
#bottom .touch li+li{
    margin-top: 12px;
}

#bottom .loc{
    background: url("../images/loc.png") 0 3px no-repeat; background-size: 10px 13px;
}
#bottom .phone{
    background: url("../images/phone_03.png") 0 5px no-repeat;background-size: 10px 13px;
}
#bottom .mail{
    background: url("../images/email_03.png") 0 6px no-repeat;background-size: 12px 9px;
}
#bottom .Hours li{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:15px;
    color:#9aa3b7;
    letter-spacing:0;
    line-height: 1.47059;
    text-align:left;
}
#bottom .Tweets li{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:12px;
    color:#9aa3b7;
    letter-spacing:0;
    line-height:32px;
    text-align:left;
}
#bottom .TweetsInfo{
    text-indent: 18px;
    background: url("../images/tweets_03.png") 0 10px no-repeat;background-size: 12px 10px;
}
#bottom .copyright{
    text-align: center;
    margin-top: 32px;
}
#bottom .copyright .copyrightInfo{
    font-family: "SF-Pro-Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size:10px;
    color:#9aa3b7;
    letter-spacing:0;
    line-height:26px;
    margin-top: 15px;
}
#bottom .copyright .icon a{
    display: inline-block;
    width: 32px;
    height: 32px;
}
#bottom .copyright .icon a+a{
    margin-left: 20px;
}
#bottom .facebook{
    color: #4969a8;
}
#bottom .tt{
    color: #2ca4ef;
}
#bottom .in{
    color: #2DAAE1;
}
#bottom .google{
    color: #db4d40;
}
#bottom .wx{color: #00C771;

}
#bottom .bottom{
    position: relative;
    z-index: 500;
    transition:top 1s linear;
    -ms-transition:top 1s linear; /* IE 9 */
    -moz-transition:top 1s linear; /* Firefox */
    -webkit-transition:top 1s linear; /* Safari 和 Chrome */
    -o-transition:top 1s linear; /* Opera */
}


.top .iconfont {
    font-family:"iconfont" !important;
    font-size:32px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.top .facebook{
    color: #4969a8;
}
.top .facebook:hover{
    color: #4969a8;
}
.ly img{
    width: 30px;
    vertical-align: -4px;
}
.top .link{
    position: absolute;
    left: 30%;
    top: 5vw;
}
.tran{
    transition: all 1.5s;
    -moz-transition: all 1.5s; /* Firefox 4 */
    -webkit-transition: all 1.5s; /* Safari 和 Chrome */
    -o-transition: all 1.5s; /* Opera */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#my-scale img{
    transform: scale(0);
    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;
}
#my-scale img:hover{
    transform: scale(1.2) !important;
}
#shipping-sceen2{
    width: 90%;
    margin: 0 auto;
}
.contact-info>img{
    float: left;
}
#contact .contact-info{
    background-color: #F7F7F7;
    margin-top: 20px;
    overflow: hidden;
}
#contact .contact-info img{
    margin-top: 30px;
    margin-left: 20px;
}
#contact .call {
    float: right;
    width: 80%;
}