body{
	font-family:"黑体";
}	
body , html{
	width:100%;
	overflow-x: hidden !important;
}
p{text-align:justify; 
	text-justify:inter-ideograph;}
@font-face {
  font-family: "ArgentCF-Light";
  src: url("../fonts/ArgentCF-Light.woff2") format("woff2"),
       url("../fonts/ArgentCF-Light.woff") format("woff"),
       url("../fonts/ArgentCF-Light.ttf") format("truetype"),
       url("../fonts/ArgentCF-Light.eot") format("embedded-opentype"),
       url("../fonts/ArgentCF-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ArgentCF-Regular";
  src: url("../fonts/ArgentCF-Regular.woff2") format("woff2"),
       url("../fonts/ArgentCF-Regular.woff") format("woff"),
       url("../fonts/ArgentCF-Regular.ttf") format("truetype"),
       url("../fonts/ArgentCF-Regular.eot") format("embedded-opentype"),
       url("../fonts/ArgentCF-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AlternateGotNo1D";
  src: url("../fonts/AlternateGotNo1D.woff2") format("woff2"),
       url("../fonts/AlternateGotNo1D.woff") format("woff"),
       url("../fonts/AlternateGotNo1D.ttf") format("truetype"),
       url("../fonts/AlternateGotNo1D.eot") format("embedded-opentype"),
       url("../fonts/AlternateGotNo1D.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}


/**header**/
.header {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
	z-index:9;
}
.logo {
    float: left;
    width: 200px;
}

.logo img {
    width: 100%;
}
.menu {
    float: right;
}

.menu li {
    float: left;
    position: relative;
}

.menu li a {
    padding: 21px 15px;
    color: #fff;
    letter-spacing: 1.08px;
    font-size: 16px;
    position: relative;
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}
.menu li a:hover{
	color:#009FE9;
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}
.menu li a:after {
    content: '';
    position: absolute;
    bottom: 0px;
	width:0;
    height: 1px;
    background: #fff;
    left: 10px;
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}
.header_cot{
	padding:0 75px;
}
.header_cot:after {
    content: "";
    display: table;
    clear: both;
}
.menu li a:hover:after,.menu li a.active:after{
    background: #009FE9;
    width: calc( 100% - 20px );
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}


.menu_down {
    position: absolute;
    top: 100%;
    left: 50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
    z-index: 1000;
    display: none; 
    float: left;
    min-width: 160px;
    padding: 0 20px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
}

.menu_down li a {
    display: block;
    color: #ddd;
    text-transform: none;
    line-height: 26px;
    font-size: 15px;
    padding: 3px 16px;
    text-align: center;
}

.menu_down li {
    float: none;
}


li.menu_language img {
    height: 16px;
}

li.menu_language a:after {
    display:none;
}

li.menu_language a {
    padding: 24px 20px;
}

/*.menu_down:before {
    position: absolute;
    top: -7px;
    right: 29px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.menu_down:after {
    position: absolute;
    top: -6px;
    right: 30px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(255,255,255,0.75);
    border-left: 6px solid transparent;
    content: '';
}

*/



/**banner**/
.background-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
div#particle-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    
    
    /*background: linear-gradient(to bottom, rgba(33, 33, 33, 0.45) 0%, rgba(90, 90, 90, 0) 50%);
    background: -moz-linear-gradient(to bottom, rgba(33, 33, 33, 0.45) 0%, rgba(2,130,172,0) 50%);
    background: -webkit-linear-gradient(to bottom, rgba(33, 33, 33, 0.45) 0%, rgba(2,130,172,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000007F',endColorstr='#00009900',GradientType=0);*/

}
.banner {
    overflow: hidden;
    position: relative;
}






/**wrapper**/
.wrapper{
    background: #ebece6;	
}
.ind1_left {
    width: 42.75%;
    float: left;
}

.ind1_right {
    float: right;
    width: 57.25%;
	position:relative;
	top:0;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
}
.ind1_img img {
    max-width: 320px;
}

.ind1_img {
    text-align: center;
}

.ind_box1{
	position:relative;
	overflow:hidden;
    pointer-events: none;
}
.ind1_cot{
	position:absolute;
    padding: 5% 0 0;
	top:50%;
    width: 100%;
    z-index: 1;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.ind1_wz h4 {
    color: #009fe9;
    font-size: 21px;
	 text-transform:capitalize;
    font-weight: 600;
	margin:0;
}

.ind1_wz h3 {
    font-size: 44px;
    max-width: 15em;
    color: #35434a;
    margin: 20px 0 27px;
    line-height: 1.2;
  	font-family: "ArgentCF-Light";
	
}
.ind1_wz p {
    font-size: 13px; letter-spacing:1px;
    line-height: 26px;
    max-width: 40em;
	color:rgba(53,67,74,0.8);
}
.ind1_btn {
    margin-top: 60px;
}
.ind1_btn a {
    border: 1px solid rgba(0,160,234,0.2);
    display: inline-block;
    width: 160px;
    height: 45px;
    text-align: center;
    line-height: 43px;
    font-size: 13px;
    color: #00a0ea;
	position:relative;
    -webkit-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;
    pointer-events: all;
}
.ind1_btn a i {
    font-style: normal;
    text-transform: capitalize;
    font-weight: 600;
}
.ind1_btn a span {
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    -webkit-transition: 0.3s 0.3s ease-in-out;
    transition: 0.3s 0.3s ease-in-out;
    border-color: rgba(0,160,234,0.6);
    border-style: solid;
    border-width: 0;
}

.ind1_btn a span.top_left {
    left: -1px;
    border-left-width: 1px;
    top: -1px;
    border-top-width: 1px;
}
.ind1_btn a span.top_right {
    right: -1px;
    border-right-width: 1px;
    top: -1px;
    border-top-width: 1px;
}

.ind1_btn a span.bottom_left {
    left: -1px;
    border-left-width: 1px;
    bottom: -1px;
    border-bottom-width: 1px;
}
.ind1_btn a span.bottom_right {
    right: -1px;
    border-right-width: 1px;
    bottom: -1px;
    border-bottom-width: 1px;
}
.ind1_txt h2 {
    font-size: 50vw;
    line-height: 0;
    margin: 0;
    font-family: "AlternateGotNo1D";
    color: #00a0ea;
	position:relative;
	top:0;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
}

.ind1_txt{
    position: absolute;
    bottom: 0;
    right: -6%;
}

.ind1_btn a:hover span{
	width: 80px;
	height: 22.5px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	border-color: #7eaccf;
}
.ind1_btn a:hover{
	background:#00a0ea;
	color:#fff;
    -webkit-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;
}

.bricks--mid-bird {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.particle-mask canvas {
    pointer-events: all;
}




.ind2_cot {
    width: 90%;
    background: #353535;
    padding: 120px 12.5%;
    position: relative;
	top:0;
    z-index: 1;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
}
.ind2_cot ul{
	margin:0 -15px;
}
.ind_box2 {
    position: relative;
}
.ind2_bg {
    height: 100%;
    top: 0px;
    background-color: #004793;
    position: absolute;
    margin-top: 80px;
    width: 50%;
    right: 0;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
}
.ind2_cot li {
    float: left;
    width: 50%;
    padding: 0 15px 26px;
    overflow: hidden;
    position: relative;
    top: 0;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
}
.ind2_img img {
    width: 100%;
}
img.ind2_hid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	transition:all 0.5s ease-in;
	-webkit-transition:all 0.5s ease-in;
	-moz-transition:all 0.5s ease-in;
	-ms-transition:all 0.5s ease-in;
	-o-transition:all 0.5s ease-in;
}
.ind2_img{
	position:relative;
}

.ind2_list:hover .ind2_hid{
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	transition:all 0.5s ease-in;
	-webkit-transition:all 0.5s ease-in;
	-moz-transition:all 0.5s ease-in;
	-ms-transition:all 0.5s ease-in;
	-o-transition:all 0.5s ease-in;
}
.ind2_wz {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 50px 20px 20px;
    background: linear-gradient(to top, rgba(0,71,147,0.5) 10%, rgba(75, 184, 232, 0) 100%);
	background:-webkit-linear-gradient(to top, rgba(0,71,147,0.5) 10%, rgba(75, 184, 232, 0) 100%);
	background: -moz-linear-gradient(to bottom,  rgba(0,71,147,0.5) 10%, rgba(75, 184, 232, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F004793',endColorstr='#01004793',GradientType=0);
}
.ind2_list {
    position: relative;
	top:200px;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
}
.ind2_wz h3 {   
    font-size: 16px;
    letter-spacing: 1.62px;
	font-weight:600;
    text-transform: uppercase;
	color:#fff;
}

.ind2_wz p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin: 0;
}

.ind2_txt {
    position: absolute;
    top: 50%;
    width: 90%;
    left: 10%;
    color: #fff;
    transform: translateY(-50%);
}

.ind2_txt p {
    font-size: 13px;
    line-height: 28px;
}
.ind2_txt h4 {
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 600;
	margin:0 0 20px;
}
.ind2_dec {
    margin-top: 30px;
}
.ind2_cot:after {
    content: '';
    width: 100%;
    background: #EBECE6;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.ind2_bg:after{
    content: '';
    width: 100%;
    background: #EBECE6;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.ind_box2.active .ind2_cot:after{
    width: 0;
 	transition:width 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition:width 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ind_box2.active .ind2_bg:after{
    width: 0;
 	transition:width 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition:width 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}






.ind3_cot li {
    width: 20%;
    float: left;
}

.ind3_list img {
    width: 100%;
}
.ind_box3 {
    padding: 200px 0 120px;
}

img.ind3_hid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}

.ind3_list {
    position: relative;
	top:100px;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
}
.ind3_list:hover img{
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}
.ind3_list:hover .ind3_hid{
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}







.ind_box4 {
    overflow: hidden;
}
.ind_box4 li {
    width: 25%;
    float: left;
	background:#004793;
	position:relative;
	top:300px;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
}
li.ind4_li {
    width: 50%;
}
.ind4_tit {
    padding: 40px 20px;
}
.ind4_list {
    height: 100%;
    position: relative;
	overflow:hidden;
}
.ind4_list:hover .ind4_img{
	transform:scale(1.02);
	-webkit-transform:scale(1.02);
	-moz-transform:scale(1.02);
	-ms-transform:scale(1.02);
	-o-transform:scale(1.02);
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
} 
li.ind4_li a {
    height: 100%;
}

.ind4_img {
    height: 100%;
    width: 100%;
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}
.ind_box4 li>a {
    height: 100%;
}
.ind4_top {
    height: 50%;
    overflow: hidden;
}
.ind4_bottom {
    height: 50%;
}

.ind4_list .ind4_wz {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 25px 20px 20px;
}
.ind4_wz {
    color: #fff;
}

.ind4_wz {
    color: #fff;
}

.ind4_wz h3 {
    margin: 0;
    font-size: 18px;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ind4_wz p {
    font-size: 13px;
    line-height: 24px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    margin-bottom: 15px;
    color: #ddd;
}
.ind4_wz img {
    width: 24px;
    margin-right: 6px;
    position: relative;
    top: -2px;
}

.ind4_wz span {
    line-height: 24px;
    font-size: 12px;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    color: #ddd;
}

.ind4_bottom .ind4_wz {
    position: relative;
}

.ind4_bt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    display: none;
}
.ind4_bt h3 {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}


.ind4_btn a {
    padding: 12px 20px;
    color: #fff;
    border: solid 1px #fff;
    display: inline-block;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
}
.ind4_tit h3 {
    color: #FFF;
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
}
.ind4_btn {
    margin-top: 40px;
}










/**news**/
.banner_in {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.banner_in .container {
    position: relative;
    height: 100%;
}

.tables {
    display: table;
    width: 100%;
    height: 100%;
}

.table_cell {
    display: table-cell;
    vertical-align: middle;
}

.banner_inTxt h2 {
    margin: 0;
    font-size: 68px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 4px;
}

.banner_in:before {content: "";display: block;width: 100%;height: 100%;top: 0;left: 0;position: absolute;background: #1e1e22;opacity: 0.35;}

.news:after {content: "";display: table;clear: both;}

.news_left {
    width: 360px;
    float: left;
    background: #fff;
    position: relative;
    z-index: 3;
}
.news_list {
    position: absolute;
    background: #fff;
    width: 360px;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
}
.news_list::-webkit-scrollbar-track-piece{width:2px;background-color:#dadada}
.news_list::-webkit-scrollbar{width:4px;height:10px}
.news_list::-webkit-scrollbar-thumb{height:50px;width:2px;background-color:rgba(13, 68, 139, 0.8);}
.news_list::-webkit-scrollbar-thumb:hover{background:#0d448b}
.news_list.fixed {
    position: fixed;
    height: 100%;
}
.news_right {
    padding-left: 360px;
    position: relative;
    min-height: 100vh;
}

.news_rBox {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 100px;
}

.news_list ul li a , .news_list ul li .ax {
    padding: 0 60px;
    display: block;
    position: relative;
}

.news_listIn h6 {
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 23px;
    color: #00acdb;
}

.news_listIn h3 {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    color: #666;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_listIn {
    padding: 29px 0;
    border-bottom: 1px solid #f6f6f6;
    position: relative;
    z-index: 1;
}

.news_list ul li a:before , .news_list ul li .ax:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f6f6f6;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.news_list ul li a:hover:before , .news_list ul li .ax:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    transition-delay: 0s;
}

.news_main {
    padding: 80px 0 60px;
    max-width: 720px;
}

h2.news_tit {
    margin: 0;
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    color: #222;
}
h3.news_date {
    margin: 5px 0 60px;
    font-size: 13px;
    line-height: 23px;
    color: #aaa;
}
.news_text p {
    font-size: 13px;
    line-height: 26px;
    margin: 0 0 10px;
    color: #888;
}
.news_text img {
    max-width: 100%;
}
.news_text {
    padding-left: 60px;
}

.wrapper.wrapperIn {
    background: #f6f6f6;
}

.news_main h5 img {
    width: 100%;
}

.news_main h5 {
    margin: 80px 0 0;
}

.news {
    position: relative;
    z-index: 0;
}

.newsR {
    margin: -150px 0 0;
    display: inline-block;
    width: 100%;
    background: #f6f6f6;
}

.news_next h2 {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    color: #222;
}

.news_next {
    margin-top: 40px;
    max-width: 720px;
}

.news_next h4 {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 26px;
    color: #222;
}

.news_more {
    margin: 0;
    font-size: 14px;
    color: #00a0ea;
}

.news_more:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid;
    width: 1.5rem;
    background-color: #222;
    margin-right: 1.125rem;
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}

.news_more span {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
}

a:hover .news_more span {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

a:hover .news_more:before {
    -webkit-transform: scaleX(1.5);
    -ms-transform: scaleX(1.5);
    transform: scaleX(1.5);
}

/**news**/


/**career**/

.career {
    position: relative;
}

.career1_top {
    padding-left: 360px;
    position: relative;
}

.career1_topBox {
    margin: -150px 0 0;
    min-height: 200px;
    display: inline-block;
    width: 100%;
    background: #f6f6f6;
}

.career1_topTxt {
    width: 80%;
    margin: 0 auto;
    padding: 80px 0 70px;
}

.career1_topTxt p {
    max-width: 560px;
    font-size: 15px;
    line-height: 26px;
	color:#666;
	    margin: 0 0 2px;
}

.career1_main:after {content: "";display: table;clear: both;}

.career1_lis {
    width: 33.333%;
    float: left;
    padding-top: 33.35%;
    position: relative;
}

.career1_in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
}

.career1_img {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.career1_in:hover .career1_img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.career1_txt {
    position: relative;
    height: 100%;
    padding: 15%;
}

.career1_txt h2 {
    margin: 0 0 20px;
    color: #222;
    font-size: 22px;
    line-height: 34px;
    font-weight: bold;
}

.career1_txt p {
    font-size: 14px;
    line-height: 26px;
    color: #888;
	height:130px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.career1_txt .news_more {
    position: absolute;
    bottom: 15%;
    left: 23%;
}
.career1_c {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15% 5%;
}

.career1_c img {
    position: absolute;
    width: 90%;
    left: 5%;
    top: -22%;
    opacity: 0.3;
}

.career1_c h2 {
    margin: 0;
    font-size: 54px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
	font-family:Arial, Helvetica, sans-serif;
}

.career2_b_img img {
    width: 100%;
}

.career2_bottom {
    position: relative;
}

.career_sec2 {
    padding: 80px 0;
}

.career2_top {
    width: 60%;
    margin: 0 auto 60px;
}

.about3_li{
	display:none;
}

.career2_top h2 {
    margin: 0 0 25px;
    letter-spacing: 0.5px;
    font-size: 20px;
    font-weight: 600;
    color: #666;
    line-height: 1.42;
}

.career2_top h2:before {
    display: block;
    margin-bottom: 20px;
    width: 40px;
    height: 2px;
    background:#00A0EA;
    position: relative;
    content: "";
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    visibility: inherit;
    box-sizing: border-box;
    z-index: auto;
    overflow: hidden;
}

.career2_top p {
    font-size: 15px;
    line-height: 26px;
    color: #666;
	text-align:justify; 
	text-justify:inter-ideograph;
}

.career2_box {
    position: relative;
    margin-left: 10%;
    max-width: 80%;
    position: relative;
}

.career2_left {
    width: 77px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -77px;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    visibility: inherit;
    align-items: flex-start;
    justify-content: center;
}

.career2_lTxt {
    overflow: hidden;
    color: #888;
    letter-spacing: 1px;
    font-size: 10px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-writing-mode: tb-rl;
    text-align: center;
    font-size: 12px;
    transform: rotate(180deg);
    transform-origin: center center;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
}

.career2_lTxt .care_red {
    color: #0070E7;
}

.career2_right {
    position: absolute;
    width: 34%;
    top: 20%;
    right: 0;
    background: #fff;
    box-shadow: 10px 30px 50px 0 rgba(0,0,0,.1);
    transition: all .35s;
}

.career2_right a {
    padding: 50px;
    display: block;
}

.card-block h4:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #00A0EA;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 15px;
}

.card-block h4 {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    color: #666;
    text-transform: uppercase;
}

.card-block p {
    font-size: 14px;
    line-height: 26px;
    margin: 30px 0;
}

.card-block h5 {
    margin: 0;
    margin-right: 22px;
    float: right;
    color: #00A0EA;
    text-transform: uppercase;
    transition: margin .35s;
}

.card-block:after {content: "";display: table;clear: both;}

a:hover .card-block h5 {
    margin-right: 0;
}

.card-block h5:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    background: #00A0EA;
    vertical-align: middle;
    transition: all .35s;
}

a:hover .card-block h5:before {
    width: 12px;
    margin-right: 10px;
}

.career2_right:hover {
    box-shadow: 12px 60px 60px 0 rgba(0,0,0,.15);
}


/**career**/



/**about**/
.ab1_img {
    padding-top: 62%;
    background-size: cover;
    background-position: center center;
}

.about1_swiper {
    margin-left: 10%;
    max-width: 80%;
    position: relative;
}

.about1_box {
    position: relative;
}

.ab1_right {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -70px;
    text-align: center;
}

a.arrow-left_ab1 , a.arrow-right_ab1 {
    display: block;
    width: 46px;
    height: 46px;
    margin: 15px 0;
    text-align: center;
    border: 1px solid #888;
    border-radius: 50%;
}
a.arrow-left_ab1 i.fa , a.arrow-right_ab1 i.fa{
    line-height: 44px;
    font-size: 20px;
    color: #333;
}
.ab1_right a.default {
    border: 1px solid #ccc;
    cursor: default;
}
.ab1_right a.default i.fa{
    color: #aaa;
}
span.ab1_count {
    font-size: 14px;
    color: #888;
	font-family:Arial, Helvetica, sans-serif;
}

span.ab1_count span.ab1_c1 {
    color: #0070E7;
    margin-right: 2px;
    font-weight: 600;
}

.about1_txtBox {
    display: inline-block;
    position: relative;
    width: 90%;
    left: 5%;
    margin: -110px auto 0;
    background: #fff;
    padding: 60px;
    box-shadow: 10px 30px 50px 0 rgba(0,0,0,.1);
    transition: box-shadow .35s ease;
}
.about1_txtBox:hover {
    box-shadow: 12px 40px 60px 0 rgba(0,0,0,.15);
}
.about1_txt {
    margin-left: 10%;
    max-width: 80%;
    position: relative;
    z-index: 2;
}
.ab1_txtLis.active {
    display: block;
}

.ab1_txtLis h4 {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
}

.ab1_txtLis h4:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #0070E7;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 15px;
}

.ab1_txtLis p {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 26px;
    margin: 30px 0;
    color: #666;
}
.about_sec2 {
    padding: 100px 0 60px;
}

.ab2_top {
    width: 60%;
    margin: 0 auto 80px;
}

.ab2_top p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
	text-align:justify; 
	text-justify:inter-ideograph;
}

.about2_img {
    padding-top: 52%;
    background-size: cover;
    background-position: center center;
    margin: 0 35px;
}

.ab2_swiper {
    width: 80%;
    margin: 0 auto;
}

.ab2_sw1 {
    position: relative;
    width: 300%;
    left: -100%;
}

.ab2_sw2 {
    width: 250px;
    margin: 30px auto 0;
}

.about2_num a {
    display: block;
    text-align: center;
    position: relative;
    padding-bottom: 12px;
    font-size: 14px;
    color: #aaa;
	font-family:Arial, Helvetica, sans-serif;
}

.swiper-slide.current .about2_num a:after {content: "";display: block;width: 100%;height: 2px;background: #00A0EA;position: absolute;bottom: 0;left: 0;}
.swiper-slide.current .about2_num a{
    color:#666;
}

.about_sec3 {
    padding: 0 0 40px;
}

.about_sec4 {
    background-size: cover;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
}

.about4_main {
    padding: 120px 0;
    color: #fff;
    width: 50%;
    position: relative;
}

.about4_main h2 {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

.about4_main h3 {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
	text-align:justify; 
	text-justify:inter-ideograph;
}

.about_sec4:before {content: "";display: block;width: 100%;height: 100%;position: absolute;background: #000;opacity: 0.5;}

.about_sec5 {
    padding: 60px 0;
    background: #fff;
}

.about5_title {
    position: relative;
    text-align: center;
    color: #666;
    padding-top: 55px;
    margin-bottom: 35px;
    font-family: Arial, Helvetica, sans-serif;
}

.about5_title h6 {
    margin: 0 0 12px;
    font-size: 15px;
    letter-spacing: 0.2px;
}

.about5_title h2 {
    margin: 0;
    font-size: 40px;
    text-transform: capitalize;
    font-family: "ArgentCF-Light";
    letter-spacing: 0.2px;
}

.about5_title:before {content: "";display: inline-block;width: 1px;height: 45px;background: #d3d3d3;position: absolute;top: 0;left: 50%;}

.ab5_lis h2 {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    color: #009FE9;
    text-align: center;
}

.ab5_lis_txt p {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.ab5_lis_txt {
    padding: 15px 20px;
}

.ab5_lis_txt.bg {
    background: #f6f6f6;
}

.ab5_lis_txt h5 {
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 26px;
    color: #009FE9;
}


/**about**/



/**products**/
.pro3_main:after {
    content: "";
    display: table;
    clear: both;
}
.career1_in.career1_in_bk {
    background: #264a60;
}

.career1_in.career1_in_bk .career1_txt h2 {
    color: #fff;
}

.career1_in.career1_in_bk .career1_txt p {
    color: #fff;
}

.career1_in.career1_in_bk .career1_txt .news_more {
    color: #fff;
}
.pro1_l {
    width: 50%;
    float: left;
    position: relative;
}

.pro1_l img {
    width: 68%;
    opacity: 0.3;
}

.pro1_r {
    width: 50%;
    float: left;
    padding-top: 160px;
    padding-left: 25px;
    max-width: 560px;
}

.pro1_l h2 {
    position: absolute;
    top: 160px;
    margin: 0;
    font-size: 54px;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #222;
    text-transform: capitalize;
}

.pro1_l h2 span , .job1_l h2 span{
    text-indent: 3em;
    display: block;
}

.pro1_r p {
    font-size: 15px;
    line-height: 26px;
    color: #666;
	text-align:justify; 
	text-justify:inter-ideograph;
}

.products_sec1 {
    padding: 60px 0;
}
.products_sec2:after {content: "";display: table;clear: both;}

.product2_img {
    width: 73%;
    float: right;
    position: relative;
        top: -120px;
}

.product2_img img {
    position: relative;
    width: 100%;
}

.pro2_cover {
    position: absolute;
    width: 60%;
    left: 20%;
    height: 100%;
    background: #e6e6e6;
    top: -80px;
}

.products_sec2 {
    position: relative;
    margin-top: 80px;
}

/**products**/







/**contact**/
.contact {
    position: relative;
}

.contact .news_list  {
    background: #282e38;
}

.contactlTit {
    padding: 60px 60px 20px;
}

.contactlTit h2 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.contact_lLis {
    color: #fff;
    padding: 30px 0;
    position: relative;
}

.contact_lLis h2 {
    font-size: 16px;
    line-height: 26px;
    position: relative;
    margin: 0 0 10px;
}

.contact_lLis h4 {
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0 0;
}

ul.contact_lUl li {
    overflow: hidden;
}

.contact_lLis:after {content: "";display: block;position: absolute;height: 1px;width: 115%;background: #fff;right: -100px;bottom: 0;opacity: 0.2;}

.contact_lLis h4 i.fa {
    width: 14px;
    text-align: center;
    color: #888;
    margin-right: 10px;
}

.contact_lLis h2:before {content: "";display: inline-block;width: 30px;height: 1.5px;background: #bfbfbf;vertical-align: middle;margin-right: 10px;}

.news_list ul.contact_lUl li .ax:before{
    background-color: #323740;
}
.contact:after {
    content: "";
    display: table;
    clear: both;
}


.contactTit {
    padding: 80px 0 60px;
    max-width: 720px;
}

.contactTit h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.4;
    color: #222;
	text-align:justify; 
	text-justify:inter-ideograph;
	text-indent: 2em;
}

.contactMain {
    padding: 0 5%;
}

.contactMain h3 {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.contactForm:after {content: "";display: table;clear: both;}

.contactInput {
    width: 50%;
    float: left;
    margin-bottom: 25px;
    padding: 0 30px;
    position: relative;
}

.contactForm {
    margin: 15px -30px 45px;
}

.contactInput input {
    width: 100%;
    padding: 0 15px;
    background: transparent;
    border: none;
    border-bottom: solid 1px #b3b3b3;
    line-height: 40px;
	    height: 41px;
    position: relative;
    color: #888;
    font-size: 12px;
}



.contactInput:before , .contactInput:after {content: "";display: block;width: 1px;height: 7px;position: absolute;bottom: 0;background: #b3b3b3;}
.contactInput:before{left:30px;}
.contactInput:after {right: 30px;}

.contact_submit {
    text-align: right;
}

.contact_submit a {
    /*display: inline-block;
    min-width: 110px;
    padding: 12px 35px;
    text-align: center;
    border: solid 1px #333;
    color: #666;
    text-transform: uppercase;
    font-size: 12px;*/
}



.banner_inTxt_prodot {
    max-width: 970px;
    padding-top: 10%;
}

.banner_inTxt_prodot h4 {
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.banner_inTxt_prodot h5 {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.prodot_top {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin-top: -80px;
    background: #1c2834;
}

.header_cot:after {content: "";display: table;clear: both;}

.contact_width {
    padding: 0 75px;
    max-width: 1800px;
    margin: 0 auto;
}

.contact_width:after {content: "";display: table;clear: both;}

.banner_in .contact_width {
    height: 100%;
}

.newsR {
    min-height: calc(100vh + 150px);
    position: relative;
}

.contactMap {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.contactMapMain {
    width: 80%;
    margin: 0 auto 0;
    height: 100%;
    max-height: calc(100vh + 150px);
}

.contactMapIn {
    position: relative;
}

a.contactMapClose {
    position: absolute;
    z-index: 3;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    right: 0;
    top: 0;
    font-size: 18px;
    width: 40px;
    text-align: center;
    height: 40px;
}

a.contactMapClose i.fa {
    line-height: 40px;
}

.contactMapIn * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

h4.cont_localtion i.fa {
    color: #ff8d24;
}

h4.cont_localtion {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

h4.cont_localtion:hover {
    color: #ff8d24;
}
/**contact**/


/**prodot**/

.prodotTop_left {
    display: inline-block;
    float: left;
    background: #fff;
}

.prodotTop_right {
    display: inline-block;
    float: right;
    background: #34b4ba;
    overflow: hidden;
}

.prodotTop_right ul li {
    float: left;
    color: #fff;
    position: relative;
}

.prodotTop_right ul:after {content: "";display: table;clear: both;}

.prodotTop_left:after {content: "";display: table;clear: both;}

.prodotTop_left a {
    float: left;
    display: inline-block;
    padding: 0 25px;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
}

.prodotTop_right li a i.fa {
    line-height: 80px;
    font-size: 18px;
    vertical-align: middle;
}

.prodotTop_right li a {
    color: #fff;
    padding: 0 25px;
    font-size: 16px;
    min-width: 20px;
    transition: all 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
    -webkit-transition: all 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
    -moz-transition: all 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
    -ms-transition: all 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
    -o-transition: all 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
}

.prodotTop_right ul li:after {content: "";display: inline-block;width: 1px;height: 30px;background: #fff;opacity: 0.3;position: absolute;right: -1px;top: 50%;margin-top: -15px;}

span.prodotTop_hide {
    line-height: 84px;
    display: inline-block;
    min-width: 110px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 50px;
    opacity:0;
    transition: opacity 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
    -webkit-transition: opacity 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
    -moz-transition: opacity 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
    -ms-transition: opacity 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
    -o-transition: opacity 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
}

.prodotTop_right li a:hover {
    color: #1e676a;
}


.prodotTop_right li a.pdT_phone:hover {
    min-width: 185px;
}
.prodotTop_right li a.pdT_phone:hover span.prodotTop_hide{
    opacity:1;
    transition: opacity 0.5s cubic-bezier(0.25,0.46,0.45,0.94) 0.2s;
    -webkit-transition: opacity 0.5s cubic-bezier(0.25,0.46,0.45,0.94) 0.2s;
    -moz-transition: opacity 0.5s cubic-bezier(0.25,0.46,0.45,0.94) 0.2s;
    -ms-transition: opacity 0.5s cubic-bezier(0.25,0.46,0.45,0.94) 0.2s;
    -o-transition: opacity 0.5s cubic-bezier(0.25,0.46,0.45,0.94) 0.2s;
}



.prodot1_box:after {content: "";display: table;clear: both;}

.prodot1_l {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.prodot1_r {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.prodot1_box {
    margin: 0 -15px;
}

.prodot_sec1 {
    padding: 60px 0;
}

.pd1_swLis {
    padding-top: 120%;
    background-size: cover;
    background-position: center center;
}

a.arrow-left.arrow-left_pd1 , a.arrow-right.arrow-right_pd1 {
    font-size: 60px;
    height: auto;
    width: auto;
    padding: 0 5px;
    margin-top: -30px;
    opacity: 0.7;
    transition: all 250ms cubic-bezier(0.25,0.46,0.45,0.94);
    -webkit-transition: all 250ms cubic-bezier(0.25,0.46,0.45,0.94);
    -moz-transition: all 250ms cubic-bezier(0.25,0.46,0.45,0.94);
    -ms-transition: all 250ms cubic-bezier(0.25,0.46,0.45,0.94);
    -o-transition: all 250ms cubic-bezier(0.25,0.46,0.45,0.94);
}

a.arrow-left.arrow-left_pd1:hover , a.arrow-right.arrow-right_pd1:hover {
    opacity: 1;
}

.prodot1_txt p {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}


.prodot_sec2 {
    background: #fff;
    padding: 60px 0;
}

.prodot2_box:after {content: "";display: table;clear: both;}

.prodot2_left , .prodot2_right {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.prodot2_box {
    margin: 0 -15px;
}

.pd2_rImg img {
    width: 100%;
}

.pd2_ltable:after {content: "";display: table;clear: both;}

.pd2_lLis {
    width: 50%;
    float: left;
    padding: 0 20px;
    position: relative;
}

.prodot2_top {
    padding: 0 15px;
    margin: 0 0 20px;
}

.prodot2_top h2 {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.prodot2_top ul:after {content: "";display: table;clear: both;}

.prodot2_top ul li {
    float: left;
    margin-right: 15px;
	    cursor: pointer;
}

.prodot2_top ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 26px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.prodot2_top ul li a:after {content: "";display: inline-block;width: 0;height: 1px;background: #333;position: absolute;bottom: 0;left: 0;transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;}

.prodot2_top ul li a:hover , .prodot2_top ul li.active a {
    color: #009FE9;
}

.prodot2_top ul li a:hover:after , .prodot2_top ul li.active a:after {
    width: 100%;
    background: #009FE9;
}

.pd2_ltit h2 {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.pd2_ltit h3 {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
}

.pd2_ltit p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.pd2_ltit {
    margin: 0 0 20px;
}

.pd2_lLis h4 {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 26px;
    color: #34b4ba;
}

.pd2_lLis h5 {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.pd2_ltable {
    margin: 0 -20px;
}

.pd2_lLis:after {}

.pd2_lLisIn {
    padding: 15px 0;
    border-bottom: solid 1px #eee;
}

.pd2_downloadLis a:after {content: "";display: table;clear: both;}

span.pd2_download_ico {
    float: right;
    display: inline-block;
    position: relative;
    width: 30px;
}

span.pd2_download_ico img {
    width: 100%;
    transition: all 500ms cubic-bezier(0.25,0.46,0.45,0.94);
    -webkit-transition: all 500ms cubic-bezier(0.25,0.46,0.45,0.94);
    -moz-transition: all 500ms cubic-bezier(0.25,0.46,0.45,0.94);
    -o-transition: all 500ms cubic-bezier(0.25,0.46,0.45,0.94);
}

span.pd2_download_ico img.img2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.pd2_downloadLis a:hover span.pd2_download_ico img.img {
	opacity:0;
}
.pd2_downloadLis a:hover span.pd2_download_ico img.img2 {
	opacity:1;
}


.pd2_downloadLis {
    padding: 12px 0;
    border-bottom: solid 1px #eee;
    position: relative;
}

.pd2_download {
    margin-top: 30px;
}

.pd2_downloadLis a {
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #888;
    position: relative;
    transition: all 500ms cubic-bezier(0.25,0.46,0.45,0.94);
    -webkit-transition: all 500ms cubic-bezier(0.25,0.46,0.45,0.94);
    -moz-transition: all 500ms cubic-bezier(0.25,0.46,0.45,0.94);
    -o-transition: all 500ms cubic-bezier(0.25,0.46,0.45,0.94);

}

span.pd2_download_hover {
    position: absolute;
    top: 0;
    right: 70px;
    opacity:0;
    transition: all 500ms cubic-bezier(0.25,0.46,0.45,0.94);
    -webkit-transition: all 500ms cubic-bezier(0.25,0.46,0.45,0.94);
    -moz-transition: all 500ms cubic-bezier(0.25,0.46,0.45,0.94);
    -o-transition: all 500ms cubic-bezier(0.25,0.46,0.45,0.94);
}
.pd2_downloadLis a:hover span.pd2_download_hover {
    right:50px;
    opacity:1;
}
.prodot3_tit {
    text-align: center;
    background: #192124;
    padding: 15px 0;
}

.prodot3_tit h2 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.pd3Img {
    padding-top: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.pd3_img1:after , .pd3_img2:after {content: "";display: table;clear: both;}

.pd3_img1 .pd3_imgLis {
    width: 50%;
    float: left;
    padding: 0 5px;
}
.pd3_img2 .pd3_imgLis {
    width: 33.33%;
    float: left;
    padding: 0 5px;
}
.pd3_img1 , .pd3_img2 {
    margin: 0 -5px 10px;
}

.pd3_img1 {
    margin-bottom: 10px;
}
.pd3Img:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,0.7),transparent);
    background: linear-gradient(to top,rgba(0,0,0,0.7),transparent);
    content: '';
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: all 1000ms cubic-bezier(0.25,0.46,0.45,0.94);
    transition: all 1000ms cubic-bezier(0.25,0.46,0.45,0.94);
    z-index: 1;
}

.pd3Img:hover:before {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}


.pd3Img h3 {
    margin: 0;
    color: #fff;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    width: 90%;
    left: 5%;
    font-size: 18px;
    line-height: 28px;
    padding-left: 30px;
}

.pd3Img h3:before {content: "";display: inline-block;position: absolute;width: 1px;height: 0;bottom: 0;left: 0;background: #34b4ba;
transition: all 250ms cubic-bezier(0.25,0.46,0.45,0.94);
-webkit-transition: all 250ms cubic-bezier(0.25,0.46,0.45,0.94);
-moz-transition: all 250ms cubic-bezier(0.25,0.46,0.45,0.94);
-o-transition: all 250ms cubic-bezier(0.25,0.46,0.45,0.94);
}

.pd3Img h3 span {
    position: relative;
    left: -10px;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.25,0.46,0.45,0.94);
    -webkit-transition: all 500ms cubic-bezier(0.25,0.46,0.45,0.94);
    -moz-transition: all 500ms cubic-bezier(0.25,0.46,0.45,0.94);
    -o-transition: all 500ms cubic-bezier(0.25,0.46,0.45,0.94);
}

.pd3Img:hover h3:before {
    height:100%;
}
.pd3Img:hover h3 span{
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms;
    left:0;
    opacity:1;
}


.pd3_fix {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: none;
}

.pd3_fixBox {
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 0 15%;
}

.pd3_fix_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
}

.pd3_fixBox img {
    max-width: 100%;
    max-height: 75vh;
}
/**prodot**/



/**job**/
.job1_l , .job1_r{
    width: 50%;
    float: left;
    position: relative;
}

.job1_l img {
    width: 68%;
    opacity: 0.3;
}

.job1_l h2 {
    position: absolute;
    top: 160px;
    margin: 0;
    font-size: 54px;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #222;
    text-transform: capitalize;
}

.job1_r img {
    width: 100%;
}

.job1_l {
    margin-top: 100px;
}



.job2_main {
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.jobTit_main {
    text-align: right;
    max-width: 800px;
    float: right;
}

.jobTit_main h2 {
    margin: 0 0 10px;
    font-weight: bold;
    color: #355d77;
    font-size: 36px;
    line-height: 46px;
    position: relative;
    padding-bottom: 15px;
}

.jobTit_main p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: #666;
}

.jobTit_main h2:after {content: "";display: inline-block;width: 40px;height: 5px;position: absolute;background: #355d77;right: 0;bottom: 0;}

.job_tit {
    margin-bottom: 35px;
}

.job_bgR img {
    width: 100%;
}

.job_bgR {
    position: absolute;
    width: 480px;
    margin-left: -240px;
    left: 50%;
    top: 0;
}

.job2_lis {
    position: relative;
    padding: 60px 20px;
}

.job2_lis a {
    display: block;
    padding: 30px 30px 0;
    position: relative;
}

.job2_bg {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center center;
    transition: all 0.6s cubic-bezier(0.05, 0.7, 0.39, 0.97);
    -webkit-transition: all 0.6s cubic-bezier(0.05, 0.7, 0.39, 0.97);
    -moz-transition: all 0.6s cubic-bezier(0.05, 0.7, 0.39, 0.97);
    -ms-transition: all 0.6s cubic-bezier(0.05, 0.7, 0.39, 0.97);
    -o-transition: all 0.6s cubic-bezier(0.05, 0.7, 0.39, 0.97);
}
.job2_bg span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 25px;
    background: #3e77b2;
    background: linear-gradient(-45deg,#3e77b2,#1d427a 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1d427a",endColorstr="#ff3e77b2",GradientType=1);
    transform: rotate(-45deg);
    transform-origin: bottom left;
}
.job2_txt {
    position: relative;
    background: #fff;
    box-shadow: 0 30px 44px 0 rgba(0,0,0,.05);
    width: 90%;
    padding: 15px 25px;
    top: 0;
    transition: all 0.6s cubic-bezier(0.05, 0.7, 0.39, 0.97);
    -webkit-transition: all 0.6s cubic-bezier(0.05, 0.7, 0.39, 0.97);
    -moz-transition: all 0.6s cubic-bezier(0.05, 0.7, 0.39, 0.97);
    -ms-transition: all 0.6s cubic-bezier(0.05, 0.7, 0.39, 0.97);
    -o-transition: all 0.6s cubic-bezier(0.05, 0.7, 0.39, 0.97);
}

.job2_txt h2 {
    margin: 0 0 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #eee;
}

.job2_txt h2:after {content: "";display: table;clear: both;}

.job2_txt h3 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    color: #c1a367;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.job2_ico {
    float: left;
        font-size: 14px;
    line-height: 60px;
    font-weight: bold;
    color: #1d427a;
    max-width: calc(100% - 40px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

span.job2_ico img {
    width: auto;
    height: 60px;
}

span.job2_arr {
    float: right;
    padding-top: 21px;
}

span.job2_arr img {
    width: auto;
    height: 18px;
}

.job2_txt p {
    margin: 0;
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
    height: 88px;
    color: #1d427a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.job2_txt h6 {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #e2e2e2;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job2_lis a:hover .job2_bg {
    top: 30px;
}
.job2_lis a:hover .job2_txt {
    top: -80px;
}




.job_sec3 {
    padding: 60px 0 0;
}

.job3_cube {
    width: 50%;
    padding: 80px 70px;
    color: #fff;
    background-color: rgba(9,51,77,0.75);
}

.job3_main {
    padding: 100px 0;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.job3_cube h2 {
    margin: 0 0 20px;
    font-size: 60px;
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
}

.job3_cube h2:after {content: "";display: block;position: absolute;width: 45px;height: 6px;background: #6ac4c4;left: 0;bottom: 0;}

.job3_cube p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

a.job3_more {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: solid 2px #fff;
    padding: 10px 25px;
    font-size: 16px;
}

a.job3_more i {
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
}

.job3_cube a {
    margin: 35px 0 0;
}

a.job3_more:hover {
    background: #78d1d1;
    color: #fff;
    border: 2px solid #78d1d1;
}

.job3_bottom {
    text-align: center;
    padding: 60px 0;
}

.job3_bottom a {
    display: inline-block;
    border: solid 2px #1d427a;
    color: #1d427a;
    min-width: 300px;
    padding: 30px 0;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 3px;
}


.job_detail {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    visibility: hidden; 
}
.job_detail.active{
	visibility: visible; 
}
.job_detailMain {
    position: relative;
    height: 100%;
}

.jobDetail_img {
    background-size: cover;
    background-position: center center;
    filter: blur(10px);
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    position: absolute;
    z-index: 2;
    opacity: 0.2;
}

.jobDetail_bg {
    background-color: #1d427a;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}

.job_detailIn {
    background: #fff;
    padding: 65px;
    width: 90%;
    max-width: 1080px;
    min-height: 50vh;
    max-height: 90vh;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.job_detailTitle h3 {
    margin: 0;
    color: #c1a367;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
}

.job_detailTitle {
    min-height: 60px;
    margin-bottom: 20px;
    border-bottom: solid 2px #dde2eb;
}

.job_detailTitle img.j_d_tImg {
    height: 36px;
}

.job_detailTitle:after {content: "";display: table;clear: both;}

a.jobDetail_close {
    float: right;
    margin-right: -55px;
}

a.jobDetail_close img {
    height: 18px;
    vertical-align: middle;
    margin-left: 10px;
}

a.jobDetail_close span {
    color: #c1a367;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

.job_detailL_Box h2 {
    color: #1d427a;
    font-size: 19px;
    line-height: 29px;
    margin: 0 0 10px;
    font-weight: bold;
}

.job_detailL_Box h3 {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #1d427a;
}

.job_detailL_Box h4 {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #C1A367;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
label.job_file {
    margin: 0;
    font-weight: normal;
    margin-top: 35px;
    cursor: pointer;
}

label.job_file input {
    position: absolute;
    visibility: hidden;
}
.job_rBox p {
    font-size: 13px;
    line-height: 23px;
    color: #1d427a;
}

.job_rBox {
    width: 70%;
}

.job_detailRight {
    margin-right: 25px;
}



.jobDetail_img {
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.78, 0.24, 0.28, 0.74) , background-image 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.78, 0.24, 0.28, 0.74) , background-image 0s;
    -moz-transition: all 0.5s cubic-bezier(0.78, 0.24, 0.28, 0.74) , background-image 0s;
    -o-transition: all 0.5s cubic-bezier(0.78, 0.24, 0.28, 0.74) , background-image 0s;
    
    
    transition-delay:0.1s;
    -webkit-transition-delay:0.1s;
    -moz-transition-delay:0.1s;
    -o-transition-delay:0.1s;
}

.jobDetail_bg {
    height: 0;
    transition: all 0.5s cubic-bezier(0.78, 0.24, 0.28, 0.74);
    -webkit-transition: all 0.5s cubic-bezier(0.78, 0.24, 0.28, 0.74);
    -moz-transition: all 0.5s cubic-bezier(0.78, 0.24, 0.28, 0.74);
    -o-transition: all 0.5s cubic-bezier(0.78, 0.24, 0.28, 0.74);
    transition-delay:0.6s;
    -webkit-transition-delay:0.6s;
    -moz-transition-delay:0.6s;
    -o-transition-delay:0.6s;
}
.job_detail.active .jobDetail_bg {
    height: 100%;
    transition-delay:0s;
    -webkit-transition-delay:0s;
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
}
.job_detailIn .row {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.job_detailIn {
    transform-origin: bottom;
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -o-transform: scale(1,0);
    transition: all 0.5s cubic-bezier(0.78, 0.24, 0.28, 0.74);
    -webkit-transition: all 0.5s cubic-bezier(0.78, 0.24, 0.28, 0.74);
    -moz-transition: all 0.5s cubic-bezier(0.78, 0.24, 0.28, 0.74);
    -o-transition: all 0.5s cubic-bezier(0.78, 0.24, 0.28, 0.74);
    transition-delay:0.3s;
    -webkit-transition-delay:0.3s;
    -moz-transition-delay:0.3s;
    -o-transition-delay:0.3s;
}
.job_detail.active .job_detailIn {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    transition-delay:0.3s;
    -webkit-transition-delay:0.3s;
    -moz-transition-delay:0.3s;
    -o-transition-delay:0.3s;
}
.job_detail.active .job_detailIn .row{
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition-delay:0.7s;
    -webkit-transition-delay:0.7s;
    -moz-transition-delay:0.7s;
    -o-transition-delay:0.7s;
    opacity:1;
}
.job_detail.active .jobDetail_img{
    opacity:0.2;
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
}




/**job**/




/**tech**/
.tech1_txt h2 {
    color: #355d77;
    margin: 0 0 25px;
    padding-bottom: 25px;
    font-size: 46px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
}

.tech1_txt h2:after {content: "";display: inline-block;width: 46px;height: 6px;background: #355d77;position: absolute;bottom: 0;left: 0;}

.tech1_txt p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

.tech_sec1 .tech1_txt {
    padding-right: 15%;
}
.tech_sec2 .tech1_txt {
    padding-left: 15%;
}

.tech1_box {
    position: relative;
    min-height: 440px;
}

.tech_sec1 {
    padding: 100px 0;
    background: #fff;
}

.tech_sec2 {
    padding: 100px 0;
    background: #f2f7fa;
}

.tech1_img , .tech2_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.techImg_box {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center center;
}

.tech1_img .techImg_box {
    right: 0;
}
.tech2_img .techImg_box {
    left: 0;
}

a.tech_more {
    display: inline-block;
    padding: 20px 30px;
    background-color: #6ac4c4;
    border: solid 2px #6ac4c4;
    min-width: 200px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.tech_more:before {content: "";display: inline-block;position: absolute;width: 100%;height: 100%;background: #fff;top: 0;left: -100%;
transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a.tech_more span {
    position: relative;
    z-index: 1;
}

a.tech_more:hover:before {
    left: 0;
}
a.tech_more:hover {
    color: #6ac4c4;
}
.tech1_txt a.tech_more {
    margin-top: 40px;
}

a.tech_more i.fa {
    font-size: 17px;
    font-weight: bold;
    margin-left: 5px;
}


.tech_sec4 {
    background: #0072C1;
    padding: 100px 0 0;
}

.tech4_tit h2 {
    margin: 0 0 25px;
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 30px;
}

.tech4_tit {
    color: #fff;
}

.tech4_tit h3 {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    max-width: 420px;
}

.tech4_tit h2:after {
    content: "";
    display: inline-block;
    width: 46px;
    height: 6px;
    background: #6ac4c4;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tech4_main {
    margin: 80px -1px 0;
}

.tech4_main:after {content: "";display: table;clear: both;}

.tech4_lis {
    width: 33.333%;
    float: left;
    text-align: center;
    border: 1px solid #5d7d92;
    height: 445px;
    position: relative;
}

.tech4_show img {
    height: 64px;
}

.tech4_show {
    height: 100%;
}

.tech4_hide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: #6ac4c4;
    border: 1px solid #6ac4c4;
    color: #fff;
    padding: 67px 77px;
    text-align: left;
        overflow: hidden;
}

.tech4_show h3 {
    margin: 30px 0 0;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
}

.tech4_hide h2 {
    margin: 0 0 15px;
    padding-bottom: 18px;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    position: relative;
}

.tech4_hide h2:after {
    content: "";
    display: inline-block;
    width: 46px;
    height: 6px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tech4_hide p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}

.tech4_lis:hover .tech4_hide {
    opacity: 1;
}



.tech_sec1 .tech1_txt {
    position: relative;
    left: -300px;
    opacity: 0;
}
.tech1_img .techImg_box {
    right:-300px;
    opacity: 0;
}
.tech2_img .techImg_box{
	left: -300px;
    opacity: 0;
}
.tech_sec2 .tech1_txt{
	position:relative;
	left:300px;
	opacity: 0;
}
/**tech**/
.job3_cube a.tech_more {
    background: transparent;
    border-color: #fff;
}

.job3_cube a.tech_more:hover {
    color: #fff;
    border-color: #6ac4c4;
}
.job3_cube a.tech_more:before {
    background: #6ac4c4;
}
.contact_submit .tech_more:before {
    background: #f6f6f6;
}









.cir_name {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -80px;
    height: 160px;
    line-height: 160px;
    color: #fff;
    font-size: 50px;
    text-align: center;
    visibility: hidden;
    transition: visibility 0.5s ease-in-out;
    -webkit-transition: visibility 0.5s ease-in-out;
    -moz-transition: visibility 0.5s ease-in-out;
    -o-transition: visibility 0.5s ease-in-out;
}
.cir_name.visi{
	visibility: visible;
}
div#particle-slider canvas {
    position: relative;
}

.cir_nameLis {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.cir_nameLis.active {
    opacity: 1;
}

.cir_nameLis i {
    display: inline-block;
    font-style:normal;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
    transform:rotateY(180deg);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.cir_nameLis i.in {
    -webkit-animation:cd-rotate-3-in .6s forwards;
	-moz-animation:cd-rotate-3-in .6s forwards;
	animation:cd-rotate-3-in .6s forwards
}
.cir_nameLis i.out {
    -webkit-animation:cd-rotate-3-out .6s forwards;
	-moz-animation:cd-rotate-3-out .6s forwards;
	animation:cd-rotate-3-out .6s forwards
}
@-webkit-keyframes cd-rotate-3-in {
	0% {
	-webkit-transform:rotateY(180deg)
}
100% {
	-webkit-transform:rotateY(0)
}
}@-moz-keyframes cd-rotate-3-in {
	0% {
	-moz-transform:rotateY(180deg)
}
100% {
	-moz-transform:rotateY(0)
}
}@keyframes cd-rotate-3-in {
	0% {
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
	transform:rotateY(180deg)
}
100% {
	-webkit-transform:rotateY(0);
	-moz-transform:rotateY(0);
	-ms-transform:rotateY(0);
	-o-transform:rotateY(0);
	transform:rotateY(0)
}
}@-webkit-keyframes cd-rotate-3-out {
	0% {
	-webkit-transform:rotateY(0)
}
100% {
	-webkit-transform:rotateY(-180deg)
}
}@-moz-keyframes cd-rotate-3-out {
	0% {
	-moz-transform:rotateY(0)
}
100% {
	-moz-transform:rotateY(-180deg)
}
}@keyframes cd-rotate-3-out {
	0% {
	-webkit-transform:rotateY(0);
	-moz-transform:rotateY(0);
	-ms-transform:rotateY(0);
	-o-transform:rotateY(0);
	transform:rotateY(0)
}
100% {
	-webkit-transform:rotateY(-180deg);
	-moz-transform:rotateY(-180deg);
	-ms-transform:rotateY(-180deg);
	-o-transform:rotateY(-180deg);
	transform:rotateY(-180deg)
}
}

.cir_nameLis span {
    display: inline-block;
    position: relative;
    margin: 0 5px;
}

.cir_nameLis i:first-child {
    position: relative;
}

@keyframes cir-in {
	0% {
        top:-80px;
        opacity:0;
    }
    100% {
        top:0px;
        opacity:1;
    }
}
@-webkit-keyframes cir-in {
	0% {
        top:-80px;
        opacity:0;
    }
    100% {
        top:0px;
        opacity:1;
    }
}
@-moz-keyframes cir-in {
	0% {
        top:-80px;
        opacity:0;
    }
    100% {
        top:0px;
        opacity:1;
    }
}
@-o-keyframes cir-in {
	0% {
        top:-80px;
        opacity:0;
    }
    100% {
        top:0px;
        opacity:1;
    }
}


@keyframes cir-out {
	0% {
        transform:scale(1);
        opacity:1;
    }
    100% {
        transform:scale(0.8);
        opacity:0;
    }
}
/*@-webkit-keyframes 
@-moz-keyframes 
@-o-keyframes */
.cir_nameLis {
    -webkit-animation:cir-out .6s forwards;
	-moz-animation:cir-out .6s forwards;
	animation:cir-out .6s forwards
}

.cir_nameLis.active {
    -webkit-animation:cir-in .6s forwards;
	-moz-animation:cir-in .6s forwards;
	animation:cir-in .6s forwards
}











.home_project{ margin-top:80px;}
.home_project_title{ text-align:center;}
.home_project_title h3{font-size: 36px; 
    margin: 0 auto; color:#333;margin-bottom:40px;}
.home_project_title p{width: 66.66667%; margin:0 auto; color:#808080; font-size:18px;}
.home_project_title a{ margin:0 auto; margin-top:30px;}


.home_project_top{ margin-top:50px;}
.home_project_left{ margin-right:-1rem;}
.home_project_right{ position:relative; z-index:9999;}
.home_project_top .col-lg-7{ padding:0px;}
.home_project_top .col-lg-5{ padding:0px;}
.home_project_right li{color: #fff; position:relative;
    padding-left: 1rem;
    padding-right: 1rem;}
.home_project_right li:before{top: 0;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    content: '';
    position: absolute;
    z-index: -1;
    transition: background-color 250ms cubic-bezier(.25,.25,.75,.75),top 250ms cubic-bezier(.25,.46,.45,.94),right 250ms cubic-bezier(.25,.46,.45,.94),bottom 250ms cubic-bezier(.25,.46,.45,.94),left 250ms cubic-bezier(.25,.46,.45,.94);}
	
.industry-selector-button{display: block;
    color: inherit;
    text-decoration: none;
    padding-left: 24%;
    transition: padding-left 250ms cubic-bezier(.25,.46,.45,.94); position:relative; z-index:99;}	
.industry-selector-button:before {
    top: 0;
    bottom: 0;
    left: 25%;
    right: auto;
    content: '';
    position: absolute;
    border-left: 1px solid rgba(255,255,255,.5);
    transition: border-left-color 250ms cubic-bezier(.25,.25,.75,.75),top 250ms cubic-bezier(.25,.46,.45,.94),bottom 250ms cubic-bezier(.25,.46,.45,.94),left 250ms cubic-bezier(.25,.46,.45,.94);
}
.button-play-circle {
    height: 5rem;
    width: 5rem;
    position: absolute;
    top: 50%;
    left: 4.5rem;
    border-width: 2px;
    opacity: 0;
    -ms-transform: translate(-10%,-50%);
    transform: translate(-10%,-50%);
    transition: transform 250ms cubic-bezier(.25,.46,.45,.94),opacity 250ms cubic-bezier(.25,.46,.45,.94);
	border-radius: 50%;
    border: 4px solid #05c0dd;
}	
.title-wrapper {
    height: 6.6rem;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    /* padding-top: .4em; */
    padding-left: 2rem;
    color: #fff;
}
.heading.h5 {
    font-size: 16px;
    line-height: 26px;
    margin-top:20px;
    margin: 0;
}
.copy.c1 {
    max-height: 0;
    margin-bottom: 0;
    opacity:0;
    transition: max-height 250ms cubic-bezier(.25,.46,.45,.94),opacity 250ms cubic-bezier(.25,.46,.45,.94);
	font-size:12px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 1.5em; font-size:16px;
}






.home_project_right li .button-play-circle {
    height: 5rem;
    width: 5rem;
    position: absolute;
    top: 50%;
    left: 4.5rem;
    border-width: 2px;
    opacity: 0;
    -ms-transform: translate(-10%,-50%);
    transform: translate(-10%,-50%);
    transition: transform 250ms cubic-bezier(.25,.46,.45,.94),opacity 250ms cubic-bezier(.25,.46,.45,.94);
}


.home_project_left{ margin-top:25px; position:relative;}

.button-play-circle .icon { margin-left:12px; margin-top:5px; display:block;}

.home_project_right li:nth-child(1):before {
    background-color: #00bedc;
}

.industry-selector-option:nth-child(2):before {
    background-color: #00b3d8;
}

.industry-selector-option:nth-child(3):before {
    background-color: #00a8d4;
}
.industry-selector-option:nth-child(4):before {
    background-color: #009dd0;
}
.industry-selector-option:nth-child(5):before {
    background-color: #0092cc;
}
.industry-selector-option:nth-child(6):before {
    background-color: #0088c9;
}

.industry-selector-option:nth-child(7):before {
    background-color: #007dc5;
}
.industry-selector-option:nth-child(8):before {
    background-color: #0072c1;
}

.industry-selector-option:nth-child(9):before {
    background-color: #0067bd;
}
.industry-selector-option:nth-child(10):before {
    background-color: #005cb9;
}


.home_project_right li:after {
    content:"01";
    position: absolute;
    top: 50%;
    left: 1rem;
    right: 75%;
    text-align: center;
    font-size: 1.1rem;
    color: #fff;
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    transition: transform 250ms cubic-bezier(.25,.46,.45,.94),opacity 250ms cubic-bezier(.25,.25,.75,.75);

}

.home_project_right li:nth-child(1):after {
    content:"01";
}


.home_project_right li:nth-child(2):after {
    content:"02";
}


.home_project_right li:nth-child(3):after {
    content:"03";
}


.home_project_right li:nth-child(4):after {
    content:"04";
}


.home_project_right li:nth-child(5):after {
    content:"05";
}


.home_project_right li:nth-child(6):after {
    content:"06";
}

.home_project_right li:nth-child(7):after {
    content:"07";
}


.home_project_right li:nth-child(8):after {
    content:"08";
}


.home_project_right li:nth-child(9):after {
    content:"09";
}


.home_project_right li:nth-child(10):after {
    content:"10";
}

.home_project_one{ position:relative;}
.home_project_img{ position:relative;}
.home_project_img:before{top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    position: absolute;
    background-image: linear-gradient(to right,#0a0a28,rgba(10,10,40,.1) 100%);
    opacity: .5;}
.home_project_center{ position:absolute;
top: 120px;
    bottom: 0;
    left: 16.66667%;
    right: 25%;    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;}
.home_project_center:before{top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    content: '';
    position: absolute;
    border-left: 1px solid rgba(255,255,255,.18);}
.home_project_center h6{margin-bottom: 4rem;padding-left: 9.5%;    color: #FFFFFF;
    border-left: 1px solid #009DD0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding-top: 1.34em;
    padding-bottom: 1.34em; font-weight:600;}
	
	
.home_project_text{padding-left: 9.5%; color:#fff;}
.home_project_text h4{ margin-bottom:20px; font-size: 3.5rem;text-shadow: 1px 1px 1px #000;     line-height: 50px;}
.home_project_text a{display: block;
    width: 120px;
    height: 28px;
    line-height: 28px;
    background: #e60012;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    -khtml-border-radius: 14px;
    font-size: 14px;margin-top:40px;}
.home_project_text a:hover{ background:#e60012;}

.project_hover .button-play-circle {
    -ms-transform: translate(-46%,-50%);
    transform: translate(-46%,-50%);
    opacity: 1;
    transition-duration: 250ms,.4s;
}

.home_project_top{ margin-left:0px; margin-right:-10px;}

.industry-selector-option.is-active .copy.c1 {
	max-height: 1.5em;
    opacity: 1;
}
.industry-selector-option.is-active .title-wrapper{ color:#333;}
.industry-selector-option.is-active .industry-selector-button:before{
	border-left-color: #05c0dd;
    top: -1rem;
    bottom: -1rem;
    left: 9rem;
	
}
.industry-selector-option.is-active .button-play-circle {
    -ms-transform: translate(-46%,-50%);
    transform: translate(-46%,-50%);
    opacity: 1;
    transition-duration: 250ms,.4s;
}
.industry-selector-option.is-active:before {
    top: -1rem;
    bottom: -1rem;
    left: 0;
    right: 0;
    background-color: #fff !important;
	z-index:1;
}
.home_project_one.abso {
    position: absolute;
    top: 0;
    display: none; width:100%;
}

.tech_sec3 {
    background: #fff;
    padding: 100px 0;
}

.tech3_tit {
    width: 70%;
    max-width: 600px;
}

.tech3_tit h2 {
    margin: 0 0 15px;
    font-size: 46px;
    line-height: 56px;
    color: #000;
}

.tech3_tit p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

































.fixRight {
    position: absolute;
	overflow: hidden;
    right: 0;
    top: 360px;
    text-align: center;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s , visibility 0.3s;
}
.fixRight.active{
	visibility: visible;
    opacity: 1;
}
.fixRight li a {
    background: #f6f6f6;
    height: 40px;
    position: relative;
}

.fixRight li a span img {
    height: 100%;
    width: auto;
}

.fixRight li a span {
    display: block;
    padding: 8px;
    height: 100%;
    float: left;
}

.fixRight li {
    border: solid 1px #e6e6e6;
    border-right: none;
    margin-top: -1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    position: relative;
    left: 0;
}

.fixRight li a h6 {
    margin: 0;
    white-space: nowrap;
    float: left;
    line-height: 40px;
    font-size: 14px;
    margin-left: 5px;
    width: 70px;
    text-align: left;
}

.fixRight ul {
    position: relative;
    right: -75px;
}

.fixRight li:hover {
    left: -75px;
}
.fix_search {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    top: 100%;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.fix_search.active{
	top: 0;
    visibility: visible;
}
.fix_searchBox {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 660px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.fix_searchBox input {
    width: 100%;
    line-height: 46px;
    font-size: 18px;
    background: transparent;
    border: none;
    padding: 0 15px;
    border: solid 1px #eee;
}

.fix_searchBox a {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 48px;
    width: 80px;
    text-align: center;
    background: #22acfd;
    color: #fff;
    font-size: 18px;
}

.fix_searchBoxIn {
    position: relative;
    padding-right: 80px;
}

a.fixSearchClose {
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 36px;
}

a.fixSearchClose img {
    width: 100%;
}

/**animate**/
.banner_inTxt {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    position: relative;
}
.news_left:before {content: "";display: block;position: absolute;z-index: 3;width: 100%;height: 100%;top: 0;right: 0;background: #f6f6f6;transition: all 0.6s ease-in-out;}

.news_left.remove:before {
    width: 0;
}

.career1_lis {
    top: 100px;
    opacity: 0;
}
.career_sec2 .career2_top {
    position: relative;
    top: 60px;
    opacity: 0;
}
.career2_bottom{
	position: relative;
    top: 60px;
    opacity: 0;
}
.ab1_img{
	opacity:0;
}
.about1_txtBox {
    top: 80px;
}
.about2_box .ab2_top {
    top: 60px;
    opacity: 0;
    position: relative;
}
.about2_img {
    position: relative;
    left: 80px;
    opacity: 0;
}
.about_sec3 .career2_top {
    top: 60px;
    position: relative;
    opacity: 0;
}
.about4_main {
    left: 60px;
    opacity: 0;
}
.about5_title {
    opacity: 0;
}
.ab5_lis {
    opacity: 0;
    position: relative;
    top: 60px;
}
.pro1_l , .pro1_r {
    top: 60px;
    position: relative;
    opacity: 0;
}
.product2_img{
	opacity:0;
}
/**animate**/









.ab2Add_main:after {content: "";display: table;clear: both;}

.ab2_add_left , .ab2_add_right {
    width: 50%;
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.ab2Add_main {
    height: 600px;
}

.ab2_add {
    margin-bottom: 80px;
}

.ab2Add_swiper {
    height: 100%;
    width: 100%;
    position: relative;
}

.ind2_add_slide {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: -100%;
    background-size: cover;
    background-position: center center;
}

.ind2_add_slide.current {
    left: 0;
}

.ab2_addL_ab {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    background: #fff;
    width: 220px;
    padding: 30px 35px;
}

.ab2_add_name span {
    display: block;
    text-transform: capitalize;
    font-weight: bold;
    color: #009FE9;
    position: absolute;
    top: 100%;
    left: 0;
}
.ab2_add_name span.current{
    top:0;
}
.ab2_add_name {
    float: left;
    line-height: 30px;
    font-size: 16px;
    position: relative;
    height: 30px;
    width: 60%;
    overflow: hidden;
}

.ab2_add_num {
    width: 40%;
    float: right;
    text-align: right;
    height: 30px;
    line-height: 30px;
}

.ab2_numL {
    display: inline-block;
    color: #608ad8;
    width: 20px;
    height: 30px;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
}

.ab2_numR {
    display: inline-block;
    color: #a7b5c7;
    height: 30px;
    vertical-align: middle;
}

.ab2_numL span {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
}
.ab2_numL span.current {
    top: 0;
}

.ab2_add_right {
    background: #243767;
}

.ab2Add_txt {
    width: 70%;
    position: relative;
    margin: 0 auto;
    padding: 90px 0 0;
    height: 100%;
    overflow: hidden;
}

.ab2_addR_ab {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.ab2_addR_ab a {
    display: inline-block;
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 1px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #1a284d;
}

.ab2Add_txtSec {
    color: #fff;
    position: absolute;
    opacity: 0;
    top:60px;
	max-height: 370px;
    overflow-y: auto;
	padding-right:20px;
}

.ab2Add_txtSec::selection {background: #999 ; color: white ; text-shadow: none ; }
.ab2Add_txtSec::-webkit-scrollbar-track-piece{width:10px;background-color:#999;}
.ab2Add_txtSec::-webkit-scrollbar{width:5px;height:6px}
.ab2Add_txtSec::-webkit-scrollbar-thumb{height:50px;background-color:rgba(255,255,255,1);}
.ab2Add_txtSec::-webkit-scrollbar-thumb:hover{background:#009FE9}

.ab2_addR_ab a i.fa {
    line-height: 90px;
}

.ab2Add_txtBox {
    position: relative;
    margin-top: 50px;
}

.ab2Add_txtSec.current {opacity: 1;top:0;z-index: 1;}
.ab2Add_txtSec h2 {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 28px;
}
.ab2Add_txtSec h3{
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
}

.ab2Add_txtSec p {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 24px;
}








/**jobSchool**/
.jobSchool1_box {
    text-align: center;
    position: relative;
    z-index: 1;
}

.jobSchool1_boxIn {
    display: inline-block;
    border: solid 5px #ffffff;
    border-radius: 24px;
    height: 380px;
    width: 480px;
}

.jobSchool_sec1 {
    position: relative;
    height: 100vh;
}

.jobSchool1_Bg {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 159, 233, 0.4);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform: skewY(-6deg);
    -webkit-transform: skewY(-6deg);
    -moz-transform: skewY(-6deg);
    -o-transform: skewY(-6deg);
}

.jobSchool1_boxTop {
    height: 55px;
    border-bottom: solid 5px #fff;
    padding: 0 15px;
}

.jobSchool1_boxTopL span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 60px;
    margin: 0 2px;
}

.jobSchool1_boxTopL {
    float: left;
    padding: 20px 0;
}

.jobSchool1_boxTopR img {
    width: auto;
    height: 100%;
}

.jobSchool1_boxTopR {
    float: right;
    height: 100%;
    padding: 10px 0;
}

.jobSchool1_boxBottom {
    position: relative;
    height: 100%;
    padding-top: 80px;
    margin-top: -55px;
}

.jobSchool_cube {
    height: 264px;
    width: 310px;
    display: inline-block;
    background: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 0 40px #9c9c9c;
    box-shadow: 0 0 40px rgba(29, 29, 29, 0.38);
    position: relative;
    overflow: hidden;
    padding-top: 52px;
    padding-bottom: 52px;
}

.jobSchool_cubeTop {
    height: 52px;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}

.jobSchool_cubeTop img {
    height: 100%;
}

.jobSchool_cubeBottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 52px;
    left: 0;
    border-top: solid 1px #eaeaea;
        text-align: left;
}

.jobSchool_cubeBottom img {
    height: 100%;
}

.jobSchool_cubeMid {
    position: relative;
    height: 100%;
    padding: 15px 14px 15px 19px;
    text-align: left;
}
.jobSchool_cubeTxt p {
    font-size: 14px;
    line-height: 24px;
}
.jobSchool_cubeMid ul li {
    line-height: 32px;
    color: #555;
    text-transform: capitalize;
    font-size: 14px;
}

.jobSchool_cubeMid ul li:after {content: "";display: table;clear: both;}

.jobSchool_cubeMid .jm_r {
    float: right;
}

.jobSchool_cubeMidBox {
    position: relative;
    padding-right: 30px;
}

.jobSchool_cubeStar {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 15px;
    top: 50%;
    margin-top: -8px;
}

.jobSchool_cubeStar img {
    width: 100%;
}

.jobSchool_cubeMidBox ul {
    border-right: solid 1px #eee;
    padding-right: 10px;
}


.jobSchool1_txt {
    margin-top: 25px;
}

.jobSchool1_txt h5 {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 28px;
    color: #00448a;
    font-weight: bold;
}

.jobSchool1_txt p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
}
.jobSchool2_l img {
    width: 100%;
}

.jobSchool2_l {
    width: 95%;
    box-shadow: 0 0 100px #b7b7b7;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.28);
}

.row.jobSchool2_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.jobSchool2_r h2 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    color: #009FE9;
}

.jobSchool2_r p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.jobSchool4_txt {
    max-width: 380px;
}
.jobSchool6_main {
    text-align: center;
}

.jobSchool6_main h4 {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #545454;
}

.jobSchool6_main h5 {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #009FE9;
}

.jobSchool6_main a.tech_more {
    margin-top: 50px;
}

.jobSchool_cubeBottom span {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    vertical-align: middle;
    margin-left: 5px;
}

.jobSchool2_txt {
    padding: 25px 8%;
    background: #fff;
}

.jobSchool2_txt h6 {
    margin: 10px 0 5px;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #009FE9;
}

.jobSchool2_txt p {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}


.obSchool_swLis {
    width: 100%;
    padding-top: 53%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.swiper-pagination.pagination_jobSchool {
    bottom: 15px;
}

.swiper-pagination.pagination_jobSchool .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #fff;
    box-shadow: 0 0 3px #585858 inset;
}
.swiper-pagination.pagination_jobSchool .swiper-active-switch{
    background: #009FE9;
    box-shadow: 0 0 3px #99dfff inset;
}




.jobSchool2_txtUl ul li {
    width: 20%;
    float: left;
}

.jobSchool2_txtUl ul:after {content: "";display: table;clear: both;}

.jobSchool2_txtUl {padding: 25px;margin-top: 45px;background: rgba(255, 255, 255, 0.5);}

.jobSchool2_txtUl li h6 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #009FE9;
}

.jobSchool2_txtUl li p {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    position: relative;
    padding-left: 10px;
}

.jobSchool2_txtUl li p:before {content: "";display: inline-block;width: 4px;height: 4px;background: #b0e6ff;border-radius: 50px;position: absolute;top: 10px;left: 0;}

.jobSchool6_main h3 {
    margin: 0;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    color: #009FE9;
    text-indent: 1rem;
}
.jobSchool_sec6 {
    padding: 100px 0 200px;
}
.jobSchool2_txtUl li h6:after {content: "";display: block;width: 33px;height: 2px;background: #009fe9;margin: 5px 0;}
.jobSchool {
    background-size: cover;
    background-position: center top;
}




.jobSchool1_boxIn {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}
.jobSchool1_box.active .jobSchool1_boxIn {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.5s cubic-bezier(0.54, 1.66, 0.62, 0.93);
    -webkit-transition: all 0.5s cubic-bezier(0.54, 1.66, 0.62, 0.93);
    -moz-transition: all 0.5s cubic-bezier(0.54, 1.66, 0.62, 0.93);
    -o-transition: all 0.5s cubic-bezier(0.54, 1.66, 0.62, 0.93);
}
.jobSchool1_boxIn .jobSchool_cube{
    top: -160px;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.jobSchool1_box.active .jobSchool1_boxIn .jobSchool_cube{
    top: 0;
    opacity: 1;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
}
.jobSchool1_txt {
    opacity: 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.jobSchool1_box.active .jobSchool1_txt{
    opacity: 1;
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
}

.jobSchool_sec2 .jobSchool2_l , .jobSchool_sec3 .jobSchool2_l , .jobSchool_sec4 .jobSchool2_l{
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}

.jobSchool_sec2.active .jobSchool2_l , .jobSchool_sec3.active .jobSchool2_l , .jobSchool_sec4.active .jobSchool2_l {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.5s cubic-bezier(0.54, 1.66, 0.62, 0.93);
    -webkit-transition: all 0.5s cubic-bezier(0.54, 1.66, 0.62, 0.93);
    -moz-transition: all 0.5s cubic-bezier(0.54, 1.66, 0.62, 0.93);
    -o-transition: all 0.5s cubic-bezier(0.54, 1.66, 0.62, 0.93);
}

.jobSchool_sec2 .jobSchool2_r , .jobSchool_sec4 .jobSchool2_r {
    position:relative;
    left:200px;
    opacity:0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.jobSchool_sec2.active .jobSchool2_r , .jobSchool_sec4.active .jobSchool2_r {
    left:0;
    opacity:1;
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
}


.jobSchool_sec3 .jobSchool2_r {
    position:relative;
    left:-200px;
    opacity:0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.jobSchool_sec3.active .jobSchool2_r {
    left:0;
    opacity:1;
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
}
.jobSchool2_txtUl ul li {
    position: relative;
    left: 200px;
    opacity: 0;
}




















.jobSchool_sec-8 {
    padding: 120px 0;
}
.wrapper.wrapperIn.wrapper_job {
    background: #fff;
}

.wrapper.wrapperIn.wrapper_job .career1_topBox{
    background: #fff;
}
.fix_searchBoxIn {
    padding-left: 80px;
}

.fix_searchBoxIn select {
    position: absolute;
    width: 80px;
    left: 0;
    top: 0;
    line-height: 46px;
    height: 48px;
    font-size: 16px;
    color: #666;
    background: transparent;
    border: none;
    padding: 0 5px;
    border: solid 1px #eee;
    border-right: 0;
    outline: none;
}

.job_detailL_contact {
    margin: 40px 0 0;
}

.job_detailL_contact p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
    font-weight: bold;
    color: #0d448b;
}

.tech4_box:after {content: "";display: table;clear: both;}

.tech4_box.notFirst {
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0;
}

.tech4_main {
    position: relative;
}

.tech4_box.notFirst .tech4_lis {
    opacity: 0;
}
.tech4_box {
    position: relative;
    z-index: 1;
}

/**jobSchool**/




















/**footer**/
.footer_tit h3 {
    font-size: 26px;
    font-family: "ArgentCF-Regular";
    color: #fff;
    text-align: center;
    margin: 20px 0 30px;
    text-transform: capitalize;
}
.footer {
    background: #192124;
    padding: 110px 130px;
}
.footer_l h3 {
    margin: 0 0 15px;
    color: #009FE9;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    font-family: "AlternateGotNo1D";
}

.footer_l h4 {
    color: #ebece6;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}
.footer_l {
    margin-bottom: 30px;
}
.footer_cen{
    width: 42%;
    float: left;
}
.footer_cent {
	position:relative;
    border-top: 1px solid rgba(53,67,74,0.2);
    border-bottom: 1px solid rgba(53,67,74,0.2);
}
.footer_left {
    width: 29%;
    float: left;
    margin-top: 10px;
}
.footer_right {
    width: 29%;
    float: right;
    text-align: right;
    margin-top: 10px;
}

.footer_right h4 a {
    color: #fff;
	font-size:13px;
	font-weight:normal;
}
.footer_cent h2 {
    text-align: center;
	font-family:Simsun;
    font-size:2vw;
	letter-spacing:0.5px;
    text-transform: uppercase;
	margin:0;
	font-weight:600;
}
.footer_cent h2 a{
    color: #ebece6;
    -webkit-transition: .6s ease-in-out;
}
.footer_cent h2 span {
    display: block;
    padding: 2.5vw 0;
	position:relative;
}
.footer_cent:before,.footer_cent:after {
    display: block;
    position: absolute;
    right: -2px;
    left: -2px;
    height: 3px;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    border-right: 3px solid #35434a;
    border-left: 3px solid #35434a;
    content: '';
    z-index: 1;
}

.footer_cent:before{
    top: -2px;
}
.footer_cent:after {
    bottom: -2px;
}
.footer_cent h2:before,.footer_cent h2:after,.footer_cent h2 span:before,.footer_cent h2 span:after{
    position: absolute;
    height: 1px;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    background: #35434a;
    content: '';
}
.footer_cent h2:before{
    width: 101px;
	top:-1px;
	left:0;
}
.footer_cent h2:after{
    width: 101px;
	bottom:-1px;
	left:0;
}
.footer_cent h2 span:before{
    width: 101px;
	top:-1px;
	right:0;
}
.footer_cent h2 span:after{
    width: 101px;
	bottom:-1px;
	right:0;
}
.footer_cent h2 a:before,.footer_cent h2 a:after{
    position: absolute;
    content: '';
}
.footer_cent h2 a:before{
    top: -1px;
    left: -2px;
}

.footer_cent h2 a:after{
    top: 50%;
    margin-top: -2px;
    height: 6px;
    margin: auto;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
     background: #ebece6;
    left: 29.81818px;
    right: 29.81818px;
}
.footer_cent h2:hover a:after{
    -webkit-transform: scalex(1);
    transform: scalex(1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
	background: #7eaccf;
    opacity: 0.7;
    top: 60px;
}
.footer_cent h2:hover a{
	color: #7eaccf;
    -webkit-transition: .6s ease-in-out;
}
.footer_cent h2:hover:before{
	width: calc(50% + 1px);
	background: #7eaccf;
}

.footer_cent h2:hover:after{
	width: calc(50% + 1px);
	background: #7eaccf;
}
.footer_cent h2:hover span:before{
	width: calc(50% + 1px);
	background: #7eaccf;
}

.footer_cent h2:hover span:after{
	width: calc(50% + 1px);
	background: #7eaccf;
}

.footer_bottom {
    margin: 60px 0 0;
	text-align:center;
}
.footer_bottom li{
	width:25%;
	text-align:center;
	float:left;
}

.footer_bottom li a {
    color: #ebece6;
    text-transform: uppercase;
    font-family: "AlternateGotNo1D";
    font-size: 36px;
    letter-spacing: -.02em;
    position: relative;
	display:inline-block;
}
.footer_bottom li a:after{
    position: absolute;
    top: 50%;
    right: -8px;
    left: -8px;
    height: 3px;
    margin-top: -1.5px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: #ebece6;
    content: '';
}
.footer_bottom li a:hover:after{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
	top: 40px;
}




.unohacha {
    text-align: right;
}

.footCopyLeft h2 {
    margin: 0;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 40px;
    color: #666;
}

.footCopyLeft h2 span {
   font-family:"黑体";
}

.footCopyLeft h2 a{ font-family:"黑体"; margin-left:5px;}
.footCopyLeft h2 a:hover{ color:#fff;}
.footCopy {
    background: #192124;
    padding: 0 130px 10px;
}








.banner_lbxg{
	width:100%;
	height:100%;
	height:100vh;
	background:#fff;
	z-index:1; 
}
#particle-slider{z-index:99;}
.header{z-index:999;}
.banslide01{ background:url(../images/banner01.jpg) center center no-repeat; background-size:cover;}
.banslide02{ background:url(../images/banner02.jpg) center center no-repeat; background-size:cover;}
.banslide03{ background:url(../images/banner03.jpg) center center no-repeat; background-size:cover;}
.banslide04{ background:url(../images/banner04.jpg) center center no-repeat; background-size:cover;}
.banslide05{ background:url(../images/banner05.jpg) center center no-repeat; background-size:cover;}






















@media (max-width:1440px){
.footer_cent h2 {
    font-size: 1.7vw;	
}
.ind_box1{
	padding:120px 0;
}
.ind1_cot{
	position:relative;
	transform:translateY(0);
}
.ind1_wz h3 {
    font-size: 28px;
    max-width: 20em;
}
.career1_c h2 {
    margin: 0;
    font-size:46px;
}
}












@media (max-width:1200px){
.footCopy {
    padding: 0 25px 10px;
}
.header_cot {
    padding: 0 25px;
}
.menu li a {
    font-size: 14px;
    padding: 16px 15px;
}
.menu_down li a {
    padding: 2px 16px;
}
.menu li a:after{
	bottom:14px;
}
.logo {
    width: 156px;
}
.ind1_img img {
    max-width: 220px;
}

.ind2_cot {
    padding: 120px 6.5%;
}

.ind2_txt p {
    font-size: 12px;
    line-height: 24px;
}

.ind2_wz p {
    font-size: 13px;
    line-height: 24px;
}
.banner_inTxt h2 {
    font-size: 42px;
}
.footer {
    padding: 80px 25px;
}

.footer_bottom li a {
    font-size: 28px;
}

.footer_right {
    width: 25%;
}

.footer_cen {
    width: 45%;
}
.about_sec2 {
    padding: 80px 0 30px;
}
.about_sec2 {
    padding: 80px 0 30px;
}

.ab5_lis_txt {
    padding: 10px 10px;
}

.ab5_lis_txt p {
    font-size: 12px;
    line-height: 24px;
}
.career2_top {
    width: 80%;
}
.news_left {
    width: 280px;
}

.news_list {
    width: 280px;
    
}

.news_right {
    padding-left: 280px;
}

.news_list ul li a, .news_list ul li .ax {
    padding: 0 15px;
}
.career1_top {
    padding-left: 280px;
}

.pro1_l h2 {
    top: 60px;
    font-size: 36px;
}

.pro1_r {
    padding-top: 60px;
}

.products_sec1 {
    padding: 30px 0 80px;
}

.career1_txt p {
    font-size: 12px;
    line-height: 24px;
	    height: 120px;
}

.career1_txt {
    padding: 10%;
}

.career1_txt .news_more {
    bottom: 10%;
    left: 15%;
}
.banner_inTxt_prodot h4 {
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 15px;
}

.banner_inTxt_prodot h5 {
    font-size: 14px;
    line-height: 24px;
}

.prodot1_txt p {
    font-size: 12px;
    line-height: 22px;
}
.pd2_ltit p{
    font-size: 12px;
    line-height: 22px;
}
.pd2_lLis h5 {
    font-size: 14px;
    line-height: 24px;
}
.pd3Img h3 {
    font-size: 12px;
    line-height: 22px;
    padding-left: 15px;
}
.pd2_lLis h4 {
    font-size: 14px;
    line-height: 24px;
}
.pd2_downloadLis a {
    font-size: 12px;
}
.tech1_txt h2{
    font-size: 26px;
}

.tech1_txt p {
    font-size: 14px;
    line-height: 24px;
}

.tech3_tit h2 {
    font-size: 34px;
    line-height: 44px;
}

.tech3_tit p {
    font-size: 14px;
    line-height: 24px;
}

.home_project_right li .button-play-circle {
    width: 4rem;
    height: 4rem;
    left: 2.5rem;
}

.button-play-circle .icon img {
    width: 26px;
}

.button-play-circle .icon {
    margin-left: 10px;
}

.industry-selector-option.is-active .industry-selector-button:before {left: 6rem;}

.home_project_right li:after {
    right: 80%;
}

.industry-selector-button {}

.industry-selector-button:before {
    left: 19%;
}

.heading.h5 {
    font-size: 14px;
    line-height: 24px;
}
.home_project_text h4 {
    font-size: 28px;
    line-height: 38px;
}

.tech4_tit h2 {
    font-size: 38px;
    line-height: 48px;
}

.tech4_tit h3 {
    font-size: 16px;
    line-height: 26px;
}

.tech4_hide {
    padding: 15px;
}

.tech4_show img {
    height: 32px;
}

.tech4_hide h2 {
    font-size: 18px;
    line-height: 28px;
}

.tech4_hide p {
    font-size: 12px;
    line-height: 22px;
}
.job1_l h2 {
    top: 60px;
    font-size: 36px;
}
.job1_l h2 {
    top: 60px;
    font-size: 36px;
}

.jobTit_main h2 {
    font-size: 28px;
    line-height: 38px;
}
.jobTit_main p {
    font-size: 16px;
    line-height: 26px;
}

.job2_lis {
    padding: 60px 0;
}

.job2_lis a {
    padding: 25px 10px 0;
}

.job2_txt {
    width: 95%;
    padding: 10px 10px;
}

span.job2_ico {
    font-size: 12px;
    line-height: 40px;
}

span.job2_arr {
    padding-top: 10px;
}

.job2_txt h2 {
    padding-bottom: 10px;
}

.job2_txt p {
    font-size: 12px;
    line-height: 22px;
}

.job2_bg span {
    width: 130%;
    transform: rotate(-60deg);
}

.job3_cube {
    width: 70%;
}

.job3_cube h2 {
    font-size: 36px;
}

.job3_cube p {
    font-size: 14px;
    line-height: 24px;
}
.job_detailIn {
    width: 95%;
    padding: 30px;
}

.job_detailL_Box h2 {
    font-size: 16px;
    line-height: 26px;
}

.job_detailL_Box h3 {
    font-size: 12px;
    line-height: 22px;
}

.job_detailL_Box h4 {
    font-size: 12px;
    line-height: 22px;
}

.job_rBox {
    width: 85%;
}

.job_rBox p {
    font-size: 12px;
    line-height: 22px;
}

a.jobDetail_close {
    margin-right: -25px;
}
.contactTit h2 {
    font-size: 18px;
}

.contactTit {
    padding: 60px 0 40px;
}

.news_rBox {
    width: 90%;
}

.contactMain h3 {
    font-size: 14px;
    line-height: 24px;
}

.contact_lLis h2 {
    font-size: 14px;
    line-height: 24px;
}

.contact_lLis h4 {
    font-size: 12px;
    line-height: 22px;
}

a.tech_more {
    padding: 15px 20px;
    min-width: 180px;
}
.career2_top h2 {
    font-size: 16px;
    margin: 0 0 15px;
}

.career2_top p {
    font-size: 13px;
    line-height: 23px;
}

.ab2_top p {
    font-size: 13px;
    line-height: 24px;
}

.about1_txtBox {
    padding: 35px;
}

.ab1_txtLis p {
    font-size: 13px;
    line-height: 24px;
}

.about4_main h3 {
    font-size: 13px;
    line-height: 24px;
}

.ab5_lis h2 {
    font-size: 16px;
    line-height: 26px;
}


.ab2Add_txt {
    width: 80%;
    padding-top: 70px;
}

.ab2Add_txtSec h2 {
    font-size: 14px;
    line-height: 24px;
}

.ab2Add_txtSec h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 15px;
}

.ab2Add_txtSec p {
    font-size:12px;
    line-height:22px;
}

.ab2Add_main {
    height: 560px;
}









.jobSchool1_txt h5 {
    font-size: 14px;
    line-height: 24px;
}
.jobSchool1_txt p {
    font-size: 14px;
    line-height: 24px;
}

.jobSchool1_boxIn {
    height: 330px;
}

.jobSchool1_boxBottom {
    padding-top: 60px;
    margin-top: -45px;
}

.jobSchool1_boxTop {
    height: 45px;
}

.jobSchool1_boxTopL {
    padding: 12px 0 0;
}

.jobSchool_cubeTop {
    height: 45px;
}

.jobSchool_cubeBottom {
    height: 45px;
}

.jobSchool_cube {
    padding-top: 45px;
    padding-bottom: 45px;
    height: 240px;
}

.jobSchool2_txt h6 {
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0 5px;
}

.jobSchool2_txt p {
    font-size: 12px;
    line-height: 22px;
}

.jobSchool2_r h2 {
    font-size: 18px;
    line-height: 28px;
}

.jobSchool2_r p {
    font-size: 12px;
    line-height: 22px;
}

.jobSchool_cubeTxt p {
    font-size: 12px;
    line-height: 22px;
}

.jobSchool2_txtUl li h6 {
    font-size: 14px;
    line-height: 24px;
}

.jobSchool2_txtUl li p {
    font-size: 12px;
}

.jobSchool2_txtUl li h6:after {
    width: 28px;
}

.jobSchool6_main h3 {
    font-size: 20px;
    line-height: 30px;
}


}



@media (max-width: 767px) {
.banslide01{ background:url(../images/ban01.jpg) center center no-repeat; background-size:cover;}
.banslide02{ background:url(../images/ban02.jpg) center center no-repeat; background-size:cover;}
.banslide03{ background:url(../images/ban03.jpg) center center no-repeat; background-size:cover;}
.banslide04{ background:url(../images/ban04.jpg) center center no-repeat; background-size:cover;}
.banslide05{ background:url(../images/ban05.jpg) center center no-repeat; background-size:cover;}

.footCopy {
    padding: 0 15px 10px;
}
.footCopyLeft h2 {
    font-size: 12px;
    line-height: 22px;
}
.footer_cent h2 {
    font-size: 12px;
}
.about_sec4 {
    background-attachment: initial;
}
.header {
    display: none;
}
.headTop{position: fixed;z-index: 999;width: 100%;top:0;left:0;height: 50px;}
.headTop p{margin:0;padding:0;}
.top-left{color: #fff;position: absolute;top: 0;bottom: 0;font-size: 20px;padding: 15px;z-index: 1;}
.headTop .top-mid{    
	font-size: 18px;
    text-align: center;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding: 5px 0;
    position: absolute;
}
.headTop .top-mid img {
    height: 100%;
}
.headTop .top-right{left: auto;right: 0;color: #fff;position: absolute;top: 0;bottom: 0;font-size: 20px;padding: 7px 10px;}
.headTopMain{position: fixed;top: 0;z-index: 9999;width: 100%;height: 50px;position: relative;left: auto;bottom: auto;right: auto;color: #fff;    	background: #272727;
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);}
    
    
    
    
/*********menu菜单**********/
html{position:relative;width:100%;}
html.menu-active{overflow: hidden; position: fixed; top: 0; bottom: 0; left: 0;}
.menuBox{
	color: #fff;
	position: fixed;
	z-index: 999;
	width: 265px;
	height: 100%;
	top: 0;
	left: -265px;
	background: #272727;
	background: rgba(0, 0, 0, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
}
.menuAll{
    height: 100%;
    padding-top: 50px;
    position: relative;
}
.menuTitle{
	height: 50px;
    padding: 10px 10px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.menuTitle i{font-size:20px;float: left;line-height:30px;}
.menuBody ul li i{font-size:16px;float: right;margin-right: 15px;    line-height: 45px;
    color: #fff;}
.menuTitle span{
	font-size: 16px;
    margin-left: 20px;
    line-height: 30px;
    float: left;
}
.menuBody ul li.a{border-bottom: 1px solid rgba(0,0,0,0.1);}
.menuBody ul li.a ul{width: 100%;display:none;overflow:hidden;border-top: 1px solid rgba(0,0,0,0.1);background: rgba(255,255,255,0.2);}
.menuBody ul li.a ul li{height: 45px;border-bottom: 1px solid rgba(0,0,0,0.1);padding: 0 0 0 30px;font-size: 12px;}
.menuBody ul li.a ul li a{color:#fff; line-height:30px;}
.menuBody ul li.a span{
	margin-left: 15px;
    color: #fff;
    display: inline-block;
    padding: 10px 0;
    line-height: 25px;
}
.menuBody ul li a:after {content: "";display: table;clear: both;}

.menuBody ul li a {
    overflow: hidden;
}
.menuBody ul li.a:after {content: "";display: table;clear: BOTH;}
.menuBody {
    overflow-y: auto;
    max-height: 100%;
}


.cir_name {
    font-size: 22px;
    line-height: 34px;
    height: 34px;
    margin-top: -17px;
}

.cir_nameLis span {
    margin: 0 2px;
}

.ind1_left {
    width: 100%;
}

.ind_box1 {
    padding: 30px 15px 60px;
}

.ind1_right {
    width: 100%;
    padding-top: 35px;
}

.ind1_wz h4 {
    font-size: 16px;
    line-height: 26px;
}

.ind1_wz h3 {
    font-size: 22px;
    line-height: 32px;
    margin: 15px 0;
}

.ind1_wz p {
    font-size: 12px;
    line-height: 24px;
}

.ind1_btn {
    margin-top: 35px;
}

.ind2_cot li {
    width: 100%;
    top: 0 !important;
}

.ind2_cot {
    padding: 60px 15px;
}

.ind2_wz {
    padding: 15px;
}

.ind2_txt {left: 0;width: 100%;}

.ind2_bg {
    width: 80%;
    height: 95%;
}

.ind_box3 {
    padding: 100px 0 60px;
}

.ind3_cot li {}

.ind2_wz p {
    font-size: 12px;
    line-height: 22px;
}

.ind2_txt p {
    font-size: 12px;
    line-height: 22px;
}

.ind2_txt h4 {
    font-size: 16px;
}

.ind2_wz h3 {
    font-size: 14px;
}

.ind_box4 li {
    width: 100%;
}

.ind4_tit h3 {
    font-size: 16px;
}

.ind4_btn a {
    padding: 10px 15px;
}

.ind4_wz h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.ind4_wz p {
    font-size: 12px;
    line-height: 22px;
}
.ind_box4 li.ind4_li{
    background:#000;
}
.ind4_li .ind4_img {opacity: 0.5;}
.footer {
    padding: 30px 15px 10px;
}

.footer_left {
    width: 75%;
}

.footer_cen {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.footer_bottom {
    display: none;
}

.footer_tit h3 {
    font-size: 22px;
    margin: 10px 0 25px;
}

.footer_cot {
    position: relative;
    padding-top: 60px;
}

.footer_cent h2 span {
    padding: 15px 0;
}

.footer_l {
    margin-bottom: 15px;
}

.footer_l h3 {
    font-size: 16px;
    margin: 0 0 5px;
}

.footer_l h4 {
    font-size: 12px;
    line-height: 24px;
}

.footer_right h4 a {
    font-size: 12px;
}
.footer {
    padding: 30px 15px 10px;
}

.footer_left {
    width: 75%;
}

.footer_cen {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.footer_bottom {
    display: none;
}

.footer_tit h3 {
    font-size: 22px;
    margin: 10px 0 25px;
}

.footer_cot {
    position: relative;
    padding-top: 60px;
}

.footer_cent h2 span {
    padding: 15px 0;
}

.footer_l {
    margin-bottom: 15px;
}

.footer_l h3 {
    font-size: 16px;
    margin: 0 0 5px;
}

.footer_l h4 {
    font-size: 12px;
    line-height: 24px;
}

.footer_right h4 a {
    font-size: 12px;
}

.ind4_list .ind4_wz {
    padding: 15px 15px;
}

.ind4_tit {
    padding: 30px 15px;
}
.career1_topTxt {
    padding: 50px 0 35px;
}

.career1_topBox {
    min-height: 120px;
    margin: -80px 0 0;
}

.career1_top {
    padding-left: 120px;
}

.banner_inTxt h2 {
    font-size: 28px;
}

.career2_left {
    display: none;
}

.about1_swiper {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.about1_txtBox {
    padding: 15px;
    width: 100%;
    left: 0;
    margin: 0;
}

.about1_txt {
    max-width: 100%;
    margin-left: 0;
    margin-top: 35px;
}

.ab1_right {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    z-index: 5;
    pointer-events: none;
}

a.arrow-left_ab1, a.arrow-right_ab1 {
    pointer-events: all;
    position: absolute;
    margin: 0;
    top: 50%;
    margin-top: -23px;
    border-color: #585858;
}

a.arrow-left_ab1 {
    left: 5px;
}

a.arrow-right_ab1 {
    right: 5px;
}

span.ab1_count {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 101%;
}

.ab1_txtLis p {
    font-size: 12px;
    line-height: 22px;
}

.ab2_top {
    width: 85%;
    margin: 0 auto 60px;
}

.about2_img {
    margin: 0 15px;
}

.career2_top {
    width: 90%;
    margin: 0 auto 30px;
}

.career2_top h2 {
    font-size: 14px;
    margin: 0 0 10px;
}

.career2_top p {
    font-size: 12px;
    line-height: 22px;
}
.career2_top h2:before {
    margin-bottom: 10px;
    width: 20px;
}

.about4_main {
    width: 100%;
    padding: 80px 0;
}

.about4_main h3 {
    font-size: 12px;
    line-height: 22px;
}

.about_sec5 {
}

.about5_title {
    padding-top: 35px;
    margin-bottom: 15px;
}

.about5_title:before {
    height: 25px;
}

.about5_title h6 {
    font-size: 14px;
}

.about5_title h2 {
    font-size: 28px;
}

.ab5_lis h2 {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px;
}

.ab5_lis_txt {
    background: #f6f6f6;
}

.ab5_lis {
    margin-top: 15px;
}

.ab5_lis_txt p {
    line-height: 22px;
}
.newsPhoneBox {
    padding: 0 15px;
}

.news_listIn {
    padding: 15px 0;
}

.newsPhoneBox ul li {
    border-bottom: solid 1px #eee;
}
.newsdot {
    padding: 0 15px 60px;
}

h2.news_tit {
    font-size: 16px;
    line-height: 26px;
}

h3.news_date {
    font-size: 12px;
    margin: 0 0 15px;
}

.news_text {
    padding-left: 0;
}

.news_text p {
    font-size: 12px;
    line-height: 22px;
}

.news_main h5 {
    margin: 0 0 10px;
}

.news_main {
    padding: 80px 0 15px;
}

.news_next {
    margin-top: 25px;
}

.news_next h4 {
    font-size: 13px;
    line-height: 23px;
}

.news_next h2 {
    font-size: 16px;
}

span.news_more {
    font-size: 12px;
}
.newsBack {
    text-align: center;
    margin: 35px 0 0;
}

.newsBack a {
    display: inline-block;
    border: solid 1px #009FE9;
    color: #009FE9;
    padding: 8px 25px;
    min-width: 150px;
    font-size: 13px;
}
.pro1_l {
    display: none;
}
.pro1_r {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
}
.products_sec2 {
    margin-top: 60px;
}
.pro2_cover {
    width: 80%;
    left: 10%;
}
.product2_img {
    width: 82%;
}
.career1_lis {
    width: 100%;
    padding-top: 65%;
}

.career1_txt {
    padding: 15px;
}

.career1_txt .news_more {
    bottom: 15px;
    left: 15px;
}

.career1_txt h2 {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 10px;
}
.contact_width {
    padding: 0;
}

.banner_inTxt_prodot h5 {
    font-size: 12px;
    line-height: 22px;
}

.banner_inTxt_prodot {
    padding-top: 0;
}

.banner_inTxt_prodot h4 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 10px;
}

.banner_in .contact_width {
    padding: 0 15px;
}

.prodot_top {
    line-height: 50px;
    height: 50px;
    margin-top: -50px;
}

.prodotTop_left a {
    font-size: 12px;
    padding: 0 15px;
}

.prodotTop_right li a {
    font-size: 12px;
    padding: 0 15px;
}

.prodotTop_right li a i.fa {
    line-height: 50px;
}

span.prodotTop_hide {
    line-height: 50px;
    left: 45px;
}
.prodotTop_right li a.pdT_phone:hover {
    min-width: 0;
}

.prodot_sec1 {
    padding: 60px 15px;
}

.prodot1_l {
    width: 100%;
}

.prodot1_r {
    width: 100%;
}

.prodot1_txt p {
    margin: 0 0 10px;
}

.prodot_sec2 {
    padding: 60px 15px;
}

.prodot2_top h2 {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 10px;
}

.prodot2_top ul li a {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.prodot2_left, .prodot2_right {
    width: 100%;
}

.prodot2_top {
    margin: 0 0 10px;
}

.pd2_ltit {
    margin: 0 0 10px;
}

.pd2_lLisIn {
    padding: 5px 0;
}

.pd2_lLis {
    padding: 0 15px;
}

.pd2_ltable {
    margin: 0 -15px;
}

.pd2_lLis h4 {
    font-size: 12px;
    line-height: 22px;
}

.pd2_lLis h5 {
    font-size: 12px;
    line-height: 22px;
}

.prodot2_right {
    margin-top: 30px;
}

span.pd2_download_ico {
    width: 24px;
}

.pd2_downloadLis a {
    line-height: 24px;
}
.prodot3_tit h2 {
    font-size: 16px;
    line-height: 26px;
}

.pd3_img1 .pd3_imgLis {
    padding: 0 2px;
}

.pd3_img1 {
    margin-bottom: 4px;
}

.pd3_img2 .pd3_imgLis {
    padding: 0 2px;
}

.pd3_img1, .pd3_img2 {
    margin: 0 -2px 4px;
}

.pro1_r p {
    font-size: 14px;
    line-height: 24px;
}

.products_sec1 {
    padding: 20px 0 60px;
}

.tech_sec1 {
    padding: 60px 0;
}

.tech_sec1 .tech1_txt {
    padding-right: 0;
}

.tech1_img, .tech2_img {
    position: relative;
    padding: 0 15px;
    margin-bottom: 15px;
}

.techImg_box {
    width: 100%;
    padding-top: 55%;
    position: relative;
}

.tech1_txt h2 {
    font-size: 16px;
    margin: 0 0 10px;
    padding-bottom: 15px;
}

.tech1_txt h2:after {
    height: 4px;
}

.tech1_txt p {
    font-size: 12px;
    line-height: 22px;
}

.tech1_txt a.tech_more {
    margin-top: 20px;
}

a.tech_more {
    padding: 10px 15px;
    min-width: 160px;
    font-size: 12px;
}

.tech1_box {
    min-height: 0;
}

.tech_sec2 {
    padding: 60px 0;
}

.tech_sec2 .tech1_txt {
    padding-left: 0;
}

.tech_sec3 {
    padding: 60px 0;
}

.tech3_tit {
    width: 100%;
}

.tech3_tit h2 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 10px;
}

.tech3_tit p {
    font-size: 12px;
    line-height: 22px;
}

.tech4_tit h2 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 15px;
    padding-bottom: 20px;
}

.tech_sec4 {
    padding: 60px 0 0;
}

.tech4_tit h3 {
    font-size: 14px;
    line-height: 24px;
}

.tech4_lis {
    width: 100%;
    height: 360px;
}

.tech4_main {
    margin: 60px 0 0;
}

.tech4_show h3 {
    margin: 20px 0 0;
    font-size: 18px;
    line-height: 28px;
}

.tech3_swImg {
    padding-top: 70%;
}

.tech3_swLis h2 {
    margin: 15px 0 0;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pagination_tch3 .swiper-pagination-switch , .pagination_tch4 .swiper-pagination-switch{
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: #c1c1c1;
}

.pagination_tch3 .swiper-active-switch {
    background: #0072c1;
}
.pagination_tch4 .swiper-active-switch {
    background: #fff;
}
.swiper-pagination.pagination_tch3 {
    bottom: 0;
}
.swiper-pagination.pagination_tch4 {
    bottom: 15px;
}

.career1_topTxt p {
    font-size: 12px;
    line-height: 22px;
}

.job1_l {
    display: none;
}

.job1_r {
    width: 100%;
    top: -20px;
}

.job_sec1 {
    padding-bottom: 80px;
}

.jobTit_main h2 {
    font-size: 18px;
    line-height: 28px;
}

.jobTit_main p {
    font-size: 14px;
    line-height: 24px;
}

.job_tit {
    margin-bottom: 25px;
}

.job_bgR {
    width: 260px;
    margin-left: -130px;
}

.job2_lis {
    padding: 35px 0 0;
}

.job2_main {
    padding-bottom: 60px;
}

.job3_cube {
    width: 100%;
    padding: 60px 20px;
}

.job3_cube h2 {
    font-size: 18px;
}

.job3_cube h2:after {
    height: 3px;
}

.job3_cube p {
    font-size: 12px;
    line-height: 22px;
}

.job_detail {
    z-index: 9999;
}

.job_detailIn {
    overflow-y: auto;
    padding: 15px;
}

.job_detailTitle {
    min-height: 40px;
    position: relative;
}

.job_detailL_Box h2 {
    font-size: 14px;
    line-height: 24px;
}

.job_detailRight {
    margin-right: 0;
    margin-top: 15px;
    padding-top: 15px;
    border-top: solid 1px #eee;
}

.job_detailRight .job_detailTitle {
    display: none;
}



.job_rBox {
    width: 100%;
}
a.jobDetail_close {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
}

a.jobDetail_close span {
    font-size: 12px;
}

a.jobDetail_close img {
    height: 14px;
}


.contact .news_left {
    position: fixed;
    top: 0;
    left: -280px;
    background: #282e38;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	    z-index: 99;
}
.contact .news_left.open {
    left: 0;
}
.cl_btn {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -20px;
}

.cl_btn a {
    display: block;
    width: 40px;
    height: 40px;
    background: #282e38;
    box-shadow: 0 0 5px #4e4e4e;
    color: #fff;
    text-align: center;
}

.cl_btn a i.fa {
    font-size: 20px;
    line-height: 40px;
}
.news_left.open .cl_btn a i.fa {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
.news_left:before {
    width: 0;
}

.news_list {
    position: relative;
	margin-top: 50px;
	
    height: calc(100% - 50px);
}

.contactlTit {
    padding: 25px 15px 5px;
}

.contactlTit h2 {
    font-size: 14px;
}

.contact_lLis {
    padding: 20px 0;
}

.contact_lLis h2 {
    font-size: 13px;
    line-height: 23px;
    margin: 0 0 5px;
}

.contact_lLis h4 i.fa {
    margin-right: 5px;
}

.contact_lLis h2:before {
    width: 20px;
}

.contact .news_right {
    padding-left: 0;
}

.contact .newsR {
    margin-top: 0;
}

.contactTit h2 {
    font-size: 14px;
}

.contactTit {
    padding: 60px 0 30px;
}

.contactMain {
    padding: 0;
}

.contactMain h3 {
    font-size: 12px;
    line-height: 22px;
}

.contactInput {
    padding: 0;
    width: 100%;
    margin-bottom: 15px;
}

.contactForm {
    margin: 15px 0 30px;
}

.contactInput:before {
    left: 0;
}

.contactInput:after {
    right: 0;
}

.contactInput input {
    line-height: 36px;
}

.news_rBox {
    width: 100%;
    padding: 0 15px;
    padding-bottom: 60px;
}

.contactMap {
    position: fixed;
    z-index: 999999;
}

div#dituContent {
    height: 400px !important;
}
html.menu-active .contact .news_left{display: none;}


.ban_p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}


.ab2_add_left, .ab2_add_right {
    width: 100%;
    height: 45%;
}

.ab2_addL_ab {
    display: none;
}

.ab2_addR_ab a {
    height: 36px;
    width: 36px;
}

.ab2_addR_ab a i.fa {
    line-height: 36px;
}

.ab2Add_txt {
    width: 100%;
    padding: 40px 15px 15px;
}

.ab2Add_main {
}

.ab2Add_txtBox {
    margin-top: 0;
    height: 100%;
}

.ab2Add_txtSec {
    height: 100%;
    overflow-y: auto;
    padding: 0;
}

.ab2_add_right {
    height: 55%;
}
.ab2_add {
    margin-bottom: 60px;
}




.jobSchool1_boxIn {
    width: auto;
    height: auto;
    border: none;
}

.jobSchool1_boxTop {
    display: none;
}

.jobSchool_cube {
    width: 300px;
}

.jobSchool1_txt {
    margin-top: 15px;
    padding: 0 15px;
}
.jobSchool1_txt h5 {
    font-size: 12px;
    line-height: 22px;
}
.jobSchool1_txt p {
    font-size: 12px;
    line-height: 22px;
}

.jobSchool1_boxBottom {
    margin-top: -25px;
}


.job_detailL_contact {
    margin: 25px 0 0;
}

.job_detailL_contact p {
    font-size: 12px;
    line-height: 22px;
}
.job_detailL_contact {
    margin: 25px 0 0;
}

.job_detailL_contact p {
    font-size: 12px;
    line-height: 22px;
}

.fix_searchBox input {
    font-size: 14px;
    border-radius: 0;
    padding: 0 10px;
}

.fix_searchBoxIn select {
    width: 60px;
    font-size: 14px;
    padding: 0 5px;
    border-radius: 0;
}

.fix_searchBox a {
    width: 60px;
    font-size: 14px;
}

.fix_searchBoxIn {
    padding: 0 60px;
}
.job_detailL_contact {
    margin: 25px 0 0;
}

.job_detailL_contact p {
    font-size: 12px;
    line-height: 22px;
}

.fix_searchBox input {
    font-size: 14px;
    border-radius: 0;
    padding: 0 10px;
}

.fix_searchBoxIn select {
    width: 60px;
    font-size: 14px;
    padding: 0 5px;
    border-radius: 0;
}

.fix_searchBox a {
    width: 60px;
    font-size: 14px;
}

.fix_searchBoxIn {
    padding: 0 60px;
}

.row.jobSchool2_row {
    display: block;
    -webkit-box-direction: initial;
    -webkit-box-orient: initial;
    -webkit-flex-direction: initial;
    -moz-flex-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    -webkit-align-items: initial;
    -moz-align-items: initial;
    align-items: initial;
}
.jobSchool_sec-8 .tables {
    display: block;
}
.jobSchool_sec-8 .table_cell {
    display: block;
}
.jobSchool2_l {
    width: 100%;
    margin-bottom: 25px;
}

.jobSchool_sec-8 {
    padding: 30px 0;
}

.jobSchool2_txt {
    padding: 15px;
}

.jobSchool2_r h2 {
    font-size: 16px;
    line-height: 26px;
}

.jobSchool2_txtUl ul li {
    width: 100%;
    margin: 10px 0;
}

.jobSchool2_txtUl {
    margin-top: 25px;
}

.jobSchool2_txtUl ul {
    display: inline-block;
}

.jobSchool2_txtUl {
    padding: 15px;
}

.jobSchool2_txtUl li p {
    display: inline-block;
    margin-right: 4px;
}

.jobSchool_sec6 {
    padding: 20px 0 60px;
}

.jobSchool6_main h3 {
    font-size: 16px;
    line-height: 26px;
}

.jobSchool6_main a.tech_more {
    margin-top: 15px;
}






.ab1_img{opacity: 1;}
.pro1_r{opacity: 1; top: 0px;left: 0 !important;}












}

