@charset "UTF-8";
/*CSS Reset*/
body, div, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form, table, tr, td, th, button, input, select, textarea {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'iconfont';
    src: url('../font_size/iconfont/iconfont.eot');
    src: url('../font_size/iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../font_size/iconfont/iconfont.woff2') format('woff2'),
        url('../font_size/iconfont/iconfont.woff') format('woff'),
        url('../font_size/iconfont/iconfont.ttf') format('truetype'),
        url('../font_size/iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 璧勬簮鍦嗕綋 */
/* @font-face {
    font-family: "ResourceHanRoundedCN";
    src: url('../font/ResourceHanRoundedCN-Regular.ttf');
}*/
body{    
    font-family: 'Microsoft YaHei';
}

img {
    display: block;
    border: none;
    vertical-align: middle;
}

ol, ul {
    list-style: none;
}


button, input, select, textarea {
    font-size: 100%;
    outline: none;
}

input, select, textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    border: 1px solid #ddd;
}

/*textarea{resize:none;}*/
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

em, i {
    font-style: normal;
    font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

/*table td,table th{ border:1px solid #ddd;}*/
table th {
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

[role="button"] {
    cursor: pointer;
}

/*@font-face {
    font-family: "akkR";
    src: url('../font/AKKURATPRO/AKKURATPRO-REGULAR_0.eot');
    src:
            url('../font/AKKURATPRO/AKKURATPRO-REGULAR_0.eot?#iefix') format('embedded-opentype'),
            url('../font/AKKURATPRO/AKKURATPRO-REGULAR_0.woff') format('woff'),
            url('../font/AKKURATPRO/AKKURATPRO-REGULAR_0.ttf') format('truetype');
}

@font-face {
    font-family: "ErasBoldITC";
    src: url('../font/ERASBD.eot');
    src:
            url('../font/ERASBD.eot?#iefix') format('embedded-opentype'),
            url('../font/ERASBD.woff') format('woff'),
            url('../font/ERASBD.ttf') format('truetype');
}

.ErasBoldITC{
  font-family: "ErasBoldITC";
}*/
html, body {
    width: 100%;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #363636;
    margin: 0;
    padding: 0;
     /* font: 100px Arial, "Microsoft YaHei", SimHei; */
    /* background-color: #fff; */
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
@media screen and (max-width:1200px){
    html, body{
        overflow-x: auto;
        width: 1200px;
    }
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
    outline: none !important;
    /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}

a:hover {
    text-decoration: none !important;
}

:after, :before, *::before, *::after {
    box-sizing: border-box;
}

/*box setting*/
.w {
    width: 100%;
}

.h {
    height: 100%;
}

.wh {
    width: 100%;
    height: 100%;
}

.db {
    display: block;
}

.dl {
    display: inline-block;
}

.dn {
    display: none;
}

.hide {
    display: none;
}

.hidden {
    visibility: hidden;
}

/*clear and float*/
.clear::after, .row::after {
    content: "";
    display: table;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*cursor*/
.cursor {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*font*/
.fs12 {
    font-size: 0.12rem;
}

.fs14 {
    font-size: 0.14rem;
}

.fs16 {
    font-size: 0.16rem;
}

.fs18 {
    font-size: 0.18rem;
}

.fs20 {
    font-size: 0.2rem;
}

.fs22 {
    font-size: 0.22rem;
}

.fs24 {
    font-size: 0.24rem;
}

.fs26 {
    font-size: 0.26rem;
}

.fs28 {
    font-size: 0.28rem;
}

.fs30 {
    font-size: 0.3rem;
}

.fs32 {
    font-size: 0.32rem;
}

.fs34 {
    font-size: 0.34rem;
}

.fs36 {
    font-size: 0.36rem;
}

.fs38 {
    font-size: 0.38rem;
}

.fs40 {
    font-size: 0.4rem;
}

.fs50 {
    font-size: 0.5rem;
}

.fs55 {
    font-size: 0.55rem;
}

.fs58 {
    font-size: 0.58rem;
}

.fs120 {
    font-size: 1.2rem;
}

/*position*/
.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}

.w50 {
    width: 50%;
}

.h50 {
    height: 50%;
}

/*text setting*/
.giveMeEllipsis {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t-left {
    text-align: left;
}

.t-center {
    text-align: center;
}

.t-right {
    text-align: right;
}

.t-normal {
    font-weight: normal;
}

.t-weight {
    font-weight: 700;
}

.t-weightM {
    font-weight: 400;
}

/*
!*瀹氫箟婊氬姩鏉￠珮瀹藉強鑳屾櫙 楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*!
::-webkit-scrollbar
{
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

!*瀹氫箟婊氬姩鏉¤建閬 鍐呴槾褰?鍦嗚*!
::-webkit-scrollbar-track
{
    border-radius: 8px;
    background-color: #F5F5F5;
}

!*瀹氫箟婊戝潡 鍐呴槾褰?鍦嗚*!
::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    background-color: #bfc3c6;
}
!*瀹氫箟婊氬姩鏉￠珮瀹藉強鑳屾櫙 楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*!
::-webkit-scrollbar
{
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

!*瀹氫箟婊氬姩鏉¤建閬 鍐呴槾褰?鍦嗚*!
::-webkit-scrollbar-track
{
    border-radius: 8px;
    background-color: #F5F5F5;
}

!*瀹氫箟婊戝潡 鍐呴槾褰?鍦嗚*!
::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    background-color: #bfc3c6;
}
*/

/* 澶撮儴鍥剧墖浠ュ強鍙充晶鐐瑰嚮瀹氬埗鏂规 */
.headHtml{
    overflow: hidden;
    padding-top: 150px;
}
.head {
    height: 150px;
    background-color: #fff;
    z-index: 10;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    /* border-bottom: 1px solid #d9d9d9; */
    box-shadow: 0px 0px 5px 0px rgba(102, 102, 102, 0.2);
}
.head .headContent{
    width: 1200px;
    margin: 0 auto;
}
.head .logo {
    margin-top: 50px;
    height: 50px;
}

.head .logo img {
    height: 100%;
    width: 281px;
}
.welle-en .head .logo img {
    width: 194px;
}
.headRight .head-secondary{
    width: 352px;
    height: 35px;
    margin-top: 30px;
    line-height: 35px;
}
.welle-en .headRight .head-secondary{
    width: 404px;
}
.headRight .head-secondary a.iconfont{
    display: inline-block;
    width: 20px;
    margin-right: 12px;
    font-size: 20px;
    color: #999999;
    vertical-align: top;
}  
.headRight .head-secondary a.iconfont:nth-child(1)::before{
    content: '\e63e';
}
.headRight .head-secondary a.iconfont:nth-child(2)::before{
    content: '\e644';
}
.headRight .head-secondary .language{
    display: inline-block;
    font-size: 16px;
    color: #666666;
    vertical-align: top;
    margin-right: 6px;
}
.headRight .head-secondary .language.active{
    color: #cc1414;
}
.headRight .head-secondary .investor{
    display: inline-block;
    width: 100px;
	height: 35px;
	border-radius: 2px;
    border: solid 1px #cc9e14;
    color: #cc9e14;
    line-height: 33px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
}
.welle-en .headRight .head-secondary .investor{
    width: 145px;
}
.headRight .head-secondary .investor:hover{
    background-color: #cc9e14;
    color: #fff;
}

.headRight .head-secondary .contactUs{
    display: inline-block;
    width: 100px;
	height: 35px;
	border-radius: 2px;
    border: solid 1px #cc1414;
    color: #cc1414;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
}
.headRight .head-secondary .contactUs:hover{
    background-color: #cc1414;
    color: #fff;
}
.head .clickMenuPadding{
    width: 633px;
    height: 40px;
    text-align: right;
    line-height: 40px;
    display: none;
    right: 0;
    top: 85px;
}
.head .clickMenuPadding input{
    width: 320px;
    height: 100%;
    border: 1px solid #cbcbcb;
    font-size: 14px;
    margin-right: 10px;
    padding-left: 10px;
}
.head .clickMenuPadding span.iconfont::before{
    content: '\e6fb';
    font-size: 20px;
    cursor: pointer;
   
}

.displayNone{
    display: none;
}
.head .head-main{
    width: 790px;
    right: 0;
    top: 90px;
}
.welle-en .head .head-main{
    width: 850px;
}
.head .head-main .nav {
    font-size: 16px;
    letter-spacing: 0rem;
    color: #333333;
    margin-right: 77px
}

.welle-en .head .head-main .nav {
    margin-right: 73px;
}
.head .head-main .nav:last-child{
    margin-right: 0;
}

.head .subsidiaryList{
    height: 550px;
    min-width: 350px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px  rgba(202, 202, 202, 0.3);
    right: 0;
    top: 60px;
    display: none;
}
.head .subsidiaryList>a{
    display: block;
    padding: 0 80px;
    line-height: 70px;
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.head .subsidiaryList>a:hover{
    background-color: #F6F6F6;
    color: #cc1414;
}
.head .head-main .nav .cursor{
    display: inline-block;
    color: #333333;
    height: 60px;
}
.head .head-main .nav:nth-child(4) .cursor{
    cursor: unset;
}
.head .head-main .nav .cursor:hover{
    text-align: center;
    color: #cc1414;
}
.head .head-main .nav .cursor .bottom-border {
    display: none;
    width: 15px;
    height: 2px;
    background-color: #cc1414;
    margin: 0 auto;
    margin-top: 10px;
}
.head .head-main .nav .cursor:hover .bottom-border{
    display: block;
}

.head  .menu{
    display: none;
    width: 1200px;
    height: 550px;
    background-color: #f6f6f6;
	box-shadow: 0px 0px 5px 0px  rgba(202, 202, 202, 0.3);
    top: 150px;
    left: 0;
    z-index: 10;
}

.head  .menu ul{
    width: 300px;
    height: 100%;
    background-color: #ffffff;
}
.head  .menu ul li{
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.head .menu ul li.active{
    background-color: #f6f6f6;
    color: #cc1414;
    font-weight: bold;
}
.head .menu ul li .oneTile{
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    
}
.head .menu ul li.active .oneTile{
    color: #cc1414;
}

.head .menu ul li .rightMenu{
    width: 900px;
    height: 550px;
    top: 0;
    left: 300px;
    z-index: 11;
    padding-left: 100px;
    display: none;
}
.head .menu ul li .rightMenu .stair{
    width: 100%;
    text-align: left;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #333333;
}
.head .menu ul li .rightMenu  .viewMore{
    display: block;
    width: 180px;
    line-height: normal;
    font-size: 14px;
    line-height: 19px;
	letter-spacing: 0px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 20px;
}
.head .menu ul li .rightMenu  .viewMore .iconfont{
    margin-left: 10px;
    font-size: 10px;
    transition: all 0.2s ease-in-out;
    
}

.head .menu ul li .rightMenu  .viewMore:hover{
    border-radius: 4px;
    color: #cc1414;
}
.head .menu ul li .rightMenu  .viewMore:hover .iconfont{
    right: 0;
}

.head .menu ul li .rightMenu .secondLevel{
    width: 180px;
    vertical-align: top;
    text-align: left;
    float: left;
    margin-right: 30px;
}
.welle-en .head .menu ul li .rightMenu  .secondLevel{
    margin-right: 105px;
}
.welle-en .head .menu ul li .rightMenu  .secondLevel:last-child{
    margin: 0;
}
.welle-en .head .menu ul li .rightMenu  .viewMore{
    width: 270px;
}
.welle-en .head .menu ul li .rightMenu  .viewMore:hover .iconfont{
    right: unset;
}
.head .menu ul li .rightMenu .secondLevel .secondLevelName{
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 20px;
}

/* 澶撮儴搴曚笅鏌ョ湅鏇村*/
.customizeSolution{
    display: block;
    width: 100%;
    line-height: 50px;
    text-align: center;
    background-color: #192233;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}
.customizeSolution span{
    color: #cc9e14;
}

/* 涓婚瀵艰埅閮ㄥ垎缁撴潫 */
/* 搴曢儴鏍峰紡 */
.footHtml{ 
    width: 100%;
	height: 460px;
	background-color: #192233;
}
.foot {
    padding-top: 60px;
    width: 1200px;
    margin: 0 auto;
}
.foot .detailsBox{
    width: 100%;
    height: 260px;
}
.foot .detailsBox .logoAndShare{
    width: 185px;
    height: 100%;

}
.foot .detailsBox .logoAndShare .footLogo{
    margin-bottom: 20px;
}
.foot .detailsBox .logoAndShare .footLogo,.foot .detailsBox .logoAndShare .footLogo img{
    width: 185px;
    height: 92px;
}
.foot .detailsBox .logoAndShare .shares{
    width: 100%;
    text-align: left;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
    color: #ffffff;
    padding-left: 30px;
}
.foot .detailsBox .logoAndShare .shares>p{
    margin: 0;
}
.foot .detailsBox .logoAndShare .connectUs{
    display: block;
    width: 100%;
    height: 50px;
    color: #fff;
	border-radius: 2px;
    border: solid 1px #ffffff;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}
.foot .navMsg{
    margin-left: 130px;
}
.foot .navMsg .msgList {
    padding-right: 60px;
}

.foot .navMsg .msgList {
    height: 42px;
    color: #ffffff;
    margin-bottom: 2px;
}
.foot .navMsg .msgList p{
    font-size: 18px;
    margin-bottom: 14px;
}

.foot .navMsg .msgList a {
    font-size: 16px;
    height: 34px;
    line-height: 28px;
    color: #999;
}

.foot .navMsg .msgList a:hover {
    text-decoration: underline !important;
}

.foot  .copyRight{
    width: 400px;
	height: 27px;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0px;
    color: #999999;
    margin: 0 auto;
    text-align: center;
    margin-top: 35px;
}
.foot  .copyRight a{
    color: #999999;
}
.welle-en .foot .detailsBox .logoAndShare .shares{
    padding-left: 0;
}
.welle-en .foot .navMsg .msgList {
    padding-right: 20px;
}
.welle-en .foot .navMsg .msgList p {
    font-size: 16px;
    margin-bottom: 14px;
}
.welle-en .foot .navMsg .msgList a {
    font-size: 14px;
}
.welle-en .foot .navMsg {
    margin-left: 33px;
}

/* 搴曢儴缁撴潫 */

.banner_header {
    background: url("./../images/about/banner_header.png") no-repeat top left/100% auto;
    color: #fff;
    font-size: .48rem;
    font-weight: bold;
    line-height: 1.8rem;
}

.about-main .about-nav {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
    line-height: 50px;
}

.about-main .about-nav .nav-link {
    width: 200px;
    height: 160px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    padding: 41px 0;
}

.about-main .about-nav .nav-link .nav-icon {
    width: 45px;
    height: 45px;
    text-align: center;
    margin: 0 auto;
}
.about-main .about-nav .nav-link .nav-icon > em.iconfont::before{
    position: absolute;
    font-size: 43px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.about-main .about-nav .nav-link:nth-child(1) .nav-icon > em.iconfont::before {
    /* background: url("./../images/about/nav_chairman.png") no-repeat center/0.46rem 0.49rem; */
    content: '\e63c';
    color: #cc1414;
}
.about-main .about-nav .nav-link.nav-link.active {
    background-color: #FCF1F1;
}



.about-main .about-nav .nav-link:nth-child(2) .nav-icon> em.iconfont::before {
    content: '\eaf9';
    color: #cc1414;
}


.about-main .about-nav .nav-link:nth-child(3) .nav-icon> em.iconfont::before {
    content: '\e657';
    color: #cc1414;
}


.about-main .about-nav .nav-link:nth-child(4) .nav-icon> em.iconfont::before {
    content: '\e6a4';
    color: #cc1414;
}


.about-main .about-nav .nav-link:nth-child(5) .nav-icon> em.iconfont::before {
    content: '\e6d6';
    color: #cc1414;
}


.about-main .about-nav .nav-link:nth-child(6) .nav-icon> em.iconfont::before {
    content: '\e60f';
    color: #cc1414;
}


/* .about-main .about-nav .nav-link:nth-child(7) .nav-icon {
    background: url("./../images/about/nav_honor.png") no-repeat center/0.52rem 0.5rem;
}

.about-main .about-nav .nav-link:nth-child(7).active .nav-icon {
    background-image: url("./../images/about/nav_honor_active.png");
}

.about-main .about-nav .nav-link:nth-child(8) .nav-icon {
    background: url("./../images/about/nav_innovate.png") no-repeat center/0.54rem 0.48rem;
}

.about-main .about-nav .nav-link:nth-child(8).active .nav-icon {
    background-image: url("./../images/about/nav_innovate_active.png");
} */

.about-main .about-nav .nav-link a {
    color: #000;
}


.solution-main .solution-nav {
    padding-bottom: .06rem;
    margin: 0 2.4rem;
    font-size: 0;
    line-height: .5rem;
    border-bottom: .01rem solid #e6e6e6;
}

.solution-main .solution-nav .nav-link {
    margin: 0 1rem;
    font-size: .16rem;
    font-weight: bold;
    vertical-align: middle;
}

.solution-main .solution-nav .nav-link .nav-icon {
    height: .5rem;
}

.solution-main .solution-nav .nav-link:nth-child(1) .nav-icon {
    background: url("./../images/solution/list-city.png") no-repeat center/0.36rem 0.48rem;
}

.solution-main .solution-nav .nav-link:nth-child(1).active .nav-icon {
    background-image: url("./../images/solution/list-city-active.png");
}

.solution-main .solution-nav .nav-link:nth-child(2) .nav-icon {
    background: url("./../images/solution/list-rural.png") no-repeat center/0.49rem 0.45rem;
}

.solution-main .solution-nav .nav-link:nth-child(2).active .nav-icon {
    background-image: url("./../images/solution/list-rural-active.png");
}

.solution-main .solution-nav .nav-link:nth-child(3) .nav-icon {
    background: url("./../images/solution/list-industrial.png") no-repeat center/0.44rem 0.44rem;
}

.solution-main .solution-nav .nav-link:nth-child(3).active .nav-icon {
    background-image: url("./../images/solution/list-industrial-active.png");
}

.solution-main .solution-nav .nav-link a {
    color: #000;
}

.solution-main .solution-nav .nav-link.active a {
    color: #B72024;
}

.showInPhone {
    display: none;
}

.showInPhone.headP {
    height: 1.2rem;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 20;
    border-bottom: 1px solid #E6E6E6;
}

.showInPhone.headP .logo {
    width: 2.7rem;
    height: 1.2rem;
    line-height: 1.2rem;
    margin: 0 auto;
}

.showInPhone.headP .menu {
    width: 1.1rem;
    height: 1.2rem;
    background: url("../images/index/icon-menu.png") no-repeat center center;
    background-size: 0.49rem;
    top: 0;
    left: 0;
}

.showInPhone.headP .closePhoneS {
    width: 1.1rem;
    height: 1.2rem;
    background: url("../images/index/icon-closeB.png") no-repeat center center;
    background-size: 0.33rem;
    top: 0;
    left: 0;
    display: none;
}

.showInPhone.headP .search {
    width: 1.1rem;
    height: 1.2rem;
    background: url("../images/index/icon-search.png") no-repeat center center;
    background-size: 0.42rem;
    top: 0;
    right: 0;
}

.showInPhone.footer {
    background: #fafafa;
}
.showInPhone.footer  .foot {
    padding: 0.62rem 1.3rem;
    padding-right: 0;
    width: 100%;
    height: 3.5rem;
    background: #f2f2f2;
    background-image: url('../images/index/footBack.png');
}
.showInPhone .foot .shares{
    margin-left: 0.5rem;
}
.showInPhone .foot .shares .sharesName, .showInPhone .foot .shares .sharesCode {
    width: 2.2rem;
    height: 0.525rem;
    line-height: 0.525rem;
    color: #333333;
    text-align: center;
    font-size: 12px;
}

.showInPhone .foot .shares .sharesName {
    color: #fff;
    background-color: #333;
}

.showInPhone .foot .shares .sharesName:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0.02rem solid #ffffff;
    top: 0;
    left: 0;
}
 
.showInPhone .foot .shares .sharesCode {
    background-color: #fff;
}

.showInPhone.footer .copyRight {
    /* height: 0.79rem;
    background: url("../images/index/footBg.png") no-repeat center bottom;
    background-size: 100% 0.32rem;
    margin-top: 0.5rem; */
}
.showInPhone.footer .copyRight span {
    width: 6rem;
    line-height: 0.28rem;
    color: #999;
    margin: 0 auto;
    left: 0.8rem;
    
}

.showInPhone.footer .copyRight span a {
    color: #999;
}

.navWraps {
    padding: 0 0.3rem;
}

.navWraps .navLi {
    border-bottom: 1px solid #d9d9d9;
}

.navWraps .navLi .name {
    height: 0.81rem;
    line-height: 0.81rem;
    font-size: 0.24rem;
    color: #333;
    background-image: url("../images/index/liUp.png");
    background-position: 6.5rem center;
    background-repeat: no-repeat;
    background-size: 0.24rem;
}

.navWraps .navLi .name.ac {
    background-image: url("../images/index/liDown.png");
}

.navWraps .navLi .childLi {
    display: none;
}

.navWraps .navLi .childLi li:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
}

.navWraps .navLi .childLi li a {
    height: 0.81rem;
    line-height: 0.81rem;
    font-size: 0.24rem;
    color: #333;
    padding-left: 0.51rem;
}

.navWraps.navWraps2 .navLi {
    border-color: #c14245;
}

.navWraps.navWraps2 .navLi .name {
    color: #fff;
    background-image: url("../images/index/liUpW.png");
}

.navWraps.navWraps2 .navLi .name.ac {
    background-image: url("../images/index/liDownW.png");
}

.navWraps.navWraps2 .navLi .childLi li:not(:last-child) {
    border-color: #c14245;
}

.navWraps.navWraps2 .navLi li a {
    color: #fff;
}

.phoneS {
    display: none;
    top: 0;
    left: 0;
    background-color: #b60005;
    overflow-y: auto;
    z-index: 15;
    padding-top: 1.2rem;
}

.phoneS .langTag {
    font-size: 0;
    margin-top: 0.76rem;
    padding-bottom: 0.2rem;
}

.phoneS .langTag .langBut {
    width: 0.6rem;
    padding: 0 0.05rem;
    line-height: 0.65rem;
    border-bottom: 2px solid transparent;
    font-size: 0.24rem;
    color: #fff;
}

.phoneS .langTag .langBut.ac {
    border-color: #fff;
}

.phoneS .langTag .langBut:first-child {
    margin-right: 0.56rem;
}

.searchModel {
    display: none;
    padding: 0 0.3rem;
    top: 0;
    left: 0;
    background-color: #b60005;
    overflow-y: auto;
    z-index: 30;
}

.searchModel .inputWrap input {
    height: 1.37rem;
    background-color: #b60005;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #c14245;
    color: #fff;
    padding: 0 0.85rem 0 1.26rem;
    /* for the future */
}

.searchModel .inputWrap input::-webkit-input-placeholder {
    color: #e2999b;
    text-overflow: ellipsis;
}

.searchModel .inputWrap input:-moz-placeholder {
    color: #e2999b !important;
    text-overflow: ellipsis;
}

.searchModel .inputWrap input::-moz-placeholder {
    color: #e2999b !important;
    text-overflow: ellipsis;
}

.searchModel .inputWrap input:-ms-input-placeholder {
    color: #e2999b !important;
    text-overflow: ellipsis;
}

.searchModel .inputWrap .searchIcon {
    width: 0.42rem;
    height: 100%;
    top: 0;
    right: 0.36rem;
    background: url("../images/index/icon-searchW.png") no-repeat center center;
    background-size: 100%;
}

.searchModel .inputWrap .search-arrow {
    border-right: none;
    width: 0.16rem;
    height: 0.1rem;
    background: url("../images/index/selIconWhite.png") no-repeat center/0.14rem 0.14rem;
    vertical-align: middle;
}

.searchModel .inputWrap .search-select {
    vertical-align: middle;
}

.searchModel .search-button {
    width: 1.02rem;
    padding-left: 0.2rem;
    font-size: 0.24rem;
    color: #fff;
    position: absolute;
    line-height: 1.37rem;
}

.searchModel .search-button.up .search-arrow {
    transform: rotateZ(180deg);
}

.searchModel .searchClose {
    width: 0.88rem;
    height: 0.88rem;
    right: 0;
    bottom: 0.65rem;
    left: 0;
    background: url("../images/index/icon-close-circle.png") no-repeat right center/100%;
    margin: 0 auto;
}

.searchModel .search-li {
    padding-left: 0.2rem;
    line-height: 0.82rem;
    color: #fff;
    border-bottom: 1px solid #c14245;
}

.fz-reset {
    font-size: 14px !important;
    line-height: 2;
}
.banner{
    background-color: #F6F6F6;
}
.banner .link-container {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 60px;
    /*margin-bottom: 38px;*/
    background:none;
}

.banner .link-container .dl {
    font-size: 12px;
    vertical-align: middle;
}
 
.banner .link-container .link-split.dl {
    font-size: 14px;
    color: #333333;
    margin: 0 12px;
}

.banner .link-container .link-name.dl {
    font-size: 14px;
    color: #333333;
}

.banner .link-container .link-name.dl a {
    font-size: 14px;
    color: #333333;
}
.banner .link-container .link-name.dl:last-child{
    font-weight: bold;
}
.banner .back-img .link-container .link-split.dl {
    font-size: 14px;
    color: #fff;
    margin: 0 12px;
}

.banner .back-img .link-container .link-name.dl {
    font-size: 14px;
    color: #fff;
}

.banner .back-img .link-container .link-name.dl a {
    font-size: 14px;
    color: #fff;
}


.redline {
    position: relative;
}
.redline:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -.09rem;
    left: 0;
    width: .32rem;
    height: .03rem;
    background: #B72024;
    margin: 0 auto;
}

.pamiddle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.welle-en .head .childCompany .selectedText {
    width: auto;
    max-width: 1.8rem;
}

.welle-en .about-main .about-nav {
    line-height: 1.5;
}
.welle-en .about-main .about-nav .nav-link .nav-icon {
    margin-bottom: .1rem;
}


.welle-en .solution-main .solution-nav .nav-link {
    max-width: 3rem;
    margin: 0 .5rem;
}



.welle-en .solution-main .solution-nav {
    line-height: 1.5;
}
.solution-main .solution-nav .nav-link .nav-icon {
    margin-bottom: .1rem;
}



.fill {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#DIN {
    font-family: 'DIN' !important;
}


/*# sourceMappingURL=common.css.map */
/* 淇敼radio鏍峰紡 */
.radio {
    font-size: 16px;
}
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.radio-label{
    padding-left: 20px;
    text-align: justify;
    display: block;
    cursor: pointer;
}
.radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #ffffff;
    border-radius: 100%;
    border: 1px solid #cc1414;
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 2px;
    left: -6px;
    position: absolute;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #cc1414;
    box-shadow: inset 0 0 0 4px #ffffff;
}
.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #cc1414;
}
.radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #ffffff;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}



/* 灏忔彁绀哄脊绐 */
#tipsShade{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position:fixed;
    left:0px;
    top:0px;
    display:none; 
    z-Index:300; 
}
#tipsShade .tipsContent{
    width: 3rem;
	height: 1rem;
    background-color: #ffffff;
    font-size: 0.16rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1rem;
	letter-spacing: 0rem;
    color: #333333;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: calc(50% - 0.5rem);
}

/* 甯︽寜閽脊妗 */
#inquiryShade{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position:fixed;
    left:0px;
    top:0px;
    display:none; 
    z-Index:300; 
}
#inquiryShade .noIcon{
    width: 4.7rem;
    height: 2.2rem;
    background-color: #ffffff;
    font-size: 0.16rem;
    color: #333333;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: calc(50% - 1.1rem);
    padding: 0.64rem 0.55rem;
}
#inquiryShade .iconfont.close{
    font-size: 15px;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    cursor: pointer;
}
#inquiryShade .noIcon .content{
    width: 100%;
    font-size: 0.16rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
    color: #333333;
    margin-bottom: 0.4rem;
}
#inquiryShade .noIcon .operate{
    width: 100%;
    padding:0 0.84rem;
}
#inquiryShade .noIcon .operate .dl{
    width: 0.8rem;
    height: 0.35rem;
    margin-right: 0.2rem;
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.35rem;
    vertical-align: top;
    cursor: pointer;
}
#inquiryShade .noIcon .operate .dl.yes{
    background-color: #ffffff;
    border: solid 1px #cc1414;
	color: #333333;
}
#inquiryShade .noIcon .operate .dl.no{
    background-color: #cc1414;
    color: #ffffff;
    margin-right: 0;
}

#inquiryShade .haveIcon{
    width: 5.2rem;
	height: 3.6rem;
    background-color: #ffffff;
    font-size: 0.16rem;
    color: #333333;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: calc(50% - 1.8rem);
    padding: 0.8rem 0;
}

#inquiryShade .haveIcon .IconTips{
    width: 100%;
	height: 0.5rem;
    margin-bottom: 0.3rem;
    padding:0 1.5rem;
}
#inquiryShade .haveIcon .IconTips em{
    font-size: 0.5rem;
    color: #cc1414;
    margin-right: 0.2rem;
}
#inquiryShade .haveIcon .IconTips span{
    font-size: 0.3rem;
	font-weight: bold;
	font-stretch: normal;
	line-height: 0.55rem;
	letter-spacing: 0rem;
    color: #333333;
    vertical-align: top;
}
#inquiryShade .haveIcon .content{
    width: 100%;
    font-size: 0.18rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0rem;
    color: #333333;
    margin-bottom: 0.4rem;
    text-align: center;
}
#inquiryShade .haveIcon .handle{
    width: 100%;
    padding: 0 0.1rem;
}
#inquiryShade .haveIcon .handle .dl{
    width: 1.5rem;
	height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    font-size: 16px;
    vertical-align: top;
    margin-right: 0.2rem;
}
#inquiryShade .haveIcon .handle .dl.anew{
    background-color: #ffffff;
	border: solid 1px #cc1414;
}

#inquiryShade .haveIcon .handle .dl.closePresale{
    color: #ffffff;
    background-color: #cc1414;
    margin-right: 0;
}


/* 鍏敤鏆傛棤鏁版嵁鍐欐硶 */
.emptyIcon{
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding-bottom: 50px;
    font-size: 20px;
    color: #dbdbdb;
}
.emptyIcon .iconfont{
   font-size: 200px;
   color: #f3f3f3;
}

/* 鏈€浼樻诞鍔ㄩ棴鍚堟柟妗 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}