@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 1.6rem;
}
body.c-open{overflow: hidden;}
.c-bg-color1 {background: #fff !important;}
.c-bg-color2 {background: #f9f9f9 !important;}
.c-pt1 {padding-top: 130px !important;}
.c-text-center {text-align: center;}
/* 公共背景 */
#c-common-bg {
	position: fixed;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
#c-common-bg.c-dt {
	height: 100%;
}

/* 顶部背景 */
#c-top-bg {
	height: 100vh;
	text-align: center;
	background-image: url(../images/asbsbg.jpg);
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
	position: relative;
}
#viewmore img{cursor: pointer;}
#c-top-bg>.c-container{padding: 0 1rem;margin-top: -1%;}
#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-top-bg.yanf{background-image: url(../images/yanfa.jpg);}
.c-enTitle{
	font-size: 65px;
	line-height: 2em;
	color: #fff;
}
.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:  0 16px;
	display: block;
	width: 240px;
	max-width: 100%;
	margin: auto;
	height: 53px;
	line-height: 54px;
	position: relative;
	color: #fff;border: 1px solid #014b9a;
	font-weight: bold;
	background: #014b9a url(../images/jt1.png)no-repeat right 0 center;
	background-position: 85% center;
	transition: 0.5s;
}
.my_btn:hover{
	color: #fff;
	padding:  0 30px;
	background-position: 150% center;
	border: 1px solid rgba(218, 41, 55, 1);
	background-color: rgba(218, 41, 55, 1);
}
.my_btn.c-unique {
	color: #fff;
	background: url(../images/mores.png) no-repeat  center;
	background-size: 100% 100%;
	margin-top: 10px;
    padding: 0 13px;
	width: 210px;
	height: 47px;
	line-height: 47px;
	text-indent: 2em;
	transition: all 0.3s;
}
.my_btn.c-unique span{transition:  0.3s;display: inline-block;}
.my_btn.c-unique:hover{
	color: #fff;
	background: url(../images/mores.png) no-repeat  center;
	background-size: 100% 100%;
}
.my_btn.c-unique:hover span{
	margin-left: 15%;
}
.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;
	top:0;
	left:0;
	z-index: 900;
	width: 100%;
	line-height: 118px;
	text-align: center;
	transition: all 0.5s;
	border-bottom: 2px solid transparent;
}



.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 8.34%;}
.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-hides{line-height: 80px;}
#zbheader.c-head-hides .mylogo h1{line-height: 80px;}


#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;transition: 0.5s;}
#zbheader .mylogo a img {vertical-align: middle;max-width: 100%;}
#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: 17px;
	display: block;
	text-align: center;
	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;
}
.log2{display: none;}
.proindex .log1{display: none;}
.proindex .log2{display: inline-block;}
.proindex #zbheader{position: relative;}
.proindex #zbheader a{color: #000;}
.proindex #zbheader .c-search-box a{color: #fff;}
.proindex #zbheader .c-nav .c-search-box select{box-shadow: 0 0 3px #ddd3d3;}
.proindex .column{position: unset;margin-top: 123px;margin-top: 0;}
.proindex .column .inner .wrap{width: 100%;}
.proindex .column .inner{border-top: 1px solid #ccc;border-bottom: 1px solid #fff;}
.proindex #zbnav{top: 33%;z-index: 10;}
.proindex #zbnav span{color: #fff;}

.proindex #zbheader .c-switch i{background-color: #004ea1;}





.goodssearch{margin-bottom: 5%;}
.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 img{width: 68px;height: 68px;object-fit: contain;}
.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;
}
.rightnav {
    position: fixed;
    right: 1%;
    bottom: 12%;
    z-index: 9
}
.rightnav li {
    width: 70px;
    position: relative;
    margin-bottom: 2px
}
.rightnav li a{
	width: 70px;height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 15px;
	display: inline-block;
	background-color: #004f95;
	box-shadow: 0 0 10px #e9e9e9;
}

.rightnav li a span{font-size: 30px;color: #fff;}
.rightnav li a img {margin-bottom: 10px;width: 30px;}
.rightnav li>a:hover{background-color: #fd9600;}
.rightnav .hover_con a{font-weight: bolder;}
.rightnav li .hover_con{
	width: 310px;
	padding: 50%;
    border-radius: 10px;
    position: absolute;
    left: -175px;
    color: #000;
    background-color: #fff;
    height: auto;bottom: 0;
	box-shadow: 0 0 10px #ccc;
    transform: rotateX(-90deg);
	transition: all .2s linear 0s;
	font-size: 15px;
	line-height: 30px;
}
.rightnav li .hover_con .icon{
	font-size: 30px;
	color: #004ea1;
	display: inline-block;
	width: 40px;
}
.rightnav li .hover_con img{
	margin: auto;
}
.rightnav .myflex p{font-size: 16px;color: #004ea1;font-weight: bold;}
.rightnav .myflex{display: flex;}
.rightnav li:hover .hover_con {
    left: -320px;
    transform: rotateY(0deg)
}



#zbheader.cshow .c-nav li>a{z-index: 111;color: #333;}
#zbheader.cshow .mylogo{position: relative;z-index: 111;}
#zbheader.cshow .log1{display: none;}
#zbheader.cshow .log2{display: inline-block;}
#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{float: left;width: 31%;margin-right: 1%;}
#zbheader .navSbox .navSli a{
	display: block;
    font-size: 14px;
    line-height: 33px;
    color: #666;
    transition-duration: .3s;
    padding: 7px 15px;
    margin: 10px 10px 0 0;
    border: 1px #dce4e8 solid;
	border-radius: 8px 0px 8px 0px;
	text-align: left;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#zbheader .navSbox .navSli a::before{
	content: "";
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    width: 8px;
    height: 8px;
    background: #0667bd;
    position: relative;
	top: 13px;
	border-radius: 50%;
}
#zbheader .navSbox .navSli a:hover{
	color: #0667bd;
    transform: translateX(6px);
    border: 1px #0667bd solid;
    border-radius: 8px 0px 8px 0px;
}

#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 .c-nav>li:hover a::before{
	transform: scale(0.8);
}
#zbheader .c-nav>.mychi:hover>a{color: #175ea9!important;}
#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{
	/* position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-width: 1024px;
	z-index: 110;
	margin: 0 auto;
	padding: 0 18%;
	opacity: 0;
	z-index: -1; */


	display: none;
    position: absolute;
    top: 0;
	left: 0;
    z-index: -1;
    width: 100%;
    background-position: center;
    background-size: cover;
    padding: 1.5rem 1.6rem 10px;
    transition-property: none;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -ms-transition-property: none;
	-o-transition-property: none;
	background-image: url(../images/navsbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	/* border-top: 1px #efefef solid; */
}
.slidBox .inner{
	overflow: hidden;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	flex-wrap: nowrap;
	border-top: 1px #dce4e8  solid;
}

.mychi .leftBox{
	flex: 0 0 45%;
    overflow: hidden;
    max-width: 455px;
	margin: 46px 0px;
}
.mychi .rightBox{width: 56%;}
.mychi .leftBox img{transition: 0.5s;max-width: 100%;}
.mychi .leftBox:hover img{transform: scale(1.1);}
.cshow .c-nav .slidBox{padding: 8% 8% 0 8.5%;}

/* .c-nav li.mychi .slidBox{
	height: 0;
	opacity: 0;
	background-image: url(../images/navsbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	border-top: 1px #efefef solid;
} */
#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 6px;
	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%;
	left: -100%;
	/* margin-left: -100%; */
	font-size: 1em;
	font-weight: 700;
	overflow: auto;
	transition: .85s;
	z-index: 112;

}
.button-open{

	left: 0;
	box-shadow: 4px 2px 15px 1px #B9ADAD;
}
/* menu-sidebar */
.mnavsgo{overflow: hidden;padding-bottom: 4%;}
.mnavsgo>li{float: left;width: 15%;}
.mnavsgo>li:last-child{width: 10%;}



.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;}

.count-6 .menu-sidebar h2{
	font-size: 30px;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#zbnav{
	position: absolute;
	left: 0; 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:#fff;
    -webkit-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: 0 0 5px #004ea1;
}
.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{
	bottom: 0;
	width: 100%;
	padding: 0 1.6rem;
	position: absolute;
}
.column .inner{background-color: #fff;border-bottom: 1px solid #ccc;padding: 0 1%;}
.column .inner .wrap{width: 1200px;max-width: 100%;margin: auto;}
.mynavgo{display: flex;justify-content: space-evenly;margin-top: 5%;}
.mynavgo a{
	display: block; border-bottom: 4px solid #fff;
	transition: 0.5s; text-align: center;
	font-size: 20px;color: #7f7f7f;
	width: 100%;
	padding-bottom: 40px;
	transition: 0.5s;
}
.mynavgo a.ons{border-color: #da2937;color: #000;}
.mynavgo a:hover{border-color: #da2937;color: #000;}
.mynavgo a::after{
	content: "";
    width: 1px;
    background-color: #ccc;
    height: 100%;
    float: right;
}
.mynavgo a:last-child::after{
	display: none;
}
.fnews{margin-bottom: 5%;}
.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: 560px;
	background: #fff;
}
.fnews .nxw .xwpic a{
	display: flex;
	text-align: center;
    align-items: center;
	justify-content: center;
	background-color: #111520;
}
.fnews .nxw .xwpic img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.fnews .nxw .xwlist {
	padding: 6%;
	overflow: hidden;
}
.fnews .nxw .xwlist .my_btn{
	margin: unset;
}


.fnews .nxw .xwlist h3 {
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 5%;
}
.fnews .nxw .xwlist h6 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 15px;
	margin-top: 10%;
	font-weight: bold;
}
.fnews .nxw .xwlist p {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 15px;
	opacity: 0.8;

	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;
}

.fnews .newsgo .swiper-pagination-bullet{margin:  0 2px;}
.newsgo .gobox{display: inline-block;}
.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;
}

/*首页轮播图*/
.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;
}
.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 .c-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	color: #fff;
	background: url(../images/lineo.png) repeat;
}
.mybanner .swiper-slide .c-wrap .c-title{
	font-size: 0.56rem;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	text-shadow: 0 2px 10px rgba(0,0,0,.3);
}
.mybanner .swiper-slide .c-wrap .c-title img{
	width: auto;
	height: auto;
	max-width: 100%;
}
.mybanner .swiper-slide .c-wrap .c-text{
	font-weight: 100;
	text-align: center;
	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-image: url(../images/indexcase.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.section.case .tit p{color: #fff;}
.section.case .tit h3{color: #fff;}
.section.case .tit .navgo{color: #fff;}
.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: 11% 0 0;
}



.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: unset;margin-top: 8%;}
#c-about .c-common-title{display: unset;padding: 0;}
#c-about .c-img-box{position: relative;}
#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;white-space: nowrap;}
#c-about  .consdec{
	width: 73%;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -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%;
}





.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 1.6rem;}
.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{width: 117%;margin-left: -17%;margin-top: 15%;}
#c-about .c-left-box .c-img-box img{width: 100%;}
#c-about .c-left-box .c-img-box .comcard{
	background-color: #014b9a;
	padding: 25px 35px;
	border-radius: 10px;
	width: 455px;
	position: absolute;
    right: 13%;
    bottom: 2%;
}
#c-about .c-left-box .c-img-box .comcard h2{
	font-size: 22px;
	font-weight: bold;
	line-height: 35px;
	color: #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#c-about .c-left-box .c-img-box .comcard span{
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #fff;
	line-height: 30px;
}






.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: 11px;
	height: 11px;
	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{
	background-color: #051424;
	height: 300px;
	text-align: center;
	padding: 0% 0 20%;
}
.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: #051424;font-size: 20px;
	background-color: #f6f6f6;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.goodslist .inners ul li .h3{
	text-align: center;margin: 0;
	background-color: #f6f6f6;padding-bottom: 30px;
	position: absolute;
    width: 100%;
	bottom: 0;
	
	height: 55px;
	overflow: hidden;
	transition: 0.5s;
}

.goodslist .inners ul li .h3 a{
	display: inline-block;
	width: 40%;
	margin: 2%;
	border:1px solid #004f95;
	border-radius: 7px;
	line-height: 40px;
	color: #004f95;
	background-color: #fff;
	font-size: 14px;
}
.goodslist .inners ul li .h3 .more{
	color: #fff;
	background-color: #004f95;
}
.goodslist .inners ul li .h3::after{
	position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #004f95;
    left: 0;
    bottom: 0px;
    transition: all 0.5s;
    right: 0;
    transition: transform 0.5s;
    margin: auto;
    transform-origin: right center;
    transform: scaleX(0);
}

.goodslist .inners ul li:hover .h3{height: 143px;}
.goodslist .inners ul li:hover .h3:after {
    transform-origin: left center;
    transform: scaleX(1);
}

.allgoods a{
	display: inline-block;
	padding: 0 20px;
	line-height: 3;
	color: #a5a5a5;
	margin-bottom: 20px;
	transition: all 0.3s;
}
.allgoods .ga{	
	color: #333333;	
}
.allgoods .ga:hover{
	color: #ed3333;
}
.allgoods .ga::after{
	content: "";
	width: 0px;
	margin: auto;	
	height: 3px;
	display: block;
	transition: all 0.3s;
}
.allgoods .ga:hover::after{	
	width: 50px;
	background-color: #ed3333;
}

/*product*/
.myprod{
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.myprod .gallery-thumbs{
	display: inline-block;
	margin-top: 30%;
}
.myprod .gallery-thumbs .swiper-slide{
	padding-bottom: 5px;
}
.myprod .gallery-thumbs h6{
	width: 190px;
	height: 90px;
	color: #8db0c5;
	font-size: 18px;
	font-weight: bold;
	background-color: #c7e2f3;	
	padding: 15px 30px 15px 16px;
	position: relative;
	transition: 0.5s;
	border-radius: 7px;
	line-height: 30px;
}
.myprod .gallery-thumbs h6 i{
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}
.myprod .gallery-thumbs .swiper-slide-thumb-active h6{
	background-image: url(../images/goodnavbg.png);
	background-size: cover;
	color: #fff;
}
.myprod .gallery-thumbs .swiper-slide-thumb-active h6{
	background-image: url(../images/goodnavbg.png);
	background-size: cover;
	color: #fff;
}




.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: 90%;margin-top: 14%;
	height: 70vh;padding-left: 6%;
}

.myprod .content-slide .consdec{width: 79%;}
.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 .swiper-slide{height: 80vh;}
.myprod .gallery-uls .imgbox{
	text-align: center;
	padding: 9%;
	margin-top: 11%;
	max-width: 475px;
}









.zyhome .product{
	color: #2a333a;
	background-image: url(../images/index_probg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.product .xilgo{
	position: absolute;
    width: 130px;
    bottom: 10%;
    height: 80%;
	right: 25.4%;
	text-align: center;
	padding-top: 12%;
	/* z-index: 1; */
}
.product .xilgo::after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: #d2d2d2;
	position: absolute;
	left: 50%;top: 0;
	margin-left: -1px;

}


.product .xilgo .gobox{
	padding: 10px;
	/* border: 1px solid rgba(255,255,255,0.4); */
	background-size: auto;
	transition: 0.5s;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 96px;
}
.product .xilgo span{
	font-size: 30px; text-align: center;
	line-height: 55px;
	width: 55px;height: 55px;
	background-color: #767c7e;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	z-index: 1;
	transition: 0.5s;
}

@keyframes scale{0%{ transform: scale(1); opacity:.9}100%{ transform: scale(4); opacity: 0.5;}}
@keyframes scale2{0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(8);opacity:0.5;}}
.product .xilgo .huan{position: relative;}
.product .xilgo .huan::before{
	content: '';
	display: block;
	position: absolute;
    width: 12px;height: 12px;display: block;    box-sizing: unset;
	border-radius: 50%;
	top: 40%;
	left: 45%;
	background-color: rgba(1, 75, 154, .9);
	animation: scale 5s infinite;
}
.product .xilgo .huan::after{
	content: '';
	display: block;
	position: absolute;
    width: 12px;height: 12px;display: block;    box-sizing: unset;
	border-radius: 50%;
	top: 40%;
	left: 45%;
	background-color: rgba(1, 75, 154, .5);
	animation: scale2 1.5s infinite;
}
.product .xilgo .gobox:hover span{background-color: #004ea1;}


.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{overflow: hidden;}
#formData .code .verify{display: inline-block;vertical-align: middle;}
#formData .code #verifyImg{ width: 157px;max-width: 100%;}
#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: #08407a;
}
#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;
}
/*sjbox*/
.c_lksj .sjbox{
	padding: 0.8rem 3rem 0.8rem;
	background-image: url(../images/sjcase.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
.c_lksj .sjmeaasge{
	padding: 0.8rem 1.9rem 0.8rem;
}
.c_lksj .sjmeaasge .tips{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin: 5% 0;
	width: 370px;
	max-width: 100%;
}
.c_lksj .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;
}

.content-news{padding: 3% 10%;}
/*map*/
.map{
	background-color: #d5d5d5;
	position: relative;
	overflow: hidden;
	width: 100%;
    display: block;
    padding-bottom: 40%;
}
#dituContent{
	position: absolute;
	width: 135%;
	left: 0;
	padding-bottom: 50%;
}

.case .c-container{padding: 0 1.6rem ;}
.case .c-container .c-common-title{
	display: block;
	margin: 8% 0 2% 0;
	padding-right: 2.5rem;
}
.oallnice .whatdogo .swiper-slide{
	background-color: #fff;
	padding: 6% 4%;
	background-image: url(../images/zyzc.png);
	background-position: right top;
	background-repeat: no-repeat;
	/* background-size: contain; */
}
.oallnice .whatdogo .swiper-slide img{
	width: 100%;
	height: 182px;
	object-fit: cover;
}
.case .caseall{margin-top: 9%;}
.case .mywork{
    width: 100%;
	overflow: hidden;
}
.case .cons{
	color: #7e7e7e;
	font-size: 15px;
	margin-top: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.case .whatdogo .dobox h3{
	color: #2a333a;
	font-size: 22px;
	font-weight: bold;
	line-height: 2;
	transition: 0.5s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 2%;
}
.case .whatdogo .dobox .my_btn{
	width: auto;
    text-align: center;
    margin: 3% auto 0;
    padding: 0 10px;
    color: #014b9a;
    line-height: 35px;
    font-size: 15px;
    overflow: hidden;
    transition: 0.5s;
    background-image: none;
    background: unset;
    border-color: transparent;
}
.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 .indexmsgcard{padding-top: 7%;}
.indexmsg .c-container{padding:0 1.6rem;height: 100vh;}
.indexmsg .tit>p{color: #fff;}
.indexmsg .tit>h3{color: #fff;}
.indexmsg .my_btn{
	margin: unset;
	background-color:unset;
	/* background: #da2937; */
	border: none;
	padding: 0;
	width: 50%;
	padding: 0 4%;
	transition: 0.5s;
}
.indexmsg .indexmsgbox .my_btn{
	background: #da2937; 
}

.indexmsg .my_btn:hover{color: #da2937;}
.indexmsg .my_btn p{
	font-size: 40px;color: #da2937;
	font-weight: bold;
}
.indexmsg .my_btn:hover{
	color: #fff;
	padding: 0 16%;
	white-space: nowrap;
}
.indexmsg .caseone{overflow: hidden;margin-top: 11%;min-width: 850px;}
.indexmsg .casetwo{
	overflow: hidden;
	padding-left: 85px;
	margin-top: -10.9%;
	min-width: 765px;
}
.indexmsg li{
	background-image: url(../images/ling.png);
	background-repeat: no-repeat;
	background-size: 98%;
	width: 170px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding: 6% 3%;
	text-align: center;
}
.indexmsg li span{
	color: #004ea1;
	font-size: 36px;
}
.indexmsg li p{
	color: #2a333a;
	height: 45px;margin-top: 12px;
}
.indexmsg .msggo{
	position: absolute;
	bottom: 0;width: 83%;
}
.indexmsg .msggo .lx{
	background-color: #da2937;
	padding: 0 59px 30px;
	width: 405px;
}
.indexmsg .msggo .lx::before{
	content: "";
	display: block;
	width: 405px;height: 0;
	border-top: 50px solid transparent;
    border-right: 80px solid transparent;
    border-bottom: 10px solid #da2937;
	border-left: 325px solid #da2937;
	position: absolute;
    top: -60px;
	left: 0px;
	
}
.indexmsg .msggo .lx p{font-size: 16px;}
.indexmsg .msggo .lx span{color: #fff;}
.indexmsg .msggo .lx .b{
	font-size: 24px;color: #fff;
	font-weight: bold;line-height: 2;
}
.indexmsg .msggo .lx .telbox{
	margin-bottom: 15px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}
.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: 37px;
	font-weight: bold;
	color: #da2937;
	line-height: 50px;
	white-space: nowrap;
}


/*news*/
.news{
	background-image: url(../images/newsbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    padding-top: 2%;
}
.news .c-container{
	padding: 0 2rem;
}
.newsinfo{
	padding: 0.3rem 3rem;
}
.news .c-l-box{
	position: absolute;
	top: 7%;
	left: 8%;
	color: #fff;
	padding-right: 16%;
}
.news .c-l-box .more{
	color: #fff;
    margin-top: 0.4rem;
    padding: 10px 11%;
    border-radius: 20px;
    display: inline-block;
	border: 1px solid #fff;
	transition: 0.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{background-color: #f4f4f4;}
.c_news .combox{padding: 2% 0 5%;}
.c_ywfg .combox{
	background-image: url(../images/ywfgbg.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	padding: 0.5rem 3rem 0.8rem;
}
.mz{font-size: 12px;}
/* lingyu */

.lingyu{margin-top: 1%;}
.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.5;
	height: 100px;
	margin-top: 5%;
	padding: 2% 0;
}
.lingyu .innerbox .innercons p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


.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>.ccc{float: left;}
.lyzyc>.combox{float: right;width: 75%;border-left: 1px solid #dbdbdb;}



/*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;}

.footer{
	font-size: 14px;
	position: relative;
	color: #888888;
	background-color: #132131;
}
.footer .c-container{
	padding: 0 1.6rem;
}
.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;
}

.footer a:hover{
	color: #fff;
}
.footer .backtop{
	cursor: pointer;
	text-align: center;
	background-color: #ed3333;
	padding: 10px 0.2rem;
}
.footer .weballinfo{
	padding-bottom: 0.25rem;
	color: #ffffff;
}
.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: 14px;
    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: 18px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	display: block;
	margin-bottom: 5%;
	line-height: 35px;
}
.footer .flogo a{
	font-size: 14px;
    line-height: 35px;
    transition: 0.5s;
	display: block;
	color: #888;
	white-space: nowrap;
	transition: 0.5s;
}
.footer .flogo a:hover{
	color: #fff;
}




.footer .telbox{
	font-size: 18px;
	text-align: right;
}
.footer .telbox .h2{text-align: right;}
.footer .telbox p{line-height: 2;}
.footer .telbox .icon{color: #b4242a;font-size: 50px;margin-right: 10px;}
.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;
	background-color: #132131;
}
.footer .copy a{
	color: #fff;
	transition: 0.5s;
}
.footer .copy a:hover{
	color: rgba(206, 27, 34, 0.8);
}










/*index_left_nav*/
#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 span, .fp-slidesNav ul li a span{
	width: 100%;
	height: 100%;
	background: none;
	color: #fff;
	text-shadow: 1px 1px 1px #061f58;
} */
#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: 48px;
    font-weight: bold;
    color: #2a333a;
    margin-bottom: 5%;
    margin-top: 5%;
}
.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{background-color: #fff;}
.prodetail img{max-width: 100%;}
.goodview>h3{
	font-size: 36px;
	font-weight: bold;
	color: #2a333a;
	margin-bottom: 2%;
}



.goodview .gallery-top{background-image: linear-gradient(to bottom,#20252f,#03050a);}
.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 #c-top-bg{
	display: block;
	text-align: unset;
	height: auto;
	background: #fff;
}
.proinfo #c-top-bg>.c-container{margin-top: 0;}
.proinfo #c-top-bg>.c-container{padding: 0 8.34%;}
.proinfo .c-crumbs{
	overflow: hidden;
	line-height: 30px;
}
.proinfo .proinfobox{
	width: 1590px;
	max-width: 100%;
	margin: 40px auto;
}
#probox .goodcard{margin-top: 5%;}
.proinfobox .combox{padding-left: 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: 2.3;
}
.proinfobox .ccc .list a{
	width: 100%;
	display: block;
	background-color: #fff;
	padding: 8px;
	line-height: 32px;
	font-size: 15px;
	color: #353535;
	margin-bottom: 2%;

	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 .ccc #formData{
	margin-top: 5%;
	border-bottom: 1px solid #dbdbdb;
}
.proinfobox .ccc #formData input{
	width: 100%;
	margin-bottom: 4%;
	height: 50px;line-height: 50px;
	background-color: #fff;
	border: none;
}
.proinfobox .ccc #formData textarea{display: none;}
.proinfobox .ccc #formData .code{display: flex;}
.proinfobox .ccc #formData .code>*{width: 50%;}
.proinfobox .ccc #formData .code img{max-width: 100%;height: 50px;object-fit: cover;}
.proinfobox #formData .submit{padding: 7px 7%;}
.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 h3{
	font-size: 35px;
	font-weight: bold;
	color: #2a333a;
	line-height: 2;
}
.prodetail .ddd{margin-top: 2%;padding: 5%;background-color: #f7f7f7;}
.prodetail .ddd .imgbox{margin-top: 2%;margin-bottom: 3%;}
.prodetail .ddd .imgbox img{width: 100%;}
.prodetail .ddd h2{text-align: center;font-size: 35px;line-height: 2;}
.prodetail .ddd>p{
	color: #6a6a6a;font-size: 17px;
	line-height: 32px;margin: 2% 0;
	text-indent: 2em;
}
.prodetail .ddd>ul{overflow: hidden;}
.prodetail .ddd ul li{
	float: left;width: 49%; padding: 2%;
	margin-right: 2%;margin-bottom: 2%;
	background-color: #fff;border-radius: 25px;
	display: flex;font-size: 16px;color: #6a6a6a;
	justify-content: space-between;
}
.prodetail .ddd ul li:nth-child(2n){margin-right: 0;}
.prodetail .ddd ul li span{
	display: inline-block;
	background-image: linear-gradient(to right,#e23c2b, #da2937);
	border-radius: 15px;
	width: 61px;height: 61px;
	text-align: center;line-height: 61px;
	font-size: 29px;
	color: #fff;
	transition: 0.5s;
}
.prodetail .ddd ul li:hover span{transform: rotateY(180deg);}

.prodetail .ddd ul li p{width: 83%;margin: 0;font-size: 16px;line-height: 30px;}
.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: #8a8a8a;
	line-height: 4;
	font-size: 14px;
	text-align: left;
}
.c-crumbs .icon{
	color: #da2937;
	font-size: 24px;
	vertical-align: middle;
}
.c-crumbs a{
	color: #8a8a8a;
	display: inline-block;
	margin: 0 9px;
	transition: all 0.3s;
}
.c-crumbs a:hover{color: #ce1b22;}
.join .c-join .table{	
	margin: 0.3rem 0;
	line-height: 28px;
	text-align: center;
	min-width: 880px;
}
.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% 12% 16%;
	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 15%;
}
.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: 30px;
	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*/
#zbmain .goodsinfo #c-common-bg{
	height: 7.49rem;
	background: url(../images/goodsinfo.jpg);
}
#zbmain .goodsinfo #c-top-bg{
	height: 7.49rem;
	text-align:unset;
}
.brpro{
	width: 94%;
	background-image: url(../images/bfpro.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	padding: 18px 12px 0px 13px;
}

#c-top-bg .gallery-top .swiper-slide{
	padding-bottom: 77%;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	cursor: grab;
}
#c-top-bg .gallery-thumbs{margin-left: 17%;}
#c-top-bg .gallery-thumbs .swiper-slide{
	padding-bottom: 58%;
    background-size: cover!important;
	background-repeat: no-repeat;
	background-position: center;
	cursor: grab;
	border: 5px solid #fff;
	background-color: #1f2533;
	border-radius: 3px;
}
#c-top-bg .gallery-thumbs .swiper-slide-thumb-active{border: 5px solid #004ea1;}
#c-top-bg .gallery-top .swiper-button-prev.swiper-button-white{
	filter: brightness(0);
    left: 20px;
}
#c-top-bg .gallery-top .swiper-button-next.swiper-button-white{
	filter: brightness(0);
	right: 20px;
}
.goodview .gallery-thumbs {max-height: 583px;}
.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{ background-color: #f1f1f1; margin: 3% 0 4%;}
.goodcard a{font-size: 20px;font-weight: bold;color: #2a333a;margin: 2% 5%;display: inline-block;}



.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: 0.51rem 1.6rem 0.5rem;
	background-image: url(../images/asbbg.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	background-color: #fff;
}
.company .comde1{
	font-size: 35px;
	line-height: 2.8;
	color: #061f58;
	font-weight: bold;
	text-align: left;
	margin-top: 0.3rem;
	margin-bottom: 0.5rem;
}
.company .comde1::after{
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background-image: url(../images/goodsbt.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.company .boxnum{
	width: 100%;
	color: #fff;
	font-size: 18px;
	margin: 8% 0;
	font-family: "Tahoma";
}
.company .boxnum .nums{
	float: left;
	width: calc(25% - 1px);
	text-align: center;
}
.company .boxnum .nums span{
	font-size: 80px;
	line-height: 1;
	display: inline-block;
    position: relative;
    -webkit-transform: perspective(1000px) rotate3d(0,1,0,0deg);
    transform: perspective(1000px) rotate3d(0,1,0,0deg);
    -webkit-transition: -webkit-transform 0.5s, color 0.5s;
    transition: transform 0.5s, color 0.5s;	
}
.company .boxnum .nums:hover span{
	-webkit-text-fill-color: #113480; 
	-webkit-text-stroke-color: #fff; 
	-webkit-text-stroke-width: 1px; 
	/* text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 40px #113480, 0 0 70px #113480; */
    -webkit-transform: perspective(1000px) rotate3d(0,1,0,360deg);
    transform: perspective(1000px) rotate3d(0,1,0,360deg);
}
.company .boxnum .nums>p{
	margin: 20px 0;
}
.company .boxnum .nums:nth-child(-n+3){
	border-right: 1px solid rgba(255,255,255,0.5);
}
.company .indexgood{
	position: absolute;
	right: 0;top: 0;width: 33.5%;padding: 6.29%;
	background-image: url(../images/company.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.indexgood .flex{
	padding: 5% 5% 10%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	display: flex;
    justify-content: space-around;
    align-items: center;
}
.indexgood .flex  h5{
	color: #fff;
	font-size: 34px;
	font-weight: bold;
}

.mygoodsline{
	color: #333;
	padding-top: 3.2%;
	text-align: left;
}
.mygoodsline .c-container{margin: 0 0 0 1.6rem;padding: 0 1.6rem 0 0; overflow: hidden;}
.mygoodsline .c-container .swiper-container{overflow: visible;    padding-right: 6%;}
.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%;
}
.honors{padding: 2% 0;color: #2a333a;}
.honors .honorimg{padding: 2% 0;}
.honors .honorimg .swiper-container{padding-bottom: 4%;}

.honors .honorimg .swiper-slide{
	text-align: center;
    background-color: #e8eff6;
	padding: 3% 1% 3%;
	height: calc((100% - 30px) / 2);	
}
.honors .honorimg .swiper-slide img{width: 100%;height: 223px;object-fit: contain;}
.honors .honorimg .swiper-slide h6{
	margin-top: 5%;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
	line-height: 2;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #2a333a;
}
#swiper-container1 .swiper-slide-next~.swiper-slide{
	opacity: 0.5;
}
#swiper-container1 .swiper-slide::after{
	content: "";
	display: block;
	width: 100%;position: absolute;bottom: 0;padding-bottom: 20%;
	background-image: linear-gradient(to top, #333, transparent);
}

#swiper-container1 .imgbox>img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.mygoodsline .swiper-container a{
	color: #fff;
	display: block;
}
.mygoodsline .swiper-container .name{
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
}
.mygoodsline .swiper-container .name h4{
	display: inline-block;
	padding: 4% 8%;
	font-size: 24px;
	background-color: rgba(17, 75, 137, 0.8);
}
#swiper-container1 .swiper-pagination{
	height: 2px;
	width: 37%;
    left: 50%;transform: translateX(-50%);
    bottom: 0px;
}

#swiper-container1 .swiper-pagination .swiper-pagination-progressbar-fill{
	background-color: #004ea1;
}
.mygoodsline .nameflex{padding-right: 1.6rem;}

.nameflex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nameflex>a{
	color: #004ea1;font-size: 15px;
	font-weight: bold;display: block;
}
.nameflex>a span{display: inline-block;margin-left: 40px;transition: 0.5s;}
.nameflex>a:hover span{margin-left: 20px;}


.mygoodsline .casebtn{
	text-align: center;
	padding-bottom: 30px;
	font-size: 15px;
	color: #717171;
}
.mygoodsline .casebtn .flex{display: flex;justify-content:center;padding: 3% 3% 2%;}
.mygoodsline .casebtn .flex .iconfont{font-size: 30px;}
.mygoodsline .casebtn .flex .icon-shubiao{font-size: 50px;vertical-align: middle;margin: 0 20px;}
.mygoodsline .casebtn .flex .iconfont:hover{color: #004ea1;}

/*setserver*/
.zyfzlc{
	color: #2a333a;
	padding: 4.2% 0 9%;
	background-image: url(../images/lcbg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}
.zyfzlc .solgen{
	display: none;
	width: 850px;
	margin:0%  auto 0;
	max-width: 100%;
	font-size: 20px;
	color: #fff;
	line-height: 2.2;
}
.zyfzlc .solgen.act{
	display: block;
}
.zyfzlc .telus{
	color: #fff;
	display: inline-block;
	padding: 10px 22px;
	border-radius: 20px;
	margin-top: 5%;
	font-size: 18px;
	font-weight: bold;
	background-color: rgba(206, 27, 34, 0.8);
}
.zyfzlc .text-cons{margin-top: 3%;}
.zyfzlc .text-cons .edit-box{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.zyfzlc .text-cons .item:not(.on) {
    display: none;
}
.zyfzlc .date-line{
	margin-top: 5%;
	height: 150px;
	overflow: hidden;
}

.date-line-active{
    position: absolute;
    right: 7%;
    bottom: 3%;
    z-index: 1;
    user-select: none;
}
.zyfzlc .years{
	margin-top: 5%;
	width: max-content;
    height: 260px;
    overflow: hidden;
    padding-right: 15px;
	color: #444;
	overflow-x: hidden!important;
    overflow-y: auto!important;
}
.zyfzlc .years li{font-size: 20px;line-height: 35px;opacity: 0.5;}
.zyfzlc .years li.active{opacity: 1;}


.date-line-active .circle {
    width: 505px;
    height: 505px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition:  .8s;
}

.date-line-active .year {
	font-size: 200px;
	color: #004ea1;
	font-weight: bold;
    position: absolute;
    right: 40%;
    bottom: 0;
    transform: translateY(30%);
    line-height: 1
}
.date-line .wrap {
    text-align: center;
    cursor: pointer
}
.date-line .dot{
	margin: 0 auto;
	position: relative;
}
.date-line .circle{
	width:27px;
    height:27px;
    background: #004ea1;
    color: #fff;
    border: 1px solid #004ea1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: background .8s;
}
@keyframes a1 {
    0%,100% {
		transform: scale(1);
		transform-origin: center;
    }
    50% {
		transform: scale(1.2);
		transform-origin: center;
    }
}
.date-line li {
    display: flex;
    align-items: center;
    padding-left:99px;
    position: relative;
    user-select: none;
    font-size: 22px;
}
.date-line li:hover .dot{
	
    animation: a1 1s linear infinite;
}
.date-line li.active .dot::before {
    content: '';
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.date-line li.active  .circle{
   width: 37px;
   height: 37px;
}
.date-line li:not(.null):before {
    content: '';
    display: block;
    position: absolute;
    left:4%;
	width: 100%;
	padding-bottom: 22%;
    /* height: 117px; */
    background: url(../images/dots.png) no-repeat;
	background-size: cover;
	background-position: 0px 0px;
    z-index: -1;
}
.date-line li:nth-child(2n)::before {
    background-position-x: 50%
}
@keyframes ig {
    0% {
        transform: scale(.5);
        opacity: 0
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes ye {
    0% {
        transform: translateY(200%);
        opacity: 0
    }

    100% {
        transform: translateY(30%);
        opacity: 1
    }
}

.date-line-active .imgbox img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover
}

.date-line-active.ani .imgbox {
    animation: ig 1s
}

.date-line-active.ani .year {
    animation: ye 1s
}










@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{
	text-align: center;
	margin-bottom: 23%;
}
.company_advs .advsbox{
	color: #fff;
	width: 100%;
	height: 152px;
}
.company_advs .advsbox p{
	padding-top: 39%;
	font-size: 15px;
	line-height: 1.5;
}
.company_advs .advsbox h5{
	line-height: 3;
	font-size: 15px;
}
.company_advs .advsbox span{
	font-size: 40px;
	font-weight: bold;
}




/* 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{
	margin-top: 16%;
	margin-bottom: 16%;
	padding-right: 3%;
}
.c-company .cominfo img{max-width: 100%;}
.c-company .cominfo .cons{
	padding-right: 5%;
	color: #333;
	font-size: 16px;
	line-height: 35px;
	height: 350px;
	overflow-y: scroll;
}
.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;
}
.c_news .news_three{margin-top: 2.5%;}
.c_news .news_three a{
	display: block;color: #333;
	width: 95%;
	margin: auto;
}
.c_news .news_three a>p{margin-top: 3%;}
.c_news .news_three h5{
	font-size: 22px;
	line-height: 3;
	font-weight: bold;
	transition: 0.5s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.c_news .news_three .def{
	font-size: 16px;
	margin-bottom: 5%;
	line-height: 30px;
	opacity: 0.5;

	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.c_news .news_three .more{
	text-align: center;
	color: #014b9a;
	font-size: 15px;
	font-weight: bold;
}


.c_news .news_three .imgbox img{
	width: 100%;
	height: 270px;
	object-fit: contain;
	display: block;
	background-color: #111520;
}
.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% 6px;
	font-size: 14px;
	color: #929292;
}
.newbox .catname h3{
	color: #2a333a;
	font-size: 30px;
	font-weight: bolder;
	display: inline-block;
	margin-right: 5px;
}
.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: 0.4rem 0;
}
.address .name{
	font-size: 24px;
	line-height: 2;
	color: #061f58;
	font-weight: bold;
	text-align: center;
	margin-top: 0.3rem;
	margin-bottom: 0.5rem;
}
.address .name::after{
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background-image: url(../images/goodsbt.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10%;
}
.address .catinfo{
	color: #fff;
	line-height: 2;
	position: relative;
}
.address .catinfo .c_cons_name{
	font-size: 20px;
	margin-bottom: 10%;
}
.address .catinfo .c-card{
	color: #000;
	padding: 4% 2%;
	width: 34%;
	min-width: 310px;
	position: absolute;
	top: 9%;
	left: 5%;
	background-image: url(../images/kfbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #fff;
	transition: 0.5s;
	z-index: 10;
}

.address .catinfo .c-card:hover{box-shadow: 0 0 12px #004ea1;}
.address .catinfo .c-card h2{
	font-size: 30px;
	font-weight: bolder;
	margin-bottom: 5%;
	border-bottom: 1px solid #d7d8d8;
}
.address .catinfo .c-card h2::after{
	content: "";
	display: block;
	width: 35px;
	height: 4px;
	margin: 6% 0 8%;
	background-color: #004ea1;
}
.address .catinfo .c-card>div{margin-bottom: 5%;}
.address .catinfo .c-card p{
	font-size: 16px;
	line-height: 35px;
}
.address  .concard{
	padding: 0.3rem 0 ;
	margin: 0.3rem 0;
}
.address  .concard .card{
	height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: 0.5s;
	background-color: #f5f5f5;
	width: 92%;
	margin: auto;
}
.address  .concard .card p{margin-top: 0.3rem;}
.address  .concard .icon{font-size: 0.4rem;}
.address  .c-card a{color: #2a333a;font-size: 25px;font-family: fantasy;}
.address  .c-card a:hover{color: #004ea1;}
.address .meassge p{
	font-size: 16px;
	color: #a1a1a1;
	margin-top: -0.2rem;
    margin-bottom: 0.3rem;
}
.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;
	line-height: 35px;
  font-size:17px;
}
#page_Content p{margin-bottom: 10px;}

#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;
}
.imageslist .imgbox img{
	width: 100%;
	height: 260px;
	object-fit: cover;
}
.imageslist .innerbox{padding: 3%;}
.imageslist .innerbox h3{
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 2%;
	text-align: center;
	line-height: 45px;
}
#page_Content img{max-width: 100%;max-height: 100%;    object-fit: contain;}


@media (min-width: 991px){
	.indexmsg .indexmsgbox .c-cn-title::after{
		margin: 20px 0 20px 23%;
	}
}

/* pc */
@media (max-width: 1600px) {
	.company .indexgood{top: 7%;}
	.carousel>img{height: 614px;}
	.lyzyc>.combox{width: 73%;;padding-left: 3%;}
	.tit>h3{font-size: 44px;}
	.indexmsg .subtn p{font-size: 29px;}
	.c-container{padding: 0 1rem;}
	.footer .c-container{padding: 0 1rem;}
	.column{padding: 0 1rem;}


	.c-enTitle{font-size: 52px;}
	.slogen{font-size: 32px;}
}
@media (max-width: 1550px) {
	#zbheader .c-nav li a{padding: 0 8px;}
	.indexmsg li{font-size: 16px;}
	.indexmsg .indexmsgcard{padding-top: 13%;}
}
@media (max-width: 1500px) {
	.indexmsg .caseone{min-width: 700px;}
	.indexmsg li{font-size: 15px;width: 140px;padding: 4%;}
	.indexmsg li span{font-size: 28px;}
	.indexmsg .casetwo{margin-top: -9.9%;padding-left: 70px;}
	#formData .code #verifyImg{height: auto;}
	.indexmsg .casetwo{min-width: 630px;}
	.tit>h3{font-size: 36px;}
	.myprod .content-slide .consdec{width: 100%;}
	.gramme .imgbox img{max-height: 350px;}

}
@media (max-width: 1460px) {
	.tit>h3{font-size: 33px;}
	/*proinfo*/
	.proinfo .c-crumbs{padding: 15px 0;}
	.prodetail .catename{font-size: 20px;}
	.goodcard ul li,.prodetail .comsimg h5,.prodetail .sixsercer h5{font-size: 18px;}
	#c-about .c-left-box .c-img-box .comcard{bottom: -16%;}
	/* proinfoend */

	/* .company */
	.company .tit{font-size: 30px;}
	.company .wem{font-size: 21px;}
	.company .indexgood{top: 8.5%;}
	.company_advs .advsbox{width: 140px;height: 140px;}
	.company_advs .advsbox span{font-size: 32px;}
	.company_advs .advsbox h5{font-size: 16px;line-height: 2;}
	/* company */
	#swiper-container1 .imgbox>img{height: 450px;}
	.indexmsg .msggo .lx{width: 300px;padding: 0 25px 30px;}
	.indexmsg .msggo .lx::before{
		width: 300px;
	    border-top: 53px solid transparent;
		border-right: 70px solid transparent;
		border-bottom: 10px solid #da2937;
		border-left: 230px solid #da2937;
	}
	.indexmsg .msggo .lx .b{font-size: 20px;}
	.indexmsg .subtn p{font-size: 23px;}
	.indexmsg .my_btn:hover{padding: 0 13%;}
	.my_btn{font-size: 15px;}
	.indexmsg .c-container{padding:0 5%;}
	.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;}
	.address .catinfo .c-card h2{font-size: 25px;margin-bottom: 2%;}
	.address .c-card a{font-size: 21px;}





}
@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)  {
	#swiper-container1 .imgbox>img{height: 410px;}



	.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 .tit>p{font-size: 28px;}
	.myprod .gramme .content-slide div,.about .c-img-box ul li .c_name{font-size: 17px;}
	
	.oallnice .whatdogo .swiper-slide img{height: 135px;}
	.case .whatdogo .dobox h3{font-size: 17px;}

	div.case .c-cn-title{font-size: 28px;}
.indexmsg .c-container{padding: 0 5%;}
.indexmsg .indexmsgbox .c-cn-title::after{margin: 20px 0;}
.indexmsg .c-cn-title{margin-bottom: 0;}






.footer .weballinfo .task .tel{font-size: 26px;}
}
@media (max-width: 1400px) {
	.footer .addinfo{white-space: nowrap;}
	#zbheader .c-nav{font-size: 15px;}
	.sliders .info{display: block;overflow: hidden;}
	.sliders .info>div{float: left;width: 50%;margin-bottom: 1%;}
	.mynavgo{margin-top: 1%;}
	.mynavgo a{font-size: 18px;padding-bottom: 20px;}
	.moreinfo ul li span{font-size: 18px;}
	.lingyu .innerbox h3{font-size:25px;}
	.lingyu .innerbox .flex .icon{font-size: 39px;}
	.ctit h4{font-size: 34px;}
	.ctit>p{font-size: 27px;}
	.fnews .nxw .xwlist h3{font-size: 27px;}
	.c_news .news_three h5{font-size: 24px;}
	.c_news .newslist ul li h3{font-size: 22px;}
	.newbox .newslist ul li h3{font-size: 20px;}
	.page_cont h3{font-size: 24px;}
	.indexgood .flex h5{font-size: 28px;}
	.yftit{font-size: 28px;}
	.yfbox li .box h5{font-size: 20px;}
	.c_name h6{font-size: 33px;}

}
@media (max-width: 1360px) {
	
	.fnews .nxw .xwpic{height: 430px;}
	.tit>h3{font-size: 30px;}
	#zbheader .c-inner{padding: 0 5%;}
	.lyzyc>.combox{width: 71%;padding-left: 1.5%;}
	.news-slider {max-width: 1000px;}
	.date-line-active .circle{width: 300px;height: 300px;}
	.date-line-active .year{font-size: 130px;}
	.date-line-active{bottom: 18%;}
	#zbheader .c-nav .c-search-box select{
		padding: 10px 15px 10px 30px;border-right: 15px solid #fff;
		background-color: #fff;
	}
	#zbheader .mylogo a{display: block;overflow: hidden;}
	.footer .c-container{padding: 0  0.5rem;}
	.column{padding: 0 0.5rem;}
	.newbox .catname h3{font-size: 22px;}
	.column .inner{padding: 3% 3% 0;}


}
@media (max-width: 1266px) {
	.myprod .gramme .content-slide .consdec{
		font-size: 14px;
	}
}

@media (max-width: 1260px) {
	#zbheader .menu-wrap ul>li>a{font-size: 18px;}
	#zbheader .menu-wrap ul li span{font-size: 25px;}

	.mynavgo a{font-size: 15px;}
	#c-about .c-left-box .c-img-box .comcard{bottom: -29%;}
	.myprod .gallery-uls{margin-top: 25%;}
	.myprod .gallery-thumbs h6{width: 170px;height: 85px;line-height: 26px;font-size: 15px;}
	.myprod .gallery-thumbs{margin-top: 45%;margin-left: 20%;}
	#zbheader .c-inner{padding: 0 2.5%;}
	.prodetail .titname h3{font-size: 27px;}
	.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;}
}

@media (max-width: 1200px) {
	.mnavsgo>li{width: 14.5%;}
	.mnavsgo>li:last-child{width: 13%;}
	#zbheader .menu-wrap ul>li>a{font-size: 17px;}
	.yfbox li .box>p{font-size: 14px;line-height: 26px;}
	.yfbox li .box h5{font-size: 18px;}
	.page_cont h3{font-size: 20px;}
	.yftit{font-size: 24px;}
	.ctit>p{font-size: 22px;}
	.lingyu .innerbox .flex .icon{font-size: 28px;}
	.lingyu .innerbox h3{font-size: 22px;}
	.map{padding-bottom: 53%;}
	#dituContent{padding-bottom: 58%;}
	.footer .telbox .h2{text-align: left;}
	.footer .flogo .code .h2{text-align: left;}
	.footer .flogo .code{text-align: left;}
	.footer .addinfo{text-align: left;}
	.fnews .nxw .xwlist h3{font-size: 22px;}
	.mygoodsline .c-container{margin: 0 0 0 1rem;}


	.indexmsg .indexmsgcard .col-xs-12{width: 100%;}
	.indexmsg li{padding: 28px;}
	.indexmsg .msggo .lx .b{font-size: 17px;}
	.indexmsg .tit>h3{display: inline-block;margin: 1% 1% 1% 0;line-height: 2;}
	.indexmsg .my_btn{display: inline-block;width: auto;}
	.indexmsg .my_btn:hover{padding:0 5%;}
	.indexmsg .caseone{width: 700px;margin: auto;}
	.indexmsg .casetwo {
		min-width: unset;
		width: 690px;
		margin: -55px auto;
		padding-left: 65px;
	}
	.indexmsg .msggo .hids4{display: none;}
	.indexmsg .msggo .hids8{display: block;width: 100%;}
	.indexmsg .names .my_btn{padding: 0 11%;}
	.zyhome .case .move1{width: 90%;}







}


/* 1024 */
@media (max-width: 1024px) {
	#c-top-bg .gallery-thumbs .swiper-slide{
		padding-bottom: 30%;
	}
	.ctit h4{font-size: 29px;}
	.tit>h3{font-size: 29px;}
	.proinfobox .ccc .list{width: 290px;}
	.newbox .newslist ul li h3{font-size: 18px;}
	.yfbox li{width: 33.33%;padding-top: 8.8%;}
	.yfbox li .box span{width: 80px;height: 80px;line-height: 80px;font-size: 38px;}
	.yfbox li .box{padding: 5% 7% 21%;}
	.mygoodsline .swiper-container .name h4{font-size: 20px;}
	.c_name h6{font-size: 30px;}
	.zyfzlc .text-cons .edit-box{font-size: 19px;}
}

/*992*/
@media (max-width: 992px) {
	.case .whatdogo .dobox .iconfont{margin-left: 2%;zoom: 0.8;}
	.my_btn{background: #014b9a;}
	.tit>h3{font-size: 26px;}

	#prev_next li{width: 100%;}

	#fp-nav.left{display: none;}
	#prev_next .page-a{
		display: inline-block;
		max-width: 80%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		vertical-align: middle;
	}


	.myprod .gramme .content-slide .consdec{display: none;}
	.case .whatdogo .dobox .time1{font-family: "微软雅黑";}
	.case .cons{font-size: 14px;}


	.honors .honorimg .swiper-slide img{height: 160px;}
	.c_name p{font-size: 17px;}
	.yfbox li .box h5{font-size: 16px;}
	.indexgood .flex h5{font-size: 22px;}
	.company_advs .advsbox h5{font-size: 14px;}
	.page_cont h3{font-size: 18px;line-height: 1.75;}
	.c-join .combox{overflow-x: scroll;}
	.fnews .nxw .xwpic{height: 340px;}
	.fnews .nxw .xwlist h6{font-size: 16px;margin-top: 1%;}
	.fnews .nxw .xwlist h3{font-size: 18px;}
	.fnews .nxw .xwlist .mores{font-size: 14px;}
	.newsgo .gobox span{zoom: 0.8;}
	.fnews .newsgo{bottom: 4%;}
	.c_news .news_three .imgbox img{height: 170px;}
	.c_news .news_three h5{font-size: 18px;}
	.c_news .newslist ul li h3{font-size: 18px;}
	.company_advs .advsbox{margin: auto;}
	

	
	#formData .code #verifyImg{width: 138px;}
	.address .catinfo .c-card h2::after{margin: 2% 0 3%;}
	.address .catinfo .c-card>div{margin-bottom: 0;}

	#c-about h3{line-height: 40px;}
	.mybanner .swiper-slide .c-bg2{display: block;}
	.mybanner .swiper-slide .c-bg{display: none;}
	

	#c-about .c-left-box .c-img-box{display: none;}
	#c-about .consdec{width: 100%;}

	#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;}
	.lyzyc>.combox{width: 100%;border: none;padding: 0 10px;}
	#c-top-bg .gallery-thumbs{margin-left: 0;}
	.goodcard a{font-size: 16px;}
	.prodetail .titname h3{font-size: 20px;}
	.prodetail .ddd h2{font-size: 20px;}
	.prodetail .ddd>p{font-size: 14px;}
	
	.prodetail .ddd ul li{width: 100%;padding: 5% 3%;    align-items: center;}
	.prodetail .ddd ul li p{font-size: 14px;}
	.prodetail .ddd ul li span{zoom: 0.8;margin-right: 5px;}
	/* 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;}

	.mygoodsline .c_name h6{font-size: 28px;}
	.mygoodsline .c_name p{font-size: 17px;line-height: 40px;margin: 3%;}
	.mygoodsline .swiper-container .name h4{font-size: 26px;}
	.mygoodsline .swiper-container .name p{font-size: 17px;}
	#swiper-container1 .imgbox>img{height: 320px;}
	.mygoodsline .swiper-container .name .navs{margin-top: 40%;}
	.mygoodsline .swiper-container .name:hover .navs{
		opacity: 1;
		margin-top: 35%;
	}
	.company .indexgood{
		width: 100%;
		position: unset;
		text-align: center;
	}
	.company .indexgood img{
		display: none;
	}
	.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%;}
	.whatbtn .gobox{display: none;}
	.case .cons{width: 55%;margin-right: 0;}

	/*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 .tit>p{font-size: 22px;}
	.myprod .gramme .content-slide div, .about .c-img-box ul li .c_name{font-size: 15px;}
	.myprod .gramme{padding-top: 30%;}



	.footer .flogo .fnavs a{font-size: 14px;}
	.footer .flogo .fnavs{text-align: center;}
	#zbheader .c-nav2{font-size: 18px;}

	.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;
	}
	#c-about .c-left-box .c-img-box{
		padding-top: 1rem;
	}
	.about .c-img-box a{
		padding: 4%;
	}

	.about .c_name{
		margin-bottom: 0;
	}
	#c-about .c-left-box .c-img-box{
		padding-left: 0;
	}
}
/* move */
.m7{display: none;}
@media (max-width: 765px) {
	.yfbox li .box span{zoom: 0.8;}


	.section.case .navgo a{display: inline-block;}
	.section.case .my_btn{display: inline-block;font-size: 14px;width: auto;margin: 1%;}
	#page_Content{line-height: 30px;}
	
	.proinfo #c-top-bg>.c-container{padding: 0 5px;}
	.page_cont h3{margin-bottom: 15px;}
	.c_news .newslist .flex{margin: 6% 0;}
	.fnews .newsgo .swiper-pagination{display: none;}
	.fnews .newsgo{bottom: 7%;}
	.fnews .nxw .xwpic{height: 210px;}
	.tit>p,
	.myprod .gramme .content-slide .tit>p{
		font-size: 24px;
	}

	.lingyu .innerbox h3{line-height: 30px;}
	.lingyu .innerbox .innercons{height: 60px;font-size: 13px;margin-top: 1%;}
	.lingyu .more{font-size: 14px;}
	.lingyu .innerbox{padding: 4%;}
	.c_name p{line-height: 26px;margin: 5% 0;}
	#formData input{height: 40px;font-size: 14px;}
	#formData textarea{font-size: 14px;}

	.address .c-card a{font-family: "微软雅黑";}
	.moreinfo ul li span{font-family: "微软雅黑";}
	#zbheader .c-nav .c-search-box select{
		box-sizing: unset;
		padding: 0;
		width: 45px;
		height: 35px;line-height: 35px;
		border-left: 10px solid #fff;
		border-right: 1px solid #fff;
		/* border: none; */
		text-align: center;
		border-radius:10px;
		margin-top: 10px;
	}
	.goodssearch .from{margin-bottom: 5%;}
	#c-top-bg .gallery-thumbs .swiper-slide{padding-bottom: 19%;}
	.goodslist h2{font-size: 20px;}
	.goodslist .inners ul li .h3{height: 40px;}
	.goodslist .inners ul li h3{font-size: 16px;}
	.goodslist .inners ul li:hover .h3{height: 95px;}
	.goodslist .inners ul li .h3 a{
		font-size: 12px;
		line-height: 28px;
	}
	.goodssearch .box .right{
		float: unset;
		width: 100%;
		text-align: center;
		margin-top: 5%;
	}
	.goodssearch .box form button{padding: 0 25px;}
	.goodssearch .box{padding: 15px;}
	.goodslist .inners ul li{width: 50%;}
	.goodslist .inners ul li .imgbox{height: 180px;}
	.indexmsgbox{width: 97%;}
	.indexmsg .subtn p{font-size: 18px;}
	.indexmsg form .my_btn{width: 47.5%;}
	.indexmsg li span{display: inline-block;margin-top: 15px;}
	.indexmsg li p{margin-top: 0;}
	#zbheader .mylogo a img{max-width: 75%;}
	.indexmsg .my_btn{width: 30%;}
	.m7{display: block;margin-top: 7%;}
	.p7{display: none;}
	.indexmsg .p7 .caseone{width: 100%;}	
	.indexmsg li{
		background: #fff;
		width: 30%;
		padding: 5px;
		margin: 5px;
	}
	.indexmsg li:nth-child(n+7){
		display: none;
	}


	.myprod .gallery-thumbs h6{
		width: 88%;
		margin: auto;
	}
	.myprod .thispro a{
		font-size: 14px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.product .xilgo{height: auto;}
	.mybanner .c-dot .swiper-prev{right: 110px;}
	.mybanner .gobox span{zoom: 0.8;}
	.product .xilgo::after{display: none;}
	.myprod .gallery-uls{height: 46vh;}
	.myprod .gallery-thumbs h6{
		font-size: 13px;
		padding: 30px 13px 0 13px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}


	.mygoodsline .casebtn .flex .icon-shubiao{font-size: 30px;}
	.mygoodsline .casebtn{padding-top: 20px;}
	.honors .honorimg .swiper-slide img{height: 150px;}
	.honors .honorimg .swiper-slide{padding: 1%;}
	.honors .honorimg .swiper-slide h6{font-size: 15px;}
	.honors .honorimg .swiper-container{padding-bottom: 12%;}
	.zyfzlc .text-cons .edit-box{font-size: 16px;}

	.mygoodsline .swiper-container .name h4{font-size: 15px;}
	#swiper-container1 .imgbox>img{height: 200px;}
	.nameflex>a{white-space: nowrap;}
	.nameflex>a span{margin-left: 5px;}
	.company .tit{font-size: 22px;}
	.c_name h6{font-size: 20px;}
	.yfbox li .box h5{font-size: 15px;line-height: 25px;height: 45px;}
	.yfbox li .box>p{font-size: 12px;}
	
	.oth_news ul li h3{font-size: 15px;}
	.oth_news h5{font-size: 18px;margin-bottom: 0;margin-top: 2%;}
	.newbox .newslist ul li h3{font-size: 16px;}
	.newbox .newslist ul li p{font-size: 13px;}
	.newbox .newslist{padding-right: 0;border-right:none;}
	.oth_news{padding: 0;}
	.oth_news ul li{padding: 3%;margin-bottom: 2%;}
	.oth_news ul li h3{margin-bottom: 0;}



	.c_news .newslist ul li{width: 98%;margin-right:unset;}
	.c_news .news_three .def{font-size: 14px;line-height: 32px;}
	.fnews .nxw .xwlist h3{
		font-size: 15px;line-height: 30px;
	    overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.cmore{font-size: 14px;}
	.ctit>p{font-size: 18px;}
	.ctit h4{font-size: 20px;}
	.c_news .news_three h5{font-size: 16px;}
	.c_news .newslist ul li h3{font-size: 16px;}


	.lingyu .innerbox h3{font-size: 18px;}
	.c-crumbs .icon{font-size: 18px;}
	.mynavgo a{padding-bottom: 10px;padding-top: 10px;font-size: 14px;}
	#formData .code .verify{width: 49%;}

	.indexmsg #formData .code input{width: 47.5%;}

	#formData .submit{width: 100%;text-align: center;font-size: 14px;}
	#dituContent{position: unset;width: 100%;padding-bottom: 80%;}
	.map{padding: 0;}
	#zbheader .mylogo img{max-width: 80%;}

	.newbox{padding: 5% 0;}
	.address .catinfo .c-card h2{font-size: 20px;}
	.newbox .catname h3{font-size: 20px;}
	.address .c-card a{font-size: 17px;}
	.moreinfo ul li span{font-size: 15px;}
	.moreinfo ul li>div{width: 100%;}

	.footer .copy{display: block;text-align: center;}
	.footer .copy .name a{
		display: block;
		margin-bottom: 5%;
	}
	.indexmsg .msggo{width: 100%;}
	.footer .copy{font-size: 12px;}
	.product .xilgo .gobox{display: none;}
	.myprod .gallery-thumbs{margin: 0;}

	.indexmsg .indexmsgcard{padding-top: 37%;}

	.indexmsg .indexmsgcard .col-xs-12{zoom: 0.85;}
	/* .indexmsg .indexmsgcard .col-xs-12 ul{overflow-x: scroll;}
	.indexmsg .indexmsgcard .col-xs-12 ol{overflow-x: scroll;} */
	.tit>h3{font-size: 20px;}
	.gramme .tit>h3{margin-top: 5%;font-size: 16px;line-height: 30px;}

	.section.case .my_btn{display: none;}
	#c-about h3{line-height: 30px;}
	.rightnav{display: none;}
	#zbnav{zoom: 0.8;}
	#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;}
	#c-top-bg .gallery-thumbs .swiper-slide{background-size: 66px;}
	.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-top-bg .prodetail img{max-width: 100%;}
	.c-crumbs{font-size: 15px;}
	.prodetail .sixsercer .imgbox img{height: 180px;}
	.goodcard ul li, .prodetail .comsimg h5, .prodetail .sixsercer h5{
		font-size: 15px;
	}
	#c-top-bg .tuiswiper img{max-width: 100%;}	
	.combox .tuiswiper{padding: 3% 5%;}
	#c-top-bg img{max-width: 55%;}
	.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%;}
	.c_news .newslist ul li .mycons{font-size: 14px;}

	.caselist .mycase:hover .casebox{padding-top: 10%;}
	.caselist .mycase .casebox{top: 80%;}
	.mygoodsline .swiper-container .name h4{font-size: 20px;}
	.mygoodsline .swiper-container .name p{font-size: 14px;}
	.mygoodsline .c_name h6{font-size: 22px;}
	.mygoodsline .c_name p{
		font-size: 13px;
		line-height: 30px;
		margin: 0;
	}
	.c_name p{font-size: 13px;}
	.setserver .solgen{font-size: 14px;margin: 5% auto 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;}
	.case .whatdogo .dobox:hover h3{color: #0063bb;}
	div.case .c-cn-title{font-size: 20px;line-height: 30px;}
	.case .c-container{padding: 0 10px 0 1rem;}
	.oallnice .whatdogo .swiper-slide img{height: 135px;}
	.case .whatdogo .dobox h3{font-size: 18px;}
	.case .whatdogo .dobox .time1{font-size: 38px;}
	.section.case .navgo a{font-size: 16px;}


	.case .cons{width: 100%;}
	.myprod .gramme{padding-top: 15%;}
	.indexmsg .names{margin-bottom: 5px;}
	.indexmsg #formData input,.indexmsg #formData textarea{font-size: 14px;}
	.indexmsg .indexmsgbox .c-common-title{
		margin-top: 10px;
		text-align: left;
		justify-content: left;
		padding-bottom: 0;
	}
	.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;}
	.zyfzlc .years{height: 190px;}
	.date-line-active .year{font-size: 70px;}
	.date-line-active{bottom: 8%;right: 5%;}
	.date-line-active .circle{width: 260px;height: 260px;}
	.case .whatdogo .dobox .my_btn{display: block;}
	.indexmsg .caseone{max-width: 100%;width: 100%;min-width: 370px;}
  
  
  #page_Content{
  font-size:14px;
}
}
@media screen and (max-width: 650px) {
	.closethis{font-size: 14px;text-align: center;top: 15px;}



	.case .whatdogo .dobox .time1{font-size: 20px;}
	.case .whatdogo .dobox h3{font-size: 16px;}
	.case .cons{font-size: 13px;}

	#zbnav{zoom: 0.6;}
	.date-line-active .year{font-size: 50px;}
	.zyfzlc .years{height: 140px;}
	.date-line-active .circle{width: 200px;height: 200px;}
	.date-line-active{bottom: 12%;right: 3%;}
	#c-top-bg.case{background-attachment:unset;}
	.c-goodsinfo .c_name{margin-top: 8%;}
	.prodetail .comsimg .imgbox img{height: 170px;}
	.goodslist .inners>p{line-height: 30px;margin: 2% 0;}
	.column .inner{padding: 3% 2px 0;}
	.c-crumbs{font-size: 13px;}
	.c-crumbs a{margin: 0;}
	.goodssearch .from{display: block;width: 100%;}
	.goodssearch .box form{display: flex;width: 100%;}
	.goodssearch .box form input{width: 80%;    margin-left: 0;}
	.goodssearch .box .right{
		display: flex;
    justify-content: space-between;
	}
	.indexmsg .c-container{height: auto;}
	.indexmsg .indexmsgcard{padding-top: 0;}
	.indexmsg .indexmsgbox .c-common-title{display: none;}
	.indexmsg li:nth-child(n+7){display: block;}
	#formData .code .verify{width: 48%;}
	.yfbox li{width: 49%;padding-top: 15%;}
	.footer .copy .name a{zoom: 0.8;}

	.oallnice .whatdogo .swiper-slide img{height: 80px;}
	#zbheader .c-nav{width: 67%;}
}
@media screen and (max-width: 576px) {
	.news-slider {margin-top: 45px;}
}
@media (max-width: 500px) {
	.section.case .navgo a::before{width: 18px;}



	#zbheader .c-nav{width: 50%;}
	.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;}
}