@charset "utf-8";

.bottomnavlinsk{
	width: 90%;
    background: rgba(0,0,0,0.5);
    border-radius: 8px;
    position: fixed;
    bottom: 10px;
    left: 50%;
    z-index: 3;
	display: flex;
	opacity: 0;
	transform: translateX(-50%);
	transition: 0.3s;
	height: 0;
}
.bottomnavlinsk.top{
	opacity: 1;
	height: auto;
}
.bottomnavlinsk>div{
	flex: 1;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.bottomnavlinsk>div a{
	flex: 1;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.bottomnavlinsk>div p{
	font: 12px/14px '';
    color: #fff;
    margin-left: 8px;
}
.bottomnavlinsk>div:first-child:after{
	display: block;
    width: 1px;
    height: 12px;
    content: "";
    position: absolute;
    right: 0;
    top: 40%;
    background: #FFFFFF;
}
.bottomnavlinsk>div a img{
	width: 24px;
}

/*初始化*/
*{ 
	padding:0;
	margin:0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html{
	font-size: calc(100vw/19.2);
}

html, body{
	width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: 'PingFang SC','Microsoft YaHei','Microsoft YaHei UI','WenQuanYi Micro Hei','Arial','sans-serif',\5b8b\4f53;
	font-size: 14px;
	line-height: 1.5em;
	color: #999;
	background: #40444f;

}
input,button{
	-webkit-appearance:none;
	border-radius: 0;
}
a,a:hover,a:focus {
	text-decoration: none;
}
textarea{
	resize: none;
	overflow: auto;
}
input,button {
	border: 0;
}
img {
	border: 0;
	max-width: 100%;
	vertical-align: top;
}
li {
	list-style: none;
}
ul,ol,p,h1,h2,h3,h4,h5,h6 {
	margin:0;
}
/*修改滚动条*/
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-track {
background: #fff;
}
::-webkit-scrollbar-thumb {
background: #c1c1c1;
border-radius: 4px;
}
::-webkit-scrollbar-thumb:window-inactive {
background: #c1c1c1;
}
::-webkit-scrollbar-thumb:vertical:hover {
background: #c1c1c1;
}
/* placeholder修改 */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #fff ;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff ;
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff ;
	opacity: 1;
}
input::-ms-input-placeholder,textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff ;
}
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand { display: none; }

/*公共样式*/
.c-clear { zoom: 1; }
.c-clear:after { content:''; display: block; clear: both; }
.c-fl { float: left; }
.c-fr { float: right; }
.c-container { position: relative; width: 100%;padding:0 2.5rem;}
body.c-open{overflow: hidden;}
.c-bg-color1 {background: #fff !important;}
.c-bg-color2 {background: #f9f9f9 !important;}
.c-pt1 {padding-top: 130px !important;}
.c-text-center {text-align: center;}
/* 公共背景 */
#c-common-bg {
	position: fixed;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
#c-common-bg.c-dt {
	height: 100%;
}
/* 顶部背景 */
#c-top-bg {
	height: 100vh;
	text-align: center;
	background-image: url(../images/asbsbg.jpg);
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#c-top-bg>.c-container{
	position: fixed;
	top: 48%;	
}
#c-top-bg.event{
	background-image: url(../images/news.jpg);
}
#c-top-bg.case{
	background-image: url(../images/casebg.jpg);
}
#c-top-bg.ywfg{
	background-image: url(../images/ywfg.jpg);
}
#c-top-bg.lksj{
	background-image: url(../images/lksj.jpg);
}
#c-top-bg.contact{
	background-image: url(../images/contact.jpg);
}
#c-top-bg.lkjs{
	background-image: url(../images/lkjs.jpg);
}
#c-top-bg.coodyw{
	background-image: url(../images/lkyw.jpg);
}

.slogen{
	font-size: 20px;
	color: #fff;
	width: 49%;
    margin: auto;
    line-height: 30px;
}
#c-top-bg .c-enTitle {
	font-size: 45px;
	line-height: 1.8em;
	color: #fff;
	font-weight: 700;
}

#c-top-bg .c-title {
	padding-top: 10px;
	font-size: 36px;
	line-height: 56px;
	color: #fff;
}
#c-top-bg .c-btn {
	display: block;
	margin: 40px auto 0;
	padding: 0 32px;
	width: 180px;
	height: 50px;
	border-radius: 25px;
	font-size: 16px;
	line-height: 50px;
	text-align: left;
	color: #333;
	background: #fff url(../images/jt4.png) no-repeat right 32px center;
	background-size: 14px auto;
	transition: .5s;
}
#c-top-bg .c-btn:hover {
	color: #fff;
	background: #bb1c14 url(../images/jt4-h.png) no-repeat right 32px center;
	background-size: 14px auto;
}
/* 公共按钮 */
.c-common-btn {
	display: block;
	position: relative;
	width: 128px;
	height: 57px;
	line-height: 56px;
	color: #fff;
	background: url(../images/jt1.png)no-repeat right 0 center;
	background-size: 12px auto;
}
.c-common-btn:hover{
	color: #fff;
}
.c-common-btn.c-unique {
	color: #fff;
	background: url(../images/mores.png) no-repeat  center;
	background-size: 100% 100%;
	margin-top: 10px;
    padding: 0 13px;
	width: 210px;
	height: 47px;
	line-height: 47px;
	text-indent: 2em;
	transition: all 0.3s;
}
.c-common-btn.c-unique span{transition:  0.3s;display: inline-block;}
.c-common-btn.c-unique:hover{
	color: #fff;
	background: url(../images/mores.png) no-repeat  center;
	background-size: 100% 100%;
}
.c-common-btn.c-unique:hover span{
	margin-left: 15%;
}
.c-common-btn::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 30px;
	border-bottom: 0px solid #bb1c14;
	transition: all 0.5s;
}
.c-common-btn:hover::before {
	width: 100%;
}
.c-common-btn2 {
	text-align: center;
}
.c-common-btn2 .c-btn {
	display: inline-block;
	vertical-align: top;
	padding: 0 40px;
	line-height: 60px;
	color: #fff;
	background: #bb1c14;
}
.c-common-btn2 .c-btn i {
	margin-left: 15px;
	font-size: 20px;
}
/* 公共标题 */
.c-common-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 10px;
	/* padding-top: 8%; */
}
.c-l-box{
	padding-top: 5%;
}
.c-common-title .c-en-title{
	font-size: 40px;
	font-weight: 700;
	line-height: 1em;
	color: #061f58;
}
.c-common-title .c-cn-title {
	padding-top: 10px;
	font-size: 36px;
	line-height: 56px;
	color: #27343c;
	font-weight: 700;
	text-transform: uppercase;
}
.c-common-title .c-text {
	padding: 20px 0 50px;
	line-height: 30px;
	width: 48.8%;
}
.c-common-title.c-unique .c-en-title,.c-common-title.c-unique .c-cn-title,.c-common-title.c-unique .c-cn-title span{
	color: #fff;
}
/*顶部*/
#c-header {
	position: relative;
	top:0;
	left:0;
	z-index: 900;
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	transition: all 0.5s;
	border-bottom: 2px solid transparent;
}
.c-open #c-header  {
	line-height: 80px;
	color: #333;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
#c-header.c-head-move{
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
#c-header a {
	color: #fff;
	transition: all 0.5s;
}
.c-open #c-header a {
	color: #333;
}
/*顶部logo*/
#c-header .c-logo a {
	float: left;
	text-align: left;
}
.cinner{
	position: relative;
	width: 100%;
	height: 100px;
    padding: 0 0.5rem;
}

.c-head-hide .c-logo img,.c-head-hides .c-logo img{
	filter: unset;
}
#c-header.c-head-hides{
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 0 10px 0 #f0efeb;
}
#c-header.c-head-hide a,#c-header.c-head-hides a{
	color: #2a2a2a;
}
#c-header.c-head-hide .c-nav .active a::before{
	border-color: #113480;
}
#c-header.c-head-hide .c-nav .active a{
	color: #113480;
}
#c-header.c-head-hide .c-nav .c-search-box::before{
	border-color: #113480;
}
#c-header.c-head-hide .c-nav>li:nth-child(-n+9):hover>a::before{
	border-color: #113480;
}
#c-header .c-logo a img {
	/* height: 38px; */
	vertical-align: middle;
}
#c-header .c-logo a img:nth-child(2),.c-open #c-header .c-logo a img:nth-child(1){
	display: none;
}
.c-open #c-header .c-logo a img:nth-child(2){
	display: inline-block;
}
#c-header .c-logo a p {
	display: inline-block;
	vertical-align: top;
}
#c-header .c-logo a p strong{
	margin-right: 22px;
	padding-left: 15px;
}
#c-header .c-logo a p span {
	padding-left: 22px;
	border-left: 1px solid #ddd;
}

/*顶部pc导航*/
#c-header .c-nav{
	display: block;
	text-align: center;
	margin-right:2%;
}
#c-header .c-nav .domore{
	color: #333333;
	font-size: 15px;
	line-height: 17px;
	padding: 0.1rem 0.15rem;
	background-color: #f4f4f4;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	transition: all 0.3s;
	margin-top: 0.32rem;
}
#c-header .c-nav .domore:hover{
	color: #2f318b;
	border: 1px solid #ed3333;
	background-color: #fff;
}
#c-header .c-nav>li {
	padding: 0 20px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#c-header .c-nav li a {
	font-size: 16px;
	padding: 0 18px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#c-header .c-nav li ul {
	position: absolute;
	top:102px;
	left:0;
	display: none;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
#c-header .c-nav li ul li a{
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #f1f1f1;
	line-height: 26px;
	text-align: center;
}
#c-header .c-nav li ul li:last-child a{
	border-bottom:0;
}
#c-header .c-nav>li>a::before {
	content: "";
	position: absolute;
	bottom: 25px;
	transition: all 0.5s;
	background: #fff;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	right: -25px;
	top: 48%;
}
#c-header .c-nav>li:last-child a::before{display: none;}


#c-header .c-nav>li.active>a,#c-header .c-nav>li:nth-child(-n+9):hover>a {
	color: #eb3f00;
}
#c-header.c-head-hides .c-nav>li.active>a::before,#c-header.c-head-hides .c-nav>li:nth-child(-n+9):hover>a::before {
	border-bottom: 2px solid #113480;
}
#c-header .c-nav .c-language {
	position: relative;
	padding: 0 ;
	margin-left: 16px;
}
#c-header .c-nav .c-language .c-list-box{
	background: unset;
	padding: 0;
    width: auto;
    transform: translateX(-41%);
}
#c-header .c-nav .c-language.c-dode .c-list-box{
    transform: translateX(-43%);
}
#c-header .c-nav .c-language .c-list-box img{
	max-width: 100%;
	margin-top: 13px;
}
.vx{
	width: 98px;
	height: 106px;
	background-image: url(../images/codebg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}
#c-header .c-nav .c-language .c-list{
	display: none;
	position: absolute;
	top: 100px;
	right: 0;
	width: 80px;
	text-align: left;
	background: #fff;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
/* #c-header.c-head-hide .c-nav .c-language .c-list {
	top: 81px;
} */
#c-header .c-nav .c-language .c-list .c-item{
	line-height: 30px;
}
#c-header .c-nav .c-language .c-list .c-item a{
	padding: 0 15px;
	display: block;
	color: #333;
	transition: .5s;
	border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav .c-language .c-list .c-item:last-child a{border: 0;}
#c-header .c-nav .c-language .c-list .c-item a:hover {
	color: #fff;
	background: #bb1c14;
}
#c-header .c-search-box {
	position: relative;
	padding-right: 0;
	margin-top: 1.5%;
	float: right;
	z-index: 1;
	pointer-events: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 0.6rem;
}
#c-header .c-search-box a{
	width: 0.6rem;
	height: 0.6rem;
	margin-bottom: 20px;
	border-radius: 50%;
	line-height: 0.6rem;
	text-align: center;
	background-color: #111416;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	box-shadow: 0 0 2px #999;
}
#c-header .c-search-box a:first-child{
	background-color: #0056ab;
}
#c-header .c-search-box a:hover{
	background-color: #0056ab;
}
#c-header .c-search-box::before{
	content: "";
	width: 0px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 40%;
}
#c-header .c-search-box form{
	width: 150px;
	opacity: 1;
	transition: all 0.5s ease-in-out;
}
#c-header .c-search-box .search{transition: all 0.6s ease-in-out;}
#c-header .c-search-box .search  i {
	position: absolute;
	top: 0;
    left: 0;
	color: #fff;
	width: 0.6rem;
	line-height: 0.6rem;

	text-align: center;
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
}
  #c-header .c-search-box .search > input {
	position: absolute;
	left: 0.6rem;
	line-height: 0.3rem;
	background-color: transparent;
	border: none;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	opacity: 0;
	width: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transform-origin: 0 50%;
}
#c-header .c-search-box form input {
    line-height: 0.3rem;
    background-color: transparent;
    border: none;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    opacity: 0;
    width: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transform-origin: 0 50%;
}

#c-header .c-search-box .myfonts span{
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	width: 0px;
	transition: all 0.5s ease-in-out;
}

#c-header .c-nav .c-list-box {
	padding:0.67rem 2.8rem;
	position: absolute;
	top:100px;
	left:0;
	width:100%;
	display: none;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
	padding: 0;
    transform: translateX(-0%);
}

#c-header .c-nav .c-list-box .c-list {
	margin: 0 -.3rem;
	display: flex;
	align-items:flex-start;
}
#c-header .c-nav .c-list-box .c-list .c-item {
	padding:0 .3rem;
	width: 33.33%;
	border-right: 1px solid rgba(0,0,0,.1);
}
#c-header .c-nav>li:nth-last-child(4) .c-list-box .c-list .c-item {
	width: 50%;
}
#c-header .c-nav .c-list-box .c-list .c-item:last-child {
	border: 0;
}
#c-header .c-nav .c-list-box .c-list .c-top-box {
	display: block;
}
#c-header .c-nav .c-list-box .c-list .c-top-box .c-text {
	padding-top: 25px;
	font-size: 22px;
	line-height: 32px;
	color:#333;
	transition: .5s;
}
#c-header .c-nav .c-list-box .c-list .c-wrap:hover .c-top-box .c-text {
	color:#bb1c14;
}
#c-header .c-nav .c-list-box .c-list .c-img-box {
	height: 3rem;
	overflow: hidden;
}
#c-header .c-nav .c-list-box .c-list .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}
#c-header .c-nav .c-list-box .c-list .c-wrap:hover .c-img-box img {
	transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 
}
#c-header .c-nav .c-list-box .c-list .c-a-box {

	display: flex;
	align-items: flex-start;
	display: none;
}
#c-header .c-nav .c-list-box .c-list .c-a-box a {
	width: 25%;
	border-right: 1px solid #999;
	font-size: 14px;
	line-height: 14px;
	color: #999;
	transition: .5s;
}
#c-header .c-nav .c-list-box .c-list .c-a-box a:hover{
	color: #bb1c14;
}
#c-header .c-nav .c-list-box .c-list .c-a-box a:last-child {
	border:0;
}
#c-header .c-nav .c-list-box .c-list1 {
	width: 22%;
}
#c-header .c-nav .c-list-box .c-list1 .c-item {
	display: block;
	padding: 0px 10px 10px 0;
	border-bottom: 1px solid transparent;
	transition: .5s;
	/* background: url(../images/jt5.png)no-repeat right 0 bottom 15px; */
	background-size: auto 6px;
}
.imgover{
	overflow: hidden;
}
#c-header .c-nav .c-list-box .c-list1 .c-item .c-title {
	font-size: 22px;
	line-height: 32px;
	color: #333;
	transition: .5s;
}
#c-header .c-nav .c-list-box .c-list1 .c-item .c-text {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	transition: .5s;
}
#c-header .c-nav .c-list-box .c-list1 .c-item.active .c-title {
	padding-bottom: 0.2rem;
}
#c-header .c-nav .c-list-box .c-list-wrap {
	display: flex;
	justify-content: space-between;
	align-items: start;
	text-align: left;
	background-image: url(../images/codebg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: auto;
	border-radius: 4px;
    overflow: hidden;
}
#c-header .c-nav .c-list-box .c-list2 {
	position: relative;
	display: block;
	width: 100%;	
	margin-top: 8px;
	padding-bottom: 8px;
	border-radius: 6px;
    background-color: #fff;
}
#c-header .c-nav .c-list-box .c-list2 p{
	color: #7b7b7b;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
}
#c-header .c-nav .c-list-box .c-list2 .c-item {
	display: block;
	overflow: hidden;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #dddddd;
	line-height: 40px;
	transition: 0.3s;
}
#c-header .c-nav .c-list-box .c-list2 .c-item:last-child{
	border-bottom: none;
}

#c-header .c-nav .c-list-box.mycase .c-list2 .c-item:first-child{
	padding-left: 0.35rem;
}
#c-header .c-nav .c-list-box.mycase .c-list2 .c-item{
	padding-left: 0.1rem;
}
#c-header .c-nav .c-list-box .c-list2 .c-item:first-child{
	margin-top: 8px;
	border-radius: 8px 8px 0 0;
}
#c-header .c-nav .c-list-box .c-list2 .c-item{
	background-color: #fff;
	margin-left: 7px;
    margin-right: 8px;
}
#c-header .c-nav .c-list-box .c-list2 .c-item img {
	width: 100%;
	height: 172px;
	object-fit: cover;
	transition: .5s;
}
#c-header .c-nav .c-list-box .c-list2 .c-item:hover img {
	transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 
}
#c-header .c-nav .c-list-box .c-list2 .c-item:hover{
	color: #0f4c8c;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
	position: fixed;
	top:0px;
	left:0;
	width: 100%;
	height: 0;
	font-size:14px;
	line-height: 50px;
	overflow-y: auto;
	background: #1d1d22;
	transition: all 0.5s;
}
/* #c-header.c-head-hide .c-nav2 {
	top: 60px;
} */

.homescroll {
    position: fixed;
    right: -3%;
    bottom: 15%;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}
.homescroll a{color: #fff;}

.prog {
    width: 150px;
    color: #004496;
    background-color: #004496;
    vertical-align: middle;
    transform: rotateX(75deg);
    transition: all 1s
}

progress::-moz-progress-bar {
    background: #fff
}

progress::-webkit-progress-bar {
    background: #fff
}

progress::-webkit-progress-value {
    background: #004496
}

progress::-webkit-progress-bar {
    border-radius: 0
}


body.c-open #c-header .c-nav2{
	height: calc(100% - 0px);
	height: -webkit-calc(100% - 0px);
}
body.c-open #c-header .c-nav2::before{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: #343439;
	position: absolute;
	left: 50%;
	margin-left: -1px;
}
.myfonts{
	transition: 0.3s;
}
body.c-open .myfonts{
	opacity: 0;
}
#c-header .c-nav2{color:#fff;overflow: hidden;}
#c-header .c-nav2 .mlogo{padding-top: 4%;padding-left: 7%;}
#c-header .c-nav2 .navshow{
	padding: 1rem 2rem;
	text-align: left;
}
#c-header .c-nav2 a {
	display: block;
	margin: 0 20px;
	text-align:left;
	color: rgba(255,255,255,0.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#c-header .c-nav2 .navshow a{
	font-size: 30px;
	display: inline-block;
}
#c-header .c-nav2 .navshow li{
	line-height: 2.6;
	opacity: 0;
	transition: 0.3s;
	transform: translate(0, -50%) rotateX(0);
}
.c-open #c-header .c-nav2 .navshow li{
	opacity: 1;
	transform: translateX(0);
}
#c-header .c-nav2 .navshow li:first-child {
	transition-delay: .6s;
  }
#c-header .c-nav2 .navshow li:nth-child(2) {
	transition-delay: .8s;
  }
#c-header .c-nav2 .navshow li:nth-child(3) {
	transition-delay: 1s;
  }
#c-header .c-nav2 .navshow li:nth-child(4) {
	transition-delay: 1.2s;
  }
#c-header .c-nav2 .navshow li:nth-child(5) {
	transition-delay: 1.4s;
  }
#c-header .c-nav2 .navshow li:nth-child(6) {
	transition-delay: 1.6s;
  }
#c-header .c-nav2 .navshow li:nth-child(7) {
	transition-delay: 1.8s;
}
#c-header .c-nav2>li:first-child {border-top:1px solid #f1f1f1;}
#c-header .c-nav2 li:hover>a,#c-header .c-nav2 li.active>a {color: #fff;}
#c-header .c-nav2 .chirds a:hover{color:#fff}
#c-header .c-nav2 .chirds{display: inline-block;}
#c-header .c-nav2 .chirds a{font-size: 18px;}
#c-header .c-nav2 li a i {
	float: right;
	margin-top: 15px;
	font-size:20px;
}
#c-header .c-nav2 .indexsever{
	margin-top: 21%;
	font-size: 15px;
	margin-bottom: 15%;
}
#c-header .c-nav2 .indexsever h6{font-size: 25px;line-height: 3;}
#c-header .c-nav2 .indexsever .indextel{font-size: 39px;}
#c-header .c-nav2 .indexsever p{line-height: 28px;}
#c-header .c-nav2 .imgcode{
	width: 300px;
	margin: auto;
	display: flex;
    justify-content: space-around;
}
#c-header .c-nav2 .imgcode .imgs{width: 50%;}
#c-header .c-nav2 .imgcode .imgs img{max-width: 134px;}

















#c-header .c-nav2 li ul {display: none;}
#c-header .c-nav2 li ul a {padding-left: 15px;}
#c-header .c-nav2 .c-language {
	float: left;
	position: relative;
	padding: 20px 0 0 20px;
}
#c-header .c-nav2 .c-language>a {
	margin:0;
	display: block;
	padding: 0 5px;
	width: 80px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #f1f1f1;
}
#c-header .c-nav2 .c-language>a i {
	margin-top: 9px;
}
#c-header .c-nav2 .c-language .c-list {
	display: none;
	background: #fff;
	line-height: 40px;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
#c-header .c-nav2 .c-language .c-list a {
	display: block;
	padding: 0 5px;
	margin: 0;
}
#c-header .c-nav2 .c-language .c-list .c-item:last-child a {
	border-bottom: 0;
}
#c-header .c-nav2 .c-search-box {
	float: right;
	width: -webkit-calc(100% - 120px);
	width: calc(100% - 120px);
	width: calc(100% - 20px);
	padding: 20px 20px 0 0;
}
#c-header .c-nav2 .c-search-box form {
	position: relative;
	border: 1px solid #f1f1f1;
	line-height: 38px;
}

#c-header .c-nav2 .c-search-box form input {
	float: left;
	padding: 0 5px;
	width: -webkit-calc(100% - 15px);
	width: calc(100% - 50px);

	height: 38px;
}
#c-header .c-nav2 .c-search-box form button {
	float: right;
	width: 50px;
	height: 38px;
	color: #fff;
	background:#113480;
}
/*顶部导航开关*/
#c-header .c-switch {
	padding: 35% 0;
	display: inline-block;
	width: 100%;
}
#c-header .c-switch i { 
	position: relative;
	display: block;
	height: 2px;
	background:#fff;
    -webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 45%;
	margin: auto;
	left: 6%;
}
.c-open #c-header .c-switch i {
	background:#fff;
	
}
#c-header .c-switch i:nth-child(1) {
	top: 0;
}
#c-header .c-switch i:nth-child(2) {
	margin: 7px auto;
	left: -5%;
}
#c-header .c-switch i:nth-child(3) {
	bottom: 0;
}

body.c-open #c-header .c-switch i:nth-child(2) {
	opacity: 0;
	margin: 6px auto;
}
body.c-open #c-header .c-switch i:nth-child(1) {
	top: 8px;
	left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
	bottom: 8px;
	left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body.c-open .c-logo img{
	filter: brightness(1);
}
/*首页轮播图*/
.c-banner1 {
	background: #fff;
}
.c-banner1 .swiper-slide{
	position: relative;
	overflow: hidden;
}
.c-banner1 .swiper-slide img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	-webkit-transition: all 7s;
	transition: all 7s;
}
.c-banner1 .swiper-slide .c-bg2 {
	display: none;
}
.c-banner1 .swiper-slide-active img{
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05); 
}


.c-banner1 .c-inner{padding: 0 2.1rem;width: 100%;margin-top: -15%;}

.c-banner1 .swiper-pagination-clickable .swiper-pagination-bullet{
	background: unset;
	opacity: 1;
	margin: 0 1%;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
}
.c-banner1 .swiper-pagination-clickable .swiper-pagination-bullet-active{
	background-color: #004496;
	border: 1px solid #004496;
}
.c-banner1 .swiper-slide .c-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	color: #fff;
}
.c-banner1 .swiper-slide .c-wrap .c-title{
	line-height: 2;
	text-shadow: 0 2px 10px rgba(0,0,0,.3);
	font-size: 0.4rem;
}
.c-banner1 .swiper-slide .c-wrap .c-title img{
	width: auto;
	height: auto;
	max-width: 100%;
}
.c-banner1 .swiper-slide .c-wrap .c-text {
	font-size: 0.95rem;
	padding: 16px 0 48px;
	line-height: 56px;
	text-shadow: 0 2px 10px rgba(0,0,0,.3);
}
.c-banner1 .swiper-pagination-bullet {
	opacity: 1;

}
.c-banner1 .c-dot {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 100%;
}
.c-banner1 .swiper-pagination{
	position: relative;
	text-align: left;
}

@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1); 
  }
}

@keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2); 
  }
}
.c-zoom {
  -webkit-animation-name: c-zoom;
  animation-name: c-zoom;
}

/*product*/
.product{
	background-image: url(../images/homeprobg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.product .c-product{
	padding: 0 1rem;
}

/*case*/
.section.case{
	/* background-image: url(../images/indexcase.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto; */
	background-color: #3c3d41;
}

.caselist{margin: 0.5rem 0;}
.caselist ul li{margin-bottom: 1.5%;}
.caselist ul li:nth-child(2n) a{float: right;}
.caselist ul li a{
	display: block;
	padding: 5px;
	width: 97.5%;
	color: #282828;	
	background-color: #f1f1f1;
}
.caselist ul li img{
	height: 168px;
	transition: 0.3s;
}
.caselist ul li:hover img{
	transform: scale(1.1);
}
.caselist ul li .mycons{
	padding: 8% 11%;
}
.caselist ul li .mycons .pull-right{
	color: #113480;
}
.caselist ul li a p{
	margin: 5% 0;
	color:#868686;
}
.caselist ul li i{
	width: 27px;
    height: 27px;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    vertical-align: revert;
    cursor: pointer;
    background-color: #113480;
    transition: 0.3s;
}
.caselist ul li:hover .pull-right{
	color: #d50000;
}
.caselist ul li:hover i{
	background-color: #d50000;
    transform: rotate(360deg);
}
div.case .c-cn-title{
	opacity: 1;
}
div.case .c-en-title{
	font-size: 0.45rem;
	color: #113480;
	margin: 0.2rem 0;
}

/* about */
#c-about {
	color: #fff;
	background: #fff;
	background-image: url(../images/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about h4{font-size: 25px;font-weight: bold;line-height: 2;}
.about h4 img{vertical-align: middle;}
.about .c-common-title .c-text{
	width: 100%;
	color: #fff;
}
.about .c_name{
	font-size: 0.28rem;
	margin-bottom: 6%;
}
.about .c_name span{color: #ff8400;}
.about .c-img-box ul{padding-top: 8%;}
.about .c-img-box ul li{
	float: left;
	height: 78px;
	width: calc(25% - 2px);
	transition: 0.3s;
}
.about .c-img-box ul li .c_name{font-size: 0.18rem;}
.about .c-container{padding: 0 1.8rem;}
.about .c-img-box span{
	width: 46px;
	height: 53px;
	display: inline-block;
	font-size: 48px;
	color: #fff;
	transition: 0.3s;
}
.about .c-img-box ul li a{color: #fff;}
.about .c-img-box ul li:nth-child(2) span{
    font-size: 65px;
    margin-left: -18px;
}
.about .c-img-box ul li.act{color: #fff;}
.about .c-img-box ul li:hover{color: #eb3f00; transform: translateY(-10px);}
.about .c-img-box ul li:hover span{color: #eb3f00;}
.about .c-img-box ul li:hover a{color: #eb3f00;}
#c-about .c-left-box{
	margin-top: 28%;
	border-radius: 20px;
	padding: 3% 4%;
	position: relative;
	background-color: rgba(11, 66, 132, 0.9);
}
#c-about .c-left-box .comgo{
	width: 42px;
	height: 42px;
	line-height: 42px;
	background-color: rgba(182, 63, 32, 0.8);
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: -18px;
	border-radius: 50%;
	transform: translate(-50%);
}
#c-about .c-left-box .comgo img{vertical-align: middle;}
@keyframes scale{0%{transform: scale(1); opacity:1}100%{ transform: scale(6); opacity: 0.2;}}

#c-about .c-left-box .comgo::before{
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	width: 12px;height: 12px;display: block;
	box-sizing: unset;
	border-radius: 50%;
	top: 37%;
	left: 36%;
	background-color:  rgba(182, 63, 32, 1);
	animation: scale 2s infinite;
	transition: 0.3s;
}
#c-about .c-left-box .comgo:hover::before{
	background-color:  rgba(255,255, 255, 0.5);
}


#c-about .c-left-box .c-img-box {overflow: hidden;}
#c-about .c-cn-title h4{vertical-align: middle;}
#c-about .c-text{font-size: 15px;line-height: 30px;}

/*product*/
.c-product{
	color: #fff;
	padding: 0 0rem;
}
.c-product .c-l-box{
	overflow: hidden;
}
.c-product .c-l-box .yw{
	height: auto;
	position: relative;
	transition: 0.3s;
}
.c-product .c-l-box .yw .imgbox{height: 384px;}
.c-product .c-l-box .yw span{
	font-size: 0.7rem;
    display: inline-block;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 24px;
    border-radius: 50%;
    width: 4.1rem;
    height: 4.1rem;
	line-height: 85px;
	position: absolute;
	z-index: -1;
	transform: translate(-50%);
}
.c-product .c-l-box .yw img{
	width: auto;
	max-width:100%;
	display: inline-block;
	margin-top: 0.8rem;
}
.c-product .c-l-box .yws img{margin-top: 0.5rem;}
.c-product .c-l-box .c-text{
	font-size: 0.22rem;
	line-height: 0.32rem;
}
.c-product .c-l-box .c-text a{transition: 0.3s;color: #fff;}
.c-product .c-l-box:hover .c-text a{ color: #eb3f00;}
.c-product .c-l-box .c-text h5{
	font-size: 0.28rem;
	font-weight: bold;
	line-height: 2;
	margin-top: 3%;
	margin-bottom: 3%;
}
.c-product .c-l-box .c-text h5 img{
	display: inline-block;
	vertical-align: middle;
}
.c-product .c-l-box .c-text p{
	font-size: 16px;
	color: #fff;
	opacity: 0.9;
}
.c-product .c-l-box .c-text h5 span{
	font-size: 30px;
	opacity: 1;
	transition: 0.5s;
}
.c-product .c-yw-title .c-l-box{min-height: 588px;}


.indexscase .imgall{position: relative;width: 93%;}
.indexscase .procons{padding-top: 20%;}
.indexscase .procons .title_1{margin-bottom: 23%;}
.indexscase .procons h4{font-size: 32px;line-height: 2.2;color: #fff;}
.indexscase .procons .cons{font-size: 16px;opacity: 0.5;margin-bottom: 7%;}
.indexscase .procons .readmore{
	display: inline-block;
	padding: 8px 25px;
	border: 1px solid #ea3000;
	font-size: 16px;
	color: #ea3000;
	transition: 0.3s;
	width: 120px;
	margin: 0 2%;
	transition: 0.3s;
}
.indexscase .procons .readmore:hover{
	color: #fff;
	background-color: #ea3000;
}
.indexscase .pro{
	width: 450px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    height: 70px;
    bottom: 0;
    z-index: 10;
}
.indexscase .swiper-button-next{
	width: 50%;
	top: 0;
	right: 0;
	margin: 0;
	height: 70px;
	background-color: rgba(0, 0, 0, 0.5);
}
.indexscase .swiper-button-prev{
	width: 50%;
	top: 0;
	left: 0;
	margin: 0;
	height: 70px;
	background-color: #004496;
}
.indexscase .gallery-thumbs{margin-right: 15%;}
.indexscase .imgall img{width: 100%;height: 690px;object-fit: cover;}



.title_1 {padding: 0;overflow: hidden;cursor: pointer;margin-bottom: 20px;}
.title_1 a {display: block;width: 100%;}
.title_1 h3 {color: #686868;font-size: 80px;line-height: 80px;font-weight: bold;text-transform:uppercase;font-family: fantasy;opacity: 0.2;}
.title_1 h2 {color: #fff;font-size: 55px;line-height: 80px;text-transform: uppercase;font-weight: normal;margin-top: -70px;}
.title_1 span {display: block;color: #7b7b7b;font-size: 16px;line-height: 30px;text-transform:capitalize;}

/* 视频 */
#c-video-box{
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	text-align: center;
}
#c-video-box .c-btn {
	position:fixed;
	top: 85%;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	color: #fff;
	background: #fff;
	border-radius: 50%;
	transition: .5s;
}
#c-video-box .c-btn:after,#c-video-box .c-btn:before {
	content: "";
	position: absolute;
	bottom: 24px;
	left: 10px;
	width: 30px;
	height: 2px;
	background: #333;
	transition: .5s;
}
#c-video-box .c-btn:hover {
	background: #113480;
}
#c-video-box .c-btn:hover:after,#c-video-box .c-btn:hover:before {
	background: #fff;
}
#c-video-box .c-btn:after{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#c-video-box .c-btn:before{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#c-video-box video {
	position:fixed;
	left: 50%;
	top: 50%;
	height: 60%;
	max-width: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: #000;
}


/* 产品 */
.goodslist .box{
	background-color: #dfdfdf;
	text-align: center;
	padding: 1rem 0 0.7rem;
	overflow: hidden;
}
.goodslist .box h6{
	font-size: 25px;
	color: #061f58;
	line-height: 2.5;
}
.goodslist .products_img img{
	max-width: 100%;
}
.goodslist .box .products_txts p{
	color: #878787;
}
.goodslist .box .aksinfo{
	position: absolute;
	top: 0;
	opacity: 0;
	text-align: center;
	width: 100%;
	height: 0;
	z-index: 1;
	padding-top: 50%;
	background-color: rgba(6, 31, 88, 0.8);
	transition: all 0.3s;
}
.c-product .c-common-title .c-text{
	width: 100%;
	color: #393939;
}
.goodslist .box .aksinfo p{
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	line-height: 3;
}
.goodslist .box:hover .aksinfo{
	height: 100%;
	opacity: 1;
}
.allgoods a{
	display: inline-block;
	padding: 0 20px;
	line-height: 3;
	color: #a5a5a5;
	margin-bottom: 20px;
	transition: all 0.3s;
}
.allgoods .ga{	
	color: #333333;	
}
.allgoods .ga:hover{
	color: #ed3333;
}
.allgoods .ga::after{
	content: "";
	width: 0px;
	margin: auto;	
	height: 3px;
	display: block;
	transition: all 0.3s;
}
.allgoods .ga:hover::after{	
	width: 50px;
	background-color: #ed3333;
}
.c-product .navtiagn{
	width: 100%;
	padding: 10%;
	margin-top: 53%;
    overflow: hidden;
    position: relative;
}

.c-product .swiper-pagination-bullet{
	background-color: #a2a2a2;
	margin: 0 2.5px;
}
.c-product .swiper-pagination-bullet-active{
	background-color: #ed3333;
}
.c-product .swiper-button-next{
	right: 50%;
}
.c-product .swiper-button-prev, .c-product .swiper-button-next{
	background-image: none;
	width: 50px;
	height: 50px;
	line-height: 32px;
	font-size: 30px;
	font-family:  monospace;
	padding: 10px;
	color: #fff;
	background-color: #a2a2a2;
	text-align: center;
	border-radius: 50%;
}
.c-product  .swiper-button-prev{
	background-color: #ed3333;
}
.c-product .swiper-button-next:hover{
	background-color: #ed3333;
}
.c-product .swiper-pagination{
	left: 23%;
}
/*解决方案*/
.sul .c-container{height: 100%; z-index: 2;}
.sul .c-en-title{
	color: #fff;
}
.sul .c-cn-title{
	font-size: 24px;
	color: #fff;
	opacity: 0.2;
	text-transform: uppercase;
}
.sul .row,.sul .col-md-3{
	height: 100%;
}
.sul .c-common-title{
	height: 100%;
	border-right: 1px solid #506f94;
}
.sul .tabs{
	margin-bottom: 20px;
}
.sul .tabs .part{
	position: relative;
    display: block;
    padding: 30px 0;
}
.sul .tabs .icon{
	color: #fff;
	font-size: 25px;
	display: inline-block;
}
.sul .tabs a{
	color: #fff;
	font-size: 25px;
}
.sul .tabs span.icon{
	font-size: 40px;
	margin-right: 10%;
}
.sul .tabs span.small{
    font-size: 29px;
    min-width: 35px;
    margin-left: 4px;
}
.sul .tabs i{
	display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ed3333;
    text-align: center;
    line-height: 25px;
    color: #fff;
    vertical-align: middle;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.sul .tabs i.icon{
	font-size: 10px;
	margin-left: 10%;
}
.sul .gramme{
	padding-top: 12%;
	padding-left: 1rem;
}
.sul .tabs .active span,.sul .tabs .active a{
	color: #ed3333;
}
.sul .gramme .content-slide p{
	font-size:55px;
	color: #fff;
	
	line-height: 1.5rem;
}
.sul .gramme .content-slide div{
	width: 78%;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 1rem;
}
/*message*/
#formData{
	font-size: 0.18rem;
}
#formData input{
	display: block;
    width: 100%;
    padding: 10px;
	height: 60px;
	color: #757575;
    line-height: 60px;
    border: 1px solid #d5d5d5;
}
#formData textarea{
	background-color: #fff;
    display: inline-block;
    padding: 8px;
	margin-bottom: 1.5%;
	border: 1px solid #d5d5d5;
    color: #757575;
    width: 100%;
}
#formData .firsinfo input{
	width: 95%;
	margin-bottom: 5%;
}
#formData .firsinfo>div:nth-child(2) input{
	margin: auto;
}
#formData .firsinfo>div:last-child input{
	float: right;
}
#formData .submit{
    font-size: 0.22rem;
    color: #fff;
    padding: 19px 7%;
    display: inline-block;
    position: relative;
    background-color: #eb3c00;
    z-index: 0;
    transition: 0.5s;
}
#formData .code input{
	width: 50%;
	display: inline-block;
}
#formData .submit::before{
	position: absolute;
    content: "";
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;
    color: #fff;
    background-color: red;
}
#formData .submit:hover::before{
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
/* cbuild */
.c_lkjs .combox{	
	padding: 0.8rem 3rem 0.1rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-image: url(../images/cbuding.jpg);
}
.c_lkjs .sjbox{
	padding: 0.8rem 3rem 0.4rem;
}
.serverobject{
	margin: 3% 0;
}
.honormore .mores{
	font-size: 16px;
    color: #113480;
}
.lkjs .sjcaselist .boximg a{
	margin-bottom: 0;
}
.honormore .mores span{
    width: 43px;
    height: 43px;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    font-size: 28px;
    color: #fff;
    border-radius: 50%;
    vertical-align: sub;
    cursor: pointer;
    background-color: #113480;
    transition: 0.3s;
}
.honormore .mores:hover span{
	background-color: #d50000;
    transform: rotate(360deg);
}
.serverobject ul li .coknis{
	padding: 14% 2.5%;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	background-color: #f0f4f8;
}
.serverobject ul li .coknis .c_thr{
	color: #29292a;
	font-size: 0.25rem;
	margin-bottom: 5%;
}
.cbuildingkeys{
	font-size: 0.2rem;
}
.serverobject ul li .coknis .c_ser{
	font-size: 16px;
	line-height: 27px;
}
.serverobject ul li span{
	display: inline-block;
	width: 89px;
	height: 89px;
	line-height: 89px;
	margin: auto;
	color: #d50000;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	font-size: 0.5rem;
	transition: 0.3s;
	border: 1px solid #bbcbee;
}
.serverobject ul li:hover span{
	box-shadow: 0 0 10px 0 #94b0ec;
	-webkit-animation: swing 1 1s linear;
    -o-animation: swing 1 1s linear;
    animation: swing 1 1s linear;
}
.serverobject .ask{
	font-size: 0.22rem;
    color: #fff;
	padding: 19px 5%;
	margin-top: 20px;
    display: inline-block;
    position: relative;
    background-color: #113480;
	z-index: 0;
	border-radius: 20px;
	overflow: hidden;
    transition: 0.5s;
}
.serverobject .ask::before{
	position: absolute;
    content: "";
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;
    color: #fff;
    background-color: #d50000;
}
.serverobject .ask:hover::before {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.c_lkjs .combox .goodkeys{
	color: #7c7c7c;
	font-size: 20px;
}
.cbuilding_list{
	position: relative;
	overflow: hidden;
	height: 500px;
}
/*cbuadd*/
.news-slider {
	z-index: 2;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
@media screen and (max-width: 1300px) {
	.news-slider {
	  max-width: 1000px;
	}
}
  @media screen and (max-width: 576px) {
	.news-slider {
	  margin-top: 45px;
	}
}
.news-slider__wrp {
	display: flex;
	align-items: flex-start;
	position: relative;
	z-index: 2;
}
.news__item{
	padding:20% 16%;
	color: #444444;
	display: block;
	border-radius:0 30px 0 30px;	
	background-color: #fff;
	margin-top: 9%;
	transition: all .3s;
  }
  .news__item .cons{
	  color: #c7c7c7;
  }
.news-slider__item.on .news__item{
	flex-shrink: 0;
	color:#fff;
	background-color: #113480;
}
.news-slider__item.on .news-icon span{
	color: #5ac2ee;
}
.news-slider__item.on .news-icon{
	  border: none;
}
.news-slider__item.on .news__txt{
	  opacity: 1;
	  height: auto;
}
.news-slider__item.on .news__item{
	margin-top: -6%;
}

.news-slider__item .news-icon{
	line-height: 60px;
	border-bottom: 1px solid #e2e2e2;
}

.news-slider__item .news-icon span{
	  color: #d30000;
	  font-size: 0.7rem;
}
@media screen and (max-width: 992px) {
.news-slider__item {
	  width: 340px;
	}
}  
.news-slider__pagination{
	display: none;
	text-align: center;
	margin-top: 50px;
}
.news-slider__ctr{
	position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}
  .news-slider__pagination .swiper-pagination-bullet {
	width: 13px;
	height: 10px;
	display: inline-block;
	background: #51b0e1;
	opacity: .5;
	margin: 0 5px;
	border-radius: 20px;
	transition: opacity .5s, background-color .5s, width .5s;
	transition-delay: .5s, .5s, 0s;
  }
  .news-slider__pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #113480;
	width: 100px;
	transition-delay: 0s;
  }
  @media screen and (max-width: 576px) {
	.news-slider__pagination .swiper-pagination-bullet-active {
	  width: 70px;
	}
  }
 
  @media screen and (min-width: 800px) {
	.news__item:hover {
	  color: #222222;
	  transition-delay: .1s;
	}
  }
  .news__item.active {
	color: #222222;
  }


  @media screen and (max-width: 992px) {
	.news__item {
	  padding: 30px;
	}
  }
  @media screen and (max-width: 576px) {
	.news__item {
	  padding: 20px;
	}
  }
  .news-date {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid;
	display: inline-block;
	opacity: .7;
	transition: opacity .3s;
  }
  @media screen and (max-width: 576px) {
	.news-date {
	  margin-bottom: 10px;
	  display: inline-flex;
	  align-items: center;
	  padding-bottom: 0;
	}
  }
  .news-date__title {
	display: block;
	font-size: 32px;
	margin-bottom: 10px;
	font-weight: 500;
  }
  @media screen and (max-width: 576px) {
	.news-date__title {
	  margin-right: 10px;
	}
  }
  .news-date__txt {
	font-size: 16px;
  } 
  .news__title h6{
	  font-size: 0.26rem;
	  font-weight: bolder;
	  text-align: center;
	  line-height: 2;
	  padding: 5% 0;
	  white-space: nowrap;
  }
  .news__title .cons{
	  font-size: 14px;
	  color: #c7c7c7;
	  text-align: center;
  }
  @media screen and (max-width: 576px) {
	.news__title {
	  font-size: 22px;
	  margin-bottom: 10px;
	}
  }
  .news__txt {
	margin: 10px 0;
	line-height: 1.6em;
	font-size: 15px;
	opacity: 0;
	height: 0;
	transition: .3s;
  }
/*serverorder*/
.serverorder{
	padding: 0.8rem 3rem 0.1rem;
	background-color: #f0f4f8;
}
.serinfo{
	margin-top: 40px;
}
.serinfo ul li{
	float: left;
	width: 11.55%;
	margin-right: 6.1%;
	position: relative;
	transition: 0.5s;
}
.serinfo ul li::after{
	content: "";
	width: 34%;
	height: 100%;
	display: inline-block;
	position: absolute;
	background-image: url(../images/jiao.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center right;
    top: 0;
	right: -46%;
	transition: 0.5s;
}
.serinfo ul li:last-child::after{
	content: "";
	width: 0;
	height: 0;
}
.serinfo ul li:last-child{
	margin-right: 0;
}
.serinfo ul li>div{
	color: #113480;
	width: 150px;
	height: 150px;
	text-align: center;
	position: relative;
	border: 1px solid #fff;
	background-color: #fff;
	display: grid;
	transition: 0.3s;
}
.serinfo ul li>div i{	
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 1.8;
    text-align: right;
    z-index: 1;
    padding-right: 5px;
    color: #fff;
    font-style: normal;
	font-weight: bold;
	height: 0px;  
	transition: 0.3s;
}
.serinfo ul li>div i::before{
	content: "";
	width: 0;
	height: 0;	
	top: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	border-top: 38px solid #d50000;
	border-left: 38px solid transparent; 
	transition: 0.3s;
}
.serinfo ul li>div h6{
	height: 1px;
	font-size: 22px;
	font-weight: bolder;
	transition: 0.3s;
}
.serinfo ul li>div p{
	font-size: 15px;
	transition: 0.3s;
}
.serinfo ul li.on>div i{
	color: #113480;
}
.serinfo ul li.on>div{
	color:#fff;
	border: 1px solid #113480;
	background-color: #113480;
}
.serinfo ul li.on>div i::before{
	border-top: 38px solid #fff;
}


.map .sjmeaasge{
	padding: 3%;
	margin-top: 5%;
	margin-bottom: 3%;
	background-color: #fff;
}
.map .sjmeaasge .msginfo{
	font-size: 25px;
	color: #000;
	line-height: 2.2;
}
.map input::-webkit-input-placeholder{
	color: #999;
}
.map textarea::-webkit-input-placeholder{
	color: #999;
}

/*sjbox*/
.c_lksj .sjbox{
	padding: 0.8rem 3rem 0.8rem;
	background-image: url(../images/sjcase.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.sjcaselist{
	margin: 2% 0;
}
.sjcaselist .swiper-container {
	padding: 0 2.5%;
	margin: auto;
}
.sjcaselist .boximg {
	transition: all 0.3s;
}
.sjcaselist .boximg img {
	width: 100%;
	height: 265px;
	object-fit: cover;
}
.sjcaselist .boximg .imgbox {
	overflow: hidden;
	padding: 5px;
	background-color: #e4e4e4;
}
.sjcaselist .boximg .imgbox img {
	transition: all 0.3s;
}
.sjcaselist .boximg .imgbox:hover img {
	transform: scale(1.1);
}
.sjcaselist .boximg a {
	position: relative;
	display: block;
	margin-bottom: 15%;
}
.sjcaselist .swiper-pagination-bullet{
	background-color: #113480;
	opacity: 1;
}
.sjcaselist .swiper-pagination-bullet-active{
	background-color: #d30000;
}
.sjcaselist .boximg p {
	color: #3b3b3b;
	line-height: 2.45;
	font-size: 0.2rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background: #e4e4e4;
	transition: 0.3s;
}
.sjcaselist .boximg:hover p {
	color: #fff;
	background-color: #113480;
}
.sjnav{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 22px;
	text-align: center;
}
/*客户案例*/
.case  .c-en-title {
    color: #fff;
}
.case .c-cn-title {
    font-size: 24px;
	color: #fff;
	opacity: 0.2;
    text-transform: uppercase;
}
.case .c-common-title .more{
	color: #fff;
    background: url(../images/mores.png) no-repeat center;
    background-size: contain;
	margin-top: 10px;
    padding: 13px 13px;
    width: 210px;
    text-indent: 2em;
    transition: all 0.3s;
    display: block;
}
span{
	transition: 0.3s;
}
.case .c-common-title .more:hover span{
	margin-left: 15%;
}
/*news*/
.news{
	background-image: url(../images/newsbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    padding-top: 2%;
}
.news .c-container{
	padding: 0 2rem;
}
.newsinfo{
	padding: 0.3rem 3rem;
}
.news .c-l-box{
	position: absolute;
	top: 7%;
	left: 8%;
	color: #fff;
	padding-right: 16%;
}
.news .c-l-box .more{
	color: #fff;
    margin-top: 0.4rem;
    padding: 10px 11%;
    border-radius: 20px;
    display: inline-block;
	border: 1px solid #fff;
	transition: 0.3s;
}
.news .c-l-box .more:hover{
	background-color: #cb0000;
	border-color: #cb0000;
}
.news .imgbox .c-fl{max-width: 83%;}
.news .newcard .imgbox{
	padding: 4%;
	margin-right: 5%;
	transition: all 0.5s;
	border-bottom: 1px solid #e3e3e3;
	background-color: #fff;
	border-radius: 30px 0 30px 0;
}
.news .newcard .imgbox a{color: #fff;}
.news .newcard .imgbox:hover{border-radius: 30px;}
.news .newinfos .c-name h6{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
.news .newinfos .c-name h6::after{
	content: "";
	display: block;
	width: 35px;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
}
.news .newcard .imgbox:hover h6{color: #eb3f00;}
.news .title_1 h3{
	color: #fff;
	line-height: 110px;
	opacity: 0.5;
}
.news .title_1 span{color: #fff;}
.news .imgbox .times{
	color: #5f5f5f;
	text-align: right;
	margin-bottom: 0.18rem;
}
.news .newsimg{overflow: hidden;}
.news .newsimg img{
	width: 100%;
    height: 153px;
    object-fit: cover;
	transition: 0.3s;
}
.news .newcard .imgbox:hover img{transform: scale(1.1);}
.news .newsfirs{margin-bottom: 0.25rem;}
.news .newcard .col-md-6:nth-child(2n) .imgbox{margin-right: 0;margin-left: 5%;}
.news .imgbox.active{
	background-image: url(../images/newslist.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.news .c-en-title{
	color: #072764;
	font-weight: 500;
}
.news .c-en-title span{
	font-size: 0.18rem;
	color: #ff8400;
}
.news .c-en-title::after{
	content: "";
	width: 17%;
    height: 2px;
    display: block;
    margin-top: 0.3rem;
    background-color: #fff;
    margin-bottom: 0.3rem;
}

.newcard h6{
	font-size: 25px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0.35rem;
	color: #494949;
	transition: all 0.3s;
}
.newcard .info{
	line-height: 1.9;
	font-size: 14px;
	color: #494949;
	transition: all 0.3s;
}
.news .imgbox .c-fr{color: #5f5f5f;}
.newcard .active h6{
	color: #fff;
	border-left: 8px solid #fff;
}
.newcard .active .info{color: #fff;}
.news .active .c-fr{color: #fff;}
.newcard button{
	padding: 0.1rem 0.2rem;
	font-size: 15px;
	color: #ed3333;
	margin-top: 0.3rem;
	background-color: #fff;
	transition: all 0.5s;
	border-radius: 1rem;
	border: 1px solid #ed3333;
}
.newcard button:hover{
	color: #fff;
	background-color: #ed3333;
}
.newcard button i{
	font-style: normal;
	display: inline-block;
	margin-left: 35px;
	font-weight: bolder;
}
.c_news .combox{
	padding: 0.5rem 3rem 0rem;
}
.c_ywfg .combox{
	background-image: url(../images/ywfgbg.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	padding: 0.5rem 3rem 0.8rem;
}
/* contact  */
.contact{
	background-image: url(../images/homeusbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	background-color: #2c2d33;
}
.weballinfo .myfootcons{
	padding-bottom: 3%;
	border-bottom: 1px solid #38383d;
}
.map{
	background-image: url(../images/my_conbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 5% 4%;
	margin-bottom: 5%;
}
.map .mapbox{
	width: 820px;
	max-width: 100%;
	padding: 2% 3%;
	color: #fff;
	font-size: 15px;
	background-color: #00509d;
}
.map .mapbox h2{font-size:35px;color: #fff;font-weight: bold;line-height: 2;}
.map .mapbox .task{margin: 7% 4% 0;text-align: center;}
.map .mapbox .icon{font-size:17px;margin-right: 10px;}
.map .mapbox p{line-height: 30px;}



/*c_yw*/
.c_yw .combox{
	padding: 0.8rem 3rem 0.1rem;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: center;
    background-image: url(../images/cx.jpg);
}
.c_yw .fangan{
	padding: 0.8rem 3rem 0.1rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-image: url(../images/jjfa.jpg);
}
#goods .c_yw .fangan .gooddec{
	color: #fff;
}
.fanganinfo{
	margin-top: 2.2%;
}

.fanganinfo ul li .coknis{
	padding: 25px 5%;
    margin-left: 3%;
	margin-right: 3%;
	border-radius: 0 30px 0 30px;
    background-color: #f0f4f8;
}
.fanganinfo ul li:nth-child(-n+5) .coknis{
	margin-bottom: 6.5%;
}
.fanganinfo ul li .coknis .icon{
	display: inline-block;
    line-height: 73px;
    margin: auto;
    color: #d50000;
    text-align: center;
    font-size: 0.73rem;
    transition: 0.3s;
}
.fanganinfo ul li .coknis .c_thr{
	line-height: 26px;
    color: #113480;
    font-size: 0.25rem;
    margin-bottom: 10px;
    margin-top: 11px;	
}
.fanganinfo ul li .coknis .c_ser{
	color: #d30000;
    font-size: 14px;
    line-height: 27px;
}
.fanganinfo ul li .coknis .cons{
	margin-top: 10px;
	padding-top: 20px;
	height: 120px;
    line-height: 28px;
	border-top: 1px solid #c2c2c2;
}
.fanganinfo ul li:hover .icon{
    -webkit-animation: swing 1 1s linear;
    -o-animation: swing 1 1s linear;
    animation: swing 1 1s linear;
}
.ywadvs{
	margin-top: 2%;
	margin-bottom: 5%;
}
.ywadvs .ywbox{
	width: 86.9%;
	margin: auto;
	position: relative;
	z-index: 1;
}
.ywadvs .imgbox{
	overflow: hidden;
}
.ywadvs .imgbox img{
	width: 100%;
	transition: 0.3s;
}
.ywcons{
	width: 73%;
	margin: auto;
	padding: 6%;
	height: 135px;
	text-align: center;	
	box-shadow: 0px 12px 20px #d8d7d0;
    background-color: #fff;
    margin-top: -50px;
	position: relative;
	transition: 0.3s;
}
.ywcons img{
	margin-top: 16px;
}
.ywcons h6{
	line-height: 2;
	font-size: 0.25rem;
	color: #113480;
	font-weight: bolder;
}
.ywcons p{
	color: #797979;
	font-size: 16px;
}
.ywadvs ul li span{
	display: block;
	width:100px;
    height:50px;  
    border-radius:0px 0px 50px 50px;
	border: 1px solid #d2d2d2;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 85%;
	z-index: -1;
	transition: 0.3s;
}
.ywadvs ul li.on .ywcons{
	color: #fff;
	box-shadow: unset;
	background-color: #113480;
}
.ywadvs ul li.on h6{
	color: #fff;
}
.ywadvs ul li.on p{
	color: #fff;
}
.ywadvs ul li.on .imgbox img{
	transform: scale(1.1);
}
.ywadvs ul li.on .ywcons img{
	filter: brightness(15);
}
.ywadvs ul li.on span{
	top: 99%;
}
/*cxbox*/
.cxbox{
	position: relative;
    overflow: hidden;
}
.cxbox .mypro{
	width: 630px;
	padding: 75px;
	max-width: 100%;
	margin: auto;
}
.cxbox .mypro::before{
	content: "";
    width: 90%;
    height: 84%;
    height: 90%;
	background: url(../images/quan.png) no-repeat top center;
    background-size: contain;
    position: absolute;
    left: 5%;
    right: 5%;
    top: 1.8%;
    bottom: 5%;
    animation: myMove1 105s linear infinite;
    -webkit-animation: myMove1 105s linear infinite;
}
@keyframes myMove1 {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
@-webkit-keyframes myMove1 {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
.cxbox .imgbox{
	overflow: hidden;
	position: relative;
}
.cxbox .imgbox img{
	width: 100%;
	height: 480px;
	border-radius: 50%;   
	filter: brightness(0.8); 
}
.cxbox .swiper-slide {
	background-size: cover;
	background-position: center;
}
.cxbox  .gallery-top {
	height: 80%;
	width: 100%;
}
.cxbox .gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
.cxbox  .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 1;
	font-size: 20px;
	color: #595959;
}
.cxbox  .gallery-thumbs .swiper-slide-thumb-active {
	font-size: 25px;
	color: #d30000;
	font-weight: bolder;
}
.cxbox .gallery-thumbs{
	width: 760px;
	max-width: 100%;
	margin: auto;
	text-align: center;
}
.mypro .swiper-button-white{
	display: inline-block;
	width: 65px;
	height: 65px;
	text-align: center;
	line-height: 65px;
	transition: 0.3s;
	border-radius: 50%;
	transition: 0.3s;
	background-color: #113480;
}
.mypro .swiper-button-white:hover{
	box-shadow: 0 0 10px 0 #113480;
}
.mypro .swiper-button-next{
	right: 10%;
}
.mypro .swiper-button-prev{
	left: 10%;
}
.cxinfo{
	position: absolute;
    top: 48%;
	color: #fff;
	transform: translateY(-50%);
}
.cxinfo h5{
	font-size: 0.38rem;
	font-weight: bolder;
	margin-bottom: 5%;
	text-align: center;
}
.cxinfo p{
	width: 66%;
    margin: auto;
    font-size: 0.18rem;
    line-height: 30px;
}





/*lksj*/
.lksjlist{
	margin: 0% 0 2%;
	padding: 2% 0;
	background-color: #fff;
}
.lksjlist ul li{
	margin-bottom: 3.5%;
	border: 1px solid #e2e2e2;
}
.lksjlist ul li:last-child{
	margin-bottom: -0.5%;
}
.lksjlist ul li .mycons{
	padding: 10% 0 0 16%;
}
.lksjlist ul li .mycons h3{
	color: #113480;
	font-size: 0.32rem;
	line-height: 2;
    margin-bottom: 4%;
}
.lksjlist ul li .mycons p{
	font-size: 16px;
	position: relative;
	color: #696969;
}
.lksjlist ul li .imgbox img{
	transition: 0.3s;
	max-width: 100%;
}
.lksjlist ul li .imgbox{
	overflow: hidden;
}
.lksjlist ul li:hover img{
	transform: scale(1.1);
}
.lksjlist ul li .mycons p::before{
	content: " · ";
	display: inline-block;
	font-size: 50px;
	vertical-align: text-bottom;
	color: #113480;
	margin: 0 2% 0 0;
}
.lksjlist ul li .mycons a{
	font-size: 0.22rem;
    color: #fff;
    padding: 15px 7%;
	margin-top: 8%;
	border-radius: 8px;
	display: inline-block;
	position: relative;
	background-color: #113480;
	border-radius: 18px;
	z-index: 0;
    transition: 0.5s;
}
.lksjlist ul li .mycons a::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
	z-index: -1;
	color: #fff;
    background-color: red;
    border-radius: 18px;
}
.lksjlist ul li .mycons a:hover:before{
	-webkit-transform-origin: left center;transform-origin: left center;  
	-webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1);
	-o-transform: scaleX(1); transform: scaleX(1);
}



/*ywfg*/
.ywfglist{
	margin: 4% 0 2%;
	padding: 5%;
	background-color: #fff;
}
.ywfglist ul li a{
	width: 85%;
    padding: 12% 8% 6%;
	display: table;
	margin-bottom: 15%;
	border-radius: 32px;
	position: relative;
	box-shadow: 0 0 10px 0 #f0efeb;
	transition: 0.5s;
	z-index: 2;
}
.ywfglist ul li:nth-child(3n+2) a{
	margin: auto;
}
.ywfglist ul li:nth-child(3) a .mycons h3{
	text-overflow: clip;
    overflow: inherit;
}
.ywfglist ul li:nth-child(3) a .mycons h3 span{
	font-size: 0.35rem;	
}

.ywfglist ul li a::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 32px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	transition: 0.5s;
	box-shadow: 10px 10px 0px  #e1eaf3;
}
.ywfglist ul li:nth-child(3n) a{
	float: right;
}

.ywfglist ul li:hover a{
	box-shadow: 0 0 10px 0 #dc0000;
}
.ywfglist ul li:hover a::after{
	box-shadow: 0px 0px 0px  #e1eaf3;
}
.ywfglist ul li a.on{
	box-shadow: 0 0 10px 0 #dc0000;
}
.ywfglist ul li a.on::after{
	box-shadow: 0px 0px 0px  #e1eaf3;
}
.ywfglist ul li:nth-child(5) a .imgbox{
	padding: 0;
}
.ywfglist ul li:nth-child(5) a{
	padding: 0;
	margin: 0;
	margin: auto;	
	text-align: center;
	box-shadow: 0 0 0px 0 #fff;
}
.ywfglist ul li:nth-child(5) a::after{
	box-shadow: 0px 0px 0px  #fff;
}
.ywfglist ul li a .imgbox{
	padding:  30px 15px;
	text-shadow: 0px 0px 2px #e25b5a;
}
.ywfglist ul li a .icon{
	color: #bebebe;	
	font-size: 0.8rem;
}
.ywfglist ul li a img{
	max-height: 170px;
}
.ywfglist ul li a .mycons h3 {
	font-size: 0.42rem;
	color: #dc0000;
	font-weight: bolder;
}
.ywfglist ul li:nth-child(4) a .mycons h3,.ywfglist ul li:nth-child(7) a .mycons h3,.ywfglist ul li:nth-child(9) a .mycons h3{
	font-size: 0.22rem;
}
.ywfglist ul li a .mycons h3 span{
	font-size: 0.5rem;
}
.ywfglist ul li a .mycons p{
	font-size: 0.2rem;
	color: #959595;
}

.otherlist a{
	color: #838383;
	display: inline-block;
	margin: 0 0.1rem;
	background-color: #f2f1f1;
	padding: 0.1rem 0.3rem;
	transition:  all 0.3s;
}
.otherlist a:hover{
	color: #fff;
	background-color: #ed3333;
}
.contact .title_1{margin-bottom: 0;margin-top: -20%;}
.contact .title_1 h3{color: #fff;}
.contact .title_1 span{color: #fff;}


/*footer*/
.disline{
	vertical-align: middle;
	display: inline-block;
}
.footer{padding-top: 3%;background-color: #2c2d33;padding-bottom: 1px;}
.footer .fcotinfos{font-size: 25px;color: #fff;margin-bottom: 35px;}
.footer .fcotinfos span{font-size:12px; text-transform: capitalize;}
.footer .footloc{margin-left: 15%;}
.footer .footloc>p{font-size: 15px;line-height: 2;}
.footer .footloc>p .iconfont{font-size: 16px;margin-right: 5px;}
.footer .footloc>p big{font-size: 28px;font-weight: bold;}
.footer .flink{
	color: #7a7a7a;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer .flink a{color: #7a7a7a;transition: 0.3s;}
.footer .flink a:hover{color: #fff;}
.footer .mlogo::before{
	content: "";
	width: 100%;
	display: block;
	border-top: 1px solid #555d69;
}
.footer .mlogo img{margin-top: -26px;}
.footer .flink .icon{
	color: #ed3333;
	font-size: 18px;
}
.footer .flink .max8{
	width: 100%;
	max-width: 100%;
	padding: 0.27rem 0;
}
.footer .flink .max8 a{	
	color: #fff;
	font-size: 15px;
	display: inline-block;
	margin-right: 5px;
	transition: 0.3s;
}
.footer .flink .max8 a:hover{color: #ed3333;}
.footer .backtop{
	cursor: pointer;
	text-align: center;
	background-color: #ed3333;
	padding: 10px 0.2rem;
}
.footer .weballinfo{
	color: #ffffff;
	margin-bottom: -1px;
}
.footer .weballinfo .c-list-box {
	width: 95%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.footer .weballinfo .task>a{
	color: #999;
	display: block;
	padding: 13px 0;
	margin-right: 0.25rem;
}
/* .weballinfo .myfootcons .ercode{display: flex;} */
.footer .weballinfo .task.code{text-align: center;margin: 0 10px;}
.footer .weballinfo .task.code p{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 8px;color: #626262;font-size: 12px;
}
.footer .weballinfo .col-md-8 .row>p{font-size: 16px;}
.footer .weballinfo .task .tel{font-size: 0.36rem;color: #fff;}
.footer .weballinfo .c-list-box>li{padding-left: 15px;}
.footer .weballinfo .c-list-box .c-title-box {padding-bottom:20px;}
.footer .weballinfo .c-list-box .c-title-box .c-title {
	font-size:16px;
	line-height:30px;
	color:#061f58;
	font-weight: bold;
}
.footer .weballinfo .addinfo{padding-top: 18px;}
.footer .weballinfo .c-list-box .c-title-box .c-title::after{
	content: "";
	width: 33px;
    height: 1px;
    display: block;
    background-color: #d7d7d7;
    margin-top: 10px;
}
.footer .weballinfo .c-list-box .c-title-box i {
	display: none;
	transition: all 0.5s;
}
.footer .weballinfo .c-list-box .c-list li {
	padding: 5px 0;
	line-height:26px;
}
.footer .weballinfo .c-list-box .c-list li a {
	color:#838383;
	transition: all 0.5s;
}
.footer .weballinfo .c-list-box .c-list li a:hover {
	color:#bb1c14;
}
.footer .copyright{
	line-height: 4;
	border-top: 1px solid #e3e3e3;
}
.footer .copyright a{
	color: #838383;
	transition: all 0.3s;
}
.footer .copyright a:hover{
	color: #ed3333;
}
.footer .flogo{
	width: 95%;
	padding: 0.5rem 0;
    border-bottom: 1px solid #cec7c7;
    margin-bottom: 0.25rem;
}
.footer .c-rightinfo{
	color: #999;
	border-left: 1px solid #555d69;
	padding-left: 7%;padding-bottom: 2%;
}
.footer .c-rightinfo a{
	font-size: 0.16rem;
	color: #fff;
	display: inline-block;
	width: 32%;
	padding: 0.15rem 0;
}
.footer a{transition: 0.3s;}
.footer a:hover{color: #ed3333;}
/*nav*/
#fp-nav.right{
	display: none;
	right: 16px;
}
#fp-nav ul li, .fp-slidesNav ul li{
	margin-bottom: 20px;
}
#fp-nav ul li{
	width: 14px;
	height: 14px;
}
#fp-nav ul li a{
	display: block;
	border: 1px solid transparent;
	transition: 0.3s;
	border-radius: 50%;
}
#fp-nav ul li a span{
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	margin: 3px;
	display: block;
	box-shadow: 0px 0px 6px #c3c8d6;
	transition: 0.3s;
}
#fp-nav ul li a:hover{
	border-color: #2e96ff;	
}
#fp-nav ul li a:hover span{
	background: #2e96ff;
}
#fp-nav ul li a.active{
	border-color: #2e96ff;	
}
#fp-nav ul li a.active span{
	background: #2e96ff;
}

/*goods*/
#goods .c-goodsinfo{
	position: relative;
	z-index: 2;
}
#goods.goodsinfo .c-goodsinfo{
	padding-bottom: 0.4rem;
}
.navname{
	display: inline-block;
	float: left;
	padding: 0 0.33rem;
	line-height: 4;	
	border-left: 1px solid #d4d4d4;
}
.navname a{
	display: inline-block;
	color: #626262;
	font-size: 17px;
	transition: 0.3s;
	border-bottom: 5px solid  #fff;
}
.navname:last-child {
	border-right: 1px solid #d4d4d4;
}
.navname:hover a{
	color: #ea3000;
	border-bottom: 5px solid #ea3000;
}
.navname.active a{
	color: #ea3000;
	border-bottom: 5px solid #ea3000;
}
.c-crumbs{
	margin-top: 2%;
	color: #fff;
	line-height: 4;
	font-size: 15px;
}
.c-crumbs a{
	color: #fff;
	display: inline-block;
	line-height: 60px;
	margin: 0 9px;
	transition: all 0.3s;
}
#prolist,#com_s,#my_article,#my_news{padding: 0 1.7rem;}
#com_s .com_img{margin-top: 30px;margin-bottom: 30px;}
#com_s .com_box{font-size: 16px;color: #fff;line-height: 32px;margin: 2% 0;}
#com_s .com_box h2{line-height: 2;font-weight: bold;font-size: 32px;}
#com_s .com_advs{color: #fff;margin: 3% 0;font-size: 24px;}
#com_s .com_advs .icon{
	font-size: 100px;
	background-image: linear-gradient(135deg,#eb3f00,#fff);
	background-clip:text;
	-webkit-background-clip:text;
	color: transparent;
}
#com_s .com_advs .flex{transition: 0.3s;background-color: rgba(0, 0, 0, 0);}
#com_s .com_advs .flex:hover{transform: translateY(-5px);box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);}


#com_s .com_advs h5{font-size: 32px;font-weight: bold;}
#com_s .com_advs p{opacity: 0.5;}
#com_s .com_advs .disline{vertical-align: sub;line-height: 62px;}
#my_news .listgo{margin: 5% 0;}
#my_news .listgo img{width: 100%;height: 310px;object-fit: cover;}
#my_news .listgo a{
	color: #fff; display: block;margin: 0 3% 8%;
}
#my_news .listgo a h2{
	font-size: 25px;line-height: 2.5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#my_news .listgo a .newingos{opacity: 0.5;line-height: 30px;}
#my_news .listgo a .moers{
	display:inline-block;
	padding: 12px 25px;
	border: 1px solid #fff;
	font-size: 15px;
	color: #fff;
	transition: 0.3s;
	width: 150px;
	text-align: center;
	margin-top: 4.2%;
	transition: 0.3s;
}
#my_news .listgo a:hover .moers{
	border: 1px solid #ea3000;
	background-color: #ea3000;
}
.newsifo_box .arttit{
	background-color: #50535c;
	padding: 1% 2%;
}
.newsifo_box .arttit h1{font-size: 34px;font-weight: bold;color: #fff; line-height: 2;}
.newsifo_box .infobox{padding: 3% 0;font-size: 15px;color: #fff;line-height: 30px;}
.newsifo_box .rightbox{margin-left: 8%;}
.newsifo_box .rightbox .pg li{border: 1px solid #777;padding: 5%;margin-bottom: 5%;font-size: 16px;}
.newsifo_box .rightbox .pg li a{
	display: block;
	color: #999;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #777;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.3s;
}
.newsifo_box .rightbox .pg li:hover a{color: #ea3000;}
.newsifo_box .rightbox .others li{
	font-size: 15px;
	color: #fff;
	border-bottom: 1px solid #777;
	padding: 6% 0;
}

.newsifo_box .rightbox .others li a{color: #fff;transition: 0.3s;}
.newsifo_box .rightbox .others li h5{font-size: 16px;line-height: 2;}
.newsifo_box .rightbox .others li p{opacity: 0.8;}
.newsifo_box .rightbox .others li:hover h5{color: #ea3000;}
.newsifo_box .morenew{padding: 5%;border: 10px solid #666972;}
.newsifo_box .morenew h6{
	font-size: 25px;
	color: #fff;
	font-weight: bold;
}




/* coms_choose 选择我们 */
.coms_choose{
	background-image: url(../images/com_choose.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 3% 0;
}
.coms_choose .title_1 h2{font-size: 48px;margin: 0; font-weight: bold;}
.coms_choose .title_1 span{font-size:20px;color: #fff;opacity: 0.8;}
.munbs_choose .choosrbox{
	padding: 9%;
	cursor: pointer;
    width: 84%;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.4);
    position: relative;
    margin: 8% auto;
    transition: all 0.3s;
}
.munbs_choose .choosrbox h6{
	font-size: 80px;font-weight: bold;
	height: 57px;overflow: hidden;
	transition: 0.3s;
}
.munbs_choose .choosrbox .name{font-size: 16px;line-height: 35px;}
.munbs_choose .choosrbox .name h5{
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	margin-top: 15px;
	line-height: 2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.munbs_choose .choosrbox .name h5::after{
	content: "";
	display: block;
	margin: 5% 0;
	width: 66px;
	border-top: 1px solid rgba(255,255,255,0.4);
}
.munbs_choose .choosrbox:hover{border: 1px solid rgba(255,255,255,1); transform: translateY(-10px);}
.munbs_choose .choosrbox:hover h6{color: #fff;}
.munbs_choose .choosrbox p{height: 120px;}
#coms_caseimg .nbcons{padding: 0; background: unset;}
#coms_caseimg .nbcons a{display: block;}
#coms_caseimg .nbcons a img{width: 100%;height: 410px;;object-fit: cover;}
#coms_caseimg .nbcons p{font-size: 30px;font-weight: bold;line-height: 2;color: #fff;}
.case_box{padding: 1% 0 3%;}
.case_box ul li .box{
	width:95%;
	padding-bottom: 5px;
	margin-bottom: 40px;
}
.case_box ul li .box a{
	display: block;
	position: relative;
}
.case_box ul li .box a::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.case_box ul li:nth-child(2n) .box{float: right;}
.case_box ul li .box .infos{
	color: #fff;
	padding: 2% 0;
}
.case_box ul li:hover .imgbox img{transform: scale(1.1);}
.case_box ul li .box .infos h6{font-size: 22px;font-weight: bold;}
.case_box ul li .box .infos .case_txts span{
	position: relative;
	float: none;
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 0 20px;
	text-align: center;
}
.case_box ul li .box .infos .case_txts span::before{
	content: "";
	display: block;
	width: 100%;
	background-color: #ea2d00;
	transform: skew(344deg);
	height: 22px;
	position: absolute;
	z-index: -1;
	padding: 0;
	left: 0;
}
.modalcons{
	padding: 11%;
	font-size: 16px;
}
.modalcons h3{font-size:35px;color: #fff;line-height: 2;}
.modalcons span{line-height: 2.5;}
.modalcons p{color: #fff;margin-bottom: 8%;}
.articlenavsgo{
	border-top: 1px solid #666972;
	padding-top: 3%;
	font-size: 18px;margin-bottom: 5%;
	text-align: center; color: #fff;
}

.articlenavsgo span{font-size: 80px;height: 100px;opacity: 0.6;display: inline-block;line-height: 102px;}
.articlenavsgo h6{font-size: 30px;line-height: 2.3;}
.articlenavsgo  a{
	color:#ea3000;
	margin: 4% 0;
	display: inline-block;
	text-align: center;padding: 15px 30px;
	border: 1px solid #ea3000;
	transition: 0.3s;
}
.articlenavsgo  a:hover{
	color: #fff;
	background-color: #ea3000;
}



#my_article  .procons h3{font-size:35px;color: #fff;line-height: 2;}
#my_article  .casego{position: relative;height: 90px;margin-top: 5%;}
#my_article .section.case{background-color: #50535b;}
#my_article  .casell img{width: 100%;;height: 430px;object-fit: cover;}

.c-crumbs a:hover{color: #ea3000;}
.probox h4{font-size: 50px;font-weight: bold;color: #fff;line-height: 2;}
.probox .progird{margin-top: 4%; color: #fff;}
.probox .progird .nbcons{width: 100%;background-color:#5c606d;padding: 7% 3% 7% 5%;color: #fff;}
.probox .progird li{margin-bottom: 4%;}
.probox .progird li:nth-child(2n) .nbcons{float: right;}
.probox .progird .nbcons img{
	width: 90%;display: inline-block;margin: auto;
	height: 260px;
	object-fit: contain;
}
.probox .progird .pronums h2{font-size: 38px;font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10%;
}
.probox .progird .pronums p{font-size: 15px;line-height: 30px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.probox .progird .pronums a{display: block;background-color: #ea3000;
	font-size: 15px;
	color: #fff;
	width: 90%;
	text-align: center;
	line-height: 3;
	margin-top: 11%;
}

.pronavs a{
	display: inline-block;
	padding: 18px 25px;
	text-align: center;
    border: 1px solid #fff;
    font-size: 20px;
    color: #fff;
    margin: 1.5% 2% 0 0;
    transition: 0.3s;
}
.pronavs a.on{
	border-color: #004496;
	background-color: #004496;
}
.pronavs a:hover{
	color: #ea3000;
}
.proinfobox{color: #fff;}
.proinfobox .swiper-container{width: 100%;}
.proinfobox .gallery-thumbs{width: 60%;}
.proinfobox .gallery-top{margin-bottom: 15px;}
.proinfobox .gallery-top .swiper-slide {
    padding-bottom: 60%;
	background-size: contain;
	background-position: center;
    background-repeat: no-repeat;
}
.proinfobox .gallery-thumbs .swiper-slide{
	cursor: e-resize;
	padding-bottom: 15%;
	background-size: cover;
	background-repeat: no-repeat;
	border:2px solid #fff;
	transition: 0.3s;
}
.proinfobox .gallery-thumbs .swiper-slide-thumb-active{border: 2px solid #da241a;}
.proinfobox .goodview{background-color: #5c606d;padding: 5% 3%;}
.proinfobox .catename{font-size: 40px; color: #fff;margin-bottom: 20px;font-weight: bold;line-height: normal;}
.proinfobox #p2{margin-top: 3%;}
.proinfobox .cons1 .tables{
	display: inline-table;
	text-align: center;
	width: 100%;
	line-height: 2;
	margin-bottom: 4%;
}
.proinfobox .cons1 .tables th{
	font-size: 25px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	background-color: #205fa5;
}
.proinfobox .cons1 .tables td{
	padding: 13px;
	width: 50%;
	font-size: 18px;
	background-color: #666d79;
}
.proinfobox .cons1 .tables tr:nth-child(2n-1) td{
	background-color: #555e6e;
}
.proinfobox .proadvs{background-color: #fff;}
.proinfobox .proadvscons{font-size: 16px;}
.proinfobox .proadvscons li{
	margin:1.5% 0;
	line-height: 30px;
}
/* articlebox */
.articlebox .case{margin: 5% 0;}
.articlebox .case .imgall img{width: 100%;height: 580px;object-fit: cover;}
.articlebox .case .procons{padding: 11%;font-size: 16px;}
.articlebox .case .procons span{line-height: 2.5;}
.articlebox .case .procons p{color: #fff;margin-bottom: 8%;}
.articlebox .case .casegos{padding: 4% 11%;display: flex;}
.articlebox .case .casegos>div{
	margin-right: 15%;
	width: 42px;
	height: 42px;
	line-height: 42px;
	background-color: rgba(182, 63, 32, 0.8);
	text-align: center;
	border-radius: 50%;
	position: relative;
}
.articlebox .case .casegos .swiper-button-disabled{opacity: 0.5;}
.articlebox .case .casegos>div img{
	vertical-align: middle;
    display: inline;
}

.articlebox .case .casegos>div::before{
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	width: 12px;height: 12px;display: block;
	box-sizing: unset;
	border-radius: 50%;
	top: 37%;
	left: 36%;
	background-color:  rgba(182, 63, 32, 1);
	animation: scale 2s infinite;
	transition: 0.3s;
}










/*join*/
.join .c-join{
	padding: 0.5rem 3rem;
    background-color: #fff;
}
.join .c-join .table{	
	margin: 0.3rem 0;
	line-height: 28px;
	text-align: center;
}
.join .c-join .table th{
	color: #333;
	line-height: 33px;
	text-align: center;
	background-color: #f7f7f7;
}
.join .c-join .table span{
	display: none;
	padding: 0 10%;
}
.join .c-join .table tbody td{
	padding: 25px 0;
	color: #373737;
}
.join .c-join .table tbody td a{
	color: #113480;
	text-decoration: underline;
}
.join .c-join .table tbody .sh a{
	display: none;
}
#goods .goodsbox{
	background-color: #fff;
	padding: 0.7rem 0 0.5rem;
	text-align: center;
}
#goods .c-goodsinfo .goodkey,.c_name .goodkey{
	font-size: 0.7rem;
	color: #f1f1f1;
	font-weight: bolder;
	text-transform: uppercase;
}
#goods .c-goodsinfo .gooddec,.c_name .gooddec{
	font-size: 0.38rem;
	color: #ea3000;
	line-height: 2;
	margin-top: -3.8%;
}
#goods .c-goodsinfo .goodtext{
	font-size: 18px;
	color: #8a8a8a;
	line-height: 2;
	width: 51%;
    margin: 0.3rem auto;
}
.c-port-list{
	padding: 40px 3rem;
}
.c-port-list .prolist{
	background-color: #fff;
}
.c-port-list .cname{
	border-top: 2px solid #ed3333;
	color: #061f58;
	line-height: 3;
	font-size: 25px;
	text-align: center;
}
.c-port-list .prolist ul{
	margin: 0 0.2rem;
	padding-top: 0.2rem;
	padding-bottom: 0.35rem;
	border-top: 1px solid #f6f6f6;
}
.c-port-list .prolist ul li{
	margin-bottom: 5px;
}
.c-port-list .prolist ul li a{
	display: inline-block;
	width: 100%;
	line-height: 3.2;
	padding-left: 0.25rem;
	font-size: 16px;
	color: #757575;
	transition: all 0.3s;
	background-color: #f6f6f6;
}
.c-port-list .prolist ul li a:hover{
	color: #fff;
	background-color: #061f58;
}
.goodscard .imgbox::before{
	content: "";
	width: 100px;
	height: 50px;
	background-image: url(../images/gdicon.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 15px;
}
.goodscard .mybox{
	background-color: #fff;
	margin-left: 14px;
	margin-bottom: 17px;
	position: relative;
}
.goodscard .imgbox{
	padding: 20px;
	height: 260px;
    display: flex;
	align-items: center;
	border-bottom: 2px #ededed solid;
}
.goodscard .imgbox img{
	max-width: 100%;
	transition: .5s;
}
.goodscard .imgbox:hover img{
	transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 
}
.goodscard .imginfo{
	padding: 20px;
	color: #707070;
	font-size: 16px;
}
.goodscard .gname{
	font-size: 20px;
	color: #1b1b1b;
	padding-bottom: 15px;
}
.goodscard .gbtn{
	display: flex;
	line-height: 1.8;
	justify-content: space-between;
}
.goodscard .gbtn a{
	margin-top: 12px;
	font-size: 14px;
	color: #555555;
	border:1px solid #e6e4e4;
	border-radius: 5px;
	line-height: 2.5;
	display: inline-block;
	padding: 0 0.2rem;
	transition: 0.5ms;
}
.goodscard .gbtn a:first-child{
	background-color: #ed3333;
	color: #fff;
}
.goodscard .gbtn a:hover{
	background-color: #ed3333;
	color: #fff;
}
/*goodsinfo*/
#zbmain .goodsinfo #c-common-bg{
	height: 7.49rem;
	background: url(../images/goodsinfo.jpg);
}
#zbmain .goodsinfo #c-top-bg{
	height: 7.49rem;
	text-align:unset;
}
.brpro{
	width: 94%;
	background-image: url(../images/bfpro.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	padding: 18px 12px 0px 13px;
}

#c-top-bg .gallery-top .swiper-slide{
	padding-bottom: 77%;
    background-size: 80%;
    background-repeat: no-repeat;
	background-position: center;
	cursor: grab;
}
#c-top-bg .gallery-thumbs .swiper-slide{
	padding-bottom: 16%;
    background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: grab;
}
#c-top-bg .gallery-top .swiper-button-prev.swiper-button-white{
	filter: brightness(0);
    left: 20px;
}
#c-top-bg .gallery-top .swiper-button-next.swiper-button-white{
	filter: brightness(0);
	right: 20px;
}
.pro-detail{
	color: #fff;
}
.pro-detail h3{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 0.19rem;
}
.pro-detail>p{
	line-height: 1.88;
	font-size: 15px;
}
.pro-detail .cs ul{
	margin: 0.28rem 0;
	border-radius: 10px;
	font-size: 16px;
	line-height: 35px;
}
.pro-detail .cs ul .icon{color:#ea3000;font-size: 22px;vertical-align: middle;margin-right: 10px;}
.pro-detail .canshu{
	padding: 4% 0;
	line-height: 35px;
	font-size: 15px;
	border-top: 1px solid #7d808a;
	border-bottom: 1px solid #7d808a;
}

.alloimgs .swiper-slide{
	border-radius: 8px;
	background-color: #fff;
	padding-bottom: 16%;
    background-size: 80%;
	background-repeat: no-repeat;
	border: 2px solid #fff;
}
.alloimgs .swiper-slide.swiper-slide-thumb-active{
    border: 2px solid #ed3333;
}
.messmuch .ask.msg{
	background-color: #205fa5;
}
.messmuch .ask{
	color: #fff;
	font-size: 18px;
	display: inline-block;
	padding: 0.15rem 0.4rem;
	margin-top: 0.29rem;
	margin-right: 0.22rem;
	border-radius: 8px;
	background-color: #df4309;
	transition: 0.3s;
}
.messmuch .ask:hover{
	transform: translateY(-10px);
	box-shadow: 0 0 5px #ddd;
}
.messmuch .tel{
	font-size: 28px;
	font-weight: bold;
	color:#e62129;
	line-height: 1.2;
}
.c-goodsinfo .goodsboxsize{
	line-height: 2.5;
	font-size: 16px;
	margin-top: 22px;
	margin-bottom: 2%;
	border-bottom: 1px solid #7d808a;
}
.proinfobox .cons1box{font-size: 16px;line-height: 30px;}
.bbsbox{border-bottom: 1px solid #7d808a;}
.bbsbox .bbsboxname{
	color: #fff;
	display: inline-block;
    background-color: #df4309;
	border-radius: 10px 10px 0 0;
	padding: 10px 0.42rem;
	font-size: 16px;
	line-height: 2.5;
}
/*相关推荐*/
.cons3.progird .pronums h2{font-size: 38px;}
.cons3.progird .pronums p{white-space: unset;}
.cons3.progird{
	margin-top: 2.5%;
	margin-bottom: 2%;
}
.cons3.progird .nbcons{margin: auto;}
.cons3.progird .swiper-wrapper{
	padding-bottom: 3%;
}
.cons3 .swiper-pagination-bullet{background-color: #fff;opacity: 0.9;}
.cons3 .swiper-pagination-bullet-active{background-color: #df4309;}

.c-goodsinfo .goodsboxsize a{
	color: #fff;
	padding: 10px 0.42rem;
	white-space: nowrap;
	transition: all 0.3s;
	display: inline-block;
}
.c-goodsinfo .goodsboxsize .md{display: flex;}
.c-goodsinfo .goodsboxsize a:hover{
	color: #fff;
	background-color: #df4309;
	border-radius: 10px 10px 0 0;
}
.c-goodsinfo .goodsboxsize a.active{
	color: #fff;
	background-color: #df4309;
	border-radius: 10px 10px 0 0;
}
.prodefault{
	margin-left: 0.25rem;
	padding: 0.15rem 0.35rem 0.7rem;
	background-color: #fff;
	color: #000000;
	font-size: 15px;
	line-height: 1.85;
}
.prodefault img{max-width: 100%;}
.prodefault .catename{
	font-size: 35px;
	line-height: 1.8;
	color: #061f58;
	font-weight: bold;
	text-align: center;
	margin-top: 0.3rem;
	margin-bottom: 0.5rem;
}
.prodefault .catename::after{
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background-image: url(../images/goodsbt.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.goodsboxsize.down {
    position: fixed;
    top: 0px;
    width: 82.2%;
    z-index: 9;
	margin-top: 0px;
	background-color: #40444f;
}
/*message*/
.message{
	padding: 0px 3rem;
}
.message .mesbox{
	background-image: url(../images/mekuang.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 0.37rem 0.35rem;
}
.message .catename{
	font-size: 35px;
	line-height: 1.8;
	color: #061f58;
	font-weight: bold;
	text-align: center;
	margin-top: 0.3rem;
	margin-bottom: 0.5rem;
}
.message .catename::after{
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background-image: url(../images/goodsbt.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#formData{
	overflow: hidden;
}
#formData ul li{
	text-align: center;
	overflow: hidden;
    margin-bottom: 15px;
}
.morder_InputText{
    width: 45%;
    margin-right: 5%;
    padding: 0px 15px;
    border-radius: 8px;
    outline: none;
    float: left;
    background: #f1f1f1;
    border: solid 1px #dedede;
    height: 48px;
    line-height: 48px;
}
.morder_InputText1 {
    width: 95%;
    padding: 0px 15px;
    border-radius: 8px;
    outline: none;
    float: left;
    background: #f1f1f1;
    border: solid 1px #dedede;
	height: 48px;
    line-height: 48px;
}
.morder_textarea {
    width: 95%;
    padding: 15px;
    border-radius: 8px;
    outline: none;
    float: left;
    background: #f1f1f1;
    border: solid 1px #dedede;
    height: 120px;
    line-height: 30px;
}
.morder_captcha {
    width: 200px;
    padding: 0px 15px;
    border-radius: 8px;
    outline: none;
    float: left;
    background: #f1f1f1;
    border: solid 1px #dedede;
	height: 48px;
    line-height: 48px;
}
.morder_But{
	width: 200px;
	line-height: 2.8;
	margin: auto;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	transition: 0.3s;
	background-color: #ed3333;
}
.morder_But:hover{
	border-radius: 20px;
}
/* 100+ */
.chooseall{
	background-image: url(../images/100s.png);
	background-repeat: no-repeat;
	padding: 0.5rem 3rem 3rem;
}
.chooseall .name{
	font-size: 0.47rem;
	font-weight: bold;
	color: #303030;
	text-align: center;
}
.chooseall .name font{
	font-size: 0.59rem;	
	vertical-align: bottom;
}
.chooseall .name span{
	color: #e62129;
	vertical-align: super;
}
.chooseall .name p{
	color: #313131;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 3.5;
	opacity: 0.5;
	margin-bottom: 0.35rem;
}
.chooseall ul{
	overflow: hidden;
}
.chooseall ul li{
	width: 217px;
	height: 212px;
	float: left;
	text-align: center;
	background-image: url(../images/fang.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
    justify-content: center;
    align-items: center;
}
.chooseall ul li:first-child{
	margin-left: 108px;
}
.chooseall ul li:nth-child(n+6){
	margin-top: -114px;
}
.chooseall ul li:nth-child(12n){
	margin-left: 108px;
}
.chooseall ul li img{
	max-width: 88px;
	transition: 0.5s;
}
.chooseall ul li:hover img{
	transform:scale(1.14,1.14);
	-o-transform:scale(1.14,1.14); 
}
.c-goodsinfo .hots{
	padding: 0 3rem;
	margin-top: -2.5rem;
}
.hots .catename{
	font-size: 35px;
	line-height: 1.8;
	color: #061f58;
	font-weight: bold;
	text-align: center;
	margin-top: 0.3rem;
	margin-bottom: 0.5rem;
}
.hots .goodscard .gbtn a{
	padding: 0 0.3rem;
}
.hots .catename::after{
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background-image: url(../images/goodsbt.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
/*alcen*/
.md3{
	position: relative;
    width: 100%;
	padding: 0 3rem;
}
.acen{
	display: flex;
	align-items: center;
	margin-right: 0.49rem;
}

/*company*/
#goods.company #c-common-bg{
	background: url(../images/asbsbg.jpg) no-repeat center center;
	background-size: cover;
	height: 100%;
}
#goods.company>.section{
	height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}


/*company*/
.c-goodsinfo .crumbs{
	padding: 0rem 3rem;
	border-bottom: 1px solid #d4d4d4;
}
.company .c-company{
	padding: 0.2rem 3rem;
	background-image: url(../images/asbbg.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	background-color: #fff;
}
.company .comde1{
	font-size: 35px;
	line-height: 2.8;
	color: #061f58;
	font-weight: bold;
	text-align: left;
	margin-top: 0.3rem;
	margin-bottom: 0.5rem;
}
.company .comde1::after{
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background-image: url(../images/goodsbt.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.company .boxnum{
	width: 100%;
	color: #fff;
	font-size: 18px;
	margin: 8% 0;
	font-family: "Tahoma";
}
.company .boxnum .nums{
	float: left;
	width: calc(25% - 1px);
	text-align: center;
}
.company .boxnum .nums span{
	font-size: 80px;
	line-height: 1;
	display: inline-block;
    position: relative;
    -webkit-transform: perspective(1000px) rotate3d(0,1,0,0deg);
    transform: perspective(1000px) rotate3d(0,1,0,0deg);
    -webkit-transition: -webkit-transform 0.5s, color 0.5s;
    transition: transform 0.5s, color 0.5s;	
}
.company .boxnum .nums:hover span{
	-webkit-text-fill-color: #113480; 
	-webkit-text-stroke-color: #fff; 
	-webkit-text-stroke-width: 1px; 
	/* text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 40px #113480, 0 0 70px #113480; */
    -webkit-transform: perspective(1000px) rotate3d(0,1,0,360deg);
    transform: perspective(1000px) rotate3d(0,1,0,360deg);
}
.company .boxnum .nums>p{
	margin: 20px 0;
}
.company .boxnum .nums:nth-child(-n+3){
	border-right: 1px solid rgba(255,255,255,0.5);
}
.mypower{
	padding-bottom: 1rem;
}
.mypower .name{
	font-size: 35px;
	line-height: 2.8;
	color: #061f58;
	font-weight: bold;
	text-align: center;
	margin-top: 0.3rem;
	margin-bottom: 0.5rem;
}
.mypower .name::after{
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background-image: url(../images/goodsbt.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.mypower ul li{
	background-repeat: no-repeat;
	background-size: cover;
}
.mypower ul li>div{
	width: 105%;
}
.advs{
	margin: 30px 0;
	padding: 45px 40px;
	box-shadow: 0 0 10px 0 #f0efeb;
	background-color: #fff;
}
.advs>div:nth-child(-n+2){
	margin-bottom: 30px;
}
.advs div p{
	padding-top: 1%;
    color: #555;
	font-size: 16px;
	text-indent: 2em;
    line-height: 28px;
}
.advs>div:hover img{
	-webkit-animation: swing 1 1s linear;
    -o-animation: swing 1 1s linear;
    animation: swing 1 1s linear;
}
.mypower{
	color: #fff;
	padding: 0.5rem 3rem;
	background-image: url(../images/power.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.mypower .c_name h6{
	font-size: 34px;
	line-height: 3;
}
.mypower .c_name p{
	font-size: 20px;
}

.c-company .goodkey{
	text-transform: uppercase;
}
.c-company .cominfo{
	margin-top: 0.5rem;
}
.c-company .cominfo img{
	width: 100%;
}
.c-company .cominfo .cons{
	color: #555555;
	font-size: 15px;
	line-height: 28px;
}
.ts a{
	color: #113480;
	font-size: 16px;
	vertical-align: super;
}
.ts span{
	width: 43px;
	height: 43px;
	margin-left: 5px;
	display: inline-block;
	text-align: center;
	line-height: 43px;
	font-size: 38px;
	color: #fff;
	border-radius: 50%;
	background-color: #113480;
	cursor: pointer;
}
.c-company .com_defalut{
	color:#717171;
	line-height: 1.78;
	font-size: 16px;
}
/*公司文化*/
.whcard{
	text-align: left;
	margin-top: 0.6rem;
	margin-bottom: 0.7rem;
	line-height: 1.78;
}
.whcard .row{
	overflow: hidden;
}
.whcard .info{
	height: 433px;
	color: #000000;
	padding: 0.6rem 0.7rem;
	transition: 0.3s;
}
.whcard .info:hover{
	background-color: #efefef;
}
.whcard .info .engs{
	color: #061f58;
    opacity: 0.1;
	font-size: 42px;
	line-height: 1;
	/* white-space: nowrap; */
    text-shadow: 4px 3px 1px #000;
    text-transform: uppercase;
}
.whcard .info .ddtit{
	color: #061f58;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.8;
	margin-bottom: 0.4rem;
}
.whcard img{
	width: 100%;
	height: 433px;
	transition: 0.3s;
	object-fit: cover;	
} 
.whcard img:hover{
	transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 
}
/*honor*/
.honor{
	margin-top: 0.5rem;
	background-color: #fff;
}
.honor>div{
	margin-bottom: 0.25rem;
}
.honor a{
	display: block;
}
.honor img{
	width: auto;
	height: 100%;
	margin: auto;
	max-width: 100%;
	transition: 0.3s;
}
.honor .img{
	padding: 10px;
	height: 290px;
	overflow: hidden;
	text-align: center;
}
.honor .img:hover img{
	transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 
}
.honor .box{
	width: 95%;
    margin: auto;
	border: 2px #dfdfdf solid;
}
.honor .box p{
	background-color: #dfdfdf;
	line-height: 3.4;
	color: #373737;
	font-size: 18px;
	text-align: center;
	transition: all 0.3s;
}
.honor .box p:hover{
	color: #fff;
	background-color: #061f58;
}
/*fangan*/
#goods.fangan #c-common-bg{
	background-image:url(../images/fanganbg.jpg);
	background-size: cover;
	
}
/*new*/
#new .c-goodsinfo{
	background-color: #f6f6f6;
}
#new .c-goodsinfo .goodkey{
	font-size: 0.8rem;
	color: #f1f1f1;
}
#new .c-goodsinfo .gooddec{
	font-size: 0.5rem;
	color: #ea3000;
	
}
#new .c-goodsinfo .goodtext{
	font-size: 18px;
	color: #8a8a8a;
	line-height: 2;
	width: 51%;
    margin: 0.3rem auto;
}
#new .goodsbox{
	background-color: #fff;
	padding: 0.7rem 0 0.5rem;
	text-align: center;
}
#new .honor .img{
	padding: 0;
	height: auto;
}
#new .honor img{
	height: auto;
}
.mycons h3{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#new .gbtn{
    display: flex;
    line-height: 1.8;
    justify-content: space-between;
}
#new .newinfo{
	text-align: left;
	color: #848484;
	padding: 0.26rem 0.35rem;
}
#goods .c-goodsinfo .ab{
	padding-left: 5%;
	padding-top: 8%;
	border-left: solid 1px #E6E6E6 ;
}
#goods .c-goodsinfo .ab ul li{	
	padding: 20px;
	margin-bottom: 15px;
	background-color: #faf9f9;
}
#goods .c-goodsinfo .ab ul li a{
	color: #393939;
}
#goods .c-goodsinfo .ab ul li .time{
	color: #a2a2a2;
	line-height: 28px;
	display: block;
    margin-top: 2%;
    margin-bottom: 6%;
}
#goods .c-goodsinfo .ab ul li .times .pull-right i{
    width: 27px;
    height: 27px;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    vertical-align: revert;
    cursor: pointer;
    background-color: #113480;
    transition: 0.3s;
}
#goods .c-goodsinfo .ab ul li p{
	color: #999999;
}
#goods .c-goodsinfo .ab ul li:hover .times .pull-right{
	color: #d50000;
}
#goods .c-goodsinfo .ab ul li:hover .times .pull-right i{
	background-color: #d50000;
	transform:rotate(360deg);
}
#goods .c-goodsinfo .ab ul li .times .pull-right{
	color: #113480;
}
#goods .c-goodsinfo .ab .gooddec{
	font-size: 28px;
}
#new .newinfo h3{
	color: #3b3b3b;
	font-size: 22px;
	line-height: 1.6;
	margin-bottom: 0.2rem;
	transition: 0.3s;
}
#new .newinfo h3:hover{
	color:#061f58;
}
#new .newinfo .def{
	color: #848484;
	line-height: 1.6;
	font-size: 15px;
	margin-bottom: 0.4rem;
}
#new .newinfo .gbtn button{
	display: inline-block;
	padding: 0.1rem 0.2rem;
	color: #000;
	border: 1px solid #e6e4e4;
	background-color: #fff;
	transition: 0.3s;
}
#new .newinfo .gbtn button:hover{
	color: #fff;
	background-color: #061f58;
}
#new .newinfo .time{
	line-height: 27px;
}
#new .box{	
	box-shadow: 0px 0px 10px #eae9e9;
	border: none;
}
.proinfobox .cons1 .tables .th{
	font-size: 25px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	background-color: #205fa5;
}
.proinfobox .cons1 .tables{border: 1px solid grey;}
.proinfobox .cons1 .tables ul{overflow: hidden;background-color: #555e6e;}
.proinfobox .cons1 .tables li{
	padding: 13px;width: 50%;
	font-size: 18px;float: left;
	border-bottom:  1px solid grey;
	background-color: #666d79;
}
.proinfobox .cons1 .tables li:nth-child(2n-1){border-right: 1px solid grey;;}
.proinfobox .cons1 .tables li:nth-child(4n+3){ background-color: #555e6e;}
.proinfobox .cons1 .tables li:nth-child(4n+4){ background-color: #555e6e;}




.c_news .box:hover{box-shadow: 0px 0px 24px #c5c5c5;transition: all 0.3s;}
.imgbox{overflow: hidden;}
.imgbox img{transition: 0.3s;max-width: 100%;}
.imgbox:hover img{transform: scale(1.1) rotate(0deg);}
.c_news .newslist ul li>a{
	display: block;
	padding: 0.33rem 0rem;
	border-top: 1px solid #f9f9f9;	
}
.c_news .newslist ul li:last-child>a{
	border-bottom: 1px #f9f9f9 solid;
}
.c_news .newslist{
	margin-top: 0.3rem;
	margin-bottom: 0.5rem;
	line-height: initial;
}
.c_news .newslist ul li{
	padding: 0rem 3rem;
	text-align: left;	
	transition: all 0.3s;
}
.c_news .newslist ul li img{
	transition: 0.3s;
}
.c_news .newslist ul li .mycons{
	padding-left: 5%;
}
.c_news .newslist ul li .times i{
	width: 27px;
    height: 27px;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    font-size: 22px;
    color: #fff;
	border-radius: 50%;
	vertical-align: revert;
	cursor: pointer;
	background-color: #113480;
	transition: 0.3s;
}
.c_news .newslist ul li .times .pull-left{
	font-size: 16px;
	color: #113480;
}
.c_news .newslist ul li .times .pull-right{
	color: #a2a2a2;
}
.c_news .newslist ul li h3{
	color: #393939;
	font-size: 22px;
	line-height: 1.6;
	margin-bottom: 0.2rem;
	transition: 0.3s;
	margin-top: 15px;
}
.c_news .newslist ul li p{
	color: #848484;
	line-height: 1.6;
	font-size: 16px;
	margin-bottom: 0.4rem;
}
.c_news .newslist ul li:hover {
	background-color: #f9f9f9;
}
.c_news .newslist ul li:hover img{
	transform: scale(1.1);
}
.c_news .newslist ul li:hover .pull-left{
	color: #d50000;
}
.c_news .newslist ul li:hover .times i{
	background-color: #d50000;
	transform:rotate(360deg);
}
#coontact #c-common-bg{
	background: url(../images/contact.jpg) no-repeat center center;
    background-size: cover;
}
#coontact .c-goodsinfo{
	background-color: #f6f6f6;
}

#coontact .goodsbox{
	background-color: #fff;
	padding: 0.7rem 0 0.5rem;
	text-align: center;
}
#coontact .c-goodsinfo .goodkey{
	font-size: 0.8rem;
	color: #f1f1f1;
}
#coontact .c-goodsinfo .gooddec{
	font-size: 0.5rem;
	color: #ea3000;
}
#coontact .c-goodsinfo .goodtext{
	font-size: 18px;
	color: #8a8a8a;
	line-height: 2;
	width: 51%;
    margin: 0.3rem auto;
}
.address{
	padding: 0.4rem 0;
}
.address .name{
	font-size: 24px;
	line-height: 2;
	color: #061f58;
	font-weight: bold;
	text-align: center;
	margin-top: 0.3rem;
	margin-bottom: 0.5rem;
}
.address .name::after{
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background-image: url(../images/goodsbt.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10%;
}
.address .catinfo{
	color: #fff;
	line-height: 2;
}
.address .catinfo .c_cons_name{
	font-size: 20px;
	margin-bottom: 10%;
}
.address .catinfo .c-card{
	padding: 9.3%;
	background-color: #113480;
}
.address .catinfo>div:nth-child(2n) .c-card{
	float: right;
}
.address .catinfo .c-card .col-md-3{
	background-color: #113480;
	text-align: center;
	padding:15px 0;
}

.address .catinfo .c-card span{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	transition: 0.3s;
	color: #113480;
	font-size: 35px;
	background-color: #fff;
	border-radius: 50%;
}
.address .catinfo .c-card .c_thr{
	color: #a1bbf2;
	font-size: 16px;
}
.address .catinfo .c-card a{
	color: #fff;
	font-size: 16px;
	display: inline-block;
	transition: 0.3s;
}
.address .catinfo .c-card>div:hover .icon{
	-webkit-animation: swing 1 1s linear;
    -o-animation: swing 1 1s linear;
    animation: swing 1 1s linear;
}
.address .catinfo .c-card>div:hover a{
	font-size: 18px;
	font-weight: bolder;
}
.address .catinfo .c-card .col-md-9{
	padding: 6px 3%;
}
.address  .concard{
	padding: 0.3rem 0 ;
	margin: 0.3rem 0;
}
.address  .concard .card{
	height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: 0.3s;
	background-color: #f5f5f5;
	width: 92%;
	margin: auto;
}
.address  .concard .card p{
	margin-top: 0.3rem;
}
.address  .concard .icon{
	font-size: 0.4rem;
}
.address .card a{
	color: #8c8c8c;
}
.address  .concard .card:hover a{
	color: #061f58;
}
.address .meassge p{
	font-size: 16px;
	color: #a1a1a1;
	margin-top: -0.2rem;
    margin-bottom: 0.3rem;
}
/*injion*/
#new.injoin #c-common-bg{
	background: url(../images/injion.jpg) no-repeat center center;
	background-size: cover;
}
.page_cont{
	color: #333;
}
.page_cont h3{
	text-align: center;
	padding: 0.35rem 0;
}
.page_cont .page_Info{
	text-align: center;	
    padding: 14px 0;
	margin-top: -25px;
	margin-bottom: 0.25rem;
	border-bottom: solid 1px #E6E6E6;
}

/*fenye*/
.de-page-mian {
	overflow: hidden;
	text-align: center;
	font-size: 0;
	
	margin: 10px 0 35px;
}
.de-page-mian .page-inner {
	display: inline-block;
	overflow: hidden;
}
.de-page-mian .page-inner a {
	display: block;
	float: left;
	min-width: 26px;
	padding: 0 5px;
	height: 36px;
	border: 1px solid #dddddd;
	background: #fff;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #333;
	margin-right: -1px;
	overflow: hidden;
	width: auto;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
	color: #fff;
	border-color: #ea3000;
	background: #ea3000;
}
.de-page-mian .page-inner a.prev {
	margin-right: 10px;
	background: #ffffff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
	background: #ffffff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
	background-color: #fff;
	border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
margin-left: 10px;
margin-right: 15px;
background: #ffffff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
background: #ffffff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
background-color: #fff;
border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
font-size: 12px;
margin-right: 0;
width: 63px;
margin-left: 10px;
}
.de-page-mian .page-inner span {
display: block;
font-size: 12px;
color: #fff;
float: left;
line-height: 38px;
}
.de-page-mian .page-inner input {
display: block;
float: left;
height: 36px;
width: 36px;
border: 1px solid #dddddd;
text-align: center;
line-height: 36px;
font-size: 14px;
color: #333;
margin: 0 5px;
}
#page_Content{
	padding: 0.15rem;
}
#prev_next a{
	color: #333;
	transition: 0.5s;
}
#prev_next a:hover{
	color: #ed3333;
}
#prev_next{
	overflow: hidden;
	line-height: 3;
}
#prev_next li:first-child{
	float: left;
}
#prev_next li:last-child{
	float: right;
}
.newnavs  a{
	color: #fff;
	font-size: 16px;
    padding: 0 18px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.newnavs  a::before{
	content: "";
	position: absolute;
	bottom: 25px;
	transition: all 0.5s;
	background: #fff;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: 0px;
	top: 48%;
}
.newnavs  a:hover{
	color: #eb3f00;
}



.goods{margin: 45px auto;}
.goods .goodname{color: #fff;}
.goods .goodname h2{font-size: 38px;font-weight: bold;}
.goods .goodname P{line-height: 45px;}
.goods .goodname a{
	display: inline-block;
    padding: 8px 25px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
    width: 120px;
    margin:2% 0;
    transition: 0.3s;
}
.goods .goodname a:hover{
	border: 1px solid #ea3000;
	background-color: #ea3000;
}
.goods .imgbox{border-bottom: 1px solid #666972;padding: 5%;}
.goods .imgbox p{
	line-height: 1.5;
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
}
.goods .imgbox img{
	width: 100%;
	height: 77px;
	object-fit: contain;
}



/* pc */
@media (max-width: 1695px) {
	#com_s .com_advs .icon{font-size: 77px;}
	#com_s .com_advs p{font-size: 20px;}
}
@media (max-width: 1460px) {
	.munbs_choose .choosrbox{padding: 6%;}
	.coms_choose .title_1 h2{font-size: 40px;}
	#com_s .com_advs p{font-size: 17px;}
	.munbs_choose .choosrbox .name{font-size: 15px;}

	.probox h4{font-size: 38px;}
	.probox .progird .pronums h2{font-size: 30px;}
	.chooseall .wrap{width: 700px;}
	.about .c-img-box ul{padding-top: 15%;}
	.c-goodsinfo .goodsboxsize .md{
		display: inline-block;
		text-align: center;
	}
	.c-goodsinfo .goodsboxsize .acen{
		display: none;
	}
	.chooseall ul li:nth-child(12n){
		margin-left: 0;
	}
	.about .c-img-box ul li{
		height: 135px;
	}

	.newcard .info{
		overflow: hidden;
	}
}
@media (min-width: 1600px) and (max-width: 1730px) {
	.c-logo{
		width: 23%;
	}
	.c-logo img{
		width: 100%;
	}
}
@media (max-width: 1400px) {
	#c-header .c-nav2 .navshow li{line-height:2;}
	#c-header .c-nav2 .navshow ul li>a{font-size:24px;}
}

@media (min-width: 991px) and (max-width: 1175px) {
	.c-logo{
		width: 20%;
	}
	.c-logo img{
		width: 100%;
	}
	div.c-container {
		padding: 0 0.8rem;
	}
	.c-product .c-l-box .yw{
		margin-top: 2%;
	}
}


/* ipad */
@media (min-width: 765px) and (max-width: 1260px)  {
	.company .c-company{padding: 0.2rem 1rem;}
	#c-header .c-logo a{width: 100%;}
	.mlogo{margin-top: 0.3rem;}
	.footer .flink .max8 .disline:last-child{width: 85%;}
	#c-header .c-search-box a{line-height: 1;}
	#c-header .c-nav2 .navshow a,#c-header .c-nav2 .indexsever h6{font-size: 20px;}
	#c-header .c-nav2 .chirds a{font-size: 14px;}
	.about .c-img-box ul li:nth-child(-n+2){margin-bottom: 9%;}
	.c-product .c-yw-title .c-l-box{min-height: 375px;}
	.c-product .c-l-box .yw .imgbox{height: 260px;}
	.c-product .c-l-box .yw img{margin-top: 0;}
	#com_s .com_advs .flex .disline:first-child{width: 100%;}
	#com_s .com_advs .flex .disline:last-child{width: 100%;}
	#com_s .com_advs .disline{width: 100%;text-align: center;}
	#com_s .com_advs h5{font-size: 24px;}
	#com_s .com_advs p{font-size: 15px;    white-space: nowrap;}

}
@media (max-width: 1260px){
	.munbs_choose .choosrbox .name h5{font-size: 20px;}
	.c-product .c-yw-title .c-l-box{}
	.news .imgbox .times{margin-bottom: 17%;}
	.goods .goodname h2{font-size: 26px;}
	.probox .progird .pronums h2{font-size: 22px;}
	.probox h4{font-size: 30px;}
	#c-header .c-search-box form{line-height: 40px;}
}
/*992*/
@media (max-width: 992px) {
	#c-header .c-nav2 .navshow ul li>a{font-size: 20px;margin: 0 10px;}
	.indexscase .imgall img{height: 320px;}
	.indexscase .procons{padding-top: 1%;}
	.indexscase .procons .title_1{margin-bottom: 1%;}
	#coms_caseimg .nbcons a img{height: 200px;}
	.about .c-img-box ul li{width: calc(50% - 2px);height: auto;}
	.about .c-img-box ul li:nth-child(-n+2){margin-bottom: -1px;}
	#c-about .c-left-box .c-img-box{padding-top: 1rem;}
	.about .c-img-box span{line-height: 53px;}
	.about .c_name{margin-bottom: 0;}
	#c-about .c-left-box .c-img-box{padding-left: 0;}
	.probox .progird .nbcons img{height: 200px;}
}

@media (min-width: 767px) {
	#c-header .c-search-box .search:hover {
		width: 250px;
		border-radius: 100px;
	}
	#c-header .c-search-box .myfonts:hover{
		width: 180px;
		border-radius: 100px;
		/* justify-content: space-evenly; */
	}
	#c-header .c-search-box .myfonts:hover span{width: 130px;}
	#c-header .c-search-box .search:hover  i {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}
	#c-header .c-search-box .search:hover > form input {
		opacity: 1;
		width: calc(210px - 0.9rem);
	}
}
@media (min-width: 1260px) {
	#com_s .com_advs .flex .disline:first-child{width: 20%;}
	#com_s .com_advs .flex .disline:last-child{width: 78%;}
}
@media (min-width: 1024px) {
	#c-header .c-search-box .search:hover > form input {
		opacity: 1;
		width: calc(190px - 0.9rem);
	}
}

/* move */
@media (max-width: 768px) {
	#com_s .com_advs .flex{margin-bottom: 5%;}
	.proinfobox .cons1 .tables .th{font-size: 20px;}
	.proinfobox .cons1 .tables li{font-size: 15px;}
	.goodsboxsize.down{width: 88.2%;}
	#my_article .casell img{height: 200px;}
	.case_box ul li .box .infos h6{font-size: 15px;}
	.case_box ul li .box .infos .case_txts span{margin: 0 0 0 5px;}
	.modalcons h3,.goods .goodname h2{font-size: 20px;}
	.modalcons p{margin-bottom: 2%;}
	.probox .progird li:nth-child(2n) .nbcons{float: none;}
	.de-page-mian .page-inner span{display: none;}
	#zbmain .probox .progird li p{font-size: 16px;}
	.mfootnav{display: none;}
	.probox .progird li p{font-size: 15px;}
	.cons3.progird .swiper-wrapper{padding-bottom: 10%;}
	.munbs_choose .choosrbox h6{height: 38px;font-size: 50px;}
	.munbs_choose .choosrbox p{height: auto;}
	.coms_choose{background-repeat: repeat;background-size: auto;}
	#coms_caseimg .nbcons a img{height: 120px;}
	.c-crumbs{font-size: 14px;}
	
	.probox .progird .nbcons img{height: 180px;}
	.newsifo_box .rightbox{margin-left: 0;}
	.footer .fcotinfos{display: none;}
	.footer .footloc{margin: 0;}
	.footer .footloc>p big{font-size: 18px;}
	.weballinfo .myfootcons{text-align: center;}
	.footer .c-rightinfo a{font-size: 16px;padding: 3px 0;}
	.footer .c-rightinfo .ercode{margin-top: 8px;}
	.flink .text-right{text-align: center;}
	.footer .flink .max8 .disline:last-child{width: 82%;}
	.mlogo{margin-top: 0.8rem;}
	.footer .c-rightinfo{
		border: none;
		padding-left: 0;
	}
	.footer .flink .max8{padding: 0.5rem 0;}
	.news .c-container{padding: 0 1rem;}
	.footer .c-container{padding: 0 10px;}
	.company .c-company{padding: 0 0.8rem;}
	.c-product .c-l-box .yw span{
		width: 100px;
		height: 100px;
		padding: 7px;
		font-size: 1.3rem;
	}
	.case{background-position: right;}
	#prolist, #com_s, #my_article, #my_news{padding: 0 20px;}
	.c-crumbs{overflow: hidden;width: 100%;}
	.c-crumbs a.fa-pull-right{float: none;}
}