html, body, div,h1, h2, h3, h4, h5, h6, p,
a, em, img, q, s, small,b, u, i,dl, dt,
dd, ol, ul, li,form, label,table, caption, tbody,
tfoot, thead, tr, th, td,article,footer, header,
menu, nav,section, time, audio, video,button ,input,textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: "Arial","Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
    font-weight: normal;
    vertical-align: baseline;
    text-decoration: none;
    line-height: 1.2
}
a{
    display: inline-block;
    text-decoration: none;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clear{
    clear: both;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.clearfloat{zoom:1;}

.clearfloat:after{
    display:block;
    clear:both;
    content:"";
    overflow:hidden;
    height:0;
}
.spill{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.multiSpill{
    word-break:break-all;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    /* -webkit-line-clamp:3;*/
    overflow:hidden;
}
input {
    -webkit-appearance:none;
    -moz-appearance:none;
    cursor:pointer;
}
textarea{
    -webkit-appearance:none;
    -moz-appearance:none;
}
input:focus{
    outline:none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
select:focus{
    outline:none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
textarea:focus{
    outline:none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
button:focus{
    outline:none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
.wrapper{
    min-width: 980px;
    max-width: 1170px;
    margin: auto;
}
.container img{
    width:100%;
    display:block;
}
button{
    cursor:pointer;
}
select{
    cursor:pointer;
}
input type:checkbox{
    cursor:pointer;
}
input type:radiobox{
    cursor:pointer;
}

body{background-color: #f4f4f4;color: #666;}
a{ color: #333;}

.containerone .topSection{
    background:url(../images/innonetopbanner.jpg) no-repeat;
    width:100%;
    background-size:100% 100%;
    padding-bottom: 50px;
}
.containerone .topheadsec h1.commonpart{
    text-align:center;
    font-size:31px;
    color:#fefefe;
    padding:40px 0 15px 0;
    letter-spacing: 5px;
}
.containerone .topheadsec h1.commonpartcolor{
    color:#040404;
}
.containerone .topheadsec{
    margin:0 auto;
}
.containerone .bordtwo{
    border-bottom: 1px solid #a0968c;
   
    display:inline-block;
    margin:-6px 0 0 10%;
}
.containerone .bordthree{
    background:url(../images/innoneheartblack.png) no-repeat 0px 0px;
    width:15px;
    height:12px;
    display:inline-block;
    margin:-6px 0 0 10%;
}
.containerone .topmainsec{
    margin-top:20px;
}
.containerone .topsecone{
    background:rgba(25,25,25,.7);
    width:20.5%;
    padding:18px 1.5% 25px 1.5%;
    margin-left:2%;
    cursor:pointer;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#2f2a24, endColorstr=#2f2a24);
}
.containerone .topseconemarginnone{
    margin-left:0;
}
.containerone .topsecimg{
    width:100%;
}
.containerone .bordone{
    border-bottom:1px solid #a0968c;
    height:1px;
    width:70px;
    display:inline-block;
}
.containerone .topsecone h2{
    font-size:20px;
    color:#fff;
    text-align:center;
    padding:17px 0 25px 0;
}
.containerone .textmain{
    min-height:200px;
    font-size: 14px;
    line-height: 1.5;
    color:#999;
}
.containerone .topsecone h3{
    font-size:15px;
    color:#fff;
    text-align:center;
    line-height:27px;
}
.containerone .buttonclasss:hover {
    color:#fff !important;
}
.containerone .buttonclass{
    font-size:17px;
    color:#fff;
    cursor:pointer;
    text-align:center;
    margin:0 13%;
    padding:11px 20%;
    background:#4c4c4c url(../images/rightarrow.png) no-repeat 141px 13px;
}
.containerone .buttonclass:hover {
    background:#e32235 url(../images/rightarrow.png) no-repeat 141px 13px;
}

.containerone .secondsecsecond{
    margin:30px 0 85px 0;
}
.containerone .secondsecsecond .secmain{
    width: 48%;
    margin-right: 4%;
}
.containerone .secondsecsecond .secmainimg{
    width:100%;
    cursor:pointer;
    position:relative;
}
.containerone .secondsecsecond .secmainimg:hover .mainhover{
    background:rgba(25,25,25,.7) !important;
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#464543, endColorstr=#464543);
}
.containerone .secondsecsecond .secmainimg:hover .buttonclassback{
    display:block;
}
.containerone .secondsecsecond .secmainimgmarg{
    margin-right:0 !important;
}
.containerone .buttonclassback{
    background:#a51d21 url(../images/rightarrow.png) no-repeat 115px 12px !important;
    position:absolute;
    top:45%;
    left:20%;
    padding:10px 10% !important;
    display:none;
}
.containerone .secondsecsecond  .secmain h3{
    color:#2d2d2d;
    font-size:20px;
    text-align:center;
    padding:15px 0;
    border-bottom: solid 1px #ddd;
}
.containerone .secondsecsecond  .secmain h4{
    color:#777777;
    font-size:12px;
    text-align:center;
    border-bottom:1px solid #efefef;
    padding-bottom:20px;
}
.containerone .secondsecsecond  .secmain p{
    font-size:13px;
    color:#777777;
    padding:20px 0;
    line-height:20px;
}
.containerone .thirdsection{
    background:url(../images/innonesecondbanner.jpg) no-repeat;
    width:100%;
    height:785px;
    background-size:100% 100%;
}
.containerone .thirdsection .thirdtopsec{
    padding:15px 0 40px 0;
}
.containerone .thirdsection .thirdmainsec{
    width:30%;
    margin-right:5%;
    cursor:pointer;
}
.containerone .thirdsection .thirdmainsecmarg{
    margin-right:0;
}
.containerone .thirdmaintop{
    width:130px;
    height:130px;
    margin:0 auto;
    border:2px solid #757672;
    border-radius:50%;
    overflow:hidden;
}
.containerone .innersmall{
    width:45%;
    margin:35px auto;
}
.containerone .thirdsection .thirdmainsec h1{
    font-size:30px;
    color:#fff;
    text-align:center;
    padding:30px 0 10px 0;
}
.containerone .thirdsection .thirdmainsec h2{
    font-size:18px;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
}
.containerone .thirdsection .thirdmainsec p{
    color:#777777;
    font-size:13px;
    line-height:24px;
    text-align:center;
    padding:25px 0 35px 0;
}
.containerone .thirdsection .thirdsub{
    width:62%;
    margin:0 auto;
    padding:40px 0 60px 0;
}
.containerone .thirdsection .buttlast{
    background:#424242 url(../images/rightarrow.png) no-repeat 120px 12px;
    color:#fffefe;
    font-size:18px;
    padding:10px 16%;
    margin:0 15%;
    cursor:pointer;
}
.containerone .thirdsection .thirdmainsec:hover .hoverlast{
    background:rgba(11,12,9,.7);
    width:100%;
    height:100%;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#131313, endColorstr=#131313);
}
.containerone .thirdsection .thirdmainsec:hover .buttlast{
    background:#af1219 url(../images/rightarrow.png) no-repeat 120px 12px;
}
.containerone .thirdsection .thirdmainsec:hover .thirdmaintop{
    background:#af1219;
    border:2px solid #af1219;
}
.containerone .fourthsection .fourthmain ul li{
    float:left;
    width:13%;
    margin-right:8%;
}
.containerone .fourthsection .nomargin{
    margin-right:0 !important;
}
.containerone .fourthsection .fourthmain{
    padding:30px 0 50px 0;
}
.containerone .fourthsection .youthology{
    width:35% !important;
    margin:100px 11% 0 13% !important;
}
.containerone .fourthsection .topspace{
    margin-top:50px;
}
.containerone .fourthsection .topspacetwo{
    margin:95px 0 0 4.6% !important;
}

.fourthsection .row img{ height: 120px; width: auto;}

/*containerone end here*/

/*containerTwo ends here*/
.containerTwo{
    position:relative;
}
/*----------slider----------*/
.containerTwo .slider{
    width:100%;
    display:block;
}
.containerTwo .device {
    width: 100%;
    display:block;
    position: relative;
}

.swiper-container:hover .arrows{
    display:block;
}
.arrows{
    position: absolute;
    z-index:300;
    top:50%;
    display:none;
    margin-top: -28px;
    cursor: pointer;
}
.arrow-left {
    background:url(../images/innarrowlft.png) no-repeat left top;
    width:30px;
    height:56px;
    left: 42px;
}
.arrow-right {
    background:url(../images/innarrowrgt.png) no-repeat left bottom;
    width:30px;
    height:56px;
    right: 42px;
}
.containerTwo .swiper-container {
    display:block;
    width:100%;
}

/*----------end-slider----------*/
/*selection starts here*/
.containerTwo .selectionSet .subselectionSet .nice-select ul{
    width: 100%;
    display: none;
    position: absolute;
    left: -1px;
    top: 38px;
    overflow: hidden;
    background-color: #fff;
    overflow-y: auto;
    border: 1px solid #999;
    border-top: 0;
    z-index: 9999;
}
.containerTwo .selectionSet .subselectionSet .nice-select ul li{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
    cursor: pointer;
    padding-left: 10px;
}
.containerTwo .selectionSet .subselectionSet .nice-select ul li.on{
    background-color: #e0e0e0;
}
.containerTwo .selectionSet{
    background:#000;
    padding:20px 0px;
}
.containerTwo .selectionSet .subselectionSet{
    max-width: 1170px;
    min-width: 980px;
    margin: auto;
    display:block;
    text-align:center;
}
.containerTwo .selectionSet .subselectionSet .nice-select{
    width: 20%;
    height: 40px;
    border: 1px solid #666666;
    position: relative;
    background: #fff url(../images/downarrow.png) no-repeat 90% 50%;
    margin-right:1%;
    border-radius:3px;
    display:inline-block;
    vertical-align:middle;
    padding-right: 50px;
    padding-left: 10px;
    white-space:nowrap; 
    text-overflow:ellipsis;
}
.containerTwo .selectionSet .subselectionSet .nice-select input{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px \9;
    border: 0;
    outline: 0;
    background: none;
    color:#333;
    text-align:center;

}
.containerTwo .selectionSet .subselectionSet .nice-select input::-webkit-input-placeholder{
    color:#999;
    font-size:16px;
    text-align:center;
}

/*selection ends here*/
.containerTwo .selectionSet .button{
    width:20%;
    display:inline-block;
    vertical-align:middle;
}
.containerTwo .selectionSet button.redButton{
    font-size:16px;
    color:#fff;
    background:#e32235;
    border-radius:3px;
    width:100%;
    height:42px;
}
/*datetimepicker  starts here*/
.containerTwo .selectionSet .subselectionSet .nice-date{
    width: 20%;
    height: 40px;
    border: 1px solid #666666;
    position: relative;
    background:#fff url(../images/calender.jpg) no-repeat no-repeat 95% 50%;
    margin-right:1%;
    border-radius:3px;
    display:inline-block;
    vertical-align:middle;
    line-height:40px;

}
.containerTwo .selectionSet .subselectionSet .nice-date input{
    display: block;
    width: 100%;
    height: 40px;
    border: 0;
    outline: 0;
    background: none;
    color:#333;
    padding:0;
    text-align:center;
    font-size: 16px;
}
.containerTwo .selectionSet .subselectionSet .nice-date input::-webkit-input-placeholder{
    color:#999;
}
.form-group {position: relative; width: 100%;}
.form-control,.simulation-input {
    width: 100%;
    line-height: 16px;
    font-size: 12px;
    color: #4b555b;
    background: none;
    outline: none;
    border: 1px solid #d3dcdd;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 -1px;
    padding: 7px 8px;
    *padding-left: 0;
    *padding-right: 0;
    *text-indent: 8px;
    *float: left;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.float-left{float:left;}
/*datetimepicker  ends here*/
/*tabbed button starts*/
.projects_main_bottom .TabbedPanelsTabGroup {
    width:14%;
}
.projects_main_bottom .TabbedPanelsTab {
    font-size:18px;
    color: #fff;
    cursor: pointer;
    padding: 19px 0%;
    background:#464646;
    text-align: center;
    margin-bottom:16px;
    letter-spacing:1px;
}
.projects_main_bottom .tabOne{
    margin-top:50px;
}
.projects_main_bottom .TabbedPanelsTab:hover{
    color:#fff;
    background:#151515;
}
.projects_main_bottom .TabbedPanelsTabSelected{
    color:#fff;
    background:#151515;
}
.projects_main_bottom .TabbedPanelsTab:focus{
    outline:none
}
.projects_main_bottom .TabbedPanelsContentGroup {
    width:86%;
    height: 485px;
    overflow: hidden;
}
.projects_main_bottom .TabbedPanelsContentGroup .poss .subPoss{
    width:100%;
    background:#151515;
}
/*tabbed button ends*/
/*innSetTwo start here*/
.containerTwo .innSetTwo {
    background:url(../images/inntabbackground.jpg) no-repeat;
    background-size:cover;
    width:100%;
}
.containerTwo .innSetTwo .subinnSetTwo{
    min-width: 980px;
    max-width: 1170px;
    margin:0 auto;
    padding-bottom:20px;
}
.containerTwo .innSetTwo .subinnSetTwo h1.innSetTwoTitle{
    text-align:center;
    color:#fefefe;
    font-size:35px;
    padding:72px 0 40px 0;
    letter-spacing: 2px;
}
.containerTwo .tabTwoSet{
    width:100%;
    margin:0 auto;
}
.containerTwo .tabTwoSet .setOne{
    width:44%;
    margin:0 4%;
}
.containerTwo .tabTwoSet .lastSet{
    margin-right:0;
    margin-left: 0;
}
.containerTwo .tabTwoSet .setOne .setImage{
    width:100%;
    margin-top:42px;
}
.containerTwo .tabTwoSet .setOne .setImage img{
    height:240px;
    margin: 0 auto;
}
.containerTwo .tabTwoSet .setTexts h1{
    color:#fefefe;
    font-size:20px;
    text-align:center;
    padding:14px 0 8px 0;
}
.containerTwo .tabTwoSet .setTexts h2{
    color:#777777;
    font-size:12px;
    text-align:center;
    border-bottom:1px solid #6a6a6a;
    padding-bottom:10px;
}
.containerTwo .tabTwoSet .setTexts p{
    color:#777777;
    font-size:12px;
    width:95%;
    margin:0 auto;
    line-height:18px;
    padding:15px 0;
}
.containerTwo .tabTwoSet .last{
    width:140px;
    margin:12px auto 0 auto;
}
.containerTwo .last .linkBox{
    background-position:83% 50% !important;
}
.containerTwo .lastTab{
    width:95%;
    margin:0 auto;
    padding:33px 0;
    padding: 33px 0 40px 0;
}
.containerTwo .lastTab h1{
    color:#fefefe;
    font-size:20px;
    padding-bottom:4px;
    text-align:center;
    margin-bottom: 30px;
}
.containerTwo .lastTab p{
    color:#777777;
    font-size:12px;
    line-height:2;
}
.containerTwo .lastTab .lastBox{
    width:140px;
    overflow:hidden;
    margin-top:30px;
    float: right;
}
.containerTwo .lastTab .tabLeft{
    width:48%; 
}
.containerTwo .lastTab .tabRight{
    width:48%; 
}
.containerTwo .lastTab .slide_image{
    width:100%;
}
.containerTwo .lastTab .sameHeight{
    padding:20px 30px;
}
.containerTwo .lastTab .lastBox .redLast{
    background-position:84% 50% !important;
}
.containerTwo .lastTab .tabRight{
    height:326px !important;
}
.containerTwo .lastTab .tabRight .swiper-slide{
    height:326px !important;
}

.containerTwo .lastTab .tabRight .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom:-38px;
    width: 100%;
    z-index:300;
}
.containerTwo .lastTab .tabRight .swiper-pagination-switch {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 17px;
    background: rgba(255,255,255,0.55);
    margin: 0 4px;
    cursor: pointer;
    opacity:.9;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C7B7B7B7, endColorstr=#C7B7B7B7);
}
.containerTwo .lastTab .tabRight .swiper-active-switch {
    background: #ff0006 !important;
}
.containerTwo .lastTab .tabRight .swiper-pagination-switch{
    width:10px !important;
    height:10px !important;
    background:#433333;
}
.containerTwo .projects_main_bottom .TabbedPanelsContentGroup .poss .subPoss .loopSet .loop{
    width: 22%;
    margin-right: 4%;
}
.containerTwo .projects_main_bottom .loopSet{
    padding:40px;
}
.containerTwo .projects_main_bottom .loopSet .loop h3.top{
    font-size:18px;
    color:#fff;
    padding:30px 0px;
    text-align: center;
}
.containerTwo .projects_main_bottom .loopSet .loop p.paraOne{
    color:#777777;
    font-size:11px;
    line-height:20px;
    margin-bottom:25px;
    min-height: 100px;
}
.containerTwo .projects_main_bottom .loopSet .loop.loop-extra{
    margin-right:0px !important;
}
.containerTwo .projects_main_bottom .linkBox{
    text-align:center;
    padding:8px 0;
    margin-bottom:27px;
    background:url(../images/rightarrow.png) no-repeat 90% 50% #e32235 ;
    color:#fff;
    font-size:14px;
    cursor:pointer;
}
.containerTwo .projects_main_bottom .linkBox a{
    color:#fff;
}
/*innSetTwo start here*/

/*innSetFive starts*/
.containerTwo .innSetFive .subinnSetFive{
    min-width: 980px;
    max-width: 1170px;
    margin: 0 auto;
}
.containerTwo .innSetFive{
    background:#e9e9e9;
}
/*.containerTwo .innSetFive .subinnSetFive {
    width: 80.3%;
    margin: 0 auto;
}*/
.containerTwo .innSetFive{
    background:#e9e9e9;
    padding:82px 0 65px 0;
}
.containerTwo h3.thick{
    color:#000;
    font-size:35px;
    text-align:center;
    padding:0px 0 40px 0;
    letter-spacing: 2px;
}
.containerTwo .setFiveloop {
    width: 48%;
    cursor: pointer;
    margin: 0px 0% 55px 0%;
    float: left;
}
.containerTwo .setFiveloopextra{
    margin-right:0% !important;
}
.containerTwo .special {
    width:48%;
    float:right;
}
.containerTwo .fifthSecImgTxtSet{
    width:100%;
}
.containerTwo .fifthSecImg {
    width: 31%;
}
.containerTwo .fifthSecTxt{
    padding:0 0 0 4%;
    width:64%;
    float:left;
}
.containerTwo .fifthSecTxt h1 {
    color:#000;
    font-size:20px;
    padding-bottom:18px;
}
.containerTwo .fifthSecTxt span.border{
    border-bottom:1px solid #8c8c8c;
    width:56px;
    display:block;
}
.containerTwo .fifthSecTxt h2{
    color:#000;
    font-size:16px;
    padding-top:15px;
}
.containerTwo .fifthSecTxt h2 span{
    padding-right:7px;
}
.containerTwo .lftSpace{
    padding-left:7px;
}
.containerTwo .longRedArroe{
    width:38px;
    padding-top:20px;
}
/*innSetFive ends*/

/*innSetOne starts here*/
.innSetOne{
	overflow:hidden;
	margin-bottom:40px;
}
.innSetOne .thicker{
	color: #000;
    font-size: 35px;
    text-align: center;
	padding:72px 0px 0px 0px;
    letter-spacing: 2px;
}

#box{
	position:relative;
	width:1200px;
	height:500px;
	margin:40px auto 0;
}

#box .loading{ width:42px;height:42px;position:absolute;
    left: 50%;top: 40%;margin-left:-21px;margin-top:-21px;z-index:10;
    -webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;
    -webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;
    animation:swiper-preloader-spin 1s steps(12,end) infinite}
#box .loading:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}

#box ul{
	position:relative;
	width:1200px;
	height:500px;
}
#box li{
	position:absolute;
	list-style:none;
	background:#000;
	width:0;height:0;
	top:146px;
	left:377px;
	z-index:0;
	cursor:pointer;
}
#box li img{width:100%;height:100%;vertical-align:top;}
#box .prev, #box .next{
	width:39px;
	height:60px;
	text-decoration:none;
	position:absolute;
	z-index:20;
	bottom:-32px;
}
#box .prev{background:url(../images/innroundarrowtwo.jpg) no-repeat;
	background-position:0 0; cursor: pointer;
	left:530px;}
#box .next{background:url(../images/innroundarrowone.jpg) no-repeat;
	background-position:0px 0; cursor: pointer;
	right:550px;
}	
#box li .b_tit{
	width:100%;
	height:160px;
	left:0px;
	margin:0px;
	background:#eee !important;
    opacity:0.95;
    display: none;
}
#box li .opacity{
	width:100%;
	height:120px;
	/*filter:alpha(opacity=40); 
	opacity:0.4; */
	position:absolute;
	z-index:1; 
	bottom:0px;
	left:0px;
}
#box .redBorder {
    display: block !important;
    border-bottom: 2px solid #e21529;
    width: 60px !important;
    padding: 5px 0px 0px 0px !important;
	margin-left:5px !important;
}
#box li .tit{
	width:324px;
	padding:0 10px 0px 10px;
	position:absolute;
	z-index:2;
	left:0px;
}
#box li .tit span{
	width:100%;
	font-weight:bold;
	float:left;
	text-align:left;
	line-height:25px;
	color:#000;
	font-size:19px;
	margin:0px;
	padding:8px 0px 0px 5px;
}
#box li .tit span.hoverText{
	width:80%;
	font-weight:normal;
	float:left;
	text-align:left;
	line-height:1.5;
	color:#000;
	font-size:12px;
	margin:0 auto;
	padding:0px 0px 0px 5px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#box li .tit span em{
	color:#ba0707;
	font-style:normal;
	float:none;
}
#box li .tit .someText{
	color:#999;
	line-height:25px;
	float:left;
	margin:0px;
	padding:5px 0 2px 5px;
	font-weight:normal;
	font-size:14px;
    width: 80%;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
#box .b_tit{
	position:absolute;
	bottom:0px;
}
#box .rbrdr {
    width: 40%;
    border: 1px solid #d7d7d7;
    position: absolute;
    bottom: 20px;
    right: 60%;
}
#box .lbrdr {
    width: 40%;
    border: 1px solid #d7d7d7;
    position: absolute;
    bottom: 20px;
    right: 2%;
}


/*innSetOne ends here*/


/* innSetThree starts here*/
.containerTwo .innSetThree{
    padding:72px 0px;
}
.containerTwo .innSetThree .ThreeBlock{
    width:21%;
    border:1px solid #e32235;
    color:#e32235;
    font-size:18px;
    text-align:center;
    margin:0 auto;
    padding:14px 0px;
    cursor: pointer;
}
.containerTwo .innSetThree .ThreeBlock span{
    background: url(../images/smallredarr.jpg) no-repeat 0px 0px;
    background-size: cover;
    display: inline-block;
    height: 18px;
    width: 21px;
    position: relative;
    top: 4px;
    margin-left:20px;

}
.containerTwo .innSetThree .subinnerSetThree{
    min-width: 980px;
    max-width: 1170px;
    margin:0 auto;
}
.containerTwo .innSetThree .subinnerSetThree .highOne{
    width:31.8%;
    margin-right:2.3%;
}
.containerTwo .innSetThree .subinnerSetThree .highOne-extra{
    margin-right:0% !important;
}
.containerTwo .innSetThree .subinnerSetThree .highOne .bigBuild{
    position:relative;
    cursor:pointer;
    margin-bottom: 7%;
}
.containerTwo .innSetThree .subinnerSetThree .highOne .smallBuild{
    position:relative;
    cursor:pointer;
    margin-bottom: 7%;
    height: 248px;
}
.containerTwo .innSetThree .subinnerSetThree .highOne span.position{
    position:absolute;
    left:0;
    bottom:0;
    color:#fff;
    font-size:21px;
    text-indent:20px;
    padding-bottom:20px;
    width:100%;
    background:rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: -1px -12px 15px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -12px 15px -2px rgba(0,0,0,0.75);
    box-shadow: -1px -12px 15px -2px rgba(0,0,0,0.75);
}
.containerTwo  .innSetThree .subinnerSetThree .highOne .bigBuild:hover .hoverfirst{
    display:flex;
    align-content:center;
    justify-content:center;
    flex-direction:column;
    display:block\9;
}
.containerTwo .innSetThree .subinnerSetThree .highOne .smallBuild:hover .hoversecond{
    display:flex;
    align-content:center;
    justify-content:center;
    flex-direction:column;
    display:block\9;
}
.containerTwo .hoverfirst{
    position:absolute;
    background:rgba(25,25,25,.7);
    top:0;
    display:none;
    width:100%;
    height:100%;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2f2a24', endColorstr='#2f2a24');
}
.containerTwo .hoversecond{
    position:absolute;
    top:0;
    display:none;
    width:100%;
    height:100%;
    background:rgba(25,25,25,.7);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2f2a24', endColorstr='#2f2a24');
}
.containerTwo .hovoneimg{
    width:30px;
    display:inline-block;
    margin:0 auto;
    display:block\9;
    margin-top:50%\9;
}
.containerTwo .home .hovoneimg{
    width:30px;
    display:inline-block;
    margin:0 auto;
    display:block\9;
    margin-top:15%\9;
}
.containerTwo .hovonesimg{
    width:30px;
    display:inline-block;
    margin:0 auto;
    display:block\9;
    margin-top:22%\9;
}
.containerTwo .hovetwoimg{
    width:27px;
    display:inline-block;
    margin-right:10px;
    vertical-align:middle;
    justify-content:center;
}
.containerTwo .innSetThree .subinnerSetThree .highOne .smallBuild h2{
    font-size:18px;
    color:#fff;
    text-align:center;
    padding:10px 0;
}
.containerTwo .innSetThree .subinnerSetThree .highOne .smallBuild h3{
    font-size:16px;
    color:#fff;
    text-align:center;
}
.containerTwo .innSetThree .subinnerSetThree .highOne .bigBuild h2{
    font-size:18px;
    color:#fff;
    text-align:center;
    padding:30px 0 20px 0;
}
.containerTwo .innSetThree .subinnerSetThree .highOne .bigBuild h3{
    font-size:16px;
    color:#fff;
    text-align:center;
}
/*innSetThree ends here*/

/*innerSetFour starts here*/
.containerTwo .innerSetFour{
    min-width: 980px;
    max-width: 1170px;
    margin: auto;
}
.containerTwo .innerSetFour .home{
    width:100%;
    margin:0 auto;
    position:relative;
    cursor:pointer;
    margin-bottom:70px;
}
.containerTwo .innerSetFour .home h2{
    font-size:20px;
    color:#fff;
    text-align:center;
    padding:30px 0 20px 0;
}
.containerTwo .innerSetFour .home  h3{
    font-size:16px;
    color:#fff;
    text-align:center;
}
.containerTwo .innerSetFour .artText{
    font-size:35px;
    color:#000000;
    text-align:center;
    padding:0px 0px 40px 0px;
    letter-spacing: 2px;
}
.containerTwo .innerSetFour .artTexBox{
    width:100%;
    background:rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: -1px -12px 15px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -12px 15px -2px rgba(0,0,0,0.75);
    box-shadow: -1px -12px 15px -2px rgba(0,0,0,0.75);
    bottom:0;
    position:absolute;
}
.containerTwo .innerSetFour .artTexBox h1{
    color:#fff;
    font-size:20px;
    bottom:18px;
    padding:0 0 16px 40px;
}
.containerTwo .innerSetFour .hoverBox{
    width:100%;
    position:absolute;
    height:100%;
    bottom:0;
    background:rgba(0, 0, 0, 0.5);
    display:none;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#2f2a24, endColorstr=#2f2a24);
}
.containerTwo .home:hover .hoverBox{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    display:block\9;
}
/*innerSetFour ends here*/
#list .hove .b_tit{
    bottom:0 !important;
}
@media \0screen\,screen\9 {
    .containerTwo .hoverfirst{
        position:absolute;
        background:rgba(25,25,25,.7);
        top:0;
        display:none;
        width:100%;
        height:100%;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2f2a24', endColorstr='#2f2a24');
    }
    .containerTwo .hoversecond{
        position:absolute;
        top:0;
        display:none;
        width:100%;
        height:100%;
        background:rgba(25,25,25,.7);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2f2a24', endColorstr='#2f2a24');
    }
    .containerTwo .hovoneimg{
        width:30px;
        display:block;
        margin:50% auto 0 auto !important;
    }
    .containerTwo .hovonesimg{
        width:30px;
        display:block;
        margin:22% auto 0 auto;
    }
    .containerTwo .hovetwoimg{
        width:27px;
        display:inline-block;
        margin-right:10px;
        vertical-align:middle;
        justify-content:center;
    }
    .containerTwo .innSetThree .subinnerSetThree .highOne .smallBuild h2{
        font-size:18px;
        color:#fff;
        text-align:center;
        padding:10px 0;
    }
    .containerTwo .innSetThree .subinnerSetThree .highOne .smallBuild h3{
        font-size:16px;
        color:#fff;
        text-align:center;
    }
    .containerTwo .innSetThree .subinnerSetThree .highOne .bigBuild h2{
        font-size:18px;
        color:#fff;
        text-align:center;
        padding:30px 0 20px 0;
    }
    .containerTwo .innSetThree .subinnerSetThree .highOne .bigBuild h3{
        font-size:16px;
        color:#fff;
        text-align:center;
    }
    .containerTwo  .innSetThree .subinnerSetThree .highOne .bigBuild:hover .hoverfirst{
        display:block !important;
    }
    .containerTwo .innSetThree .subinnerSetThree .highOne .smallBuild:hover .hoversecond{
        display:block !important;
    }
    .containerTwo .home .hovoneimg{
        width:30px;
        display:block;
        margin:15% auto 0 auto !important;
    }
}

.hide{ display: none;}
.center{ text-align: center;}
.mt20 { margin-top: 20px;}
.mb20 { margin-bottom: 20px;}
.w100 { width: 100%;}
.bgfff{ background: #fff;}
.mb15 {margin-bottom: 15px;}
.dashed { padding-bottom: 20px; border-bottom: dashed 1px #c6c6c6;}
.red{color: #e32235;}
.mr20{margin-right: 20px;}
.fs18{font-size: 18px;}
.underline{ text-decoration: underline;}

.row-wrapper{margin:0 auto; clear:both; height:auto; overflow:hidden; margin-top:20px;position:relative;}
.row{height:auto; overflow:hidden; clear:both; margin-left:-20px;}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 , .aside, .main{display: inline; float: left; margin-left: 20px; min-height: 1px;}

 /*格子系统 960*/
.row-wrapper{
	 width:940px;
}
.col1{ width: 60px;} 
.col2, .aside{ width: 140px; } 
.col3{ width: 220px; } 
.col4{ width: 300px; } 
.col5{ width: 380px; }
.col6{ width: 460px; } 
.col7{ width: 540px; } 
.col8{ width: 620px; } 
.col9{ width: 700px; } 
.col10, .main{ width: 780px; } 
.col11{ width: 860px; } 
.col12{ width: 940px;}

.fill1{ margin-left: 100px;}
.fill2{ margin-left: 180px;}
.fill3{ margin-left: 260px;}
.fill4{ margin-left: 340px;}
.fill5{ margin-left: 420px;}
.fill6{ margin-left: 500px;}
.fill7{ margin-left: 580px;}
.fill8{ margin-left: 660px;}
.fill9{ margin-left: 740px;}
.fill10{ margin-left: 820px;}
.fill11{ margin-left: 900px;}


/*格子系统 1200*/
@media(min-width:1200px) {
	.row{ margin-left: -30px;}
	.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 , .aside, .main{margin-left: 30px; }
	
	.row-wrapper, .w1200 .row-wrapper{ width:1170px ;}
	.col1{ width: 70px;} 
	.col2, .aside{ width: 170px; } 
	.col3{ width: 270px; } 
	.col4{ width: 370px; } 
	.col5{ width: 470px; }
	.col6{ width: 570px; } 
	.col7{ width: 670px; } 
	.col8{ width: 770px; } 
	.col9{ width: 870px; } 
	.col10, .main{ width: 970px; } 
	.col11{ width: 1070px; } 
	.col12{ width: 1170px; }
	
	.fill1{ margin-left: 130px;}
	.fill2{ margin-left: 230px;}
	.fill3{ margin-left: 330px;}
	.fill4{ margin-left: 430px;}
	.fill5{ margin-left: 530px;}
	.fill6{ margin-left: 630px;}
	.fill7{ margin-left: 730px;}
	.fill8{ margin-left: 830px;}
	.fill9{ margin-left: 930px;}
	.fill10{ margin-left: 1030px;}
	.fill11{ margin-left: 1130px;}
} 
/*格子系统768*/
@media(min-width:768px) and (max-width:979px) {
	.row-wrapper{ width:748px ; }
	.col1{ width: 44px;} 
	.col2, .aside{ width: 108px; } 
	.col3{ width: 172px; } 
	.col4{ width: 236px; } 
	.col5{ width: 300px; }
	.col6{ width: 364px; } 
	.col7{ width: 428px; } 
	.col8{ width: 492px; } 
	.col9{ width: 556px; } 
	.col10, .main{ width: 620px; } 
	.col11{ width: 684px; } 
	.col12{ width: 748px; }
	
	.fill1{ margin-left: 84px;}
	.fill2{ margin-left: 148px;}
	.fill3{ margin-left: 212px;}
	.fill4{ margin-left: 276px;}
	.fill5{ margin-left: 340px;}
	.fill6{ margin-left: 404px;}
	.fill7{ margin-left: 468px;}
	.fill8{ margin-left: 532px;}
	.fill9{ margin-left: 596px;}
	.fill10{ margin-left: 660px;}
	.fill11{ margin-left: 724px;}
} 

.header{
    background:#2d2c2c;
    position:relative;
    z-index:100;
}
.header img{
    display:block;
    height: 24px;
}
.header .headleft{
    width:20%;
    cursor:pointer;
    margin-top: 28px;
}
.header .headeright{
    margin:27px 0;
    padding-left:25px;
}
.header .headmidd{
    margin-left:15%;
    width:40%;
}
.header .paddleft{
    padding:28px 0 28px 50px !important;
}
.header .headmidd .mainmenu li{
    font-size:16px;
    color:#fff;
    text-align:center;
    margin-right:10%;
}
.header .wholediv{
    background:#434142;
    cursor:pointer;
    float:right;
    border:1px solid #434142;
    margin-left:20px;
}
.header .changerdiv{
    width: 80px;
    float: left;
    font-size: 12px;
    text-align:center;
    padding:3px 0;
    color:#ffffff;
}
.header .changerdiv a{color:#fff;display: block; height: 100%;}
.header .normal{
    background:#434142;
}
.header .changed{
    background:#262425;
}
.header .headmidd .nav li{
    display:inline-block;
    font-size:16px;
    color:#fff;
}
.header .changerhead{
    float:left;
    color:#fff;
    font-size:16px;
}
.header .navmenu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.header .navmenu ul li {
    display: block;
    position: relative;
    float: left;
    margin-right:1%;
}
.header .navmenu li ul {
    display: none;
}
.header .navmenu li ul li a{
    padding:10px 15px;
    min-width:103px;
    font-size:14px;
    color:#fff;
}
.header .backarrow{
    background:url(../images/headerdownarrow.png) no-repeat 85px 35px;
}
.header .navmenu ul li a {display: block;
    text-decoration: none;
    white-space: nowrap;color: #fff;
    padding:28px 9px;
    min-width:99px;
    text-align:center;
    font-size:18px;
}

.header .navmenu ul li ul li a{text-align:left;}

.header .navmenu li:hover ul{
    display: block;
    position: absolute;
    background:#2d2c2c;
}
.header .navmenu li:hover li{
    float: none;
}
.header  #drop-nav li ul li{
    border-top: 0px;
}
.header .header-rightbox{
    float:right;
    padding-top:28px;
}
.header .header-rightbox li{
    float:left;
}
.header .linktext{
    display: block;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding-right:19px;
    border-right:2px solid #908f8f;
    margin-top: 3px;
}

.footer{
    background:#000;
}

.footer .footerone{ margin-bottom: 20px;}
.footer .footeroneleft{
    width:32%;
}
.footer .footerlogo{
    width:95%;
    margin:90px 0 20px 0;
    cursor:pointer;
}
.footer .barone{
    width:25%;
    margin-left:20px;
}
.footer .barone img{width: 90px;}
.footer .barone h2{
    font-size:12px;
    color:#fff;
    text-align:center;
    padding:10px 0 35px 0;
}
.footer .footeronemidd{
    width:30%;
    margin-top:60px;
}
.footer .footeroneright{
    width:29%;
    margin-top:50px;
}
.footer .footertwo{
    border-top: 1px solid #333333;
}
.footer .footertwo h3{
    color:#9a9a9a;
    font-size:14px;
    text-align:center;
    padding:20px 0;
}
.footer .footertwo a{
    color:#9a9a9a;
}
.footer .footeronemidd dl dd{
    color:#9a9a9a;
    font-size:12px;
    text-align:center;
    padding-top:10px;
}
.footer .footeronemidd dl{
    width:30%;
    cursor:pointer;
}
.footer .footeronemidd dl dt{
    width:100%;
    text-align: center;
}
.footer .footeronemidd dl dt img{width: 46px;}
.footer .margtop{
    margin-top:25px;
}
.footer .footeroneright ul{
    list-style:disc !important;
}
.footer .footeroneright ul li{
    color:#9a9a9a;
    font-size:13px;
    padding-bottom:18px;
}

.divisionTitle {
    font-size: 35px;
    color: #000;
    line-height: 88px;
    height: 88px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    letter-spacing: 5px;
}
.divisionTitle span {
    display: block;
    width: 46px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -23px;
    /*background-color: #aeaeae;*/
}

.space-list{ 
    color: #333; background-color: #fff; margin-bottom: 20px; 
    position: relative; padding: 10px 10px 20px 10px;
    height: 422px;
    overflow: hidden;
}
.space-list img{ width: 100%;}
.space-list .decribeTitle { font-size: 18px; line-height: 26px; margin-bottom: 0; padding-top: 12px;}
.space-list .newPriceStyle {
    font-size: 16px;
    line-height: 28px;
    color:red;
    font-weight: normal;
    margin-bottom: 0;
    padding-top: 12px;
}
.space-list .decribeSmall {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-bottom: 0px;
    position: relative;
}
.space-list .hotIcon {
    width: 66px;
    height: 66px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../images/hotIconImg.png) right top no-repeat;
}

.space-detal{ position: relative;}
.space-detal .partTitle {
    font-size: 30px;
    color: #000;
    line-height: 54px;
    margin-bottom: 14px;
    border-bottom: dashed 1px #c6c6c6;
}
.space-detal .contParagraph {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
.space-detal .coverMoodList {overflow: hidden;}
.space-detal .coverMoodList li {
    width: 130px;
    height: 148px;
    padding-top: 40px;
    float: left;
    background-color: #aeaeae;
    margin-right: 10px;
    position: relative;
}
.space-detal .coverMoodList li i {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
}
.space-detal .coverMoodList li i img{
    width: 100%;
}
.space-detal .coverMoodList li span {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    text-align: center;
}
.space-detal .baseStructureList{
    overflow: hidden;
}
.space-detal .baseStructureList li {
    display: inline-block;
    vertical-align: top;
    width: 110px;
    margin: 0 30px 20px 0;
}
.space-detal .baseStructureList li i {
    display: block;
    width: 68px;
    height: 68px;
    margin: 0 auto;
}
.space-detal .baseStructureList li i img{
    width: 100%;
}
.space-detal .baseStructureList li span {
    display: block;
    font-size: 12px;
    color: #333;
    margin-top: 10px;
    text-align: center;
}
.space-detal .info{
    background-color: #fff;
    padding: 24px 20px;
}
.space-detal .info .itemPrice {
    padding: 10px 0;
    border-bottom: dashed 1px #c7c7c7;
}
.space-detal .info .itemPrice small {
    width: 100px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 0;
    display: inline-block;
    vertical-align: bottom;
}
.space-detal .info .itemPrice.rightHeavierThanLeft big {
    font-size: 14px;
    color: #333;
    float: right;
    line-height: 24px;
    padding-top: 8px;
    display: inline-block;
    vertical-align: bottom;
}
.space-detal .info .itemPrice.rightHeavierThanLeft span {
    font-size: 20px;
    color: #111;
    line-height: 36px;
    float: right;
    display: inline-block;
    vertical-align: bottom;
}
.space-detal .info .itemChoice {
    margin: 20px 0 10px 0;
}
.space-detal .info .itemChoice a {
    display: block;
    height: 42px;
    border: solid 1px #e32235;
    text-align: center;
    margin-bottom: 20px;
}
.space-detal .info .itemChoice a:hover {
    background-color: #e32235;
}
.space-detal .info .itemChoice a .orderVisit {
    background: url(../images/scheduleIcon.png) center center no-repeat;
}
.space-detal .info .itemChoice a:hover .orderVisit {
    background: url(../images/scheduleIcon2.png) center center no-repeat;
}
.space-detal .info .itemChoice a i {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    margin-right: 10px;
}
.space-detal .info .itemChoice a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #e32235;
    line-height: 42px;
}
.space-detal .info .itemChoice a:hover span {
    color: #fff;
}
.space-detal .info .itemAddress .lineWrap {
    display: block;
    margin-bottom: 8px;
    overflow: hidden;
}
.space-detal .info .itemAddress .lineWrap .star {
    background: url(../images/fiveAngleStarIcon.png) 0px center no-repeat;
}
.space-detal .info .itemAddress .lineWrap .position {
    background: url(../images/positionIcon.png) 4px 2px no-repeat;
}
.space-detal .info .itemAddress .lineWrap .label {
    padding-left: 26px;
    float: left;
}
.space-detal .info .itemAddress .lineWrap span {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.space-detal .info .itemAddress .lineWrap .labelCont {
    margin-left: 110px;
}
.space-detal .info .contactsZone .zoneTitle {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: dashed 1px #c6c6c6;
    margin-bottom: 20px;
}
.space-detal .info .contactsZone{
    font-size: 14px;
}
.space-detal .info .contactsZone .photoArea .portrait {
    width: 82px;
    height: 82px;
    overflow: hidden;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    position: relative;
}
.space-detal .info .contactsZone .photoArea .portrait .portraitMask {
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    background: url(../images/portraitMaskSmallImg.png) center center no-repeat;
}
.space-detal .info  .contactsZone .photoArea .name {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    font-size: 18px;
    padding-left: 12px;
}
.space-detal .info  .contactsZone .photoArea .name span {
    display: block;
}
.space-detal .info .contactsZone .photoArea .name .jobSpan {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-top: 10px;
}
.space-detal .info .contactsZone .ulStyle li {
    padding: 6px 0 6px 26px;
    line-height: 18px;
    word-break: break-all;
    word-wrap: break-word;
}
.space-detal .info .contactsZone .ulStyle li.telbg {
    background: url(../images/icon_tel.png) 0 50% no-repeat;
}
.space-detal .info .contactsZone .ulStyle li.emailbg {
    background: url(../images/icon_email.png) 0 50% no-repeat;
}
.com-wrap{ padding-top: 20px; padding-bottom: 40px;}
.com-left {
    background: #fff;
}
.com-left .inner{
    padding:20px;
}
.com-left .menu-list li {
    padding: 0 15px;
    border-bottom: 1px dashed #dedede;
}
.com-left .menu-list li a {
    padding: 15px 0 15px 20px;
    display: block;
    background: url(../images/arrow_1.png) 0 50% no-repeat;
}
.com-left .menu-list li a.current {
    background: url(../images/arrow_2.png) 0 50% no-repeat;
    color: #e32235;
}
.com-right {background: #fff; }
.com-right .inner{padding:20px;}
.com-right  .title {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.com-right  .title h2 {
    font-size: 24px;
    padding: 0 20px 15px 2px;
    display: inline-block;
    zoom: 1;
    position: relative;
}
.com-right .title h2 i {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background: #e32235;
}
.com-right .banner {
    width: 100%;
    padding: 20px 0 10px;
}
.com-right .resource li{
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.com-right .resource li:hover {
    background: #f9f9f9;
}
.com-right .resource li a {
    display: block;
    width: 100%;
    position: relative;
}
.com-right .resource li .pic {
    position: absolute;
    left: 0;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    overflow: hidden;
    border-radius: 5px;
}
.com-right .resource li .txt {
    padding: 6px 0 6px 80px;
}
.com-right .resource li .txt h2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.com-right .resource li .txt p {
    font-size: 12px;
    line-height: 24px;
}
.com-right .resource li a:after {
    content: '';
    width: 11px;
    height: 20px;
    background: url(../images/arrow_3.png) 0 50% no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -10px 0 0;
}
.com-right .right {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 200px;
}
.com-right .right li {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 16px;
}
.com-right .right li .rightIcon {
    display: block;
    width: 46px;
    height: 46px;
    float: left;
}
.com-right .right li .itemDetail {
    margin-left: 60px;
    padding: 0 20px 0 0;
}
.com-right .right li .itemDetail h3 {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-bottom: 0px;
}
.com-right .right li .itemDetail h4 {
    font-size: 12px;
    color: #999;
    line-height: 18px;
}
.com-right .content {padding-top: 20px; line-height: 1.5; text-align: left;}
.com-right .content h1 {width: 100%;text-align: center; font-size: 24px; line-height: 36px; }
.com-right .content h1 span {display: inline-block; border-bottom: solid 1px #161616; margin-bottom: 20px; }

.com-right .news{
    padding-top: 20px;
}
.com-right .news li {
    border-bottom: solid 1px #eee;
    margin-bottom: 20px;
}
.com-right .news li a {
    display: block;
    overflow: hidden;
}
.com-right .news li a i {
    display: block;
    width: 130px;
    height: 90px;
    overflow: hidden;
    float: left;
}
.com-right .news li a i img {
    display: block;
    width: 100%;
}

.com-right .news li a small {
    display: block;
    width: 100px;
    float: right;
    font-size: 12px;
    color: #333;
    line-height: 20px;
    text-align: right;
}

.com-right .news li a h6 {
    margin: 0 150px 0 150px;
    font-size: 14px;
    color: #333;
    line-height: 26px;
}
.com-right .job {
    padding-top: 20px;
}
.com-right .job li {
    margin-bottom: 15px;
}
.com-right .job li .jobTitle {
    padding: 0 27px;
    height: 46px;
    background-color: #f4f4f4;
}
.com-right .job li .jobTitle span {
    display: block;
    width: 600px;
    padding-left: 34px;
    font-size: 14px;
    color: #333;
    line-height: 46px;
    font-weight: bold;
    float: left;
    background: url(../images/jobTitlePortraitIcon.jpg) left center no-repeat;
}
.com-right .job li .jobDetailCont {
    padding: 30px 60px;
    font-size: 14px;
}
.com-right .job li .jobDetailCont p{
    margin-bottom: 10px;
}
.com-right .job li .jobDetailCont p span{
   color: #e00413;
}
.visit{ padding: 20px; background-color: #fff; margin-bottom: 20px;}
.visit .label{ 
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top:10px;
}
.visit .field{ display: block; margin-bottom: 20px;overflow: hidden;}
.visit .field div{ width: 98%;}
.visit .field input{ 
    width: 100%;
    font-size: 14px;
    line-height: 42px;
    height: 42px;
    border: solid 1px #c2c2c2;
    padding-left: 10px;
}
.visit .btn button {
    display: block;
    margin: 30px 0 0 0;
    font-size: 18px;
    color: #fff;
    line-height: 46px;
    background-color: #e32235;
    text-align: center;
    padding:0 20px;
    width: 100%;
   
}
.visit .active{
    display: block;
    background-color: #e32235;
    padding: 10px 20px;
    width: 230px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    float: left;
    color: #fff;
 }
 .visit .showmore{
    display: block;
    width: 90px;
    height: 26px;
    float: left;
    margin-left: 24px;
    padding-top: 12px;
}
 .visit .fold {
    font-size: 14px;
    color: #666;
    width: 90px;
    line-height: 26px;
}
.visit .foldUp {
    display: block; background: url(../images/fildDownBtnImg.png) 60px center no-repeat;
}
.visit .foldDown {
    display: none; background: url(../images/fildUpBtnImg.png) 40px center no-repeat;
}
.visit .moreItemBox {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    background-color: #f4f4f4;
    margin-top: 14px;
    display: none;
}
.visit .moreItemBox li {
    width: 29%;
    height: 40px;
    float: left;
    border: solid 1px #c2c2c2;
    margin: 5px 0 5px 2%;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    padding-left: 10px;
    cursor: pointer;
}
.visit .moreItemBox li.choosed {
    border: solid 1px #e32235;
    background-color: #e32235;
    color: #fff;
}


.activity .info .title{ font-size: 24px; line-height: 1.5; color: #333; word-break: break-all; margin-bottom: 25px; min-height: 50px;}
.activity .info .time,.activity .info .address{ color: #e32235; margin-bottom: 10px; font-size: 14px;}
.activity .info .more{
    margin-top: 25px;
    display: block;
    width: 196px;
    height: 46px;
    background-color: #e32235;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 46px;}
.activity .info .old{background-color: #a4a4a4;}

.visit .itemName{margin: 15px 0;}
.visit h5{color: #e32235; font-size: 16px; margin-bottom: 15px;}

.qalist li {
    position: relative;
    padding: 0 0 36px 90px;
    min-height: 50px;
    display: block;
}
.qalist li .leftSymbol {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 90px;
}
.qalist li .leftSymbol i {
    display: block;
    position: absolute;
}

.qalist li .leftSymbol .decoration1 {
    right: 0;
    height: 0;
    top: 22px;
    left: 45px;
    border-bottom: dashed 1px #c3c3c3;
}
.qalist li .leftSymbol .decoration2 {
    bottom: 0;
    width: 0;
    top: 45px;
    left: 22px;
    border-left: dashed 1px #c3c3c3;
}
.qalist li .leftSymbol .img {
    width: 46px;
    height: 46px;
    left: 0;
    top: 0;
}
.qalist li .rightCont h5 {
    padding: 5px 16px;
    font-size: 18px;
    color: #e32235;
    line-height: 40px;
    background-color: #fff;
    margin-bottom: 18px;
}
.qalist li .rightCont p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.map-space{}
.map-space li {
    padding: 18px 0;
    border-bottom: dashed 1px #c6c6c6;
    overflow: hidden;
}
.map-space li .positionIcon {
    display: block;
    width: 14px;
    height: 28px;
    float: left;
    background: url(../images/positionIconImg.jpg) center center no-repeat;
}
.map-space li .itemDetail {
    margin-left: 28px;
}
.map-space li .itemDetail .itemName {
    font-size: 18px;
    color: #000;
    line-height: 24px;
    margin-bottom: 4px;
}
.map-space li .itemDetail .itemEng {
    font-size: 10px;
    color: #666;
    line-height: 14px;
    margin-bottom: 5px;
}
.map-space li .itemDetail .itemPhone {
    overflow: hidden;
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.baiduMap {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}
.baiduMap .mapZone {
    width: 100%;
    height: 100%;
}
.baiduMap .resultCont {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -600px;
    width: 220px;
    padding: 40px 20px 0;
    color:#fff;
    font-size: 14px;
    line-height: 30px;
    background: url(../images/opacityNinetyTwoRedImg2.png) left top repeat;
}
.baiduMap .resultCont .positionIcon {
    display: block;
    width: 30px;
    height: 40px;
    margin: 0 auto;
}
.baiduMap .resultCont h5 {
    font-size: 20px;
    color: #fff;
    margin: 20px 0;
    text-align:center;
}
.baiduMap .resultCont h5 .icon{ width:18px; height:24px; display:block; float:left; margin-right:10px; }
.baiduMap .resultCont h5 .cn{margin-left:55px;}
.baiduMap .resultCont h5 .en{margin-left:45px;}
.baiduMap .resultCont h5 .link{text-align:left;}
.baiduMap .resultCont h5 a {
    font-size: 14px;
    color: #fff;
}
.baiduMap .resultCont h6{line-height: 1.5;margin-top: 10px;}


.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}
.swiper-container-no-flexbox .swiper-slide{float:left}
.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}
.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}
.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}
.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-lazy-preloader{ width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}
.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}
.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}


.selectul{
    position:relative;
    display:inline-block;
    cursor:pointer;
    float:left;
    margin-right:10px;
}
.selectul ul{
    position:absolute;
    left:0;
    top:0px;
    background:#fff;
    border:1px solid #bdc3c7;
    border-top:none;
    padding:0px;
    overflow:hidden;
    overflow-y:auto;
    display:none;
    padding-top: 31px;
    -webkit-box-shadow:1px 1px 2px #eee;
    box-shadow:1px 1px 2px #eee;
}
.selectul ul li{
    height:20px;
    line-height:20px;
    color:#6a7576;
    font-size:12px;
    padding:5px 10px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.selectul ul li:hover{
    background:#666;
    color:#fff;
    cursor:pointer;
}
.selectul select{
    display:none;
}

.selectfocus{
    height:30px;
    line-height:30px;
    border:1px solid #d3dcdd;
    background-color: #fff;
    padding:0 0 0 8px;
    position: relative;
    z-index: 1002;
}
.selectfocus em{
    height:30px;
    display:block;
    background:url(../images/select-arr-default.gif) no-repeat right 0;
    font-style:normal;
    color:#4b555b;
    padding-right:8px;
    line-height:30px;
    text-align:center;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.select_ul_show .selectfocus{
    /*border-color:#91c4e5;
    border-bottom-color:#edf4f8;*/
}
.select_ul_show .selectfocus em{
    background-position:right -28px;
}



.datepicker-container {
  font-size: 12px;
  line-height: 30px;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 210px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  direction: ltr !important;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.datepicker-container:before,
.datepicker-container:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: ' ';
  border: 5px solid transparent;
}

.datepicker-dropdown {
  position: absolute;
  z-index: 1;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
          box-shadow: 0 3px 6px #ccc;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left:before,
.datepicker-top-left:after,
.datepicker-top-right:before,
.datepicker-top-right:after {
  top: -5px;
  left: 10px;
  border-top: 0;
}

.datepicker-top-left:before,
.datepicker-top-right:before {
  border-bottom-color: #39f;
}

.datepicker-top-left:after,
.datepicker-top-right:after {
  top: -4px;
  border-bottom-color: #fff;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left:before,
.datepicker-bottom-left:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  bottom: -5px;
  left: 10px;
  border-bottom: 0;
}

.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
  border-top-color: #39f;
}

.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
  bottom: -4px;
  border-top-color: #fff;
}

.datepicker-top-right:before,
.datepicker-top-right:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  right: 10px;
  left: auto;
}

.datepicker-panel > ul:before,
.datepicker-panel > ul:after {
  display: table;
  content: ' ';
}

.datepicker-panel > ul:after {
  clear: both;
}

.datepicker-panel > ul {
  width: 102%;
  margin: 0;
  padding: 0;
}

.datepicker-panel > ul > li {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
}

.datepicker-panel > ul > li:hover {
  background-color: #eee;
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  cursor: default;
  color: #ccc;
  background-color: #fff;
}

.datepicker-panel > ul > li[data-view='years prev'],
.datepicker-panel > ul > li[data-view='year prev'],
.datepicker-panel > ul > li[data-view='month prev'],
.datepicker-panel > ul > li[data-view='years next'],
.datepicker-panel > ul > li[data-view='year next'],
.datepicker-panel > ul > li[data-view='month next'],
.datepicker-panel > ul > li[data-view='next'] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view='years current'],
.datepicker-panel > ul > li[data-view='year current'],
.datepicker-panel > ul > li[data-view='month current'] {
  width: 150px;
  height: 24px; line-height: 24px;
}

.datepicker-panel > ul[data-view='years'] > li,
.datepicker-panel > ul[data-view='months'] > li {
  line-height: 52.5px;
  width: 52.5px;
  height: 52.5px;
}

.datepicker-panel > ul[data-view='week'] > li,
.datepicker-panel > ul[data-view='week'] > li:hover {
  cursor: default;
  background-color: #fff;
}

.datepicker-hide {
  display: none;
}

.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px; margin: 0 auto;}
.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#333;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#e32235;background-color:#eee;border-color:#ddd}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#e32235;border-color:#e32235}
.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}
.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}
.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}
.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}
.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}

.text-truncate {
    display: block;
    word-wrap: normal; /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.bg000{ background-color: #000;}
.index-swiper2-left{ background-image:url(../images/innarrowlft.png) no-repeat left top; position: absolute;top:35%; left:15px; z-index:2; cursor:pointer; }
.index-swiper2-right{background-image:url(../images/innarrowrgt.png) no-repeat left top; position: absolute;top:35%; right:15px; z-index:2; cursor:pointer;}
