/*--公共--*/
div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
body,
strong,
span,
pre,
input {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	background-repeat: no-repeat;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	font-weight: normal;
	/*font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;*/
}

body {
	/*font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;*/
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #333333;
	line-height: 24px;
	height: auto;
	clear: both;
}

img {
	border: 0px;
	max-width: 100%;
}

ul,
li {
	list-style: none;
}

em,
i {
	font-style: normal;
}

a {
	text-decoration: none !important;
	color: #333333;
	outline: none;
	cursor: pointer;
}

a:hover {
	background-repeat: no-repeat;
	text-decoration: none;
	color: #bd885b;
}

.clearfl:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfl {
	*zoom: 1;
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.text-center {
	text-align: center;
}

* {
	box-sizing: border-box;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
}

body {
	left: 0px;
	position: relative;
	line-height: 1;
	max-width: 100%;
	overflow-x: hidden;
}

.card1 {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}

.card2 {
	border: 0 none;
}

.card2 h4 a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	/*想省略几行就写几*/
	-webkit-box-orient: vertical;
}

.website-title {
	padding: 0px;
	margin: 0px 0px 40px;
	overflow: hidden;
	transform: translateY(20px);
	opacity: 0;
	transition: all .2s linear .3s;
}

.index-aboutright .website-title {
	padding-left: 5vw;
}

.index-about.active .website-title,
.index-products.active .website-title,
.index-news.active .website-title,
.index-other.active .website-title {
	transform: translateY(0px);
	opacity: 1;
}

.website-title h2 {
	font-size: 38px;
	font-weight: 300;
	line-height: 1.5;
	color: #1a51ab;
	padding: 0px;
	margin: 0px;
}

.website-title span {
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

.imgview {
	width: 100%;
	transition: all 1s;
}

.imgview:hover {
	transform: scale(1.05);
	transition: all 0.3s linear;
}


/* 滚动条样式 */
body::-webkit-scrollbar {
	width: 4px;
	height: 1px;
}

body::-webkit-scrollbar-thumb {
	background: #1c54a7;
}

body::-webkit-scrollbar-track {
	background: #fff;
}

.w96 {
	width: 92%;
	margin: 0 auto;
}

.w83 {
	width: 83%;
	margin: 0 auto;
}

.w73 {
	width: 73%;
	margin: 0 auto;
}

/*首页右侧导航*/
.right_nav {
	position: fixed;
	right: 38px;
	top: 50%;
	margin-top: -150px;
	z-index: 100;
}

#menu li {
	margin-bottom: 20px;
}

#menu li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: relative;
	display: block;
	text-align: center;
}

#menu li a:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	left: 50%;
	margin-top: -2px;
	top: 50%;
	margin-top: -2px;
	background: #CBCBCB;
	border-radius: 50%;
}

#menu li span.cont {
	position: absolute;
	height: 30px;
	width: 30px;
	color: #999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	left: 3px;
	top: 0;
	border: 1px solid #999;
	border-radius: 50%;
}

#menu li:hover span.cont,
#menu li.active span.cont {
	opacity: 1;
	visibility: visible;
	color: #999;
}

#menu li:hover a:before,
#menu li.active a:before {
	display: none;
}

#menu {
	position: relative;
	z-index: 2;
}

/* #menu li:last-child {display:none;} */
.acc li span.cont {
	color: #1c54a7 !important;
	border: 1px solid #1c54a7 !important;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.acc li:hover span.cont,
.acc li.active span.cont {
	color: #1c54a7 !important;
}

.acc li:hover a:before,
.acc li.active a:before {
	display: none;
}


#top_line {
	position: fixed;
	width: 100%;
	height: 100px;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.75);
	box-shadow: 0px 0px 1px #999;
}

#top_line1 {
	position: static;
	width: 100%;
	height: 100px;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0px 0px 1px #999;
}

#top_logo {
	padding: 6px 0px;
	float: left;
	overflow: hidden;
	margin: 15px 0px 0px 3vw;
}

#top_logo img {
	height: 50px;
}

#guang {
	padding: 18px 0px;
	float: left;
	overflow: hidden;
	margin: 0px 3vw 0px 0px;
}

#top_menu {
	float: left;
	height: 100px;
	line-height: 100px;
	margin-left: 7vw;
}

#top_menu>ul>li {
	float: left;
	height: 100px;
	line-height: 100px;
	padding: 0px 12px;
}

#top_menu li a {
	font-size: 15px;
	color: #333;
}
.case1 .Team-pic {
	text-align: center;
	 display: flex;
	  align-items: center;
	  flex-direction: column;
	  background: #333;
}
.case1 .Team-pic h3{
	font-size: 24px;
	font-weight: 200;
	color: #fffefe;
}

.case1 .Team-pic p{
	font-size: 14px;
	font-weight: 200;
	color: #fffefe;
	line-height: 20px;
}
.index-other  .case1 .Team-pic img{
	width: auto;
}
.dropdown-menu li:hover,
#top_menu li:hover,
#top_menu .active {
	color: #c95726;
	background: none !important;
}

.dropdown-menu>li>a:focus {
	background: none;
	color: #333;
}
.dropdown-menu > li > a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.53846154;
    color: #353535;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover,
.open {
	background: #fff !important;
}

.dropdown-menu li:hover a,
.open>a,
#top_menu .active>a,
.dropdown>a:hover {
	color: #c95726 !important;
}

#top_phone {
	float: right;
	margin-top: 30px;
	margin-right: 5px;
	float: right;
	overflow: hidden;
	background: #c37549;
	padding: 10px 16px;
	font-weight: 300;
	border-radius: 34px;
	
}

#top_phone i {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-right: 10px;
}

#top_phone span {
	text-align: left;
	text-indent: 28px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

/*手机端菜单*/
.menu_pp {
	display: none;
}

.bgs {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	z-index: 10;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.menu_pp_nav {
	width: 90%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: -90%;
	color: #fff;
	overflow: hidden;
	z-index: 100;
}

.menu_pp_nav ul {
	width: 100%;
	padding-top: 30px;
}

.menu_pp_nav>ul {
	height: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
}

.menu_pp_nav ul li a {
	display: block;
	font-family: arial;
	font-weight: bold;
	color: #333;
	font-size: 18px;
	padding: 10px 0px;
	margin: 0px 30px;
	;
	border-top: 1px solid #ccc;
}

.menu_pp_nav ul li:first-of-type a {
	border: none;
}

.menu_pp_nav ul li {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	position: relative;
}

.menu_pp_nav ul li span {
	font-size: 30px;
	color: #004da0;
	position: absolute;
	right: 35px;
	top: 8px;
}

.menu_pp_logo {
	width: 100%;
	padding: 15px 30px 0 30px;
	overflow: hidden;
	position: relative;
}

.menu_pp_search {
	width: 100%;
	height: 35px;
	line-height: 35px;
	position: relative;
}

.menu_pp_search input {
	width: 100%;
	height: 35px;
	padding-left: 10px;
	color: #333;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.menu_pp_search>i {
	width: 15px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #333;
}

.menu_pp_logo>img {
	width: 45%;
}

.menu_pp_logo h2 {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #333;
}

.logo_close {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	border: 1px solid #004da0;
	float: right;
	position: relative;
	right: 0;
	top: 4px;
	z-index: 11;
}

.logo_close span:first-of-type {
	display: block;
	background-color: #004da0;
	width: 70%;
	height: 1px;
	border-radius: 1px;
	position: absolute;
	top: 13.5px;
	left: 14%;
	transform: rotate(-45deg);
}

.logo_close span:last-of-type {
	display: block;
	background-color: #004da0;
	width: 70%;
	height: 1px;
	border-radius: 1px;
	position: absolute;
	top: 13.5px;
	left: 14%;
	transform: rotate(45deg);
}

.menu_pp_two {
	width: 100%;
	height: 100%;
	color: #333;
	padding: 15px 0;
	position: absolute;
	left: -100%;
	bottom: 0;
	z-index: 10;
	background-color: #fff;
	overflow-y: auto;
}

.menu_pp_two ul {
	padding: 0;
}

.menu_pp_two h3 {
	line-height: 45px;
	font-size: 16px;
	padding-left: 45px;
	position: relative;
}

.menu_pp_two h3 span {
	font-size: 30px;
	position: absolute;
	left: 30px;
	top: -3px;
	color: #004da0;
}

.menu_pp_two h2 {
	font-size: 24px;
	padding: 30px 30px 10px;
}

.menu_pp_two h2 a {
	font-family: arial;
	color: #015198;
}

.ny-about {
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
}

.ab-tit {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.ab-tit:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 35px;
	height: 2px;
	background: #de0010;
}

.ab-tit h2 {
	font-size: 24px;
	padding-bottom: 10px;
	font-weight: bold;
}

.ab-tit h2 span {
	font-size: 14px;
	font-weight: normal;
	color: #666;
}

.amenu {
	margin-bottom: 40px;
	overflow: hidden;
}

.amenu li {
	float: left;
	width: 24.8%;
	margin-left: 0.1%;
	margin-right: 0.1%;
	border: 1px solid #eee;
	text-align: center;
	line-height: 40px;
}

.amenu1 li {
	width: 16.4%;
}

.amenu li a {
	font-size: 16px;
}

.amenu li.active {
	background-color: #c37549;

}

.amenu li:hover {
	background-color: #f1f1f1;
}

.amenu li.active a {
	color: #fff;
}

.less-page-content {
	overflow: hidden;
}

.product_list_page_rat {
	padding: 30px 0 0;
}


.product_list_page_rat .card-header h4 a {
	display: block;
	position: relative;
}

.product_list_page_rat .card-header a .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
	transition: all .66s cubic-bezier(.17, .84, .44, 1);
	z-index: 2;
}

.product_list_page_rat .card-header a img {
	-webkit-transition: all .6s cubic-bezier(.17, .84, .44, 1);
	transition: all .6s cubic-bezier(.17, .84, .44, 1);
	width: 100%;
}

.product_list_page_rat .card-title {
	text-align: left;
	border-bottom: 1px solid #e0e0e0;
	text-shadow: none;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1);
	transition: all .6s cubic-bezier(.215, .61, .355, 1);
	margin-bottom: 0;
	color: #444444;
}

.product_list_page_rat .card-title a {
	color: #444444;
	text-shadow: none;
	font-size: 16px;
}

.product_list_page_rat .card-title p {
	color: #848484;
	padding: 5px 0;
	margin: 0;
	font-size: 13px;
}

.product_list_page_rat .card:hover .card-title {
	border-bottom: 1px solid #444444;
	border-bottom: 1px solid;
}

.product_list_page_rat .product-list .item {
	opacity: 0;
	transform: translate(0, 10%);
	margin-bottom: 20px;
}

.product_list_page_rat-list .item .fa {
	color: #fff;
	width: 22px;
	height: 22px;
	font-size: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.product_list_page_rat-list .item .fa:hover {
	text-decoration: none;
}

.product_list_page_rat .card-title .btn {
	margin-top: 15px;
	font-size: 14px;
	background: transparent;
	border: 1px solid #e4c17e;
	border: 1px solid;
	border-radius: 0;
}

.p-y-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.product_list_page_rat .card-title a.btn {
	color: #e4c17e;
}

.product_list_page_rat .card-title .btn:hover {
	background: #e4c17e;
	border: 1px solid #e4c17e;
	border: 1px solid;
	color: #fff;
}

.overlay {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	overflow: hidden;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.overlay-figure {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0
}

.overlay-panel {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px;
	color: #fff
}

.overlay-panel a:not([class]) {
	color: inherit;
	text-decoration: underline
}

.overlay-panel>:last-child {
	margin-bottom: 0
}

.overlay-panel h1,
.overlay-panel h2,
.overlay-panel h3,
.overlay-panel h4,
.overlay-panel h5,
.overlay-panel h6 {
	color: inherit
}

.overlay-hover:not(:hover) .overlay-panel:not(.overlay-background-fixed) {
	opacity: 0
}

.overlay-background {
	background: rgba(0, 0, 0, .5)
}

.overlay-image {
	width: 100%;
	max-width: 100%;
	padding: 0
}

.overlay-shade {
	background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, .87)), to(#fff)) repeat scroll 0 0;
	background: transparent -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .87) 90%, #fff 100%) repeat scroll 0 0;
	background: transparent -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .87) 90%, #fff 100%) repeat scroll 0 0;
	background: transparent linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .87) 90%, #fff 100%) repeat scroll 0 0
}

.overlay-top {
	bottom: auto
}

.overlay-bottom {
	top: auto
}

.overlay-left {
	right: auto
}

.overlay-right {
	left: auto
}

.overlay-icon {
	font-size: 0;
	text-align: center
}

.overlay-icon:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: ""
}

.overlay-icon .icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 2rem;
	line-height: 1;
	color: #fff;
	text-decoration: none
}

.overlay-anchor {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.overlay-blur,
.overlay-fade,
.overlay-grayscale,
.overlay-scale,
.overlay-spin,
[class*=overlay-slide] {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: opacity -webkit-transform -webkit-filter, opacity -webkit-transform filter;
	-o-transition-property: opacity -o-transform filter;
	transition-property: opacity transform filter
}

.overlay-fade {
	opacity: .7
}

.overlay-hover:hover .overlay-fade {
	opacity: 1
}

.overlay-scale {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.overlay-hover:hover .overlay-scale {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.overlay-spin {
	-webkit-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	-o-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0)
}

.overlay-hover:hover .overlay-spin {
	-webkit-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg)
}

.overlay-grayscale {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%)
}

.overlay-hover:hover .overlay-grayscale {
	filter: grayscale(0);
	-webkit-filter: grayscale(0)
}

[class*=overlay-slide] {
	opacity: 0
}

.overlay-slide-top {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}

.overlay-slide-bottom {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%)
}

.overlay-slide-left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%)
}

.overlay-slide-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%)
}

.overlay-hover:hover [class*=overlay-slide] {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0);
	-ms-transform: translateX(0) translateY(0);
	-o-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0)
}

.pager-loose {
	display: inline-block;
}

.pager>li.active>a,
.pager>li.active>span,
.pager>li.active>a:hover,
.pager>li.active>span:hover {
	background-color: #666;
	border: 1px solid #666;
}

.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top;
}

.rat-news-list ul.rat-page-ajax {
	padding: 0px;
	list-style: none;
}

.rat-news-list ul.rat-page-ajax li {
	border-bottom: 1px solid #f0f2f5;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.rat-news-list ul.rat-page-ajax li:last-child {
	margin-bottom: 0px;
}

.rat-news-list ul.rat-page-ajax li h4 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
}

.rat-news-list ul.rat-page-ajax li h4 a {
	color: #464646;
}

.rat-news-list ul.rat-page-ajax li h4 a:hover {
	color: #696969;
}

.rat-news-list ul.rat-page-ajax li p {
	font-size: 16px;
}

.rat-news-list ul.rat-page-ajax li p.des {
	color: #6a6a6a;
	margin-bottom: 10px;
	font-size: 13px;
}

.rat-news-list ul.rat-page-ajax li p.info {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 300;
	color: #a3afb7;
}

.rat-news-list ul.rat-page-ajax li p.info span {
	margin-left: 10px;
}

.rat-news-list ul.rat-page-ajax li p.info span:first-child {
	margin: 0;
}

.rat-news-list ul.rat-page-ajax li p.info i {
	color: #a3afb7;
	font-weight: 300;
}

.rat-news-list ul.rat-page-ajax li .media .media-left .media-object {
	height: 120px;
	max-width: none;
}

.proInfo-title {
	font-size: 22px;
	line-height: 36px;
	color: #222;
	padding-top: 10px;
	padding-bottom: 24px;
}

.proInfo-title:after {
	content: "";
	display: block;
	margin-top: 15px;
	width: 50px;
	height: 2px;
	background: #C00;
}

.ab-list .nav-tabs>li {
	width: 25%;
	text-align: center;
}

.ab-list .nav-tabs>li>a {
	padding: 15px 0px;
	border: 1px solid #eee;
}

.tab-content {
	margin-top: 40px;
}

.ab-list1 .nav-tabs>li {
	width: 25%;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	background-color: #d4231d;
	color: #fff;
}

.nav-tabs.nav-stacked>.active a {
	background: #d4231d;
	color: #fff;
}

.nav-tabs.nav-stacked>.active a h3 {
	color: #fff;
}

.ab-list4 {
	margin-top: 40px;
}

.ab-list4 .nav-tabs>li {
	width: 16.66%;
}










@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.conta1 {
	text-align: left;
	
		padding: 3%;
		margin-bottom:3%;
}
.conta1 p{
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	margin: 6px 0;
}
.conta1{
	border:1px solid #666;
}
.conta1 i {
	min-width: 28px;
	    font-size: 20px;
	    color: #666;
	    display: inline-block;
}
.conta1:hover{
	border:1px solid #bd885b;
}
.conta1:hover p,.conta1:hover i{
	color: #bd885b;
}


.conta1 h2 {
	margin-top: 6%;
	font-weight: normal;
	margin-bottom: 5%;
}

.conta1 h4 {
	font-weight: normal;
}

#map {
	height: 400px;
}











/*头部公共END END END*/
@media (min-width:300px) {

	/*手机端菜单图标*/
	.menu_icon {
		float: right;
		width: 40px;
		height: 40px;
		background-color: #015198;
		position: relative;
		top: 15px;
		right: 10px;
	}

	.menu_icon span {
		display: block;
		width: 70%;
		height: 2px;
		border-radius: 2.5px;
		background-color: #fff;
		position: absolute;
		left: 15%;
	}

	.menu_icon span:nth-child(1) {
		top: 12px;
	}

	.menu_icon span:nth-child(2) {
		top: 19px;
	}

	.menu_icon span:nth-child(3) {
		top: 26px;
	}

	/*手机端菜单图标变化*/
	.icon_now span:nth-child(1) {
		animation: icon1 1s forwards;
	}

	.icon_now span:nth-child(2) {
		animation: icon2 1s forwards;
	}

	.icon_now span:nth-child(3) {
		animation: icon3 1s forwards;
	}

	.icon_back span:nth-child(1) {
		animation: icon4 1s forwards;
	}

	.icon_back span:nth-child(2) {
		animation: icon5 1s forwards;
	}

	.icon_back span:nth-child(3) {
		animation: icon6 1s forwards;
	}

	@keyframes icon1 {
		0% {
			top: 12px;
			transform: rotate(0deg);
		}

		40% {
			top: 19px;
			transform: rotate(0deg);
		}

		60% {
			top: 19px;
			transform: rotate(0deg);
		}

		100% {
			top: 19px;
			transform: rotate(405deg);
		}
	}

	@keyframes icon3 {
		0% {
			top: 26px;
			transform: rotate(0deg);
		}

		40% {
			top: 19px;
			transform: rotate(0deg);
		}

		60% {
			top: 19px;
			transform: rotate(0deg);
		}

		100% {
			top: 19px;
			transform: rotate(405deg);
		}
	}

	@keyframes icon2 {
		0% {
			transform: rotate(0deg);
		}

		40% {
			transform: rotate(0deg);
		}

		60% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(495deg);
		}
	}

	@keyframes icon4 {
		0% {
			top: 19px;
			transform: rotate(405deg);
		}

		40% {
			top: 19px;
			transform: rotate(0deg);
		}

		60% {
			top: 19px;
			transform: rotate(0deg);
		}

		100% {
			top: 12px;
			transform: rotate(0deg);
		}
	}

	@keyframes icon6 {
		0% {
			top: 19px;
			transform: rotate(405deg);
		}

		40% {
			top: 19px;
			transform: rotate(0deg);
		}

		60% {
			top: 19px;
			transform: rotate(0deg);
		}

		100% {
			top: 26px;
			transform: rotate(0deg);
		}
	}

	@keyframes icon5 {
		0% {
			transform: rotate(495deg);
		}

		40% {
			transform: rotate(0deg);
		}

		60% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(0deg);
		}
	}

	/*头部公共END END END*/

}

@media (min-width:768px) {
	.menu_icon {
		width: 50px;
		height: 50px;
		top: 12.5px;
	}

	.menu_icon span:nth-child(1) {
		height: 5px;
		top: 12.5px;
	}

	.menu_icon span:nth-child(2) {
		height: 5px;
		top: 22.5px;
	}

	.menu_icon span:nth-child(3) {
		height: 5px;
		top: 32.5px;
	}

	/*手机端菜单图标变化*/
	.icon_now span:nth-child(1) {
		animation: icon1 1s forwards;
	}

	.icon_now span:nth-child(2) {
		animation: icon2 1s forwards;
	}

	.icon_now span:nth-child(3) {
		animation: icon3 1s forwards;
	}

	.icon_back span:nth-child(1) {
		animation: icon4 1s forwards;
	}

	.icon_back span:nth-child(2) {
		animation: icon5 1s forwards;
	}

	.icon_back span:nth-child(3) {
		animation: icon6 1s forwards;
	}

	@keyframes icon1 {
		0% {
			top: 12.5px;
			transform: rotate(0deg);
		}

		40% {
			top: 22.5px;
			transform: rotate(0deg);
		}

		60% {
			top: 22.5px;
			transform: rotate(0deg);
		}

		100% {
			top: 22.5px;
			transform: rotate(405deg);
		}
	}

	@keyframes icon3 {
		0% {
			top: 32.5px;
			transform: rotate(0deg);
		}

		40% {
			top: 22.5px;
			transform: rotate(0deg);
		}

		60% {
			top: 22.5px;
			transform: rotate(0deg);
		}

		100% {
			top: 22.5px;
			transform: rotate(405deg);
		}
	}

	@keyframes icon2 {
		0% {
			transform: rotate(0deg);
		}

		40% {
			transform: rotate(0deg);
		}

		60% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(495deg);
		}
	}

	@keyframes icon4 {
		0% {
			top: 22.5px;
			transform: rotate(405deg);
		}

		40% {
			top: 22.5px;
			transform: rotate(0deg);
		}

		60% {
			top: 22.5px;
			transform: rotate(0deg);
		}

		100% {
			top: 12.5px;
			transform: rotate(0deg);
		}
	}

	@keyframes icon6 {
		0% {
			top: 22.5px;
			transform: rotate(405deg);
		}

		40% {
			top: 22.5px;
			transform: rotate(0deg);
		}

		60% {
			top: 22.5px;
			transform: rotate(0deg);
		}

		100% {
			top: 32.5px;
			transform: rotate(0deg);
		}
	}

	@keyframes icon5 {
		0% {
			tsform: rotate(495deg);
		}

		40% {
			transform: rotate(0deg);
		}

		60% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(0deg);
		}
	}

	/*头部公共END END END*/
}

.sylx .col-4 {
	width: 35%;
}

/*首页第一屏*/
.index-banner {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.index-banner img {
	width: 100%;
	height: 100%;
}

.index-banner .pc {
	display: block;
}

.index-banner .m {
	display: block;
}

/*首页第二屏*/
.index-about {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.index-aboutleft {
	background: url(../images/about-bg.jpg) no-repeat 100% 100%;
	background-size: cover;
	width: 60%;
	height: 100vh;
	padding: 0px;
	margin: 0px;
	float: left;
	transform: translateX(-50px);
	opacity: 0;
	transition: all .2s linear .1s;
}

.index-about-video {
	padding: 0px;
}

.index-aboutright {
	width: 40%;
	padding: 0;
	margin: 20vh 0px 0px;
	float: right;
	transform: translateX(50px);
	opacity: 0;
	transition: all .2s linear .2s;
}

.index-about.active .index-aboutleft,
.index-about.active .index-aboutright {
	transform: translateY(0px);
	opacity: 1;
}

.index-aboutinfo {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	padding: 0px 5vw 0px 0px;
	margin: 0px;
	overflow: hidden;
}

.index-aboutmore {
	margin: 40px 0px 0px;
	padding: 0px 5vw 0px 0px;
	overflow: hidden;
	transform: translateY(20px);
	opacity: 0;
	transition: all .2s linear .4s;
}

.index-about.active .index-aboutmore {
	transform: translateY(0px);
	opacity: 1;
}

.index-aboutmore li {
	width: 25%;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #1c54a7;
	border-radius: 50px;
	padding: 0px;
	margin: 0px;
	margin-right: 30px;
	overflow: hidden;
	float: left;
}

.index-aboutmore li a {
	color: #1c54a7;
}

.index-aboutmore li:hover {
	background-color: #1c54a7;
}

.index-aboutmore li:hover a {
	color: #fff;
}

.index-aboutimg {
	padding: 0px 20px 0px 0px;
	margin: 100px 0px 0px;
	overflow: hidden;
	transform: translateY(20px);
	opacity: 0;
	transition: all .2s linear .5s;
}

.index-about.active .index-aboutimg {
	transform: translateY(0px);
	opacity: 1;
}

.index-aboutimg li {
	width: calc(33.3333% - 10px);
	padding: 0px;
	margin: 0px 10px 0px 0px;
	overflow: hidden;
	float: left;
}

/*首页第三屏*/
.index-products {
	width: 100vw;
	height: calc(100vh - 100px);
	box-sizing: border-box;
	padding: 0;
	margin: 100px 0px 0px;
	position: relative;
	background: url(../images/index/pro-bg.jpg) no-repeat 100% top #191919;
}
.index-products::after {
	content: '';
	width: 1px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	right: 28%;
	background-color: #333;
	overflow: hidden;
	z-index: 2;
}
.index-products::before {
	content: '';
	width: 12px;
	height: 433px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	right: 30.5%;
	top: 29.5%;
	transform: translate(30px, -60px);
	background-image: url(../images/index/be.png);
	background-repeat: no-repeat;
	background-size: 98%;
	overflow: hidden;
	z-index: 5;
}
.cy-index-productstitle {
	width: 25%;
	padding: 0px 0px 0px 3vw;
	margin: 0px;
	overflow: hidden;
	float: left;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
}
.cy-index-productstitle h2 {
	font-size: 36px;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 50px;
	position: relative;
}
.cy-index-productstitle p {
	max-width: 280px;
	font-size: 14px;
	line-height: 2;
	color: #eee;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-index-productstitle a {
	font-size: 14px;
	line-height: 30px;
	border-radius: 20px;
	display: inline-block;
	color: #fff;
	background-color: #c37549;
	padding: 5px 25px;
	margin: 35px 0px 0px;
	overflow: hidden;
}
.cy-index-productsone {
	width: 75%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: right;
}
.cy-index-productsonerright {
	position: absolute;
	width: 20%;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	color: #fff;
}
.cy-index-promore {
	border: 1px solid #ccc;
	padding: 0px 50px 0px 25px;
	border-radius: 30px;
	font-size: 16px;
	line-height: 40px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.cy-index-promore a {
	color: #fff;
}
.cy-index-promorebtn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-image: url(../images/index/ben.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center;
	background-color: #ccc;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0;
	right: 0;
}

.cy-index-productslist {
	opacity: 0;
	width: 100%;
	position: absolute;
	bottom: 5%;
	padding: 0px 3vw;
	margin: 0px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	z-index: 10;
}
.cy-index-productslist ul {flex-shrink: inherit !important;-webkit-flex-direction: inherit !important; width: fit-content;}
.cy-index-productslist li {flex-shrink: inherit; width: fit-content; margin: 0px 10px;}
.cy-index-productslist li a {
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	position: relative;
}
.cy-index-productslist li a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: #e25518;
	padding: 0px;
	overflow: hidden;
	opacity: 0;
}
.cy-index-productslist li.swiper-slide-thumb-active a {
	color: #e25518;
}
.cy-index-productslist li.swiper-slide-thumb-active a::after {opacity: 1;}
/*首页第四屏*/


.index-other {
	width: 100vw;
	height: 100vh;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.sylx1 {
	transform: translateX(-50px);
	opacity: 0;
}

.index-other .case2 {
	transform: translateX(-50px);
	opacity: 0;
}

.index-other .case1 {
	transform: translateX(50px);
	opacity: 0;
}

.active .index-other .case2,
.active .index-other .case1 {
	transform: translateY(0px);
	opacity: 1;
}

.sylx1.active {
	transform: translateX(0);
	opacity: 1;
}

.ab-l {
	transform: translateX(-50px);
	opacity: 0;
}

.active .ab-l {
	transform: translateX(0);
	opacity: 1;
}

.ab-r {
	transform: translateX(50px);
	opacity: 0;
}

.active .ab-r {
	transform: translateX(0);
	opacity: 1;
}

.index-other-main {
	padding: 0px;
	margin: 80px 0px 45px;
	height: calc(100vh - 130px);
}

.index-other-main .options {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.index-other-main .options .item {
	background-position: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s;
	color: #fff;
	width: 16.666%;
	height: 100%;
	float: left;
}

.pagination {
	color: #666;
	clear: both;
	margin-top: 1em;
	display: block;
	margin: auto;
	margin-top: 5%;
}

.pagination li {
	display: inline-block;
}

.pagination a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: -1px;
	padding: 0 12px;
	height: 32px;
	line-height: 32px;
	color: #444;
	border: 1px solid #ddd;
	background: #fff;
	text-decoration: none;
	overflow: hidden;
}

.pagination li>span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: -1px;
	padding: 0 12px;
	height: 32px;
	line-height: 32px;
	color: #444;
	border: 1px solid #ddd;
	background: #fff;
	text-decoration: none;
	overflow: hidden;
}

.pagination li.active>span {
	color: #ffffff;
	background: #444;
}

.pagination .prev::before {
	font-family: "FontAwesome";
	display: inline-block;
	content: "\f104";
	width: 10px;
	height: 10px;
	margin-right: 5px;
}

.pagination .next::after {
	font-family: "FontAwesome";
	display: inline-block;
	content: "\f105";
	width: 10px;
	height: 10px;
	margin-left: 5px;
}

.pagination a:not(.goto):hover {
	background-color: #eee;
	color: #444;
}

.pagination a.cur,
.pagination a.cur:hover {
	background-color: #444;
	color: #fff;
	border-color: #444;
	margin-right: 1px
}

.pagination a.disabled {
	background-color: #e6e6e6 !important;
	color: #bbb !important;
	cursor: no-drop
}

.pagination .prev {
	border-radius: 5px 0 0 5px;
}

.pagination .next {
	border-radius: 0 5px 5px 0;
}

.index-other-main .options .item.active {
	width: 50%;
}

.index-other-main .options .item .box {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.index-other-main .options .item .icon-wrap {
	opacity: 0;
}

.index-other-main .options .item .icon-wrap .tit {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.8;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: left;
	padding: 0px 20px 55px;
	flex-direction: column;
	justify-content: flex-end;
	text-align: left;
	box-sizing: border-box;
}

.index-other-main .options .item .icon-wrap .tit span {
	font-size: 14px;
	font-weight: 300;
}

.index-other-main .options .item:not(.active) .icon-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	opacity: 1;
	text-align: center;
}

.index-other-main .options .item .info-wrap {
	opacity: 0;
	padding: 20px 55px 0 30px;
	position: absolute;
	left: 0px;
	bottom: 75px;
	box-sizing: border-box;
}

.index-other-main .options .item.active .info-wrap {
	opacity: 1;
}

.index-other-main .options .item .info-wrap .tit {
	font-size: 28px;
	line-height: 1.8;
	font-weight: bold;
}

.index-other-main .options .item .info-wrap .tit span {
	font-size: 14px;
	font-weight: 300;
	display: block;
	margin: 0px;
}

.index-other-main .options .item .info-wrap p {
	font-size: 16px;
	line-height: 1.8;
	margin: 15px 0;
}

.index-other-main .options .item .info-wrap a {
	color: #1c54a7;
	font-size: 24px;
	font-weight: 600;
	background-color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	display: block;
}

.index-other-appmobile {
	display: none;
}

/*首页第五屏*/
.index-news {
	width: 100vw;
	height: calc(100vh - 100px);
	margin-top: 100px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background: url(../images/news-bg.jpg) no-repeat 100% 100%;
	background-size: cover;
}

.index-newstitle {
	text-align: center;
	position: absolute;
	top: 3vw;
	left: 0px;
	right: 0;
	border-radius: 0px 5px 5px 0px;
	font-size: 32px;
	line-height: 1.6;
	color: #333333;
	padding: 10px 35px 10px 15px;
	font-weight: 600;
	z-index: 999999
}

.index-yy {
	text-align: center;
	border-radius: 0px 5px 5px 0px;
	font-size: 32px;
	line-height: 1.6;
	color: #333333;
	padding: 10px 35px 10px 15px;
	font-weight: 600;
	margin-top: 35px;
	margin-bottom: 55px;
}

.index-yy i {
	color: #c37549;
}

.index-yy span {
	font-size: 15px;
	text-transform: uppercase;
	color: #555;
	display: block;
}

.index-yy i {
	color: #c37549;
}

.index-newstitle span {
	font-size: 15px;
	text-transform: uppercase;
	color: #555;
	display: block;
}

.index-newsall {
	padding: 0px 5vw;
	margin: 0px;
	position: relative;
}

.index-newsall-mid-left {
	outline: none;
	position: absolute;
	left: 0;
	top: 48%;
	z-index: 11;
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	background-image: url(../images/newsdot-left.png);
}

.index-newsall-mid-right {
	outline: none;
	z-index: 11;
	position: absolute;
	right: 0;
	top: 48%;
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	background-image: url(../images/newsdot-right.png);
}

.index-newsone-all {
	height: 100vh;
	padding: 22vh 1vw 5vh;
	margin: 0px;

}

.index-newsone-dot {
	height: 15px;
	width: 5px;
	border-radius: 15px;
	background: #1C54A7;
	padding: 0px;
	margin: 0px 0px 80px;

}


.index-newsone-img img {
	width: 100%;
	border-top-left-radius: 120px;
	border-bottom-right-radius: 120px;
}

.index-newsone-title {
	font-size: 19px;
	line-height: 1.6;
	color: #333;
	padding: 0px;
	margin: 20px 0px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	/*想省略几行就写几*/
	-webkit-box-orient: vertical;
}

.ban-btn {
	position: absolute;
	z-index: 999999;
	left: 12vw;
	top: 66vh;
}

.ban-btn a {
	display: inline-block;
	width: 135px;
	height: 45px;
	background: #c37549;
	    border-top-left-radius: 120px;
	    border-bottom-right-radius: 120px;
		text-align: center;
		color:#fff;
		line-height: 45px;
		font-size: 15px;
	

}

.index-newsone-txt {
	font-size: 14px;
	line-height: 1.8;
	color: #666;
	padding: 0px;
	margin: 20px 0px 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*想省略几行就写几*/
	-webkit-box-orient: vertical;
}

.index-newsone-date2 {
	font-size: 14px;
	line-height: 1.8;
	color: #999;
	padding: 0px;
	margin: 0px;
}

.index-newsone-all:hover .index-newsone-date2 {
	padding-bottom: 15px;
	border-bottom: 3px solid #c37549;
}

.index-newsone-all:hover .index-newsone-title {
	color: #c37549;
}


/* 底部版权 */
.footer-company {
	position: fixed;
	width: 100%;
	padding: 0px;
	margin: 0px;
	bottom: 0;
	left: 0;
	text-align: center;
	background: url(../images/kh2.jpg);
}

.footer-company1 {
	position: static;
	width: 100%;
	padding: 0px;
	margin: 0px;
	bottom: 0;
	left: 0;
}

.footer-copyright {
	font-size: 14px;
	color: #ccc;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	line-height: 72px;
}

.footer-tech {
	font-size: 14px;
	color: #999;
	line-height: 40px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: right;
}

.footer-copyright a,
.footer-tech a {
	color: #999;
}

@media (max-width:1024px) {
	.w96 {
		width: 100%;
		padding: 0px 10px;
	}

	.website-title {
		margin-bottom: 20px;
	}

	.website-title h2 {
		font-size: 28px;
	}

	.website-title span {
		font-size: 14px;
	}

	.right_nav,
	#top_menu,
	#top_phone {
		display: none;
	}

	.menu_pp {
		display: block;
	}

	#top_line,
	.index-banner,
	.index-about,
	.index-other,
	.index-news,
	.home1,
	.syab,
	.sylx {
		height: auto;
	}
	.index-other .case2,.index-other .case1{
		transform: translateX(0);
		    opacity: 1;
			padding-left: 0;
	}
	.swiper-container-android .swiper-slide, .swiper-wrapper{
		text-align: center;
	}
	.image-container .overlay{
		height: auto;
	}
	.swiper-index-yy .image-container img{
		width: auto;
		max-height: 300px;
		display: inline;
	}
	#top_line{
		position: unset;
		overflow: hidden;
	}
	.sylx .col-4 {
		width: 100%;
	}

	#top_logo {
		padding: 5px 0px;
	}

	#top_logo img {
		height: 43px;
	}

	.footer-company {
		position: inherit;
		background-color: #1C54A7;
	}

	.footer-copyright {
		float: inherit;
		text-align: center;
		line-height: 25px;
		padding: 10px 0px;
		color: #fff;
	}

	.footer-copyright a {
		color: #fff;
	}

	.footer-copyright span {
		display: block;
	}

	.footer-tech {
		display: none;
	}

	.index-banner .pc {
		display: block;
		margin-top: 65px;
	}

	.index-banner .m {
		display: block;
		margin-top: 65px;
	}

	.m img,
	.pc video {
		height: auto !important;
	}

	.index-aboutleft {
		width: 100%;
		height: auto;
		padding: 10px;
	}

	.index-about-video {
		width: 100%;
		height: auto;
		margin: 0px;
	}

	.index-aboutright {
		width: 100%;
		height: auto;
		padding: 10px;
		margin: 0px;
	}

	.index-aboutinfo {
		font-size: 14px;
		padding: 0px;
	}

	.index-aboutmore {
		margin: 20px 0px 0px;
		padding: 0px;
	}

	.index-aboutmore li {
		width: calc(33.3333% - 20px);
		line-height: 30px;
		padding: 0px;
		margin: 0px 10px;
	}

	.index-aboutimg {
		margin-top: 20px;
		padding: 0px;
	}

	.index-aboutimg li {
		width: 100%;
		margin: 0px 0px 10px;
	}

	.website-title,
	.index-about .index-aboutleft,
	.index-about .index-aboutright,
	.index-about .index-aboutmore,
	.index-about .index-aboutimg {
		transform: translateY(0px);
		opacity: 1;
	}

	.index-products {
		height: auto;
		padding: 20px 0px;
		margin: 0px;
		overflow: hidden;
	}

	.index-products-left {
		width: 100%;
		padding: 0px;
		margin: 0px;
	}

	.index-products-list {
		display: none;
	}

	.index-products-right {
		width: 100%;
		padding: 0px;
		margin: 0px;
	}

	.index-products-onemainimg {
		width: 100%;
	}

	.index-products-onemainmore {
		display: none;
	}

	.index-products-mune {
		margin: 20px 0px 0px;
	}

	.index-products-mune li {
		width: 50%;
		padding: 0px 10px 5px;
		margin: 0px 0px 5px;
	}

	.index-products-mune li a {
		font-size: 14px;
		text-align: center;
		padding: 0px;
		margin: 0px;
		display: block;
	}

	.index-other-main {
		margin: 0px;
		padding: 25px 0px 0px;
		height: auto;
	}

	.index-other-main .options {
		display: none;
	}

	.index-other-appmobile {
		padding: 0px;
		margin: 0px;
		overflow: hidden;
		display: block;
	}

	.index-other-appmobile li {
		width: 48%;
		margin: 0px 1% 10px;
		padding: 0px;
		overflow: hidden;
		float: left;
	}

	.index-other-appmobileimg {
		padding: 0px;
		margin: 0px;
		overflow: hidden;
	}

	.index-other-appmobiletxt {
		padding: 0px 10px;
		margin: 0px;
		font-size: 14px;
		line-height: 30px;
		overflow: hidden;
		color: #fff;
		background-color: #0055AA;
		text-align: center;
	}

	.index-newsall {
		padding: 0px;
	}

	.index-newstitle {
		top: 30px;
		font-size: 28px;
	}

	.index-newstitle span {
		display: inline-block;
		padding-left: 10px;
	}

	.index-newsone-all {
		height: auto;
		padding: 15vh 40px 10vh;
	}

	.index-newsone-all .index-newsone-dot,
	.index-newsone-all .index-newsone-date2 {
		display: none;
	}

	.index-newsone-all .index-newsone-title {
		color: #333;
		margin: 0px 0px 15px;
	}

	.index-newsone-all .index-newsone-txt {
		color: #333;
		margin: 0px 0px 20px;
	}

	.index-newsone-all .index-newsone-date {
		font-size: 12px;
		line-height: 1.8;
		color: #333;
		padding: 0px;
		margin: 0px 0px 10px;
		display: block;
	}

	.index-newsone-all .index-newsone-img {
		display: block;
		margin: 0px 0px 15px;
		padding: 0px;
	}

	.index-newsone-all .index-newsone-more {
		border: 1px solid #333;
		border-radius: 50px;
		padding: 5px 40px;
		margin: 0px;
		color: #333;
		font-size: 16px;
		line-height: 1.8;
		display: block;
		float: left;
	}
}





.index-aboutmore1 h1 {
	height: 35px;
	font-style: normal;
	color: #035cac;
	margin: 0;
}

.index-aboutmore1 i {
	font-style: normal;
	display: inline-block;
	padding-bottom: 20px;
	padding-top: 5px;
}

.index-aboutmore1 {
	padding-right: 20px;
}

.index-aboutmore1 ul {
	font-style: normal;
}

.index-aboutmore1 ul p {
	margin: 0;
	font-size: 14px;
	line-height: 20px
}

.index-aboutmore1 ul h3 {

	font-size: 18x;
	line-height: 25px
}


.index-aboutmore1>h1,
.index-aboutmore1>i {
	padding-left: 12%;
}

.index-aboutmore1 ul li {
	margin: 5% 0;
	background-position: 13% 10px;
	padding: 1% 0;
	padding-left: 20%;
	padding-right: 10%;
	background-repeat: no-repeat;
}

@media (max-width:768px) {
	.sylx1 {
		transform: translateX(0px);
		opacity: 1;
	}
	
	.card-title {
		min-height: 80px;
		line-height: 20px;
	}

	.card-title a {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		/*想省略几行就写几*/
		-webkit-box-orient: vertical;
	}

	.index-newsall {
		margin-top: 20px;
	}

	#guang {
		padding: 18px 0px;
		float: none;
		overflow: hidden;
		margin: 0px 3vw 0px 0px;
	}

	#guang img {
		width: 82%;
		overflow: hidden;
	}

	.index-aboutmore1 ul li {
		padding-left: 96px;
	}

	.index-news {
		margin-top: 0px;
	}

	.h-p-i {
		display: none;
	}

	.al-i .col-md-4 {
		float: right;
		width: 30%;
		margin: 0 1%;
	}
}


.more1 {
	margin: 5% 0;
	padding: 10px 15px;
	color: #4dbaee;
	border: 1px solid #4dbaee;
	border-radius: 30px;
}

.more1 {
	display: none;
}


.box:hover .more1 {
	display: inline-block;
}

.index-aboutmore1 ul li:hover {
	background-color: #048ecf;
	color: #fff;
}

.index-aboutmore1 ul li:hover h3 {
	color: #fff;
}

.index-aboutmore1 ul li:nth-of-type(1) {
	background-image: url(../images/a1.png);
}

.index-aboutmore1 ul li:nth-of-type(1):hover {
	background-image: url(../images/a1h.png);
}

.index-aboutmore1 ul li:nth-of-type(2) {
	background-image: url(../images/a2.png);
}

.index-aboutmore1 ul li:nth-of-type(2):hover {
	background-image: url(../images/a2h.png);
}

.index-aboutmore1 ul li:nth-of-type(3) {
	background-image: url(../images/a3.png);
}

.index-aboutmore1 ul li:nth-of-type(3):hover {
	background-image: url(../images/a3h.png);
}

.index-aboutmore1 ul li:nth-of-type(4) {
	background-image: url(../images/a4.png);
}

.index-aboutmore1 ul li:nth-of-type(4):hover {
	background-image: url(../images/a4h.png);
}

.index-aboutmore1 ul li:nth-of-type(5) {
	background-image: url(../images/a5.png);
}

.index-aboutmore1 ul li:nth-of-type(5):hover {
	background-image: url(../images/a5h.png);
}

.home1 .row>div,
.home2 .row>div {
	padding: 0;
}

.home2 .row>.col-md-5 {
	padding: 6%;
}

.home2 .col-md-5 h3 {
	font-size: 24px;
	color: #555;
}

.more {
	margin: 5% 0;
	display: inline-block;
	padding: 10px 15px;
	color: #cdcdcd;
	border: 1px solid #cdcdcd;
	border-radius: 30px;
}

.home2 .col-md-5 h1 {
	height: 35px;
	font-style: normal;
	color: #035cac;
	margin: 0;

}

.home2 .col-md-5 p {
	margin-top: 10px;
	line-height: 27px;
	font-size: 14px;
}

.home2 .col-md-5>h1,
.home2 .col-md-5>i {
	padding: 0;
}

.home2 .col-md-5 i {
	font-style: normal;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 20px;
}

.home2 .al-i img:hover {
	transition: all 0.7s;
	transform: scale(1.07, 1.07);
}

.home3 {
	height: 90vh;
}

.home3 {
	padding: 6vw;
}

.index-aboutright>h1,
.index-aboutright>i {
	padding-left: 12%;
}

.index-aboutright h1 {
	height: 35px;
	font-style: normal;
	color: #035cac;
	margin: 0;
}

.index-aboutright i {
	font-style: normal;
	display: inline-block;
	padding-bottom: 20px;
	padding-top: 5px;
}

.home3 .col-md-4 h1 {
	height: 35px;
	font-style: normal;
	color: #035cac;
	margin: 0;
}

.home3 .col-md-4 i {
	font-style: normal;
	display: inline-block;
	padding-bottom: 20px;
	padding-top: 5px;
}

.h3-p {
	font-size: 14px;
	padding: 14% 0;
	line-height: 26px;
}



.animate-list-2 {
	margin: 0 auto;
	/* background: url(../images/pbg.jpg) no-repeat; */
	background: #fff;
	overflow: hidden;
	min-height: 524px;
	height: calc(100vh - 100px);
	margin-top: 100px;
	background-size: cover;
}

.animate-list-2 ul {
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	width: 100%;
}

.animate-list-2 li .item-inner {
	height: calc(100vh - 97px);
}

.animate-list-2 li:nth-child(1) .item-inner {
	background: red;
}

.animate-list-2 li:after {
	content: '';
	display: block;
	clear: both;
}

.animate-list-2 .item {
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 7px;
	margin-right: -1px;
	width: 20%;
	height: 580px;
	perspective: 800px;
}

.animate-list-2 .item-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.03);
}

.animate-list-2 .item-front {
	position: absolute;
	width: 100%;
	height: 298px;
	color: #333;
	text-align: center;
}

.animate-list-2 .item-front h6 {
	padding: 24px 0;
	color: #333;
	font-weight: 400;
	font-size: 18px;
}

.animate-list-2 .item-front h6 span {
	color: red;
	font-size: 26px;
}

.animate-list-2 .item-front h5 {
	padding: 35px 0;
	font-weight: 400;
	font-size: 22px;
}

.animate-list-2 .item-front .icon-img {
	display: block;
	padding-top: 95%
}

.animate-list-2 .item-front p {
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	padding: 0 22px;
}

.animate-list-2 .item-behind .sbg-text {
	background: #fff;
	color: #333;
	padding: 42px 47px;
}

.animate-list-2 .item-behind .sbg-text h2 {
	position: relative;
	color: #c21b1f;
	font-size: 22px;
	padding-bottom: 30px;
}

.animate-list-2 .item-behind .sbg-text h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 52px;
	height: 3px;
	background: #c21b1f;
}

.animate-list-2 .item-behind {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	padding: 0px;
	height: 380px;
}

.animate-list-2 .item-behind h6 {
	padding: 5px 0 0;
	padding: 20px 0;
	border-bottom: 1px solid #b0d2ec;
	text-align: center;
	font-weight: 400;
	font-size: 24px;
	line-height: 50px;
}

.animate-list-2 .item-behind dl {
	margin: 5px 0 10px;
	padding: 20px 0;
}

.animate-list-2 .item-behind dt i {
	display: inline-block;
	margin-right: 10px;
	width: 7px;
	height: 11px;
	background-image: url(/images/2016/xc/behind_icon_bg.png);
}

.animate-list-2 .item-behind dt {
	font-size: 14px;
	line-height: 30px;
}

.animate-list-2 .item-behind dd {
	font-size: 12px;
	line-height: 18px;
}

.animate-list-2 .item-behind .dashed {
	height: 0;
	border-bottom: 1px dashed #b0d2ec;
}

.animate-list-2 .btn-area {
	position: absolute;
	bottom: 5px;
	left: 10px;
	font-size: 0;
}

.animate-list-2 .btn-area a {
	display: inline-block;
	margin-right: 5px;
	height: 34px;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 34px;
	cursor: pointer;
}

.animate-list-2 .btn-area .bbtn-1 {
	width: 86px;
	border-color: #fff;
	background-color: #fff;
	color: #229ffd;
}

.animate-list-2 .btn-area .bbtn-2 {
	width: 46px;
	border-color: #fff;
	background-color: #2c9ef3;
	color: #fff;
}

.animate-list-2 .btn-area .bbtn-3 {
	width: 46px;
	border-color: #fff;
	background-color: #2c9ef3;
	color: #fff;
}

.animate-list-2 .item-open .item-behind {
	display: block;
}

.animate-list-2 .item-open .item-front {
	display: none;
}

.animate-list-2 .item-adm .item-inner {
	transition: transform .5s ease;
	transform-origin: right center;
	transform-style: preserve-3d;
}

.animate-list-2 .item-adm .item-front {
	display: block;
	opacity: 1;
	transition: all .5s ease .1s;
}

.animate-list-2 .item-adm .item-behind {
	display: block;
	opacity: 0;
	transition: all .5s ease .1s;
	transform: rotateY(180deg);
}

.animate-list-2 .item-open-adm .item-inner {
	z-index: 2;
	transform: translateX(-100%) rotateY(-180deg);
}

.animate-list-2 .item-open-adm .item-front {
	display: none;
	opacity: 0;
}

.animate-list-2 .item-open-adm .item-behind {
	opacity: 1;
}


.jzmb h3 {
	margin: 20px;
	padding: 20px 10px;
	border-bottom: 1px dotted #fff;
	color: #fff;
	text-align: center;
	font-size: 18px;
}

.jzmb p {
	margin-top: 30px;
	font-size: 16px;
	line-height: 20px;
}

.jzmb_bottom {
	padding: 10px 0;
}

.jzmb_bottom li {
	float: left;
	width: 100%;
	color: #a3a3a3;
	font-size: 14px;
	line-height: 38px;
}

.jzmb_bottom li span {
	color: red;
}

@media screen and (min-width:768px) {
	
	.item-adm:hover .item-inner {
		z-index: 2;
		transform: translateX(-100%) rotateY(-180deg);
		background: #fff;
		height: calc(100vh - 97px);
	}

	.item-adm:hover .item-behind {
		opacity: 1;
	}

	.item-adm:hover .item-front {
		display: none;
		opacity: 0;
	}
}

@media screen and (max-width:767px) {
	.index-banner {
		margin-top: 0px;
	}

	.amenu li,
	.amenu1 li,
	.ab-list4 .nav-tabs>li {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 2%;
	}

	.animate-list-2 ul {
		display: block;
		margin: 0 auto;
		width: 100%;
	}


	.animate-list-2 ul li:nth-of-type(1) {
		background: url(../images/list_1.jpg);
		background-size: cover;
	}

	.animate-list-2 ul li:nth-of-type(2) {
		background: url(../images/list_2.jpg);
		background-size: cover;
	}

	.animate-list-2 ul li:nth-of-type(3) {
		background: url(../images/list_3.jpg);
		background-size: cover;
	}

	.animate-list-2 ul li:nth-of-type(4) {
		background: url(../images/list_4.jpg);
		background-size: cover;
	}

	.animate-list-2 ul li:nth-of-type(5) {
		background: url(../images/list_5.jpg);
		background-size: cover;
	}

	.animate-list-2 {
		height: auto;
	}

	.animate-list-2 .item-front .icon-img {
		padding: 0;
	}

	.animate-list-2 .item {
		position: relative;
		z-index: 1;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 7px;
		margin-right: -1px;
		width: 100%;
		height: 150px;
		perspective: 800px;
		margin: 10px 0;
	}
}

.s-btn {
	display: inline-block;
	margin: 20px 0;
	border-radius: 20px;
	border: solid 1px #c9c9c9;
	padding: 7px 10px;
}

.syab {
	height: 100vh;
	display: flex;

	background-color: #fff;
	align-items: flex-end;
}

.sylx {
	background-size: 100% 100%;
	background-color: #fff;
}

.sylx h2 {
	text-align: left;
	margin-top: 15vh;
	margin-bottom: 5vh;
}

.sylx h2 i {
	color: #333333;
	font-size: 34px;
}

.sylx ul {
	text-align: center;
	float: left;
	display: block;
}

.bt-3 {
	padding-left: 60px;
}

.sylx h3 {
	padding: 11% 0;
	font-size: 19px;
}

.sylx h4 {
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
}

.lx-b {
	margin-top: 3%;
	padding-top: 2%;
	overflow: hidden;
	/* background: #f2f2f2; */
}

.sylx p {
	min-height: 70px;
}

.sylx ul li a {
	display: block;
	font-size: 15px;
	color: #666;
	margin-top: 9px;
}


.lx-b a {
	font-size: 15px;
	color: #ddd;
	margin-top: 9px;
	display: block;
}
.cy-product a {
	width: 50%;
	float: left;
}
.lx-b li p {
	font-size: 15px;
	color: #ddd;
	margin-top: 9px;
	min-height: auto !important;
	display: block;
}

.lx-b .col-md-3 p {
	min-height: auto;
	font-size: 14px;
	margin-top: 10px;
	color: #666666;
}

.lx-b .col-md-3 h2 {
	color: #c37549;
	font-size: 28px;
	margin: 0;
	text-align: center;
}

.sylx .col-md-12 ul {
	width: 33%;
	text-align: left;
}

.sylx .col-md-12 .col-md-6 {
	padding: 0;
}

.sylx h2 b {
	color: #c37549;
	font-weight: 400;
}

.sylx i {
	color: #717171;
	font-size: 56px;
}

.sylx .lx-box:hover i {
	color: #c37549;
}

.sylx .lx-box {
	float: left;
	width: 22%;
	font-size: 15px;
	padding: 7% 4%;
	line-height: 27px;
	border: 2px solid #f4f4f4;
	margin-right: 3%;
	margin-bottom: 2%;
	border-radius: 15px;
	text-align: center;
	background-color: #f5f5f5;
	transition: all .3s linear;
	position: relative;
}

.k1,.k2{
	top: 23%;
	}
@media (max-width:1444px) {
	.index-yy{
		margin-bottom: 20px;
	}
	
	.sylx .lx-box {
		padding: 3% 4%;
	}


	.lx-b li {
		line-height: 21px;
	}
}


.sylx .lx-box:after {
	content: '';
	display: block;
	width: 32px;
	height: 1px;
	background: #E70011;
	position: absolute;
	bottom: 58px;
	left: 50%;
	margin-left: -16px;
}

.sylx .lx-box:hover {
	background: #ffffff;
	box-shadow: 0px 0px 48.5px 1.5px rgb(0 0 0 / 5%);
	margin-top: -12px;
}

.ab-l {
	float: left;
	width: 30%;
	align-items: end;
	display: flex;
}

.ab-l img {
	width: 100%;
}

.ab-r {
	float: left;
	width: 70%;
	align-items: end;
	display: flex;
}

.abbg {
	background-color: #fff;
	overflow: hidden;
	padding: 4vh 4vw 9vh 4vw;
}

.ab-r h2 {
	font-weight: 600;
	color: #fff;
	font-size: 30px;
	margin-bottom: 26px;
	margin-left: 4vw;
}

.ab-r h3 {
	color: #000;
	font-size: 34px;
	margin: 25px 0;
	text-align: center;
}

.ab-r p {
	color: #333;
	font-size: 16px;
	margin: 25px 0;
	line-height: 26px;
	text-align: center;
	margin-bottom: 5vh;
}

/*.ab-r .col-3 p {
	line-height: 0px;
}*/

.col-3 {
	text-align: center;
	float: left;
}

.ab-r i {
	text-align: center;
	color: #c37549;
	font-size: 37px;
	font-weight: 600;
}

.sygc {
	width: 100vw;
	height: 100vh;
	height: calc(100vh - 100px);
	margin-top: 100px;
	background-color: #fff;
	flex-direction: column-reverse;
	/* display: flex; */

}

.sygc .Team-pic img {
	width: 100%;
}

.gc-l {
	width: 50%;
}

.gc-r {
	width: 50%;
}

.gc-r .col-6 {
	float: left;
}

.gc-t {
	margin-bottom: 20px;
	padding: 0 10px;
	line-height: 31px;
	display: flex;
	justify-content: space-between;
}

.gc-t h2 i {
	color: #333333;
	font-size: 34px;
}

.gc-t h2 b {
	color: #c37549;
	font-weight: 400;
}

.case {
	margin-top: 35px;
	margin-bottom: 35px;
}

.case1 {
	width: 24.85%;
	float: left;
	border-right: 1px solid #999;
}

.case2 {
	width: 49.46%;
	float: left;
	/* padding-left: 10px;
	padding-right: 10px; */
}
.k1.k2{
	top:23%
}

.Team-Item {
	margin: 0px;
	position: relative;
}

.c10 {
	border-bottom: 1px solid #494949;
}
.c11{
	border-right: 1px solid #494949;
}
.Team-pic {
	overflow: hidden;
}

.Team-pic img {
	transition: all 0.3s linear;
	width: 100%;
}

.Team-intro {
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	overflow: hidden;
	transition: all 0.3s linear;

}

.Team-intro:hover {
	opacity: 1;
}

.Team-intro h3 {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	line-height: 40px;
	margin: 0px auto;
	padding: 0px;
	color: #fff;
	font-size: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.Team-intro h3 span {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	padding-left: 10px;
}

.Team-intro .text {
	height: 156px;
}

.Team-intro p {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}

.Team-intro a {
	color: #fff;
}

.Team-intro .btn_sj {
	float: left;
}

.Team-intro .btn_zp {
	float: right;
}

.index-banner img {
    width: 100%;
    height: 100vh;
}
@media (max-width:768px) {
	.animate-list-2{
		min-height: inherit;
	}
	.index-banner img {
	    width: 100%;
	    height: 100%;
	}
	.k1,.k2{
		top: 23%;
	}
	.home2{
		height: auto !important;
	}
	.index-news {
		background: url(../images/news-bg1.jpg) no-repeat 100% 100%;
	}

	.case1,
	.case2 {
		width: 100%;
		padding-left: 10px;
	}

	.gc-t {
		position: absolute;
		top: 0;
		margin-top: 30px;
	}

	.sygc {
		position: relative;
		display: block;
		padding-top: 15px;
		margin-top: 0;
	}

	.syab {
		height: auto;
		display: block;
		background-size: 100% 100%;
	}

	.syab .ab-l {
		display: none;
	}

	.syab .ab-r {
		width: 100%;
	}
	.lx-b {
	    padding-bottom: 20px;
	    padding-top: 3%;
	}
.i2 .R a:after {
    position: absolute!important;
    top: -5px!important;
    width: 3vw!important;
    height: 3vw!important;
    margin: 4vw auto 0!important;
    transform: none!important;
}
.c1_index{
	height: auto!important;
}
	.ab-r h2 {
		font-size: 23px;
	}

	.ab-r i {
		font-size: 30px;
	}

	.ab-r p {
		font-size: 12px;
	}

	.ab-r .col-3 {
		width: 50%;
	}

	.abbg {
		background: none;
	}

	.index-news {
		padding-top: 50px;
	}

	.animate-list-2 {
		margin-top: 0;
	}

	.sylx {
		background: url(../images/lx.jpg) no-repeat 0 0;
		height: auto;
		background-size:cover;
	}

	.sylx .lx-box {
		width: 97%;
	}

	.swiper-button-prev,
	.swiper-button-next {
		margin-top: 7px;
	}

	.sylx h2 {
		margin-top: 5vh;
	}
}

.image-container {
	position: relative;
}

.image-container img {
	display: block;
	width: 100%;
	height: auto;
}

.image-container .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 15px;
	transition: all 0.5s ease;
}
.image-container:hover img{
	background-color: rgba(0, 0, 0, 0.6);
}
.image-container:hover img{
	transition: all 0.5s ease;
	transform: rotateY(180deg);
	opacity: 0.7;
}
.image-container:hover .overlay {
	opacity: 1;
}

.image-container .overlay h2 {
	font-size: 24px;
	margin-top: 10%;
	text-align: left;
	padding: 0 0 0 20px;
}

.image-container .overlay p {
	
	margin-top: 3%;
	line-height: 24px;
	font-size: 14px;
	text-align: left;
	padding: 20px;
}

.home2 {
	width: 100vw;
	height: 100vh;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background: #fff;
	background-size: cover;
}

.index-kh {
	margin-top: 0;
	padding-top: 35px;
}

.sylx {
	background: rgb(46,46,46) url(../images/kh3.jpg) no-repeat 0 0;
	
}

.index-kh {
	color: #fff;
}

.index-kh span {
	color: #ddd;
}

.sylx .swiper-slide img {
	border-radius: 8px;
}

.w85 {
	width: 85%;
	margin: 0 auto;
}
/* //首页视频 */
.product {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.5s ease-in-out;
  background-image: url("背景图片1");
  background-size: cover;
  background-position: center;
}

.product:hover {
  background-image: url("背景图片2");
}

.product h1 {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  transition: color 0.5s ease-in-out;
}

.product:hover h1 {
  color: #000;
}


/* 小吴新写代码 */
/* 首页代码 */
.cy-index-aboutvideo {
	width: 50%;
	height: calc(100% - 100px);
	background-image: url(../images/index/index-aboutvidebg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	padding: 0px;
	margin: 100px 0px;
	overflow: hidden;
	position: relative;
	float: left;
}
.cy-index-aboutvideobtn {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 200px;
	width: 25%;
	transform: translate(-50%, -50%);
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-index-aboutother {
	position: relative;
	width: 50%;
	height: calc(100% - 100px);
	background-color: #333;
	padding: 0px;
	margin: 100px 0px 0px;
	overflow: hidden;
	float: right;
}
.cy-index-aboutother li {
	position: absolute;
	width: 50%;
	height: 50%;
	padding: 0px 20px;
	margin: 0px;
	overflow: hidden;
}
.cy-index-aboutother li:nth-child(1) {left: 0;top: 0;border-bottom: 1px solid #666;border-right: 1px solid #666;}
.cy-index-aboutother li:nth-child(2) {right: 0;top: 0;border-bottom: 1px solid #666;}
.cy-index-aboutother li:nth-child(3) {left: 0;bottom: 0;border-right: 1px solid #666;}
.cy-index-aboutother li:nth-child(4) {right: 0;bottom: 0;}
.cy-index-aboutother li:hover {background-color: #a56b45;}
.cy-index-aboutome {
	width: 90%;
	max-width: 340px;
	position: absolute;
	padding: 0px 30px;
	text-align: center;
	margin: 0px;
	overflow: hidden;
	vertical-align: middle;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.cy-index-aboutome:last-child{
	padding: 0px 4px;
}
.cy-index-aboutoneimg {
	padding: 0px;
	margin: 0px 0px 10px;
	overflow: hidden;
}
.cy-index-aboutoneimg img {max-width: 150px; width: 50%;}
.cy-index-aboutonetxt {
	color: #fff;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-index-aboutonetxt h3 {
	font-size: 24px;
	line-height: 1.8;
}
.cy-index-aboutonetxt p {
	font-size: 14px;
	line-height: 1.8;
	color: #ccc;
}
.cy-index-aboutonedot {
	padding: 0px;
	margin: 10px 0px 0px;
	overflow: hidden;
	text-align: center;
}
.cy-index-aboutonedot .xian {display: inline-block;}
.cy-index-aboutonedot .kuai {display: none;}
.cy-index-aboutother li:hover .cy-index-aboutonetxt p {color: #fff;}
.cy-index-aboutother li:hover .cy-index-aboutonedot .xian {display: none;}
.cy-index-aboutother li:hover .cy-index-aboutonedot .kuai {display: inline-block;}

/* 内页代码 */
.cy-ny-banner {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
}
.cy-ny-banner img {width: 100%;}
.cy-ny-bannertxt {
	font-size: 42px;
	font-weight: 400;
	line-height: 1.8;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-ny-bannertxt::after {
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	content: '';
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.cy-about-profileinfo {
	background-image: url(../images/about-profilebg.png);
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: 5% 80%;
	padding: 80px 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-about-profileinfo .container {position: relative;}
.cy-about-profileinfo .container::after {
	content: '';
	display: block;
	position: absolute;
	right: -80px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/about-profiletxt.png);
	background-size: 55px auto;
	background-position: center;
	background-repeat: no-repeat;
	width: 58px;
	height: 100%;
}
.cy-about-profiletxt {
	font-size: 14px;
	line-height: 2;
	padding: 0px;
	margin: 0px 10% 0px 0px;
	overflow: hidden;
}
.cy-about-profileimg {
	border-radius: 20px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.dates{ border-top: 1px solid #dadada; border-bottom: 1px solid #dadada; padding: 12px 0; margin: 0 0 40px; color: #8a8a8a;}
.fan {border: 1px solid #dadada ; border-radius:8px; padding: 25px 50px; text-align: center; margin-top: 3vw;}
.fan a.prev {
    float: left;
}
.fan a.next {
    float: right;
}
.fan a.back:before {
  content: '';
  width: 19px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icon9.png);
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fan a.back:hover:before {
  background-image: url(../images/icon9_on.png);
}
.fan a {
    font-size: 16px;
    color: #8a8a8a;
	}
.fan a:hover {
	  color: #c37549;
	}
/* 团队 */
.cy-about-teaminfo {
	padding: 50px 0px 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-about-teamtitle {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5;
	padding: 0px;
	margin: 0px  0px 30px;
	overflow: hidden;
	text-align: center;
}
.cy-about-teamlist {
	background-image: url(../images/about-teambg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-about-teamlist li {
	width: 16.6666%;
	padding: 0px;
	margin: 0px;
	min-height: 620px;
	overflow: hidden;
	float: left;
	position: relative;
}
.cy-about-teamimg {
	padding: 0px 20px;
	margin: 0px;
	overflow: hidden;
}
.cy-about-teamimg span {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	display: block;
	border: 8px solid #fff;
	margin: 0px auto 10px;
	padding: 0px;
	overflow: hidden;
}
.cy-about-teamimg span img {width: 100%;}
.cy-about-teamimg p {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-about-teamone {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-about-teamtxt {display: none; padding: 30px 20px; margin: 0px auto; text-align: center;  overflow: hidden;}
.cy-about-teamtxt h3{ text-align: center !important;}
.abox{
	border:1px solid #c8774a;
}
.a1{
	background-color: #c8774a;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
}
.a2{
	color:#c8774a;
	font-size: 14px;
	line-height: 20px;
	padding: 20px;
}
.abox11{
	margin-top: 20px;
	font-size: 14px;
	padding: 20px;
	line-height: 24px;
	background-color: #efefef;
	color: #222;
}
.cy-about-teamlist li:hover .cy-about-teamone {background-color: #fff;top: 0; transform: inherit;height: 100%;}
.cy-about-teamlist li:hover .cy-about-teamimg {padding: 0px;}
.cy-about-teamlist li:hover .cy-about-teamimg span {width: 100%; height: auto; border-radius: inherit; border: 0px;}
.cy-about-teamlist li:hover .cy-about-teamimg p {display: none;}
.cy-about-teamlist li:hover .cy-about-teamtxt {display: block;}
.cy-about-teamlist li:hover .cy-about-teamtxt h3 {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 10px;
	overflow: hidden;
}
.cy-about-teamlist li:hover .cy-about-teamtxt p {
	font-size: 14px;
	line-height: 1.8;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

/* 应用场合 */
.cy-about-appinfo {
	background-color: #f2f2f2;
	padding: 50px;
	margin: 0px;
}
.cy-about-applistmain {
	padding: 0px;
	margin: 0px;
	text-align: center;
	overflow: hidden;
}
.cy-about-applistmain img {max-width: 100%; width: auto;}


/* 视频展示 */
.cy-about-videoinfo {
	background-image: url(../images/about-videobg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 35px 0px 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-about-videotitle {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
	padding: 0px;
	margin: 0px  0px 30px;
	overflow: hidden;
	text-align: center;
}
.cy-about-vvideomain {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-about-videoimg {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
}
.cy-about-videoimg img {width: 100%;}
.cy-about-videoimg i {position: absolute; width: 50px; height: 50px; bottom: 15px; left: 15px; background-image: url(../images/about-videoico.png); background-repeat: no-repeat; background-size: 100%; padding: 0px; margin: 0px; overflow: hidden;z-index: 50;}
.cy-about-videotxt {
	background-color: #bd885b;
	font-size: 14px;
	line-height: 1.8;
	color: #fff;
	padding: 30px;
	margin: 0px;
	overflow: hidden;
}

/* 营销推广 */
.cy-about-adinfo {
	padding: 50px 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-about-adlist {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-about-adlist .owl-carousel .owl-nav button.owl-prev, .cy-about-adlist .owl-carousel .owl-nav button.owl-next, .cy-about-adlist .owl-carousel button.owl-dot {
  top: 40%;
  pointer-events: auto;
  text-align: center;
  position: absolute;
  z-index: 999!important;
  cursor: pointer;
  background: rgba(0,0,0,0.5);
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  width: 60px;
  height: 50px;
  padding-top: 0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.cy-about-adlist .owl-nav .owl-prev {left: 20px;border-radius: 10px;}
.cy-about-adlist .owl-nav .owl-next {right: 20px;border-radius: 10px;}
.cy-about-adlist .owl-nav .owl-prev i,.cy-about-adlist .owl-nav .owl-next i {font-size: 18px;}
.cy-about-adlist .owl-nav .owl-next:hover,.cy-about-adlist .owl-nav .owl-prev:hover {background: rgba(0,0,0,0.7);color: #fff}
.cy-about-adone {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-about-adoneimg {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-about-adoneimg img {width: 100%;}
.cy-about-adonetxt {
	font-size: 16px;
	line-height: 2;
	text-align: center;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

/* 证书 */
.swiper-button-next,.swiper-button-prev {background-image: inherit; text-align: center;}
.swiper-button-prev i, .swiper-button-next i {font-size: 64px;}
.swiper-button-prev:hover i, .swiper-button-next:hover i {color: #bd885b;}

/* 销售服务 */
.cy-network-numinfo {
	padding: 50px 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-network-numtitle {
	padding: 0px;
	margin: 0px 0px 35px;
	text-align: center;
	overflow: hidden;
}
.cy-network-numtitle h3 {
	font-size: 28px;
	line-height: 1;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-network-numtitle p {
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #666;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-network-numlist {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-network-numlist li {
	width: 25%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
	position: relative;
}
.cy-network-numlist li::after {
	position: absolute;
	width: 1px;
	height: 90%;
	background-color: #999;
	padding: 0px;
	margin: 0px;
	top: 5%;
	right: 0;
	content: '';
	display: block;
	overflow: hidden;
}
.cy-network-numlist li:last-child::after {display: none;}
.cy-network-numone {
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
	display: table;
}
.cy-network-numoneleft {
	font-size: 52px;
	line-height: 0.9;
	color: #bd885b;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.cy-network-numoneleft span {
	font-weight: 600;
}
.cy-network-numoneleft sub {
	font-size: 14px;
	font-weight: 300;
}
.cy-network-numoneright {
	font-size: 16px;
	line-height: 1.6;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	overflow: hidden;
	float: right;
}
.cy-network-serviceinfo {
	background-image: url(../images/network-servicebg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-network-servicetitle {
	font-size: 24px;
	line-height: 2;
	border-radius: 0px 0px 15px 15px;
	background-color: #f2f2f2;
	padding: 0px 20px;
	margin: 0px auto;
	overflow: hidden;
	display: table;
}
.cy-network-servicelist {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-network-servicelist li {
	width: 25%;
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
}
.cy-network-servicelist li::after {
	position: absolute;
	width: 35px;
	height: 35px;
	background-image: url(../images/network-servicedot.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	top: 50%;
	transform: translateY(-50%);
	right: -17px;
	content: '';
	display: block;
	overflow: hidden;
}
.cy-network-servicelist li:last-child::after {display: none;}
.cy-network-serviceone {
	padding: 20px 0px 30px;
	margin: 0px;
	overflow: hidden;
}
.cy-network-serviceoneimg {
	width: 125px;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
.cy-network-serviceonetxt {
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
	text-align: center;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-network-title {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.5;
	padding: 0px;
	margin: 0px  0px 10px;
	overflow: hidden;
	text-align: center;
}
.cy-network-projectinfo {padding: 30px 0px; margin: 0px; overflow: hidden;}
.cy-network-projectnav, .cy-network-casenav { margin-bottom: 15px; text-align: left; border-bottom: 1px solid #eee;}
.cy-network-projectnav li, .cy-network-casenav li { display: inline-block; margin: 0px; }
.cy-network-projectnav li a, .cy-network-casenav li a { display: inline-block; font-size: 16px; color: #333; padding: 0 15px; line-height: 40px; border-radius: 5px 5px 0px 0px; border: 0; background: #eee; }
.cy-network-projectnav li.cur a,.cy-network-projectnav li:hover a, .cy-network-casenav li.cur a,.cy-network-casenav li:hover a { background: #333; color: #fff; }

.cy-network-projectlist {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-network-projectlist ul {
	padding: 0px;
	margin: 0px -5px;
	overflow: hidden;
}
.cy-network-projectlist li {
	width: 25%;
	padding: 0px 5px;
	margin: 0px 0px 9px;
	overflow: hidden;
	float: left;
}
.cy-network-projectlist li:first-child {width: 50%;}
.cy-network-projectone {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
}
.cy-network-projectoneimg img {width: 100%;transition: transform .6s;}
.cy-network-projectone:hover .cy-network-projectoneimg img {transform: scale(1.1);}
.cy-network-projectonetxt {
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	bottom: 0;
	width: 100%;
	left: 0;
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	padding: 5px 10px;
	margin: 0px;
	overflow: hidden;
}
.cy-network-projectone:hover .cy-network-projectonetxt {background-color: rgba(189, 136, 91, .8);}
.cy-network-projectmore {
	padding: 0px;
	margin: 10px 0px 0px;
	overflow: hidden;
	text-align: center;
}
.cy-network-projectmore a {
	border: 1px solid #333;
	border-radius: 50px;
	font-size: 16px;
	line-height: 35px;
	padding: 0px 25px;
	margin: 0px auto;
	overflow: hidden;
	display: table;
}

.cy-network-caseinfo {
	background-color: #f9f9f9;
	padding: 50px 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-network-caselist {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-network-caselist ul {
	padding: 0px;
	margin: 0px -10px;
	overflow: hidden;
}
.cy-network-caselist li {
	width: 50%;
	padding: 0px 10px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.cy-network-caseone {
	padding: 0px;
	margin: 0px 0px 20px;
	overflow: hidden;
}
.cy-network-caseoneimg {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-network-caseoneimg img {width: 100%;transition: transform .6s;}
.cy-network-caseone:hover .cy-network-caseoneimg img {transform: scale(1.1);}
.cy-network-caseonetxt {
	padding: 10px 15px;
	margin: 0px;
	overflow: hidden;
	text-align: center;
}
.cy-network-caseonetxt h3 {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.cy-network-caseonetxt p {
	font-size: 14px;
	line-height: 1.8;
	color: #666;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.cy-network-custominfo {
	background-image: url(../images/network-custombg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 32px 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-network-customlist {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-network-customlist ul {
	padding: 0px;
	margin: 0px -5px;
	overflow: hidden;
}
.cy-network-customlist li {
	width: 20%;
	padding: 0px 5px;
	margin: 0px 0px 10px;
	overflow: hidden;
	float: left;
}
.cy-network-customlist li img {width: 100%;border-radius: 10px;}

/* 产品展示 */
.cy-product-maininfo {
	background-color: #f2f2f2;
	padding: 50px 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-product-maintxt {
	padding: 30px 12%;
	margin: 0px auto 35px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 15px;
	text-align: center;
	line-height: 2;
	color: #333;
	overflow: hidden;
}
.cy-product-maintitle {
	font-size: 28px;
	line-height: 1.8;
	padding: 0px;
	margin: 0px 0px 20px;
	text-align: center;
	overflow: hidden;
}
.cy-product-mainlist {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-product-mainlist ul {
	padding: 0px;
	margin: 0px -10px;
	overflow: hidden;
}
.cy-product-mainlist li {
	width: 33.3333%;
	padding: 0px 10px;
	margin: 0px 0px 20px;
	overflow: hidden;
	float: left;
}
.cy-product-one {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-product-oneimg img {width: 100%;}
.cy-product-onetxt {
	background-color: #555;
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	margin: 0px;
	overflow: hidden;
}
.cy-product-mainlist li:hover .cy-product-onetxt {background-color: #ca9f7c;}
.cy-product-detailsmain {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-product-detailsleft {
	width: 30%;
	background: url(../images/cp3.png) no-repeat right top;
	background-color: #2e2e2e;
	padding: 80px 50px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.cy-product-detailsleft h3 {
	margin: 20px 0;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	font-weight: 200;
	text-align: left;
}
.cy-product-detailsleft ul {
	padding: 0px;
	margin: 0px;
}
.cy-product-detailsleft li {
	text-align: left;
	border-bottom: 1px solid #666;
	padding: 5px 0;
}
.cy-product-detailsleft li a{
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	font-weight: 200;
	text-align: left;
}
.cy-product-detailsright {
	width: 70%;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	overflow: hidden;
	float: right;
}
.cy-product-detailsimginfo {
	padding: 0px;
	margin: 0px 0px 30px;
	overflow: hidden;
	position: relative;
}
.cy-product-detailsimg {
	width: 50%;
	background-color: #fff;
	border: 1px solid #eee;
	text-align: center;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.cy-product-detailsimg img {max-width: 100%;}
.cy-product-detailsimgother {
	width: 48%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: absolute;
	min-height: 100%;
	right: 0;
}
.cy-product-detailsimgother h1 {
	font-size: 24px;
	line-height: 1.8;
	border-bottom: 1px solid #ddd;
	margin: 0px 0px 15px;
	padding: 0px;
	overflow: hidden;
}
.cy-product-detailsimgother p {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	padding: 0px;
	margin: 0px 0px 50px;
	overflow: hidden;
}
.cy-product-detailsimglink {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-product-detailsimglink .wysh {
	width: 45%;
	background-image: url(../images/pro-zs.png);
	background-repeat: no-repeat;
	background-size: auto 45px;
	padding: 0px 0px 0px 50px;
	color: #666;
	margin: 0px;
	height: 50px;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	float: left;
}
.cy-product-detailsimglink .tel {
	width: 45%;
	background-image: url(../images/pro-tel.png);
	background-repeat: no-repeat;
	background-size: auto 45px;
	padding: 5px 0px 0px 50px;
	color: #666;
	margin: 0px;
	height: 50px;
	line-height: 20px;
	font-size: 16px;
	overflow: hidden;
	float: right;
}
.cy-huo {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.cy-huo a {
	
	color: #c37549;
	border-radius: 50px;
	padding: 10px;
	margin: 0px;
	overflow: hidden;
	font-size: 16px;
	display: inline-block;
}
.cy-product-detailsdown {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: right;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.bt-20{
	padding-left: 50px;
}
.bt-10{
	padding-left: 36px;
}
@media screen and (min-width: 1500px){
    .bt-20{
	padding-left: 80px;
}
.bt-10{
	padding-left: 80px;
}
}
.cy-product-detailsdown a {
	border: 1px solid #c37549;
	color: #c37549;
	border-radius: 50px;
	padding: 10px;
	margin: 0px;
	overflow: hidden;
	font-size: 14px;
	display: inline-block;
}
.cy-product-detailsview {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-product-detailsviewtitle {
	font-size: 20px;
	line-height: 2;
	border-bottom: 1px solid #ddd;
	color: #c37549;
	padding: 0px;
	margin: 0px 0px 20px;
	overflow: hidden;
}
.cy-product-detailsviewinfo {
	font-size: 14px;
	line-height: 1.8;
	min-height: 450px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.cy-contact-onemain {
border: 1px solid #333;
padding: 0px;
margin: 0px 0px 30px;
overflow: hidden;
}
.cy-contact-oneimg img {width: 100%;}
.cy-contact-oneinfo {
	text-align: left;
	padding: 3%;
	font-size: 16px;
	color: #333;
	line-height: 2;
	margin: 0px;
	overflow: hidden;
}
.top-up {
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 10000;
	display: none;
}
.top-up.show{display: block;}
.top-up img {
  width: 50px;
}
@media (max-height: 920px) {
	.cy-index-aboutoneimg img {max-width: 120px; width: 50%;}
	.cy-index-aboutonetxt h3 {font-size: 20px; line-height: 1.6;}
	.cy-index-aboutonetxt p {font-size: 14px;line-height: 1.5;}
}
@media (max-width: 1400px) {
	.cy-index-aboutonetxt p {font-size: 12px;}
}
@media (max-width: 991px) {
	/* 首页修改 */
	.cy-index-aboutvideo {
		width: 100%;
		height: 350px;
		margin: 15px 0px 0px;
	}
	.cy-index-aboutother {
		width: 100%;
		height: inherit;
		margin: 0px;
	}
	.cy-index-aboutother li {position: inherit; width: 100%; height: inherit; padding: 0px;}
	.cy-index-aboutother li:nth-child(1),	.cy-index-aboutother li:nth-child(2),	.cy-index-aboutother li:nth-child(3) {border: 0px; border-bottom: 1px solid #666;}
	.cy-index-aboutome {width: 100%; max-width: 100%;position: inherit; transform: inherit; padding: 30px 15px;}
	.index-products::before {display: none;}
	.index-products::after {width: 100%; height: 1px; bottom: 200px; right: inherit; display: none;}
	.cy-index-productstitle {width: 100%; margin-bottom: 10px; position: inherit; transform: inherit;}
	.cy-index-productstitle h2 {margin-bottom: 15px; font-size: 24px; text-align: center;}
	.cy-index-productstitle p {max-width: 100%; font-size: 12px; line-height: 1.6;}
	.cy-index-productstitle a {width: 100%; margin-top: 20px; padding: 5px 10px; text-align: center;}
	.cy-index-productsone {width: 100%;}
	.cy-index-productsonerright {position: inherit; transform: inherit; width: 100%; text-align: center; margin-top: 30px;}
	.cy-index-promore img {max-width: 120px; width: 50%;}
	.cy-index-productslist {display: none;}

	.sylx {display: none;}
	.cy-about-profileinfo,.cy-about-appinfo,.cy-about-adinfo {padding: 30px 0px;}
	.cy-about-profiletxt {font-size: 12px; line-height: 1.8; margin: 0px 0px 20px;}
	.cy-about-teaminfo, .cy-about-videoinfo {padding-top: 30px;}
	.cy-about-teamtitle,.cy-about-videotitle {font-size: 24px; margin-bottom: 15px;}
	.cy-about-teamlist {padding: 10px 5px 0px;}
	.cy-about-teamlist li {width: 50%; padding: 0px 5px; margin-bottom: 10px; min-height: inherit; position: inherit;}
	.cy-about-teamone, .cy-about-teamlist li:hover .cy-about-teamone {background-color: #fff;top: 0;transform: inherit;height: 100%; position: inherit;}
	.cy-about-teamlist li:hover .cy-about-teamimg,.cy-about-teamimg {padding: 0px;}
	.cy-about-teamlist li:hover .cy-about-teamimg span, .cy-about-teamimg span {width: 100%;height: auto;border-radius: inherit;border: 0px; margin: 0px;}
	.cy-about-teamlist li:hover .cy-about-teamimg p, .cy-about-teamimg p {display: none;}
	.cy-about-teamlist li:hover .cy-about-teamtxt, .cy-about-teamtxt {display: block; padding: 10px; height: 375px;}
	.cy-about-teamlist li:hover .cy-about-teamtxt p, .cy-about-teamtxt p {font-size: 12px;line-height: 1.6;padding: 0px;margin: 0px;overflow: hidden;}
	.cy-about-videotxt {padding: 10px; font-size: 12px; line-height: 1.6;}
	.cy-about-adlist {padding: 0px 10px;}
	.cy-about-adlist .owl-carousel .owl-nav button.owl-prev, .cy-about-adlist .owl-carousel .owl-nav button.owl-next, .cy-about-adlist .owl-carousel button.owl-dot {display: block;}

	.cy-ny-bannertxt {font-size: 24px;}
	.cy-network-numinfo,.cy-network-caseinfo {padding: 30px 0px;}
	.cy-network-numtitle {margin-bottom: 20px;}
	.cy-network-numtitle h3 {font-size: 21px;}
	.cy-network-numtitle p {font-size: 12px;}
	.cy-network-numlist li {width: 50%; margin-bottom: 20px;}
	.cy-network-numlist li::after {display: none;}
	.cy-network-numoneleft {font-size: 36px;line-height: 1;}
	.cy-network-numoneleft sub {font-size: 12px;}
	.cy-network-numoneright {font-size: 13px; line-height: 1.5;}
	.cy-network-serviceinfo {background-size: auto 100%;}
	.cy-network-servicetitle {font-size: 18px;}
	.cy-network-servicelist li {width: 100%;}
	.cy-network-serviceone {padding: 15px 0px 20px;}
	.cy-network-servicelist li::after {bottom: -10px; top: inherit; left: 50%; right: inherit; transform: translateX(-50%) rotate(90deg);width: 25px; height: 25px; background-size: 100%;}
	.cy-network-serviceonetxt {font-size: 13px; line-height: 1.6;}
	.cy-network-title {font-size: 24px; margin-bottom: 20px;}
	.cy-network-projectlist li {width: 50%;}
	.cy-network-projectlist li:first-child {width: 100%;}
	.cy-network-projectmore a {font-size: 14px; line-height: 30px;}
	.cy-network-caseonetxt {padding: 0px;}
	.cy-network-caseonetxt h3 {font-size: 16px;}
	.cy-network-caseonetxt p {font-size: 12px;}
	.cy-network-custominfo {padding: 30px 0px; background-size: auto 100%;}
	.cy-network-customlist li img {border-radius: 5px;}
	.cy-network-customlist li {width: 33.3333%; margin-bottom: 10px;}

	.cy-product-maininfo {padding: 30px 0px;}
	.cy-product-maintxt {padding: 10px 0px; margin: 0px 0px 20px; font-size: 12px; line-height: 1.8;}
	.cy-product-maintitle {font-size: 24px; margin: 0px 0px 10px;}
	.cy-product-mainlist ul {margin: 0px;}
	.cy-product-mainlist li {width: 50%; margin: 0px 0px 10px; padding: 0px 5px;}
	.cy-product-onetxt {font-size: 14px; line-height: 25px;}
	.cy-product-detailsleft {display: none;}
	.cy-product-detailsright {width: 100%; padding: 0px;}
	.cy-product-detailsimginfo {margin-bottom: 10px;}
	.cy-product-detailsimg {width: 100%; float: inherit;}
	.cy-product-detailsimgother {width: 100%;min-height: inherit;position: inherit; margin-top: 20px;}
	.cy-product-detailsimgother p {margin-bottom: 30px; font-size: 12px;}
	.cy-huo {position: inherit; margin-top: 20px; text-align: center;}
	.cy-huo a {width: 100%;}
	.cy-product-detailsdown {position: inherit; margin-top: 20px; text-align: center;}
	.cy-product-detailsdown a {width: 100%;}
	.cy-product-detailsviewtitle {font-size: 18px;}
	.cy-product-detailsviewinfo {font-size: 13px; min-height: auto;}
}