.header {
	position: fixed;
	border-bottom: 1px solid #ebebeb;
}
.banner {
	margin-top: 80px;
}
.banner img {
	width: 100%;
}
.index_sec {
	width: 1200px;
	margin: 80px auto 100px;
}

.headerTxt {
	text-align: center;
	margin-bottom: 50px;
}
.headerTxt h2 {
	font-size: 36px;
	color: #000000;
	position: relative;
}
.headerTxt h2 a {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
	color: #0064a8;
}
.headerTxt p {
	font-size: 16px;
	color: #4d4d4d;
	margin-top: 25px;
}


.c-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 48px;
    justify-content: flex-start;
}

.c-pagination.center {
    justify-content: center;
    text-align: center;
    margin-top: 80px;
}

.c-pagination-item {
    /*display: block;*/
    font-size: 14px;
    width: 38px;
    text-align: center;
    /*border-radius: 20px;*/
    line-height: 38px;
    background: #fff;
    border: 1px #ddd solid;
    margin-right: 8px;
    margin-top: 8px;
    color: #999;
    transition: all .3s ease-out;
}

.c-pagination-item.disabled {
    cursor: not-allowed;
    color: #999;
    opacity: .4;
}

.c-pagination-item:first-of-type {
    width: 84px;
}

.c-pagination-item:last-of-type {
    width: 84px;
    margin-left: 0;
}

.c-pagination-item:not(.disabled):hover,
.c-pagination-item.active {
    color: #fff;
    background-color: #0f58bd;
    border-color: #0f58bd;
}

@media only screen and (max-width:960px) {
    .c-pagination {
        margin-top: 32px;
    }
}

@media only screen and (max-width:480px) {
    .c-pagination {
        margin-top: 24px;
    }
}

/* product */

.product_sec1 .content {
	margin-bottom: 60px;
}
.product_sec1 .content h3 {
	font-size: 26px;
	color: #231815;
	margin-bottom: 25px;
}
.product_sec1 .content .item {
	width: calc(50% - 5px);
	float: left;
	margin-right: 10px;
	margin-bottom: 35px;
}
.product_sec1 .content .item:nth-of-type(2n) {
	margin-right: 0;
}
.product_sec1 .content .item .img {
	width: 100%;
	overflow: hidden;
}
.product_sec1 .content .item .img img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.product_sec1 .content .item:hover .img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.product_sec1 .content .item .txt {
	height: 120px;
	padding: 0 5%;
	background-color: #fff;
}
.product_sec1 .content .item .txt h4 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 15px;
	text-align: left;
}
.product_sec1 .content .item .txt p {
	font-size: 14px;
	color: #808080;
	text-align: left;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  height: 44px;
}

/* product */



/* recruitment */

.recruitment_sec1 h3 {
  text-align: center;
  font-size: 30px;
  color: #000000;
  margin-bottom: 80px;
}
.recruitment_sec1 ul {
  float: right;
  margin-bottom: 30px;
}
.recruitment_sec1 ul li {
  float: left;
  font-size: 12px;
  color: #808080;
  cursor: pointer;
  padding: 9px 17px;
  margin: 0 2px;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.recruitment_sec1 ul li.active,
.recruitment_sec1 ul li:hover {
  background-color: #0f58bd;
  color: #fff;
}

.recruitment_sec1Header {
  background-color: #0f58bd;
}
.recruitment_sec1Header .list {
  color: #fff;
  float: left;
  width: calc(100% / 6);
  font-size: 16px;
  text-align: center;
  height: 45px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.recruitment_sec1 .content .item .listBox {
  height: 80px;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
.recruitment_sec1 .content .item .list {
  float: left;
  width: calc(100% / 6);
  height: 100%;
  font-size: 14px;
  color: #666666;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.recruitment_sec1 .content .item .list .toggle {
  color: #0f58bd;
}

.recruitment_sec1 .content .item .txtContent {
  font-size: 14px;
  line-height: 34px;
  color: #4d4d4d;
  text-align: left;
  padding: 30px 35px 50px 35px;
  border-bottom: 1px solid #ebebeb;
  display: none;
}
.recruitment_sec1 .content .item .txtContent a {
  color: #0000ff;
}
.recruitment_sec1 .content .item .txtContent .button {
  display: block;
  width: 180px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background-color: #0f58bd;
  font-size: 16px;
  margin: 30px auto 0;
}


/* recruitment */


/* newsDetails */

.newsDetails_sec1 {
	margin-top: 160px;
}
.newsDetails_sec1 h2 {
	font-size: 30px;
	color: #3e3a39;
	margin-bottom: 35px;
	text-align: center;
}
.newsDetails_sec1 h4 {
	font-size: 14px;
	color: #3e3a39;
	margin-bottom: 60px;
	text-align: center;
}
.newsDetails_sec1 h4 i {
	font-style: normal;
	margin-left: 10px;
	text-align: center;
}
.newsDetails_sec1 h4 span {
	margin-left: 30px;
	text-align: center;
}
.newsDetails_sec1 .content {
	margin-bottom: 80px;
}
.newsDetails_sec1 .content p {
	text-indent: 2em;
	text-align: justify;
	font-size: 14px;
	color: #3e3a39;
	line-height: 28px;
}
.newsDetails_sec1 .content img {
	margin: 15px auto;
	max-width: 100%;
	display: block;
}

.newsDetails_sec1 .news_But {
	border-top: 1px solid #ebebeb;
	padding: 25px 10px 0;
}
.newsDetails_sec1 .news_But > div {
	margin-bottom: 20px;
}
.newsDetails_sec1 .news_But > div a.yes {
	color: #0347e8;
	text-decoration: underline;
}
.newsDetails_sec1 .news_But > div a.no {
	color: #333;
	cursor: default;
}

/* newsDetails */


/* news */

.news_sec1 .index_sec3Cont_l,
.news_sec1 .index_sec3Cont_r {
	width: calc(50% - 30px);
}
.news_sec1  .list .txt_l h5 {
	font-size: 14px;
	line-height: 20px;
  height: 20px;
	margin-bottom: 10px;
}
.news_sec1  .list .txt_l p {
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	margin-bottom: 10px;
}
.news_sec1  .list .txt_l h6 {
	font-size: 12px;
}
.news_sec1  .list .txt_r {
	width: 80px;
}
.news_sec1  .list .txt_l {
	width: calc(100% - 120px);
}
.news_sec1  .box {
	width: 100%;
}
.news_sec1 .box .item {
	width: 100%;
}

.news_sec2 {
	width: 100% !important;
	padding: 1px 0;
	background-color: #f9f9f9;
}
.news_sec2 .list {
	float: left;
	width: calc(50% - 30px);
	border-bottom: 1px solid #dddddd;
  padding: 25px 0;
	margin-right: 60px;
}
.news_sec2 .list:nth-of-type(2n) {
	margin-right: 0;
}
.news_sec2 .list:nth-of-type(1),
.news_sec2 .list:nth-of-type(2) {
  border-top: 1px solid #dddddd;
}
.news_sec2 .list .img {
	width: 180px;
  margin-right: 25px;
  float: left;
}
.news_sec2 .list .txt {
	float: left;
  width: calc(100% - 205px);
}
.news_sec2 .list .txt_l {
	float: left;
	width: calc(100% - 120px);
}
.news_sec2 .list .txt_l h5 {
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
	font-size: 14px;
  line-height: 20px;
  height: 20px;
  margin-bottom: 10px;
}
.news_sec2 .list .txt_l p {
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
  line-height: 20px;
  height: 40px;
  margin-bottom: 10px;
}
.news_sec2 .list .txt_l h6 {
	color: #7a7a7a;
	margin: 0;
	font-size: 12px;
}
.news_sec2 .list .txt_l h6 img {
	margin-right: 5px;
}
.news_sec2 .list .txt_r {
	margin-left: 40px;
	float: left;
	border-left: 2px solid #f0f0f0;
	width: 80px;
}
.news_sec2 .list:hover .txt_r img {
  animation: swing 1.5s infinite linear;
  -moz-animation: swing 1.5s infinite linear;
  -webkit-animation: swing 1.5s infinite linear;
  -o-animation: swing 1.5s infinite linear;
}

.news_sec1 ul {
	margin-bottom: 60px;
}
.news_sec1 ul li {
	float: left;
  margin-right: 5px;
}
.news_sec1 ul li a {
	float: left;
  font-size: 16px;
  color: #000000;
  width: 85px;
  line-height: 35px;
  text-align: center;
}
.news_sec1 ul li.active a {
	color: #fff;
	background-color: #0347e8;
}

/* news */


/* contact */

.contact_sec1 ul li {
	height: 90px;
	float: left;
	width: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 50px;
}
.contact_sec1 ul li:nth-of-type(2n + 1) {
	border-right: 1px solid #e4e4e4;
}
.contact_sec1 ul li .box {
	width: 300px;
	margin: 0 auto;
}
.contact_sec1 ul li img {
	margin-right: 15px;
	width: 44px;
	float: left;
}
.contact_sec1 ul li .txt {
	float: left;
	width: calc(100% - 59px);
	height: 47px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.contact_sec1 ul li .txt h5 {
	font-size: 14px;
	color: #666666;
}
.contact_sec1 ul li .txt p {
	font-size: 18px;
	color: #000000;
	white-space: nowrap;
}

.contact_sec1Bot {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding-top: 60px;
	border-top: 1px solid #e4e4e4;
}
.contact_sec1Bot h5 {
	font-size: 14px;
	color: #666666;
	margin-bottom: 30px;
}
.contact_sec1Bot p {
	font-size: 18px;
	line-height: 40px;
	color: #333333;
}

.contact_sec2 {
	padding: 1px 0;
	background-color: #f7f9fe;
}
.contact_sec2 .inputBox {
	width: 650px;
	margin: 0 auto 15px;
	font-size: 16px;
	color: #606060;
	line-height: 50px;
	overflow: hidden;
}
.contact_sec2 .inputBox .txt {
	width: 130px;
	float: left;
}
.contact_sec2 .inputBox i {
	color: #ff0000;
	margin-right: 5px;
	width: 10px;
	height: 100%;
	display: inline-block;
	vertical-align: top;
}
.contact_sec2 .inputBox.importance i::after {
	content: '*';
}
.contact_sec2 .inputBox span {
	font-size: 16px;
	color: #606060;
	line-height: 50px;
	display: inline-block;
	width: 70px;
	text-align: justify;
	vertical-align: top;
}
.contact_sec2 .inputBox span::after {
	content: '';
	display: inline-block;
	width: 100%;
}
.contact_sec2 .inputBox input,
.contact_sec2 .inputBox textarea {
	width: calc(100% - 130px);
	float: left;
	height: 50px;
	border-radius: 6px;
	padding: 0 20px;
	font-size: 14px;
}
.contact_sec2 .inputBox textarea {
	padding: 13px 20px;
	line-height: 24px;
	height: 180px;
	resize: none;
}
.contact_sec2 .inputBox input[type=submit] {
	float: right;
	color: #fff;
	background-color: #0347e8;
	font-size: 18px;
}

/* contact */


/* productDetails */

.headerBot {
	width: 100% !important;
	position: fixed;
	background-color: #272a30;
	height: 65px;
	top: 81px;
	left: 0;
	z-index: 2;
}
.headerBot .box {
	width: 90%;
	margin: 0 auto;
}
.headerBot .box h4 {
	line-height: 66px;
	font-size: 14px;
	color: #ffffff;
	float: left;
}
.headerBot .box ul {
	float: right;
}
.headerBot .box ul li {
  float: left;
  margin: 0 6px;
  padding: 16px 0;
}
.headerBot .box ul li:last-child {
	margin-right: 0;
}
.headerBot .box ul li a {
  font-size: 14px;
  color: #b1b1b1;
  display: inline-block;
  padding: 7px 17px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.headerBot .box ul li a:hover {
  color: #fff;
}
.headerBot .box ul li a.active {
  background-color: #0347e8;
  color: #fff;
}
.headerBot .box ul li.active {
	background-color: #fff;
}
.headerBot .box ul li.active a {
	color: #0347e8;
	background-color: #fff;
}

.productDetails .headerTxt {
	margin-bottom: 30px;
	text-align: left;
}
.productDetails .headerTxt h2 {
	font-size: 22px;
	color: #000000;
}
.productDetails_sec1 p {
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}
.productDetails_sec2 img {
	width: 100%;
}
.productDetails_sec2 .cont {
	position: relative;
	cursor: pointer;
}
.play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -37px;
	width: 74px;
	height: 74px;
	background: url(../images/play.png) no-repeat center center/100%;
}

.productDetails_sec3 .item {
	float: left;
	width: calc(100% / 3 - 14px);
	margin-right: 21px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.productDetails_sec3 .item:last-child {
	margin-right: 0;
}
.productDetails_sec3 .item .img {
	height: 180px;
	width: 100%;
}
.productDetails_sec3 .item .txt {
	padding: 30px 20px;
}
.productDetails_sec3 .item .txt h4 {
	font-size: 18px;
	color: #1a1a1a;
	margin-bottom: 15px;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
	line-height: 22px;
  height: 22px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.productDetails_sec3 .item .txt p {
	font-size: 14px;
	line-height: 22px;
	color: #808080;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
}
.productDetails_sec3 .item:hover {
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.15);
	box-shadow:0px 0px 20px rgba(0,0,0,0.15);
}
.productDetails_sec3 .item:hover .txt h4 {
	color: #0347e8;
}

.sec {
	position: relative;
	top: -160px;
}

.product .headerTxt h2 {
	font-size: 28px;
}
.product .headerTxt h2 a {
	top: 50%;
	margin-top: -12px;
	bottom: auto;
}

/* productDetails */



/* productTrait */

.productTrait_sec1 .item {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.productTrait_sec1 .item > div {
	width: 50%;
	height: 400px;
}
.productTrait_sec1 .item:nth-of-type(2n) .item_l {
	-webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.productTrait_sec1 .item h4 {
	font-size: 20px;
	color: #000000;
	width: 420px;
	text-align: left;
	margin: 0 auto 20px;
}
.productTrait_sec1 .item p {
	font-size: 16px;
	line-height: 32px;
	color: #4d4d4d;
	width: 420px;
	text-align: left;
	margin: 0 auto;
}

/* productTrait */


/* productParameter */

.productParameter_sec1  h4 {
	font-size: 22px;
	color: #000000;
	margin-bottom: 35px;
	font-weight: 200;
}
.productParameter_sec1  table {
	width: 100%;
}
.productParameter_sec1  table tr {
	border-bottom: 2px solid #fff;
}
.productParameter_sec1  table tr > td {
	text-align: center;
	height: 60px;
	font-size: 16px;
	color: #000000;
}
.productParameter_sec1  table tr > td:nth-of-type(2n) {
	background-color: #f4f4f4;
}
.productParameter_sec1  table tr > td:nth-of-type(2n+1) {
	background-color: #e8e8e8;
}
.productParameter_sec1  table tr > td:nth-of-type(1) {
	background-color: #ddd;
}

/* productParameter */

.aaa {
	position: relative;
	top: -100px;
}

/* innovate */

.innovate_sec1 {
	width: 100% !important;
}
.innovate_sec1 .item {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.innovate_sec1 .item .item_r,
.innovate_sec1 .item .item_l {
	width: 50%;
	height: 700px;
}
.innovate_sec1 .item2 .item_l {
	-webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.innovate_sec1 .item_r h3 {
	position: relative;
	width: 650px;
	padding-bottom: 40px;
	font-size: 36px;
	color: #000000;
	margin: 0 auto;
	text-align: left;
}
.innovate_sec1 .item_r h3::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 65px;
	height: 2px;
	background-color: #333;
}
.innovate_sec1 .item_r p {
	width: 650px;
	font-size: 18px;
	line-height: 36px;
	color: #4d4d4d;
	margin: 35px auto 0;
	text-align: justify;
}

.innovate_sec2 {
	width: 100% !important;
}
.innovate_sec2_l,
.innovate_sec2_r,
.list_l,.list_r {
	position: relative;
	float: left;
	width: 50%;
	overflow: hidden;
	height: 650px;
}
.innovate_sec2 .img {
	width: 100%;
	height: 100%;
}
.innovate_sec2 .list_r {
	background-color: #f1f1f1;
}
.innovate_sec2 .list_r .swiper-slide {
	padding: 0 8%;
}
.innovate_sec2 .list_r h4 {
	font-size: 22px;
	color: #333333;
	margin-bottom: 100px;
	text-align: left;
	padding-left: 25px;
	position: relative;
}
.innovate_sec2 .list_r h4::after {
	position: absolute;
	content: '';
	border: 7px solid transparent;
	border-right: 7px solid #000;
	left: -7px;
	top: 50%;
	margin-top:-7px;
}
.innovate_sec2 .list_r .p {
	font-size: 16px;
	line-height: 36px;
	color: #4d4d4d;
	text-align: left;
	height: 250px;
	position: relative;
}
.innovate_sec2 .list_r .p::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background-color: #0347e8;
}
.innovate_sec2_l > span,
.innovate_sec2_r > span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.innovate_sec2_l .button,
.innovate_sec2_r .button {
  position: absolute;
	right: 50%;
	bottom: 0;
	z-index: 9;
	width: 86px;
	height: 40px;
	overflow: hidden;
}
.innovate_sec2 .button .left,
.innovate_sec2 .button .right {
	width: 50%;
	height: 100%;
	float: left;
	cursor: pointer;
}
.innovate_sec2 .button .left {
	background: url(../images/left1.png) #e5e5e5 no-repeat center center;
}
.innovate_sec2 .button .right {
	background: url(../images/right1.png) #0347e8 no-repeat center center;
}

.innovate_sec3 > ul {
	text-align: center;
	margin-bottom: 60px;
}
.innovate_sec3 > ul li {
	width: 165px;
	line-height: 45px;
	display: inline-block;
	margin: 0 5px;
	font-size: 16px;
	color: #000000;
	border-radius: 3px;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.innovate_sec3 > ul li.active {
	background-color: #0347e8;
	color: #fff;
}
.innovate_sec3 .item {
	overflow: hidden;
	display: none;
}
.innovate_sec3 .item > div {
	float: left;
	width: 50%;
	height: 390px;
}
.innovate_sec3 .item .item_r {
	padding-left: 5%;
}
.innovate_sec3 .item .item_r h4 {
	font-size: 22px;
	color: #333333;
	margin-bottom: 35px;
	text-align: left;
}
.innovate_sec3 .item .item_r p {
	font-size: 16px;
	line-height: 36px;
	color: #4d4d4d;
	position: relative;
	padding-left: 18px;
	text-align: left;
}
.innovate_sec3 .item .item_r p::after {
	content: '';
	position: absolute;
	left: 0;
	top: 18px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	background-color: #333;
	border-radius: 50%;
}

.innovate_sec4 .item {
	float: left;
	width: calc(100% / 3 - 14px);
	margin-right: 21px;
	background-color: #f1f1f1;
	height: 450px;
	padding: 40px 30px 25px;
	position: relative;
}
.innovate_sec4 .item:last-child {
	margin-right: 0;
}
.innovate_sec4 .item .Box {
	overflow: hidden;
}
.innovate_sec4 .item h5 {
	font-size: 20px;
	color: #000000;
	margin-bottom: 35px;
}
.innovate_sec4 .item ul {
	overflow: hidden;
	height: 252px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	position: relative;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.innovate_sec4 .item ul li {
	position: relative;
	padding-left: 20px;
}
.innovate_sec4 .item ul li a {
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
	font-size: 14px;
	color: #666666;
  line-height: 36px;
  height: 36px;
}
.innovate_sec4 .item ul li::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #666;
	margin-top: -4px;
}
.innovate_sec4 .item .p {
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	overflow-y: auto;
	padding-right: 5px;
}
.innovate_sec4 .item .p::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
/*正常情况下滑块的样式*/
.innovate_sec4 .item .p::-webkit-scrollbar-thumb {
	background: #0347e8;
	border-radius: 10px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1);
}
/*正常时候的主干部分*/
.innovate_sec4 .item .p::-webkit-scrollbar-track {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: rgba(0,0,0,0.1);
}
.innovate_sec4 .item .bot {
	width: 100px;
	margin: 0 auto;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	color: #000000;
	text-align: center;
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
}
.innovate_sec4 .item .bot .left,
.innovate_sec4 .item .bot .right {
	width: 10px;
	height: 14px;
	position: absolute;
	top: 0;
	cursor: pointer;
}
.innovate_sec4 .item .bot .left {
	left: 0;
	background: url(../images/left2.png) no-repeat center center;
}
.innovate_sec4 .item .bot .right {
	right: 0;
	background: url(../images/right2.png) no-repeat center center;
}

/* innovate */



/* about */

.about_sec1 .p {
	font-size: 16px;
	color: #4d4d4d;
	line-height: 32px;
	text-indent: 2em;
}
.about_sec1 > .video {
	width: 100%;
	margin-top: 40px;
	position: relative;
}
.about_sec1 > .video > img,
.about_sec1 > .video > video {
	width: 100%;
}
.about_sec1 > .video span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 3;
}
.about_sec1 > .video span img {
	width: 64px;
}
.about_sec2 .about_sec2_l,
.about_sec2 .about_sec2_r {
  width: 50%;
  float: left;
  position: relative;
  height: 450px;
}
.about_sec2_l > div {
  position: absolute;
  top: 35px;
  left: 35px;
  border: 4px solid #fff;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 190px;
  height: 140px;
}
.about_sec2_l > div p {
  width: 80px;
  line-height: 44px;
  text-align: justify;
  font-size: 25px;
  color: #ffffff;
  margin: auto;
}
.about_sec2_l > div > div {
  width: 100%;
  text-align: center;
}
.about_sec2_l > div p::after {
  content: '';
  display: inline-block;
  width: 100%;
}
.about_sec2_r {
  padding-left: 4%;
}
.about_sec2_r .cont h3 {
  color: #333;
  font-size: 50px;
  letter-spacing: 3px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
	text-align: left;
}
.about_sec2_r .cont h3 span {
  font-size: 22px;
  letter-spacing: 1px;
  margin-left: 20px;
}
.about_sec2_r .cont h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 1px;
  background-color: #333;
}
.about_sec2_r .cont .p {
  font-size: 14px;
  line-height: 28px;
	max-height: 188px;
	overflow-y: auto;
  color: #333;
	text-align: justify;
	text-indent: 2em;
}
.about_sec2_r .bot {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about_sec2_r .bot p {
  font-size: 14px;
  color: #666666;
  margin-top: 15px;
}

.about_sec3 {
	width: 100% !important;
}
.brand_sec3SwiperBox {
  position: relative;
  padding: 0 100px;
	width: 1200px;
	margin: 0 auto;
}
.brand_sec3Swiper {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.brand_sec3Swiper_l {
  height: 300px;
  width: 50%;
  float: left;
}
.brand_sec3Swiper_r {
  height: 300px;
  width: 50%;
  float: left;
  padding-left: 3%;
  position: relative;
}
.brand_sec3Swiper_r h4 {
  font-size: 46px;
  color: #0347e8;
  margin-top: 30px;
  font-weight: 200;
}
.brand_sec3Swiper_r div {
  font-size: 16px;
  color: #333333;
  margin-top: 20px;
  line-height: 24px;
  height: 120px;
  overflow-y: auto;
}
.brand_sec3Swiper_r span {
  position: absolute;
  font-family: 'bebas';
  right: 0;
  bottom: -70px;
  font-size: 140px;
  letter-spacing: 10px;
  color: #00375c;
  opacity: 0.05;
}
.brand_sec3SwiperPrev,.brand_sec3SwiperNext,
.brand_sec4SwiperPrev,.brand_sec4SwiperNext {
  position: absolute;
  top: 50%;
  margin-top: -26px;
  width: 27px;
  height: 52px;
  cursor: pointer;
}
.brand_sec3SwiperPrev {
  left: 0;
  background: url(../images/brand_sec3SwiperPrev.png) no-repeat center center/cover;
}
.brand_sec3SwiperNext {
  right: 0;
  background: url(../images/brand_sec3SwiperNext.png) no-repeat center center/cover;
}
.brand_sec3SwiperPagination {
  display: none;
}
.brand_sec3SwiperPaginationCont {
  background-color: #f7f9fa;
  height: 180px;
  position: relative;
}
.brand_sec3SwiperPaginationCont::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #666666;
}
.brand_sec3SwiperPaginationCont > div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
	width: 1200px;
}
.brand_sec3SwiperPaginationCont span {
  float: left;
  text-align: center;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  z-index: 2;
  top: -4px;
  cursor: pointer;
}
.brand_sec3SwiperPaginationCont span::before {
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  margin: auto;
  background-color: #666;
  border-radius: 50%;
}
.brand_sec3SwiperPaginationCont span::after {
  display: block;
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  z-index: -1;
  width: 15px;
  height: 15px;
  margin: auto;
  background-color: #f7f9fa;
  border-radius: 50%;
}
.brand_sec3SwiperPaginationCont > div .active {
  line-height: 80px;
  top: -40px;
  color: #0347e8;
}
.brand_sec3SwiperPaginationCont > div .active::after {
  display: none;
}
.brand_sec3SwiperPaginationCont > div .active::before {
  width: 80px;
  height: 80px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.06);
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.06);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.06);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.about_sec4 {
	width: 100% !important;
	padding: 1px 0;
	background: url(../images/brand_sec4Bg.jpg) no-repeat center center/cover;
}
.brand_sec4SwiperBox .headerTxt h2 {
	color: #fff;
}
.brand_sec4SwiperBox > p {
  color: #fff;
  text-align: center;
  margin: 0 auto 50px;
  width: 90%;
  font-size: 16px;
  line-height: 26px;
}
.brand_sec4SwiperBox > ul {
	text-align: center;
}
.brand_sec4SwiperBox > ul li {
	display: inline-block;
	width: 150px;
	margin: 0 8px;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	border-radius: 6px;
	cursor: pointer;
}
.brand_sec4SwiperBox > ul li.active {
	background-color: #0347e8;
}
.brand_sec4SwiperBox .warp {
  padding: 0 100px;
  position: relative;
	display: none;
}
.brand_sec4Swiper {
  overflow: hidden;
  position: relative;
  margin-top: 55px;
}
.brand_sec4Swiper .box {
  padding: 20px;
  border-radius: 10px;
  background-color: #e7e7e7;
}
.brand_sec4Swiper .box .img {
	height: 200px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 20px;
	text-align: center;
}
.brand_sec4Swiper .box img {
  max-width: 100%;
	max-height: 200px;
}
.brand_sec4Swiper .box p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  text-align: center;
}
.brand_sec4SwiperPrev {
  left: 0;
  background: url(../images/brand_sec4SwiperPrev.png) no-repeat center center/cover;
}
.brand_sec4SwiperNext {
  right: 0;
  background: url(../images/brand_sec4SwiperNext.png) no-repeat center center/cover;
}
.brand_sec4SwiperPagination {
  margin-top: 50px;
  text-align: center;
}
.brand_sec4SwiperPagination .swiper-pagination-bullet {
  width: 55px;
  height: 2px;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
  margin: 0 7px;
}
.brand_sec4SwiperPagination .swiper-pagination-bullet-active {
  background-color: #0347e8;
}

.about_sec5 {
	padding-top: 20px;
}
.brand_sec5_l,.brand_sec5_r {
  height: 500px;
  float: left;
  width: calc(50% - 15px);
}
.brand_sec5_l {
  text-align: right;
  margin-right: 30px;
}
.brand_sec5_l .img {
  height: 100%;
  width: 70%;
  display: inline-block;
  position: relative;
}
.brand_sec5_l .img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #f3980d;
  left: -20px;
  top: -20px;
  z-index: -1;
}
.brand_sec5_l img {
  max-height: 100%;
}

.brand_sec5_r .headerTxt {
  text-align: left;
}
.brand_sec5_r .headerTxt::after {
  left: 0;
  margin-left: 0;
}
.brand_sec5_r div {
	overflow: hidden;
	font-size: 14px;
	line-height: 36px;
  color: #333;
}

.brand_sec5_r .item {
	display: block;
	text-align: left;
	line-height: 24px;
	margin-bottom: 10px;
}
.brand_sec5_r div span {
	/* width: 140px;
	float: left; */
	text-align: left;
}
.brand_sec5_r div p {
	text-align: left;
	/* float: left;
	text-align: left;
	padding-right: 10%; */
}

/* about */


/* solution */

.solution_sec1 > img {
	width: 100%;
}

.solution_sec2 .cont {
	overflow: hidden;
	position: relative;
}
.solution_sec2 .box {
	border: 1px solid #ccc;
	padding: 25px 22px 50px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	z-index: 1;
}
.solution_sec2 .box .img {
	height: 200px;
}
.solution_sec2 .box h4 {
	margin-top: 35px;
	font-size: 18px;
	color: #000000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.solution_sec2 .box p {
	margin-top: 15px;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
}
.solution_sec2 .box span {
	font-size: 14px;
	color: #0347e8;
	line-height: 24px;
	display: block;
	margin-top: 20px;
}
.solution_sec2 .box span i {
	margin-left: 5px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.solution_sec2 .box span i::after {
	content: '';
	position: absolute;
	right: 1px;
	top: 50%;
	width: 0;
	height: 1px;
	background-color: #0347e8;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.solution_sec2 .box:hover {
	border-color: #0347e8;
	z-index: 5;
}
.solution_sec2 .box:hover h4 {
	color: #0347e8;
}
.solution_sec2 .box:hover span i {
	margin-left: 20px;
}
.solution_sec2 .box:hover span i::after {
	width: 15px;
}
.solution_sec2Pagination {
	margin-top: 45px;
	text-align: center;
}
.solution_sec2Pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border: 1px solid #0347e8;
	opacity: 1;
	background-color: transparent;
	position: relative;
}
.solution_sec2Pagination .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin: -3px;
	background-color: transparent;
	border-radius: 50%;
}
.solution_sec2Pagination .swiper-pagination-bullet-active::after {
	background-color: #0347e8;
}

.solution_sec3 {
	padding: 1px 0;
	width: 100% !important;
	background-color: #f7f7f7;
}
.solution_sec3 ul {
	text-align: center;
	margin-bottom: 40px;
}
.solution_sec3 ul li {
	display: inline-block;
	margin: 0 20px;
	font-size: 14px;
	color: #666666;
	position: relative;
	cursor: pointer;
	padding-bottom: 3px;
}
.solution_sec3 ul li.active {
	color: #0347e8;
}
.solution_sec3 ul li.active::after {
	content: '';
	position: absolute;
	left: -5%;
	width: 110%;
	bottom: 0;
	height: 1px;
	background-color: #0347e8;
}
.solution_sec3 .contBox .item {
	position: relative;
	padding: 0 60px;
	display: none;
}
.solution_sec3 .cont {
	overflow: hidden;
	position: relative;
}
.solution_sec3left,.solution_sec3right {
	position: absolute;
	top: 50%;
	margin-top: -33px;
	width: 35px;
	height: 65px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.solution_sec3left {
	left: 0;
	background: url(../images/solution_sec3left.png) rgba(172,172,172,0.4) no-repeat center center;
}
.solution_sec3left:hover {
	background: url(../images/solution_sec3left.png) rgba(172,172,172,1) no-repeat center center;
}
.solution_sec3right {
	right: 0;
	background: url(../images/solution_sec3right.png) rgba(172,172,172,0.4) no-repeat center center;
}
.solution_sec3right:hover {
	background: url(../images/solution_sec3right.png) rgba(172,172,172,1) no-repeat center center;
}
.solution_sec3 .cont .box {
	height: 480px;
	display: block;
	overflow: hidden;
}
.solution_sec3 .cont .img {
	height: 320px;
}
.solution_sec3 .cont .txt {
	height: 260px;
	background-color: #fff;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	top: 0;
}
.solution_sec3 .cont .txt .top {
	height: 160px;
}
.solution_sec3 .cont .txt h4 {
	font-size: 18px;
	color: #000000;
	margin-bottom: 15px;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
	line-height: 22px;
  height: 22px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.solution_sec3 .cont .txt p {
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.solution_sec3 .cont .txt .bot {
	height: 100px;
}
.solution_sec3 .cont .txt .bot span {
	position: relative;
	width: 18px;
	height: 18px;
	display: inline-block;
}
.solution_sec3 .cont .txt .bot span::after,
.solution_sec3 .cont .txt .bot span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	margin-top: -1px;
}
.solution_sec3 .cont .txt .bot span::before {
	transform: rotate(90deg);
}
.solution_sec3 .cont .box:hover .txt {
	background-color: #0347e8;
	top: -100px;
}
.solution_sec3 .cont .box:hover .txt h4,
.solution_sec3 .cont .box:hover .txt p {
	color: #fff;
}

.solution_sec4 > img {
	width: 100%;
}
.solution_sec4 > h3 {
	font-size: 22px;
	text-align: center;
	margin-top: 50px;
	color: #000;
}
.solution_sec4 > ul {
	margin-top: 30px;
}
.solution_sec4 > ul li {
	float: left;
	width: calc(100% / 3);
	height: 90px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	border-right: 1px solid #efefef;
}
.solution_sec4 > ul li:last-child {
	border-right: none;
}
.solution_sec4 > ul li .Box {
	width: 250px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.solution_sec4 ul li img {
	margin-right: 15px;
	width: 44px;
	float: left;
}
.solution_sec4 > ul li .txt {
	float: left;
	width: calc(100% - 59px);
	height: 47px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.solution_sec4 ul li .txt h5 {
  font-size: 14px;
  color: #666666;
}
.solution_sec4 ul li .txt p {
  font-size: 18px;
  color: #000000;
  white-space: nowrap;
}

/* solution */



/* precision */

.precision .index_sec > ul {
	position: relative;
	margin-bottom: 40px;
}
.precision .index_sec > ul::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ddd;
}
.precision .index_sec > ul li {
	float: left;
	padding: 12px 10px;
	margin: 0 15px;
	font-size: 16px;
	color: #000000;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.precision .index_sec > ul li::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #0347e8;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transform-origin: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.precision .index_sec > ul li.active,
.precision .index_sec > ul li:hover {
	color: #0347e8;
}
.precision .index_sec > ul li.active::after,
.precision .index_sec > ul li:hover::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.precision .contBox .item {
	display: none;
}
.precision .contBox .item > div {
	overflow: hidden;
	position: relative;
}
.precision .contBox .item > div .img {
	height: 160px;
	position: relative;
	-moz-box-shadow:inset 0px -60px 50px -20px rgba(0,0,0,0.5);
	-webkit-box-shadow:inset 0px -60px 50px -20px rgba(0,0,0,0.5);
	box-shadow:inset 0px -60px 50px -20px rgba(0,0,0,0.5);
}
.precision .contBox .item > div .img span {
	display: inline-block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}
.precision .itemPagination {
	margin-top: 55px;
	text-align: center;
}
.itemPagination .swiper-pagination-bullet {
	width: 14px;
  height: 14px;
  border: 1px solid #0347e8;
  opacity: 1;
  background-color: transparent;
  position: relative;
}
.itemPagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px;
  background-color: transparent;
  border-radius: 50%;
}
.itemPagination .swiper-pagination-bullet-active::after {
  background-color: #0347e8;
}

/* precision */



/* cast */

.cast_sec1 .cont {
	padding: 40px;
	overflow: hidden;
	position: relative;
}
.cast_sec1 .cont::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 60%;
	background-color: #0347e8;
}
.cast_sec1 .cont::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 300px;
	height: 60%;
	background-color: #ff7900;
}
.cast_sec1 .cont .item_l {
	float: left;
	width: 40%;
	height: 550px;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.cast_sec1 .cont .item_r {
	float: left;
	width: 60%;
	height: 550px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.cast_sec1 .cont .item_l > span {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.cast_sec1 .cont .item_l .button {
	position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 86px;
  height: 40px;
  overflow: hidden;
}
.cast_sec1 .cont .item_l .button .left,
.cast_sec1 .cont .item_l .button .right {
	width: 50%;
	height: 100%;
	float: left;
	cursor: pointer;
}
.cast_sec1 .cont .item_l .button .left {
  background: url(../images/left1.png) #e5e5e5 no-repeat center center;
}
.cast_sec1 .cont .item_l .button .right {
  background: url(../images/right1.png) #0347e8 no-repeat center center;
}
.cast_sec1 .cont .item_l .swiperBox {
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.cast_sec1TxtPagination {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10%;
	font-size: 18px;
	color: #000000;
}
.cast_sec1 .cont .item_l .txt {
	padding: 0 10%;
}
.cast_sec1 .cont .item_l .txt h5 {
	padding-left: 55px;
	position: relative;
	font-size: 18px;
	color: #333333;
}
.cast_sec1 .cont .item_l .txt h5::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 2px;
	background-color: #81a3f4;
}
.cast_sec1 .cont .item_l .txt h4 {
	font-size: 22px;
	color: #000000;
	margin-top: 40px;
}
.cast_sec1 .cont .item_l .txt p {
	height: 220px;
	margin-top: 25px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.cast_sec1 .cont .item_r .img {
	width: 100%;
	height: 100%;
}

.cast_sec2 > ul {

}
.cast_sec2 > ul li {
	width: calc(100% / 4 - 9px);
	margin-right: 12px;
	float: left;
	height: 440px;
	background-color: #f1f1f1;
	padding: 0 2%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cast_sec2 > ul li:last-child {
	margin-right: 0;
}
.cast_sec2 > ul li .img {
	position: relative;
	width: 67px;
	margin: 0 auto 40px;
}
.cast_sec2 > ul li .img img {
	width: 100%;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cast_sec2 > ul li .img img:last-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.cast_sec2 > ul li h4 {
	font-size: 20px;
	color: #000000;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cast_sec2 > ul li p {
	font-size: 14px;
	line-height: 26px;
	color: #333333;
	height: 156px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cast_sec2 > ul li p::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 30px;
	height: 1px;
	margin-left: -15px;
	background-color: #333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cast_sec2 > ul li.active {
	background-color: #0347e8;
}
.cast_sec2 > ul li.active .img img {
	opacity: 0;
}
.cast_sec2 > ul li.active .img img:last-child {
	opacity: 1;
}
.cast_sec2 > ul li.active h4,
.cast_sec2 > ul li.active p {
	color: #fff;
}
.cast_sec2 > ul li.active p::after {
	background-color: #fff;
}

.cast_sec3 {
	width: 100% !important;
}
.cast_sec3 .Box .list {
	display: none;
}

.cast_sec4_l {
	width: calc(100% / 3 * 2 - 6px);
	margin-right: 12px;
	float: left;
	height: 450px;
}
.cast_sec4_r {
	width: calc(100% / 3 - 6px);
	float: left;
	height: 450px;
}
.cast_sec4_r > div {
	height: calc(50% - 6px);
}
.cast_sec4_rTop {
	margin-bottom: 12px;
}
.cast_sec4 > ul {
	margin-top: 40px;
}
.cast_sec4 > ul li {
	float: left;
	width: calc(100% / 3);
	padding: 0 3%;
	overflow: hidden;
}
.cast_sec4 > ul li span {
	font-family: 'bebas';
	font-size: 40px;
	color: #0347e8;
	font-style: italic;
	float: left;
	width: 24px;
	margin-right: 20px;
}
.cast_sec4 > ul li p {
	width: calc(100% - 44px);
	float: left;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

.cast_sec5 {
	padding: 1px 0;
	background-color: #f7f7f7;
}
.cast_sec5Swiper {
	overflow: hidden;
	position: relative;
}
.cast_sec5Pagination {
	text-align: center;
	margin-top: 60px;
}
.cast_sec5 .item {
	display: block;
	background-color: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cast_sec5 .item .img {
	height: 230px;
}
.cast_sec5 .item .txt {
	height: 150px;
	padding: 0 5%;
}
.cast_sec5 .item .txt h5 {
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
	height: 26px;
	margin-bottom: 15px;
	text-align: left;
}
.cast_sec5 .item .txt .p {
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
	height: 52px;
	text-align: justify;
}

.cast_sec5 .item:hover {
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
	background-color: #fff;
}

/* cast */

@media(max-width:1280px) {
	.index_sec,.footerCont,.footerBot {
		width: 90%;
	}
	.innovate_sec1 .item_r h3,
	.innovate_sec1 .item_r p,
	.brand_sec3SwiperBox,
	.brand_sec3SwiperPaginationCont > div,
	.headerBot .box {
		width: 90%;
	}
}


@media(max-width:767px) {
	.footer {
		overflow: hidden;
	}
	.banner {
		margin-top: 0;
		height: 450px;
		position: relative;
	}
	.banner img {
		position: absolute;
		top: 0;
		height: 100%;
		width: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.index_sec {
		width: 95%;
		margin: 30px auto 50px;
	}
	.headerTxt {
		margin-bottom: 30px;
	}
	.headerTxt h2 {
		font-size: 22px;
	}
	.headerTxt p {
		font-size: 13px;
		margin-top: 10px;
	}


	.product_sec1 .content {
    margin-bottom: 25px;
	}
	.product_sec1 .content h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.product_sec1 .content .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.product_sec1 .content .item .txt {
		height: 100px;
	}
	.product_sec1 .content .item .txt h4 {
    font-size: 15px;
    margin-bottom: 10px;
	}
	.product_sec1 .content .item .txt p {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
	}


	.recruitment_sec1 h3 {
		font-size: 22px;
    margin-bottom: 30px;
	}
	.recruitment_sec1Header .list {
		font-size: 13px;
	}
	.recruitment_sec1 .content .item .list {
		font-size: 12px;
	}
	.recruitment_sec1 .content .item .txtContent {
    font-size: 12px;
    line-height: 28px;
    padding: 15px 10px 30px 10px;
	}
	.recruitment_sec1 .content .item .txtContent .button {
    width: 130px;
    line-height: 35px;
    font-size: 13px;
    margin: 20px auto 0;
	}


	.contact_sec1 ul li {
		width: 100%;
		height: 60px;
		border-bottom: 1px solid #e4e4e4;
		margin-bottom: 0;
	}
	.contact_sec1 ul li:first-child {
		border-top: 1px solid #e4e4e4;
	}
	.contact_sec1 ul li:nth-of-type(2n + 1) {
		border-right: none;
	}
	.contact_sec1 ul li .box {
		width: 200px;
	}
	.contact_sec1 ul li:last-child .box {
		width: auto;
	}
	.contact_sec1 ul li img {
		width: 32px;
		margin-right: 10px;
	}
	.contact_sec1 ul li .txt {
		height: 35px;
    width: calc(100% - 42px);
	}
	.contact_sec1 ul li .txt h5 {
		font-size: 12px;
	}
	.contact_sec1 ul li .txt p {
		/* white-space: normal; */
		font-size: 13px;
	}
	.contact_sec1Bot {
		border-top: none;
		padding-top: 25px;
		justify-content: center;
		flex-wrap: wrap;
	}
	.contact_sec1Bot .item {
		margin-bottom: 20px;
	}
	.contact_sec1Bot .item:last-child {
		margin-bottom: 0;
	}
	.contact_sec1Bot h5 {
    font-size: 13px;
    margin-bottom: 11px;
		text-align: center;
	}
	.contact_sec1Bot p {
    font-size: 13px;
    line-height: 22px;
	}
	.contact_sec2 .inputBox {
		width: 100%;
		line-height: 35px;
		font-size: 13px;
	}
	.contact_sec2 .inputBox .txt {
		width: 90px;
	}
	.contact_sec2 .inputBox i {
		margin-right: 2px;
	}
	.contact_sec2 .inputBox input,
	.contact_sec2 .inputBox textarea {
		width: calc(100% - 90px);
		height: 35px;
		padding: 0 10px;
		font-size: 12px;
	}
	.contact_sec2 .inputBox textarea {
		height: 100px;
		padding: 6px 10px;
	}
	.contact_sec2 .inputBox span {
		line-height: 35px;
		font-size: 13px;
		width: 60px;
	}
	.contact_sec2 .inputBox input[type=submit] {
    font-size: 14px;
	}


	.about_sec1 .p {
    font-size: 13px;
    line-height: 22px;
	}
	.about_sec1 > img {
		margin-top: 15px;
	}


	.about_sec2 .about_sec2_l,
	.about_sec2 .about_sec2_r {
      width: 100%;
      padding: 0;
  }
  .about_sec2 .about_sec2_l {
    height: 250px;
		margin-bottom: 10px;
  }
  .about_sec2_l > div {
    width: 120px;
    height: 90px;
    top: 20px;
    left: 20px;
  }
  .about_sec2_l > div p {
    line-height: 34px;
    font-size: 18px;
  }
  .about_sec2 .about_sec2_r {
    height: 320px;
  }
  .about_sec2_r .cont h3 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .about_sec2_r .cont h3 span {
    font-size: 14px;
    margin-left: 15px;
  }
  .about_sec2_r .cont .p {
    font-size: 12px;
    line-height: 22px;
  }
	.about_sec2_r .cont .p {
		max-height: 132px;
	}
  .about_sec2_r .bot p {
    margin-top: 5px;
  }
	.about_sec3 {
		width: 100% !important;
	}
	.brand_sec3SwiperBox {
    padding: 0 30px;
		width: 95%;
  }
  .brand_sec3Swiper {
    margin-bottom: 20px;
  }
  .brand_sec3Swiper_l,
  .brand_sec3Swiper_r {
    width: 100%;
  }
  .brand_sec3Swiper_l {
    height: 180px;
  }
  .brand_sec3Swiper_r {
    height: 200px;
  }
  .brand_sec3Swiper_r h4 {
    margin-top: 15px;
    font-size: 30px;
  }
  .brand_sec3Swiper_r div {
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
    height: 88px;
  }
  .brand_sec3Swiper_r span {
    bottom: -30px;
    font-size: 70px;
  }
  .brand_sec3SwiperPaginationCont {
    height: 150px;
  }
	.brand_sec3SwiperPaginationCont::after {
		top: 30px;
	}
	.brand_sec3SwiperPaginationCont::before {
		content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 100px;
    left: 0;
    background-color: #666666;
	}
  .brand_sec3SwiperPaginationCont span {
    font-size: 12px;
		height: 40px;
  }
	.brand_sec3SwiperPaginationCont > div {
		width: 100%;
		top: 30px;
	}
  .brand_sec3SwiperPaginationCont > div .active {
    line-height: 40px;
    top: -20px;
  }
  .brand_sec3SwiperPaginationCont > div .active::before {
    width: 40px;
    height: 40px;
  }
	.brand_sec4SwiperBox .warp {
    padding: 0 30px;
  }
  .brand_sec4Swiper .box {
    padding: 10px;
  }
	.brand_sec4Swiper .box .img {
		height: 130px;
	}
	.brand_sec3SwiperPrev, .brand_sec3SwiperNext,
  .brand_sec4SwiperPrev, .brand_sec4SwiperNext {
    width: 15px;
    height: 27px;
  }
  .brand_sec4SwiperPagination .swiper-pagination-bullet {
    width: 25px;
    height: 1px;
    margin: 0px 5px;
  }
  .brand_sec4SwiperBox > p {
    font-size: 12px;
    line-height: 22px;
    width: 100%;
		margin-bottom: 30px;
  }
	.brand_sec4SwiperBox > ul li {
		line-height: 30px;
		width: 90px;
		font-size: 12px;
		margin: 0 5px;
	}
  .brand_sec4Swiper,
  .brand_sec4SwiperPagination {
    margin-top: 25px;
  }
	.about_sec5 {
		margin-top: 50px;
	}
	.brand_sec5_l {
    width: 100%;
    height: 330px;
    margin: 0;
  }
  .brand_sec5_r {
    width: 100%;
    height: auto;
  }
  .brand_sec5_l {
    text-align: center;
  }
  .brand_sec5_r {
    margin-top: 15px;
  }
  .brand_sec5_l .img {
    width: 90%;
    left: 10px;
  }
  .brand_sec5_l img {
    width: 100%;
  }
	.brand_sec5_r div {
		font-size: 13px;
    line-height: 24px;
	}
  .brand_sec5_r .headerTxt {
    margin-bottom: 15px;
		text-align: center;
  }
	.brand_sec5_r div p {
		padding-right: 0;
	}


	.news_sec1 ul {
    margin-bottom: 20px;
	}
	.news_sec1 ul li a {
		width: 70px;
		line-height: 30px;
		font-size: 13px;
	}
	.news_sec1 .index_sec3Cont_l {
		display: block;
	}
	.news_sec1 .index_sec3Cont_l,
	.news_sec1 .index_sec3Cont_r {
		width: 100%;
	}
	.news_sec2 .list {
		width: 100%;
		padding: 10px 0;
	}
	.news_sec2 .list .img {
		display: none;
	}
	.news_sec2 .list .txt {
		width: 100%;
	}
	.news_sec2 .list:nth-of-type(2) {
		border-top: none;
	}
	.news_sec2 .list .txt_l h5,
	.news_sec1 .list .txt_l h5,
	.news_sec1 .index_sec3Cont_l .txt_l h5 {
		line-height: 18px;
		height: 18px;
		margin-bottom: 5px;
		font-size: 14px;
	}
	.news_sec1 .list .txt_l p,
	.news_sec2 .list .txt_l p,
	.news_sec1 .index_sec3Cont_l .txt_l p {
		margin-bottom: 5px;
		font-size: 12px;
	}
	.news_sec1 .index_sec3Cont_l .txt_l {
		width: calc(100% - 80px);
	}
	.news_sec1 .index_sec3Cont_l .txt_r {
		width: 80px;
	}
	.news_sec2 .list .txt_l,
	.news_sec1 .list .txt_l {
		width: calc(100% - 100px);
	}
	.news_sec2 .list .txt_r {
		margin-left: 20px;
	}
	.c-pagination-item:first-of-type {
	    width: 70px;
	}
	.c-pagination-item:last-of-type {
	    width: 70px;
	}
	.c-pagination-item {
		line-height: 33px;
    width: 33px;
		margin-right: 5px;
	}


	.newsDetails_sec1 {
		margin-top: 82px;
	}
	.newsDetails_sec1 h2 {
		font-size: 20px;
    margin-bottom: 20px;
	}
	.newsDetails_sec1 h4 {
    font-size: 12px;
    margin-bottom: 30px;
	}
	.newsDetails_sec1 .content p {
		font-size: 13px;
		line-height: 22px;
	}
	.newsDetails_sec1 .content {
    margin-bottom: 30px;
	}
	.newsDetails_sec1 .news_But > div {
    margin-bottom: 10px;
	}


	.innovate_sec1 {
		width: 100% !important;
	}
	.innovate_sec1 .item {
		margin-top: 30px;
	}
	.innovate_sec1 .item > div {
		height: 250px;
		width: 100%;
	}
	.innovate_sec1 .item .item_r {
		height: auto;
		margin-top: 15px;
	}
	.innovate_sec1 .item:nth-of-type(2n) .item_l {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
	}
	.innovate_sec1 .item_r h3 {
    width: 95%;
    padding-bottom: 15px;
    font-size: 20px;
	}
	.innovate_sec1 .item_r p {
    width: 95%;
    font-size: 15px;
    line-height: 22px;
    margin: 20px auto 0;
	}
	.innovate_sec2_l {
		border-bottom: 1px solid #dedede;
	}
	.innovate_sec2_l, .innovate_sec2_r {
		width: 100%;
	}
	.innovate_sec2_l, .innovate_sec2_r, .list_l, .list_r {
		height: 260px;
	}
	.innovate_sec2 .list_r h4 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 15px;
	}
	.innovate_sec2 .list_r .p {
    font-size: 13px;
    line-height: 24px;
    height: 180px;
	}
	.innovate_sec2_l .button, .innovate_sec2_r .button {
		width: 80px;
		height: 30px;
	}
	.innovate_sec2 .button .left,
	.cast_sec1 .cont .item_l .button .left {
    background: url(../images/left1.png) #e5e5e5 no-repeat center center/8px;
	}
	.innovate_sec2 .button .right,
	.cast_sec1 .cont .item_l .button .right {
    background: url(../images/right1.png) #0347e8 no-repeat center center/8px;
	}
	.innovate_sec3 > ul li {
		width: auto;
		padding: 0 12px;
		line-height: 30px;
		font-size: 13px;
	}
	.innovate_sec3 > ul {
		margin-bottom: 20px;
	}
	.innovate_sec3 .item > div {
		width: 100%;
		height: 220px;
	}
	.innovate_sec3 .item .item_r {
		height: auto;
		padding-left: 0;
		margin-top: 15px;
	}
	.innovate_sec3 .item .item_r h4 {
    font-size: 18px;
    margin-bottom: 10px;
	}
	.innovate_sec3 .item .item_r p {
    font-size: 14px;
    line-height: 24px;
    padding-left: 15px;
	}
	.innovate_sec3 .item .item_r p::after {
		top: 14px;
	}
	.innovate_sec4 .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
    padding: 25px 15px;
		height: 300px;
	}
	.innovate_sec4 .item:last-child {
		margin-bottom: 0;
	}
	.innovate_sec4 .item ul {
		height: 196px;
	}
	.innovate_sec4 .item ul li a {
		line-height: 28px;
    height: 28px;
		font-size: 13px;
	}
	.innovate_sec4 .item ul li::after {
		width: 4px;
    height: 4px;
		margin-top: -2px;
	}
	.innovate_sec4 .item h5 {
    font-size: 16px;
    margin-bottom: 15px;
	}
	.innovate_sec4 .item ul li {
    padding-left: 12px;
	}
	.innovate_sec4 .item .p {
		font-size: 13px;
		line-height: 22px;
	}
	.innovate_sec4 .item .bot {
		bottom: 15px;
	}


	.precision .index_sec > ul li {
		padding: 8px 4px;
    margin: 0 8px;
    font-size: 13px;
	}
	.precision .index_sec > ul {
		margin-bottom: 20px;
	}
	.precision .itemPagination {
		margin-top: 25px;
	}
	.itemPagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	.itemPagination .swiper-pagination-bullet::after {
		width: 4px;
		height: 4px;
		margin: -2px;
	}


	.cast_sec1 .cont {
		padding: 10px;
	}
	.cast_sec1 .cont::before,
	.cast_sec1 .cont::after {
		width: 80px;
		height: 100px;
	}
	.cast_sec1 .cont .item_l,
	.cast_sec1 .cont .item_r {
		width: 100%;
		height: 250px;
	}
	.cast_sec1 .cont .item_l .txt h4 {
    font-size: 17px;
    margin-top: 10px;
	}
	.cast_sec1 .cont .item_l .txt p {
    height: 100px;
    margin-top: 15px;
    font-size: 13px;
    line-height: 22px;
	}
	.cast_sec1TxtPagination {
		font-size: 14px;
	}
	.cast_sec1 .cont .item_l .button {
		width: 70px;
		height: 30px;
	}
	.cast_sec2 > ul li {
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
		height: 230px;
	}
	.cast_sec2 > ul li:nth-of-type(2n) {
		margin-right: 0;
	}
	.cast_sec2 > ul li .img {
    width: 40px;
    margin: 0 auto 15px;
	}
	.cast_sec2 > ul li h4 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.cast_sec2 > ul li p {
		font-size: 12px;
		line-height: 20px;
		height: 110px;
	}
	.cast_sec4_l {
		margin-bottom: 8px;
		margin-right: 0;
		height: 200px;
		width: 100%;
	}
	.cast_sec4_r {
		width: 100%;
		height: 150px;
	}
	.cast_sec4_r > div {
		height: 100%;
		width: calc(50% - 4px);
		float: left;
	}
	.cast_sec4_rTop {
    margin-bottom: 0;
		margin-right: 8px;
	}
	.cast_sec4 > ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	.cast_sec4 > ul li:last-child {
		margin-bottom: 0px;
	}
	.cast_sec4 > ul li span {
		font-size: 26px;
		width: 16px;
    margin-right: 15px;
	}
	.cast_sec4 > ul {
    margin-top: 20px;
	}
	.cast_sec4 > ul li p {
    width: calc(100% - 31px);
    font-size: 14px;
    line-height: 24px;
	}
	.cast_sec5Pagination {
		margin-top: 30px;
	}
	.cast_sec5 .item {
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
    background-color: #fff;
	}
	.cast_sec5 .item .img {
		height: 150px;
	}
	.cast_sec5 .item .txt {
		height: 100px;
	}
	.cast_sec5 .item .txt h5 {
		font-size: 16px;
    line-height: 20px;
		height: 20px;
		margin-bottom: 10px;
	}
	.cast_sec5 .item .txt .p {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
	}


	.solution_sec2 .box {
		padding: 10px 10px 20px;
	}
	.solution_sec2 .box:hover {
    border-color: #ccc;
	}
	.solution_sec2 .box .img {
		height: 150px;
	}
	.solution_sec2 .box h4 {
		margin-top: 15px;
		font-size: 16px;
	}
	.solution_sec2 .box p {
		margin-top: 10px;
		font-size: 13px;
		line-height: 20px;
		height: 40px;
	}
	.solution_sec2 .box span {
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
	}
	.solution_sec2Pagination {
		margin-top: 20px;
	}
	.solution_sec2Pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	.solution_sec2Pagination .swiper-pagination-bullet::after {
		width: 4px;
		height: 4px;
		margin: -2px;
	}
	.solution_sec3 .contBox .item {
		padding: 0 35px;
	}
	.solution_sec3left, .solution_sec3right {
		width: 25px;
	}
	.solution_sec3 .cont .box {
    height: 340px;
	}
	.solution_sec3 .cont .img {
    height: 240px;
	}
	.solution_sec3 .cont .txt {
		height: 170px;
	}
	.solution_sec3 .cont .box:hover .txt {
    top: 0px;
	}
	.solution_sec3 .cont .txt .top {
		height: 100px;
	}
	.solution_sec3 .cont .txt h4 {
		font-size: 16px;
		height: 20px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.solution_sec3 .cont .txt p {
		font-size: 13px;
	}
	.solution_sec4 > h3 {
		margin-top: 30px;
		font-size: 18px;
	}
	.solution_sec4 > ul {
		margin-top: 15px;
	}
	.solution_sec4 > ul li {
		width: 100%;
    border-right: none;
		height: 60px;
    border-bottom: 1px solid #efefef;
	}
	.solution_sec4 > ul li:first-child {
		border-top: 1px solid #efefef;
	}
	.solution_sec4 > ul li .Box {
		width: 230px;
	}
	.solution_sec4 ul li img {
		width: 32px;
		margin-right: 10px;
	}
	.solution_sec4 > ul li .txt {
    width: calc(100% - 42px);
		height: 35px;
	}
	.solution_sec4 ul li .txt h5 {
		font-size: 12px;
	}
	.solution_sec4 ul li .txt p {
		font-size: 14px;
	}


	.headerBot {
		top: 52px;
		height: 45px;
		/* z-index: 9999999; */
	}
	.headerBot .box {
		width: 100%;
		padding: 0 2.5%;
	}
	.headerBot .box h4 {
		line-height: 45px;
		font-size: 12px;
	}
	.headerBot .box ul li {
		display: none;
		padding: 10px 0;
	}
	.headerBot .box ul li:nth-last-of-type(1),
	.headerBot .box ul li:nth-last-of-type(2) {
		display: block;

	}
	.headerBot .box ul li a {
		padding: 3px 13px;
	}
	.productDetails .headerTxt {
		margin-bottom: 15px;
	}
	.productDetails .headerTxt h2 {
		font-size: 18px;
	}
	.play {
		width: 46px;
		height: 46px;
		margin: -23px;
	}
	.productDetails_sec3 .item {
		width: calc(100% / 2 - 5px);
		margin-right: 10px;
	}
	.productDetails_sec3 .item:last-child {
		display: none;
	}
	.productDetails_sec3 .item:nth-of-type(2) {
		margin-right: 0;
	}
	.productDetails_sec3 .item .img {
		height: 120px;
	}
	.productDetails_sec3 .item .txt {
    padding: 15px 10px;
	}
	.productDetails_sec3 .item .txt h4 {
		font-size: 16px;
		height: 20px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.productDetails_sec3 .item .txt p {
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}
	.productDetails_sec3 .item {
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
	}

	.product .headerTxt h2 {
		font-size: 22px;
	}
	.product .headerTxt h2 a {
		margin-top: -9px;
	}
	.product .headerTxt h2 a img {
		width: 18px;
	}
	.productTrait_sec1 .item {
		margin-bottom: 30px;
	}
	.productTrait_sec1 .item:last-child {
		margin-bottom: 0;
	}
	.productTrait_sec1 .item > div {
		width: 100%;
		height: 240px;
	}
	.productTrait_sec1 .item .item_r {
		height: auto;
		margin-top: 15px;
	}
	.productTrait_sec1 .item:nth-of-type(2n) .item_l {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
	}
	.productTrait_sec1 .item h4 {
		width: 100%;
		font-size: 16px;
		margin: 0 auto 10px;
	}
	.productTrait_sec1 .item p {
		font-size: 13px;
		line-height: 20px;
		width: 100%;
	}
	.productParameter_sec1 .cont {
		overflow-x: auto;
		padding-bottom: 10px;
	}
	.productParameter_sec1 > h4 {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.about_sec1 > .video span img {
		width: 26px;
	}
}
