@font-face {
	font-display:swap;font-family:'proxima-nova';src:url(../fonts/proximanova-regular.otf)
}

* {
	margin: 0;
	padding: 0
}

html {
    box-sizing: border-box;
    -ms-overflow-style: auto;
	font-size: 20px;
}

*,::after,::before {
    box-sizing: inherit
}

::selection {
	background-color: #651e7c;
	color: #fff
}

body {
	font-family: 'proxima-nova',Arial,sans-serif;
	font-size: 14px;
	color: #333;
	background: #fff;
	scroll-behavior: smooth;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

img {
	max-width: 100%;
	max-height: 100%;
	border: none
}

li,ol,ul {
	list-style: none;
	list-style-type: none
}

a,button,input {
	outline: 0!important;
	blr: expression(this.onFocus=this.blur())
}

input.m_se {
	width: 100%;
	border: solid 1px #f6f6f6;
	height: 60px;
	line-height: 60px;
	font-size: 16px
}

.clearfix {
	zoom: 1
}

.clearfix:before {
	content: '';
	clear: both;
	display: block;
	visibility: hidden
}

.clearfix:after {
	content: '';
	clear: both;
	display: block;
	visibility: hidden
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	margin: 0 auto;
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden
}

.clean {
	zoom: 1
}

.clean:after,.clean:before {
	content: '';
	display: table
}

.clean:after {
	clear: both
}

a {
	color: #333;
	text-decoration: none
}

a:hover {
	color: #0a0e0a;
	text-decoration: none
}
.text-white {
	color: #fff;
}
.line-2 {
	line-height: 2;
}
.overflow-hidden {
	overflow:hidden
}

.default_nav_style {
	width: 100%
}

.default_nav_style .n_item {
	float: left
}

.default_nav_style .n_item>a {
	display: block;
	padding-right: 40px
}

.default_nav_style .nav_sec {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	opacity: 0;
	padding-top: 1px;
	z-index: 999;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 460px;
	margin-top: 30px;
	box-shadow: 5px 5px 10px -5px rgba(0,0,0,.12);
	background: #fff
}

.default_nav_style .small_nav_sec {
	border-bottom: none;
	width: 260px;
	padding-top: 1px;
	max-height: none;
	overflow: visible
}

.default_nav_style .nav_sec .top {
	height: 0
}

.default_nav_style .nav_sec .nav_list {
	position: relative;
	float: left;
	width: 100%
}

.default_nav_style .small_nav_sec .nav_list {
	float: none
}

.default_nav_style .nav_sec .nav_list:after {
	content: '';
	display: block;
	width: 100%;
	clear: both
}

.default_nav_style .nav_sec .nav_sec_box {
	min-height: 200px;
	padding: 7px 20px 12px;
	background: #fff
}

.default_nav_style .small_nav_sec .nav_sec_box {
	background: #fff;
	min-height: 0;
	padding: 13px 0 17px;
	box-shadow: 0 0 10px rgba(0,0,0,.12)
}

.default_nav_style .nav_sec .nav_sec_item {
	float: left;
	margin: 5px 10px 20px;
	width: 160px
}

.default_nav_style .small_nav_sec .nav_sec_item {
	margin: 0;
	width: 100%;
	position: relative
}

.default_nav_style .nav_sec .nav_thd_list {
	padding: 4px 0
}

.default_nav_style .nav_sec .nav_thd_item>a {
	display: block;
	height: 18px;
	line-height: 18px;
	color: #666;
	font-size: 12px;
	text-align: left;
	padding: 3px 0;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.default_nav_style .small_nav_sec .nav_sec_item a,.default_nav_style .small_nav_sec .nav_sec_item dt a {
	position: relative;
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 20px;
	color: #000;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px
}

.default_nav_style .small_nav_sec .nav_sec_item a em {
	position: absolute;
	width: 7px;
	height: 11px;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	background: url(../images/icon_down_has.png) no-repeat center top
}

.default_nav_style .small_nav_sec .nav_sec_item a:hover {
	color: #000;
	text-decoration: none
}

.default_nav_style .small_nav_sec .nav_sec_item a:hover em {
	background-position: center bottom
}

.default_nav_style .small_nav_sec .nav_thd_list {
	padding: 0;
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	width: 260px;
	padding: 13px 0 17px;
	border: 1px solid #f5f5f5;
	box-shadow: 0 0 10px rgba(0,0,0,.12);
	background: #fff
}

.default_nav_style .small_nav_sec .nav_thd_item {
	position: relative
}

.default_nav_style .small_nav_sec .nav_sec_item:hover .nav_thd_list {
	display: block
}

.default_nav_style .nav_sec .nav_four_item {
	display: none
}

.default_nav_style .small_nav_sec .nav_four_item {
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	width: 260px;
	padding: 13px 0 17px;
	border: 1px solid #f5f5f5;
	box-shadow: 0 0 10px rgba(0,0,0,.12);
	background: #fff;
	text-align: left
}

.default_nav_style .small_nav_sec .nav_thd_item:hover .nav_four_item {
	display: block
}

.default_nav_style .nav_sec .more_box {
	display: inline-block;
	position: relative
}

.default_nav_style .nav_sec .more_box .nav_four_item {
	position: absolute;
	bottom: -15px;
	left: 100%;
	margin: auto;
	background: #fff;
	padding: 15px;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,.12)
}

.default_nav_style .nav_sec .more_box .nav_four_item a {
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 3px 0;
	color: #888;
	white-space: nowrap
}

.default_nav_style .nav_sec .more_box:hover .nav_four_item {
	display: block
}

.default_nav_style .nav_sec .more {
	color: #999;
	font-size: 12px;
	line-height: 30px
}

.default_nav_style .nav_sec .nav_img {
	float: left;
	width: 320px;
	font-size: 0;
	text-align: right;
	white-space: normal;
	margin-top: 20px
}

.default_nav_style .nav_sec .nav_img.small {
	width: 160px
}

.delay {
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow: hidden
}

.delay:hover {
	transform: scale(1.08,1.08);
	-moz-transform: scale(1.08,1.08);
	-ms-transform: scale(1.08,1.08);
	-webkit-transform: scale(1.08,1.08);
	-o-transform: scale(1.08,1.08)
}

.r_delay {
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.r_delay:hover {
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg)
}

.i_delay {
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.slide:hover .t {
	transform: translate(0,-100%);
	-webkit-transform: translate(0,-100%);
	-ms-transform: translate(0,-100%)
}

.slide:hover .b {
	transform: translate(0,-100%);
	-webkit-transform: translate(0,-100%);
	-ms-transform: translate(0,-100%)
}

#attribute {
	background: #000;
	overflow: hidden
}

#attribute td {
	background: #fff;
	padding: 10px;
	font-size: 14px
}

#attribute td strong {
	font-size: 14px
}

body .banner .box {
	width: 100%;
	position: unset;
	left: 0;
	top: 0;
	margin-left: auto!important;
	margin-right: auto!important;
	z-index: 1
}

.icon_share {
	font-size: 0
}

.icon_share a.icon_box {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 8px;
	background-repeat: no-repeat;
	background-size: 30px;
	border: solid 0 #666;
	border-radius: 30px
}

.icon_share a.icon_box {
	background-image: url(../images/icon_follow_2.svg)
}

.icon_share .Facebook {
	background-position: 0 0
}

.icon_share .Twitter {
	background-position: 0 -30px
}

.icon_share .Pinterest {
	background-position: 0 -60px
}

.icon_share .LinkedIn {
	background-position: 0 -90px
}

.icon_share .Email {
	background-position: 0 -120px
}

.icon_share .Instagram {
	background-position: 0 -210px
}

.foot_share {
	display: inline-block
}

.foot_share .foot_share_box {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 13px;
	vertical-align: middle;
	background-repeat: no-repeat;
	font-size: 0;
	background-size: 40px
}

.foot_share .Facebook {
	background-position: 0 0
}

.foot_share .Twitter {
	background-position: 0 -40px
}

.foot_share .Pinterest {
	background-position: 0 -80px
}

.foot_share .LinkedIn {
	background-position: 0 -120px
}

.foot_share .YouTube {
	background-position: 0 -160px
}

.foot_share .Instagram {
	background-position: 0 -280px
}

.foot_share_type_0 .foot_share_box {
	background-image: url(../images/icon_follow_0.svg)
}

.foot_share_type_1 .foot_share_box {
	background-image: url(../images/icon_follow_1.svg)
}

.foot_share_type_2 .foot_share_box {
	background-image: url(../images/global/icon_follow_2.svg)
}

.foot_share_type_3 .foot_share_box {
	background-image: url(../images/icon_follow_3.svg)
}

.foot_share_type_4 .foot_share_box {
	background-image: url(../images/icon_follow_4.svg)
}

.public_title {
	width: 100%;
	margin: 0 auto
}

.public_title h1,.public_title h2 {
	font-size: 27px;
	text-align: center;
	margin-bottom: 10px;
	line-height: 160%;
	text-transform: uppercase;
}

.public_title p {
	font-size: 18px;
	color: #666;
	line-height: 160%;
	text-align: center;
	margin-bottom: 20px;
	word-wrap: break-word
}

.public_btn {
	width: 224px;
	border: 3px solid #651e7c;
	border-radius: 6px
}

.public_btn a {
	display: block;
	width: 100%;
	font-size: 18px;
	color: #651e7c;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s
}

.public_btn a:hover {
	background: #651e7c;
	color: #fff
}

.tran {
	transition: all .3s
}

.tran_one {
	transition: all .1s
}

.pointer {
	cursor: pointer
}

.trans {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.relative {
	position: relative
}

.over {
	overflow: hidden
}

.trans-show {
	transition: all .5s;
	-webkit-transition: all .5s;
	opacity: 0;
	visibility: hidden
}

.block {
	display: block
}

.wrap {
	max-width: 1440px;
	margin: 0 auto;
	zoom: 1
}

.text-center {
	text-align: center
}

a:hover {
	text-decoration: none
}

.headerWrapper {
	background-color: #fff
}

#header {
	width: 100%
}

#header .top_h {
	width: 100%;
	border-bottom: 1px solid #f3f3f3
}

#header .top_h .feature_box {
	margin: 0 auto;
	width: 1440px;
	position: relative
}

#header .top_h .feature_box .features {
	float: right;
	width: 100px;
	height: 40px
}

#header .top_h .feature_box .ftit {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #666
}

#header .top_h .feature_box ul.language {
	font-size: 0
}

#header .top_h .feature_box ul.language li {
	float: left;
	font-size: 16px;
	margin-right: 18px;
	position: relative
}

#header .top_h .feature_box ul.language li:before {
	content: '';
	position: absolute;
	right: -10px;
	top: 14px;
	height: 12px;
	border-right: 1px solid rgba(0,0,0,.2)
}

#header .top_h .feature_box ul.language li:last-child {
	margin-right: 0
}

#header .top_h .feature_box ul.language li:last-child:before {
	display: none
}

#header .top_h .feature_box ul.language li a {
	cursor: pointer
}

#header .top_h .feature_box .features .f_btn {
	display: block;
	height: 100%;
	line-height: 40px;
	font-size: 14px;
	color: #555;
	text-decoration: none
}

#header .top_h .feature_box .features .f_search .f_btn {
	min-width: 43px;
	padding-left: 22px;
	background: url(../images/search_btn.png) no-repeat left
}

#header .top_h .feature_box .features .f_search form {
	opacity: 0;
	position: absolute;
	top: 21px;
	right: 0;
	width: 250px;
	height: 39px;
	background: #fff;
	border-bottom: 1px solid #9cc6cd;
	pointer-events: none;
	transform: translateY(-50%)
}

#header .top_h .feature_box .features .f_search.open form {
	opacity: 1;
	pointer-events: auto
}

#header .top_h .feature_box .features .f_search form input.text {
	padding-left: 10px;
	width: 80%;
	height: 100%;
	background: 0 0;
	border: 0;
	box-sizing: border-box
}

#header .top_h .feature_box .features .f_search form input.sub_btn {
	width: 15%;
	height: 100%;
	background: url(../images/search_btn.png) no-repeat center/50% auto;
	border: 0
}

#header .top_h .feature_box .features .f_language {
	height: 100%
}

#header .top_h .feature_box .features .f_language .h_lang {
	height: 100%
}

#header .top_h .feature_box .features .f_language .h_lang .f_btn {
	width: 34px;
	font-size: 14px;
	text-transform: uppercase;
	position: relative
}

#header .top_h .feature_box .features .f_language .h_lang .f_btn::before {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3.5px;
	width: 11px;
	height: 7px;
	background: url(../images/triangle.png) no-repeat right;
	-webkit-transition: all .3s;
	transition: all .3s
}

#header .top_h .feature_box .features .f_language .h-user {
	font-size: 0
}

#header .top_h .feature_box .features .f_language .icon {
	position: relative
}

#header .top_h .feature_box .features .f_language .icon .layer {
	padding: 0 10px;
	width: 135px;
	border-radius: 8px;
	text-align: center;
	background: #fff;
	position: absolute;
	top: 102%;
	left: 50%;
	-webkit-border-radius: 8px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	z-index: 100;
	max-height: 690px;
	overflow-y: auto
}

#header .top_h .feature_box .features .f_language .icon .layer::-webkit-scrollbar {
	display: none
}

#header .top_h .feature_box .features .f_language .icon .layer a {
	margin: 10px 0;
	line-height: 25px;
	font-size: 14px;
	color: #000;
	font-weight: 700;
	text-decoration: none
}

#header .top_h .feature_box .features .f_language .icon .layer a+a {
	border-top: 1px solid rgba(255,255,255,.2)
}

#header .top_h .feature_box .features .f_language .icon .layer a:hover {
	text-decoration: underline
}

#header .top_h .feature_box .features .f_language .icon:hover .layer {
	opacity: 1;
	visibility: visible
}

#header .header_box {
	margin: 0 auto;
	width: 1440px;
	/* height: 70px */
}

#header .header_box .logo_box {
	float: left;
	height: 100%;
	width: auto;
	min-width: 421px;
}
#header .header_box .logo_box .logo {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 10px;
}

#header .header_box .logo_box .logo a {
	display: block;
	height: 100%
}

#header .header_box .logo_box .logo a img {
	/* position: absolute;
	left: 0;
	top: -6px;
	bottom: 0;
	margin: auto */
}
#header .header_box .logo_box .logo a span {
	font-size: 20px;
}
#header .header_box .logo_box .logo a span.descript{
	font-size: 15px;
	padding: 10px 0 0 1vw;
	color: #808080;
	font-style: oblique;
}
#header .header_box .navbars {
	float: right
}

.default_nav_style .n_item {
	line-height: 70px
}

.default_nav_style .n_item>a {
	font-size: 16px;
	color: #222;
	text-transform: uppercase;
	transition: all .1s;
	text-decoration: none
}

.default_nav_style .n_item:hover>a {
	color: #651e7c
}

.default_nav_style .small_nav_sec .nav_sec_item a,.default_nav_style .small_nav_sec .nav_sec_item dt a {
	font-weight: 400;
	font-size: 14px;
	font-family: font-family:'proxima-nova',Arial,sans-serif
}

.win_header .header .logo {
	padding: 15px 0
}

.win_header .header .func .btn {
	margin-left: 3%
}
.header .logo .descript {
	padding: 13px 0 0 1vw;
	font-size: 12px;
	color: #808080;
	font-style: oblique;
}

/* banner_down start */
.index-banner-down {
    width: 100%;
    min-height: 7.15rem;
    color: #424242;
    font-weight: 400;
    overflow: hidden;
    display:flex;
    flex-wrap:wrap;
    -webkit-justify-content:space-around;
    justify-content:space-around;
}
@media screen and (min-width:1440px){
    .index-banner-down.all_protype .pro_item:last-child {
        width: 23%;
    }
}
.index-banner-down h6{
    font-size: 0.8rem;
    font-weight: bold;
    color: #333333;
    font-size: 29px;
    line-height: 59px;
}

/* banner_down end */

.banner2 {
    width: 100%;
    height: 23vw;
    margin-top: 4vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    position: relative;
}
.banner2 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    z-index: -1;
}
.banner2 .bg img {
    width: 100%;
    object-fit: cover;
}

.banner2 h2.title {
    font-size: 2.5vw;
    font-weight: 400;
}
.banner2 p.desc {
    font-size: 1.08333333333333vw;
}
.banner2 a.more {
    width: 13.48958333333333vw;
    height: 1.65625vw;
    line-height: 2;
    background-color: #f2d549;
    display: block;
    text-align: center;
    color: #000000;
    font-size: 0.8vw;
    min-width: 163px;
    min-height: 25px;
}

.all_protype {
	width: 100%;
	margin: 50px auto 0;
	max-width: 1440px;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.all_protype.index-team .pro_item {
	margin-top: 20px;
	width: 33%;
	position: relative;
	overflow: hidden;
	background: #fff
}

.all_protype .pro_item {
	margin-top: 20px;
	width: 20%;
	position: relative;
	overflow: hidden;
	background: #fff
}

.all_protype .pro_item a {
	display: block;
	text-decoration: none
}

.all_protype .pro_item a:hover .typename {
	transform: translateX(15px)
}

.all_protype .pro_item a .img_box {
	width: 100%;
	max-height: 486px;
	text-align: right;
	position: relative;
	padding-top: 76.7%
}

.all_protype .pro_item a .img_box img {
	margin-top: 10px;
	margin-bottom: 10px;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.all_protype.mb50 {
	margin-bottom: 60px
}

.all_protype .pro_item a .typename {
	/* position: absolute;
	left: 20px;
	bottom: 0 */
    margin-top: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 0.917rem;
    line-height: 1.38rem;
    height: auto;
}

.all_protype .pro_item a .typename p {
	font-size: 18px;
	color: #363030;
	line-height: 160%;
	font-weight: 400;
	margin-bottom: 0!important
}

.cat-list {
	margin: 0 auto;
	width: 100%;
}
.cat-list ul.cat {
	width: 100%;
}

.cat-list .cat li {
    background: url('/vendor/CmsThemeQianqiaocorp/images/apps-line_smail.svg') no-repeat;
    background-position-y: 1.45rem;
    padding-left: 0.8rem;
    border-top: 0.05rem solid #cecece;
    padding-top: 0.4rem;
}
.cat-list .cat li:last-child {
    border-bottom: 0.05rem solid #cecece;
}
.cat-list .cat li a {
    color: #515151;
    font-size: 0.903rem;
    line-height: 3.05rem;
    flex-wrap: nowrap;
}
.cat-list .cat li span.title {
    color: #232323;
    font-size: 0.932rem;
    font-weight: bold;
}
.cat-list .cat li span.title {
    margin-left: 0.35rem;
}
.cat-list .cat li a.sub {
    margin-left: 17px;
    margin-right: 20px;
    display: inline-block;
}

.cat-list .container .pic-box.ub-container {
    max-width: 62.55rem;
    padding-top: 1.15rem;
    padding-left: 0;
    padding-right: 0;
}

.cat-list .list li {
    width: 20.1rem;
    height: 11.05rem;
    position: relative;
    margin-right: 0.86rem;
}
.cat-list .big-img img {
    width: 100%;
}
.cat-list .list li img {
    height: 100%;
}
.cat-list .list li:last-child {
    margin-right: 0;
}

.cat-list .list {
    min-height: 12rem;   
    padding-top: 1.05rem; 
}

.cat-list .list ul{
    display: flex;
    justify-content: space-between;
}

.cat-list .list li .info {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #193d9e;
    background-color: rgba(25,61,158, 0.81);
    top: 0;
    color: #ffffff;
    font-size: 0.7915rem;
    padding: 1.25rem;
    padding-top: 1.5rem;
    display: none;
}
.cat-list .list li.active .info {
    display: block;
}

.cat-list .list li .info .more {
    padding-top: 0.75rem;
    display: block;
}

.cat-list .list li:hover .info {
    display: block;
}


@media screen and (max-width: 69rem) {
	.cat-list a {
    }
}
@media screen and (max-width: 800px) {
	.index-banner-down ul {
		min-height: 80px !important;
	}
}

.index-products.all_protype .pro_item {
	float:left;
	width: 25%;
}
.index-products .product-list {
	width: 100%;
	display: none;
}
.index-products .product-list.active {
	display: block;
}


.index-cases.all_protype {
	width: 100%;
	max-width: 100%;
	margin: 50px auto;
}
.index-cases .wrap {
	max-width: 1200px;
}
.index-cases li {
	position: relative;
	padding: 0;
}
.index-cases li a.image {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.index-cases li a.bg {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #c8102e;
	transition: background-color .25s;
	opacity: 0;
}
.index-cases li:hover a.bg {
	opacity: 0.5;
}
.index-cases li a.title {
	line-height: 30px;
	position: absolute;
	bottom: 0;
	font-size: 25px;
	color: #fff;
	left: 30px;
	bottom: 10px;
	z-index: 999;
}
.index-cases li a.more {
	position: absolute;
	top: 10%;
    right: 10%;
	z-index: 999;
}
.index-cases li a img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.circle {
    display: flex;
    justify-content: center;
}


.circle .dot {
    display: block;
    background-color: #999999;
    border-radius: 50%;
}

.circle:hover .dot,
.dot-box .col-md-3.active .dot
{
    background-color: #f4d064;
}

/* 首页案例 end */

.index-team.all_protype {
	max-width: 1216px;
}

.to_contact {
	width: 100%; height: 100px; background-color: #000; font-size: 28px; text-align: center; line-height: 100px;
}

.service_box {
	padding-top: 50px;
	padding-bottom: 60px;
	width: 100%;
	background: #f7f9fb
}

.service_box .service {
	margin: 0 auto;
	width: 1440px
}

.service_box .service .se_box {
	margin-top: 50px;
	width: 100%;
	position: relative
}

.service_box .service .se_box .se_img {
	float: left;
	width: 894px;
	height: 618px;
	position: relative;
	overflow: hidden
}

.service_box .service .se_box .se_img .carousel_box .se_pic a {
	display: block;
	width: 100%;
	height: 100%
}

.service_box .service .se_box .se_img .carousel_box .se_pic a img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .3s;
	transition: all .3s
}

.service_box .service .se_box .se_img .carousel_box .se_pic:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.service_box .service .se_box .se_content {
	float: right;
	width: 512px
}

.service_box .service .se_box .se_content .se_item {
	margin-top: 4.8%;
	width: 100%;
	height: 190px;
	border-radius: 7px;
	background: #fff;
	position: relative;
	transition: all .1s
}

.service_box .service .se_box .se_content .se_item:first-child {
	margin-top: 0
}

.service_box .service .se_box .se_content .active {
	background: #0e0e0e
}

.service_box .service .se_box .se_content .se_item .angle {
	opacity: 0;
	width: 0;
	height: 0;
	border-width: 16px 11px 0;
	border-style: solid;
	border-color: #0e0e0e transparent transparent transparent;
	transform: rotate(90deg);
	position: absolute;
	top: 45.5%;
	left: -19px
}

.service_box .service .se_box .se_content .active .angle {
	opacity: 1
}

.service_box .service .se_box .se_content .se_item .sco_box {
	position: absolute;
	top: 18.5%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0 32px
}

.service_box .service .se_box .se_content .se_item .sco_box a {
	font-size: 24px;
	color: #222;
	text-decoration: none;
	text-transform: uppercase;

	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.service_box .service .se_box .se_content .active .sco_box a {
	color: #f7f9fb
}

.service_box .service .se_box .se_content .se_item .sco_box p {
	margin-top: 4.8%;
	height: 60px;
	font-size: 16px;
	color: #555;
	line-height: 30px;
	overflow: hidden;
	cursor: default
}

.service_box .service .se_box .se_content .active .sco_box p {
	color: #f7f9fb
}

.service_box .service .se_box .se_content .se_item:hover {
	background: #0e0e0e
}

.service_box .service .se_box .se_content .se_item:hover .sco_box a {
	color: #f7f9fb
}

.service_box .service .se_box .se_content .se_item:hover .sco_box p {
	color: #f7f9fb
}

.service_box .service .se_box .se_content .se_item:hover .angle {
	opacity: 1
}

.to_contact2 {
	width: 100%;
    padding-bottom: 30px;
    background: #f2f2f2;
	margin-bottom: 2vw;
	text-align: center;
}

.to_contact2 p.title {
    font-size: 28px;
    color: #000;
    text-align: center;
    word-break: break-all;
    padding-top: 30px;
}
.to_contact2 a {
	font-size: 20px;
    display: inline-block;
    background: #333;
	color: #fff;
    padding: 10px;
}

.index-contact {
	width: 100%;
    min-height: 13.45833333333333vw;
    background-color: #dcdcde;
    background-size: cover;
    text-align: center;
    margin-top: 30px;
    margin-top: 1.5625vw;
    padding-bottom: 3vw;
}

.index-contact h2.title {
    font-size: 54px;
    font-size: 2.8125vw;
    color: #282828;
    padding-top: 50px;
}
.index-contact p.desc {
    font-family: '微软雅黑';
    font-size: 13px;
    color: #646464;
    margin-bottom: 40px;
}
.index-contact a.more {
    width: 366px;
    height: 51px;
    background-color: #000000;
    font-size: 19px;
    color: #fff;
    display: block;
    line-height: 51px;
    margin: 0 auto;
}


.product_box {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 60px
}

.product_box .public_btn {
	margin: 40px auto 0
}

.new_box {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 60px;
	background: #f7f9fb
}

.new_box .advisory {
	margin: 50px auto 0;
	width: 1440px;

	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari 6.1+ */
	justify-content: space-between;
}

.new_box .advisory .abv_item {
	width: 450px;
	background: #fff
}

.new_box .advisory .abv_item a {
	display: block;
	width: 100%;
	height: 100%
}

.new_box .advisory .abv_item .abv_img {
	width: 100%;
	max-height: 384px;
	position: relative;
	padding-top: 57.06%;
	overflow: hidden
}

.new_box .advisory .abv_item .abv_img img {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .3s;
	transition: all .3s
}

.new_box .advisory .abv_item:hover .abv_img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.new_box .advisory .abv_item .new {
	padding: 4.5% 6% 5.9%;
	box-shadow: 0 0 15px 3px #e0e0e0
}

.new_box .advisory .abv_item .new .new_title a {
	display: block;
	height: 60px;
	font-size: 22px;
	color: #373738;
	line-height: 30px;
	text-decoration: none;
	overflow: hidden
}

.new_box .advisory .abv_item .new .short_term {
	margin-top: 13px;
	margin-bottom: 25px;
	width: 83px;
	height: 3px;
	background: #651e7c
}

.new_box .advisory .abv_item .new .new_day p {
	font-size: 16px;
	color: #555;
	font-style: oblique
}

.new_box .advisory .abv_item .new .new_brief p {
	margin-top: 16px;
	font-size: 16px;
	color: #555;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.new_box .advisory .abv_item .new .new_btn {
	display: block;
	margin-top: 16px;
	font-size: 14px;
	color: #651e7c;
	text-transform: uppercase;
	text-decoration: none
}

.new_box .advisory .abv_item .new .new_btn:hover {
	transform: translateX(10px)
}

.new_box .public_btn {
	margin: 50px auto 0
}

#footer {
	width: 100%;
	background: #333
}

#footer .footer_box {
	margin: 0 auto;
	padding: 66px 0;
	width: 1440px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between
}

#footer .footer_box .foo_item ul li {
	margin-top: 10px;
	width: 100%;
	font-size: 14px;
	color: #ababab
}

#footer .footer_box .foo_item ul li a {
	display: block;
	font-size: 14px;
	color: #ababab;
	text-decoration: none
}

#footer .footer_box .foo_item ul li a:hover {
	color: #b8b7b7
}

#footer .footer_box .foo_item ul li:first-child {
	margin-top: 0;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize
}

#footer .footer_box .foo_item ul li:nth-child(2) {
	margin-top: 30px
}

#footer .footer_box .mode_one {
	margin-left: 38px;
	width: 22%;
	width: 15%;
}

#footer .footer_box .mode_two {
	margin-left: 30px;
	/* width: 20%; */
	width: 15%
}

#footer .footer_box .mode_three {
	margin-left: 35px;
	/* width: 18%; */
	width: 15%;
}

#footer .footer_box .mode_fout {
	/* margin-right: 30px; */
	/* width: 23%; */
	width: 15%
}

#footer .footer_box .mode_fout ul li:nth-child(2) {
	margin-top: 25px
}

#footer .footer_box .mode_fout ul li:nth-child(2) p {
	line-height: 24px
}

#footer .footer_box .mode_fout ul li:last-child {
	margin-top: 15px
}

#footer .footer_box .mode_fout ul li:last-child .share {
	display: flex;
	flex-wrap: wrap;
	margin-left: -3px
}

.foot_share .foot_share_box {
	margin-right: 8px
}

#footer .copy_box {
	width: 100%;
	background: #222
}

#footer .copy_box .copy {
	margin: 0 auto;
	width: 1440px;
	text-align: center
}

#footer .copy_box .copy p {
	margin-left: 38px;
	padding-top: 26px;
	padding-bottom: 28px;
	font-size: 16px;
	color: #888;
	margin-bottom: 0!important
}

#footer .copy_box .copy p a {
	color: #888;
	text-decoration: none
}

#footer input,
#footer textarea {
    background:none !important;
    margin-bottom: 14px;
    width: 100%;
    border: 2px solid #fff !important;
    color: #ffffff;
}

#footer input {
    height: 29px;
}
#footer textarea.form {
    height: 87px;
}
#footer input::placeholder,
#footer textarea.form::placeholder {
    color: #ffffff;
	padding-left: 3px;
}
#footer .btn-primary {
    background-color: #fff;
    min-width: 111px;
    height: 31px;
    border-radius: 5px;
    color: #27292b;
    font-size: 14px;
}
#footer .btn-primary:hover {
    background-color: #c0c0c0;
    color: #27292b;
}

.product-list {
	width: 100%
}

.pro_list .win_position {
	margin-top: 20px;
	border-bottom: 0;
	font-size: 14px;
	color: #737373
}

.pro_list .win_position .title {
	display: none
}

.pro_list .win_position .position a {
	font-size: 14px;
	color: #737373
}

.pro_list .win_position .position {
	float: none;
	width: 100%;
	height: auto;
	line-height: 70px;
	text-align: left
}

.product-list .pro_list {
	width: 100%;
	background: #fff
}

.product-list .pro_list .cate_brief {
	margin-top: 30px;
	width: 100%
}

.product-list .pro_list .hot_cate {
	width: 100%
}

.product-list .pro_list .hot_cate .page_name {
	position: relative;
	width: 100%;
	height: 69px;
	line-height: 69px;
	font-size: 36px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px
}

.product-list .pro_list .hot_cate .list {
	width: 100%
}

.product-list .pro_list .hot_cate .list .row .img {
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden
}

.product-list .pro_list .hot_cate .list .row .row_txt {
	display: block;
	margin-bottom: 0;
	height: auto
}

.product-list .pro_list .hot_cate .list .row .row_txt .name {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 24px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-decoration: none
}

.product-list .pro_list .hot_cate .list .row:hover .img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.product-list .pro_list .hot_cate .list .row:hover .row_txt .name {
	color: #651e7c
}

.product-list .pro_list .wrap {
	margin-top: 30px
}

.products .pro_cate {
	padding: 12px 0;
	width: 100%;
	background: #fff
}

.products .pro_cate .page_name {
	display: none;
	position: relative;
	height: 69px;
	line-height: 69px;
	font-size: 36px;
	color: #000;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase
}

.products .pro_cate .content {
	position: relative;
	margin-top: 26px;
	width: 100%;
	z-index: 1;
	text-align: center
}

.products .pro_cate .list {
	position: relative;
	display: inline-block;
	margin: 0 27px 30px 0;
	width: auto;
	line-height: 43px;
	transition: all .5s
}

.products .pro_cate .list:first-child {
	margin-left: 0
}

.products .pro_cate .list .son_cate {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 1
}

.products .pro_cate .list .first_cate {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all .5s
}

.products .pro_cate .list .first_cate.son:after {
	content: '';
	width: 10px;
	height: 10px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0
}

.products .pro_cate .list .first_cate a {
	display: block;
	position: relative;
	padding: 0 36px;
	border: 1px solid #651e7c;
	font-size: 16px;
	transition: all .5s;
	text-decoration: none
}

.products .pro_cate .list .first_cate a:before {
	display: block;
	content: '';
	position: absolute;
	right: 35px;
	top: 19px;
	width: 12px;
	height: 7px;
	background: url(../../../../../../../themes/coowingroup/images/pro_cate_icon.png) no-repeat center/100%;
	transition: all .5s
}

.products .pro_cate .list .first_cate a:after {
	display: block;
	content: '';
	position: absolute;
	right: 35px;
	top: 19px;
	width: 12px;
	height: 7px;
	background: url(../../../../../../../themes/coowingroup/images/pro_cate_icon2.png) no-repeat center/100%;
	transition: all .5s;
	z-index: 1;
	opacity: 0
}

.products .pro_cate .list:hover .first_cate a {
	background: #651e7c;
	color: #fff
}

.products .pro_cate .list:hover .first_cate a:before {
	transform: rotate(180deg)
}

.products .pro_cate .list:hover .first_cate a:after {
	transform: rotate(180deg);
	opacity: 1
}

.products .pro_cate .son_cate {
	display: none;
	margin-bottom: 10px;
	background: #f7f7f7
}

.products .pro_cate .list.on .first_cate.son:after {
	width: 10px;
	height: 2px;
	background-position: 0 -104px
}

.products .pro_cate .son_cate .item {
	position: relative;
	height: 48px;
	line-height: 48px
}

.products .pro_cate .son_cate .item a {
	width: 100%;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #dedede;
	font-size: 16px;
	color: #333;
	text-align: left;
	text-indent: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .5s
}

.product-detail .prodetails .description .title,
.news-detail .title {
	border: none;
	margin-bottom: 15px;
}

.product-detail .prodetails .description .title span,
.news-detail .title span {
	font-size: 30px;
	color: #1f1f1f;
	position: relative;
	background: #fff;
	margin-right: 0;
	padding-right: 15px
}

.product-detail .prodetails .description .title span:after,
.news-detail .title span:after {
	position: absolute;
	width: 100%;
	left: 100%;
	top: 18px;
	height: 1px;
	background: #e3e3e3;
	margin-left: 20px;
	content: ''
}
.product-detail .info .btn {
	left: 25px !important;
}
.ub-html table {
    border-spacing: 0;
    max-width: 98%;
    margin: 1em 0;
    box-shadow: 0 0 0.1rem #ccc;
    display: table;
    text-align: left;
    border: 0.05rem solid #ddd;
    border-collapse: collapse;
    overflow: auto;
    word-break: keep-all;
}
.ub-html table tr {
    background-color: #fff;
    border-top: 0.05rem solid #ccc;
}
.ub-html table tr td {
    padding: 0.15rem 0.3rem;
    border: 0.05rem solid #ddd;
}
.ub-html p {
    padding: 0;
    line-height: 1.8;
    word-spacing: 0.05rem;
    margin: 0.5em 0;
}
.news-detail .pre,.news-detail .next {
	font-size: 16px;
}
.news-detail .pre {
	width: 100%;
	border-top: 1px solid#e3e3e3;
	padding: 20px 10px;
}
.news-detail .next {
	padding: 0 10px;
}
.news-detail .next {
	margin-bottom: 30px;
}
.news-detail li {
	overflow: hidden;
}
.inner-products li a,
.description li a,
.news-detail li a {
	display: block;
	width: 100%;
	height: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.inner-products li a img,
.description li a img,
.news-detail li a img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
.in_ad {
	position: relative;
	font-size: 0
}

.in_ad .ad_con {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.in_ad .ad_con .con_table {
	display: table;
	width: 100%;
	height: 100%
}

.in_ad .ad_con .con_table .con_table_cell {
	display: table-cell;
	vertical-align: middle
}

.in_ad .ad_con .win_position {
	width: 100%;
	border-bottom: 0
}

.in_ad .ad_con .win_position .title {
	display: block;
	float: none;
	width: 100%;
	max-width: inherit;
	height: 70px;
	line-height: 70px;
	font-size: 50px;
	color: #fff;
	text-align: center
}

.in_ad .ad_con .win_position .position {
	float: none;
	width: 100%;
	max-width: inherit;
	height: 26px;
	line-height: 26px;
	text-align: center
}

.in_ad .ad_con .win_position .position {
	font-size: 16px;
	color: #fff
}

.in_ad .ad_con .win_position .position a {
	font-size: 14px;
	color: #fff
}

.in_ad .bxSlide-outter {
	min-height: 3rem
}

.win_page {
	margin: 30px 0;
	text-align: center;
	height: auto;
	line-height: 54px;
	clear: both
}

.win_page span {
	height: 54px;
	width: 54px;
	display: block;
	text-align: center;
	line-height: 54px;
	background: #eee;
	display: inline-block;
	margin: 4px;
	position: relative
}

.win_page span:hover {
	background: #d8d8d8;
	color: #fff
}

.win_page span a,.win_page span font {
	height: 54px;
	width: 54px;
	display: block;
	font-size: 16px;
	text-decoration: none
}

.win_page span .page_item_current {
	background: #651e7c;
	color: #fff;
	cursor: default
}

.win_page span em {
	width: 22px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px
}

.win_page span em.icon_page_prev {
	background: url(../images/prev_page.png) no-repeat center center
}

.win_page span em.icon_page_next {
	background: url(../images/next_page.png) no-repeat center center
}

.win_page.s1>span {
	background: 0 0
}

.win_page.s1>span .page_item_current {
	background: 0 0;
	color: #f60
}

.wrap .cate-name {
	font-size: 30px;
	color: #000;
	margin-bottom: 15px;
	margin-bottom: 30px;
	text-decoration: none
}

.wrap .cate-name a {
	text-decoration: none
}

.wrap .cate-name span {
	display: block;
	width: 28px;
	height: 2px;
	background: #651e7c;
	margin: 15px auto 0
}

.wrap-module .cate-name {
	font-size: 30px;
	color: #000;
	margin-bottom: 15px;
	margin-bottom: 30px
}

.wrap-module .cate-name span {
	display: block;
	width: 28px;
	height: 2px;
	background: #651e7c;
	margin: 15px auto 0
}

.article-content .art-title {
	height: 35px;
	margin: 30px 0;
	font-size: 22px;
	color: #333;
	text-align: center
}

.article-content .art-title {
	position: relative;
	height: 69px;
	line-height: 69px;
	font-size: 36px;
	color: #000;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase
}

.article-content .art-title:before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 28px;
	height: 2px;
	background: #651e7c;
	transform: translateX(-50%)
}

.wrap-module body .win_position {
	margin-top: 8px;
	line-height: 40px;
	margin-bottom: 25px;
	border-color: #e6e6e6
}

.info-list .menu-in-left .win_position {
	border-bottom: 0
}

.info-list .menu-in-left .win_position .title {
	display: none
}

.info-list .menu-in-left .win_position .position {
	text-align: left
}

.menu-in-left {
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #fff
}

.menu-in-left .menu-wrap-style {
	width: 100%
}

.menu-in-left .menu-wrap-style .menu {
	text-align: center
}

.menu-in-left .wrap-righter-style {
	padding-top: 42px;
	width: 100%
}

.menu-wrap-style .menu .cate-top {
	margin-bottom: 30px;
	font-size: 30px;
	color: #1f1f1f
}

.menu-wrap-style .menu li {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	margin: 0 20px;
	width: auto;
	line-height: 43px;
	transition: all .5s
}

.menu-wrap-style .menu li a {
	display: block;
	padding: 0 4px;
	min-width: 155px;
	border: 1px solid #651e7c;
	font-size: 18px;
	text-align: center;
	transition: all .5s;
	text-decoration: none
}

.menu-wrap-style .menu li a.on,.menu-wrap-style .menu li a:hover {
	background: #651e7c;
	color: #fff
}

.menu-wrap-style .menu .m-title {
	display: none;
	position: relative;
	height: 69px;
	line-height: 69px;
	font-size: 36px;
	color: #000;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase
}

.menu-wrap-style .menu .m-title:before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 28px;
	height: 2px;
	background: #651e7c;
	transform: translateX(-50%)
}

.menu-wrap-style .menu .cate-top {
	margin-bottom: 30px;
	font-size: 30px;
	color: #1f1f1f
}

.menu-wrap-style .menu h3 {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	margin-right: 27px;
	width: auto;
	line-height: 43px;
	transition: all .5s
}

.menu-wrap-style .menu h3 a {
	display: block;
	padding: 0 4px;
	min-width: 155px;
	border: 1px solid #651e7c;
	font-size: 18px;
	text-align: center;
	transition: all .5s;
	text-decoration: none;
	font-weight: 400
}

.menu-wrap-style .menu h3 a:hover {
	background: #651e7c;
	color: #fff
}

.menu-wrap-style .menu h3 a.on,.menu-wrap-style .menu h3 a:hover {
	background: #651e7c;
	color: #fff
}

.download_list ul li:hover {
	color: #651e7c
}

.contenter {
	margin-top: 30px;
	width: 100%
}

.contenter .title {
	padding: 0 30px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #fff;
	font-size: 18px;
	color: #202528;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.contenter .cate_brief {
	padding: 0 30px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.contenter .win_position .title {
	margin-bottom: 4px;
	width: 100%;
	height: 62px;
	line-height: 62px;
	font-size: 20px;
	color: #333
}

.contenter .win_position {
	border-bottom: 0
}

.contenter .win_position .position {
	display: none
}

.article-content .wrap .contenter .win_position .position {
	display: block
}

.article-content .wrap .contenter {
	margin-top: 0
}

.rightside .info_list .item .info .title a {
	text-decoration: none
}

.rale_news {
	padding-bottom: 56px;
	width: 100%
}

.rale_news .news_title {
	width: 100%;
	height: 30px;
	line-height: 30px
}

.rale_news .news_title .title {
	font-size: 22px;
	color: #191919
}

.rale_news .news_title .read_btn {
	font-size: 14px;
	color: #888
}

.rale_news .news_title .read_btn span {
	font-size: 14px;
	color: #888;
	font-weight: 700
}

.rale_news .list {
	display: grid;
	grid-template-columns: repeat(4,23.25%);
	justify-content: space-between;
	margin-top: 23px;
	width: 100%
}

.rale_news .list .item .img {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	overflow: hidden
}

.rale_news .list .item .title {
	display: -webkit-box;
	margin-top: 15px;
	line-height: 21px;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}

.rale_news .list .item .time {
	margin-top: 8px;
	width: 100%;
	height: 21px;
	line-height: 21px;
	font-size: 14px;
	color: #989898
}

.rale_news .list .item .brief {
	display: -webkit-box;
	margin-top: 6px;
	line-height: 24px;
	font-size: 14px;
	color: #888;
	text-decoration: none;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.rale_news .list .item:hover .img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.rale_news.desc_news {
	margin-top: 55px
}

.rale_news.desc_news .news_title {
	position: relative;
	width: 100%;
	text-align: center
}

.rale_news.desc_news .news_title:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #ddd;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.rale_news.desc_news .news_title .title {
	position: relative;
	z-index: 1;
	padding: 0 40px;
	width: 100%;
	background: #fff;
	text-align: center
}

.rale_news.desc_news .list {
	grid-template-columns: repeat(2,49%);
	grid-row-gap: 44px
}

.rale_news.desc_news .list .item .img {
	width: 39.2857%;
	height: 100%;
	text-align: center
}

.rale_news.desc_news .list .item .text {
	width: calc(100% - 43.5374%)
}

.rale_news.desc_news .list .item.no_img .text {
	width: 100%
}

.rale_news.desc_news .list .item .text .title {
	margin-top: 0;
	font-size: 18px
}

.rale_news.desc_news .list .item .brief {
	font-size: 15px;
	color: #888
}

.wrap-module .win_infolist>.share {
	display: block;
	margin-bottom: 20px
}

.article-content .article_detail>.contents>.share {
	display: block
}

body .menu-in-left .wrap-righter-style .download_list ul li {
	overflow: hidden
}

body .menu-in-left .wrap-righter-style .download_list ul li .name {
	width: 65%
}

.win_header {
	width: 100%;
	display: none;
	background-color: #fff
}

.win_header .header {
	width: 100%;
	height: 50px;
	padding: 0 10px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	z-index: 10001;
	max-width: 991px;
	box-sizing: border-box
}

.win_header .header .logo {
	float: left;
	width: 80%;
	padding: 10px 0;
	overflow: hidden
}

.win_header .header .logo img {
	max-height: 50px!important
}

.win_header .header .func {
	float: right;
	width: 16%;
	margin-top: 12px;
	text-align: right;
	padding-right: 8px;
	box-sizing: border-box
}

.win_header .header .func .btn:first-child {
	margin-left: 0
}

.win_header .header .func .btn {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	line-height: 40px;
	margin-left: 10%;
	cursor: pointer
}

.win_header .header .func .language_btn {
	font-size: 20px
}

.win_header .header .func .search_btn {
	width: 23px;
	height: 23px;
	background: url(../images/search_btn_m.png) no-repeat center center/100%
}

.win_header .header .func .member_btn {
	width: 23px;
	height: 23px;
	background: url(../images/account_btn.png) no-repeat center center/100%
}

.win_header .header .func .menu_btn {
	width: 23px;
	height: 23px;
	background: url(../images/menu_btn.png) no-repeat center center/100%
}

.win_header .header .func .menu_btn.on {
	background: url(../images/close_btn.png) no-repeat center center/80%
}

.win_header .nav {
	position: fixed;
	top: 0;
	right: -75%;
	display: block;
	width: 75%;
	height: 100%;
	margin: 0;
	z-index: 10001;
	overflow-y: scroll;
	overflow-x: hidden;
	background: url(../images/header_bg.png) repeat-x top center #fff;
	margin-top: 50px
}

.win_header .nav.on {
	right: 0
}

.win_header .nav .list {
	margin: 0 5%;
	border-bottom: 1px solid #ddd
}

.win_header .nav .list .title {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	text-decoration: none;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.win_header .nav .list.has_sec .title i {
	float: right;
	width: 18px;
	height: 100%;
	background: url(../images/cate_arrwo.png) no-repeat right center/40%
}

.win_header .nav .list:last-child {
	margin-bottom: 50px
}

.win_header .nav .sub {
	display: none
}

.win_header .nav_bg.on {
	position: fixed;
	top: 51px;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 9990
}

.win_header .son_nav {
	position: fixed;
	top: 0;
	right: -75%;
	display: block;
	width: 75%;
	height: 100%;
	margin: 0;
	z-index: 10001;
	overflow-y: scroll;
	overflow-x: hidden;
	background: url(../images/header_bg.png) top center no-repeat #fff;
	margin-top: 51px;
	border-top: 1px solid #ddd
}

.win_header .son_nav .item {
	margin: 0 4%;
	border-bottom: 1px solid #ddd
}

.win_header .son_nav .item a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none
}

.win_header .son_nav .item a i {
	float: right;
	width: 18px;
	height: 60px;
	background: url(../images/cate_arrwo.png) no-repeat right center/40%
}

.win_header .son_nav .item .son_nav_title.on i {
	margin-right: 5%;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg)
}

.win_header .son_nav .item:last-child {
	margin-bottom: 50px
}

.win_header .son_nav.on {
	right: 0
}

.win_header .son_nav .cate_close {
	width: 100%;
	text-align: left
}

.win_header .son_nav .cate_close span {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/back_btn.png) no-repeat center center/50%;
	margin: 15px 0 15px 4%
}

.win_header .son_nav .third_nav {
	display: none
}

.win_header .son_nav .third_nav a {
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	border-top: 1px solid #ddd;
	text-indent: 20px;
	color: #888
}

.win_header .language {
	position: fixed;
	top: 0;
	right: -100%;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	margin: 0;
	z-index: 10001;
	overflow-y: scroll;
	overflow-x: hidden
}

.win_header .language.on {
	right: 0
}

.win_header .language .close_btn {
	text-align: right
}

.win_header .language .close_btn span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 14px 0;
	background: url(../images/close_btn.png) no-repeat center center/80%;
	margin-right: 5%
}

.win_header .language .content {
	background: url(../images/header_bg.png) repeat-x center top
}

.win_header .language .list {
	height: 60px;
	line-height: 60px;
	margin: 0 5%;
	border-bottom: 1px solid #ddd;
	text-align: center
}

.win_header .language .list a {
	display: inline-block;
	width: 100%;
	font-size: 18px
}

.win_header .resp_search_box {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	z-index: 10001;
	background: #fff
}

.win_header .resp_search_box.on {
	right: 0
}

.win_header .resp_search_box .close_btn {
	float: right;
	width: calc(100% - 180px);
	text-align: right;
	background: #fff;
	padding-right: 10px
}

.win_header .resp_search_box .close_btn span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 13px 0;
	background: url(../images/close_btn.png) no-repeat center center/80%
}

.win_header .resp_search_box .search_form {
	position: relative;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff
}

.win_header .resp_search_box .search_form input[name=Keyword] {
	width: 80%;
	height: 100%;
	margin-left: 5%;
	border: none;
	font-size: 16px;
	color: #c8c8c8;
	outline: 0
}

.win_header .resp_search_box .search_form input[type=submit] {
	position: absolute;
	top: 0;
	right: 5%;
	width: 41px;
	height: 100%;
	background: url(../images/search_btn_m.png) no-repeat center center/50%;
	border: none;
	outline: 0
}

.win_header.header_blank {
	height: 50px
}

.win_position {
	position: relative;
	border-bottom: 1px solid #ddd
}

.win_position .title {
	float: left;
	width: 50%;
	text-align: left;
	font-size: 20px;
	height: 55px;
	line-height: 55px;
	color: #555;
	max-width: 60%;
	overflow: hidden
}

.win_position .position {
	float: left;
	text-align: right;
	line-height: 55px;
	color: #888;
	font-size: 16px;
	overflow: hidden;
}

.win_position .position a {
	color: #888
}

.win_position.s1 {
	border: none
}

.win_position.s1>.title {
	display: none
}

.win_position.s1>.position {
	text-align: left
}

.prodetails {
	margin: 30px 0;
	position: relative
}

.prodetails .gallery {
	position: relative;
	float: left;
	width: 50%;
	margin-right: 0;
	min-height: 450px;
	padding-bottom: 20px;
	margin-bottom: 90px;
}

.prodetails .gallery .bigimg {
	padding-left: 17%
}

.prodetails .gallery .bigimg .MagicZoom {
	display: block;
	margin: 0 auto
}

.prodetails .gallery .bigimg .MagicZoom img {
	border: 0!important;
	padding: 0!important;
	margin: 0!important;
	width: auto;
	height: auto;
	max-height: 520px !important;
}

.prodetails .gallery .bigimg .MagicZoomBigImageCont {
	border: 1px solid #ddd
}

.prodetails .gallery .bigimg .MagicZoomHeader {
	font-size: 8pt!important;
	line-height: normal!important;
	color: #fff;
	background: #666;
	text-align: center!important
}

.prodetails .gallery .bigimg .MagicZoomPup {
	border: 1px solid #ccc;
	background: #fff;
	cursor: move
}

.prodetails .gallery .bigimg .MagicZoomLoading {
	border: 1px solid #ddd;
	background: url(../images/loading.gif) no-repeat 2px 50% #fff
}

.prodetails .gallery #zoom-big {
	position: absolute;
	top: 0;
	left: 100%
}

.prodetails .gallery #zoom-big img {
	max-width: none;
	max-height: none
}

.prodetails .gallery #small_img {
	width: 100px;
	position: absolute;
	left: 0;
	top: 0
}

.prodetails .gallery #small_img .pic_box {
	width: 90px;
	height: 90px;
	border: 1px solid #ddd;
	margin-bottom: 8px;
	text-align: center;
	display: block
}

.prodetails .gallery #small_img .pic_box:last-child {
	margin-bottom: 0
}

.prodetails .gallery #small_img .pic_box.on {
	border: 1px solid #acd571
}

.prodetails .gallery .left_small_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 15%;
	height: 100%
}

.prodetails .gallery .left_small_img .pic_box {
	border: 1px solid #ddd;
	text-align: center;
	display: block;
	overflow: hidden;
	position: relative;
	width: calc(100% - 2px)!important;
	padding-top: calc(100% - 2px);
	height: 0
}

.prodetails .gallery .left_small_img .pic_box a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.prodetails .gallery .left_small_img .pic_box img {
	max-height: 80.5px;
	display: inline-block;
	vertical-align: middle;
	height: 100% !important;
}

.prodetails .gallery .left_small_img .pic_box span {
	display: inline-block;
	vertical-align: middle
}

.prodetails .gallery .left_small_img .pic_box {
	margin-bottom: 13%
}

.prodetails .gallery .left_small_img .pic_box:last-child {
	margin-bottom: 0
}

.prodetails .gallery .left_small_img .pic_box.on {
	border-color: #3c3c3c
}

.pic_box em {
	vertical-align: middle;
	height: 100%;
	display: inline-block
}

.pic_box img {
	vertical-align: middle
}

.prodetails .gallery .products_img {
	display: none
}

.prodetails .info {
	width: 100%;
	float: left;
	padding-left: 8px;
	box-sizing: border-box
}

.prodetails .info .name {
	font-size: 22px;
	color: #5d5d5d
}

.prodetails .info .number {
	margin: 10px 0;
	font-size: 16px
}

.prodetails .info .number span {
	font-weight: 700
}

.prodetails .info .share {
	margin: 10px 0
}

.prodetails .info .desc {
	font-size: 16px;
	margin: 10px 0;
	line-height: 160%;
	color: #888
}

.prodetails .info .attribute {
	margin: 10px 0
}

.prodetails .info .attribute li {
	line-height: 30px;
	overflow: hidden;
	color: #888;
	font-size: 16px
}

.prodetails .info .price {
	margin: 10px 0;
	font-size: 24px;
	color: #f60
}

.prodetails .info .button {
	margin: 20px 0
}

.prodetails .info .button>a {
	width: 40%;
	max-width: 200px;
	height: 45px;
	line-height: 45px;
	display: block;
	color: #fff;
	text-align: center;
	background: #23a9dc;
	font-size: 16px;
	text-decoration: none;
	float: left;
	margin-right: 10px;
	border-radius: 3px
}

.prodetails .description .title {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	color: #555;
	overflow: hidden
}

.prodetails .description .title span {
	line-height: 38px;
	height: 38px;
	font-size: 20px;
	margin-right: 30px
}

.prodetails .description .contents {
	line-height: 180%;
	min-height: 300px;
	padding: 10px 0;
	display: none
}

.info_list {
	margin: 30px 0;
	overflow: hidden
}

.info_list .item {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #e5e5e5
}

.info_list .item:last-child {
	margin: 0
}

.info_list .item .img {
	width: 22%;
	float: left
}

.info_list .item .info {
	width: 78%;
	float: right;
	padding-left: 25px;
	box-sizing: border-box
}

.info_list .item .info .title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 12px
}

.info_list .item .info .title {
	font-size: 20px;
	font-weight: 400
}

.info_list .item .info .title a {
	color: #555
}

.info_list .item .info .title a:hover {
	color: #651e7c
}

.info_list .item .info .time {
	font-size: 14px;
	color: #888;
	line-height: 20px
}

.info_list .item .info .time h2 {
	display: none
}

.info_list .item .info .desc {
	font-size: 15px;
	color: #888;
	line-height: 160%;
	margin-bottom: 10px;
	margin-top: 5px;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.info_list .item .info .desc:hover {
	text-decoration: none
}

.info_list .item .link {
	display: none
}

.info_list .item.no_img .img {
	display: none
}

.info_list .item.no_img .info {
	width: 100%;
	float: none;
	padding: 0
}

.info_list.s1 .item {
	position: relative;
	min-height: 50px
}

.info_list.s1 .item .img {
	display: none
}

.info_list.s1 .item .info {
	width: 100%;
	padding: 0 150px
}

.info_list.s1 .item .info .time {
	position: absolute;
	left: 0;
	top: 0
}

.info_list.s1 .item .info .time h1 {
	display: none
}

.info_list.s1 .item .info .time h2 {
	display: block;
	font-size: 24px;
	font-weight: 700
}

.info_list.s1 .item .info .time h2 span {
	display: block;
	font-size: 16px;
	color: #a4a4ac;
	padding-top: 8px
}

.info_list.s1 .item .info .title a {
	color: #333
}

.info_list.s1 .item .link {
	display: block;
	width: 20px;
	height: 70%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/icon_link.png) no-repeat center
}

.win_infolist {
	margin: 40px 0;
	overflow: hidden
}

.win_infolist>.title {
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
	color: #222
}

.win_infolist>.share {
	text-align: center
}

.win_infolist>.contents {
	padding: 20px 0;
	color: #555;
	line-height: 180%;
	font-size: 16px;
	min-height: 300px
}

.article_detail {
	margin: 30px 0;
	overflow: hidden
}

.article_detail>.contents {
	color: #555;
	line-height: 180%;
	font-size: 16px;
	min-height: 100px
}

.article_detail>.contents>.share {
	padding: 10px 0
}

.article_detail.content-100>.contents {
	float: none;
	width: 100%
}

.article_detail b,.article_detail strong {
	font-weight: 700
}

.article_feedback {
	margin: 30px 0;
	padding-top: 10px
}

.article_feedback .article_feedback_title {
	text-align: center;
	margin-bottom: 2%
}

.article_feedback .article_feedback_title .title {
	font-size: 24px;
	color: #333
}

.article_feedback .article_feedback_title span {
	display: block;
	width: 28px;
	height: 2px;
	background: #333;
	margin: 15px auto 10px
}

.article_feedback .article_feedback_title .txt {
	font-size: 16px;
	color: #555
}

.article_feedback .rows {
	padding: 10px 2%;
	position: relative
}

.article_feedback .rows.input_rows {
	float: left;
	width: 50%;
	text-align: center;
	box-sizing: border-box
}

.article_feedback .rows .input {
	width: 100%;
	height: 43px;
	line-height: 43px;
	font-size: 12px;
	color: #888;
	text-indent: 10px;
	box-sizing: border-box
}

.article_feedback .rows textarea {
	width: 100%;
	height: 150px;
	padding: 5px;
	font-size: 12px;
	color: #888;
	box-sizing: border-box
}

.article_feedback .rows .fc_red {
	margin-right: 8px;
	position: absolute;
	right: 0;
	bottom: 7px;
	z-index: 1
}

.article_feedback .rows.input_rows .fc_red {
	bottom: 18px
}

.article_feedback .rows .form_button {
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: #222;
	color: #fff;
	font-size: 14px;
	border: none;
	text-transform: uppercase;
	cursor: pointer
}

.article_feedback .rows.textarea_rows {
	clear: both
}

.article_feedback.s1>form>.rows.input_rows {
	width: 100%;
	float: none
}

.article_feedback.s1>form>.rows.textarea_rows textarea {
	width: 90%;
	max-width: 90%
}

.download_list {
	margin: 30px 0;
	overflow: hidden
}

.download_list ul li {
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #ddd
}

.download_list ul li .name {
	float: left
}

.download_list ul li a {
	display: inline-block;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	overflow: hidden;
	background: url(../images/file_download_google.svg) no-repeat center/24px;
	margin-top: 13px;
	text-align: center;
	border-radius: 5px;
	background-color: #fff;
	cursor: pointer
}

.download_list ul li a.s1 {
	background-color: #fff
}

.download_list ul li a.s1 em {
	display: none
}

.bxSlide-outter {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 1920px;
	max-width: 100%;
	max-height: 300px
}

.slide-media {
	position: relative;
	overflow: hidden
}

.slide-media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.coowinslide {
	margin-bottom: 2rem
}

.coowinslide .swiper-pagination {
	position: absolute;
	z-index: 1;
	bottom: 10px;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	margin: auto
}

.coowinslide .swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	-webkit-transition: .8s cubic-bezier(.2,1,.2,1);
	transition: .8s cubic-bezier(.2,1,.2,1);
	background-color: #fff;
	opacity: .8
}

.coowinslide .swiper-pagination-bullet:not(:first-child) {
	margin-top: 1.6rem
}

.coowinslide .swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
	background-color: #651e7c
}

.coowinslide .swiper-fade .swiper-slide {
	-webkit-transition-property: opacity,-webkit-transform!important;
	transition-property: opacity,-webkit-transform!important;
	transition-property: opacity,transform!important;
	transition-property: opacity,transform,-webkit-transform!important;
	pointer-events: none
}

.coowinslide .swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.coowinslide .slide {
	display: grid;
	place-content: center;
	height: 720px;
	padding: 0 20px;
	text-align: center
}

.coowinslide .slide-media {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.coowinslide .slide-media img {
	-webkit-transition: 7s 1s linear;
	transition: 7s 1s linear;
	-webkit-transform: translateX(-1.5%) scale(1.1);
	transform: translateX(-1.5%) scale(1.1)
}

.coowinslide .slide-link,.coowinslide .slide-text,.coowinslide .slide-title {
	-webkit-animation: 2s cubic-bezier(.2,1,.2,1) both;
	animation: 2s cubic-bezier(.2,1,.2,1) both;
	opacity: 1
}

.coowinslide .slide-title {
	font-size: 48px;
	line-height: 1.1;
	color: #fff;
	font-family: Georgia;
	font-weight: 700
}

.coowinslide .slide-text {
	font-size: 16px;
	margin: 20px 0 30px;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
	color: #fff
}

.coowinslide .slide-link {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.coowinslide .slide-button {
	font-size: 15px;
	display: inline-block;
	color: #fff
}

.coowinslide .slide-button::before {
	display: inline-block;
	width: 30px;
	height: 1px;
	margin: 0 10px 0 0;
	content: "";
	vertical-align: middle;
	background-color: currentColor
}

.coowinslide .swiper-slide[class*=-active] .slide-media img {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(1.5%) scale(1.05);
	transform: translateX(1.5%) scale(1.05)
}

.coowinslide .swiper-slide.anm-started .slide-link,.coowinslide .swiper-slide.anm-started .slide-text,.coowinslide .swiper-slide.anm-started .slide-title {
	-webkit-animation-name: coowinslide-fadeIn;
	animation-name: coowinslide-fadeIn
}

.coowinslide .swiper-slide.anm-finished .slide-link,.coowinslide .swiper-slide.anm-finished .slide-text,.coowinslide .swiper-slide.anm-finished .slide-title {
	-webkit-animation-name: coowinslide-fadeOut;
	animation-name: coowinslide-fadeOut
}

@-webkit-keyframes coowinslide-fadeIn {
	0% {
		-webkit-transform: translateY(6rem);
		transform: translateY(6rem);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes coowinslide-fadeIn {
	0% {
		-webkit-transform: translateY(6rem);
		transform: translateY(6rem);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@-webkit-keyframes coowinslide-fadeOut {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}

	100% {
		-webkit-transform: translateY(-6rem);
		transform: translateY(-6rem);
		opacity: 0
	}
}

@keyframes coowinslide-fadeOut {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}

	100% {
		-webkit-transform: translateY(-6rem);
		transform: translateY(-6rem);
		opacity: 0
	}
}

@media screen and (max-width:1024px) {
	html {
		-webkit-text-size-adjust: 100%
	}

	.coowinslide .slide {
		height: 160px
	}

	.coowinslide .slide-title {
		font-size: 22px
	}

	.coowinslide .slide-link {
		margin-bottom: 0
	}

	.coowinslide .slide-text {
		font-size: 14px;
		margin: 20px 0;
		display: none
	}

	.coowinslide {
		margin-bottom: 20px
	}
}

@media screen and (min-width:1024px) and (max-width:1200px) {
	.coowinslide .slide {
		height: 420px
	}
}

@media screen and (min-width:1200px) and (max-width:1400px) {
	.coowinslide .slide {
		height: 470px
	}
}

@media screen and (min-width:1400px) and (max-width:1600px) {
	.coowinslide .slide {
		height: 540px
	}
}

@media screen and (min-width:1600px) and (max-width:1800px) {
	.coowinslide .slide {
		height: 610px
	}
}
/**
section#banner-ads{max-width:730px;width:100%;height:350px;margin-bottom:20px;background:url(../../../../../../../themes/coowingroup/images/free-samples-ads.jpg) center center / cover no-repeat;display:flex;justify-content:center;align-items:center}section#banner-ads .adsbox{width:100%;padding:2rem;color:#fff;text-align:right}section#banner-ads .adsbox .title{font-size:32px!important;margin:0 0 10px!important;font-family:'Georgia';font-weight:700;color:#fff}section#banner-ads .adsbox p{font-size:20px!important;margin:0 0 20px!important;font-family:Arial;color:#fff;line-height:36px}section#banner-ads .button-13{background-color:#651e7c;color:#fff;border:solid 1px #651e7c;display:inline-block;font-size:14px;line-height:30px;padding:0 15px;text-align:center;text-decoration:none}section#banner-ads .button-13:hover{background-color:#fff;color:#651e7c}section#banner-ads.one{background:url(../../../../../../../themes/coowingroup/images/free-samples-ads-01.jpg) center center / cover no-repeat}section#banner-ads.one .adsbox{text-align:center}section#banner-ads.one .adsbox p{font-size:20px!important}section#banner-ads.one .adsbox .title{margin:0!important}section#banner-ads.two{background:url(../../../../../../../themes/coowingroup/images/free-samples-ads-02.jpg) center center / cover no-repeat}section#banner-ads.two .adsbox{text-align:center}section#banner-ads.two .adsbox p{font-size:20px!important}section#banner-ads.two .adsbox .title{margin:0!important}img:not(.emoji){width:auto!important;height:auto!important;max-width:100%;max-height:none!important}
**/
img:not(.emoji){width:auto!important;height:auto!important;max-width:100%;max-height:none!important}
#cookiealert {
	width: 100%;
	min-height: 100px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2000;
	background-color: rgba(82,87,90,0.9);
	padding: 2%;
	color: #ffffff;
	font-size: 1rem;
	text-align: center;
	transition: ease all 0.4s;
	-webkit-transition: ease all 0.4s;
	-moz-transition: ease all 0.4s;
	-o-transition: ease all 0.4s;
}

#CookieConsent {
	height: 2rem;
	padding: 0.5rem 1.5rem;
	font-size: .875rem;
	letter-spacing: -0.02em;
	line-height: 1.4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	column-gap: 1rem;
	color: #fff;
	fill: var(--font-color,#FFFFFF);
	background-color: #000000;
	text-transform: uppercase;
	border: none;
	font-weight: 500;
	margin-left: 5%;
}

#cookiealert a {
	font-weight: bolder;
	font-size: 1.3rem;
	padding-left: 0.5rem;
}

#cookiealert i.close {
	position: absolute;
	right: 0;
	top: -1rem;
	font-size: 1rem;
	color: #000000;
	font-style: normal;
	cursor: pointer;
}

#cookiealert.hide {
	height: 0px;
	min-height: 0;
	padding: 0;
}

.hide,
#cookiealert i.close.hide {
	display: none;
}
/* Wall To Wall Carpet 文字的样式 */
#Banner_2 .wtwc .title {
    font-size: 4.2vw;
    color: black;
    text-shadow: -1px 0 white, /* 左边 */ 1px 0 white, /* 右边 */ 0 -1px white, /* 上边 */ 0 1px white;
	font-family: 'Arial';
}
.ub-banner .wtwc .slogan .line {
    text-shadow:
    -1px 0 0 black,  /* 左边 */
    1px 0 0 black,   /* 右边 */
    0 -1px 0 black,  /* 上边 */
    0 1px 0 black;   /* 下边 */
}
#Banner_2 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ub-banner .swiper-slide .cover {
    background-position: left;
    height: 31.30208333333333vw;
}

/* 弹窗 */
.layui-layer-setwin .layui-layer-close2{cursor: pointer;text-align: center;position:absolute;right:-28px;top:-28px;color:#fff;background-color:#787878;padding:3px;border:3px solid;width:30px;height:30px;font-size:18px;font-weight:bolder;border-radius:50%;margin-left:0;padding-top: 0;}.layui-layer-setwin .layui-layer-close2:hover{opacity:unset;background-color:#3888f6}.layui-layer-btn{text-align:right;padding:0 15px 12px;pointer-events:auto;user-select:none;-webkit-user-select:none}.layui-icon-close:before{content:"X"}

/* 分页 */

.ub-page .pages span.current {
    background-color: #000;
    color: #fff;
}
.ub-page .pages a,
.ub-page .pages span {
    display: inline-block;
    line-height: 2.5rem;
    min-width: 2.5rem;
    text-align: center;
    padding: 0 0.25rem;
    color: #666;
    margin: 0 0.25rem 0.25rem 0.25rem;
    vertical-align: bottom;
    border-radius: 0.1rem;
    text-decoration: none;
    background: #fff;
}
input[type=email],
input[type=number],
input[type=text], textarea {
    max-width: 100%;
    padding: 0.2rem 0.3rem;
    border: 0.05rem solid #ddd;
    background: #fff;
    color: #444;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
/* 首页弹窗 start */
.hide {
	display: none;
}
.f-box {
    position: fixed;
    top:0;
    z-index: 19891014;
    background:rgba(0,0,0,0.5);
    height: 186%;
	width: 100%;
}
.f-box .wrap {
    min-width: 50%;
    max-width: 900px;	
	transition: opacity 1s ease-in-out;
}
.opacty-ani {
	opacity: 0;
}
.contact-detail .container {
    width: 100%;
    position: fixed;
    top: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-detail .close {
    position: absolute;
    right: 0.9rem;
    top: 0.85rem;
    color: #000;
    z-index: 999;
    cursor: pointer;
}
.enquiry-detail {
    overflow: hidden;
}

.layui-layer-content iframe,
.layui-layer-content iframe html {
    height: 100%;
}

.enquiry-detail {
    height: 100%;
    /* max-height: 26.45rem; */
}

.contact-detail .col-md-5 {
    padding: 0;
}

.f-box .row {
    margin-left: 0;
    max-height: 26.45rem;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
	background-color: #fff;
}

.d-flex {
	display: flex;
	display: -webkit-flex; /* Safari 6.1+ */  
  	display: -ms-flexbox; /* IE 10 */
}
.justify-content-center {
	justify-content: center;	  
	-webkit-justify-content: center; /* Safari 6.1+ */  
	-ms-flex-pack: center; /* IE 10 */  
}

.contact-detail input,
.contact-detail textarea.form {
    width: 100%;
    margin-bottom: 15px;
    height: auto;
    margin-top: 0;
}
.contact-detail input:focus,
.contact-detail textarea.form:focus {
    border: 1px solid #000000;
}
.contact-detail .title {
    font-weight: bold;
    font-size: 1.5rem;
}
.contact-detail .desc {
    color: #848484;
    font-size: 0.85rem;
    margin-top: 1.3rem;
    
}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
.form {
    margin-top: 1.16rem;
}

form .text {
    width: 15.55rem;
    height: 2.35rem;
    border-radius: 0.5rem;
    border:1px solid #dedede;
    margin: 0 auto;
    padding-left: 1.3rem;
    font-size: 0.85rem;
    line-height: 2.35rem;
    margin-bottom: 1.2rem;
}

form .text input {
    height: 94%;
    width: 10.835555rem;
    border: 0;
}

form .text:nth-child(3) input {
    width: 7.5rem;
}
.contact-detail form .btn {
    width: 15.75rem;
    height: 2.5rem;
    border-radius: 1.25rem;
    background-color: #333;
    color: #fff;
    font-size: 1.05rem;
    margin-bottom: 15px;
}
form .btn:hover {
    background-color: #333;
}



/* 首页弹窗 end */
.form-alert .cha {
	font-size: 30px;
	text-align: right;
	cursor: pointer;
}
/* 搜索页 */
:root,page {
	--color-body-line: var(--theme-color-body-line, #E5E9EE);
	--container-width: var(--theme-container-width, 1200px);
	--font-size-large: var(--theme-font-size-large, 20px);
	--color-content-bg: var(--theme-color-content-bg, #FFFFFF);
	--color-input-bg: var(--theme-color-input-bg, #F4F4F4);
}
.ub-container, .ub-mobile-container {
	max-width: var(--container-width,57rem);
    margin: 20px auto;
}
.ub-search-block {
	background: var(--color-primary,#000);
	padding: 2rem .5rem 3rem .5rem;
	text-align: center;
	position: relative
}

.ub-search-block.white {
	background: #fff
}

.ub-search-block.white .title {
	color: #34495e
}

.ub-search-block.white .form .box input {
	border-color: var(--color-primary);
	outline: 1px solid var(--color-primary)
}

.ub-search-block.white .form .box button {
	background: var(--color-primary);
	color: #fff
}

.ub-search-block .video-background {
	top: 0;
	left: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	background-color: var(--color-primary);
	vertical-align: top;
	position: absolute;
	width: 100%
}

.ub-search-block .content-container {
	position: relative
}

.ub-search-block .title {
	font-size: 1.5rem;
	padding: 0;
	color: #fff
}

.ub-search-block .sub-title {
	font-size: var(--font-size-large,1rem);
	color: #fff
}

.ub-search-block .form {
	padding-top: 1rem
}

.ub-search-block .form .box {
	max-width: 25rem;
	margin: 0 auto;
	position: relative;
	height: 2.5rem
}

.ub-search-block .form .box.captcha img {
	height: 2.4rem;
	line-height: 2.4rem;
	position: absolute;
	right: 5rem;
	top: .05rem;
	border-radius: .25rem;
	cursor: pointer
}

.ub-search-block .form .box input {
	width: 100%;
	border-radius: 2.5rem;
	line-height: 2.5rem;
	height: 2.5rem;
	padding: 0 1rem
}

.ub-search-block .form .box button {
	position: absolute;
	right: .05rem;
	top: 20px;
	background: #fff;
	border: none;
	border-radius: 1.25rem;
	color: var(--color-primary,#419488);
	height: 2.4rem;
	line-height: 2.4rem;
	padding: 0 1rem;
	margin: 0
}

.ub-search-mobile-bar {
	display: flex;
	height: 2rem;
	overflow: hidden;
	background: var(--color-content-bg);
	line-height: 2rem;
	padding: 0 .5rem
}

.ub-search-mobile-bar.page {
	background-color: var(--color-content-bg);
	height: 2.5rem;
	padding: .25rem 0
}

.ub-search-mobile-bar.page .center .box {
	background-color: var(--color-input-bg)
}

.ub-search-mobile-bar .center .item,.ub-search-mobile-bar .left .item,.ub-search-mobile-bar .right .item {
	display: inline-block;
	min-width: 2rem;
	line-height: 2rem;
	text-align: center;
	color: #666
}

.ub-search-mobile-bar .center .item .icon,.ub-search-mobile-bar .left .item .icon,.ub-search-mobile-bar .right .item .icon {
	display: inline-block;
	font-size: var(--font-size-large,20px)
}

.ub-search-mobile-bar .center {
	flex: 1;
	line-height: 1.4rem
}

.ub-search-mobile-bar .center .box {
	margin-top: .3rem;
	position: relative;
	height: 1.4rem;
	background: var(--color-input-bg);
	border-radius: .7rem
}

.ub-search-mobile-bar .center .box .icon {
	position: absolute;
	display: block;
	left: .5rem;
	top: .4rem;
	line-height: 1em;
	height: 1rem;
	width: 1rem;
	text-align: center;
	font-size: 13px
}

.ub-search-mobile-bar .center .box .input {
	position: absolute;
	display: block;
	left: 1.6rem;
	top: .2rem;
	border: none;
	width: calc(100% - 2rem);
	height: 1rem;
	line-height: 1rem;
	background: 0 0;
	outline: 0;
	padding: 0
}

.ub-search-history .item {
	display: flex
}

.ub-search-history .item .remove,.ub-search-history .item .text,.ub-search-history .item .time {
	display: inline-block;
	min-width: 1.5rem;
	text-align: center;
	line-height: 1.5rem;
	color: #c4cfdb
}

.ub-search-history .item .text {
	flex: 1;
	text-align: left;
	color: #333
}

.ub-search-result {
	background: #fff;
	padding: var(--size-margin,.5rem)
}

.ub-search-result .keyword {
	color: var(--color-primary,#333);
	font-weight: 700
}

.ub-search-result .count {
	color: var(--color-primary,#333);
	font-weight: 700
}

.ub-search-block-a {
	--radius: 1rem;
	--height: 1.6rem;
	--font-size: 0.65rem;
	--font-size-btn: 0.8rem;
	--border-size: 0.05rem;
	position: relative;
	border: var(--border-size) solid var(--color-primary);
	border-radius: var(--radius);
	padding: 0
}

.ub-search-block-a.lg {
	--radius: 1.25rem;
	--height: 2.5rem;
	--font-size: 0.8rem;
	--font-size-btn: 1rem;
	--border-size: 0.1rem
}

.ub-search-block-a.mini .search-btn {
	padding: 0 .5rem;
	font-size: .7rem
}

.ub-search-block-a .input {
	outline: 0;
	height: var(--height);
	width: 100%;
	line-height: var(--height);
	border: none;
	padding: 0 .5rem;
	font-size: var(--font-size);
	box-sizing: border-box;
	border-radius: var(--radius)
}

.ub-search-block-a .search-btn {
	display: block;
	height: var(--height);
	padding: 0 1rem;
	line-height: var(--height);
	background-color: var(--color-primary,#419488);
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	font-size: var(--font-size-btn);
	border-radius: calc(var(--radius) - 2px)
}

.ub-search-block-a .search-btn:hover {
	color: #fff
}


.ub-panel .head .title {
	display: inline-block;
	line-height: 1rem;
	font-size: 20px;
}

.ub-panel .head .title .ub-breadcrumb {
	height: 20px;
}

.ub-panel .head .title .ub-breadcrumb a {
	line-height: 20px;
}
.breadcrumb {
	font-size: 16px;
	padding: 20px 0;
}


.ub-list .body .item-d,.ub-list-items .item-d {
	border-bottom: .05rem dashed var(--color-body-line);
	padding: var(--size-margin) 0
}

.ub-list .body .item-d:hover .title,.ub-list-items .item-d:hover .title {
	color: var(--color-primary)
}

.ub-list .body .item-d .title,.ub-list-items .item-d .title {
	font-size: var(--font-size-large);
	color: var(--color-text);
	line-height: 1.4rem;
	transition: color .2s ease-in-out
}

.ub-list .body .item-d .summary,.ub-list-items .item-d .summary {
	color: var(--color-tertiary);
	font-size: var(--font-size);
	padding: .25rem 0 0 0
}

.ub-list .body .item-d .action,.ub-list-items .item-d .action {
	display: flex;
	padding-top: .25rem;
	color: var(--color-muted)
}

.ub-list .body .item-d .action a,.ub-list-items .item-d .action a {
	color: var(--color-muted)
}

.ub-list .body .item-d .action .left,.ub-list-items .item-d .action .left {
	flex-grow: 1
}
.ub-list .body mark,.ub-list-items mark {
	color: red;
	background: 0 0
}

/* 侧边 */
.fixed-service-panel{
	width: 60px;
	background-color: #eee;
	position: fixed;
	bottom: 100px;
	right: 0px;
	transform: translateY(-50%);
	z-index: 99999;
}

.fixed-service-panel li {
	width: 60px;
	height: auto;
	background-color: #eee;
	padding-top: 5px;
}
.fixed-service-panel li {
	text-align: center;
	line-height: 1;
}
.fixed-service-panel li p {
	margin-bottom: 0px;
	position: relative;
}
.fixed-service-panel li p a {
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	display: inline-block;
}
.fixed-service-panel li p::after {
	width: 50px;
	height: 1px;
	background-color: #999;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 8px;
}

.fixed-service-panel li:hover {
	color: #83aa40 ;
}
.fixed-service-panel li:last-child p::after{
	background: none;
}

.fixed-service-panel li:nth-child(3),
.fixed-service-panel li:nth-child(4) {
	position: relative;
}
.fixed-service-panel li:nth-child(3) div,
.fixed-service-panel li:nth-child(4) div {
	width: 255px;
	position: absolute;
	right: 54px;
	bottom: -52px;
	display: none;
	z-index: 9;
}
.fixed-service-panel li:nth-child(3):hover div,
.fixed-service-panel li:nth-child(4):hover div {
	display: block;
}
.fixed-service-panel li:nth-child(3) {
	display: none;
}
#scroll-to-top-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background-color: #333;
	color: white;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	cursor: pointer;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hidden {
	display: none !important;
}
.ub-banner .swiper-slide.a .cover .content .link {
	background-color: #333 !important;
}
.index-more {
	width: 200px;
    height: 70px;
    background-color: #333;
}
.index-more-svg,.index-more-text {
	display: block;
	line-height: 1;
	color: #fff
}
.index-more-svg {
	font-size: 40px;
}
.index-more:hover {
	border: 2px solid #333;
}
.index-more:hover .index-more-svg,
.index-more:hover .index-more-text {
	color: rgb(199, 199, 199);
}
.index-more-text {
	font-size: 20px;
}
.ftjQdo {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.dBgBAT {
    /* display: flex; */
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-direction: column;
    position: relative;
	overflow: auto;
    height: 500px;
}
.online_left, .online_right {
	font-size: 15px;
}
.online_left {
	position: relative;
	top: 20px;
	opacity: 0;
	width: 100%;
	margin-bottom: 10px;
}
.online_logo {
	padding: 10px 20px;
}
.online_logo img {
	width: 32px !important;
}
.online_words {
	/* position: relative; */	
    min-height: 32px;
    word-break: break-word;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0px;
    border-color: rgb(203, 214, 226);
    background-color: rgb(234, 240, 246);
    color: rgb(66, 91, 118);
    display: inline-flex;
    -webkit-box-align: center;
    /* align-items: center; */
    flex-direction: column;
    border-radius: 0px 8px 8px;
    max-width: 284px;
	padding: 10px;
	font-size: 15px;
}
.online_right .online_words {
	float: right;
	margin: 0 5px 10px 0;
}
.online_words li {
	list-style: auto;
    padding-left: 4px;
    margin-left: 20px;
	font-weight: 700;
}
/* .online_right {
	float: right;
} */
.online_tips_box {
	padding: 10px;
	float: right;
}
.online_tips {
	border: 1px solid #425b76;
	padding: 0 2px;
	border-radius: 5px;
	margin: 5px;
	color: #938d8d;
	font-size: 10px;
	cursor: pointer;
}
.input-container {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    max-width: 100%;
    background-color: #fff;
    border-top: 2px solid #f2f5f8;
    flex-shrink: 0;
	position: fixed;
	bottom: 80px;
	width: 380px;
	height: 80px;
}
.dEbZQE {
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
	height: 93%;
}
.jcqbaw {
    width: 100%;
	height: 100%;
    flex-basis: 100%;
}
.jcqbaw textarea {
	border: 0;
	width: 100%;
	height: 100%;
	font-size: 18px;
}
.jcqbaw textarea:focus {
	border: none;
	outline: none;
}
.jcqbaw textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #938d8d;
}
.jcqbaw textarea:-moz-placeholder { /* Firefox 18- */
    color: #938d8d;
    opacity: 1; /* Firefox 需要 opacity: 1 来覆盖默认颜色 */
}
.jcqbaw textarea::-moz-placeholder { /* Firefox 19+ */
    color: #938d8d;
    opacity: 1; /* Firefox 需要 opacity: 1 来覆盖默认颜色 */
}
.jcqbaw textarea:-ms-input-placeholder { /* IE 10+ */
    color: #938d8d;
}
.dEbZQE button {
	border: none;
}
.active_img {
	cursor: pointer; /* 小手样式 */
}
#onlineService .title {
	padding: 10px !important;
}
.close-girl {
	position: absolute;
	top: -10px;
	right: 70px;
	z-index: 9999;
	display: none;
}