@charset 'utf-8';

* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	max-width: 1920px;
	/*min-width: 1200px;*/
	margin: 0 auto;
	color: #515a5e;
	font-size: 16px;
	background-color: #fff;
	font-family: "filson-pro","Microsoft YaHei","Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", SimHei, "\5B8B\4F53", simsun, sans-serif;
}
ul,ol {
	list-style: outside none none;
}
li {
	list-style-type: none;
}
a {
	color: #515a5e;
	text-decoration: none;
}
hr {
	border: none;
}
img {
	border: none;
	display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
h3 {
	font-size: 24px;
}
.none {
	display: none;
}
.clear {
	clear:both;
}
.clearfix:after {
	content: ""; 
	display: block; 
	height:0; 
	clear:both; 
	visibility: hidden;
}
.clearfix { *zoom:1; }
@font-face {
	font-family: 'Poppins-Bold';
	src: url('../font/Poppins-Bold.ttf') format('truetype'),local('Poppins-Bold');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins-Regular';
	src: url('../font/Poppins-Regular.ttf') format('truetype'),local('Poppins-Regular');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins-Light';
	src: url('../font/Poppins-Light.ttf') format('truetype'),local('Poppins-Light');
	font-weight: normal;
	font-style: normal;
}
.main_width {
	max-width: 1750px;
	/*min-width: 1200px;*/
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	margin: 0 auto;
}
.min_width {
	width: 1220px;
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	margin: 0 auto;
}
.header {
	width: 100%;
	/*background:transparent; */
}
.com_top {
	width: 100%;
	height: 90px;
	position: relative;
	transition: all .8s;
	font-family: "Poppins-Regular";
	position: fixed;
	top: 0px;
	z-index: 9999;
	background: #222628;
	margin-bottom: 10px;
}
.com_top.fixed{
	
	border-bottom: none;
}
.com_top .logo {
	width: 280px;
	height: 60px;
	margin-top: 15px;
	float: left;
	display: block;
}
.com_top .logo img {
	width: 100%;
	height: 100%;
}
.header .nav_bar {
	display: inline-block;
	float: right;
	margin-top: 20px;
}
.header .nav_bar>ul {
	float: left;
}
.header .nav_bar>ul>li {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
}
.header .nav_bar>ul>li i {
	position: absolute;
	right: 0px;
	top: 16px;
	color: #888888;
	font-weight: bold;
	font-size: 18px;
}
.header .nav_bar>ul>li>a {
	display: block;
	height: 50px;
	line-height: 50px;
	color: #aaaaaa;
}
.header .nav_bar>ul>li:hover>a,
.header .nav_bar>ul>li:hover i {
	color: #e84829; 
}

.header .nav_bar ul li:hover .sub_list {
	display: block !important;
}

.header .nav_bar ul li  .sub_list {
	top: 50px;
	left: 0px;
	width: 920px;
	position: absolute;
	z-index: 9999;
	display: table;
	background-color: #ffffff;
	box-shadow: 0px 10px 10px 0px 
		rgba(0, 0, 0, 0.1);
	opacity: 0.9;
	box-sizing: border-box;
	padding-top: 15px;
	display: none;
}

.header .nav_bar ul li:hover .sub_list {
	display: block !important;
}
.header .nav_bar ul li  .sub_list .sed_block {
	display: table-cell;
	box-sizing: border-box;
	padding: 0px 10px 30px 15px;
	box-shadow: inset -1px 0px 0px 0px 
		#eeeeee;
	font-size: 14px;
}
.header .nav_bar ul li  .sub_list .sed_block:last-child {
	box-shadow: none;
}
.header .nav_bar ul li  .sub_list .sed_block a {
	display: inline-block;
	vertical-align: top;
}
.header .nav_bar ul li  .sub_list .sed_block a:hover {
	color: #e84829;
	text-decoration: underline;
}

.header .nav_bar ul li  .sub_list .sed_block .sed_nav {
	font-family: Poppins-Bold;
	
}
.header .nav_bar ul li  .sub_list .sed_block .thd_nav {
	padding-left: 15px;
	box-sizing: border-box;
	background: url(../images/p01-s07-icon02.jpg) no-repeat left center;
}
.header .nav_bar ul li  .sub_list .thd_nav a {
	color: #515a5e;
}
.header .nav_bar ul li  .sub_list .thd_nav a:hover {
	color: #e84829;
	text-decoration: underline;
}
.header .nav_bar ul li .sigle_list {
	width: 230px;
	padding-bottom: 30px;
}
.header .nav_bar ul li .sigle_list .thd_nav {
	margin-top: 20px;
	padding-left: 30px;
	box-sizing: border-box;
}
.header .nav_bar ul li  .sub_list .sed_block .sed_nav {
	font-family: Poppins-Bold;
	margin-top: 20px;
	
}
/*.header .nav_bar ul li  .sub_list .sed_block .thd_nav {
	padding-left: 25px;
	box-sizing: border-box;
	background: url(../images/p01-s07-icon02.jpg) no-repeat left center;
	margin-top: 20px;
}
.header .nav_bar ul li .sub_list .thd_nav {
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.header .nav_bar ul li  .sub_list .thd_nav a {
	color: #888888;
	display: block;
    padding: 16px 10px;
    text-align: center;
}
.header .nav_bar ul li  .sub_list .thd_nav a:hover {
	color: #e84829;
	background: rgba(0,0,0,.06);
}
*/
/*---------------------------------------------------------------------------------------------------------------手机站导航开始----------*/
.sp_header{height:50px;overflow:hidden;background:#222628;position:fixed;top: 0px; z-index:10;width:100%;display: none;}
.sp_logo{padding:7px;float:left;height:50px;box-sizing: border-box;}
.sp_logo img{margin:auto;max-height:36px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{display:block;background:#c9141e;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{z-index: 9999; position:fixed;background:#eee;width:100%;height:calc(100% - 104px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:50px}
.sjj_nav ul li {
	font-family: "Poppins-Regular";
}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:40px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:80%}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
.sjj_nav ul li ul li>ul{margin-left:10px}
.header_height {
	width: 100%;
    height: 90px;
}
.banner_area {
	width: 100%;
	height: 835px;
	text-align: center;
	display: flex;
    align-items: center
}
.banner_area .cont {
	width: 100%;
}
h1.big_en {
	font-size: 60px;
	font-family: "filson-pro";
	line-height: 1.6;
	color: #ffffff;
}
.banner_area .small_en {
	color: #aaaaaa;
	line-height: 2;
	font-family: "Poppins-Regular";
	margin-top: 20px;
	max-width: 95%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.banner_area .btn {
	padding: 15px 40px;
	background-color: #e84829;
	border-radius: 30px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin-top: 60px;
	display: inline-block;
}
.banner_area .btn:hover {
	background: #ed6d54;
}
.banner_area .btn:focus {
	background: #dc4427;
}
.banner_area .btn:hover {
	background: #e84829ed;
}
.index_s02 {

}
.index_s02 .item {
	width: 33.3%;
	float: left;
	display: flex;
    align-items: center;
    background: #222628;
    height: 250px;
    text-align: center;
    position: relative;
    /*transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;*/
}
.index_s02 .item .txt {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.index_s02 .item .big_en {
	color: #dddddd;
	font-size: 20px;
}
.index_s02 .item .small_en {
	color: #777777;
	font-size: 16px;
	max-width: 270px;
	font-family: "Poppins-Regular";
	display: inline-block;
	margin-top: 10px;
}
.index_s02 .item .circle {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #fff;
	background: #e84829;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 20px;
	font-weight: normal;
}
.index_s02 .item:hover {
	background: #e84829;
	top: -20px;
	height: 270px;
	position: relative;
	
}
.index_s02 .item:hover .big_en {
	color: #fff;
}
.index_s02 .item:hover .small_en {
	color: #dddddd;
}
.common_top {
	text-align: center;
}
.com_big_en {
	color: #515a5e;
	font-size: 40px;
	line-height: 1.2;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}
.common_top .small_en {
	max-width: 750px;
	font-size: 14px;
	font-family: "Poppins-Regular";
	margin: 0 auto;
	margin-top: 20px;
	color: #889194;
}
.pad_top {
	padding-top: 100px;
}
.pad_bottom {
	padding-bottom: 100px;
}
.index_s03 {

}
.index_s03 .list {
	margin-top: 60px;
}
.index_s03 .list .box {
	width: 20%;
	float: left;
	display: block;
}
.index_s03 .list .box .img_box {
	width: 100%;
	padding-top: 75%;
	position: relative;
}
.index_s03 .list .box .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.index_s03 .list .box .img_box .txt {
	font-size: 18px;
	color: #515a5e;
	height: 65px;
	line-height: 65px;
	text-align: center;
	background: rgba(255,255,255,0.5);
	position: absolute;
	bottom: 0px;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}

.index_s03 .list .box .gray {
	background: rgba(0,0,0,0.2);
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.index_s03 .list .box .circle {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	background: rgba( 232, 72, 41 ,0.8);
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 20px;
	color: #fff;
	transform: translate(-50%,-50%);
	display: none;
}
.index_s03 .list .box:hover .img_box .txt {
	display: none;
}
.index_s03 .list .box:hover .gray {
	display: block;
}
.index_s03 .list .box:hover .circle {
	display: block;
}
.index_s04 {
	background: #f4f6f8;
}
.index_s04 .block1 {

}
.index_s04 .block1 .left {
	width: 50%;
	font-size: 14px;
	padding-top: 180px;
	float: left;
}
.index_s04 .block1 .left .com_big_en {

}
.index_s04 .block1 .left .line {
	width: 80px;
	height: 1px;
	border-bottom: 4px solid #e84829;
	margin-top: 30px;
}
.index_s04 .block1 .left .intro {
	margin-top: 40px;
	color: #889194;
	font-family: "Poppins-Regular";
}
.index_s04 .block1 .right {
	width: 50%;
	padding-left: 20px;
	padding-top: 40px;
	float: right;
	box-sizing: border-box;
}
.index_s04 .block1 .right .pic {
	width: 100%;
	position: relative;
}
.index_s04 .block1 .right .pic img {
	width: 100%;
}
.index_s04 .block1 .right .txt {
	width: 250px;
	height: 80px;
	line-height: 80px;
	background: #fff;
	padding-left: 40px;
	padding-right: 40px;
	position: absolute;
	font-size: 18px;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%,50%);
	display: block;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 15px 25.981px 60px 0px rgb( 224, 226, 235 );
}
.index_s04 .block2 {
	margin-top: 100px;
}
.index_s04 .block2 .box {
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	width: 25%;
	float: left;
}
.index_s04 .block2 .box .img_box {
	width: 100%;
	padding-top: 75%;
	position: relative;
}
.index_s04 .block2 .box .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s;
}
.index_s04 .block2 .box .img_box img:hover {
	 transform: scale(1.1);
}
.index_s04 .block2 .box .txt {
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.s18 {
	font-size: 18px;
}
.index_s05 {

}
.index_s05 .top {

}
.index_s05 .top .left {
	display: inline-block;
}
.index_s05 .top .left .des {
	color: #889194;
	font-family: "Poppins-Regular";
	margin-top: 10px;
}
.view_more {
	height: 50px;
	line-height: 50px;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 40px;
	background: #e84829;
	text-align: center;
	color: #fff;
	display: inline-block;
	float: right;
	transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;
}
.view_more:hover {
	background: #ed6d54;
}
.view_more:focus {
	background: #dc4427;
}
.index_s05 .list {
	margin-top: 60px;
}
.index_s05 .list .box {
	width: 32%;
	margin-right: 2%;
	display: block;
	float: left;
}
.index_s05 .list .box:nth-child(3n) {
	margin-right: 0px;
}
.index_s05 .list .box .img_box {
	width: 100%;
	padding-top: 79%;
	position: relative;
}
.index_s05 .list .box .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s;
}
.index_s05 .list .box .img_box .txt {
	height: 75px;
	line-height: 75px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: rgba(0,0,0,0.3);
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.index_s05 .list .box .img_box .gray {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	color: #fff;
    display: none;
}
.index_s05 .list .box .img_box .cont {
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}
.index_s05 .list .box .img_box .cont .title {
	font-size: 18px;
}
.index_s05 .list .box .img_box .cont .des {
	font-size: 14px;
	font-family: "Poppins-Regular";
	line-height: 1.6;
	margin-top: 20px;
}
.index_s05 .list .box:hover .txt {
	display: none;
}
.index_s05 .list .box:hover .gray {
	display: flex;
    align-items: center;
}
.index_s06 {
	background: #f4f6f8;
}
.index_s06 h2 {
	text-align: center;
}
.index_s06 .list {
	margin-top: 40px;
}
.index_s06 .list .item {
	height: 260px;
	padding-top: 50px;
	box-sizing: border-box;
}
.index_s06 .list .box {
	height: 210px;
	padding-top: 60px;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	background: #fff;
	box-sizing: border-box;
}
.index_s06 .list .box:nth-child(3) {
	margin-right: 0px;
}
.index_s06 .list .box .circle {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    background: #dde1e3;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 40px;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: normal;
}
.index_s06 .list .box .title {
	color: #515a5e;
}
.index_s06 .list .box .des {
	color: #889194;
	font-size: 14px;
	font-family: "Poppins-Regular";
	margin-top: 20px;
}
#sy_cp .owl-controls {
	display: block !important;
	margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 15px !important;
	height: 15px !important;
}

.index_s06  .owl-controls .owl-nav {
	display: none !important;
}
.index_s06 .owl-theme .owl-dots .active span {
	width: 80px !important;
	background-color: #e84829 !important;
}
.index_s07 {

}
.index_s07 .left_cont {
	width: 52%;
	max-width: 510px;
	padding-right: 20px;
	box-sizing: border-box;
	float: left;
}
.index_s07 .left_cont .cont {
	font-size: 14px;
	color: #889194;
	font-family: "Poppins-Regular";
	margin-top: 20px;
}
.index_s07 .left_cont .cont p {
	line-height: 1.6;
	margin-bottom: 10px;
}
.index_s07 .left_cont .view_more {
	float: left;
	margin-top: 40px;
}
.index_s07 .right_cont {
	width: 48%;
	float: right;
}
.index_s07 .right_cont img {
	width: 100%;
}
.index_s08 {
	width: 100%;
	height: 535px;
	background: url(../images/P01-Home_31.jpg) center center;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding-top: 120px;
}
.index_s08 .left {
	display: inline-block;
	float: left;
	box-sizing: border-box;
}
.index_s08 .left .com_big_en {
	color: #fff;
}
.index_s08 .left .line {
	width: 75px;
	height: 1px;
	border-bottom: 2px solid #fff;
	margin-top: 30px;
}
.index_s08 .right {
	float: right;
	box-sizing: border-box;
}
.index_s08 .right .bd {
	width: 100%;
	overflow: hidden;
}
.index_s08 .right .box {
	width: 375px;
	height: 290px;
	margin-left: 35px;
	float: left;
	background-color: #fff;
	padding: 60px 30px 20px 30px;
	box-sizing: border-box;
}
.index_s08 .right .box .title {
	font-size: 18px;
}
.index_s08 .right .box .des {
	font-size: 14px;
	color: #889194;
	line-height: 1.6;
	font-family: "Poppins-Regular";
	margin-top: 20px;
}
.index_s08 .right .box .more {
	font-size: 18px;
	color: #e84829;
	margin-top: 30px;
	display: inline-block;
}
.index_s08 .right .box .more:hover {
	text-decoration: underline;
}
.index_s09 {

}
.index_s09 .cont {
	padding: 60px;
	box-sizing: border-box;
	position: relative;
}
.index_s09 .cont .item {
	text-align: center;
}
.index_s09 .cont .circle_pic {
	width: 160px;
	box-sizing: border-box;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.index_s09 .cont .circle_pic .img_box {
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.index_s09 .cont .circle_pic .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #e84829;
}
.index_s09 .cont .txt {
	max-width: 590px;
	display: inline-block;
	padding-top: 30px;
}
.index_s09 .cont .txt .p_name {
	color: #252118;
	font-size: 20px;
}
.index_s09 .cont .txt .position {
	font-size: 14px;
	color: #889194;
	font-family: "Poppins-Regular";
	margin-top: 10px;
}
.index_s09 .cont .txt .des {
	font-size: 14px;
	color: #777777;
	line-height: 1.6;
	font-family: "Poppins-Regular";
	margin-top: 15px;
}
.index_s09 .owl-theme .owl-dots .owl-dot span {
	width: 60px !important;
	height: 3px !important;
	background: #fdece9;
}
.index_s09 .owl-theme .owl-dots .owl-dot.active span, 
.index_s09 .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #e84829;
}
.index_s09 .owl-controls {
	margin-top: 30px;
}
.pre_btn,
.next_btn {
 	width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
    color: #e84829;
    background-color: #fdece9;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;
 }
.pre_btn:hover,
.next_btn:hover {
	background-color: #e84829;
	color: #fff;
}
.pre_btn {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
}
.next_btn {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -20px;
}
.index_s10 {
	width: 100%;
	height: 310px;
	background-color: #f4f6f8;
	box-sizing: border-box;
	padding-top: 70px;
    border-top: 1px solid rgb( 229, 233, 235 );
}
.index_s10 .cont {
	display: inline-block;
	float: left;
}
.footer {
	color: #777777;
	background-color: #222628;
	padding-top: 60px;
	font-family: "Poppins-Regular";
	font-size: 14px;
	position: relative;
}
.footer a {
	color: #777777;
}
.footer a:hover {
	color: #e84829;
}
.footer .block1 {

}
.footer .block1 i {
	color: #8d8f8f;
	font-size: 20px;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.footer .block1 .left_msg {
	width: 41%;
	max-width: 420px;
	float: left;
}
.footer .block1 .right_msg {
	width: 58%;
	float: right;
}
.footer .block1 .right_msg .item {
	margin-bottom: 15px;
}
.footer .block1 .right_msg .item span {
	display: inline-block;
	float: left;
	margin-right: 40px;
}
.footer .line {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #555;
	margin-top: 30px;
}
.footer .block2 {

}
.footer .block2 .left_cont {
	width: 50%;
	float: left;
}
.footer .block2 .item {
	width: 100%;
	padding-top: 30px;
	border-right: 1px solid #555;
	margin-top: 10px;
	padding-bottom: 30px;
}
.footer .block2 .lik {
	font-size: 18px;
	font-family: "filson-pro";
	color: #ddd;
	margin-bottom: 20px;
}
.footer .block2 .item a {
	display: inline-block;
	width: 33.3%;
	float: left;
	height: 40px;
	line-height: 40px;
}
.footer .block2 .right_cont {
	width: 50%;
	max-width: 500px;
	padding-left: 20px;
	float: right;
	box-sizing: border-box;
}
.footer .block2 .right_cont .item {
	width: 41%;
	float: left;
	border-right: none;
}
.footer .block2 .right_cont .item a {
	width: 100%;
}
.footer .block2 .right_cont .col_cont {
	width: 18%;
	float: right;
	padding-top: 30px;
}
.footer .block2 .right_cont .col_cont strong {
	font-family: "filson-pro";
	color: #dddddd;
    margin-left: auto;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    margin-top: 10px;
}
.footer .block2 .right_cont .col_cont .share {
	width: 30px;
	float: right;
	display: block;
}
.footer .block2 .right_cont .col_cont .share a {
	display: inline-block;
	width: 100%;
	font-size: 30px;
	color: #fff;
}
.footer .block2 .right_cont .col_cont .share a i {
	font-size: 30px;
	color: #777;
}
.footer .block2 .right_cont .col_cont .share a:hover i {
	color: #e84829;
}
.footer .bottom {
	height: 75px;
	line-height: 75px;
	text-align: center;
	margin-top: 10px;
	border-top: 1px solid #555;
}
.footer .circle {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 110px;
	box-sizing: border-box;
	background: #222628 url(../images/bottom_05.jpg) no-repeat center center;
	background-size: 60px 60px;
	cursor: pointer;
}
.footer .circle i {
	font-size: 40px;
	color: #e84829;

}
.footer .circle:hover {
    background: #222628;
}
.footer .circle:hover i:before {
    content: "\f106";

   
}
.list_banner {
	width: 100%;
	height: 450px;
    text-align: center;
    display: flex;
    align-items: center;
    padding-top: 90px;
    box-sizing: border-box;
}
.list_banner .cont {
	width: 100%;
}
.list_banner h1.big_en {
	font-size: 40px;
}
.list_banner .small_en {
	width: 1200px;
	color: #aaaaaa;
    line-height: 2;
    font-family: "Poppins-Regular";
    margin-top: 20px;
    max-width: 95%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.crumb {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid rgb( 229, 233, 235 );
	background-color: #f4f6f8;
}
.crumb a {
	font-family: "Poppins-Regular";
	font-size: 14px;
}
.crumb a:hover {
	color: #e84829;
}
.blog_list {
	background-color: #f3f5f7;
	border-bottom: 1px solid rgb( 229, 233, 235 );
}
.blog_list .box {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 40px;
}
.blog_list .box:nth-child(3n) {
	margin-right: 0px;
}
.blog_list .box .img_box {
	width: 100%;
	padding-top: 63%;
	position: relative;
	overflow: hidden;
	display: block;
}
.blog_list .box .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s;
}
.blog_list .box .img_box img:hover {
	transform: scale(1.1);
}
.blog_list .box .img_box .txt {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	padding-right: 30px;
	position: absolute;
	bottom: 0px;
	background: rgba(0,0,0,0.3);
	font-size: 12px;
	color: #fff;
	font-family: "Poppins-Regular";
	box-sizing: border-box;
}
.blog_list .box .img_box .txt i {
	color: #fff;
}
.blog_list .box .cont {
	width: 100%;
	height: 150px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 30px;
	position: relative;
	font-size: 14px;
}
.blog_list .box .cont .des {
	color: #434e54;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.blog_list .box .cont .read_more {
	position: absolute;
	right: 30px;
	bottom: 30px;
	color: #e84829;
	display: inline-block;
}
.blog_list .box .cont .read_more:hover {
	text-decoration: underline;
}
/*分页*/
.page {
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 10px;
	font-family: "Poppins-Regular";
	display: inline-block;
	float: right;
}
.page a {
	padding: 10px 15px !important;
	border: 1px solid #eee;
	border-radius: 4px;
	background: #fff;
	font-family: "Poppins-Regular";
}
.page span {
	padding: 10px 15px;
	border: 1px solid #eee;
	background: #e84829;
	color: #fff;
	border-radius: 4px;
}
.pagination{
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 10px;
	font-family: "Poppins-Regular";
	display: inline-block;
	float: right;
}
.pagination ul li{
	display: inline-block;
	margin: 0 5px;
}
.pagination ul li a{
	display: block;
	padding: 10px 15px !important;
	border: 1px solid #eee;
	border-radius: 4px;
	background: #fff;
	font-family: "Poppins-Regular";
	line-height: 25px;
}
.pagination ul li span{
	padding: 10px 15px;
	border: 1px solid #eee;
	background: #e84829;
	color: #fff;
	border-radius: 4px;
	line-height: 25px;
}

.thank_you {

}
.thank_you .list {
	margin-top: 80px;
}
.thank_you .list .box {
	width: 32%;
	height: 200px;
	float: left;
	margin-right: 2%;
	position: relative;
	border-radius: 6px;
	box-sizing: border-box;
	padding-top: 80px;

	display: block;
	text-align: center;
}
.thank_you .list .box:nth-child(3n) {
	margin-right: 0px;
}
.thank_you .list .box:hover {
	box-shadow: 17.207px 24.575px 60px 0px rgba( 155, 173, 185, 0.2);
}
.thank_you .list .box .circle {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	line-height: 80px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
}
.thank_you .list .box .circle {
	font-size: 30px;
	color: #a6b8be;
}
.thank_you .list .box:hover .circle {
	background-color: #e84829;
	color: #fff;
}
.thank_you .list .box .des {
	font-size: 14px;
	color: #889194;
	font-family: "Poppins-Regular";
	line-height: 1.6;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
}
.thank_you .list .box .title {
	width: 100%;
	color: #e84829;
	font-size: 18px;	
	position: absolute;
	bottom: 25px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}
.contact {

}
.contact .list {

}
.contact .list .box {
	width: 23.4%;
	height: 200px;
	margin-left: 0.8%;
	margin-right: 0.8%;
	float: left;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	padding-top: 60px;
	margin-top: 80px;
	box-sizing: border-box;
	box-shadow: 17.207px 24.575px 60px 0px rgba( 155, 173, 185, 0.2);
}
.contact .list .box .circle {
	width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #e84829;
    background: #f4f6f8;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    font-weight: normal;
}
.contact .list .box .title {
	font-size: 14px;
	color: #515a5e;
}
.contact .list .box .des {
	font-size: 14px;
	color: #889194;
	line-height: 1.6;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-family: "Poppins-Regular";
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    max-width: 260px;
    margin-top: 15px;
}
.cont_form {

}
.cont_form .line {
	width: 60px;
	height: 1px;
	border-bottom: 4px solid #e84829;
	display: block;
	margin-bottom: 50px;
}
.cont_form .cont {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.cont_form .cont .left_cont {
	width: 51%;
	float: left;
	margin-top: 125px;
}
.cont_form .cont .left_cont img {
	width: 100%;
	display: block;
}
.cont_form .cont .right_cont {
	width: 49%;
	float: right;
	box-sizing: border-box;
	padding-left: 60px;
	padding-right: 60px;
    box-shadow: 17.207px 24.575px 60px 0px rgba( 155, 173, 185, 0.2);
    position: relative;

}
.cont_form .cont .right_cont .intro {
	font-size: 14px;
	color: #889194;
	font-family: "Poppins-Regular";
	margin-top: 15px;
}
.cont_form .cont .right_cont form {
	margin-top: 30px;
	height: 340px;
}
.cont_form .cont .right_cont form .text {
	width: 100%;
	height: 40px;
	outline: none;
	border: none;
	background-color: #f5f7f9;
	padding-left: 15px;
	color: #252118;
	font-size: 14px;
	margin-top: 10px;
	box-sizing: border-box;
	font-family: "Poppins-Regular";
	
}
.cont_form .cont .right_cont form input::-webkit-input-placeholder{
	color: #aaaaaa;
}
.cont_form .cont .right_cont form input::-moz-placeholder{
	color: #aaaaaa;
}
.cont_form .cont .right_cont form input::-ms-input-placeholder{
	color: #aaaaaa;
}
.cont_form .cont .right_cont form input:focus {
	box-shadow:inset 10px 10px 10px -15px #b2c1c8; 
}
.cont_form .cont .right_cont form input:focus::-webkit-input-placeholder {
	color: #333;
}
.cont_form .cont .right_cont form input:focus::-moz-placeholder {
	color: #333;
}
.cont_form .cont .right_cont form input:focus::-ms-input-placeholder {
	color: #333;
}
.cont_form .cont .right_cont form textarea:focus::-webkit-input-placeholder {
	color: #333;
}
.cont_form .cont .right_cont form textarea:focus::-moz-placeholder {
	color: #333;
}
.cont_form .cont .right_cont form textarea:focus::-ms-input-placeholder {
	color: #333;
}
.cont_form .cont .right_cont form textarea {
	width: 100%;
	height: 120px;
	box-sizing: border-box;
	padding: 10px 15px;
	outline: none;
	border: none;
	background-color: #f5f7f9;
	font-family: "Poppins-Regular";
	color: #252118;
	font-size: 14px;
	margin-top: 10px;
}
.cont_form .cont .right_cont form textarea:focus {
	box-shadow:inset 10px 10px 10px -15px #b2c1c8; 
}
.cont_form .cont .right_cont form textarea::-webkit-input-placeholder{
	color: #aaaaaa;
}
.cont_form .cont .right_cont .promie {
	font-size: 14px;
	color: #889194;	
	margin-top: 15px;
	font-family: "Poppins-Regular";
}
.cont_form .cont .right_cont .submit {
	font-family: "filson-pro";
	cursor: pointer;
	letter-spacing: 1px;
	border: none;
	outline: none;
	cursor: pointer;
	float: left;
    margin-top: 25px;
    position: relative;
    top: 30px;
}
.about_us1 {

}
.about_us1 .min_width {
	margin-bottom: 10px;
}
.about_us1 .left_cont {
	width: 48%;
	float: left;
}
.about_us1 .left_cont img {
	width: 100%;
}
.about_us1 .left_cont video {
	width: 100%;
}
.about_us1 .right_cont {
	width: 42%;
	float: right;
}
.about_us1 .right_cont .cont {
	font-size: 14px;
	color: #889194;
	font-family: "Poppins-Regular";
	margin-top: 20px;
}
.about_us1 .right_cont .cont p {
	line-height: 1.6;
	margin-bottom: 20px;
}
.our_team {
	background-color: #f4f6f8;
}
.our_team h2 {
	text-align: center;
}
.our_team .list {
	
}
.our_team .list .box {
	width: 23%;
	height: 210px;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	background-color: #fff;
	position: relative;
	box-sizing: border-box;
	padding-top: 100px;
	margin-top: 120px;
}
.our_team .list .box .pic {
	width: 57%;
	max-width: 150px;
	box-sizing: border-box;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
.our_team .list .box .pic .img_box {
	width: 100%;
	position: relative;
	padding-top: 100%;
}
.our_team .list .box .pic .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	/*background-color: #dde1e3;
	padding: 7px;*/
	transition: all 0.6s;
	box-sizing: border-box;
}
.our_team .list .box .pic .img_box img:hover {
 transform: scale(1.1);
}
.our_team .list .box .txt {
	text-align: center;
}
.our_team .list .box .txt .title {
	font-size: 18px;
	color: #515a5e;
}
.our_team .list .box .txt .position {
	font-size: 14px;
	color: #889194;
	font-family: "Poppins-Regular";
	margin-top: 5px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.story {

}






.p03-s04 {
	position: relative;
	overflow: hidden;
	padding-top: 40px;
}


.p03-s04 .container {
	position: relative;
	z-index: 2;
}

.p03-s04 .bd {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.p03-s04 .left {
	max-width: 690px;
	width: 100%
}

.p03-s04 .right {
	max-width: 1200px;
	width: 100%;
	box-sizing: border-box;
}

.p03-s04 .right-main {
	max-width: 1200px;
	margin-left: auto
}

.p03-s04 .right-main>p {
	max-width: 1200px;
	padding-top: 50px;
	color: #898d93
}

.p03-s04 .right-main>p a {
	color: #1ac760
}

.p03-s04 .right-main>p a:hover {
	opacity: .8;
	text-decoration: underline
}

.p03-s04 .tab {
	margin-bottom: 50px
}

.p03-s04 .tab .tab-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p03-s04 .tab ul {
	width: 100%;
	overflow: hidden;
}
.p03-s04 .tab-main .slick-list {
	text-align: center;
}
.p03-s04 .tab-main .slick-list .slick-track {
	width: auto !important;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 130px;
}
.p03-s04 .tab li:nth-of-type(1)::before {
	display: none
}

.p03-s04 .tab li.color::before {
	background-color: #e84829;
}

.p03-s04 .tab li,.p03-s04 .tab .arrow {
	position: relative;
	max-width: 60px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-right: 60px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #515a5e;
	cursor: pointer;
	font-size: 12px;
	border: 5px solid rgba(54,92,153,.1);;
}

.p03-s04 .tab li.current,.p03-s04 .tab .arrow.current {
	background-color: #1ac760;
	color: #fff
}

.p03-s04 .tab li::before,.p03-s04 .tab .arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
	-webkit-transform: translateX(-100%) translateY(-50%);
	-ms-transform: translateX(-100%) translateY(-50%);
	transform: translateX(-100%) translateY(-50%);
	width: 110px;
	height: 5px;
	background-color: rgba(54,92,153,.1)
}

.p03-s04 .tab .arrow {
	margin: 0;
	background-color: rgba(26,199,96,.2);
	color: #1ac760;
}

.p03-s04 .tab .arrow:hover {
	opacity: .8
}

.p03-s04 .tab .slick-current {
	background-color: #e84829;
	color: #fff;
    border: 5px solid rgba(54,92,153,0);
}

.p03-s04 .slider {
	position: relative;
	max-width: 1200px
}

.p03-s04 .item {

}

.p03-s04 .item-main {
	display: block;
	width: 100%;
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	box-shadow: 17.207px 24.575px 60px 0px rgba( 155, 173, 185, 0.2);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-bottom: 40px;
}

.p03-s04 .item-main .pic {
	z-index: 2;
	width: 36%;
	float: left;
}
.p03-s04 .item-main .pic .img_box {
	width: 100%;
	padding-top: 72%;
	position: relative;
}
.p03-s04 .item-main .pic .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.p03-s04 .item-main .text {
	width: 64%;
	float: right;
}

.p03-s04 .item-main .text-main {

	width: 100%;
	
	font-size: 14px;
	color: #889194;
	font-family: "Poppins-Regular";
	font-style: normal
}

.p03-s04 .item-main .text-main .msg {
	max-width: 400px;
	padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

.p03-s04 .item-main .tag {
	margin-bottom: 26px;
	text-align: right;
	color: #889194;
	font-style: 14px;
	box-sizing: border-box;
	padding: 10px;
}

.p03-s04 .slick-arrow {
	display: none!important;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: rgba(232,72,41,.2);
	text-align: center;
	color: #e84829;
	font-size: 20px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

.p03-s04 .slick-arrow:hover {
	background-color: #e84829;
	color: #fff
}


.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}
.slick-slide {
    outline: none;
}
.p03-s04 .tab li,.p03-s04 .tab .arrow {
	position: relative;
	max-width: 50px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-right: 130px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #515a5e;
	cursor: pointer;
	font-size: 12px;
}
.p03-s04 .tab .arrow {
    margin: 0;
    background-color: rgba(232,72,41,.2);
    color: #e84829;
    border: 5px solid rgba(54,92,153,0);
}
.manufacturers {

}
.manufacturers .left .des {
	color: #fff;
	font-size: 14px;
	font-family: "Poppins-Regular";
	margin-top: 20px;
	max-width: 360px;
}
.manufacturers .right {
	max-width: 1200px;
	width: 70%;
}
.manufacturers .right .item {
	width: 100%;
	float: left;
}
.manufacturers .right .item .img_box {
	width: 100%;
	padding-top: 75%;
	position: relative;
}
.manufacturers .right .item .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.goals {

}
.goals h2 {
	text-align: center;
}
.goals .list {
	margin-top: 120px;
}
.goals .list .item {
	width: 32%;
	float: left;
	display: flex;
    align-items: center;
    height: 285px;
    text-align: center;
    position: relative;
    border-radius: 4px;
    box-sizing: border-box;
    padding-top: 20px;
    margin-right: 2%;
    
    position: relative;
    /*transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;*/
}
.goals .list .item:hover {
	box-shadow: 17.207px 24.575px 60px 0px rgba( 155, 173, 185, 0.2);
}
.goals .list .item:nth-child(3n) {
	margin-right: 0px;
}
.goals .list .item .txt {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.goals .list .item .big_en {
	color: #515a5e;
	font-size: 20px;
}
.goals .list .item .small_en {
	color: #889194;
	font-size: 14px;
	max-width: 320px;
	font-family: "Poppins-Regular";
	display: inline-block;
	margin-top: 10px;
}
.goals .list .item .circle {
	width: 160px;
	height: 160px;
	text-align: center;
	color: #fff;
	background: #e84829;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 20px;
	font-weight: normal;
}
/*.goals .list .item:hover {
	background: #e84829;
	top: -20px;
	height: 270px;
	position: relative;
	
}*/
.goals .list .item:nth-of-type(1) .circle {
	background: #f4f6f8 url(../images/icon_01.png) no-repeat center center;
	background-size: 60% 60%;
}
.goals .list .item:nth-of-type(2) .circle {
	background: #f4f6f8 url(../images/icon_02.png) no-repeat center center;
	background-size: 60% 60%;
}
.goals .list .item:nth-of-type(3) .circle {
	background: #f4f6f8 url(../images/icon_03.png) no-repeat center center;
	background-size: 60% 60%;
}
.goals .list .item:nth-of-type(1):hover .circle {
	background: #e84829 url(../images/icon_01a.png) no-repeat center center;
	background-size: 60% 60%;
}
.goals .list .item:nth-of-type(2):hover .circle {
	background: #e84829 url(../images/icon_02a.png) no-repeat center center;
	background-size: 60% 60%;
}
.goals .list .item:nth-of-type(3):hover .circle {
	background: #e84829 url(../images/icon_03a.png) no-repeat center center;
	background-size: 60% 60%;
}
.Knowledge {

}
.Knowledge .left_nav {
	width: 290px;
	float: left;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 17.207px 24.575px 60px 0px rgba( 155, 173, 185, 0.2);
	border-top: 10px solid #e84829;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	z-index: 9999;
/*    position: fixed;
    top: 50%;
    transform: translateY(-50%);*/
}
.Knowledge .left_nav.fixed {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}
.Knowledge .left_nav li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}
.Knowledge .left_nav li:hover {
	background-color: #f4f6f8;
	height: 50px;
	line-height: 50px;
}
.Knowledge .left_nav a {
	display: block;
	border-bottom: 2px solid #edf1f2;
	font-size: 14px;
	color: #a6b8be;
}
.Knowledge .left_nav li:hover a {
	color: #515a5e;
	border-bottom: 2px solid rgb( 166, 184, 190, 0.2);
	border-bottom: none;
}
.Knowledge .left_nav li:last-child a {
	border-bottom: none;
}
.right_cont {
	width:-webkit-calc(100% - 390px); 
	width:-moz-calc(100% - 390px); 
	width:calc(100% - 390px); 
	float: right;
}
.list_faq {
	width: 100%;
	
}
.list_faq .box {
	width: 100%;
	background-color: #ffffff;
	box-shadow: 17.207px 24.575px 60px 0px rgba( 155, 173, 185, 0.2);
	margin-bottom: 10px;
}
.list_faq .box .selct {
	height: 80px;
	line-height: 80px;
	cursor: pointer;
}
.list_faq .box .selct .num {
	width: 10%;
	text-align: center;
	float: left;
	font-size: 18px;
	color: #515a5e;
}
.list_faq .box .selct .title {
	color: #333;
	width: 85%;
	height: 100%;
	float: left;
	font-size: 18px;
	color: #515a5e;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.list_faq .box .des {
	width: 100%;
	box-sizing: border-box;
	padding-left: 10%;
	padding-right: 10%;
	color: #888888;
	-moz-transition: height, 0.5s;
	-o-transition: height, 0.5s;
	-webkit-transition: height, 0.5s;
	transition: height, 0.5s;
	height: 0px;
	overflow: hidden;
	font-size: 14px;
	color: #889194;
	font-family: "Poppins-Regular";

}
.list_faq .box .des.open {
	height: auto;
	padding-bottom: 20px;
}
.list_faq .box .more {
	width: 5%;
}
.list_faq .box .selct .more:before {
	content: '\f067';
	font-size: 14px;
}
.list_faq .box .selct.open .more:before {
	content: '\f068';
	color: #e84829;
}
.Knowledge .right_cont {

}
.Knowledge .right_cont .block {

}
.Knowledge .right_cont .block h2 {
	margin-bottom: 40px;
}
.Knowledge .right_cont .block .point {
	position: relative;
	top: -150px;
}

/*---------------------------------------------------------------------------------------------------------------手机站导航结束----------*/
#category {
	display: none;
}
#category .label{  border-bottom: #666 1px solid;font-size: 16px; line-height:40px; height:40px;     background: #222628; color:#fff; /*font-size:1.5rem*/}
.dropmenu .label .down{ float:right; position: relative;top: 10px;}
.dropmenu.open .label .down{ transform:rotate(180deg);}
.dropmenu ul{  height:0; overflow-y:auto;z-index:1; background-color:#fff;}
.dropmenu ul li{ width:100%; height:40px; float:left;border-bottom:#f0f0f0 1px solid;}
.dropmenu ul li a{text-align: left; line-height:40px; height:40px; padding:0 50px;color:#969595; display:block; background:#fff; /*font-size:1.3rem*/}
.dropmenu ul li a.active{ background:#f1f1f1;color:#00C0FF;}
#teampost .header p{ text-align:left}
#teampost .header .title{ color:#000000;}
#teampost .header .subtitle{ color:#909090;}
#servicelist{ margin-top:20px}
#servicelist .serviceitem{border-bottom: 1px solid #f2f2f2;padding-bottom: 20px;margin-bottom: 20px;width: calc(100% - 15px);height: auto;margin-right: 15px;}#servicelist .serviceitem img{ max-width:100%; height:auto;}#servicelist .serviceitem div p.description{ height:42px}#projectimages li{ margin-bottom:10px}.postbody{font-size:13px; color:#6a6a6a}.postbody img{ width:100%  }.postbody a{ color: #848484;text-decoration: underline;}.postbody img,.postbody iframe,.imgcw{ float:none; max-width:100%; height:auto; display:block; margin:0 auto;}#footer{ width:100%}#footer p{padding-top:10px; padding-bottom:10px; font-size:1rem; color:#8e8e8e; height:65px; line-height:2rem}#footer a{ display:inline-block; width:35px; height:16px; vertical-align:top; margin-left:10px; margin-right:10px; margin:0 10px 0}#footer a img{ float:none}#bgmask{background:rgba(0,0,0,0);}.show{ display:block}.hide{ display:none;}#indexPage #mservice a.more,#indexPage #mteam a.more{ display:none}
.dropmenu ul li.sub{ text-indent:20px; background:#fff;}
.dropmenu .fa-angle-down:before {
    content: "\f106";
    font-size: 24px;
}
.plr20 {
    padding: 0 20px;
}
.dropmenu ul li a.active { color: #fff;background: #222628; }
.dropmenu ul li a { color: #BBBBBB;    background: rgb(34, 38, 40);font-size: 14px;}
.dropmenu ul li { border-bottom: #666 1px solid;text-align: center;}
.quality {

}
.quality .block1 {

}
.quality .block1 .cont {
	margin-top: 45px;
}
.quality .block1 .cont .box {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.quality .block1 .cont .box:nth-child(2n) {
	margin-right: 0px;
}
.quality .block1 .cont .box .img_box {
	width: 100%;
	padding-top: 56%;
	position: relative;
	overflow: hidden;
}
.quality .block1 .cont .box .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s;
}
.quality .block1 .cont .box .img_box img:hover {
	 transform: scale(1.1);
}
.quality .block1 .cont .box .txt {
	box-sizing: border-box;
	padding: 30px;
}
.quality .block1 .cont .box .txt .title {
	font-size: 18px;
	color: #515a5e;
}
.quality .block1 .cont .box .txt .des {
	font-size: 14px;
	color: #889194;
	font-family: "Poppins-Regular";
	margin-top: 10px;
}
.quality .block2 {
	background-color: #f4f6f8;
}
.quality .block2 .left_cont {
	width: 48%;
	float: left;
	overflow: hidden;
}
.quality .block2 .left_cont img {
	width: 100%;
	transition: all 0.6s;
}
.quality .block2 .left_cont img:hover {
	 transform: scale(1.1);
}
.quality .block2 .right_cont {
	width: 42%;
	float: right;
}
.quality .block2 .right_cont .des {
	font-size: 14px;
	color: #889194;
	margin-top: 20px;
	font-family: "Poppins-Regular";
}
.quality .block2 .right_cont .des p {
	margin-bottom: 20px;
	line-height: 1.6;
}
.quality .block3 {

}
.quality .block3 .top_txt {

}
.quality .block3 .top_txt .left_cont {
	width: 41%;
	float: left;
}
.quality .block3 .top_txt .right_cont {
	width: 58%;
	float: right;
	font-size: 14px;
	color: #889194;
	font-family: "Poppins-Regular";
}
.quality .block3 .top_txt .right_cont p {
	margin-bottom: 15px;
}
.quality .block3 .list_cont {
	margin-top: 65px;
}
.quality .block3 .list_cont .box {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.quality .block3 .list_cont .box:nth-child(3n) {
	margin-right: 0px;
}
.quality .block3 .list_cont .box .img_box {
	width: 100%;
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}
.quality .block3 .list_cont .box .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s;
}
.quality .block3 .list_cont .box .img_box img:hover {
 transform: scale(1.1);
}
.quality .block3 .list_cont .box .txt {
	height: 50px;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.trailer {

}
.trailer .block {
	margin-bottom: 60px;
}
.trailer .block .pic {
	width: 48%;
	float: right;
}
.trailer .block .pic .img_box {
	width: 100%;
	padding-top: 67%;
	position: relative;
	overflow: hidden;
}
.trailer .block .pic .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s;
}
.trailer .block .pic .img_box img:hover {
 transform: scale(1.1);
}
.trailer .block .txt {
	width: 42%;
	float: left;
}
.trailer .block .txt .des {
	font-size: 14px;
	color: #889194;
	margin-top: 20px;
	font-family: "Poppins-Regular";
}
.trailer .block .txt .des p {
	margin-bottom: 20px;
	line-height: 1.6;
}
.trailer .block:nth-child(2n) .pic {
	float: left;
}
.trailer .block:nth-child(2n) .txt {
	float: right;
}
.p02_x1 h2 {
	text-align: center;
}
.p02_x1 .block1 {

}
.p02_x1 .block1 .img_text {
	margin-top: 40px;
}
.p02_x1 .block1 .img_text .pic {
	width: 42%;
	float: left;
}
.p02_x1 .block1 .img_text .pic img {
	width: 100%;
}
.p02_x1 .block1 .img_text .text {
	width: 51%;
	float: right;
	font-family: "Poppins-Regular";
	font-size: 14px;
	color: #889194;
}
.p02_x1 .block1 .img_text .text p {
	margin-bottom: 20px;
}
.p02_x1 .block2 {
	margin-top: 80px;
}
.p02_x1 .block2 .item {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 70px;
}
.p02_x1 .block2 .item:nth-child(3n) {
	margin-right: 0px;
}
.p02_x1 .block2 .item .pic {
	width: 100%;
	position: relative;
	padding-top: 75%;
	overflow: hidden;
	display: block;
}
.p02_x1 .block2 .item .pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s;
} 
.p02_x1 .block2 .item .pic img:hover {
	transform: scale(1.1);
}
.p02_x1 .block2 .item .text {
	padding: 10px;
	box-sizing: border-box;
}
.p02_x1 .block2 .item .text .title {
	font-size: 20px;
	color: #515a5e;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.p02_x1 .block2 .item:nth-child(3n+1) {
	clear:both;
}
.p02_x1 .block2 .item .text .des {
    font-size: 14px;
    color: #889194;
	margin-top: 10px;
	font-family: "Poppins-Regular";
	min-height: 80px;
	line-height: 1.6;
	
}
.p02_x1 .block2 .item .text .des ul {
	list-style: disc outside none;
}
.p02_x1 .block2 .item .text .des ul li {
	list-style-type: disc;
}
.p02_x1 .block2 .item .text .des p {
	/*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;*/
}
.p02_x1 .block2 .item .text .more {
	font-size: 14px;
	color: #e84829;
	margin-top: 10px;
	display: block;
}
.p02_x1 .block2 .item .text .more:hover {
	text-decoration: underline;
}
.p02_x1 .block3 {
	background-color: #f4f6f8;
}
.p02_x1 .block3 h2 {
	text-align: center;
}
.p02_x1 .block3 .list {

}
.p02_x1 .block3 .list .box {
	width: 33.3%;
	float: left;
	text-align: center;
	margin-top: 30px;
}
.p02_x1 .block3 .list .box .pic {
	width: 42%;
	display: inline-block;
}
.p02_x1 .block3 .list .box .pic .img_box {
	width: 100%;
	padding-top: 100%;
	position: relative;
}
@keyframes icon-bounce {
	0%, 100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-webkit-keyframes icon-bounce {
	0%, 100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-moz-keyframes icon-bounce {
	0%, 100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-o-keyframes icon-bounce {
	0%, 100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}
.p02_x1 .block3 .list .box .pic .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 15.5%;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 50%;

}
.p02_x1 .block3 .list .box .pic .img_box:hover  img {
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}
.p02_x1 .block3 .list .box .txt {
	width: 100%;
	font-size: 20px;
	color: #515a5e;
	margin-top: 20px;
	min-height: 70px;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}
.p02_x1 .block4 {

}
.p02_x1 .block4 h2 {
	text-align: center;
}
.p02_x1 .block4 .item_list {
	margin-top: 40px;
}
.p02_x1 .block4 .item_list .box {
	width: 42%;
	float: left;
	min-height: 120px;
	margin-bottom: 20px;
}
.p02_x1 .block4 .item_list .box:nth-child(2n) {
	float: right;
}
.p02_x1 .block4 .item_list .box:nth-child(2n+1) {
	clear:both;
}
.p02_x1 .block4 .item_list .box .title {
	font-size: 20px;
	color: #515a5e;
}
.p02_x1 .block4 .item_list .box .des {
	width: 100%;
	font-size: 14px;
	color: #889194;
	line-height: 1.6;
	margin-top: 15px;
	font-family: "Poppins-Regular";
}
.p02_x1 .block5 {
	background-color: #f4f6f8;
}
.p02_x1 .p03-s04 .item-main {
	max-width: 1000px;
	background: none;
	box-shadow: none;
	padding-bottom: 0px;
}
.p02_x1 .p03-s04 .item-main .tag {
	text-align: left;
	font-size: 20px;
	color: #515a5e;
	padding: 0px;
}
.p02_x1 .p03-s04 .item-main p {
	margin-bottom: 15px;
}

.video_box {
	width: 48%;
	float: left;
	display: block;
	position: relative;
	outline: none;
}
.video_box video {
	width: 100%;
}
.video_box img {
	width: 100%;
}
.video_box .point {
	width: 50px !important;
	height: auto !important;
	position: absolute;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%,-50%);
}
.p03-s04 .item-main .cont {
	width: 50%;
	float: right;
}
.p02_x1 .block6 {

}
.p02_x1 .block6 h2 {
	text-align: center;
}
.p02_x1 .block6 .list {
	margin-top: 50px;
}
.p02_x1 .block6 .list .box {
	width: 32%;
	margin-right: 2%;
	float: left;
	min-height: 130px;
	margin-bottom: 20px;
}
.p02_x1 .block6 .list .box:nth-child(3n) {
	margin-right: 0px;
}
.p02_x1 .block6 .list .box img {
	width: 80px;
	height: 80px;
	background-color: #f4f6f8;
	line-height: 80px;
	text-align: center;
	float: left;
	color: #e84829;
	border-radius: 50%;
	margin-right: 20px;
	display: inline-block;
}
.p02_x1 .block6 .list .box .title {
	width:-webkit-calc(100% - 100px); 
	width:-moz-calc(100% - 100px); 
	width:calc(100% - 100px); 
	float: right;
	font-size: 16px;
	color: #515a5e;
	margin-bottom: 10px;
	font-family: "Poppins-Regular";
	font-weight: bold;
}
.p02_x1 .block6 .list .box .des {
	width:-webkit-calc(100% - 100px); 
	width:-moz-calc(100% - 100px); 
	width:calc(100% - 100px); 
	float: right;
	font-size: 14px;
	color: #889194;
	font-family: "Poppins-Regular";
}
.p02_x1 .block7 {
	background-color: #f4f6f8;
}
.p02_x1 .block7 .left_cont {
	width: 33%;
	float: left;
}
.p02_x1 .block7 .right_cont {
	width: 67%;
	float: right;
}
.p02_x1 .block8 {

}
.p02_x1 .block8 .download {
	text-align: center;
	margin-top: 30px;
	font-size: 0px;
}
.p02_x1 .block8 .download .box {
	width: 31.3%;
	display: inline-block;
	margin-bottom: 20px;
	background-color: #f4f6f8;
	margin-left: 1%;
	margin-right: 1%;
}
.p02_x1 .block8 .download .box .down {
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	background-color: #e84829;
	display: inline-block;
	float: left;
}
.p02_x1 .block8 .download .box .down:before {
	content: "\f381";
	color: #fff;
	font-size: 24px;
}
.p02_x1 .block8 .download .box .file_name {
	width:-webkit-calc(100% - 70px); 
	width:-moz-calc(100% - 70px); 
	width:calc(100% - 70px); 
	height: 70px;
	line-height: 70px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #515a5e;
	font-family: "Poppins-Regular";
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.p02_x1 .block8 .download .box .down:hover {
	background: #ed6d54;
}
.p02_x1 .block8 .download .box .down:focus {
	background: #dc4427;
}
/*商品详情页的  放大镜效果  ready*/
#showsum {
    margin-top: 10px;
    border-top: none !important;
}
#showsum p{

}
#showsum img {
    top: 0px !important;
}
#showsum p span{
    display: inline-block;
    border: 1px solid #eee;
}
#showbox{
    border: 1px solid #eee;
    box-sizing: content-box;
}
#showbox span {
    background: url(../images/whitebg.png) repeat;
}
.showpage { width:370px; position:relative;}
.showpage a { 
	display:block;  
	font-size:18px; 
	position:absolute; 
	left:0; 
	top:-55px; 
	text-decoration:none; 
	color:#e84829
}
.showpage a#shownext { left:auto; right:0;}
.p02_x2 .block2 .pic_list {
    width: 600px;
    float: left;
}
/*商品详情页的  放大镜效果  over*/
.p02_x2 {

}
.p02_x2 .block1 {
	width: 100%;
	background-color: #f4f6f8;
	
}
.p02_x2 .block1 .min_width {
	font-size: 14px;
	color: #889194;
	line-height: 1.6;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	padding-bottom: 60px;
	font-family: "Poppins-Regular";
	box-sizing: border-box;
}
.block1_box {
	background-color: #f4f6f8;
}
.p02_x2 .block1 p {
	margin-bottom: 20px;
}
.p02_x2 .block2 {
/*	background-color: #f4f6f8;*/
}
.p02_x2 .block2 .right_cont {

}
.p02_x2 .block2 .right_cont .feat {
	font-size: 18px;
	color: #515a5e;
	margin-top: 20px;
}
.p02_x2 .block2 .right_cont .des {
	font-size: 14px;
	color: #889194;
	font-family: "Poppins-Regular";
	margin-top: 10px;
	line-height: 1.6;
}
.p02_x2 .block2 .right_cont .des ul {
	list-style: disc outside none;
}
.p02_x2 .block2 .right_cont .des ul li {
	list-style-type: disc;
}
.p02_x2 .block2 .right_cont {
    width: -webkit-calc(100% - 510px);
    width: -moz-calc(100% - 510px);
    width: calc(100% - 510px);
    float: right;
}
.p02_x2 .block2 .right_cont .view_more {
	float: left;
	margin-top: 40px;
}
.p02_x2 .block3 {

}
.p02_x2 .block3 .com_big_en {
	text-align: center;
}
.p02_x2 .block3 table {
	width: 100%;
	margin-top: 30px;
    border-collapse: collapse;
}
.p02_x2 .block3 table tr {
	background-color: #f4f6f8;
	font-size: 14px;
	font-family: "Poppins-Regular";
}
.p02_x2 .block3 table tr td {
	padding-top: 20px;
	padding-bottom: 20px;
}
.p02_x2 .block3 table tr:first-child {
	color: #252118;
	font-family: "filson-pro";
}
.p02_x2 .block3 table tr:nth-child(2n) {
	background-color: #fff;
	border-top: dashed 1px #aaa;
	border-bottom: dashed 1px #aaa;
}
.p02_x2 .block3 table tr td {
	padding-left: 10px;
	padding-right: 10px;
}


.p02_x2 .block4 {

}
.p02_x2 .block4 h2 {
	text-align: center;
}
.p02_x2 .block4 .download {
	text-align: center;
	margin-top: 30px;
	font-size: 0px;
}
.p02_x2 .block4 .download .box {
	width: 31.3%;
	display: inline-block;
	margin-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border: 1px solid #ddd;
	margin: -1px;
}
.p02_x2 .block4 .download .box:hover {
	background-color: #e84829;
	
}
.p02_x2 .block4 .download .box:hover .file_name {
	color: #fff;
}
.p02_x2 .block4 .download .box:hover .down:before {
	color: #fff;
}
.p02_x2 .block4 .download .box .down {
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	display: inline-block;
	float: left;
}
.p02_x2 .block4 .download .box .down:before {
	content: "\f381";
	color: #e84829;
	font-size: 18px;
}
.p02_x2 .block4 .download .box .file_name {
	width:-webkit-calc(100% - 70px); 
	width:-moz-calc(100% - 70px); 
	width:calc(100% - 70px); 
	height: 70px;
	line-height: 70px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #515a5e;
	font-family: "Poppins-Regular";
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.p02_x2 .block4 .download .box:hover {

}
.p02_x2_block5 {
	background-color: #f4f6f8;
}
.p02_x2_block5 .list {

}
.p02_x2_block5 .list .box {
	margin-top: 40px;
}
.p02_x2_block5 .list .pic {
	width: 48%;
	float: right;
}
.p02_x2_block5 .list .pic .img_box {
	width: 100%;
	padding-top: 56%;
	position: relative;
}
.p02_x2_block5 .list .pic .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.p02_x2_block5 .list .text {
	width: 41%;
	float: left;
	padding-top: 45px;
}
.p02_x2_block5 .list .text .title {
	font-size: 20px;
	color: #515a5e;
}
.p02_x2_block5 .list .text .des {
	line-height: 1.6;
	font-size: 14px;
	color: #889194;
	margin-top: 20px;
	font-family: "Poppins-Regular";
}
.p02_x2_block5 .list .pic .img_box video {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.p02_x2_block5 .list .box:nth-child(2n) .pic {
	float: left;
}
.p02_x2_block5 .list .box:nth-child(2n) .text {
	float: right;
}

/*about_product*/
.about_product {
	text-align: center;
}
.about_product h2 {
	text-align: left;
}
.about_product .list {
	position: relative;
	margin-top: 40px;
}
.about_product .list .box {
	background-color: #ffffff;
	margin-bottom: 30px;
	display: block;
}
.about_product .list .box:hover {
	box-shadow: 0px 20px 30px 0px 
		rgba(0, 0, 0, 0.1);
}
.about_product .list .box .img_box {
	width: 100%;
	position: relative;
	padding-top: 75%;
}
.about_product .list .box .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.about_product .list .box .title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.about_product .owl-controls {
	display: none;
}
.about_product .btn {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 26px;
	color: #fff;
	background-color: #e84829;
	opacity: 0.5;
	cursor: pointer;
	text-align: center;
	margin-top: -20px;
	border-radius: 50%;
}
.about_product .btn:hover {
	opacity: 1;
}
.about_product .btn1 {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 9999;
	transform: translateY(-50%);
}
.about_product .btn2 {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 9999;
	transform: translateY(-50%);
}
.about_product h2 {
	text-align: center;
}
.detail {

}
.detail .block1 {
	width: 100%;
	max-width: 800px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
.detail .block1 .time {
	font-size: 14px;
	color: #889194;
	font-family: "Poppins-Regular";
}
.detail .block1 .time .icon:before {
	content:"\f017";
}
.detail .block1 .title {
	margin-top: 10px;
}
.detail .block1 .content {
	margin-top: 30px;
}
.detail .block1 .content img {
	max-width: 100%;
	height: auto !important;
}
.detail .block1 .content p {
	font-size: 14px;
	color: #889194;
	font-family: "Poppins-Regular";
}
.detail .block1 .content p strong {
	color: #434e54;
	font-family: "filson-pro";
}
.share_btn {
	float: left;
	display: block;
}
.share_btn span {
	font-size: 16px;
	color: #434e54;
}
.share_btn a {
	display: inline-block;
	width: 30px;
	font-size: 30px;
	color: #fff;
	margin-left: 5px;
	margin-right: 5px;
}
.share_btn a i {
	font-size: 30px;
	color: #0b66c1;
}
.share_btn a:hover i {
	color: #0b66c1;
}
.detail .block2 {

}
.detail .block2 h2 {
	text-align: center;
}
.detail .block2 .list {
	margin-top: 40px;
}
.detail .block2 .list .box {
	width: 32%;
	float: left;
	margin-right: 2%;
	box-shadow: 17.207px 24.575px 60px 0px rgba( 155, 173, 185, 0.2);
}
.detail .block2 .list .box:nth-child(3n) {
	margin-right: 0px;
}
.detail .block2 .list .box .img_box {
	width: 100%;
	padding-top: 63%;
	position: relative;
	display: block;
	overflow: hidden;
}
.detail .block2 .list .box .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s;
}
.detail .block2 .list .box .img_box img:hover {
	 transform: scale(1.1);
}
.detail .block2 .list .box .time {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	color: #fff;
	font-family: "Poppins-Regular";
	font-size: 12px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background: rgba(0,0,0,0.3);
}
.detail .block2 .list .box .time i:before {
	content: "\f017";
	color: #fff;
}
.detail .block2 .list .box .text {
	padding: 20px;
	box-sizing: border-box;
	font-size: 14px;
}
.detail .block2 .list .box .text .des {

	color: #434e54;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.6;
}
.detail .block2 .list .box .text .more {
	display: inline-block;
	float: right;
	margin-top: 30px;
	color: #e84829;
}
.detail .block2 .list .box .text .more:hover {
	text-decoration: underline;
}
.head_h {
	height: 90px;
}

#fullbg { 
background-color:gray; 
left:0; 
opacity:0.5; 
position:absolute; 
top:0; 
z-index:3; 
filter:alpha(opacity=50); 
-moz-opacity:0.5; 
-khtml-opacity:0.5; 
} 
#dialog { 
background-color:#fff; 
left:50%; 
padding:1px; 
position:fixed !important; /* 浮动对话框 */ 
position:absolute; 
top:50%; 
width:96%; 
max-width: 580px;
z-index:5; 
transform: translate(-50%,-50%);
display:none; 
z-index: 9999;
} 
#dialog .form_action {
	width: 100%;
}
#dialog .close {
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 40px;
	color: #cccccc;
}
#dialog .right_area .des {
	font-size: 15px;
    font-family: "Poppins-Regular";
    text-align: left;
}
.form_action {
	width: 48%;
	float: right;
	box-sizing: border-box;
	padding: 50px;
	padding-bottom: 35px;
	background-color: #ffffff;
	box-shadow: 0px 10px 20px 0px 
		rgba(0, 0, 0, 0.08);
	font-family: Poppins-Bold;
	text-align: center;
}
.form_action form {
	text-align: left;
}
.form_action form .lable {
	font-family: "Poppins-Regular";
	margin-bottom: 5px;
	margin-top: 15px;
}
.form_action form input.text {
	width: 100%;
	height: 45px;
	background-color: #f7f7f7;
	border: solid 1px #dddddd;
	padding-left: 20px;
	outline: none;
	color: #333;
	font-size: 16px;
	font-family: "Poppins-Regular";
	outline: none;
	box-sizing: border-box;
}
.form_action input::-webkit-input-placeholder{
  color: #cccccc;
  font-size: 16px;
}
.form_action form textarea {
	width: 100%;
	height: 100px;
	background-color: #f7f7f7;
	border: solid 1px #dddddd;
	outline: none;
	padding: 10px 20px;
	font-size: 16px;
	font-family: "Poppins-Regular";
	color: #333;
	box-sizing: border-box;
}
.form_action textarea::-webkit-input-placeholder{
  color: #cccccc;
  font-size: 16px;
}
.form_action .buttom {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #e84829;
	border-radius: 5px;
	color: #ffffff;
	font-family: "Poppins-Regular";
	font-size: 16px;
	border: none;
	cursor: pointer;
	margin-top: 15px;
	outline: none;
}
.form_action .buttom:hover {
	background: #ed6d54;
}
.form_action .buttom:focus {
	background: #dc4427;
}

/*左右文字图片排版样式*/
.trailer .wp-block-column{

}
.trailer .wp-block-column h2{
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.trailer .wp-block-column p{
	font-family: "Poppins-Regular";
	margin-bottom: 20px;
	line-height: 1.6;
	font-size: 14px;
	color: #889194;
}
span.wpcf7-not-valid-tip {
	font-size: 13px;
	padding: 5px;
}
.cont_form .cont .right_cont form p:after {
	content: ""; 
	display: block; 
	height:0; 
	clear:both; 
	visibility: hidden;
}
div.wpcf7-response-output {
	font-size: 14px;
	margin-top: 40px;
}
div.wpcf7-response-outpu:after {
	content: ""; 
	display: block; 
	height:0; 
	clear:both; 
	visibility: hidden;
}
.page_img_area {
	width: 53.7%;
}
@media (min-width: 782px) {
.wp-block-column:not(:first-child) {
 margin-left: 0px; 
}
}
@media (max-width: 781px) and (min-width: 600px) {
.wp-block-column:nth-child(2n) {
     margin-left: 0px; 
}
}
.page_tit_area {
	box-sizing: border-box;
	padding-top: 40px;
}
/*.wp-block-columns .page_tit_area {
	padding-right: 100px;
}
.wp-block-columns:nth-child(2n) .page_tit_area{
	padding-left: 100px;
	padding-right: 0px;
}*/
.wp-block-columns .page_tit_area * {
	padding-right: 16.6%;
}
.wp-block-columns:nth-child(2) .page_tit_area * {
	padding-left: 16.6%;
	padding-right: 0px;
}


.exzoom {
  box-sizing: border-box; }
  .exzoom * {
    box-sizing: border-box; }
  .exzoom .exzoom_img_box {
    background: #eee;
    position: relative; }
    .exzoom .exzoom_img_box .exzoom_main_img {
      display: block;
      width: 100%; }
    .exzoom .exzoom_img_box span {
      background: url("data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAK\aTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQ\aWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec\a 5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28A\a AgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0\aST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaO\aWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHi\awmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryM\a AgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0l\aYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHi\aNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYA\aQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6c\awR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBie\awhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1c\aQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqO\aY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hM\aWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgoh\aJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSU\a Eko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/p\a dLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Y\a b1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7O\aUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsb\a di97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W\a 7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83\aMDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxr\aPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW\a 2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1\aU27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd\a 8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H0\a 8PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+H\avqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsG\aLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjg\aR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4\aqriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWY\a EpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1Ir\a eZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/Pb\a FWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYj\ai1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVk\aVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0Ibw\a Da0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vz\a DoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+y\a CW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawt\ao22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtd\aUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3r\aO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0\a/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv95\a 63Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+\aUPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAA\a ADqYAAAXb5JfxUYAAAAcSURBVHjaYnz9+Vs5AxJgYkADhAUAAAAA//8DANmxA1Okl3sAAAAAAElF\aTkSuQmCC") repeat; }
  .exzoom .exzoom_preview {
    margin: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #ddd;
    display: none; }
    .exzoom .exzoom_preview .exzoom_preview_img {
      position: relative;
      max-width: initial !important;
      max-height: initial !important;
      left: 0;
      top: 0; }
  .exzoom .exzoom_nav {
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    left: 15px; }
    .exzoom .exzoom_nav .exzoom_nav_inner {
      position: absolute;
      left: 0;
      top: 0;
      margin: 0; }
      .exzoom .exzoom_nav .exzoom_nav_inner span {
        border: 1px solid #ddd;
        overflow: hidden;
        position: relative;
        float: left; }
        .exzoom .exzoom_nav .exzoom_nav_inner span.current {
          border: 1px solid #f60; }
        .exzoom .exzoom_nav .exzoom_nav_inner span img {
          max-width: 100%;
          max-height: 100%;
          position: relative; }
  .exzoom .exzoom_btn {
    position: relative;
    margin: 0; }
    .exzoom .exzoom_btn a {
      display: block;
      width: 15px;
      border: 1px solid #ddd;
      height: 60px;
      line-height: 60px;
      background: #eee;
      text-align: center;
      font-size: 18px;
      position: absolute;
      left: 0;
      top: -62px;
      text-decoration: none;
      color: #999; }
    .exzoom .exzoom_btn a:hover {
      background: #e84829;
      color: #fff; }
    .exzoom .exzoom_btn a.exzoom_next_btn {
      left: auto;
      right: 0; }
      .exzoom .exzoom_btn a.exzoom_next_btn:before {
    content: "\f105";
    font-size: 20px;
}
      .exzoom .exzoom_btn a.exzoom_prev_btn:before {
    content: "\f104";
    font-size: 20px;
}
  .exzoom .exzoom_zoom {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 5;
    cursor: pointer; }
  @media screen and (max-width: 768px) {
    .exzoom .exzoom_zoom_outer {
      display: none; } }
  .exzoom .exzoom_img_ul_outer {
    border: 1px solid #ddd;
    position: absolute;
    overflow: hidden; }
    .exzoom .exzoom_img_ul_outer .exzoom_img_ul {
      padding: 0;
      margin: 0;
      overflow: hidden;
      position: absolute; }
      .exzoom .exzoom_img_ul_outer .exzoom_img_ul li {
        list-style: none;
        display: inline-block;
        text-align: center;
        float: left; }
        .exzoom .exzoom_img_ul_outer .exzoom_img_ul li img {
          width: 100%; }
.thin_block2 .min_width {
	width: 1100px;
}

 #exzoom {
    width: 400px;
    float: left;
}