@font-face {
    font-family: 'HELVETICANEUELTPRO-THEX';
    src: url('../other/HELVETICANEUELTPRO-THEX.otf');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}



input {
    border: none;
    background: none;
    outline: 0;
}

textarea {
    outline: 0;
}

.clear1 {
    clear: both;
}

.fl1 {
    float: left;
}

.fr1 {
    float: right;
}

html {
    font: 62.5% Arial;
    color: #929292;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background: #1a1b1c;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
/*
html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
*/
body {
    margin: 0 auto;
    font-size: 1.3rem;
}

.imgcw1 {
    margin: 0 auto;
    display: block;
    float: none;
    max-width: 100%;
    height: auto;
}

.transform1 {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.ellipsis1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}

.iPage1{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
}

.scrollView1 {
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 300px;
    height: calc(100% - 50px);
    height: -webkit-calc(100% - 50px);
    position: relative;
}

.plr51 {
    padding: 5px 5px;
}

.plr101 {
    padding: 0 14px;
}

.plr201 {
    padding: 0 20px;
}

#leftcontrol1 {
    width: 260px;
    height: 100%;
    background: #202122;
    position: fixed;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
	z-index:999;
}

#leftcontrol1 >ul {
    padding-top: 0px;
}

#leftcontrol1 ul li {
    display: block;
    min-height: 49px;
    border-top: 1px solid #272727;
    font-size: 1.3rem;
    width: 100%;
}

#leftcontrol1 ul li .subnav1 {
    height: 0;
    overflow: hidden;
}

#leftcontrol1 ul li a {
    display: block;
    color: #777777;
    padding: 0 25px;
    height: 49px;
    line-height: 49px;
}

#leftcontrol1 > ul > li.active a {
    background: #111111;
    color: #fff;
}

#leftcontrol1 ul li.active a.hassub1 {
    background: #222324;
}

#leftcontrol1 ul li a span {
    display: inline-block;
}

#leftcontrol1 ul li a span.circle1 {
    width: 8px;
    height: 8px;
    border: #474747 1px solid;
    border-radius: 5px;
    margin-right: 20px;
}

#leftcontrol1 ul li.active a span.circle1 {
    border-color: #00c0ff;
    background-color: #00c0ff;
}

#leftcontrol1 ul.subnav1 li a {
    background: #19191A;
    color: #7e7e7e;
}

#leftcontrol1 ul.subnav1 li a i {
    margin-right: 20px;
    font-size: 1.5rem;
    color: #3e3e3e;
}

#leftcontrol1 ul.subnav1 li.active a {
    background: #060606;
}

#leftcontrol1 ul li a span.more1 {
    width: 12px;
    height: 12px;
    position: relative;
    float: right;
    top: 20px;
}

#leftcontrol1 ul li a span.more1 span {
    background: #474747;
    position: absolute;
}

#leftcontrol1 ul li a span.more1 span.h1 {
    width: 12px;
    height: 2px;
    transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
}

#leftcontrol1 ul li a span.more1 span.v1 {
    transform: rotate3d(0, 0, 1, 90deg) translate3d(5px, 0, 0);
    -webkit-transform: rotate3d(0, 0, 1, 90deg) translate3d(5px, 0, 0);
}

#leftcontrol1 ul li.active a span.more1 span.v1 {
    transform: rotate3d(0, 0, 0, 0) translate3d(0, 5px, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0) translate3d(0, 5px, 0);
}

#sitewapper1 {
    height: 100%;
}

#sitecontent1 {
    background: #fff;
    z-index: 1;
    position: relative;
    height: 100%;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.6);
}

body.open1 #sitecontent1 {
    transform: translate3d(260px, 0, 0);
    -webkit-transform: translate3d(260px, 0, 0);
}

#header1 {
    width: 100%;
    height: auto;
    background: #191a20;
    height: 50px;
}

.lcbody1 {
    width: 30px;
    height: 30px;
    position: relative;
    transform: translateZ(0px) rotate(0deg);
    transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99);
}

.lcitem1 {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateZ(0px) rotate(0deg);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
    -webkit-transform: translateZ(0px) rotate(0deg);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
    width: 30px;
    height: 30px;
}

.lcitem1 .rect1 {
    width: 30px;
    height: 1px;
    background: #999999;
    position: absolute;
    left: 0;
    top: 14px;
    transition: transform 0.2s ease 0.2s;
    -webkit-transition: -webkit-transform 0.2s ease 0.2s;
}

.lcitem1 .rect1.top1 {
    transform: translate3d(0px, -6px, 0px);
    -webkit-transform: translate3d(0px, -6px, 0px);
}

.lcitem1 .rect1.bottom1 {
    transform: translate3d(0px, 6px, 0px);
    -webkit-transform: translate3d(0px, 6px, 0px);
}

body.open1 .lcbody1 {
    transform: translateZ(0px) rotate(90deg);
    -webkit-transform: translateZ(0px) rotate(90deg);
}

body.open1 .lcitem1{
    transform: translateZ(0px) rotate(45deg);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
    -webkit-transform: translateZ(0px) rotate(45deg);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
}

body.open1 .lcitem1.bottom1 {
    transform: translateZ(0px) rotate(-45deg);
    -webkit-transform: translateZ(0px) rotate(-45deg);
}

body.open1 .lcitem1 .rect1 {
    transition: transform 0.2s ease 0s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform 0.2s ease 0s;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

#header1 .btn1 {
    padding: 10px 15px;
    background: transparent;
}

#logo1 {
    width: 180px;
    height: 30px;
    padding:0 10px 0;
    display: block;
    margin: 0 auto;
}

#logo1 img {
    height: 50px;
    max-width: 220px;
    display: block;
    margin: 0 auto;
    float: none;
}

#indexPage1 #mslider1 {
    height: 190px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#indexPage1 #mslider1 ul li {
    width: 100%;
    height: 190px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

#indexPage1 #mslider1 ul li a {
    width: 100%;
    height: 100%;
    display: block;
}

#indexPage1 #mslider1 ul li div {
    padding: 0 10px;
}

#indexPage1 #mslider1 ul li p {
    width: 100%;
    color: #fff;
    text-align: center;
}

#indexPage1 #mslider1 ul li p.title {
    font-size: 1.5rem;
    margin-top: 140px;
}

#indexPage1 #mslider1 ul li p.subtitle {
    font-size: 1.2rem;
    height: 1.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#indexPage1 .module1 {
    position: relative;
}

.content1 .header1 {
    padding: 50px 0 30px 0;
}

.content1 .header1 p {
    text-align: center;
}

.content1 .header1 p.title1 {
    color: #444;
    font-size: 1.8rem;
}

.content1 .header1 p.subtitle1 {
    color: #c1c1c1;
    font-size: 1.2rem;
}

#indexPage1 a.more1 {
    border: #f0f0f0 1px solid;
    background: rgba(255,255,255,.0);
    width: 80%;
    height: 38px;
    display: block;
    margin: 25px auto 50px;
    line-height: 38px;
    color: #00C0FF;
    border-radius: 19px;
    text-align: center;
}

#indexPage1 .bx-wrapper1 {
    margin: 0;
    box-shadow: none;
    border: none;
}

#indexPage1 .bx-wrapper1 .bx-loading1 {
    background: none;
}

#indexPage1 #mservice1 {
    background-color: #fff;
    height: auto;
}

#indexPage1 #mservice1 .slider_wrapper1 {
    width: 90%;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
}

#indexPage1 #mservice1 .slider_wrapper1 .slider1 {
    width: 100%;
}

.serviceitem1 {
    width: 90%;
    height: 156px;
}

.serviceitem1 img {
    float: none;
    display: block;
    width: 160px;
    height: 60px;
    margin: 0 auto;
}

.serviceitem1 div {
    text-align: center;
    margin-top: 5px;
}

.serviceitem1 div p.title1 {
    color: #595959;
    font-size: 1.6rem;
    height: 42px;
    line-height: 46px;
}

.serviceitem1 div p.description1 {
    color: #868686;
    font-size: 1.3rem;
    line-height: 2rem;
    height: 42px;
    overflow: hidden;
    width: 100%;
}

#indexPage1 #mservice1 .slider_wrapper1 .bx-controls-direction1 a {
    text-indent: 0;
    background: none;
    font-size: 30px;
    margin: 0;
    top: 25px;
}

#indexPage1 #mservice1 .slider_wrapper1 .bx-controls-direction1 a i {
    color: #a1a1a1;
}

#indexPage1 #mservice1 .slider_wrapper1 .bx-controls-direction1 a.bx-next1 {
    text-align: right;
}

#indexPage1 #mproject1 {
    background-color: #f8f8f8;
}

#projectlist1 .wrapper1 {
    margin-left: 1%;
    padding: 0;
}

#projectlist1 .projectitem1 {
    width: 49%;
    height: auto;
    float: left;
    position: relative;
    background: #000;
    margin-right: 1%;
    margin-bottom: 1%;
}

#projectlist1 .projectitem1 a {
    display: block;
    overflow: hidden;
}

#projectlist1 .projectitem1 a img {
    width: 100%;
    height: auto;
    transition: all ease-out .3s;
}

#projectmore1 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    background: #343434;
    text-indent: 0px;
    position: relative;
    z-index: 1;
}

#indexPage1 #mpage {
    background-color: #ffffff;
}

#indexPage1 #mpage .slider_wrapper1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

#indexPage1 #mpage .fimg1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 200px;
}

#indexPage1 #mpage .description1 {
    line-height: 2rem;
    text-align: center;
}

#indexPage1 #mteam1 {
    background-color: #f8f8f8;
}

#teamlist1 {
    padding-bottom: 20px;
}

.teamitem1{
    width: 100%;
    height: auto;
    padding: 40px 0;
    border-bottom: #e4e4e4 1px dotted;
}

.teamitem1 a {
    width: 100%;
    height: auto;
    display: block;
}

.teamitem1 img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
}

.teamitem1 .teaminfo1 {
    margin-left: 100px;
}

.teamitem1 .teaminfo1 .header1 {
    padding: 0;
}

.teamitem1 .teaminfo1 .header1 p {
    text-align: left;
}

.teamitem1 .teaminfo1 .description1 {
    font-size: 1.3rem;
    color: #949494;
    margin-top: 10px;
    line-height: 1.8rem;
    height: 37px;
    overflow: hidden;
}

.teamitem1:nth-of-type(even) img {
    float: right;
}

.teamitem1:nth-of-type(even) .teaminfo1 {
    margin-right: 100px;
    margin-left: 0;
}

#indexPage1 #mnews1 {
    background-color: #f8f8f8;
    height: auto;
}

#newslist1 .newstitem1 {
   /* height: 140px;*/
    border-bottom: rgba(0,0,0,0.05) 1px solid;
    padding-top: 30px;
    padding-bottom: 20px;
}

#newslist1 .newstitem1 .newsdate1 {
    float: left;
    margin-bottom: 10px;
	margin-left:20px;
}

#newslist1 .newsdate1 p {
    font-family: "HELVETICANEUELTPRO-THEX", Arial;
}

#newslist1 .newsinfo1 .md1 {
    color: #ADADAD;
    font-size: 3rem;
    line-height: 30px;
    text-align: right;
}

#newslist1 .newsinfo1 .year1 {
    color: #bdbdbd;
    font-size: 1.2rem;
    text-align: right;
}

#newslist1 .newsbody1 {
    margin-top: 10px;
}

#newslist1 .newsbody1 .title1 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 1.6rem;
    color: #464646;
	margin-top:5px;
}

#newslist1 .newsbody1 .description1 {
    width: 100%;
    height: 50px;
    line-height: 25px;
    font-size: 1.3rem;
    color: #6a6a6a;
    overflow: hidden;
 
}

#indexPage1 #mpartner {
    background-color: #fff;
}

#indexPage1 #mpartner .content1 {
    padding: 30px 0;
}

#indexPage1 #mpartner .wrapper1 {
    width: 100%;
    height: 40px;
    overflow-x: auto;
    overflow-y: hidden;
}

#indexPage1 #mpartner ul {
    height: 40px;
    width: 100%;
}

#indexPage1 #mpartner ul li {
    width: 80px;
    height: 40px;
    float: left;
}

#indexPage1 #mpartner ul li img {
    width: 80px;
    height: 40px;
}

#indexPage1 #mcontact1 {
    background-color: #171717;
}

#indexPage1 #mcontact1 .header1 p.title1 {
    color: #fff;
}

#indexPage1 #mcontact1 .header1 p.subtitle1 {
    color: #6b6b6b;
}

#contactinfo1 h3 {
    font-size: 1.4rem;
    color: #fff;
    line-height: 2rem;
    margin-bottom: 10px;
    font-weight: 100;
}

#contactinfo1 p {
    line-height: 2.4rem;
    font-size: 1.2rem;
    color: #999999;
    height: 2.4rem;
    width: 100%;
}

#contactinfo1 > a {
    color: #999999;
    text-decoration: underline;
}

#contactinfo1 div {
    padding: 20px 0;
    height: 60px;
}

#contactinfo1 div a {
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 32px;
    background: #2e2f2f;
    margin-right: 10px;
    text-align: center;
    border-radius: 25px;
}

#contactinfo1 div a i {
    margin-top: 7px;
    font-size: 16px;
}

#pages1 {
    padding: 20px 0;
    height: 0px;
    text-align: center;
    margin-bottom: 36px;
}

#pages1 a {
    width: 36px;
    height: 36px;
    background: f8f8f8;
    display: inline-block;
    color: #a9a9a9;
    line-height: 36px;
    text-align: center;
    font-family: Arial;
    margin-right: 5px;
    transition: background-color 0.2s ease-out;
}

#pages1 span {
    margin-right: 5px;
}

#pages1 a i {
    font-size: 24px;
    top: 2px;
    position: relative;
}

#pages1 a.active, #pages1 a:hover {
    background: #00C0FF;
    color: #fff;
}

#category1 {
    min-height: 40px;
    margin-bottom: 5px;
    position: relative;
}

#category1 .label1 {
    line-height: 40px;
    height: 40px;
    background: #00C0FF;
    color: #fff;
    font-size: 1.5rem;
}

.dropmenu1 .label1 .down1 {
    float: right;
    font-size: 2.4rem;
    margin-top: 8px;
}

.dropmenu1.open1 .label1 .down1 {
    transform: rotate(180deg);
}

.dropmenu1 ul {
    background-color: #fff;
    width: 100%;
    height: 0;
    overflow-y: auto;
    position: absolute;
    z-index: 1;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.dropmenu1 ul li {
    width: 100%;
    height: 40px;
    float: left;
    border-bottom: #eeeeee 1px solid;
}

.dropmenu1 ul li a {
    line-height: 40px;
    height: 40px;
    padding: 0 50px;
    color: #969595;
    display: block;
    background: #fff;
    font-size: 1.3rem;
}

.dropmenu1 ul li a.active {
    background: #2b2b2b;
    color: #00C0FF;
}

#teampost1 .header1 p {
    text-align: left;
}

#teampost1 .header1 .title1 {
    color: #000000;
}

#teampost1 .header1 .subtitle1 {
    color: #909090;
}

#servicelist1 {
    margin-top: 20px;
}

#servicelist1 .wrap1 {
    margin-right: -15px;
}

#servicelist1 li {
    float: left;
}

#servicelist1.serviceitem1 {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: calc(100% - 15px);
    height: auto;
    margin-right: 15px;
}

#servicelist1 .serviceitem1 img {
    max-width: 100%;
    height: auto;
}

#projectimages1 {
    background: transparent;
}

#projectimages1 li {
    margin-bottom: 5px;
}

.postbody1 {
    line-height: 24px;
    font-size: 13px;
    color: #6a6a6a;
    margin-top: 0px;
}

.postbody1 a {
    color: #00c0ff;
}

.postbody1 img, .postbody1 iframe, .imgcw1 {
    float: none;
    max-width: 100%;
}

#footer1 {
    background: #000;
    width: 100%;
}

#footer1 p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
    color: #8e8e8e;
    height: 2rem;
    line-height: 2rem;
}

#footer1 a {
    display: inline-block;
    width: 35px;
    height: 16px;
    vertical-align: top;
    color: #ddd8d8;
}

#footer1 a img {
    float: none;
}

#bgmask1{
    background: rgba(0,0,0,0);
}

.show1 {
    display: block;
}

.hide1{
    display: none;
}

#indexPage1 #mservice1 a.more1, #indexPage1 #mteam1 a.more1 {
    display: none;
}

#contactinfo1 p.ellipsis1 a {
    text-decoration: underline;
    color: #ebebeb;
}

#newslist1 .newstitem1:hover {
    background-color: rgba(0,0,0,.05);
}

#indexPage1 a.more1:hover {
    border: #00C0FF 1px solid;
    background: #00C0FF;
    color: #fff;
}

#leftcontrol1 ul li:hover {
    background-color: #161617;
}

#projectlist1 .projectitem1 .project_info1 div {
    position: absolute;
    width: 100%;
}

.projectitem1 .project_info1 p.title1 {
    margin-top: 10px;
    color: transparent;
    font-size: 14px;
    text-align: center;
}

.projectitem1 .project_info1 p.subtitle1 {
    color: transparent;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}

.postbody1 iframe {
    height: 210px;
}

.postbody1 hr {
    height: 1px;
    border: none;
    border-top: 1px dotted rgb(211, 211, 211);
    margin-top: 20px;
    margin-bottom: 20px;
}

.postbody1 p {
    word-wrap: break-word;
    word-break: normal;
}

#projectlist1.masonry1 .wrapper1 {
    position: relative;
}

.dropmenu1 ul li.sub1 {
    text-indent: 20px;
}

#footer1 p span {
    width: 80%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#indexPage1 #mservice1 .slider_wrapper1 .bx-controls-direction1 a {
    width: 80px;
    height: 80px;
    top: 0px;
}

#indexPage1 #mservice1 .slider_wrapper1 .bx-controls-direction1 a i {
    top: 15px;
    position: relative;
}



.bx-wrapper1 .bx-prev1 {
    left: 0;
}

.bx-wrapper1 .bx-next1 {
    right: 0;
}

#teambody1 .theader1 .title1 {
    color: #343434;
    margin-top: 20px;
    font-size: 30px;
}

#teambody1 .theader1 .postbody1 {
    margin-top: 36px;
}

#teambody1 .theader1 .postbody1 {
    text-align: center;
}

#teambody1 .theader1 {
    text-align: center;
}

#teamimage1 img {
    margin-bottom: 20px;
    float: none;
}

#teambody1 {
    padding: 0px 15px 0px 15px;
}

#teamimage1 {
    text-align: center;
}