@charset "utf-8";
/*初始化*/
*{ 
	padding:0;
	margin:0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html{
	font-size: calc(100vw/19.2);
	overflow-x: hidden; overflow-y: auto;
}

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: #2a333a;
	background: #fff;
}
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;
	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: #666;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #666;
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #666;
	opacity: 1;
}
input::-ms-input-placeholder,textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #666;
}
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.7rem;
}
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 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 8%;
	padding-bottom: 6.227%;
	background-image: url(../images/abbg.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#viewmore img{cursor: pointer;}
#c-top-bg .gocons{margin: 6% 0 4% 0;}
#c-top-bg.event{background-image: url(../images/newsbg.jpg);}
#c-top-bg.case{background-image: url(../images/casebg.jpg);}
#c-top-bg.contact{background-image: url(../images/contact.jpg);}

.c-enTitle{
	font-size: 36px;
	line-height: 2em;
	color: #fff;
	font-weight: bold;
}

.pd3{padding: 3% 0;}
.flex{display: flex;align-items: center;}
.ctit h4{
	color: #2a333a;
	font-size: 45px;
	font-weight: bold;
	line-height: 2;
}
.ctit>p{
	color: #e5e5e5;font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
}
.cmore{
	padding-left: 3%;
	padding-top: 2%;
	font-size: 16px;
	color: #9b9b9b;
}
.cmore .icon{
	font-size: 30px;
	font-weight: bold;
	vertical-align: middle;
}
.cmore a{font-size: 14px;display: inline-block;margin-top: 7%;}






.slogen{
	font-size: 38px;
	color: #fff;
	line-height: 30px;
	font-weight: bolder;
	text-transform: uppercase;
}


#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;
}


/* 公共按钮 */
.my_btn{
	font-size: 16px;
	padding: 2.6%;
	display: block;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	margin: auto;
	line-height: 20px;
	position: relative;
	color: #222;
	border: 1px solid #EED6B0;
	transition: 0.5s;
}
.my_btn:hover{
	/* color: #fff; */
	/* padding: 16px 0; */
	border: 1px solid rgba(218, 41, 55, 1);
}
.my_btn span{
	color: #CAA05F;
	font-size: 40px;
	position: absolute;
	top: 41%;
    margin-left: 11px;
}
.c-left-box{overflow: hidden;}
.my_btn::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 30px;
	border-bottom: 0px solid #bb1c14;
	transition: all 0.5s;
}
.my_btn:hover::before{width: 100%;}
/*顶部*/
#zbheader{
	/* position: fixed; */
	position: absolute;
	top:0;
	left:0;
	z-index: 900;
	width: 100%;
	line-height: 118px;
	text-align: center;
	transition: all 0.5s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.c-open #zbheader  {
	height: 82px;
	line-height: 80px;
	color: #333;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}

#zbheader.c-head-move{
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
#zbheader a{color: #fff;transition: all 0.5s;}
.c-open #zbheader a{color: #333;}
#zbheader .mylogo{width: 14%;min-width: 130px;text-align: left;}


/*顶部logo*/
#zbheader .c-inner{padding: 0 13.54%;}
.c-head-hide .mylogo img,.c-head-hides .mylogo img{filter: unset;}
#zbheader.c-head-hides{
	background-color: rgba(0,0,0,0.5);
	box-shadow: 0 0 10px 0 #f0efeb;
}

#zbheader.c-head-hide .c-nav .active a::before{
	border-color: #113480;
}
#zbheader.c-head-hide .c-nav .active a{
	color: #113480;
}
#zbheader.c-head-hide .c-nav .c-search-box::before{
	border-color: #113480;
}

#zbheader.c-head-hide .c-nav>li:nth-child(-n+9):hover>a::before{
	border-color: #113480;
	filter: grayscale(100%);
	mix-blend-mode: screen;
	background-color: white;
}
#zbheader .mylogo h1{display: block;line-height: 118px;}
#zbheader .mylogo a img {vertical-align: middle;}
#zbheader .mylogo a p {
	display: inline-block;
	vertical-align: top;
}
#zbheader .mylogo a p strong{
	margin-right: 22px;
	padding-left: 15px;
}
#zbheader .mylogo a p span {
	padding-left: 22px;
	border-left: 1px solid #ddd;
}

/*顶部pc导航*/
#zbheader .c-nav{
	font-size: 16px;
	display: block;
	text-align: right;
	width: 86%;
}

#zbheader .c-nav .c-search-box .select{float: left;}
#zbheader .c-nav .c-search-box select{
	appearance:auto;
	color: #060606;
	font-size: 14px;
	font-weight: bold;
	border: none;
	border-radius: 40px;
	padding: 10px 15px 10px 40px;
	border-right: 25px solid #fff;
}
#zbheader .c-nav .domore{
	color: #333;
	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;
}
#zbheader .c-nav .domore:hover{
	color: #2f318b;
	border: 1px solid #ed3333;
	background-color: #fff;
}
#zbheader .c-nav>li{
	padding: 0 1%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	transition: all 0.5s;
}
#zbheader .c-nav>li i{font-size: 13px;}
#zbheader .c-nav li a {
	position: relative;
	padding: 0 15px;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.proindex .column{position: unset;margin-top: 123px;margin-top: 0;}
.proindex .column .inner .wrap{width: 100%;}
.proindex .column .inner{border-top: 1px solid #ccc;}
.goodssearch{margin-bottom: 5%;padding-top: 3%;}
.proname{padding-left: 8%;}
.proname h2{
	font-size: 36px;
	color: #BF9045;
	font-weight: bold;
	margin-bottom: 3%;
}
.proname .cons{
	color: #222;
	font-size: 16px;
	line-height: 30px;
}




.goodssearch .box{
	background-color: #f6f6f6;
	padding: 30px;
	font-size: 15px;
	color: #707070;
	overflow: hidden;
	border-radius: 10px;
}
.goodssearch .from{display: inline-block;line-height: 42px;}
.goodssearch .box form{display: inline-block;}
.goodssearch .box form input{border: 1px solid #ccc;margin: 0 5px;padding: 0 5px;}
.goodssearch .box form button{
	background-color: #0667bd;
	border: 1px solid #0667bd;
	color: #fff;
	border-radius: 8px;padding: 0 45px;
	transition: 0.5s;
}
.goodssearch .box form button:hover{
	color: #0667bd;
	background-color: #fff;
}
.goodssearch .box a:hover{color: #0667bd;}

.goodssearch .box>span{color: #da2937;font-weight: bolder;}
.goodssearch .box a{color: #707070;}
.goodssearch .box .right{
	float: right;
	width: 30%;
	text-align: right;
}
.goodssearch .box .right a{
	border: 1px solid #ccc;
	padding: 13px 15%;
	font-weight: bolder;
	display: inline-block;
	border-radius: 8px;
	background-color: #fff;
}
.goodssearch .box .right a:last-child{
	padding: 13px 10%;
	color: #fff;
	background-color: #0063bb;
}
.pronav{margin-top: 2%;border-bottom: 1px solid #ccc;}
.pronav .swiper-slide a{
	display: block;
	padding: 15% 5% 8%;
	text-align: center;
	font-size: 15px;
	color: #353535;
	transition: 0.5s;
	border-radius: 15px;
	margin-bottom: 12%;
}
.pronav .swiper-slide a:hover{
	color: #fff;
	background-color: #0063bb;
}
.pronav .swiper-slide a p{
	margin-top: 5%;
	height: 50px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}



#zbheader.cshow .c-nav li>a{z-index: 111;color: #333;}
#zbheader.cshow .mylogo{position: relative;z-index: 111;}
#zbheader.cshow .c-nav>li:hover a::before{background-color: #0667bd;}
#zbheader .onetitle{
	font-size: 20px;
    line-height: 1.1;
    color: #333;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: bold;
    text-align: left;
}
#zbheader .navSbox{overflow: hidden;}
#zbheader .navSbox .navSli a{
	display: block;
    font-size: 14px;
    line-height: 45px;
    color: #666;
	text-align: center;
	border: 1px solid #fff;
}
#zbheader .navSbox .navSli a:hover{color: #d9c37f;border-bottom: 1px solid #d9c37f;}
#zbheader .c-nav>li>a::before {
	content: "";
	position: absolute;
    left: -8px;
    width: 10px;
    height: 10px;
    background: #fff;
    bottom: 44%;
    transition: all 0.5s;
    border-radius: 50%;
	transform: scale(0);
	transition: 0.5s;
}
#zbheader .c-nav>.mychi>a::before{
	background: #175ea9;
}
#zbheader .active li>a::before{
	transform: scale(0.8);
}

#zbheader .c-nav .c-language {
	position: relative;
	padding: 0 ;
	margin-left: 16px;
}
#zbheader .c-nav .c-language .c-list-box{
	background: unset;
	padding: 0;
    width: auto;
    transform: translateX(-41%);
}
#zbheader .c-nav .c-language.c-dode .c-list-box{
    transform: translateX(-43%);
}
#zbheader .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;
}
#zbheader .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);
}

#zbheader .c-nav .c-language .c-list .c-item{
	line-height: 30px;
}
#zbheader .c-nav .c-language .c-list .c-item a{
	padding: 0 15px;
	display: block;
	color: #333;
	transition: .5s;
	border-bottom: 1px solid #f1f1f1;
}

#zbheader .c-nav .c-language .c-list .c-item:last-child a {border: 0;}
#zbheader .c-nav .c-language .c-list .c-item a:hover {
	color: #fff;
	background: #bb1c14;
}
#zbheader .c-nav .c-search-box {
	position: relative;
	padding-right: 0;
	float: right;
}
#zbheader .c-nav .c-search-box::before{
	content: "";
	width: 0px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 40%;
}

#zbheader .c-nav .c-search-box form{
	display: none;
	position: absolute;
	top: 100px;
	right: 0;
	background-color: #fff;
	width: 150px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	/* overflow: hidden; */
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
.c-nav .slidBox{
	display: none;
    position: absolute;
	left: -20px;
    z-index: 1;
    width: 100%;
	
	background-color: #fff;
	border-radius: 0 0 5px 5px;
}
.slidBox .inner{overflow: hidden;}
.mychi .leftBox{
	flex: 0 0 45%;
    overflow: hidden;
    max-width: 455px;
	margin: 46px 0px;
}
.mychi .leftBox img{transition: 0.5s;}
.mychi .leftBox:hover img{transform: scale(1.1);}
.cshow .c-nav .slidBox{padding: 8% 8% 0 8.5%;}
#zbheader .c-nav .c-search-box form::before{
	content: "";
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	background-image: url(../images/fang.png);
	background-position: top center;
	background-size: cover;
	right: 17%;
    top: -8px;
}

#zbheader .c-nav .c-search-box form input{
	float: left;
	/* padding: 0 15px; */
	width: 67%;
	height: 40px;
	font-size: 16px;
}
#zbheader .c-nav .c-search-box form button{
	float: left;
    width: 39px;
    height: 40px;
	color: #ccc;
	border-radius: 5px;
	background-color: #fff;
}
#zbheader .c-nav .c-search-box>a i{
	color: #fff;
	display: inline-block;
	background-color: #004ea1;
	font-size: 20px;
	border-radius: 50%;
	width: 40px;height: 40px; line-height: 40px;
}


#zbheader .c-nav .c-list-box{
	padding:0.67rem 2.8rem;
	position: fixed;
	width: 100%;
	top:100px;
	left:0;
	width:100%;
	display: none;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
	padding: 0;
    transform: translateX(-0%);
}

#zbheader .c-nav .c-list-box .c-list{
	margin: 0 -.3rem;
	display: flex;
	align-items:flex-start;
}
#zbheader .c-nav .c-list-box .c-list .c-item{
	padding:0 .3rem;
	width: 33.33%;
	border-right: 1px solid rgba(0,0,0,.1);
}
#zbheader .c-nav>li:nth-last-child(4) .c-list-box .c-list .c-item{
	width: 50%;
}
#zbheader .c-nav .c-list-box .c-list .c-item:last-child{
	border: 0;
}
#zbheader .c-nav .c-list-box .c-list .c-top-box{
	display: block;
}
#zbheader .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;
}
#zbheader .c-nav .c-list-box .c-list .c-wrap:hover .c-top-box .c-text {
	color:#bb1c14;
}
#zbheader .c-nav .c-list-box .c-list .c-img-box{
	height: 3rem;
	overflow: hidden;
}
#zbheader .c-nav .c-list-box .c-list .c-img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}
#zbheader .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); 
}
#zbheader .c-nav .c-list-box .c-list .c-a-box{

	display: flex;
	align-items: flex-start;
	display: none;
}
#zbheader .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;
}
#zbheader .c-nav .c-list-box .c-list .c-a-box a:hover{
	color: #bb1c14;
}
#zbheader .c-nav .c-list-box .c-list .c-a-box a:last-child{
	border:0;
}
#zbheader .c-nav .c-list-box .c-list1{
	width: 22%;
}
#zbheader .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;
}
#zbheader .c-nav .c-list-box .c-list1 .c-item .c-title{
	font-size: 22px;
	line-height: 32px;
	color: #333;
	transition: .5s;
}
#zbheader .c-nav .c-list-box .c-list1 .c-item .c-text{
	font-size: 14px;
	line-height: 24px;
	color: #999;
	transition: .5s;
}
#zbheader .c-nav .c-list-box .c-list1 .c-item.active .c-title{
	padding-bottom: 0.2rem;
}
#zbheader .c-nav .c-list-box .c-list-wrap{
	line-height: 1;
	font-size: 14px;
	text-align: right;
	padding: 26px 10% 26px 0;
	background-color: rgba(206, 27, 34, 0.8);
}
#zbheader .c-nav .c-list-box .c-list2 .c-item{
	display: inline-block;
	overflow: hidden;
	text-align: center;
	line-height: 18px;
	transition: 0.5s;
	border-right: 1px solid #fff;
}
#zbheader .c-nav .c-list-box .c-list2 .c-item:last-child{border: none;}
#zbheader .c-nav .c-list-box .c-list2 .c-item img {
	width: 100%;
	height: 172px;
	object-fit: cover;
	transition: .5s;
}
#zbheader .c-nav .c-list-box .c-list2 .c-item:hover img {
	transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 
}
#zbheader .c-nav .c-list-box .c-list2 .c-item:hover{
	transform: translateY(-1px);
}
/*顶部移动端导航*/
#zbheader .c-nav2 {
	position: fixed;
	top:80px;
	left:0;
	width: 100%;
	height: 0;
	font-size:14px;
	line-height: 50px;
	overflow-y: auto;
	background: rgba(255,255,255,0.9);
	transition: all 0.5s;
}
/* menu-wrap */
.menu-wrap{
	background-image: url(../images/navbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	margin-left: -100%;
	font-size: 1em;
	font-weight: 700;
	overflow: auto;
	transition: .85s;
	z-index: 112;
	/* opacity: 0; */
	/* display: none; */
}
.button-open{
	margin-left: 0;
	box-shadow: 4px 2px 15px 1px #B9ADAD;
}
/* menu-sidebar */
.mnavsgo{overflow: hidden;padding-bottom: 4%;}
.mnavsgo>li{float: left;width: 15.33%;}
.mnavsgo>li:last-child{width: 8%;}



.count-6 .menu-sidebar .sliders{float: left;}
.count-6 .menu-sidebar>div:first-child{
	width: 93%;
	padding-left: 7%;
}
.count-6 .menu-sidebar>div:last-child{
	width: 7%; text-align: center;
	background-color: #fff;
}
.count-6 .menu-sidebar>div:last-child .mulu{padding: 38%;height: 100vh;    overflow: hidden;}
.closethis{
	font-size: 16px;line-height: 30px;display: grid;
	position: absolute;
    right: 5%;
    top: 5%;
}
.closethis span{
	transition: 1s;display: inline-block;
	font-size: 36px;color: #0853a3;
	font-weight: 100;opacity: 0.8;
}
.closethis:hover span{ transform: rotate(180deg);}
.menu-sidebar{padding-top: 1.1rem;}
#fp-nav.left{left: unset;right: 17px;}
.count-6 .menu-sidebar h2{
	font-size: 30px;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#zbnav{
	position: absolute;
	left: -50px;
	top: 265%;
	transition: 0.5s;
	transform: translateX(0%);
	width: 46px;
	height: 220px;
	line-height: 220px;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(../images/leftnav1.png);
}
#zbnav span{
	font-size: 22px;
	display: inline-block;
	transition: 1s;
	transform:rotate(0deg) scale(0.7);
}
#zbnav:hover span{transform: rotate(225deg) scale(1.1);}
#zbnav.on{transform: translateX(-100%);}
#zbheader .menu-wrap{line-height: normal;text-align: left;}
#zbheader .menu-wrap a{color: #000;}
#zbheader .navlogo p{
	font-size: 24px;
    color: #82898f;
    line-height: 60px;
    margin-bottom: 20px;
    font-weight: 400;
}
.d1{
	color: #747474;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3%;
	display: flex;
    white-space: nowrap;
    align-items: center;
}
.d1::after{
	content: "";
    display: inline-block;
    width: 95%;
    border-bottom: 1px solid #c8d4e4;
    vertical-align: middle;
    margin-left: 1%;
}
#zbheader .menu-wrap ul>li>a{
	color: #2a333a;font-size: 22px;
	display: inline-block;margin-bottom: 14%;
	transition: 0.5s;
}
#zbheader .menu-wrap ul>li ol{line-height: 35px;}
#zbheader .menu-wrap ul>li ol a{
	color: #70787f;font-size: 16px;font-weight: 400;
	white-space: nowrap;
}

#zbheader .menu-wrap ul li span{
	font-size: 33px;color: #0853a3;
	vertical-align: sub;
	font-weight: 400;
	opacity: 0;
	transition: 0.5s;
}
#zbheader .menu-wrap ul li:hover>a{color: #0853a3;}
#zbheader .menu-wrap ul li:hover span{opacity: 1;}
#zbheader .menu-wrap ul>li ol li:hover a{font-weight: bold;}
.sliders .info{font-size: 16px;font-weight: bold;justify-content: space-between;}
.sliders .info img{display: inline-block;vertical-align: middle;margin-right: 10px;}

body.c-open #zbheader .c-nav2 {
	height: calc(100% - 80px);
	height: -webkit-calc(100% - 80px);
}
#zbheader .c-nav2 a {
	display: block;
	margin: 0 20px;
	border-bottom:1px solid #f1f1f1;
	text-align:left;
	color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#zbheader .c-nav2>li{
	border-bottom:1px solid rgba(206, 27, 34, 0.5);
}
#zbheader .c-nav2 li:hover>a,#zbheader .c-nav2 li.active>a {
	color: #113480;
}
#zbheader .c-nav2 li a span{
	float: right;
	margin-top: 0;
	font-size:20px;
	transform: rotate(180deg)
}
#zbheader .c-nav2 li ul {
	display: none;
}
#zbheader .c-nav2 li ul a {
	padding-left: 15px;
}
#zbheader .c-nav2 .c-language {
	float: left;
	position: relative;
	padding: 20px 0 0 20px;
}
#zbheader .c-nav2 .c-language>a {
	margin:0;
	display: block;
	padding: 0 5px;
	width: 80px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #f1f1f1;
}
#zbheader .c-nav2 .c-language>a i {
	margin-top: 9px;
}
#zbheader .c-nav2 .c-language .c-list {
	display: none;
	background: #fff;
	line-height: 40px;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
#zbheader .c-nav2 .c-language .c-list a {
	display: block;
	padding: 0 5px;
	margin: 0;
}
#zbheader .c-nav2 .c-language .c-list .c-item:last-child a {
	border-bottom: 0;
}
#zbheader .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;
}
#zbheader .c-nav2 .c-search-box form {
	position: relative;
	border: 1px solid #f1f1f1;
	line-height: 38px;
}

#zbheader .c-nav2 .c-search-box form input {
	float: left;
	padding: 0 5px;
	width: -webkit-calc(100% - 15px);
	width: calc(100% - 50px);

	height: 38px;
}
#zbheader .c-nav2 .c-search-box form button {
	float: right;
	width: 50px;
	height: 38px;
	color: #fff;
	background:#113480;
}
/*顶部导航开关*/
#zbheader .c-switch {
	position: absolute;
	top:50%;
	right: 15px;
	display: none;
	width: 24px;
	height: 20px;
	margin-top: -10px;
	cursor: pointer;
}
#zbheader .c-switch i { 
	position: relative;
	display: block;
	height: 2px;
	background:#CAA05F;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.c-open #zbheader .c-switch i {
	background:#333;
}
#zbheader .c-switch i:nth-child(1) {
	top: 0;
}
#zbheader .c-switch i:nth-child(3) {
	bottom: 0;
}
#zbheader .c-switch i:nth-child(2) {
	margin: 6px 0;
}
body.c-open #zbheader .c-switch i:nth-child(2) {
	opacity: 0;
}
body.c-open #zbheader .c-switch i:nth-child(1) {
	top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
body.c-open #zbheader .c-switch i:nth-child(3) {
	bottom: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body.c-open .mylogo img{
	filter: brightness(1);
}
.column{background-color: #fff;}
.column .inner{background-color: #fff;border-bottom: 1px solid #ccc;}
.column .inner .wrap{width: 1200px;max-width: 100%;margin: auto;}
.mynavgo{display: flex;justify-content: center;margin-bottom: -1px;}
.mynavgo a{
	display: block;
	line-height: 76px;
	text-align: center;
	font-size: 20px;
	color: #222;
	transition: 0.5s;
	padding: 0 3.7%;
	margin: 0 2px 1px 2px;
	border-bottom: 2px solid #fff;
}
.mynavgo a.ons{border-color: #CAA05F; background-color: #FBF6EE;}
.mynavgo a:hover{border-color: #CAA05F; background-color: #FBF6EE;}
.fnews{margin-bottom: 0.5%;margin-top: 3%;width: 98.2%;}
.fnews .nxw{
	overflow: hidden;
	background: #f5f5f5; 
}
.fnews .nxw a{
	display: block;
	width: 100%;height: 100%;
	color: #2a333a;
}
.fnews .nxw .xwpic{
	padding: 0;
	overflow: hidden;
	width: 100%;
	height: 400px;
	background: #fff;
}

.fnews .nxw .xwpic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fnews .nxw .xwlist{
	padding: 6%;
	overflow: hidden;
}
.fnews .nxw .xwlist h3{
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 5%;

	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;

}
.fnews .nxw .xwlist h6{
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 15px;
	margin-top: 1%;
	opacity: 0.6;
}
.fnews .nxw .xwlist p{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 15px;
	opacity: 0.6;

	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.fnews .nxw .xwlist .mores{
	display: block;
	width: 180px;
	line-height: 45px;
	text-align:center;
	background: #005bac;
	color: #fff;
	font-size: 15px;
	margin:10px 0;
	transition: all 0.3s;
}

.fnews .nxw .xwlist:hover .mores{
	background: #f60822;
	color: #fff;
	box-shadow: 3px 3px 5px 1px #2c2c2c;
}
.fnews .newsgo{
	position: absolute;
    right: 0;
	bottom: 15%;
	z-index: 11;
    width: 43%;
	margin-right: 3%;
	text-align: right;
	display: none;
}
.newsgo .gobox{display: none;}
.newsgo .gobox span{
	font-size: 30px;
    text-align: center;
    line-height: 50px;
    width: 50px;
	height: 50px;
	color: #fff;
    background-color: #b2b2b2;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    z-index: 1;
	transition: 0.5s;
	cursor: pointer;
}
.newsgo .gobox span:hover{
	background-color: #004ea1;
}



.page-search{
	display: none;
}
/*首页轮播图*/
.mybanner{background: #fff;}
.mybanner .c-container{padding: 0 1.6rem;}
.mybanner .swiper-slide{
	position: relative;
	overflow: hidden;
}
.mybanner .swiper-slide img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1); 
	-webkit-transition: all 7s;
	transition: all 7s;
}
@keyframes shan {
	0% {
	  transform: scale(0.9);
	}
	50% {
	  transform: scale(1);
	}
	100% {
		transform: scale(0.9);
	}
  }

.mybanner .swiper-slide .dian{
	width: auto;
	height: auto;
	object-fit: unset;
	transition: unset;
	position: absolute;
	left: 35%;
	top: 18%;
	animation: shan 11s linear infinite;
}

.mybanner .swiper-slide .c-bg2 {
	display: none;
}
.mybanner .swiper-slide-active img{
	transform:scale(1,1);
	-webkit-transform:scale(1,1); 
}
@keyframes sliderPagination {
	100% {
	   transform: scaleX(1);
	   opacity: 1;
   }
}
.mybanner .swiper-pagination-clickable .swiper-pagination-bullet{
	background: unset;
	color: #fff;
	opacity: 0.3;
	margin: 0 1%;
	font-size: 16px;
	width: auto;
	height: auto;
	font-weight: bolder;
}
.mybanner .swiper-pagination-clickable .swiper-pagination-bullet-active{
	opacity: 1;
}
.mybanner .swiper-pagination-clickable .swiper-pagination-bullet{
    opacity: 1;
    position: relative;
    width: 30px;
    height: 3px;
    border-radius: 0;
    margin: 0 4px;
    background-color: rgba(255,255,255,0.3);
    transition: background-color .3s ease;
}
.mybanner .swiper-pagination-clickable .swiper-pagination-bullet::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #004ea1;
    transform: scaleX(0);
    transform-origin: 0 0;
}

.mybanner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active::before{animation: sliderPagination 3s linear forwards}
.mybanner .swiper-pagination-clickable .swiper-pagination-bullet:hover { height: 4px;background-color: #004ea1;}
.mybanner .swiper-slide .slide-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	color: #fff;
	text-align: left;
	padding-left: 14.3%;
}
.mybanner .swiper-slide .slide-content h2{
	font-size: 0.56rem;
	font-weight: bold;
	line-height: 60px;
	text-shadow: 0 2px 10px rgba(0,0,0,.3);
}
.mybanner .swiper-slide .slide-content p{
	font-weight: 100;
	padding: 30px 0 35px;
	font-size: 42px;
	line-height: 56px;
	text-shadow: 0 2px 10px rgba(0,0,0,.3);
}

.mybanner .swiper-pagination-bullet{opacity: 1;}
.mybanner .c-dot{
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 100%;
}
.mybanner .gobox{
	width: 55px;
	height: 55px;
	position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	transition: 0.5s;
}
.mybanner .c-dot .swiper-next{right: 50px;left: unset;}
.mybanner .c-dot .swiper-prev{right: 150px;left: unset;}
.mybanner .gobox span{
	font-size: 30px;
    text-align: center;
    line-height: 55px;
    width: 55px;
	height: 55px;
	color: #fff;
    border: 3px solid transparent;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.mybanner .gobox span:hover{
	color: #004ea1;
	border: 3px solid #004ea1;
}
.mybanner .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;
}


/*case*/
.section.case{background-color: #fff;}
.section.case .dlex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2%;
}

.section.case .navgo a{
	display: block;
	line-height: 4;
	/* color: #fff; */
	font-size: 18px;
	font-weight: bold;
	transition: 0.5s;
}
.section.case .navgo a::before{
	content: "";
	display: inline-block;
    width: 30px;
    height: 3px;
    background-color: transparent;
    transition: 0.5s;
    vertical-align: middle;
    margin-right: 10px;
}
.section.case .navgo a:hover{text-decoration: revert;}
.section.case .navgo a:hover::before{background-color: #da2937;}
.section.case .my_btn{
	margin: 10px 0 0;
	padding: 1.2458%;
	text-align: center;
	border: 1px solid #000;
}
.caselist{
	margin: 0.5rem 0;
	background-color: #fff;
	padding: 16px 10px;
}
.caselist .mycase{
	position: relative;
	overflow: hidden;
	width: 98%;
	margin: auto;
}
.caselist .mycase .casebox{
	position: absolute;
	top: 85%;
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
	transition: 0.5s;
	background-color: rgba(0, 0, 0, 0.4);	
}
.caselist .mycase .casebox h3{
	color: #fff;
	font-size: 22px;
	line-height: 2.5;
	transition: 0.5s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.caselist .mycase:hover .casebox{
	padding-top: 17%;
	top: 0;
	background-color: rgba(206, 27, 34, 0.8);
}
.caselist .mycase .casebox p{
	width: 58px;
	margin: 1% auto 6%;
	border: 1px solid #fff;
}
.caselist .mycase .casebox a{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	border: 1px solid #fff;
	padding: 7px 28px;
	border-radius: 20px;
}


.caselist ul li{margin-bottom: 1.5%;}
.caselist ul li:hover img{
	transform: scale(1.1);
}
.caselist ul li .mycons{
	padding: 8% 11%;
}

.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.5s;
}
.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;
	margin-top: -5px;
	font-size: 42px;
	line-height: 56px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
div.case .c-cn-title::after{
	content: "";
	display: block;
	width: 27%;
	min-width: 120px;
	height: 10px;
	margin: 20px 0;
	background-color: #ce1b22;
}
div.case .c-en-title{
	font-size: 0.45rem;
	color: #113480;
	margin: 0.2rem 0;
}

/* about */
#c-about {
	background: #fff;
	background-image: url(../images/asboutbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#c-about .my_btn{
	margin-top: 8%;
	float: right;
    text-align: center;
}
#c-about .right{overflow: hidden;padding-right: 6%;}
#c-about .c-common-title{display: unset;padding: 0;}
#c-about .c-img-box{
	position: absolute;
    bottom: 0;
    right: 9%;
    max-width: 50%;
}
#c-about .lins{
	position: absolute;
	right: 23%;
	top: 41%;
	width: 1px;
	background-color: #0056ab;
	height: 140px;
}
#c-about .lins span{
	display: inline-block;
	width: 15px;height: 15px;
	background-color: #0056ab;
	border-radius: 50%;
	position: absolute;
    left: -7px;
    top: -11px;
}
#c-about h3{
	line-height: 70px;
	background-image: url(../images/yin.png);
	background-repeat: no-repeat;
	background-size: 70px;
    background-position: right top;
}
#c-about .consdec{
	width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
}

@keyframes scale3{0%{ width: 12px;height: 12px;opacity:.9;}100%{width: 130px;height: 130px;opacity: 0.5;}}
@keyframes scale4{0%{ width: 12px;height: 12px;opacity:.9;}100%{width: 70px;height: 70px;opacity: 0.5;}}
#c-about .lins span::before{
	content: '';
	display: block;
	position: absolute;
    width: 12px;height: 12px;display: block;box-sizing: unset;
	border-radius: 50%;
	border:1px solid rgba(1, 75, 154, .9);
	transform: translate(-50%, -50%);
    left: 50%;
	top: 50%;
	animation: scale3 3s infinite;
}
#c-about .lins span::after{
	content: '';
	display: block;
	position: absolute;
    width: 12px;height: 12px;display: block;box-sizing: unset;
	border-radius: 50%;
	border:1px solid rgba(1, 75, 154, .9);
	animation: scale4 4s infinite;
	transform: translate(-50%, -50%);
    left: 50%;
	top: 50%;
}
.numsgo>div{border-left: 2px solid #CAA05F;}
.numsgo>div p{padding: 0 0 15%;font-size: 16px;}
.numsgo>div span{font-size: 56px;font-weight: bolder;color: #CAA05F;}
.numsgo>div b{font-weight: 400;}




.about .c-cn-title::after{
	content: "";
	display: block;
	width: 27%;
	min-width: 120px;
	height: 10px;
	margin: 20px 0;
	background-color: #ce1b22;
}
.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{
	display: flex;
	margin-top: 20%;
}
.about .c-img-box ul li{
	height: 178px;
	width: 200px;
	margin-right: 7%;
	border: 1px solid #cb0000;
	transition: 0.5s;
	background-color: rgba(206, 27, 34, 0.2);
}
.about .c-img-box ul li:last-child{margin-right: 0;}
.about .c-img-box ul li .c_name{font-size: 0.18rem;font-weight: bold;}
.about .c-container{padding: 0 2.7rem;}
.about .c-img-box a{
	color: #fff;
	font-size: 30px;
	display: block;
	padding: 23% 0;
	font-weight: bold;
	transition: 0.5s;
}
.about .c-img-box ul li:hover{
	color: #fff;
	transform: translateY(-10px);
	background-color: rgba(206, 27, 34, 0.8);
}
.about .c-img-box ul li:hover span{color: #fff;}
#c-about .c-left-box .c-img-box img{max-width: 100%;}





.oallnice{width: 1200px;max-width: 100%;}
.oallnice .whatdogo{overflow: visible;}
.imgbox{overflow: hidden;}
.imgbox img{max-width: 100%;transition: 0.5s;}
.imgbox:hover img{transform: scale(1.1);}
.whatbtn .gobox{
	width: 70px;
	height: 60px;
	border: 1px solid rgba(255,255,255,0.4);
	background-size: auto;
	transition: 0.5s;
}
.whatbtn .swiper-button-next{	
	right: 0%;
	background-image: url(../images/bango3.png);
}
.whatbtn .swiper-button-prev{
	left: 88.4%;
	background-image: url(../images/bango2.png);
}
.whatbtn .gobox:hover{
	transform: rotateY(45deg);
	background-color: rgba(206, 27, 34, 1);
	border: 1px solid rgba(206, 27, 34, 1);
}
.whatbtn .swiper-pagination{
	width: 400px;
	left: 50%;
	transform: translateX(-50%);
}
.whatbtn .swiper-pagination .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	border: 1px solid #fff;
	border-radius: 50%;
	opacity: 1;
	margin: 0 5%;
	background-color: transparent;
}
.whatbtn .swiper-pagination .swiper-pagination-bullet-active{
	border: 1px solid #ce1b22;
	background-color: #ce1b22;
}

.whatbtn .my_btn{width: 160px;display: inline-block;}


@media (min-width: 1175px) {}
/* 产品 */
.goodslist h2{
	color: #051424;
	font-size: 28px;
	font-weight: bolder;
	line-height: 2;
}
.goodslist .inners>p{opacity: 0.8;}
.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;
}

.goodslist .box .aksinfo p{
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	line-height: 3;
}
.goodslist .box:hover .aksinfo{
	height: 100%;
	opacity: 1;
}
.goodslist .inners{
	padding: 2% 0 1%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2%;
}
.goodslist .inners ul{overflow: hidden;margin: 1.5% 0;}
.goodslist .inners ul li{float: left;width: 25%;}
.goodslist .inners ul li .imgbox{
	height: 316px;
	text-align: center;
	border: 1px solid #FFECCE;
}
.goodslist .inners ul li .probox{
	display: block;
	width: 92%;
	position: relative;
	margin-bottom: 6%;
}
.goodslist .inners ul li .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.goodslist .inners ul li h3{
	line-height: 2.5;
	text-align: center;
	padding: 1% 5px;
	color: #222;
	font-size: 16px;
	font-weight: bold;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.goodslist .inners ul li .h3{
	text-align: center;margin: 0;
	padding-bottom: 30px;
	width: 100%;
	color: #000;
	overflow: hidden;
	transition: 0.5s;
}
.goodslist .inners ul li .h3 p{
	opacity: 0.6;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: justify;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.goodslist .inners ul li .h3 a{
	display: inline-block;
	width: 40%;
	margin: 2%;
	border:1px solid #004f95;
	border-radius: 7px;
	line-height: 40px;
	color: #000;
	background-color: #fff;
	font-size: 16px;
}
.goodslist .inners ul li .h3 .more{
	color: #222;
	border-radius: 0;
	transition: 0.5s;
	border: 1px solid #ddd;
}
.goodslist .inners ul li:hover .h3{
	color: #BF9045;
}
.goodslist .inners ul li:hover .more{
	color: #fff;
	background-color: #BF9045;
}



.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;
}

/*product*/
.myprod{
	/* position: relative;
	overflow: hidden; */
}
.myprod .visib8 .swiper-slide{zoom: 0;}
.myprod .visib8 .swiper-slide-active{zoom: 1;}
.myprod .gallery-thumbs .swiper-slide{zoom: 0;}
.myprod .gallery-thumbs .swiper-slide-active{zoom: 1;}

.myprod .gallery-thumbs .swiper-slide img{
	max-height: 600px;
	margin: 2%;
	display: inline-block;
}
.myprod .tit>p{font-size: 36px;line-height: 1.3;}
.myprod .tit>p::after{display: none;}
.myprod .tit>h3{font-size: 16px;line-height: 30px;}
.myprod .navtiagn{
	width: 100%;
	padding: 10%;
	margin-top: 53%;
    overflow: hidden;
    position: relative;
}
.myprod .c-common-title .c-text{
	width: 100%;
	color: #393939;
}
.myprod .swiper-pagination-bullet{
	background-color: #a2a2a2;
	margin: 0 2.5px;
}
.myprod .swiper-pagination-bullet-active{background-color: #ed3333;}
.myprod .swiper-button-next{right: 10px;}
.myprod .swiper-button-prev, .myprod .swiper-button-next{
	background-image: none;
	width: 50px;
	height: 50px;
	line-height: 32px;
	font-size: 30px;
	font-family:  monospace;
	padding: 10px;
	color: #2a333a;
	background-color: #a2a2a2;
	text-align: center;
	border-radius: 50%;
}
.myprod .swiper-button-prev{background-color: #ed3333;}
.myprod .swiper-button-next:hover{background-color: #ed3333;}
.myprod .swiper-pagination{left: 23%;}
.myprod .gallery-uls{
	position: relative;
	z-index: 0;
	width: 88%;
	margin-left: 0;
	/* margin-top: 10%; */
}

.myprod .gallery-uls .my_btn{
	margin: unset;
	border: 1px solid #CAA05F;
	width: 94px;
	height: 94px;
	padding: 4%;
    margin-bottom: 5%;
}
.myprod .content-slide .consdec{
	color: #222;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.myprod .thispro a{
	font-size: 16px;color: #2a333a;
	transition: 0.5s;
	display: block;line-height: 35px;
	position: relative;
}
.myprod .thispro a::before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	vertical-align: middle;
	border: 1px solid #999;
	margin-right: 2%;
}
.myprod .thispro a:hover{
	margin-left: 3%;
	color: #004ea1;
}
.myprod .thispro a:hover::before{border: 1px solid #004ea1;}
.myprod .gallery-uls .imgbox{
	text-align: center;
	padding: 9%;
	margin-top: 11%;
}
.zyhome .product{
	color: #2a333a;
	background-image: url(../images/index_probg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.prolistimg{overflow: hidden;}
.prolistimg li{float: left;width: 22%; cursor: pointer;text-align: center;margin-right: 1.5%;}
.prolistimg li:last-child{margin-right: 0;}
.prolistimg li img{width: 160px;height: 160px;display: inline-block;object-fit: contain;}
.prolistimg li p{font-size: 14px;color: #222;margin-top: 6%; transition: 0.3s;}
.prolistimg li.on p{color: #CAA05F;}
.prolistimg li:hover p{color: #CAA05F;}



.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 .tabs .active span,.sul .tabs .active a{
	color: #ed3333;
}
/*message*/
#formData{
	font-size: 15px;
	overflow: hidden;
	margin: 2% 0;
}
#formData input{
	display: block;
    width: 100%;
    padding: 10px;
	height: 60px;
	color: #757575;
	line-height: 60px;
	background-color: transparent;
    border: 1px solid #d5d5d5;
}
#formData textarea{
	background-color: #fff;
    display: inline-block;
    padding: 8px;
	margin-bottom: 1.5%;
    color: #757575;
	width: 98.3%;
	background-color: transparent;
   	border: none;
   	border: 1px solid #d5d5d5;
}

#formData .firsinfo input{
	width: 95%;
	margin-bottom: 5%;
}
#formData .submit{
    font-size: 15px;
    color: #fff;
	padding: 14px 7%;
    display: inline-block;
    position: relative;
    background-color: #004ea1;
    z-index: 0;
    transition: 0.5s;
}
#formData .code input{
	height: 49px;
	width: 50%;
	display: inline-block;
	border: none;
	background-color: #dfdfdf;
}
#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: #da2937;
}
#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;}
.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.5s;
}
.honormore .mores:hover span{
	background-color: #d50000;
    transform: rotate(360deg);
}
.cbuildingkeys{font-size: 0.2rem;}
.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;
}

.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;
}
/*sjmeaasge*/
.conpage{position: relative;}
.conpage::after{
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: -1;
	padding-bottom: 55%;
	background: #F6F6F6;
}
.sjmeaasge #formData p{
	font-size: 16px;
	color: #222;
	line-height: 2;
	margin-bottom: 1%;
}
.sjmeaasge #formData input{
	background-image: url(../images/bianji.png);
	background-repeat: no-repeat;
	background-position: 0% center;
	background-size: 57px;
	background-color: #fff;
    padding-left: 8%;
}
.sjmeaasge #formData .name{background-image: url(../images/nidexingming.png);}
.sjmeaasge #formData .tel{background-image: url(../images/lianxidianhua.png);background-size: 48px;}
.sjmeaasge #formData .email{background-image: url(../images/nideyouxiang.png);background-size: 42px;background-position-x: 8px;}
.sjmeaasge #formData .address{background-image: url(../images/lianxidizhi.png);background-size: 48px;}

.sjmeaasge #formData textarea{
	width: 100%;
	background-image: url(../images/bianji.png);
	background-repeat: no-repeat;
	background-position: 0% -14%;
	background-size: 57px;
	background-color: #fff;
    padding-left: 4%;
}
.sjmeaasge #formData .right p{text-indent: 3em;}
.sjmeaasge #formData .right input{margin-left: 5%;}
.sjmeaasge #formData .code input{
	background-image: unset;
	width: 170px;
	height: 60px;
	padding-left: 10px;
}
.sjmeaasge #formData .code .verify{
	display: inline-block;
	vertical-align: top;
}
.sjmeaasge #formData .code .verify img{
	height: 60px;
}
.sjmeaasge #formData .submit{
	float: right;
	margin-top: 8%;
	padding: 19.5px 20%;
	font-size: 17px;
	background-color: #BF9045;
}




.sjmeaasge .tips{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin: 5% 0;
	width: 370px;
	max-width: 100%;
}
.sjmeaasge .tels{
	font-size: 16px;
	color: #666;
	line-height: 3;
}






.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.5s;
}
.sjcaselist .boximg:hover p {
	color: #fff;
	background-color: #113480;
}
.sjnav{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 22px;
	text-align: center;
}
/*map*/
.map{
	background-color: #d5d5d5;
}
/*客户案例*/

.case .c-container .c-common-title{
	display: block;
	margin: 8% 0 2% 0;
	padding-right: 2.5rem;
}
.oallnice .whatdogo .swiper-slide{
	padding: 1% 2% 8%;
	border-left: 1px solid rgba(199, 199, 199, 0.3);
}
.oallnice .whatdogo .swiper-slide img{
	width: 100%;
	height: 182px;
	object-fit: cover;
}
.case .mywork{
    width: 100%;
	overflow: hidden;
}
.case .time{
	opacity: 0.5;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	font-size: 14px;
	color: #222222;
}
.case .cons{
	opacity: 0.5;
	color: #222;
	font-size: 15px;
	margin-top: 10px;
	overflow: hidden;
	line-height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case .whatdogo .dobox h3{
	color: #222;
	font-size: 18px;
	height: 60px;
	transition: 0.5s;
	overflow: hidden;
	line-height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.case .whatdogo .dobox h3::after{
	/* content: "";
	display: block;
	width: 30%;
	height: 2px;
	background-color: #CAA05F;
	margin-top: 12px;
	margin-bottom: 6px; */
}
.case .dobox .cons::before{
	content: "";
	display: block;
	width: 30%;
	height: 2px;
	background-color: #CAA05F;
	margin-top: 8px;
	margin-bottom: 6px;
}


.case .dobox .cons{
	/* height: 150px; */
	line-height: 30px;
	margin-bottom: 15%;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.case .newsone{width: 93.5%;}
.case .newsone h3{
	color: #222;
	font-size: 18px;
	overflow: hidden;
	line-height: 40px;
	margin-top: 10px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.case .newsone .time{margin-top: 5%;}
.case .newsone:hover h3{color: #CAA05F;}



.case .whatdogo .dobox{height: 50vh;}
.case .whatdogo .dobox .my_btn{
	width: 120px;
	height: 40px;
	border: 1px solid #ddd;
	display: block;
	border-radius: 0;

    padding: 0 10px;
    color: #222;
    line-height: 35px;
    font-size: 15px;
    overflow: hidden;
    transition: 0.5s;
    background-image: none;
    background: unset;
}
.case .whatdogo .dobox:hover .my_btn{
	background-color: #CAA05F;
	color: #fff;
}
.case .whatdogo .dobox .iconfont{
	font-size: 21px;
    line-height: 1;
    vertical-align: middle;
    margin-left: 10%;
    transform: translateY(-1px);
    display: inline-block;
}
.case .whatdogo .dobox .time1{
	font-size: 55px;
    color: #014b9a;
    font-weight: bold;
    line-height: 1;
    margin: unset;
    font-family: fantasy;
}
.case .whatdogo .dobox p{line-height: 2.5;}
.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;
}
.case span{transition: 0.5s;}
.case .c-common-title .more:hover span{margin-left: 15%;}
.case .whatbtn{margin: 5% 0 2% 0;padding: 25px;}

/*indexmsg*/
.indexmsg{
	background-image: url(../images/indexmsg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.indexmsg .tit>p{color: #fff;}
.indexmsg .tit>h3{color: #fff;line-height: 48px;margin-top: 0;}
.indexmsg .indexmsgcard{padding-top: 5%;}
.indexmsg .indexmsgcard .my_btn{
	margin: unset;
	padding: 2.34%;
	color: #EED6B0;
	margin-top: 2.4%;
}
.indexmsg .indexmsgcard .advbox{color: #fff;}
.indexmsg .indexmsgcard .item{
	display: flex;
	align-items: center;
}
.indexmsg .indexmsgcard .item .icon{
	font-size: 50px;
	display: inline-block;
	width: 25%;
	text-align: center;
	opacity: 0.6;
	transition: 0.3s;
}
.indexmsg .indexmsgcard .item .info{
	opacity: 0.6;
	padding: 19px 45px 19px 10px;
	transition: 0.3s;
}
.indexmsg .indexmsgcard .item .info h4{
	font-size: 20px;
	margin-bottom: 15px;
}
.indexmsg .indexmsgcard .item .info p{
	font-size: 16px;
	width: 85%;
    line-height: 24px;
    letter-spacing: 1px;
}
.indexmsg .indexmsgcard .item:last-child .icon{
	font-weight: 700;
}
.indexmsg .indexmsgcard .item.on{background-image: linear-gradient(270deg, #eed6b000 0%, #fff1dc78 99%);}
.indexmsg .indexmsgcard .item.on .icon{opacity: 1;}
.indexmsg .indexmsgcard .item.on .info{opacity: 1;}
.indexmsg .caseone{overflow: hidden;margin-top: 11%;display: none;}
.indexmsg .caseone.ons{
	display: block;
	/* visibility: visible!important; */
}



.indexmsg .casetwo{
	overflow: hidden;
	padding-left: 89px;
	margin-top: -10.6%;
}
.indexmsg li{
	width: 31%;
	margin: 0 1%;
	float: left;
	font-size: 20px;
	padding: 6% 3%;
	text-align: center;
	opacity: 0.8;
	font-weight: lighter;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.indexmsg li:nth-child(2){margin-top: 32%;}

.indexmsg li span{
    color: #fff;
    font-size: 76px;
    display: inline-block;
    line-height: 64px;
    height: 90px;
}
.indexmsg li p{
	color: #fff;
	margin-top: 12px;
}

.indexmsg #formData{
	font-size: 15px;
	color: #fff;
	margin-top: 8%;
}
.indexmsg #formData input{
	width: 95%;
	color: #fff;
	border-radius: 15px;
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.2);
	border: 1px solid #fff;
}
.indexmsg #formData .code input{width: 50%;}
.indexmsg #formData textarea{
	width: 97%;
	color: #fff;
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.2);
	border: 1px solid #fff;
	background-color: transparent;
}
.indexmsg .names{margin-bottom: 20px;}
.contacts .sjmeaasge .verify{
	display: inline-block;
	vertical-align: middle;
}
.contacts .sjmeaasge .verify img{height: 50px;}
.indexmsg .verify{
	float: right;
	width: 47%;
}
.indexmsg .verify img{
	width: 100%;
	height: 60px;
	object-fit: cover;
}
.indexmsg input::-webkit-input-placeholder,.indexmsg textarea::-webkit-input-placeholder{
	color: #fff;
}
.indexmsg .subtn{
	overflow: hidden;margin-bottom: 0;
	display: flex;
}
.indexmsg .subtn p{
	width: 50%;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #da2937;
	line-height: 50px;
}


/*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 2.7rem;
}
.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.5s;
}
.news .c-l-box .more:hover{
	background-color: #cb0000;
	border-color: #cb0000;
}
.news .imgbox .c-fl{
	max-width: 83%;
}
.news .newcard .imgbox{
	width: 95%;
	margin-left: 5%;
	transition: all 0.5s;
	border-bottom: 1px solid #e3e3e3;
	background-color: #fff;
	background-image: url(../images/fff.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.news .newcard .imgbox a{
	color: #fff;
}
.news .newinfos{
	padding: 0.4rem 0.48rem;
}
.news .newinfos .c-name h6{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
.news .newinfos .times{
	color: #5f5f5f;
	margin-bottom: 0.35rem;
}


.news .newsimg{
	overflow: hidden;
}
.news .newsimg img{
	width: 100%;
    height: 36vh;
    object-fit: cover;
	transition: 0.5s;
}
.news .newcard .imgbox:hover img{
	transform: scale(1.1);
}
.news .newsfirs{
	margin-bottom: 0.25rem;
}
.news .newcard .col-md-6:nth-child(2n) .imgbox{
	float: right;
}
.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;
}
.c_news{

}
.c_news .combox{padding: 2% 0;}

.c_ywfg .combox{
	background-image: url(../images/ywfgbg.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	padding: 0.5rem 3rem 0.8rem;
}
/* lingyu */
.lingyu .innerbox{
	padding: 10%;
    width: 95%;
	margin: 0 auto 5%;
	background-color: #f7f7f7;
}
.lingyu .innerbox h3{
	color: #2a333a;
	font-size: 30px;
	line-height: 60px;
}
.lingyu .flex{
	justify-content: space-between;
}
.lingyu .innerbox .flex .icon{
	font-size: 49px;
	color: #004ea1;
}
.lingyu .innerbox .innercons{
	font-size: 16px;
	opacity: 0.8;
	height: 100px;
	padding: 2% 0;
}
.lingyu .more{
    display: block;
    width: 150px;
    border: 1px solid #d0d0d0;
    border-radius: 27px;
    line-height: 25px;
    font-size: 15px;
    padding: 2% 5%;
    color: #2a333a;
    font-weight: bold;
	overflow: hidden;
	transition: 0.5s;
}
.lingyu .more span{
	float: right;
	font-size: 20px;
}
.lingyu .innerbox:hover .more{
	color: #004ea1;
	border: 1px solid #004ea1;
}



/*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.5s;
}
.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.5s;
}
.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.5s;
}
.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.5s;
}
.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.5s;
	border-radius: 50%;
	transition: 0.5s;
	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{
	color: #051424;
	text-align: center;
	background-color:#f6f6f6;
	transition: 0.5s;
}
.cxinfo h5{
	font-size: 20px;
	font-weight: 400;
	line-height: 3;
}
.combox .tuiswiper .swiper-slide:hover .cxinfo{
	color: #fff;
	background-color: #004ea1;
}
.lyzyc{
	position: relative;
    height: auto;
    overflow: hidden;
    clear: both;
}
.lyzyc>.combox{

}



/*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.5s;
	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;
}
.newcard{
	border-top: 1px solid #e3e3e3;
}
.newcard h6{
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0.35rem;
	color: #061f58;
	transition: all 0.3s;
}
.newcard .info{
	line-height: 1.7;
	font-size: 15px;
	height: 75px;
	color: #5f5f5f;
	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;
}

.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;
}
/*footer*/
.disline{
	vertical-align: middle;
	display: inline-block;
}
.footnav{overflow: hidden;}
.footnav li{
	/* width: 16.6%;
	float: left;
	text-align: left; */
	text-align: center;
    margin: 0 2%;
    display: inline-block;
    vertical-align: top;
}

.footer{
	font-size: 14px;
	position: relative;
	color: #fff;
	background-color: #222;
}
.footer .c-container{
	padding: 0 2.7rem;
}
.footer .flink{
	color: #fff;
	font-size: 15px;
}
.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;
}
.telbox .fenx{margin-top: 20px;}
.telbox .fenx .item{
	display: inline-block;
	margin: 0 2%;
	vertical-align: middle;
	position: relative;
}
.telbox .fenx .item svg{transform: translate(0,1px);}
.telbox .fenx span{color: #c39957;font-size: 59px;}
.telbox .fenx img{
	position: absolute;
    bottom: 138%;
    left: 70%;
    transform: translateX(-50%) scale(1);
	opacity: 0;
	width: 0;
    transition: 0.3s;
}
.telbox .fenx .item:hover{
	filter: brightness(2);
}
.telbox .fenx .item:hover img{
	width: auto;
	max-width: 150px;
    left: 50%;
	opacity: 1;
}
.footer .telbox .icon{
	color: #B6B6B6;
	font-size: 40px;
}
.footer a:hover{color: #fff;}
.footer .backtop{
	cursor: pointer;
	text-align: center;
	background-color: #ed3333;
	padding: 10px 0.2rem;
}
.footer .weballinfo{
	color: #fff;
}
.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;
}
.footer .flogo .code{
	margin-right: 10%;
	text-align: right;
}
.footer .flogo .code .h2{text-align: right;}
.footer .flogo .code p{
	padding-left: 10px;
	margin-top: 20%;
}
.footer .weballinfo .col-md-8 .row>p{
	font-size: 16px;
}

.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 .addinfo{
	font-size: 16px;
    line-height: 35px;
    transition: 0.5s;
    display: block;
    color: #888;
    white-space: nowrap;
    transition: 0.5s;
}
.footer .weballinfo .code{
	text-align: right;
}
.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: #888;
	transition: all 0.3s;
}
.footer .copyright a:hover{color: #ed3333;}
.footer .flogo{
	padding: 0.5rem 0 0.2rem 0;
}
.max8{
	padding-bottom: 15px;
	border-bottom: 1px solid #434040;
}

.footer .weballinfo{color: #888;}
.footer .weballinfo a{color: #888;}

.footer .flogo .fnavs{
	text-align: right;
	line-height: 4;
}
.footer .flogo .h2{
	font-size: 20px;
	/* font-weight: bold; */
	color: #fff;
	text-align: left;
	display: block;
	margin-bottom: 15%;
	line-height: 35px;
}
.footer .flogo a{
	font-size: 16px;
    line-height: 35px;
    transition: 0.5s;
	display: block;
	color: #888;
	white-space: nowrap;
	transition: 0.5s;
}
.footer .flogo a:hover{
	color: #fff;
}
.footer .telbox .h2{
	margin-top: 0;
	font-size: 28px;
	margin-bottom: 12px;
}



.footer .telbox{
	font-size: 18px;
	text-align: left;
}
.footer .telbox p{line-height: 2;}

.footer .weballinfo .task .tel{
	font-size: 42px;
	font-weight: bold;
	color: rgba(206, 27, 34, 1);
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.footer .c-rightinfo{
	padding-top: 0.1rem;
	color: #999;
	border-left: 1px solid #555d69;
	padding-left: 10%;
}
.footer .c-rightinfo a{
	font-size: 0.16rem;
	color: #fff;
	display: inline-block;
	width: 24%;
	text-align: center;
	padding: 0.15rem 0;
}
.footer .copy{
	font-size: 14px;
	line-height: 30px;
	padding: 20px 0;
	display: flex;
    justify-content: space-between;
}
.footer .copy a{
	color: #fff;
	transition: 0.5s;
}
.footer .copy a:hover{
	color: rgba(206, 27, 34, 0.8);
}
.mz{font-size: 11px;}









/*index_left_nav*/
/*
#fp-nav.left{left: 0;}
#fp-nav ul li{
	margin: 0px 0px;
	width: 116px;
	height: auto;
	transition: 0.5s;
}
#fp-nav ul li a{
	margin-bottom: 0px;
	background-image: url(../images/leftnav.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: -116px;
	color: #fff;
	font-size: 20px;
	transition: 0.5s;
	filter: brightness(0.6);
	padding: 15.5px 0 15.5px 50px;
}
#fp-nav ul li a::before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 7px;
	transition: 0.5s;
	background-color: #fff;
}
#fp-nav ul li a span{
	font-weight: bold;
	display: inline-block;
    vertical-align: text-bottom;
}
#fp-nav ul li a.active{
	filter: brightness(1);
	background-position: 0px;
}
#fp-nav ul li a:hover{
	filter: brightness(1);
	background-position: 0px;
}
*/


#fp-nav.left{right: -27px;left: unset;}
#fp-nav ul li{
	margin: 6px 0px;
	width: 116px;
	height: auto;
	transition: 0.5s;
}
#fp-nav ul li a{
	width: 200px;color: transparent;
	box-shadow:unset;
	opacity: 0.5;
	transition: 0.3s;
}
#fp-nav ul li a span::after{
	content: "";
	width: 44%;
    height: 1px;
    background-color: #004f95;
    display: inline-block;
    margin-left: 14px;
	vertical-align: middle;
	box-shadow: 1px 1px 1px #061f58;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
	width: 100%;
	height: 100%;
	margin: -6px 0 0 -17px;
	border-radius: 100%;
	transition: all 0.3s;
}
#fp-nav ul li a.active{
	color: #004f95;
	opacity: 1;
}
#fp-nav ul li a.active span{
	text-shadow: 1px 1px 1px #061f58;
}
#fp-nav ul li a:hover{
	color: #004f95;
	opacity: 1;
}



.tit>p{
	font-size: 18px;
    color: #000;
    line-height: 1rem;
}
.tit>p::after{
	content: "";
	display: inline-block;
	margin-left: 20px;
	width: 20px;
	height: 3px;
	vertical-align: middle;
	background-color: #004ea1;
}
.tit>h3{
	font-size: 36px;
    color: #222;
    margin-bottom: 5%;
	margin-top: 5%;
	display: inline-block;

}
.tit>.consdec{
    font-size: 15px;
    color: #7e7e7e;
    line-height: 35px;
    margin-bottom: 5%;
}
/*goods*/
#goods .c-goodsinfo{position: relative;z-index: 2;}
#goods.goodsinfo .c-goodsinfo{padding-bottom: 0.4rem;}
#probox{margin-top: 16%;background-color: #fff;}
#probox{padding: 100px 100px 50px;}
.prodetail{margin-top: 5%;}


.prodetail img{max-width: 100%;}
.goodview>h3{
	font-size: 36px;
	font-weight: bold;
	color: #2a333a;
	margin-bottom: 2%;
}
.goodview .gallery-top{

}

.goodview>h3 span{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	background-color: #0063bb;
	border-radius: 7px;
	vertical-align: middle;
}
.goodview .pro-detail{
	color: #000;
	text-align: left;
}
.goodview .pro-detail h3{
	color:#333;
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 0.19rem;
}
.goodview .pro-detail .cs{
	font-size: 16px;
	color: #666;
	line-height: 38px;
	margin-bottom: 5%;
}
.goodview .messmuch .ask{
	color: #fff;
	font-size: 18px;
	display: inline-block;
	padding: 0.15rem 0.6rem;
	margin-top: 0.39rem;
	margin-right: 0.22rem;
	border-radius: 8px;
	background-color: #ed3333;
	transition: 0.5s;
}
.goodview .messmuch .tel{
	font-size: 28px;
	font-weight: bold;
	color:#e62129;
	line-height: 1.2;
}
.goodview .messmuch .asktel{
	color: rgb(92, 89, 89);
	padding: 0.15rem 0.3rem;
	background-color: #fff;
	border: 1px solid #d5d5d5;
}
.goodview .messmuch .ask:hover{transform: translateY(-10px);}
.proinfo .proinfobox{
	max-width: 100%;
	margin: 40px auto;
}
#probox .goodcard{margin-top: 5%;}
.proinfobox .combox .tui{margin-top: 3%;}

.proinfobox .ccc{
	padding-right: 12%;
	padding-right: 3%;
	position: relative;
	position: absolute;
	width: 100%;
	/* height: 100%; */
	width: 25%;
	display: block;

}
.proinfobox .ccc .list{
	background-color: #f7f7f7;
	padding: 15px 9%;
	text-align: center;
	width: 350px;
}
.proinfobox .ccc .list h4{
	font-size: 24px;
	line-height: 3;
}
.proinfobox .ccc .list a{
	width: 100%;
	display: block;
	background-color: #fff;
	padding: 8px;
	line-height: 32px;
	font-size: 15px;
	color: #353535;
	margin-bottom: 4%;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.5s;
}
.proinfobox .ccc .list ul li:hover a{color: #004ea1;}
.proinfobox .ccc .list ul{margin-bottom: 4%;}
.proinfobox .ccc .list>p{
	margin-top: -2%;
	font-size: 14px;color: #999;
	margin-bottom: 1%;
}
.proinfobox .list .tel{
	font-size: 20px;
    font-family: fantasy;
    margin-bottom: 2%;
    line-height: 50px;
}
.proinfobox .list .tel span{
	color: #fff;display: inline-block;width: 25px;height: 25px;
	text-align: center;line-height: 21px;padding: 2px;
	vertical-align: middle;
	background-color: #dc0000;border-radius: 50%;border-radius: 50%;
}
.proinfobox .ccc .bfixed{
    position: fixed;
    top: 0;
	margin: 0;
	padding: 15px 1.5%;
}
.proinfobox .ccc.abs{
	bottom: 0;
}



.goodcard ul li{
	float: left;
	font-size: 24px;
	width: 9.6%;
	color: #5c5c5c;
	line-height: normal;
	text-align: center;
	border-radius: 15px;
	padding: 2% 0;
	margin-right: 5%;
	border: 2px solid #5c5c5c;
	transition: 0.5s;
}
.goodcard ul li:last-child{
	margin-right: 0;
}
.goodcard ul li span{
	font-size: 60px;
}
.goodcard ul li:hover{
	color: #fff;
	transform: translateY(-10px);
	border: 2px solid #ce1b22;
	background-color: rgba(206, 27, 34, 0.8);
}
.prodetail .catename{
	background: #dddddd url(../images/procon1.jpg) left center no-repeat;
	color: #333333;
	font-size: 24px;
	line-height: 50px;
	text-transform: uppercase;
}
.prodetail .catename .tit{
	color: #fff;
	width: 200px;
	text-align: center;
	margin-right: 10px;
	border-right: 3px solid #fff;
}
.prodetail .consbox{
	margin: 50px 0;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.prodetail .consbox .text{
	padding-left: 8%;
}
.prodetail .adds{
	width: 98%;
	margin: auto;
}
.prodetail .comsimg{padding-bottom: 50px;}
.prodetail .comsimg .adds .imgbox{margin-bottom: 0;}
.prodetail .comsimg .imgbox img{
	width: 100%;
	height: 325px;
	object-fit: cover;
}
.prodetail .comsimg h5{
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;


	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #004ea1;
}
.prodetail .tablecons{padding: 20px;}
.prodetail .tablecons table{width: 100%!important;}
.prodetail .sixsercer{margin: 50px auto;}
.prodetail .sixsercer .imgbox img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.prodetail .sixsercer h5{
	text-align: center;
	font-size: 24px;
	color: #333;
	line-height: 2.5;
	background-color: #f1f1f1;
}
.prodetail .titname{margin-bottom: 2%;}
.prodetail .titname h3{
	font-size: 20px;
	font-weight: bold;
	color: #2a333a;
	line-height: 2;
	position: relative;
}
.prodetail .titname h3::before{
	content: "";
	width: 41.8%;
	position: absolute;
	left: 0;
	padding-bottom: 2.9%;
	
	background-image: url(../images/goline.png);
	background-position: center;
    background-repeat: repeat-x;
}
.prodetail .titname h3::after{
	content: "";
	width: 41.8%;
	position: absolute;
	right: 0;
	padding-bottom: 2.9%;
	background-image: url(../images/goline.png);
	background-position: center;
    background-repeat: repeat-x;
}




.prodetail .eee{margin: 0;background-color: #e7ebf4;}
.infoly{overflow: hidden;}
.infoly li{float: left;width: 20%;}
.infoly li a{
	display: block;border-right: 2px solid #f7f7f7;
	border-bottom: 2px solid #f7f7f7;
	background-color: #e7ebf4;
	padding: 15% 5%;text-align: center;
	font-size: 16px;color: #7c7c7c;
	line-height: 35px;
	transition: 0.5s;
	height: 137px;
}
.infoly li:last-child a span{margin-top: 18px;}
.infoly li a span{
	font-size: 32px;color: #004ea1;
	display: inline-block;height: 40px;
	font-weight: bold;
	transition: 0.5s;
}
.infoly li a p{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.infoly li a:hover{color: #004ea1;}
.infoly li a:hover span{transform: rotateY(180deg);}
.combox .tuiswiper{padding: 3% 0;background-color: #fff;}
.combox .tuiswiper img{width: 100%;}
.combox .tuiswiper .swiper-wrapper{padding-bottom: 5%;}
.combox .tuiswiper .swiper-scrollbar-drag{background-color: rgba(206, 27, 34, 0.8);}
.combox .tuiswiper .swiper-container-horizontal>.swiper-scrollbar{
	width: 50%;
	bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
}
.combox .tuiswiper .pull-right{transform: rotate(180deg);}
.combox .tuiswiper .icon{
	margin-left: 18%;
	font-size: 30px;
    display: inline-block;
    vertical-align: bottom;
}
.combox .tuiswiper .pull-right{margin-right: 18%;}
.promsg{margin-top: 5%;}
.navname{
	display: inline-block;
	line-height: 57px;	
}
.navname a{
	display: inline-block;
	padding: 0 0.33rem;
	color: #333333;
	font-size: 17px;
	transition: 0.5s;
}
.navname:hover a{
	color: #fff;
	background-color: #ce1b22;
}
.navname.active a{
	color: #fff;
	background-color: #ce1b22;
}
.c-crumbs{
	color: #fff;
	line-height: 4;
	font-size: 14px;
	text-align: left;
}
.c-crumbs a{
	color: #fff;
	display: inline-block;
	margin: 0 9px;
	transition: all 0.3s;
}
.c-crumbs a:hover{color: #BF9045;}

.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;
}
.yftit{
	text-align: center;
	font-size: 38px;
	font-weight: bolder;
	line-height: 2;
}
.yfbox{
	overflow: hidden;
}
.yfbox li{
	float: left;
	width: 20%;
	padding-top: 6%;
	transition: 0.5s;
}
.yfbox li:hover{
	transform: translateY(-10px);
}
.yfbox li .box{
	width: 95%;
	margin: 0 auto 5%;
	background-color: #004ea1;
	padding: 5% 8% 12%;
	color: #fff;
	border-radius: 20px;
	text-align: center;
}
.yfbox li .box span{
	display: block;
	width: 110px;
	height: 110px;
	line-height: 110px;
	text-align: center;
	font-size: 50px;
	border-radius: 50%;
	box-shadow: 0 0 10px #0667bd;
	background-color: #fff;
	color: #004ea1;
	margin: -28% auto 5%;
}
.yfbox li .box h5{
	font-size: 24px;
	font-weight: bolder;
	line-height: 3;
	line-height: 35px;
	height: 70px;

	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	
}
.yfbox li .box>p{
	font-size: 16px;
	line-height: 35px;
	height: 100px;
}




#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.42rem;
	color: #333;
	line-height: 2;
	margin-top: -3.2%;
}
#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*/
.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 */

/* goodview */
.goodview .gallery-top .swiper-slide{
	padding-bottom: 80%;
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
	cursor: grab;
	border: 1px solid #FFECCE;
}
.goodview .gallery-thumbs .swiper-slide{
	margin-top: 15px;
	padding-bottom: 19%;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	cursor: grab;
	border: 1px solid #dedede;
	background-color: #1f2533;
	border-radius: 3px;
}
.goodview .gallery-thumbs .swiper-slide-thumb-active{border: 1px solid #FFECCE;}
.goodview .probox{padding-left: 7%;}
.goodview .probox h3{font-size: 0.36rem;color: #BF9045;font-weight: bold;}
.goodview .probox .cons{
	font-size: 16px;
	color: #222;
	line-height: 30px;
	margin-top: 5%;
}
.goodview .probox .cons::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 7%;
	margin-bottom: 5%;
	background-color: #ccc;
}
.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;}
.goodcard{margin: 3% 0 4%;}
.goodcard a{
	font-size: 16px;
	color: #222;
	display: inline-block;
	border: 1px solid #222;
	transition: .3s;
	padding: 0 4% 0 0;
	white-space: nowrap;
	margin-right: 5%;
	transition: 0.5s;
}
.goodcard a span{
	display: inline-block;
	font-size: 50px;
	color: #fff;
	width: 60px;
	background-color: #222;
	line-height: 60px;
	text-align: center;
	font-weight: 100;
	vertical-align: middle;
	margin-right: 6%;
	transition: 0.5s;
}
.goodcard a:hover{border: 1px solid #BF9045;}
.goodcard a:hover span{background-color: #BF9045;}





.c-goodsinfo .goodsboxsize{
	line-height: 5.2;
	font-size: 22px;
}
.c-goodsinfo .goodsboxsize a{
	color: #3a3a3a;
	padding: 0 0.2rem;
	white-space: nowrap;
	transition: all 0.3s;
	display: inline-block;
	border-bottom:5px solid #fff;
}
.c-goodsinfo .goodsboxsize{background-color: #fff;}
.c-goodsinfo .goodsboxsize .md{
	padding: 0 3rem;
	display: flex;
}
.c-goodsinfo .goodsboxsize a:hover{
	font-weight: 600;
	color: #061f58;
	border-bottom:5px solid #ed3333;
}
.c-goodsinfo .goodsboxsize a.active{
	font-weight: 600;
	color: #061f58;
	border-bottom:5px solid #ed3333;
}
.prodefault{
	margin-left: 0.25rem;
	padding: 0.15rem 0.35rem 0.7rem;
	background-color: #fff;
	color: #000;
	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: 100%;
    z-index: 9;
    margin-top: 0px;
}
/*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;
}
.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.5s;
	background-color: #ed3333;
}
.morder_But:hover{
	border-radius: 20px;
}
/* 100+ */

.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*/
.company .tit{
	color: #333333;
	font-size: 38px;
	font-weight: bold;
	line-height: 2.4;
}
.company .wem{
	font-size: 28px;
	color: #333333;
	line-height: 60px;
	margin-bottom: 7%;
}
.company .c-company{
	padding: 3% 2.7rem;
	background-image: url(../images/lines1.png);
	background-repeat: no-repeat;
	background-position: center;
}
.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);}
.company .indexgood{width: 100%;color: #000;}
.indexgood .flex{
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	display: flex;
    justify-content: space-around;
    align-items: center;
}
.indexgood .flex  h5{
	color: #000;
	font-size: 34px;
	font-weight: bold;
}

.c_name h6{font-size: 38px;color: #2a333a;font-weight: bold;}
.c_name p{
	color: #2a333a;
	font-size: 18px;
	line-height: 60px;
	padding-bottom: 1.5%;
}



/*setserver*/
@media only screen and (max-width:1240px) {.wp {padding: 0 20px}}
@media only screen and (max-width:1640px) {
	.wp {
		width: auto;
		padding: 0 50px
	}
}
@media only screen and (max-width:1240px) {
	.wp {
		padding: 0 30px
	}
}
@media only screen and (max-width:940px) {
	.wp {
		padding: 0 20px
	}
}
.wp {
	margin: 0 auto;
	max-width: 1300px;
	box-sizing: border-box;
	width: 90%;
}

.g-titb1.cf h3 {color: #fff}
.g-titb1.cf P {
	color: #fff;
	opacity: .3
}
.g-titb1 {text-align: center;}
@media screen and (max-width:767px) {
	.gallery-top .pic {
		height: 207px;
	}
	.gallery-thumbs .pic {
		height: 66px;
	}
}
/* setserverend */

/* company_advs */
.company_advs{
	width: 70%;
	margin: auto;
}
.company_advs .felx{
	display: flex;
	align-items: center;
}
.company_advs .felx>span{
	display: inline-block;
	margin-right: 3%;
}
.company_advs .advsbox{
	color: #000;
	width: 100%;
	padding-left: 6%;
	border-left: 2px solid rgba(34, 34, 34, 0.12);
}
.company_advs .advsbox p{
	font-size: 16px;
	margin-top: 12%;
}
.company_advs .advsbox h5{
	font-size: 16px;
}
.company_advs .advsbox span{
	font-size: 55px;
	font-weight: bold;
	color: #BF9045;
}
@keyframes myMove1 {
    from {transform:  translate(-50%,-50%) rotate(0deg);}
    to {transform: translate(-50%,-50%) rotate(360deg);}
}
@-webkit-keyframes myMove1 {
    from {transform: translate(-50%,-50%) rotate(0deg);}
    to {transform: translate(-50%,-50%) rotate(360deg);}
}
.wbox{
	background-image: url(../images/lines3.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 11%;
	padding-bottom: 3%;
	font-size: 20px;
	color: #222;
	background-position: 0 14%;
}
.wbox .wname{
	width: 94%;
	margin: auto;
	overflow: hidden;
}
.in2>div:nth-child(2) .wname{margin-top: -31.5%;}
.wbox .icon{
	display: block;
	width: 91px;
	height: 91px;
	line-height: 91px;
	font-size: 67px;
	background-color: rgba(191, 144, 69, 0.8);
	border-radius: 50%;
	margin-bottom: 5%;
	transition: 0.5s;
	color: #fff;
	margin: 1% auto;
	text-align: center;
}
.wbox h5{
	text-align: center;
	line-height: 2;
	font-size: 36px;
	opacity: 0.8;
}
.wbox p{
	margin: 3%;
	height: 80px;
	line-height: 30px;
}

.wbox .wname:hover .icon{
	box-shadow:  0 0 4px #BF9045;
}



.litbox{
	background-image: url(../images/lines2.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
}
.litbox .fours{
	margin-top: 3%;
	position: relative;
}
.litbox .cons{font-size: 16px;line-height: 30px;}
.litbox .cons p{margin-bottom: 16px;}
@keyframes movecircleing {
	0% {
		border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
	25% {
		border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%; }
	50% {
		border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%; }
	75% {
		border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%; } 
}
.litbox .pic{
	text-align: center;width: 72%;height: 100%;
	margin: auto;
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	-webkit-animation: movecircleing 10s infinite;
	animation: movecircleing 10s infinite;
	overflow: hidden;
	position: relative;
	z-index: 2
}


.fours .chooseliimg {
	position: absolute;
	left: 50%;top: 50%;
	z-index: 1;
	animation: myMove1 5s linear infinite;
    -webkit-animation: myMove1 5s linear infinite;
}
.fours .chooseliimg img {
	max-width: 100%;
}

.litbox .fours .textbox{
	margin-top: 13%;
    margin-left: 27%;
	margin-right: 14%;
}
.litbox .fours>div:last-child .textbox{
	margin-top: 20%;
	margin-left: 9%;
	margin-right: 27%;
}
.litbox .fours .cons{
	font-size: 16px;
	line-height: 30px;
}
.litbox .mores{
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	margin-top: 5%;
	color: #BF9045;
	font-size: 16px;
	border-bottom: 1px solid #BF9045;
}
.litbox .mores span{
	display: inline-block;
	margin-left: 20px;
	font-size: 24px;
	transition: 0.5s;
}
.litbox .mores:hover span{

}







/* company_advsend */
.advs{
	margin: 30px 0;
	padding: 45px 40px;
	box-shadow: 0 0 10px 0 #f0efeb;
	background-color: #fff;
}
.c-company .goodkey{text-transform: uppercase;}
.c-company .cominfo{
	padding-right: 3%;
}
.c-company .tit h3,.litbox .tit h3{
	line-height: 50px;
	background-image: url(../images/yin.png);
	background-repeat: no-repeat;
	background-size: 70px;
    background-position: right top;
}
.c-company .cominfo img{max-width: 100%;}
.c-company .cominfo .cons{
	padding-right: 18%;
	color: #333;
	font-size: 16px;
	line-height: 35px;
}

.c-company .cominfo .cons::-webkit-scrollbar {
	width: 6px;
}
.c-company .cominfo .cons::-webkit-scrollbar-track {
	background: #d7d8da;
}
.c-company .cominfo .cons::-webkit-scrollbar-thumb {
	background: #014b9a;
	border-radius: 4px;
}


.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.5s;
}
.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.5s;
	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.5s;
}
.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: #283e92;
	
}
#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.5s;
}
#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.5s;
}
#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.5s;
}
#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;
}
.c_news .box:hover{
	box-shadow: 0px 0px 24px #c5c5c5;
	transition: all 0.3s;
}
.imgbox{overflow: hidden;}
.hexbox{
	background-image: url(../images/he1.jpg);
	background-repeat: no-repeat;
	padding: 2% 0;
}
.taibox{width: 90%;margin: 0 auto;}
.taibox h3{
	color: #222;
	font-size: 17px;
	font-weight: bold;
	background-image: url(../images/num1.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding: 20% 3% 9%;
}
.taibox .innercons{
	font-size: 16px;
	color: #222;
	line-height: 30px;
}
.taibox .right h3{background-image: url(../images/num2.png);}
.taibox>div:first-child h3{text-align: right;background-position: right;}
.taibox>div:first-child .innercons{text-align: right;}
.taibox .innerbox .imgbox{text-align: center;padding: 3%;}
.taibox .t5{margin-top: 35%}
/* .、hextab */
.hextab{
	background-image:url(../images/he2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2% 0 10%;
}
.hextab .tit{text-align: center;}
.hextab .tit a{
	color: #222;
	margin: 2% 1.5%;
	padding: 0 3%;
	border-radius: 50px;
	display: inline-block;
	font-size: 16px;
	line-height: 53px;
	border: 1px solid #BF9045;
	background-color: #fff;
	transition: 0.5s;
}
.hextab .tit a.on{
	color: #fff;
	background-color: #BF9045;
}
.hextab .tit a:hover{
	color: #fff;
	background-color: #BF9045;
}
#intab{margin-top: 2%;}
#intab .jishu{height: 0px;overflow: hidden;opacity: 0;transition: 0.5s;}
#intab .jishu.on{
	transition-delay: 200ms;
	opacity: 1;
	height: auto;
	transform: translateY(3%);
}
#intab .jishu h6{
	font-size: 36px;
	line-height: 2;
	margin-bottom: 4%;
}
#intab .jishu p{
	font-size: 16px;
	color: #222;
	max-width: 80%;
	line-height: 35px;
}
.sbox{margin: 0 6%;position: relative;z-index: 1;}
.sbox .flex{justify-content: space-around;display: none;}
.sbox .flex.on{display: flex;}

.sbox .item{width: 230px;margin-bottom: 9%;}
.sbox .item .mun{
	width: 132px;
	height: 132px;
	position: relative;
	text-align: center;
	/* margin: auto; */
	margin: -27% auto 0;

	/*background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/numbg.png);*/
}
.sbox .item .mun i{
	height: 75px;
	width: 75px;
	line-height: 75px;
	font-style: unset;
	border-radius: 50%;
	margin: 20% auto;
	display: block;
	color: #BF9045;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.81);
}
.sbox .item .mun img{
	position: absolute;
    left: 50%;
    top: 29%;
    z-index: -1;
    animation: myMove1 10s linear infinite;
    -webkit-animation: myMove1 10s linear infinite;
}
.sbox .item h5{
	color: #222;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin: 2% auto;
}
.sbox .item p{
	color: #222;
	font-size: 16px;
	line-height: 30px;
	margin-top: 4%;
	height: 120px;
}	
.kejibox{
	padding: 2% 0;
}
.kejibox .cons{
	font-size: 17px;
	color: #222;
	line-height: 30px;
}
.kejibox .cons p{
	margin-bottom: 15px;
}
.kejibox{
	background-image: url(../images/kybg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.no-goods{
	padding: 2% 0;
}


.kyitem{
	color: #fff;
	padding: 2% 0;
	background-image: url(../images/kybg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
}
.kyitem .tit{text-align: center;}
.kyitem .tit>h3{margin: 0;line-height: 2.5;color: #fff;}
.kyitem .tit>div{
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	width: 900px;
	max-width: 100%;
	margin: auto;
}
.kyitem .card{
	margin-top: 3%;
	padding-bottom: 4%;
	justify-content: space-between;
}
.kyitem .card .item{
	width: 592px;
	max-width: 100%;
}

.kyitem .card .imgbox{border-radius: 50px;}
.kyitem .card .zbcon{
	height: 350px;
}
.kyitem .card .zbcon p{margin-bottom: 5px;}



.kyitem .card h5{
	text-align: center;
	font-size: 20px;
	line-height: 35px;
	color: #EED6B0;
	margin: 2% 0 3.5%;
	font-weight: bold;
}
.kyitem .card p{
	font-size: 16px;
	line-height: 28px;
}
.honorbox{
	color: #222;
	background-image: url(../images/hrbg.jpg);
}
.honorbox .tit>h3{color: #222;font-weight: 100;}
.honorbox .newcard h6{
	font-size: 16px;
	width: 93%;
	color: #222;
	margin: 2% auto 3%;
	text-align: center;
}
.cbanner4{margin-top: 1.5%;padding-bottom: 60px;}
.cbanner4 .box .imgbox{margin: 3%;}


.c_news .news_three a{
	display: block;
	color: #333;
	width: 95%;
	margin: auto;
	margin-bottom: 4%;
	padding: 4%;
	height: 245px;
	background-color: #F7F6F4;
	border-bottom: 5px solid #EED6B0;
	transition: 0.3s;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.c_news .news_three .img::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;

	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}
.c_news .news_three a>p{
	margin-top: 3%;
	color: rgba(34, 34, 34, 1);
}
.c_news .news_three h5{
	font-size: 20px;
	line-height: 34px;
	font-weight: bold;
	transition: 0.5s;
	height: 73px;
	position: relative;
	z-index: 1;

	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.c_news .news_three .img h5{color: #fff;}
.c_news .news_three .img p{
	color: #fff;
	opacity: 0.8;
	position: relative;
	z-index: 5;
}
.c_news .news_three a:hover h5{
	color: #ce1b22;
}
.c_news .newslist{
	margin-top: 0.3rem;
	margin-bottom: 0.5rem;
	line-height: initial;
	background-color: #fff;
}
.c_news .newslist ul{overflow: hidden;margin-top: 2%;}
.c_news .newslist ul li{
	float: left;
	width: 48%;
	margin-right: 3%;
	margin-bottom: 3%;
	padding: 1%;
	text-align: left;	
	transition: all 0.3s;
	background-color: #f6f6f6;
}
.c_news .newslist ul li:nth-child(2n){
	margin-right: 0;
}

.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 ul li img{
	transition: 0.5s;
}
.c_news .newslist ul li .mycons{
	padding-left: 35px;
}
.c_news .newslist ul li .times{
	font-size: 14px;
	color: #333;
	margin-bottom: 3.5%;
	text-align: center;
	color: #7e7e7e;
}
.c_news .newslist ul li h3{
	color: #393939;
	font-size: 22px;
	line-height: 1.6;
	margin-bottom: 0.2rem;
	transition: 0.5s;
	margin-top: 15px;
	font-weight: bold;
}
.c_news .newslist ul li .times>p{font-size: 55px;margin-top: -18px;}
.c_news .newslist ul li .mycons{
	color: #848484;
	line-height: 1.6;
	font-size: 16px;
}
.c_news .newslist ul li .mycons>p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 4%;
}
.c_news .newslist ul li .more{
	color: #014b9a;
	font-weight: bold;
	font-size: 15px;
}
.c_news .newslist ul li:hover h3{color: #014b9a;}
.c_news .newslist ul li:hover .times{color: #014b9a;}
.newbox{padding: 1.5% 0;}
.newbox .catname{
	padding: 1.5% 0;
	font-size: 14px;
	color: #929292;
}
.newbox .catname h3{
	color: #2a333a;
	font-size: 36px;
	display: inline-block;
}
.newbox .catname>p{
	width: 900px;
	max-width: 100%;
	margin: 2.5% auto;
	font-size: 16px;
	line-height: 30px;
}
.newbox .newslist{
	padding-right: 6%;
	padding-bottom: 0.5rem;
	line-height: initial;
	border-right: 1px solid #dfdfdf;
}
.newbox .newslist ul li{
	text-align: left;	
	transition: all 0.3s;
}
.newbox .newslist ul li img{
	width: 100%;
	height: 240px;
	object-fit: cover;
	transition: 0.5s;
}
.newbox .newslist ul li .swiper-slide .mycons{
	padding-left: 0%;
}
.newbox .newslist ul li .mycons{
	padding-left: 4%;
}
.newbox .newslist ul li>a{
	display: block;
	padding: 0.33rem 0rem;
	border-bottom: 1px solid #dfdfdf;	
	transition: 0.5s;
	overflow: hidden;
	position: relative;
}
.newbox .newslist ul li .times{
	font-size: 15px;
	color: #ccc;
	margin-bottom: 2%;
}
.newbox .newslist ul li h3{
	color: #2a333a;
	margin-top: 3%;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 1%;
	transition: 0.5s;
	margin-top: 15px;
}
.newbox .newslist ul li p{
	color: #737373;
	line-height: 1.6;
	font-size: 15px;
	margin-bottom: 0.4rem;

	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newbox .newslist ul li .more{
	color: #014b9a;
	font-size: 15px;
	font-weight: bolder;
}

.newbox .newslist ul li>a:after {
	content: "";
	clear: both;
    width: 100%;
    height: 4px;
	background: #014b9a;
	position: absolute;
    left: 0;
    bottom: 0px;
    transition: all 0.5s;
    right: 0;
    transition: transform 0.5s;
    margin: auto;
    transform-origin: right center;
    transform: scaleX(0);
}
.newbox .newslist ul li>a:hover:after{transform-origin: left center; transform: scaleX(1);}
.newbox .newslist ul li>a:hover{
	-webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
}
.newbox .newslist ul li:last-child>a{border-bottom: 1px #dfdfdf solid;}
















.oth_news{padding: 20px 1% 5px 15%;margin: 15px 0;color: #000;}
.oth_news h5{
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 5%;
}
.oth_news ul li{
	margin-bottom: 8%;
	background-color: #f6f6f6;
	padding: 7%;
}
.oth_news ul li h3{
	color: #2a333a;
	line-height: 35px;
	margin-bottom: 7%;
	font-size: 18px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.oth_news ul li:hover h3{color: #014b9a;}
.oth_news ul li a{
	color:#939393;
	display: block;
}
.oth_news ul li p{margin-top: 8px;margin-bottom: 7px;}



#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: #283e92;
}
#coontact .c-goodsinfo .goodtext{
	font-size: 18px;
	color: #8a8a8a;
	line-height: 2;
	width: 51%;
    margin: 0.3rem auto;
}
.address{padding: 5% 0;}
.address .flex{justify-content: space-between;}
.address .c-card{margin-bottom: 3%;}
.address .flex .item{
	padding: 3%;
	width: 30%;
	background: #FFFBF6;
	text-align: center;
	border: 1px solid #EED6B0;
	transition: 0.5s;
}
.address .flex .item:hover{
	transform: translateY(-2%);
}
.address h5{
	font-size: 28px;
	line-height: 2;
	color: #222;
}
.address .item p{
	color: #BF9045;
	font-size: 36px;
	font-weight: bold;
	line-height: 2;
	position: relative;
}
.address .meassge p{
	font-size: 16px;
	color: #a1a1a1;
	margin-top: -0.2rem;
    margin-bottom: 0.3rem;
}
#dituContent{
    width: 100%;
    padding-bottom: 35%;
}


.moreinfo ul li{
	padding-bottom: 3%;
	margin-bottom: 3%;
	border-bottom: 1px solid #d5d5d5;
}
.moreinfo ul li span{
	font-size: 22px;
	line-height: 2;
	font-family: fantasy;
}
.moreinfo ul li>div{width: 33%;}




/*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{
	padding: 0.35rem 0;
	font-size: 30px;
	font-weight: bolder;
}
.page_cont .page_Info{
	color: #7e7e7e; 
    padding: 14px 0;
	margin-top: -25px;
	margin-bottom: 0.25rem;
	border-bottom: solid 1px #E6E6E6;
}
.page_cont .page_Info img{
	vertical-align: middle;
}
/*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: #0056ab;
background: #0056ab;
}
.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: #333;
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;
	background-color: #fff;
}

#prev_next{
	overflow: hidden;
	line-height: 3;
	background-color: #f6f6f6;
	padding: 1%;
	margin-top: 2%;
}

#prev_next a{
	color: #333;
	transition: 0.5s;
}
#prev_next a:hover{
	color: #ed3333;
}

#prev_next .page-a{display: inline-block;}
#prev_next  img{vertical-align: middle; }
#prev_next li{width: 50%;}
#prev_next li:first-child{
	float: left;
}
#prev_next li:last-child{
	float: right;
	text-align: right;
}



.caselist ul li img{
	height: 370px;
	width: 100%;
	object-fit: cover;
}

/* pc */
@media (max-width: 1600px) {
	.company .indexgood{margin-top: 3%;}
	.carousel>img{height: 614px;}
}
@media (max-width: 1550px) {
	#zbheader .c-nav li a{padding: 0 8px;}
}

@media (max-width: 1460px) {
	/*proinfo*/
	.proinfo .c-crumbs{padding: 15px 0;}
	.prodetail .catename{font-size: 20px;}
	.goodcard ul li,.prodetail .comsimg h5,.prodetail .sixsercer h5{font-size: 18px;}

	/* proinfoend */

	/* .company */
	.company .tit{font-size: 30px;}
	.company .wem{font-size: 21px;}
	.company .indexgood{top: 8.5%;}

	/* company */



	.chooseall .wrap{width: 700px;}
	.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) {
	.mylogo{
		width: 23%;
	}
	.mylogo img{
		max-width: 100%;
	}
}
@media (min-width: 991px) and (max-width: 1175px) {
	.mylogo{
		width: 20%;
	}
	.mylogo img{
		width: 100%;
	}
	div.c-container {
		padding: 0 0.8rem;
	}
	.myprod .c-l-box .yw{
		margin-top: 40%;
	}
	.myprod .c-yw-title .c-l-box:hover .yw{
		transform-origin: top;
		transform: rotateY(90deg);
		margin: 0;
	}
}
/* ipad */
@media (min-width: 765px) and (max-width: 1265px)  {

	.company .c-company{padding: 0.2rem 1rem;}
	#zbheader .mylogo a{width: 100%;padding: 0 15px;}
	#zbheader .c-nav{font-size: 17px;}
	#zbheader .c-nav li a{padding: 0 2px;}
	.mlogo{margin-top: 0.3rem;}

	.about .c-img-box ul{margin-top: 7%;}
	.mybanner .swiper-slide .c-wrap .c-text{font-size: 30px;padding: 5px 0 30px;}

	.myprod .gramme .content-slide div,.about .c-img-box ul li .c_name{font-size: 17px;}
	
	.oallnice .whatdogo .swiper-slide img{height: 300px;}
	div.case .c-cn-title{font-size: 28px;}

	.indexmsg .c-container{padding: 0 1rem;}
	.indexmsg .c-cn-title{margin-bottom: 0;}
	.footer .weballinfo .task .tel{font-size: 26px;}
}
@media (max-width: 1400px) {
	.myprod .gallery-uls .my_btn{
		width: 75px;
		height: 75px;
		padding: 19px;
	}
	#zbheader .c-nav{font-size: 15px;}
	.sliders .info{display: block;overflow: hidden;}
	.sliders .info>div{float: left;width: 50%;margin-bottom: 1%;}


}
@media (max-width: 1360px) {
	#zbheader .c-inner{padding: 0 5%;}

	.news-slider {max-width: 1000px;}
	
	#zbheader .c-nav .c-search-box select{
		padding: 10px 15px 10px 30px;
		border-right: 15px solid #fff;
	}
	#zbheader .mylogo a{display: block;overflow: hidden;}

}
@media (max-width: 1260px) {
	#zbheader .c-inner{padding: 0 2.5%;}
	.prodetail .titname h3{font-size: 18px;}
	.prodetail .ddd h2{font-size: 27px;}
	.cxinfo h5{font-size: 17px;}
	#probox{padding: 70px 70px 40px;}
	.prodetail{padding: 0 35px;}
	.goodcard ul li span{font-size: 40px;}
	.goodview .pro-detail .cs{font-size: 15px;line-height: 27px;margin-bottom: 0%;}
	.proinfobox .ccc .list{width: 300px;padding: 15px;}
	.proinfobox .ccc{width: 30%;}
	.goodview .gallery-thumbs{max-height: 440px;}
	.goodview .gallery-top{height: 440px;}
	.sliders .info{font-size: 14px;}

}
/* 1024 */
@media (max-width: 1024px) {
	.proinfobox .ccc .list{width: 290px;}
}
/*992*/
@media (max-width: 992px) {



	.case .whatdogo .dobox{height: auto;}
	.oallnice .whatdogo .swiper-slide{padding: 1%;}
	.case .newsone .time{margin-top: 5px;margin-bottom: 10px;}
	.case .whatdogo .dobox .my_btn{zoom: 0.75;}
	.case .dobox .cons{margin-bottom: 8%;}
	.section.case .dlex{margin-right: 3%;}
	.section.case .my_btn{padding: 11px;}
	.case .whatdogo .dobox h3{
		font-size: 16px;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		height: auto;
	}
	.case .dobox .cons{
		-webkit-line-clamp: 1;
		line-clamp: 1;
	}

	.case .cons{font-size: 14px;}

	.case .newsone{text-align: center;}
	.myprod .gallery-uls .my_btn{font-size: 15px;}
	.prolistimg li img{max-width: 100%;height: 110px;}
	.company_advs .advsbox span{font-size: 40px;}
	#zbheader .c-switch{display: block;}
	#zbheader .c-nav{width: 75%;}
	#zbheader .c-nav>li{display: none;}
	#zbheader .c-nav .c-search-box{display: inline-block;}
	#zbheader .mylogo img{max-width: 100%;}
	#zbheader .mylogo a{padding: 0;}
	#zbheader .navlogo p{font-size: 16px;}
	#zbheader .menu-wrap ul>li>a{font-size: 17px;margin-bottom: 0;}
	#zbheader .menu-wrap ul li span{font-size: 23px;}
	#zbnav{top: 355%;}
	.mnavsgo>li{width: 100%; border-bottom: 1px solid #c8d4e4;padding: 12px 0;}
	.mnavsgo>li:last-child{width: 100%;}
	.sliders .info{display: none;}
	.sliders>.d1{display: none;}
	#zbheader .menu-wrap ul>li>a{display: flex;justify-content: space-between;}
	.sub-menu{display: none;}
	#zbheader .menu-wrap .mnavsgo>.on span{opacity: 0.2;}
	#zbheader .menu-wrap .mnavsgo>.on:hover span{opacity: 1;}
	.proinfobox .ccc{display: none;}

	.goodview .gallery-thumbs{margin-left: 0;}
	.goodcard a{font-size: 16px;}
	.prodetail .titname h3{font-size: 16px;}
	.prodetail .ddd h2{font-size: 20px;}
	.prodetail .ddd>p{font-size: 14px;}
	

	/* proinfo */
	#probox{padding: 40px 40px 30px;}
	.prodetail{padding: 0 40px;}
	.goodcard ul li{
		width: 11.5%;
		margin-right: 3%;
	}
	.prodetail .comsimg .imgbox img{height: 240px;}
	.prodetail .comsimg h5{line-height: 40px;}
	/* proinfoend */
	




	.c-crumbs{line-height: 1.5;}
	.caselist .mycase .casebox{top: 88%;}
	.caselist .mycase .casebox h3{font-size: 18px;}
	#c-top-bg img{max-width: 100%;}
	.setserver{padding: 0.5rem;}
	.setserver .solgen{font-size: 17px;margin: 5% auto 0;}
	.company .indexgood{
		width: 100%;
		position: unset;
		text-align: center;
	}
	.c-company .cominfo{padding-right: 0; text-align: center;}
	.company .tit{font-size: 26px;}
	.company .wem{font-size: 17px;}
	.c-company .cominfo img{max-width: 60%;}
	.case .whatdogo .dobox:hover .my_btn{margin-top: 19%;}
	.whatbtn .gobox{display: none;}
	.case .cons{width: 100%;margin-right: 0;}
	.case .newsone img{max-height: 300px;}



	.myprod .gramme .content-slide p{line-height: 27px;}
	/*c-abouts*/
	.about .c-container{padding: 0  2.2rem;}
	#c-about .my_btn{margin-top: auto;}
	.about .c-img-box ul{margin-top: 3%;padding-bottom: 5px;}
	/*c-aboutsend*/
	.myprod .gramme .content-slide div, .about .c-img-box ul li .c_name{font-size: 15px;}
	.myprod .gramme{padding-top: 0;}
	.myprod .gallery-uls{width: 100%;}


	.footer .flogo .fnavs a{font-size: 14px;}
	.footer .flogo .fnavs{text-align: center;}
	#zbheader .c-nav2{font-size: 18px;}
	#fp-nav.left{
		
		display: none;
	}
	.mybanner .swiper-pagination-clickable .swiper-pagination-bullet{width: 100px;}
	.mybanner .swiper-slide .c-wrap .c-title{font-size: 22px;}
	.mybanner .swiper-slide .c-wrap .c-text{font-size: 18px;padding: 0 0 20px;}
	.about .c-img-box ul li{
		width: calc(50% - 2px);
		height: auto;		
	}
	.about .c-img-box ul li:nth-child(2n){
		margin-top: 0;
	}
	.about .c-img-box ul li:nth-child(-n+2){
		margin-bottom: -1px;
	}

	.about .c-img-box a{
		padding: 4%;
	}

	.about .c_name{
		margin-bottom: 0;
	}

}
/* move */
@media (max-width: 765px) {


	.case .newsone img{max-height: 240px;}
	.case .whatdogo .dobox{height: auto;}
	.oallnice .whatdogo .swiper-slide{border: none;}
	.myprod .gallery-thumbs .swiper-slide{text-align: center;}
	.myprod .gallery-thumbs .swiper-slide img{
		max-height: 240px;
		margin: 2%;
	}
	.myprod .content-slide .consdec{display: none;}
	#zbheader{line-height: 70px;}
	#zbheader .mylogo h1{line-height: 70px;}

	.infoly li{width: 33.33%;}
	.infoly li:nth-child(9){display: none;}
	.goodview>h3{font-size: 26px;}
	.goodview .gallery-top{height: auto;}
	.goodview .gallery-thumbs .swiper-slide{background-size: 66px;}
	.goodview .prodetail img{max-width: 100%;}
	.goodview .tuiswiper img{max-width: 100%;}	
	.goodview img{max-width: 55%;}

	.prodetail .consbox{margin: 20px 0;}
	#probox{padding: 20px 20px 10px;}
	.prodetail{padding: 0 20px;}
	.goodview .pro-detail{padding-left: 0;padding-top: 20px;}
	.prodetail .consbox .text{padding-left: 0;}
	.c-crumbs{font-size: 15px;}
	.prodetail .sixsercer .imgbox img{height: 180px;}
	.goodcard ul li, .prodetail .comsimg h5, .prodetail .sixsercer h5{font-size: 15px;}
	.combox .tuiswiper{padding: 3% 5%;}
	.c_news .newslist ul li .mycons{padding: 0%;}
	.c_news .news_three h5{	font-size: 18px;	}
	.c_news .news_three .def{font-size: 14px;margin-bottom: 1%;}
	.c_news .news_three a{margin: 1% auto 2%;}
	.caselist .mycase:hover .casebox{padding-top: 10%;}
	.caselist .mycase .casebox{top: 80%;}
	.setserver .solgen{font-size: 14px;margin: 5% auto 0;}
	.case .whatdogo .dobox:hover .my_btn{margin-top: 0%;}
	.indexmsg .c-cn-title::after{margin: 10px 0;height: 3px;min-width: 80px;}
	.indexmsg #formData input{height: 43px;}
	.indexmsg #formData textarea{height: 43px;}
	.indexmsg .verify img{height: 43px;}
	.indexmsg .c-cn-title{margin-bottom: 0;}
	div.case .c-cn-title{font-size: 20px;line-height: 30px;}


	.case .c-container{padding: 0 1rem;}
	.oallnice .whatdogo .swiper-slide img{height: 300px;}
	.case .cons{width: 100%;}
	.myprod .gramme{padding-top:0%;}
	.indexmsg .names{margin-bottom: 5px;}

	.indexmsg #formData input,.indexmsg #formData textarea{font-size: 14px;}
	.indexmsg #formData{padding: 10px;}
	.indexmsg .lcsix .coop{width: 100%;;padding: 10px;margin: auto;}
	.indexmsg .lcsix .icon{font-size: 32px;}
	.indexmsg .lcsix .coop>div{font-size: 15px;}
	.footer .telbox{text-align: center;}
	.footer .weballinfo .addinfo{text-align: center;padding: 0px 30px 10px;}
	.mybanner .swiper-pagination-clickable .swiper-pagination-bullet{width: 50px;}
	.my_btn{
		height: 40px;
		line-height: 36px;
	}

	.mlogo{margin-top: 0.8rem;}
	.footer .c-rightinfo{
		border: none;
		padding-left: 0;
	}


	.news .c-container{
		padding: 0 1rem;
	}
	.footer .c-container{
		padding: 0 10px;
	}
	.company .c-company{
		padding: 0 0.8rem;
	}
	.myprod .c-l-box .yw span{
		width: 100px;
		height: 100px;
		padding: 7px;
		font-size: 1.3rem;
	}
	.case{background-position: right;}

}
@media screen and (max-width: 650px) {
	#zbheader .c-nav{width: 67%;}
}
@media screen and (max-width: 576px) {
	.news-slider {margin-top: 45px;}
}
@media (max-width: 500px) {


	.indexmsg .tit>h3{line-height: 32px;}
	.indexmsg li{font-size: 14px;}
	.indexmsg li span{height: 40px;font-size: 42px;line-height: 45px;}
	.indexmsg .indexmsgcard .item .info{padding: 12px;font-size: 30px;}
	.indexmsg .indexmsgcard .item .info h4{font-size: 14px;}
	.myprod .gallery-thumbs .swiper-slide img{max-height: 140px;margin: 0;}
	.mybanner .swiper-slide .slide-content{padding-left: 4%;}
	.case .newsone img{max-height: 170px;}
	#zbheader .c-nav{width: 58%;}
	.infoly li a{height: 115px;font-size: 14px;}
	.goodview>h3{font-size: 20px;}
	.goodview>h3 span{font-size: 13px;}
	.goodcard a{font-size: 14px;}
	.cxinfo h5{font-size: 15px;}
}