﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'saira_condensed';
    src: url('../fonts/sairacondensed-regular.woff2') format('woff2'),
         url('../fonts/sairacondensed-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'saira_condensed';
    src: url('../fonts/sairacondensed-bold.woff2') format('woff2'),
         url('../fonts/sairacondensed-bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
	font-family: "iconfont"; /* Project id 3553277 */
	src: url('../fonts/iconfont.woff2') format('woff2'),
		 url('../fonts/iconfont.woff?t=1658994279034') format('woff'),
		 url('../fonts/iconfont.ttf?t=1658994279034') format('truetype');
  }
  
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}  
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-weight: 900;
  }
  
  .icon-arrow-right:before {
	content: "\e67b";
  }
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
	font-family: "saira_condensed","微软雅黑";
	-webkit-text-size-adjust: none;
	color: #333;
	overflow-x: hidden;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, p {
	margin: 0;
	padding: 0;
}
img {
	height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
ul, li {
	list-style-type: none;
}
a {
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
}
.tc {
	text-align: center;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl,.clear{
	clear: both;
}
.clearfix::after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}
.position-relative {
    position: relative!important;
}
.fb {
	font-weight: bold;
}
.fnb {
	font-weight: 200;
	margin-left: -1px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	outline: none;
}
.font_14 {
	font-size: 14px;
}
.font_16 {
	font-size: 16px;
}
.font_18 {
	font-size: 18px;
}
.font_s {
	font-family: "saira_condensed","微软雅黑";
}
.min_w {
	min-width: 1200px;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (min-width:1680px) {
	.container {
		width: 1400px;
	}
}
.flex,.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.f-dc {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.f-js {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.f-jsb {
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
}
.f-jbt {
    justify-content: space-between;
}
.align-items-center {
    align-items: center!important;
}
.text_center{
	text-align: center!important;
}
.justify-content-center {
    justify-content: center!important;
}
.mb50{
	margin-bottom: 50px;
}
.mb0{
	margin-bottom: 0!important;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
/*header*/
.logo {
	margin-top: 0px;
}
.nav {
	width: 826px;
}
.nav>ul>li {
	float: left;
	text-align: center;
	font-size: 14px;
	height: 103px;
	background: url(../img/pic_01.jpg) no-repeat left center;
	padding: 0 8px;
}
.nav>ul>li>a {
	color: #323232;
	height: 103px;
	line-height: 103px;
	display: block;
	width: 102px;
	background: url(../img/pic_02.jpg) no-repeat center -104px;
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
}
.nav>ul>li:hover>a {
	color: #fff;
	background: url(../img/pic_02.jpg) no-repeat center center;
}
.nav>ul>li:first-child {
	background: none;
}
/*index*/
.eucs{
}

.eucs .eucs-tit{
    margin:0 auto;
	width:600px;
	text-align:center;
	
  
}

.eucs .eucs-tit .eu-t1{
margin-top:83px;
font-size:24px;
font-weight: 600;
}

.eucs .eucs-tit .eu-t2{
font-size:16px;
padding-bottom:50px;
}


.eucs .eucs-con{
   margin:0 auto;
   width:1400px;
   padding-bottom:50px;
}


.eucs .eucs-con .eucs-con-left .pe{
    float:left;
	width:33%;
	height:266px;
	border:1px solid #CCCCCC;
	transition: all 0.3s;
	background-position: center center;
	background-repeat: no-repeat;
}

.eucs .eucs-con .eucs-con-left .pe a{
   display:block;
   width:100%;
   height:100%;
   text-decoration:none;
   color:#000000;
   font-size:18px;
   font-weight:bold;
   padding-top:140px;
   text-align:center;
   transition: all 0.3s;
}

.eucs .eucs-con .eucs-con-left .pe a:hover{
   color:#FFFFFF;
}




.eucs .eucs-con .eucs-con-left .p1{
   background-image:url(../img/p1.jpg);
}

.eucs .eucs-con .eucs-con-left .p1:hover{
   background-image:url(../img/p1-a.jpg);
}


.eucs .eucs-con .eucs-con-left .p2{
   background-image:url(../img/p2.jpg);
}

.eucs .eucs-con .eucs-con-left .p2:hover{
   background-image:url(../img/p2-a.jpg);
}




.eucs .eucs-con .eucs-con-left .p3{
   background-image:url(../img/p3.jpg);
}

.eucs .eucs-con .eucs-con-left .p3:hover{
   background-image:url(../img/p3-a.jpg);
}



.eucs .eucs-con .eucs-con-left .p4{
   background-image:url(../img/p4.jpg);
}

.eucs .eucs-con .eucs-con-left .p4:hover{
   background-image:url(../img/p4-a.jpg);
}



.eucs .eucs-con .eucs-con-left .p5{
   background-image:url(../img/p5.jpg);
}

.eucs .eucs-con .eucs-con-left .p5:hover{
   background-image:url(../img/p5-a.jpg);
}


.eucs .eucs-con .eucs-con-left .p6{
   background-image:url(../img/p6.jpg);
}

.eucs .eucs-con .eucs-con-left .p6:hover{
   background-image:url(../img/p6-a.jpg);
}

.w1200 {
    max-width: 1400px;
    min-width: 320px;
    margin: 50px auto;
}
.Search {
    background: #f0f0f0;
    padding: 2%;
}

.Search .input {
    border: 1px solid #ededed;
    height: 43px;
    background: #fff;
    padding: 0 3%;
    width: 74%;
    float: left;
    font-size: 14px;
}

.Search .btn {
    background: #666;
    background-image: url(../img/btn.png);
    background-repeat: no-repeat;
    background-position: 30% center;
    padding-left: 4%;
    width: 18%;
    float: right;
    height: 43px;
    color: #fff;
    font-size: 14px;
}

.se-tit{
   text-align:center;
   font-size:26px;
   font-weight:bold;
   padding-top:30px;
   padding-bottom:50px;
}
.list-paddingleft-2 li{
   padding-left: 30px;
}
table{
	border-collapse:collapse; 
	border-spacing:0px;  	    
   }

.searchTable {
    /*设置相邻单元格的边框间的距离*/
    border-spacing: 0;
    /*表格设置合并边框模型*/
    border-collapse: collapse;
    text-align: center;
    border-color: #f0f0f0;
}
/*关键设置 tbody出现滚动条*/
.searchTable tbody {
    display: block;
    /*height: 80px;*/
    /*overflow-y: scroll;*/
}
.searchTable thead th{
    background: #2599ff;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #dee2e6;
    vertical-align: middle !important;
    text-align: center;
    padding: 10px;
    letter-spacing: 3px;
}

.searchTable thead,
.searchTable tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
	min-height: 40px;
}

table {
	background-color: transparent;
  }
  caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
  }
  th {
	text-align: left;
  }
  .table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
  }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
  }
  .table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
  }
  .table > caption + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > th,
  .table > thead:first-child > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > td {
	border-top: 0;
  }
  .table > tbody + tbody {
	border-top: 2px solid #ddd;
  }
  .table .table {
	background-color: #fff;
  }
  .table-condensed > thead > tr > th,
  .table-condensed > tbody > tr > th,
  .table-condensed > tfoot > tr > th,
  .table-condensed > thead > tr > td,
  .table-condensed > tbody > tr > td,
  .table-condensed > tfoot > tr > td {
	padding: 5px;
  }
  .table-bordered {
	border: 1px solid #ddd;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > tbody > tr > th,
  .table-bordered > tfoot > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
	border-bottom-width: 2px;
  }
  .table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
  }
  .table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
  }
  table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none;
  }
  table td[class*="col-"],
  table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none;
  }
  .table > thead > tr > td.active,
  .table > tbody > tr > td.active,
  .table > tfoot > tr > td.active,
  .table > thead > tr > th.active,
  .table > tbody > tr > th.active,
  .table > tfoot > tr > th.active,
  .table > thead > tr.active > td,
  .table > tbody > tr.active > td,
  .table > tfoot > tr.active > td,
  .table > thead > tr.active > th,
  .table > tbody > tr.active > th,
  .table > tfoot > tr.active > th {
	background-color: #f5f5f5;
  }
  .table-hover > tbody > tr > td.active:hover,
  .table-hover > tbody > tr > th.active:hover,
  .table-hover > tbody > tr.active:hover > td,
  .table-hover > tbody > tr:hover > .active,
  .table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
  }
  .table > thead > tr > td.success,
  .table > tbody > tr > td.success,
  .table > tfoot > tr > td.success,
  .table > thead > tr > th.success,
  .table > tbody > tr > th.success,
  .table > tfoot > tr > th.success,
  .table > thead > tr.success > td,
  .table > tbody > tr.success > td,
  .table > tfoot > tr.success > td,
  .table > thead > tr.success > th,
  .table > tbody > tr.success > th,
  .table > tfoot > tr.success > th {
	background-color: #dff0d8;
  }
  .table-hover > tbody > tr > td.success:hover,
  .table-hover > tbody > tr > th.success:hover,
  .table-hover > tbody > tr.success:hover > td,
  .table-hover > tbody > tr:hover > .success,
  .table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
  }
  .table > thead > tr > td.info,
  .table > tbody > tr > td.info,
  .table > tfoot > tr > td.info,
  .table > thead > tr > th.info,
  .table > tbody > tr > th.info,
  .table > tfoot > tr > th.info,
  .table > thead > tr.info > td,
  .table > tbody > tr.info > td,
  .table > tfoot > tr.info > td,
  .table > thead > tr.info > th,
  .table > tbody > tr.info > th,
  .table > tfoot > tr.info > th {
	background-color: #d9edf7;
  }
  .table-hover > tbody > tr > td.info:hover,
  .table-hover > tbody > tr > th.info:hover,
  .table-hover > tbody > tr.info:hover > td,
  .table-hover > tbody > tr:hover > .info,
  .table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
  }
  .table > thead > tr > td.warning,
  .table > tbody > tr > td.warning,
  .table > tfoot > tr > td.warning,
  .table > thead > tr > th.warning,
  .table > tbody > tr > th.warning,
  .table > tfoot > tr > th.warning,
  .table > thead > tr.warning > td,
  .table > tbody > tr.warning > td,
  .table > tfoot > tr.warning > td,
  .table > thead > tr.warning > th,
  .table > tbody > tr.warning > th,
  .table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
  }
  .table-hover > tbody > tr > td.warning:hover,
  .table-hover > tbody > tr > th.warning:hover,
  .table-hover > tbody > tr.warning:hover > td,
  .table-hover > tbody > tr:hover > .warning,
  .table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
  }
  .table > thead > tr > td.danger,
  .table > tbody > tr > td.danger,
  .table > tfoot > tr > td.danger,
  .table > thead > tr > th.danger,
  .table > tbody > tr > th.danger,
  .table > tfoot > tr > th.danger,
  .table > thead > tr.danger > td,
  .table > tbody > tr.danger > td,
  .table > tfoot > tr.danger > td,
  .table > thead > tr.danger > th,
  .table > tbody > tr.danger > th,
  .table > tfoot > tr.danger > th {
	background-color: #f2dede;
  }
  .table-hover > tbody > tr > td.danger:hover,
  .table-hover > tbody > tr > th.danger:hover,
  .table-hover > tbody > tr.danger:hover > td,
  .table-hover > tbody > tr:hover > .danger,
  .table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
  }
  .table-responsive {
	min-height: .01%;
	overflow-x: auto;
  }
  @media screen and (max-width: 767px) {
	.table-responsive {
	  width: 100%;
	  margin-bottom: 15px;
	  overflow-y: hidden;
	  -ms-overflow-style: -ms-autohiding-scrollbar;
	  border: 1px solid #ddd;
	}
	.table-responsive > .table {
	  margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > td {
	  white-space: nowrap;
	}
	.table-responsive > .table-bordered {
	  border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
	  border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
	  border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
	  border-bottom: 0;
	}
  }

 .airport-detail:hover {
    text-decoration: none;
    color: #007bff;
}
.airport-detail {
	cursor: pointer;
}
 .searchTd {
    cursor: pointer;
}
 .searchTd:hover {
    text-decoration: none;
    color: #007bff;
}
 .port-detail {
    cursor: pointer;
}
 .port-detail:hover {
    text-decoration: none;
    color: #007bff;
}

.group_l {
	background: url(../img/pic_09.jpg) no-repeat center bottom;
	line-height: 75px;
	margin-top: 37px;
	font-size: 22px;
	color: #444444;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 600;
}
.group_l span {
	font-size: 14px;
	color: #9e9e9e;
}
.group_r {
	margin-top: 59px;
}
.group_r li {
	padding: 0 24px;
	float: left;
	background: url(../img/pic_01.jpg) no-repeat left center;
}
.group_r li:first-child {
	background: none;
}
.group_r li a {
	color: #b0b0b0;
	font-size: 14px;
	line-height: 28px;
	padding: 0 31px;
	display: inline-block;
}
.group_r li.cur a {
	color: #fff;
	background: #666;
	box-shadow: 0px 0px 10px #999;
}
.group_r li:hover a {
	color: #fff;
	background: #666;
	box-shadow: 0px 0px 10px #999;
}
.group_list {
	margin-top: 48px;
}
.group_list li {
	float: left;
	width: 25%;
	
}
.group_r_list li.on a {
	padding: 0px;
	box-shadow: 0px 0px 10px #999;
}
.group_list ul {
	margin-left: -30px;
}
.group_list li a{
	display: block;
	transition:all 0.2s linear 0s;
	margin: 0 0 0 30px;
}
.group_list li a:hover {
	box-shadow: 0px 0px 10px #999;
	background: #666;
}

.group_list li a img{
	max-width: 100%;
}
/*
.group_r_list li a:nth-child(2){
	display: none;
}
.group_r_list li:hover a:nth-child(1){
	display: none;
}
.group_r_list li:hover a:nth-child(2){
	display: inline;
}
*/
.group_border {
	border-top: none;
	transition:all 0.2s linear 0s;
}
.group_list li:hover .group_border {
	border: 1px solid #4B2473;
	border-top: none;
}
.group_pad {
	padding: 0 20px 19px 20px;
	border-bottom: 1px solid #eaeaea;
}
.group_pad div {
	font-size: 18px;
	color: #4c4b4b;
	line-height: 27px;
	padding-top: 19px;
}
.group_pad span {
	font-size: 14px;
	color: #a2a2a2;
	line-height: 25px;
	margin-top: 7px;
	display: inline-block;
	height: 50px;
	transition:all 0.2s linear 0s;
}
.group_list li:hover .group_pad div, .group_list li:hover .group_pad span {
	color: #fff;
}
.group_list li:hover .group_pad {
	border-bottom: 1px solid #5B2A8C
}
.group_more {
	border: 1px solid #eaeaea;
	margin: 21px;
	padding-left: 27px;
	font-size: 14px;
	color: #a2a2a2;
	width: 77px;
	height: 29px;
	line-height: 29px;
	background: url(../img/pic_04.jpg) no-repeat center;
	transition:all 0.2s linear 0s;
}
.group_list li:hover .group_more {
	border-radius: 17px;
	overflow: hidden;
	border: 1px solid #5B2A8C;
}

.group_list_partners {
	margin-top: 48px;
}
.group_list_partners li {
	float: left;
	width: 16.666%;
	
}
.group_r_list li.on a {
	padding: 0px;
	box-shadow: 0px 0px 10px #f5f5f5;
}
.group_list_partners ul {
	margin-left: -30px;
}
.group_list_partners li a{
	display: block;
	transition:all 0.2s linear 0s;
	margin: 0 0 0 30px;
}
.group_list_partners li a:hover {
	box-shadow: 0px 0px 10px #ccc;
}

.group_list_partners li a img{
	width: 100%;
}


.about {
	padding-top: 80px;
}
.about_l {
	padding: 40px 0px 0 50px;
	width: 800px;
}
.about_tit {
	font-size: 24px;
	color: #333;
	line-height: 34px;
}
.about_en {
	line-height: 23px;
	font-size: 14px;
	color: #ccc;
	text-transform: uppercase;
}
.about_con {
	font-size: 16px;
	color: #666;
	background: url(../img/pic_07.jpg) no-repeat left bottom;
	line-height: 30px;
	margin-top: 19px;
	padding-bottom: 23px;
}
.about_wid {
	position: relative;
	display: flex;
	align-items: center;
}
.about_r {
	position: relative;
	z-index: 99;
}
.slideBox {
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	display: none;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev, .slideBox .next {
	position: absolute;
	bottom: 0;
	display: block;
	width: 42px;
	height: 42px;
}
.slideBox .prev {
	right: 42px;
	background: url(../img/p5.png) no-repeat;
}
.slideBox .next {
	right: 0px;
	background: url(../img/p6.png) no-repeat;
}
.slideBox .prev:hover {
	background: url(../img/p7.png) no-repeat;
}
.slideBox .next:hover {
	background: url(../img/p8.png) no-repeat;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}
.talent {
	background: #F6F6F6;
	min-height: 226px;
}
.talent_l {
	margin-left: 65px;
	width: 365px;
	padding-top: 79px;
}
.talent_l div {
	font-size: 30px;
	line-height: 40px;
}
.talent_l span {
	display: block;
	font-size: 16px;
	color: #b5b5b5;
	line-height: 25px;
}
.talent_r {
	height: 226px;
	width: 770px;
	/*background: url(../img/pic_21.jpg) no-repeat right bottom;*/
}
.talent_wid {
	width: 360px;
	margin-left: 60px;
}
.talent_tit {
	font-size: 16px;
	line-height: 29px;
	padding-top: 47px;
}
.talent_tel {
	font-size: 32px;
	font-weight: bold;
	line-height: 41px;
}
.talent_email {
	font-size: 14px;
	line-height: 30px;
}
.talent_more {
	margin-top: 11px;
}
.new_l {
	background: #f5f5f5;
	width: 684px;
	margin-top: 39px;
}
.new_l_time {
	margin: 0 0 0 20px;
	width: 78px;
	text-align: left;
}
.new_l_time div {
	line-height: 28px;
	padding-top: 27px;
	font-size: 24px;
	color: #808080;
	font-weight: bold;
}
.new_l_time span {
	line-height: 20px;
	font-size: 16px;
	color: #bebebe;
}
.new_l_title {
	padding-left: 20px;
	width: 545px;
	background: url(../img/pic_12.jpg) no-repeat left 33px;
}
.new_l_title div {
	line-height: 28px;
	padding-top: 18px;
	font-size: 18px;
	color: #515050;
	overflow: hidden;
}
.new_l_title span {
	line-height: 20px;
	margin-top: 11px;
	display: block;
	font-size: 14px;
	color: #c2c2c2;
	height: 40px;
	overflow: hidden;
}
.new_height {
	height: 114px;
}
.new_r {
	padding-top: 24px;
	width: 683px;
}
.new_r li {
	height: 116px;
	margin-top: 15px;
	background: #f5f5f5;
}
.new_r li:hover {
	background: #333;
	box-shadow: 0px 0px 10px #999;
}
.new_r li a {
	display: block;
}
.new_data {
	width: 79px;
	text-align: left;
	margin-left: 20px;
}
.new_data div {
	line-height: 28px;
	padding-top: 27px;
	font-size: 24px;
	color: #808080;
	font-weight: bold;
}
.new_data span {
	margin-top: 5px;
	font-size: 16px;
	color: #bebebe;
	display: block;
	line-height: 20px;
}
.new_text {
	width: 580px;
	padding-left: 20px;
	background: url(../img/pic_12.jpg) no-repeat left 33px;
}
.new_text div {
	font-size: 18px;
	color: #515050;
	line-height: 25px;
	padding-top: 29px;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.new_text span {
	font-size: 14px;
	color: #c2c2c2;
	display: block;
	line-height: 28px;
	margin-top: 10px;
}
.new_r li:hover .new_data div, .new_r li:hover .new_data span, .new_r li:hover .new_text div, .new_r li:hover .new_text span {
	color: #fff;
}
.new_r li:hover .new_text {
	background: url(../img/pic_14.jpg) no-repeat left 33px;
}
.culture {
	padding-top: 149px;
	background: url(../img/pic_15.jpg) no-repeat center top;
	margin-top: 84px;
}
.cuture_l {
	padding: 0 90px 0 63px;
	background: #ffffff;
	width: 803px;
	height: 344px;
}
.cuture_r {
	background: url(../img/pic_27.jpg) no-repeat;
	width: 444px;
	height: 344px;
}
.culture_tit {
	font-size: 24px;
	color: #4B2473;
	line-height: 35px;
	padding-top: 52px;
}
.culture_en {
	text-transform: uppercase;
	font-size: 14px;
	color: #dbdbdb;
	line-height: 25px;
}
.culture_con {
	font-size: 14px;
	color: #8a8a8a;
	line-height: 32px;
	margin-top: 15px;
}
.culture_more {
	padding-left: 29px;
	text-transform: uppercase;
	font-size: 14px;
	color: #a2a2a2;
	background: url(../img/pic_16.jpg) no-repeat center center;
	width: 77px;
	height: 30px;
	line-height: 30px;
	margin-top: 28px;
	border: 1px solid #e2e2e2;
	border-radius: 18px;
	overflow: hidden;
}
.culture_more a {
	display: block;
	color: #a2a2a2;
}
.contact {
	height: 277px;
	border-bottom: 1px solid #e96767;
	padding: 0 33px;
}
.contact_tit {
	font-size: 20px;
	color: #fff;
	line-height: 38px;
	padding-top: 43px;
}
.contact_en {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 45px;
	padding-bottom: 14px;
	background: url(../img/pic_20.jpg) no-repeat left bottom;
}
.contact_first {
	height: 66px;
	padding: 0 35px;
	line-height: 66px;
}
.contact_first img {
	vertical-align: middle;
}
.contact_r {
	font-size: 14px;
}
.contact_r a {
	color: #fff;
}
.contact_r img {
	padding-left: 5px;
}
.oktl {
	margin-top: 36px;
	padding-bottom: 38px;
}
.oktl img {
	border: 1px solid #e6e6e6;
}
.oktl .slick-dots {
	bottom: 0px;
}
.oktl .slick-dots li button {
	width: 9px;
	height: 9px;
	border: 2px solid #dcdcdc;
	background: #dcdcdc;
	border-radius: 50%;
}
.oktl .slick-dots li button:before {
	color: #dcdcdc;
	background: none;
}
.oktl .slick-active button {
	border: 2px solid #4B2473 !important;
	background: #fff !important;
}
.oktl .slick-active button:before {
	color: none !important;
	background: none;
}
.group_border {
	box-shadow: 0px 0px 15px #999;
}
/*footer*/
.foot {
	height: 470px;
	background: url(../img/pic_33.jpg) no-repeat center center;
	margin-top: 52px;
}
.foot_line {
	padding: 0 0 0 40px;
	height: 410px;
	border-bottom: 1px solid #595959;
}
.foot_l {
	width: 600px;
}
.foot_tit {
	font-size: 22px;
	color: #fff;
	line-height: 34px;
	padding-top: 47px;
}
.foot_en {
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}
.foot_con {
	font-size: 14px;
	color: #8a8a8a;
	line-height: 34px;
	margin-top: 13px;
}
.foot_r {
	padding-top: 48px;
	width: 356px;
	margin-right: 81px;
}
.foot_inp {
	font-size: 16px;
	color: #dadada;
	padding: 0 18px;
	width: 320px;
	height: 58px;
	border: none;
	line-height: 58px;
	border-bottom: 1px solid #5e5e5e;
	background: none;
}
.foot_inp_b {
	font-size: 16px;
	color: #dadada;
	border: none;
	border-bottom: 1px solid #5e5e5e;
	padding: 0 18px;
	height: 102px;
	background: none;
	line-height: 23px;
	width: 320px;
	padding-top: 21px;
	font-family: "saira_condensed","微软雅黑";
}
.foot_sub {
	font-size: 16px;
	color: #dadada;
	border: none;
	background: #5e5e5e;
	width: 356px;
	margin-top: 10px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}
.foot_text {
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 14px;
	color: #8a8a8a;
}
.foot_text a{
	color: #8a8a8a;
}
/*产品中心*/
.pro_wid {
	padding-left: 63px;
	background: #f9f9f9;
	width: 1137px;
	height: 120px;
	box-shadow: 0px 0px 10px #999;
}
.pro_l div {
	font-size: 24px;
	color: #404040;
	line-height: 35px;
	padding-top: 28px;
}
.pro_l span {
	line-height: 31px;
	font-size: 16px;
	color: #d5d5d5;
	display: block;
}
.pro_r {
	margin-top: 46px;
}
.pro_bot li {
	margin-bottom: 33px;
}
.page {
	text-align: center;
	padding-top: 33px;
	padding-bottom: 33px;
}
.page span.current{
	margin: 0 4px;
	display: inline-block;
	line-height: 33px;
	padding: 0 15px;
	border: 1px solid #666;
	background: #666;
	color: #fff;
	box-shadow: 0px 0px 9px #999;
}
.page a {
	margin: 0 4px;
	display: inline-block;
	line-height: 33px;
	padding: 0 15px;
	border: 1px solid #666;
	color: #666;
}
.page a:hover {
	background: #666;
	color: #fff;
	box-shadow: 0px 0px 9px #999;
}
.pro_foot {
	height: 60px;
	line-height: 60px;
	background: #f3f3f3;
	margin-top: 50px;
}
.pro_foot_l {
	font-size: 14px;
	color: #b8b8b8;
	margin: 0 15px;
}
/*关于我们*/
.pro_about {
	border-bottom: 1px dotted #dfdede;
	padding: 57px 15px;
}
.pro_about_l {
	width: 561px;
}
.pro_about_r {
	width: 566px;
}
.pro_about_r div {
	font-size: 14px;
	color: #6a6a6a;
	text-indent: 2em;
	line-height: 29px;
	margin-top: 24px;
}
.pro_about_list {
	margin-top: 49px;
	padding-bottom: 49px;
	border-bottom: 1px dotted #dfdede;
}
.pro_about_list li {
	float: left;
	width: 400px;
	background: url(../img/pic_29.jpg) no-repeat left center;
	text-align: center;
}
.pro_about_list li:first-child {
	background: none;
}
.pro_about_list li div {
	line-height: 67px;
	font-size: 64px;
	color: #6a6a6a;
	position: relative;
}
.pro_about_list li>span {
	font-size: 18px;
	color: #c7c7c7;
	line-height: 33px;
}
.pro_about_list li div span {
	position: absolute;
	top: 0px;
	font-size: 25px;
	font-weight: normal;
	display: inline-block;
	line-height: 30px;
}
.social {
	width: 1165px;
	margin: 0 auto 0 auto;
}
.social_tit {
	font-size: 24px;
	color: #6a6a6a;
	line-height: 35px;
	margin-top: 50px;
}
.social_en {
	font-size: 16px;
	color: #d5d5d5;
	line-height: 29px;
}
.social_con {
	font-size: 14px;
	color: #6a6a6a;
	line-height: 29px;
	margin-top: 15px
}
/*联系我们*/
.pro_us {
	width: 847px;
	margin: 0 auto;
}
.pro_us_tit {
	font-size: 20px;
	font-weight: bold;
	color: #383838;
	line-height: 34px;
	margin-top: 49px;
}
.pro_us_name {
	font-size: 16px;
	color: #7c7c7c;
	line-height: 33px;
	margin-top: 28px;
}
.pro_pad {
	padding-top: 50px;
}
.pro_i {
	margin-top: 12px;
	font-size: 14px;
	color: #545454;
	width: 800px;
	height: 42px;
	line-height: 42px;
	padding: 0 22px;
	border: 1px solid #e6e6e6;
}
.pro_t {
	width: 800px;
	margin-top: 12px;
	font-size: 14px;
	color: #545454;
	padding: 9px 22px 0 22px;
	font-family: "saira_condensed","微软雅黑";
	border: 1px solid #e6e6e6;
	min-height: 97px;
	line-height: 24px;
}
.pro_s {
	border: 1px solid #e6e6e6;
	background: none;
	width: 88px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	margin-top: 28px;
	font-size: 14px;
	color: #545454;
}
/*企业文化*/
.pro_company {
	width: 1400px;
	margin: 55px auto 100px;

}
.pro_company p{
	font-size: 16px;
	margin-bottom: 15px;
}
.list-paddingleft-2{
	list-style-type: disc;
	font-size: 16px;
}
.pro_com_01 {
	font-size: 14px;
	color: #8b8b8b;
	line-height: 28px;
}
.pro_com_01 span {
	font-weight: bold;
	color: #454545;
}
.pro_pic {
	text-align: center;
	margin: 50px auto 0 auto;
	padding-bottom: 5px;
}
.pro_hi div {
	line-height: 28px;
	margin-top: 25px;
	font-size: 14px;
	color: #8b8b8b;
}
.pro_hi span {
	font-weight: bold;
	color: #454545;
}
/*新闻中心*/
.center {
	padding-top: 25px;
}
.center li {
	margin-top: 30px;
	padding: 14px;
	border: 1px solid #dedede;
}
.center_l {
	width: 348px;
}
.center_c {
	width: 582px;
	margin-left: 24px;
}
.center_c div {
	font-size: 18px;
	color: #515050;
	line-height: 31px;
	margin-top: 31px;
}
.center_c span {
	display: block;
	font-size: 14px;
	color: #c2c2c2;
	line-height: 30px;
	margin-top: 8px;
}
.center_r {
	margin-left: 95px;
	width: 80px;
}
.center_r_tit {
	font-size: 24px;
	color: #808080;
	line-height: 28px;
	padding-top: 40px;
	font-weight: bold;
}
.center_r_date {
	font-size: 16px;
	color: #bebebe;
	line-height: 22px;
}
.center_p {
	margin-top: 27px;
}
.center li:hover {
	box-shadow: 0px 0px 14px #999;
}
/*add*/
.group_list li {
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
}
.group_r li a {
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
}
.new_r li {
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
}
.about_con {
	background: url(../img/pic_07.jpg) no-repeat -100px bottom;
	transition: 0.5s linear;
	-webkit-transition: 0.5s linear;
}
.about_l:hover .about_con {
	background: url(../img/pic_07.jpg) no-repeat left bottom;
	background-size: 100px 2px;
}
/*xinjia*/
/*2018-01-30*/
.haden{ display:block;}
.xin_more{
	display: none;
}
.about_p {
	display: none;
}
.foot_bty {
	display: none;
}
.np {
	display: none;
}
.group_border {
	box-shadow: none;
	transition: 0.4s linear;
	-webkit-transition: 0.4s linear;
}
.group_list li:hover .group_border {
	box-shadow: none;
	box-shadow: 0px 0px 15px #999;
}
.new_l {
	transition: 0.4s linear;
	-webkit-transition: 0.4s linear;
}
.new_l:hover {
	background: #333;
	box-shadow: 0px 0px 15px #999;
}
.new_l:hover .new_l_time div, .new_l:hover .new_l_time span, .new_l:hover .new_l_title div, .new_l:hover .new_l_title span {
	color: #fff;
}
.oktlw {
	display: none !important;
}
@media screen and (max-width:1200px) {
body {
	width: 100%;
	overflow-x: hidden;
}
.min_w {
	min-width: 100%;
}
.container {
	width: 100%;
	margin: 0 auto;
}
.group_list li {
	width: 30%;
	margin-left: 3.33%;
}
.group_list li img {
	width: 100%;
	height: 100%;
}
.group_list ul {
	margin-left: -3.33%;
}
.about_l {
	width: 42%;
}
.slideBox {
	width: 480px;
	height: 280px;
}
.slideBox .bd img {
	width: 480px;
	height: 280px;
}
.talent_l {
	width: 27%;
}
.talent_r {
	width: 66%;
}
.talent_wid {
	margin-left: 2%;
}
.new_l, .new_r {
	width: 48%;
}
.new_l img {
	width: 100%;
	height: 100%;
}
.new_l_time {
	width: 14%;
}
.new_l_title {
	width: 79%;
	padding-left: 3%;
}
.new_data {
	width: 14%;
}
.new_data div {
	margin-top: 12%;
}
.new_text {
	width: 70%;
	padding-left: 3%;
}
.new_text div {
	height: 25px;
	overflow: hidden;
}
.cuture_l {
	width: 54%;
	padding: 0 8%;
}
.cuture_r {
	width: 30%;
}
.slick-slide img {
	width: 100%;
	height: 100%;
}
}
@media screen and (max-width:1117px) {
.foot_l {
	width: 100%;
}
.foot_r {
	display: none;
}
.np {
	display: block;
}
.nav {
	display: none;
}
}
@media screen and (max-width:900px) {
.group_r {
	width: 100%;
	margin-top: 3%;
}
.group_list {
	margin-top: 0px;
}
.group_list li {
	margin: 4% auto 0 auto;
	width: 80%;
	float: none;
}
.group_list li img {
	width: 100%;
	height: 100%;
}
.about_l {
	width: 84%;
	padding: 5% 8%;
}
.about_r {
	position: relative;
	top: 0px;
	left: 0px;
}
.slideBox {
	width: 100%;
	height: 100%;
	margin: 4% auto 0 auto;
}
.slideBox .bd img {
	width: 100%;
	height: 100%;
}
.talent_l {
	width: 20%;
	margin-left: 5%;
}
.talent_r {
	width: 70%;
}
.new_l {
	float: none;
	width: 94%;
	margin: 4% auto 0 3%;
}
.new_r {
	float: none;
	width: 94%;
	margin: 0 auto;
}
.cuture_r {
	display: none;
}
.cuture_l {
	width: 84%;
	padding: 5% 8%;
}
.talent_l {
	display: none;
}
.talent_r {
	width: 100%;
	background: url(../img/pic_21.jpg) no-repeat right bottom #1c87eb;
}
.group_l {
	margin-left: 3%;
	margin-top: 4%;
}
.new_l_time {
	margin-left: 3%;
	width: 18%;
}
.new_l_title {
	width: 73%;
}
.cuture_l {
	height: 100%;
}
.logo {
	width: 50%;
	margin: 3% 0 3% 3%;
}
.logo img {
	width: 100%;
}
.slick-prev, .slick-next {
	width: 28px !important;
	height: 28px !important;
}
.slick-prev {
	left: 3% !important;
	background: url(../img/p1.png) no-repeat;
	background-size: 100% 100% !important;
}
.slick-next {
	right: 3% !important;
	background: url(../img/p2.png) no-repeat;
	background-size: 100% 100% !important;
}
.oktlw {
	display: block !important;
}
.oktlw2 {
	display: none !important;
}
.pro {
	background: url(../img/pic_25.jpg) no-repeat center top;
	background-size: 100%;
	padding-top: 13%;
}
.pro_wid {
	height: auto;
	width: 84%;
	padding: 0 8% 3% 8%;
}
.pro_l {
	width: 100%;
}
.pro_r {
	width: 100%;
	margin-top: 0%;
}
.group_r li {
	margin-top: 3%;
	padding: 0 5%;
}
.group_r li a {
	padding: 0px;
}
.pro_foot .pro_foot_l {
	float: none;
}
.pro_foot {
	height: auto;
	line-height: 30px;
	padding: 5% 0;
}
.pro_l div {
	padding-top: 4%;
}
.pro_about_l, .pro_about_r, .social, .pro_us, .center {
	width: 94%;
	margin: 0 auto;
	float: none;
}
.pro_about_l img {
	width: 100%;
}
.pro_about_list {
	margin-top: 3%;
}
.pro_about_list li {
	width: 90%;
	margin: 0 auto;
	padding-top: 3%;
}
.pro2 {
	background: url(../img/pic_28.jpg) no-repeat center top;
	background-size: 100%;
}
.prous {
	background: url(../img/pic_31.jpg) no-repeat center top;
	background-size: 100%;
}
.pro_i {
	width: 92%;
	padding: 0 4%;
}
.pro_t {
	width: 92%;
	padding: 0 4%;
}
.procom {
	background: url(../img/pic_34.jpg) no-repeat center top;
	background-size: 100%;
}
.pro_company img {
	width: 100%;
}
.pro_company {
	width: 94%;
	margin: 4% auto 0 auto;
	float: none;
}
.pro_center {
	background: url(../img/pic_36.jpg) no-repeat center top;
	background-size: 100%;
}
.center li {
	width: 92%;
	padding: 3% 4%;
}
.center_l {
	width: 100%;
}
.center_l img {
	width: 100%;
}
.center_c {
	width: 100%;
	margin: 0;
}
.center_r {
	display: none;
}
.about_r {
	display: none;
}
.talent_r {
	width: 100%;
	background: url(../img/pic_21.jpg) no-repeat right bottom #278be9;
	background-size: 48%;
}
/*2018-01-30*/
.haden{ display:none;}
.group_l {
	float: none;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	width: 100%;
	margin: 4% auto 0 auto;
	background: url(../img/pic_09.jpg) no-repeat center bottom;
	padding-bottom: 2%;
}
.group_l span {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	display: block;
}
.group_r {
	float: none;
	width: 80%;
	margin: 4% auto 0 auto;
}
.group_r li a {
	display: block;
	color: #383838;
	padding: 0 0px;
}
.group_r li {
	margin: 0 0 0 3%;
	text-align: center;
	width: 30%;
	padding: 0px;
	background: none;
}
.group_r ul {
	margin-left: -3.9%;
}
.xin_more {
	display: block;
}
.xin_more a {
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	background: #878787;
	margin: 5% auto 0 auto;
	width: 70%;
	height: 38px;
	line-height: 38px;
	text-align: center;
}
.about_wid {
	display: none;
}
.about_p {
	display: block;
}
.about {
	background: none;
	min-height: auto;
	background: #f7f7f7;
	margin-top: 5%;
	padding-top: 4%;
	padding-bottom: 10%;
}
.about .group_l {
	margin: 0 auto;
}
.about_p_1 {
	width: 100%;
	margin-top: 4%;
}
.about_p_1 img {
	width: 100%;
}
.about_p_wid {
	width: 90%;
	margin: 4% auto 0 auto;
	font-size: 14px;
	color: #9a9a9a;
	line-height: 22px;
}
.new_l {
	display: none;
}
.new_r li {
	padding: 3% 0;
	height: auto;
}
.new_text div {
	margin-top: 0px;
	padding-top: 0px;
}
.new_text span {
	height: 28px;
	overflow: hidden;
}
.new_data div {
	margin-top: 0px;
	padding-top: 5%;
}
.new_text {
	background: url(../img/pic_12.jpg) no-repeat left center;
}
.culture {
	background: none;
	padding-top: 0px;
	margin-top: 5%;
}
.cuture_l {
	padding: 0 8%;
	float: none;
}
.culture_tit {
	padding-top: 0px;
}
.cuture_r {
	width: 84%;
	margin: 5% 8% 0 8%;
	display: block;
	float: none;
	background: url(../img/pic_27.jpg) no-repeat;
	background-size: 100% 100%;
}
.foot {
	height: auto;
	margin-top: 0px;
	background: none;
}
.foot_tit, .foot_en {
	color: #3a3a3a;
}
.foot_tit {
	padding-top: 5%;
}
.foot_line {
	border: none;
	height: auto;
	width: 92%;
	margin: 0 auto;
	padding: 0px;
}
.foot_l {
	float: none;
}
.foot_r {
	width: 100%;
	margin: 0 auto;
	padding-top: 4%;
}
.foot_r {
	float: none;
	display: block;
}
.foot_inp {
	width: 94%;
	padding: 0 3%;
	border-bottom: 1px solid #dbdbdb;
}
.foot_inp_b {
	width: 94%;
	padding: 3%;
	border-bottom: 1px solid #dbdbdb;
}
.foot_sub {
	width: 100%;
	background: #d8d8d8;
	color: #fff;
}
.foot_bty {

	line-height: 20px;
	display: block;
	margin-top: 7%;
	padding: 3% 3%;
	width: 94%;
	background: #e2e2e2;
	color: #fff;
}
.foot_text {
	display: none;
}
.contact {
	height: 200px;
}
.cuture_r {
	height: 260px;
}
.new_data {
	width: 20%;
}
.page span.current{
	margin: 0 3px;
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
	border: 1px solid #4B2473;
	background: #4B2473;
	color: #fff;
	box-shadow: 0px 0px 9px #999;
}
.page a {
	margin: 0 2px;
	display: inline-block;
	line-height: 25px;
	padding: 0px 10px;
	border: 1px solid #4B2473;
	color: #4B2473;
}
}
.np {
	width: 11%;
	margin-right: 3%;
}
.np img {
	width: 100%;
}
#ceng {
	display: none;
	width: 100%;
	height: 100%;
	z-index: 100;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}
#close {
	width: 10%;
	padding: 5%;
	float: left;
	opacity: 0.6;
}
.type {
	width: 60%;
	background: #2285ec;
	height: 100%;
	float: right;
}
.type ul li a {
	color: #fff;
	display: block;
	line-height: 300%;
	text-align: center;
	display: block;
	font-size: 1rem;
	transition: color 0.2s ease 0s;
	width: 100%;
}
.type ul li {
	border-bottom: 1px solid #fff;
	color: #fff;
}
.culture_more {
	border-radius: 19px;
	overflow: hidden;
	background: url(../img/pic_111.jpg) no-repeat left -35px;
	transition: 0.4s linear;
	-webkit-transition: 0.4s linear;
}
.culture_more:hover {
	background: url(../img/pic_111.jpg) no-repeat center center;
}
.culture_more a {
	background: url(../img/p888.png) no-repeat 60px center;
}
.culture_more:hover a {
	color: #fff;
	background: url(../img/p889.png) no-repeat 60px center;
}
.group_list li .group_border {
	transition: 0.4s linear;
	-webkit-transition:0.4s linear;
}
.group_list li:hover .group_border {
	background: #5B2A8C;
}
/**/


.slick-slide {
	position: relative;
}
.bc1 {
	z-index: 999;
	position: absolute;
	top: 38.5%;
	width: 36.5%;
	left: 50%;
	margin-left: -18.25%;
	animation: 1s linear donghua;
	-webkit-animation: 1s linear donghua;
}
.bc2 {
	z-index: 999;
	position: absolute;
	top: 55.2%;
	width: 33%;
	left: 50%;
	margin-left: -16.5%;
	animation: 1.5s linear donghua2;
	-webkit-animation: 1.5s linear donghua2;
}
@keyframes donghua {
0% {
top:75%;
opacity:0;
}
10% {
opacity:1;
}
100% {
top:38.5%;
opacity:1;
}
}
@keyframes donghua2 {
0% {
top:95%;
opacity:0;
}
50% {
opacity:1;
}
100% {
top:55.2%;
opacity:1;
}
}
.bc3 {
	position: absolute;
	top: 70%;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 30px;
	border: 1px solid #fff;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	animation: 2s linear donghua3;
	-webkit-animation: 2s linear donghua3;
}
.bc3 a {
	color: #fff;
}
 @keyframes donghua3 {
0% {
top:155%;
opacity:0;
}
65% {
opacity:1;
}
100% {
top:70%;
opacity:1;
}
}
.slick-slider {
	overflow: hidden;
}
.slick-active .bc1 {
	z-index: 999;
	position: absolute;
	top: 38.5%;
	width: 36.5%;
	left: 50%;
	margin-left: -18.25%;
	animation: 1s linear donghua12;
	-webkit-animation: 1s linear donghua12;
}
.slick-active .bc2 {
	z-index: 999;
	position: absolute;
	top: 55.2%;
	width: 33%;
	left: 50%;
	margin-left: -16.5%;
	animation: 1.5s linear donghua22;
	-webkit-animation: 1.5s linear donghua22;
}
@keyframes donghua12 {
0% {
top:75%;
opacity:0;
}
10% {
opacity:1;
}
100% {
top:38.5%;
opacity:1;
}
}
@keyframes donghua22 {
0% {
top:125%;
opacity:0;
}
50% {
opacity:1;
}
100% {
top:55.2%;
opacity:1;
}
}
.slick-active .bc3 {
	position: absolute;
	top: 70%;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 30px;
	border: 1px solid #fff;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	animation: 2s linear donghua23;
	-webkit-animation: 2s linear donghua23;
}
.slick-active .bc3 a {
	color: #fff;
}
 @keyframes donghua23 {
0% {
top:155%;
opacity:0;
}
65% {
opacity:1;
}
100% {
top:70%;
opacity:1;
}
}
.slick-slider {
	overflow: hidden;
	margin-top: 70px;
}









@media screen and (max-width:550px) {
.bc1{ width:46%; margin-left:-23%;}
.slick-active .bc1{ width:46%; margin-left:-23%;}
.slick-slider,.slick-list,.slick-track{ height:245px !important;}
.bc2{ width:80%; margin-left:-40%;}
.slick-active .bc2{ width:80%; margin-left:-40%;}
.bc3,.slick-active .bc3{ font-size:14px; width:100px; height:28px; line-height:28px;}
}
@media screen and (max-width:350px) {
.slick-slider,.slick-list,.slick-track{ height:auto !important;}	
	
	}

	@media screen and (min-width: 320px) and (max-width: 799px){
		.inner_banner {
		  position: relative;
		  text-align: center;
		  padding-top: 0px !important;
		}
		.pagination {
		  background: #fff;
		  padding: 15px;
		  margin: 0 !important;
		}
	  }
	  
	  
	  .inner_banner {
		position: relative;
		text-align: center;
		padding-top: 0px;
	  }
	  
	  .inner_banner .text {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		text-align: center;
	  }
	  
	  .inner_banner .text h4 {
		height: 42px;
		background-color: #4B2473;
		border-radius: 19px;
		font-size: 26px;
		line-height: 42px;
		letter-spacing: -1px;
		color: #faf3e3;
		padding: 0 20px;
		margin-bottom: 10px;
		display: block;
	  }
	  
	  .inner_banner .text h5 {
		font-size: 48px;
		color: #fff;
		display: block;
		margin-top: 10px;
	  }
	  
	  .inner_banner .text h6 {
		font-size: 26px;
		color: #fff;
		margin-top: 20px;
	  }
	  
	  .inner_banner_nav {
		max-width: 1920px;
		margin: 0 auto;
		background: #f2f2f2;
		margin-top: 70px;
	  }
	  
	  .inner_banner_nav .l {
		font-size: 24px;
		color: #666;
		width: 480px;
		height: 80px;
		line-height: 24px;
		/*background: linear-gradient(-78deg, #F07EF2 0%, #4B2473 100%);*/
	  }
	  
	  .inner_banner_nav .l a {
		font-size: 16px;
		color: #666;
	  }
	  
	  .inner_banner_nav .l i {
		font-size: 16px;
		margin: 0 16px;
	  }
	  
	  .inner_banner_nav .r {
		width: calc(100% - 380px);
	  }
	  
	  .inner_banner_nav .r a {
		font-size: 18px;
		text-align: center;
		font-weight: 600;
		color: #666;
		margin-left: 50px;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		position: relative;
	  }
	  
	  .inner_banner_nav .r a::after {
		content: '';
		width: 0;
		height: 2px;
		background-color: #4B2473;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	  }
	  
	  .inner_banner_nav .r a.active,
	  .inner_banner_nav .r a:hover {
		color: #4B2473;
		font-weight: bold;
	  }
	  
	  .inner_banner_nav .r a.active::after,
	  .inner_banner_nav .r a:hover::after {
		width: 100%;
	  }
	  
	  .result_inp {
		width: 660px;
		max-width: 80%;
		position: relative;
	  }
	  
	  .result_inp input {
		height: 50px;
		border: 0;
		background: #fff;
		width: 100%;
		border-radius: 25px;
		padding: 0 24px;
		font-size: 16px;
		color: #4B2473;
	  }
	  
	  .result_inp input::placeholder {
		color: #999;
	  }
	  
	  .result_inp .btn {
		position: absolute;
		right: 10px;
		top: 0;
		width: 50px;
		height: 50px;
		border: none;
		background: none;
	  }
	  
	  .inner_banner .text h6.result_h6 {
		font-size: 16px;
		color: #ffffff;
	  }
	  
	  .inner_banner .text h6.result_h6 span {
		font-size: 22px;
	  }
	  .wrapper {
		overflow: hidden;
		max-width: 1920px;
		/* min-width: 1200px; */
		margin: 0 auto;
		width: 100%;
		height: 0;
	  }
	  .headerSJ {
		display: none;
	  }
	  .header {
		width: 100%;
		height: 70px;
		padding: 0 8.33%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 300;
		color: #fff;
		border-bottom: 2px solid rgba(255, 255, 255, .2);
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	  }
	  
	  .header.header2 {
		height: 70px;
		line-height: 70px;
		display: none;
		background: rgba(83, 83, 83, 0.6);
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	  }
	  
	  .header.header2 .menu_btn {
		position: absolute;
		right: 8.33%;
		top: 0;
	  }
	  
	  .header_nav {
		margin-top: -4px;
	  }
	  
	  .header_nav li {
		float: left;
		margin: 0 20px;
		line-height: 70px;
		font-size: 18px;
	  }
	  
	  .header.white .header_nav li {
		color: #333;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	  }
	  
	  .header.white .header_nav li.active,
	  .header.white .header_nav li:hover {
		color: #4B2473;
	  }
	  
	  .header.white .header_nav li::after {
		background: #4B2473;
	  }
	  
	  .header_nav li::after {
		content: '';
		display: block;
		position: relative;
		height: 4px;
		background: #fff;
		bottom: 0;
		width: 0;
		transition: all .4s ease-in-out;
		margin: 0 auto;
	  }
	  
	  .header_nav li.active::after,
	  .header_nav li:hover::after {
		width: 100%;
	  }
	  
	  .header.white {
		background: #fff;
		border-bottom: 1px solid #e3e3e3;
	  }
	  
	  .header.white .logo {
		position: relative;
	  }
	  
	  .header .logo img {
	  
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	  }
	  
	  .header .logo img:nth-child(2) {
		opacity: 0;
		position: absolute;
		left: 0;
		top: 0;
	  }
	  
	  .header.white .logo img {
		opacity: 0;
		height: 55px;
	  }
	  
	  .header.white .logo img:nth-child(2) {
		opacity: 1;
	  }
	  
	  .swiper-container {
		width: 100%;
		position: relative;
	  }
	  
	  .swiper-stop {
		cursor: pointer;
		position: relative;
		margin-left: 16px;
	  }
	  
	  .swiper-stop::before {
		content: '';
		display: block;
		width: 1px;
		height: 14px;
		background-color: #fff;
		opacity: 0.6;
		margin-right: 16px;
	  }
	  
	  .swiper-stop .start {
		width: 4px;
		height: 12px;
		background-color: #fff;
		margin-left: 5px;
	  }
	  
	  .header a.logo {
		height: 100%;
		position: relative;
	  }
	  
	  .header .logo::after {
		content: '';
		display: block;
		width: 1px;
		height: 16px;
		margin: 0 20px;
	  }
	  
	  
	  .header_tel {
		background-color: #4B2473;
		width: 217px;
		text-align: center;
		font-size: 18px;
		color: #fff;
		height: 70px;
		line-height: 35px;
		margin-right: 70px;
	  }
	  
	  .header .search {
		width: 35px;
		height: 25px;
		position: relative;
	  }
	  
	  .header .search img {
	  
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	  }
	  
	  .header .search img:nth-child(2) {
		opacity: 0;
		position: absolute;
		left: 0;
		top: 0;
	  }
	  
	  .header.white .search img {
		opacity: 0;
	  }
	  
	  .header.white .search img:nth-child(2) {
		opacity: 1;
	  }
	  
	  .header_nav2 {
		background: #fff;
		position: absolute;
		top: 70px;
		left: 0;
		display: none;
		width: 100%;
		overflow: hidden;
	  }
	  
	  .header_nav2 .inner {
		width: 90%;
		max-width: 1420px;
		margin: 0 auto;
		padding: 40px 0 50px;
	  
	  }
	  
	  .header_nav2 .inner .l {
		float: left;
		width: 25%;
		min-height: 160px;
		border-right: 1px solid #cdcdcd;
		padding-right: 50px;
	  }
	  
	  .header_nav2 .inner .l {
		border: 0;
	  }
	  
	  
	  .header_nav2 .inner .l h4 {
		font-size: 34px;
		font-weight: bold;
		color: #4B2473;
		line-height: 32px;
	  }
	  
	  .header_nav2 .inner .l .tc {
		line-height: 1.5;
		color: #666;
		font-size: 18px;
		margin: 20px 0 20px;
	  }
	  
	  .header_nav2 .inner .l .more a {
		display: inline-block;
		border-bottom: 1px solid #999;
		color: #666;
		line-height: 1.1;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	  }
	  
	  .header_nav2 .inner .l .more a:hover {
		color: #4B2473;
		border-bottom: 1px solid #4B2473;
	  }
	  
	  
	  .header_nav2 .inner .l h6 {
		font-size: 18px;
		color: #666666;
		line-height: 24px;
		margin-top: 12px;
	  }
	  
	  .header_nav2 .inner .r,
	  .header_nav2 .inner .r2 {
		float: right;
		width: 75%;
		padding-left: 6%;
	  }
	  
	  .header_nav2 .inner .r3 {
		float: right;
		width: 75%;
		padding-left: 2%;
		position: relative;
		z-index: 5;
		line-height: 1.5;
	  }
	  
	  .header_nav2 .inner .r3 .bg {
		display: block;
		width: 1500px;
		height: 1500px;
		position: absolute;
		top: -100px;
		left: 0;
		background: #eeeded;
		z-index: -1;
	  }
	  
	  .header_nav2 .inner .r3 .dl1 {
		height: auto;
		column-count: 4;
	  }
	  
	  .header_nav2 .inner .r3 .dl1 dd {
		width: 100%;
		break-inside: avoid-column;
		margin-right: 2.66%;
	  }
	  
	  .header_nav2 .inner .r3 .dl1 dd:last-child {
		margin-right: 0;
	  }
	  
	  .header_nav2 .inner .r3 .dl1 dd a {
		display: block;
		line-height: 1.5;
		margin-bottom: 5px;
		color: #6f6f6f;
		font-size: 17px;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	  }
	  
	  .header_nav2 .inner .r3 .dl1 dd .rtc {
		margin: 10px 0 30px;
	  }
	  
	  .header_nav2 .inner .r3 .dl1 dd .rtc a {
		color: #4B2473;
	  }
	  
	  .header_nav2 .inner .r3 .dl1 dd a:hover {
		color: #4B2473;
	  }
	  
	  .header_nav2 .inner .r3 .dl1 dd .rtt {
		color: #4B2473;
		border-bottom: 1px solid #4B2473;
		font-size: 18px;
		margin-bottom: 10px;
		font-weight: bold;
	  }
	  
	  
	  .header_nav2 .inner .r3 .dl1 dd .rtt2 {
		color: #666;
		border-bottom: 1px solid #666;
		font-size: 18px;
		margin-bottom: 10px;
		font-weight: bold;
	  
	  }
	  
	  .header_nav2 .inner .r3 .dl1 dd .rtt3 {
		margin-top: 20px;
	  }
	  
	  .header_nav2 .inner .r3 .dl1 dd a {
		display: block;
	  }
	  
	  .header_nav2 .inner .r a {
		float: left;
		width: 21.9%;
		margin-right: 4.13%;
		margin-bottom: 10px;
	  }
	  
	  .header_nav2 .inner .r a .text {
		font-size: 18px;
		/* gmy */
		color: #333333;
		line-height: 50px;
	  }
	  
	  .header_nav2 .inner .r a .text img {
		margin-left: 12px;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	  }
	  
	  .header_nav2 .inner .r a:hover .text img {
		margin-left: 16px;
	  }
	  
	  .header_nav2 .inner .r a:nth-child(4n) {
		margin-right: 0;
	  }
	  
	  .header_nav2 .inner .r2 .r2_a {
		float: left;
	  }
	  
	  .header_nav2 .inner .r2 .r2_a a {
		display: block;
		line-height: 1.5;
		padding-left: 20px;
		color: #666;
		margin-bottom: 20px;
		/* background: url(../images/zz_4.png) center left no-repeat; */
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	  }
	  
	  .header_nav2 .inner .r2 .r2_img {
		float: right;
		max-width: 375px;
		overflow: hidden;
	  }
	  
	  .header_nav2 .inner .r2 .r2_a a:hover {
		/* background: url(../images/zz_5.png) center left no-repeat; */
		color: #4B2473;
	  }
	  
	  
	  
	  
	  .header_nav2n .inner {
		max-width: 1060px;
	  }
	  
	  
	  .header_nav3 {
		background: #fff;
		position: absolute;
		top: 70px;
		left: 0;
		display: none;
		width: 100%;
	  }
	  
	  .header_nav3 .outer {
		width: 90%;
		max-width: 1420px;
		margin: 0 auto;
		padding: 40px 0 50px;
	  }
	  
	  .header_nav3 .inner {
		width: 25%;
		float: left;
	  }
	  
	  .header_nav3 .inner h4 {
		font-size: 18px;
		color: #333;
		font-weight: bold;
		line-height: 1.6;
		margin-bottom: 10px;
		margin-top: 20px;
	  }
	  
	  .header_nav3 .inner li {
		font-size: 14px;
		color: #333;
		float: none;
		margin: 0;
		line-height: 1.6;
		list-style: disc;
		margin: 0 80px 0 20px;
	  }
	  
	  .header_nav3 .inner li a {
		color: #333;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	  }
	  
	  .header_nav3 .inner li a:hover {
		color: #4B2473;
	  }
	  
	  /* 侧边定位 */
	  /* 右侧 */
	  
	  .rightfiexd {
		position: fixed;
		right: 10px;
		top: 50%;
		margin-top: -102px;
		z-index: 10;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
	  }
	  
	  .rightfiexd.act {
		right: 0;
	  }
	  
	  .rightfiexd .ul1 {
		width: 74px;
	  }
	  
	  .rightfiexd .ul1 * {
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	  }
	  
	  .rightfiexd .ul1 li {
		cursor: pointer;
		margin-bottom: 1px;
		position: relative;
		border-radius: 4px 0px 0px 4px;
	  }
	  
	  .rightfiexd .ul1 li .img {
		display: block;
		width: 84px;
		height: 76px;
		background: #4B2473;
		position: relative;
		right: 0;
		border-radius: 4px 0px 0px 4px;
	  }
	  
	  .rightfiexd .ul1 li:nth-child(1) .img {
		background: #fa4318;
	  }
	  
	  .rightfiexd .ul1 li:nth-child(4) {
		background: #4B2473;
	  }
	  
	  .rightfiexd .ul1 li .img img {
		display: block;
		width: 100%;
		width: 30px;
		margin: 0px auto 0;
		padding-top: 12px;
	  }
	  
	  .rightfiexd .ul1 li .img span {
		text-align: center;
		display: inline-block;
		width: 100%;
		padding-top: 6px;
		font-size: 12px;
		color: #fff;
	  }
	  
	  .rightfiexd .ul1 li .cla {
		position: absolute;
		top: 0px;
		right: -180px;
		width: 160px;
		height: 76px;
		line-height: 76px;
		background: #4B2473;
		color: #fff;
		font-size: 20px;
		overflow: hidden;
		text-align: center;
		z-index: 2;
	  }
	  
	  .rightfiexd .ul1 li:hover .img {
		right: 10px;
	  }
	  
	  .rightfiexd .ul1 li.dh:hover .img {
		right: 160px;
	  }
	  
	  .rightfiexd .ul1 li.dh:hover .cla {
		right: -0px;
	  }
	  
	  .rightfiexd .ul1 li .ewm {
		width: 100px;
		position: absolute;
		top: -7px;
		right: 84px;
		z-index: -1;
		transform: scale(0);
		-webkit-transform: scale(0);
		transform-origin: right center;
		-webkit-transform-origin: right center;
	  }
	  
	  .rightfiexd .ul1 li:hover .ewm {
		transform: scale(1);
		-webkit-transform: scale(1);
	  }
	  
	  .footer {
		padding-top: 80px;
		padding-bottom: 25px;
		background-color: #262626;
		color: #fff;
		font-size: 18px;
	  }
	  
	  .footer .f_fixed {
		width: 100%;
		height: 67px;
		background-color: #4B2473;
		position: fixed;
		bottom: 0;
		display: none;
	  }
	  
	  .footer .f_fixed .ul1 {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	  }
	  
	  .footer .f_fixed .tel_alert {
		width: 85%;
		position: fixed;
		bottom: 25px;
		left: 50%;
		transform: translateX(-50%);
	  }
	  
	  .footer .f_fixed .tel_alert .tel_phone {
		display: block;
		width: 100%;
		height: 58px;
		background-color: #fff;
		z-index: 999;
		color: #4B2473;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 15px;
		border-radius: 8px;
		font-size: 21px;
	  }
	  
	  .footer .f_fixed .tel_alert .tel_phone img {
		width: 8%;
		height: 50%;
		margin-right: 10px;
	  }
	  
	  .footer .f_fixed .tel_alert .quxiao {
		width: 100%;
		height: 58px;
		line-height: 58px;
		background-color: #fff;
		z-index: 999;
		color: #4B2473;
		text-align: center;
		border-radius: 8px;
		font-size: 21px;
	  }
	  
	  .footer .f_fixed .ul1 li {
		width: 25%;
		height: 100%;
		position: relative;
		cursor: pointer;
	  }
	  
	  .footer .f_fixed .ul1 li>div {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
	  }
	  
	  .footer .f_fixed .ul1 li img {
		width: 28%;
		height: 28%;
		margin-bottom: 1px;
	  }
	  
	  .footer .f_fixed .ul1 li div div {
		font-size: 15px;
		line-height: 1.5;
		color: #fff;
	  }
	  
	  .footer .f_fixed .ul1 li.act {
		background-color: #f6ac00;
	  }
	  
	  .footer_container {
		max-width: 1400px;
		width: 83.33%;
		margin: 0 auto;
	  }
	  
	  .footer_1 {
		display: flex;
		justify-content: space-between;
		margin-bottom: 50px;
	  }
	  
	  .footer_2_title::after {
		content: '';
		display: block;
		width: 36px;
		height: 2px;
		background-color: #fff;
		margin-top: 27px;
		margin-bottom: 38px;
	  }
	  
	  .footer_2 ul li {
		margin-top: 10px;
	  }
	  
	  .footer_2 ul li a {
		font-size: 14px;
		color: #fff;
		opacity: 0.5;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	  }
	  
	  .footer_2 ul li a:hover {
		opacity: 1;
	  }
	  
	  .footer_3 {
		width: 100%;
		text-align: center;
	  }
	  
	  .footer_4 {
		display: flex;
		justify-content: center;
		font-size: 14px;
		color: #666;
		padding: 20px 0;
	  }
	  
	  
	  .my-button-disabled {
		opacity: 0.1;
	  }
	  
	  .footer_6 {
		float: left;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		/* line-height: 40px;
		text-align: center; */
	  
	  
	  
	  }
	  
	  .footer_6 a {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		border: 1px solid #686868;
	  }
	  
	  .footer_6 a:hover {
		border: none;
		background-color: #4B2473;
	  }
	  
	  .footer_6 a>img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	  }
	  
	  .footer_6 a>img:nth-child(1) {
		opacity: 1;
	  }
	  
	  .footer_6 a>img:nth-child(2) {
		opacity: 0;
	  }
	  
	  .footer_6 a:hover>img:nth-child(1) {
		opacity: 0;
	  }
	  
	  .footer_6 a:hover>img:nth-child(2) {
		opacity: 1;
	  }
	  
	  .footer_7 {
		position: absolute;
		top: 100%;
		display: none;
		width: 150px;
		height: 150px;
	  }
	  
	  .footer_7::before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-top: 10px solid transparent;
		border-bottom: 10px solid #fff;
		border-right: 10px solid transparent;
		position: relative;
		left: 10px;
	  }
	  
	  .footer_7 p {
		font-size: 14px;
		text-align: center;
		margin-top: 10px;
	  }
	  
	  .footer_6.active a:hover .footer_7 {
		display: block;
	  }
	  
	  .footer_6_marg {
		margin: 0 20px;
	  }
	  
	  .footer_ul {
		display: flex;
		justify-content: space-between;
		width: 70%;
	  }
.ft-case-study-section {
	overflow: hidden;
}
.ft-case-study-items {
	width: 100%;
	border-right: 1px solid #8a8a8a;
  }
  .ft-case-study-items .ft-case-study-img {
	position: relative;
  }
  .ft-case-study-items .ft-case-study-img:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	background-color: rgba(0, 0, 0, 0);
  }
  .ft-case-study-items .ft-case-study-text {
	left: 60px;
	bottom: 15px;
	max-width: 335px;
	position: absolute;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
  }
  .ft-case-study-items .ft-case-study-text .serial-no {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
  }
  .ft-case-study-items .ft-case-study-text h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	padding: 25px 0px 25px;
  }
  .ft-case-study-items .ft-case-study-text h3 a{
	color: #fff;
  }
  .ft-case-study-items .ft-case-study-text p {
	opacity: 0;
	color: #fff;
	line-height: 1.688;
	padding-bottom: 35px;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
  }
  .ft-case-study-items .more-btn {
	left: 60px;
	color: #fff;
	width: 45px;
	height: 45px;
	bottom: 40px;
	position: absolute;
	border: 2px solid rgba(255, 255, 255, 0.6);
  }
  .ft-case-study-items .more-btn:hover {
	color: #000;
	background-color: #fff;
  }
  .ft-case-study-items:hover .ft-case-study-text {
	bottom: 90px;
  }
  .ft-case-study-items:hover .ft-case-study-text p {
	opacity: 1;
  }
  .ft-case-study-items:hover .ft-case-study-img:before {
	background-color: rgba(51, 51, 51, 0.85);
  }
  .ft-case-study-items .ft-case-study-img img {
    width: 100%;
}
.transx_image_box_wrapper{
	margin-right: 150px;
	display: inline-block;
    position: relative;
}
.transx_image_box_wrapper img {
    margin-bottom: 50px;
}
.transx_image_box_info {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -.03em;
    font-weight: 700;
    color: #fff;
    background: #4B2473;
    padding: 29px 20px 37px 30px;
    -webkit-clip-path: polygon(92.5% 0,100% 16.5%,100% 100%,0 100%,0 0);
    clip-path: polygon(92.5% 0,100% 16.5%,100% 100%,0 100%,0 0);
    position: absolute;
    bottom: 50px;
    left: 15px;
}
@media only screen and (min-width: 576px){
.transx_image_box_info {
    padding: 39px 56px 38px 50px;
}
}
@media only screen and (min-width: 992px){
.transx_image_box_info {
    bottom: 3px;
    left: auto;
}
}
@media only screen and (min-width: 1200px){
.transx_image_box_info {
    right: -53px;
}
}
.transx_image_box_info {
    background-image: url(../img/badge-img.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.about_text{
	width: 50%;
}
.transx_up_heading {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: .15em;
    font-weight: 700;
    text-transform: uppercase;
    color: #a9aeb3;
    margin-bottom: 13px;
    position: relative;
    z-index: 5;
	text-align: left;
}
.transx_heading {
    line-height: 40px;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
	font-weight: 700;
}
h2, body .elementor-widget-heading h2.elementor-heading-title {
    font-size: 45px;
    line-height: 1.6;
}
h4, body .elementor-widget-heading h4.elementor-heading-title {
    font-size: 20px;
    line-height: 1.6;
}
.about_text p{
	font-size: 16px;
	margin-bottom: 15px;
}
.transx_blog_content_wrapper, .transx_page_content_wrapper {
    padding: 55px 0 80px;
    position: relative;
    z-index: 5;
}
.transx_page_content_wrapper, .transx_blog_content_wrapper {
    background: #fff;
}
@media only screen and (min-width: 768px){
.transx_page_content_wrapper {
    padding: 75px 0 100px;
}
}
@media only screen and (min-width: 992px){
.transx_page_content_wrapper {
    padding: 75px 0 100px;
}
}
@media only screen and (min-width: 1200px){
.transx_page_content_wrapper {
    padding: 15px 0 100px;
}
}


.elementor-gray{
	background-color: #F3F6F5;
}
.elementor-padding{
    margin-bottom: 50px;
    padding: 50px 0px 50px 0px;
}
.elementor-nomargin{
	margin-bottom: 0;
}
.elementor-mt113{
	margin-top: 113px;
}
.elementor-section {
    position: relative;
	transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
}
.elementor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
	max-width: 1400px;
}
.elementor-column {
    min-height: 1px;
}
.elementor-column, .elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 768px){
.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
    width: 50%;
}
}
@media (min-width: 768px){
.elementor-76 .elementor-element.elementor-element-5e18c498 {
    width: 48%;
}
}
@media (min-width: 768px){
.elementor-76 .elementor-element.elementor-element-73a174f0 {
    width: 52%;
}
}
.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.elementor-section:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elementor-widget {
    position: relative;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px;
}
.elementor-widget-image {
    text-align: center;
}
.elementor-widget-wrap>.elementor-element {
    width: 100%;
}
.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.elementor-widget-image img {
    vertical-align: middle;
    display: inline-block;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}
.elementor-widget-wrap.elementor-element-populated {
    padding: 10px;
}
.elementor-widget-text-editor {
    font-family: Inter,sans-serif;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    color: #696e76;
}
h5,body .elementor-widget-heading h5.elementor-heading-title,.elementor-widget-text-editor h5 {
    font-size: 18px;
    line-height: 1.6;
	margin-bottom: 20px;
}
.elementor-widget-text-editor ul li {
    display: block;
    line-height: 32px;
    padding-left: 30px;
    position: relative;
}
.elementor-widget-text-editor ul li:not(:last-of-type), body .transx_content_wrapper .elementor-tab-content ul li:not(:last-of-type), body .transx_content_wrapper .transx_location_item ul li:not(:last-of-type), body .transx_content_wrapper ol li:not(:last-of-type), body .transx_content_wrapper ul li:not(:last-of-type) {
    margin-bottom: 16px;
}
.elementor-widget-text-editor ul li:before, body .transx_content_wrapper .transx_location_item ul li:before, body .transx_content_wrapper .elementor-tab-content ul li:before {
    content: '';
    width: 6px;
    height: 10px;
    display: block;
    border-top: solid 2px;
    border-left: solid 2px;
    position: absolute;
    top: 10px;
    left: 7px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    z-index: 1;
}
.elementor-widget-text-editor ul li:after, body .transx_content_wrapper .transx_location_item ul li:after, body .transx_content_wrapper .elementor-tab-content ul li:after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    background: #f3f6f5;
    position: absolute;
    top: 6px;
    left: 0;
}
.elementor-widget-text-editor ul li:before, body .transx_content_wrapper .transx_location_item ul li:before, body .transx_refrigerate_option_container span:after, body .transx_price_item .transx_custom_fields_container .transx_custom_field:before, body .transx_content_wrapper .elementor-tab-content ul li:before, .transx_checkbox_label .transx_checkbox_mask:after, .wpcf7-checkbox label span:after, body .transx_content_paging_wrapper .page-link span, body .transx_content_paging_wrapper .page-link a, body .transx_pagination nav.pagination span, body .transx_pagination nav.pagination a, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li span.current, body.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description ul li:before, body .transx_back_to_top_button, .transx_links_list li a:hover:before, body.woocommerce ul.products li.product .button, body.woocommerce ul.products li.product .added_to_cart {
    border-color: #4B2473;
}
.elementor-element.elementor-widget-image>.elementor-widget-container {
    margin: 117px 0px 0px 0px;
}
.transx_heading_widget {
    position: relative;
}
.elementor-dark{
	background-color: #31373F;
}
.white{
	color: #fff;
}
@media (min-width: 768px){
.elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
		width: 20%;
}	
.elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
    width: 25%;
}
.elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
    width: 33.333%;
}
.elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
    width: 100%;
}
.elementor-column.elementor-col-66, .elementor-column[data-col="66"] {
    width: 66.666%;
}
.elementor-element.elementor-element-5075a951 {
    width: 57.665%;
}
.elementor-element.elementor-element-7b9387f9 {
    width: 42%;
}
}
.transx_promo_box_item.transx_view_type_2 {
    background: #fff;
    padding: 30px 20px 30px;
}

.transx_promo_box_content{
	min-height: 50px;
	margin-bottom: 30px;
}
.elementor-element.elementor-element-5f907b50 .transx_linked_item {
    text-align: left;
}
.transx_linked_item .transx_linked_item_wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0s;
    transition: all 0s;
    z-index: 5;
}
.transx_linked_item .transx_linked_item_wrapper:before {
    content: "";
    display: block;
    padding-top: 142.85714%;
}
.transx_img--bg, .elementor img.transx_img--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    font-family: "object-fit: cover; object-position: top center";
    z-index: -1;
}
.transx_linked_item img.transx_img--bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s,-webkit-transform 1s;
}
.transx_linked_item .transx_overlay {
    width: 100%;
    height: 100%;
    background: rgb(0,61,144);
    opacity: .15;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .8s;
    transition: all .8s;
    z-index: 2;
}
.elementor-element.elementor-element-5f907b50 .transx_overlay {
    opacity: 0;
}
.transx_linked_item .transx_linked_item_up_title {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    color: #f3f6f5;
    position: absolute;
    top: 15.2381%;
    left: -21.7984%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 5;
}
.transx_linked_item .transx_linked_item_up_title div {
    padding: 26px 54px;
}
.transx_linked_item .transx_action_block_inner {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    color: #fff;
    padding: 0 30px 13px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}
.transx_linked_item .transx_linked_item_counter {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
	color: #4B2473;
}
.transx_linked_item .transx_linked_item_title {
    width: calc(100% - 60px);
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.transx_linked_item:hover img.transx_img--bg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.transx_blog_slider_item_wrapper{
	width: 100%;
	padding: 10px;
}
.transx_blog_slider_image_cont {
    padding-top: 60.03956%;
    -webkit-clip-path: polygon(92% 0,100% 13%,100% 100%,0 100%,0 0);
    clip-path: polygon(92% 0,100% 13%,100% 100%,0 100%,0 0);
    overflow: hidden;
    position: relative;
}
.transx_blog_details_container {
    background: #fff;
    padding: 26px 30px 30px;
}
.transx_blog_title {
    margin-bottom: 10px;
	text-align: center;
}

.elementor-element.elementor-element-223bd736 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 137px 0px 140px 0px;
}
.elementor-background-overlay, .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.elementor-element.elementor-element-223bd736>.elementor-background-overlay {
    background-image: url(../img/contacts-map.png);
    background-position: 50% 24px;
    background-repeat: no-repeat;
    opacity: 1;
}
.transx_icon_box_item.transx_view_type_3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.elementor-element.elementor-element-ce65c13 .transx_icon_box_item {
    text-align: left;
}
.transx_icon_box_item .transx_icon_container {
    position: relative;
}
.transx_icon_box_item.transx_view_type_3 .transx_icon_container {
    width: 60px;
    height: 60px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    border: solid 1px;
    border-radius: 50%;
    margin-right: 19px;
}
.transx_icon_box_item.transx_view_type_3 .transx_icon_container {
    border-color: #4B2473;
}
.transx_icon_box_item.transx_view_type_3 .transx_info_container {
    color: #414a53;
}
.transx_icon_box_item.transx_view_type_3 .transx_icon_container {
    color: #4B2473;
}
.transx_icon_box_item.transx_view_type_3 .transx_info_container {
    margin: 0;
}
.transx_icon_box_item.transx_view_type_3 .transx_info_container {
    line-height: 1.7;
    font-weight: 500;
}
.transx_icon_box_item .transx_info_container a {
    color: #777;
    text-decoration: none;
}
.transx_icon_box_item.transx_view_type_3 .transx_icon_box_title {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #767f7f;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.transx_icon_box_item svg.icon {
    font-size: 60px;
    position: relative;
    z-index: 5;
}
.transx_icon_box_item.transx_view_type_3 .icon {
    font-size: inherit;
}
.transx_icon_box_item.transx_view_type_3 .transx_icon_box_title, .transx_icon_box_item.transx_view_type_3 .transx_info_container {
    margin: 0;
}
.transx_icon_box_item.transx_view_type_3 .transx_info_container a {
    color: inherit;
}
h4, body .elementor-widget-heading h4.elementor-heading-title {
    font-size: 20px;
    line-height: 1.6;
}
.transx_contact_form {
    font-size: 0;
    line-height: 0;
}
.transx_contact_form_field {
    width: 50%;
    display: inline-block;
    padding-left: 11px;
}
.transx_contact_form_field:first-of-type {
    padding-right: 11px;
    padding-left: 0;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.form__field, body #give_checkout_user_info p input, body form[id*=give-form] .give-donation-levels-wrap+fieldset+div p input[type="text"], body form[id*=give-form] .give-donation-levels-wrap+fieldset+div p input[type="email"], .wp-block-search input[type="search"], input[type="password"], input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="date"] {
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    border: 1px solid;
    padding: 0 20px;
    margin-bottom: 20px;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    outline: 0;
}
.form__field, .transx_sidebar .widget.widget_search .transx_icon_search, .transx_sidebar .widget.widget_categories select, body #give_checkout_user_info p input, body form[id*=give-form] .give-donation-levels-wrap+fieldset+div p input[type="text"], body form[id*=give-form] .give-donation-levels-wrap+fieldset+div p input[type="email"], .wp-block-search input[type="search"], input[type="password"], input[type="text"], input[type="tel"], input[type="email"], input[type="date"], textarea, .transx_sidebar .widget_product_search input[type="search"], .transx_header_search_container .transx_icon_search {
    color: #000;
    background: #fff;
    border-color: #e2e2e2;
}
.form__field:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="date"]:focus, textarea:focus, body #give_checkout_user_info p input:focus {
    background: #fff;
    border-color: #333;
}
textarea {
    overflow: auto;
    resize: vertical;
}
textarea, .form__message {
    width: 100%;
    height: 195px;
    padding: 9px 20px;
    border: 1px solid;
    font-size: 14px;
    line-height: 30px;
}
form input, form textarea {
    -webkit-appearance: none;
}
.transx_contact_form textarea {
    height: 188px;
    margin-bottom: 26px;
}
input[type="submit"], .wp-block-search button[type="submit"] {
    display: inline-flex;
    align-items: center;
    height: 50px;
    font-size: 13px;
    line-height: 46px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    padding: 0 32px;
    letter-spacing: 0;
    text-decoration: none;
    border: 2px solid;
    border-radius: 0 0 15px 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
input[type="submit"], .wp-block-search button[type="submit"], #cancel-comment-reply-link {
    color: #414a53;
    border-color: #666;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
input[type="submit"]:hover, .wp-block-search button[type="submit"]:hover {
    -webkit-box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
    box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
}
input[type="submit"]:hover, .wp-block-search button[type="submit"]:hover, #cancel-comment-reply-link:hover {
    color: #fff;
    background: #666;
    border-color: #666;
}
.transx_icon_box_item .transx_info_container p {
    margin: 0;
	font-weight: 700;
}
.elementor-element.elementor-element-6e96e15b>.elementor-widget-container {
    margin: 0px 0px 15px 0px;
}
.elementor-element.elementor-element-3a7cafcb>.elementor-widget-container {
    margin: 0px 0px 15px 0px;
}
.elementor-element.elementor-element-ce65c13>.elementor-widget-container {
    margin: 0px 0px 15px 0px;
}
#dituContent1{
    height: 470px;
}
.elementor-column-gap-no{
	width: 100%;
	max-width: 100% !important;
}
.transx_promo_box_description{
	font-size: 16px !important;
}

@media screen and (max-width:1440px) {
	.header{
		padding: 0 30px;
	}
	.header.white .logo img {
		height: 40px;
	}
	.header_nav li {
		margin: 0 10px;
	}
	.eucs .eucs-con {
		width: 1200px;
	}
	.ft-case-study-items .ft-case-study-text {
		left: 30px;
		max-width: 300px;
	}
	.ft-case-study-items .more-btn {
		left: 30px;
	}
	.about_l {
		padding: 40px 136px 0 44px;
		width: 705px;
	}
	.new_l {
		width: 584px;
	}
	.new_r {
		width: 583px;
	}
	.new_text {
		width: 480px;
	}
	.pro_company {
		width: 1200px;
		margin: 55px auto 100px;
	}
	h2, body .elementor-widget-heading h2.elementor-heading-title {
		font-size: 35px;
	}
	.elementor-section .elementor-container {
		max-width: 1200px;
	}
	.transx_promo_box_description {
		font-size: 13px !important;
	}
	h4, body .elementor-widget-heading h4.elementor-heading-title {
		font-size: 16px;
		line-height: 1.6;
	}
	.inner_banner_nav .l {
		width: 380px;
	}
	.inner_banner_nav .r a {
		font-size: 18px;
		margin-left: 15px;
	}
	.new_l_title {
		width: 445px;
	}
	.new_r li {
		height: 102px;
	}
	.header_tel {
		width: 187px;
		margin-right: 30px;
	}
}

.project__area {
	position: relative;
  }
  .project__inner {
	position: relative;
	width: 100%;
	display: flex;
  }
  @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.project__inner {
	  display: block;
	}
  }
  .project__info {
	position: relative;
	width: 50%;
  }
  @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.project__info {
	  width: 100%;
	}
  }
  .project__info-image {
	position: relative;
  }
  .project__info-image img{
	width: 100%;
  }
  .project__info-image::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 35, 40, 0.5);
  }
  .project__info:hover .project__info-image::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(36, 116, 237, 0.85);
  }
  .project__info:hover .project__button {
	visibility: visible;
	opacity: 1;
  }
  .project__info:hover .project__content {
	transform: translateY(-50%);
  }
  .project__content {
	position: absolute;
	top: 50%;
	transform: translateY(-23%);
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	transition: 0.3s;
	padding: 0 30px;
  }
  .project__content span {
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
  }
  .project__content .p-title {
	font-size: 40px;
	line-height: 1.3;
	color: #fff;
  }
  .project__content .p-title a{
	color: #fff;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.project__content .p-title {
	  font-size: 30px;
	}
  }
  .project__button {
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
  }
  .project__slider {
	position: relative;
	margin-right: -750px;
  }
  .project__slider-item {
	overflow: hidden;
	transition: 0.3s;
  }
  .project__slider-item-image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 450px;
	border-radius: 6px;
	position: relative;
  }
  .project__slider-item-image::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #2527287a;
	visibility: hidden;
	opacity: 0;
	border-radius: 6px;
  }
  .project__slider-item span {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 5px;
  }
  .project__slider-item-title {
	font-size: 24px;
	line-height: 1.3;
	transition: 0.3s;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.project__slider-item-title {
	  font-size: 18px;
	}
  }
  .project__slider-item-title:hover {
	color: #1d84ed;
  }
  .project__slider-item-overlay {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: 45%;
	transform: translateY(-45%);
	margin: 0 auto;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
  }
  .project__slider-item-overlay a {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #1d84ed;
	line-height: 50px;
	font-size: 20px;
	border-radius: 6px;
	color: #fff;
	transition: 0.3s;
  }
  .project__slider-item-overlay a:hover {
	background: #fff;
	color: #1d84ed;
  }
  .project__slider-item:hover .project__slider-item-image::before {
	visibility: visible;
	opacity: 1;
  }
  .project__slider-item:hover .project__slider-item-overlay {
	visibility: visible;
	opacity: 1;
	top: 50%;
	transform: translateY(-50%);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.project__slider {
	  margin-right: 0;
	}
  }
  .tp-btn-d {
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-color: #f5f5f5;
	border-color: transparent;
	color: #1d84ed;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	height: 60px;
	line-height: 56px;
	padding: 0px 40px;
	border: 2px solid #f5f5f5;
	border-style: solid;
	box-shadow: none;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	z-index: 1;
	position: relative;
  }
  .tp-btn-d i {
	margin-left: 15px;
  }
  .tp-btn-d:hover {
	box-shadow: none;
	color: #fff;
  }
  .tp-btn-d:hover::after {
	transform: skewX(45deg) scale(1, 1);
  }
  .tp-btn-d::after {
	position: absolute;
	content: "";
	z-index: -1;
	display: block;
	left: -20%;
	right: -20%;
	top: -4%;
	height: 150%;
	width: 150%;
	bottom: 0;
	background: #1d84ed;
	transform: skewX(45deg) scale(0, 1);
	transition: all 0.5s ease 0s;
  }
  .pro_content{
	width: 900px;
  }
  .pro_content img{
      margin: 0 auto;
      text-align: center;
  }
  @media screen and (max-width:1440px) {
	.pro_content{
		width: 900px;
	  }
  }
.boot-container{
	display: flex;
    flex-wrap: wrap;
}
.col-25 {
    flex: 0 0 auto;
    width: 25%;
}
.jzx_list,.jzx_list li{
	list-style: none !important;
}
.jzx_list p span{
	display: block;
	padding-bottom: 15px;
	padding-left: 100px;
	font-weight: 600;
}
.list-product li{
	list-style: disc;
}

section.section {
    position: relative;
    z-index: 0;
    padding: 70px 0
}

@media only screen and (min-width: 768px) {
    section.section {
        padding:90px 0
    }
}

@media only screen and (min-width: 992px) {
    section.section {
        padding:120px 0
    }
}

@media only screen and (min-width: 1200px) {
    section.section {
        padding:140px 0
    }
}
.bottom-50 {
    margin-bottom: 50px!important;
}
.offset-50 {
    margin-bottom: -50px!important;
}
.heading {
    position: relative;
}
.heading--center {
    text-align: center;
    width: 100%;
}
.heading__pre-title {
    display: inline-block;
    color: #a9aeb3;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: 17px;
    z-index: 1;
    position: relative;
}
.heading__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}
@media only screen and (min-width: 992px) {
    .heading__title {
        font-size:40px;
        line-height: 45px
    }
}
.downlist{
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.downlist-li{
	-webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
	padding-right: 15px;
    padding-left: 15px;
}
.downloads {
    color: #fff;
    -webkit-clip-path: polygon(90% 0,100% 6%,100% 100%,0 100%,0 0);
    clip-path: polygon(90% 0,100% 6%,100% 100%,0 100%,0 0);
    background: #999;
    text-align: center;
    padding: 58px 40px 65px 40px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    margin-bottom: 50px;
}
.downloads:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.downloads__title {
    margin-bottom: 0;
    line-height: 40px;
    margin-bottom: 40px;
	font-size: 30px;
}
.downloads__icon {
    color: #fff;
    font-size: 40px;
    line-height: 1;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.downloads__icon::after {
    content: "";
    display: block;
    height: 4px;
    width: 60px;
    background: #fff;
    margin: 30px auto 45px auto;
}
.downloads__text {
    color: #427ccb;
    font-weight: 700;
}
.downloads__text:last-of-type {
    margin-bottom: 0;
}
.downloads__details {
    margin-top: 27px;
}
.offset-40 {
    margin-bottom: -40px!important;
}
.document {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.document--style-2 {
    border: 1px solid #e2e2e2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 15px 25px 15px;
    margin-bottom: 40px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
@media only screen and (min-width: 576px) {
    .document--style-2 {
        padding:29px 30px 30px 30px
    }
}
.document__img img {
    height: 50px;
    width: auto;
}
.document__details {
    width: calc(100% - 65px);
}
.document--style-2 .document__details {
    width: calc(100% - 100px);
}
.document__title {
    font-size: 16px;
    margin-bottom: 0;
}
.document--style-2 .document__date, .document--style-2 .document__title {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.document__date {
    color: #a9aeb3;
}
.document--style-2 .document__date, .document--style-2 .document__title {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.document--style-2 .document__icon {
    color: inherit;
    font-size: 20px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.item {
    border-top: 1px solid #d9e2e0
}

.item:last-of-type {
    border-bottom: 1px solid #d9e2e0
}

.accordion__title-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    cursor: pointer
}

.accordion__title {
    font-size: 18px;
    margin-bottom: 0;
    width: calc(100% - 70px);
    letter-spacing: 0
}

@media only screen and (min-width: 576px) {
    .accordion__title {
        font-size:20px
    }
}

.accordion__close {
    position: relative;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

@media only screen and (min-width: 768px) {
    .accordion__close {
        height:52px;
        width: 52px
    }
}

.accordion__close::after,.accordion__close::before {
    content: "";
    display: inline-block;
    background: #414a53;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.accordion__close::before {
    height: 14px;
    width: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.accordion__close::after {
    width: 14px;
    height: 2px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

.expanded .accordion__close::before {
    opacity: 0
}

.accordion__text-block {
    height: 0;
	-webkit-transition: height .8s ease-in;
    transition: height .8s ease-in;
	overflow: hidden;
}
.expanded .accordion__text-block {
    height: 100%;
}
.accordion--style-2 .accordion__title-block {
    padding: 0px 0
}

.accordion--style-2 .accordion__close {
    height: 30px;
    width: 30px;
    border: 2px solid #58267F
}

.accordion--style-2 .accordion__close::after,.accordion--style-2 .accordion__close::before {
    background: #58267F
}

.accordion--style-2 .accordion__close--active::after {
    background: #fff
}

.accordion--style-2 .accordion__close--active {
    background: #58267F
}
.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}
.offset-xl-1 {
    margin-left: 8.333333%;
}
.contact-trigger {
    position: relative;
    color: #fff;
    background: #aaa;
    padding: 28px 30px 40px 30px;
    width: 100%;
    max-width: 370px;
    -webkit-clip-path: polygon(90% 0,100% 18%,100% 100%,0 100%,0 0);
    clip-path: polygon(90% 0,100% 18%,100% 100%,0 100%,0 0);
}
.contact-trigger--style-2 {
    -webkit-clip-path: polygon(85% 0,100% 10%,100% 100%,0 100%,0 0);
    clip-path: polygon(85% 0,100% 10%,100% 100%,0 100%,0 0);
}
.contact-trigger__img {
    height: 100px;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 2px;
}
.contact-trigger__title {
    line-height: 45px;
	font-size: 30px;
}
.contact-trigger__text {
    margin-top: 13px;
}
p {
    margin-bottom: 1.5rem;
	text-indent: 35px;
}
.button {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.button--white {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    height: 50px;
    line-height: 46px;
    min-width: 170px;
    text-align: left;
    border: 2px solid #fff;
    border-radius: 0 0 20px 0;
    padding: 0 20px;
}
.contact-trigger .button {
    position: relative;
    z-index: 2;
    margin-top: 20px;
}
.button--white:hover {
    color: #414a53;
    background: #fff;
}
.pb-0 {
    padding-bottom: 0!important;
}
.pt-0 {
    padding-top: 0!important;
}
.button--green {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #58267F;
    height: 50px;
    line-height: 46px;
    min-width: 170px;
    text-align: left;
    border: 2px solid #58267F;
    border-radius: 0 0 20px 0;
    padding: 0 20px;
}
.button--green:hover {
    color: #fff;
    background: #58267F;
}

.gallery__item {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    outline: 0;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s,-webkit-transform .6s
}

.gallery__item img {
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s,-webkit-transform .6s
}

.gallery .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,61,144,.15);
    z-index: 1;
    -webkit-transition: background .6s;
    -o-transition: background .6s;
    transition: background .6s
}

.gallery__item::before {
    content: "";
    display: block;
    padding-top: 100%
}

.gallery__description {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background: #4B2473;
    padding: 23px 30px 23px 30px;
    min-width: 230px;
    -webkit-clip-path: polygon(90% 0,100% 20%,100% 100%,0 100%,0 0);
    clip-path: polygon(90% 0,100% 20%,100% 100%,0 100%,0 0);
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.gallery__item:hover {
    -webkit-transform: scale(.93);
    -ms-transform: scale(.93);
    transform: scale(.93)
}

.gallery__item:hover .overlay {
    background: rgba(75, 36, 115,.3)
}

.gallery__item:hover .gallery__description {
    opacity: 1
}

.gallery__item:hover img {
    -webkit-transform: scale(1.17);
    -ms-transform: scale(1.17);
    transform: scale(1.17);
    z-index: -1
}

.gallery--tile {
    width: calc(100% - 10px);
    margin: 35px auto 0 auto
}

@media only screen and (min-width: 768px) {
    .gallery--tile {
        width:calc(100% - 30px)
    }
}

.gallery--tile .gallery__item {
    border: 10px solid #fff
}

@media only screen and (min-width: 768px) {
    .gallery--tile .gallery__item {
        border:15px solid #fff
    }
}

.gallery--grid {
    margin: 35px -10px 0 -10px
}

@media only screen and (min-width: 768px) {
    .gallery--grid {
        margin:35px -15px 0 -15px
    }
}

.gallery--grid .gallery__item {
    border: 10px solid #fff
}

@media only screen and (min-width: 768px) {
    .gallery--grid .gallery__item {
        border:15px solid #fff
    }
}

.gallery__item--size-1::before {
    padding-top: 85.71429%
}

.gallery__item--size-2::before {
    padding-top: 84.07777%
}

.gallery__item--size-3::before {
    padding-top: 42.03889%
}

@media (min-width: 768px){
	.col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}}
@media (min-width: 992px)
{.col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.img--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    z-index: -1;
}