*{margin: 0;padding: 0;}
a{text-decoration: none;}
ul{list-style: none;}
input, button, select, textarea{outline: none;-webkit-appearance: none;}
body{
	background-color: #f6f7f8;
}
#head{
	width: 100%;
	/* position: absolute;
	top: 0;
	height: 100px; */
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	background-color: #fff;
}

.oh{
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.content-area{margin: 0 auto;width: 1200px;min-width: 1200px;}

.h-top{height: 100px;position: relative;float: left;}
.h-top h1{
	float: left;
	width: 221px;
	line-height: 100px;
	padding: 0px 0;
}
.top-r{width: 971px;float: left;}
.h-top h1 img{max-width: 100%;    vertical-align: middle;}
.nav>li>a{
	color: #474747;
	font-weight: bold;
	display: block;
	position: relative;
	transition: all 0.3s;
	margin: 0 16px;
    white-space: nowrap;
}
.nav>li>a::after{
	content: '';
    display: inline-block;
    width: 0px;
    height: 5px;
    background-color: #032a8c;
    position: absolute;
    bottom: 12px;
    left: 50%;
	transform: translate(-50%,0);
	transition: all 0.3s;
}
.nav>li:hover>a{
	color: #032a8c;
}
.nav>li:hover a::after{
	width: 50px;
}
.nav>li.active a{
	color: #032a8c;
}
.nav>li.active a::after{
	width: 50px;
}
.nav>li>ul{
	height: 0;
	line-height: 28px;
	transition: all 0.3s;
	overflow: hidden;
	position: absolute;
	width: 160%;
	z-index: 9;
}
.nav>li>ul>li{	
	line-height: 40px;
	/* padding: 2px 13px;	 */
	transition: all 0.3s;
	background-color: #fff;
}
.nav>li>ul>li:last-child{
	border: none;
}
.nav>li>ul li a{
	color: #474747;
	display: block;
	border-radius: 23px;
	transition: 0.3s;
	text-align: left;
    text-indent: 1em;
}
.nav>li>ul li a:hover{
	color: #004098;
	font-weight: bold;
}
.nav>li:hover ul{
	height: auto;
}

.top-r p{display: inline-block;width: 100%;}
.tel{display: inline-block;background-image: linear-gradient(#aaaaaa, #3c39b7);height: 32px;border-radius: 32px;padding: 0 13px;}
.tel a{display: inline-block;height: 100%;line-height: 29px;color: #fff;}
.tel img{margin: 3px 7px 0 0;display: inline-block;}

.search{
	width: 100%;
}
.search form{
	position: relative;
}
.search form .text{
	width: 100%;
	border: 1px solid #aaaaaa;
	background-color: #f7f7f7;
	display: inline-block;height: 30px;
	border-radius: 32px;overflow: hidden;margin:0;
}

.search form .btn{
    width: 17px;
    position: absolute;
    left: 9px;
    height: 19px;
    background-image: url(../images/big.png);
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 41px;
	cursor: pointer;
	background-color: #f7f7f7;
}
.search input{height: 37px;border: 0;text-indent:31px;color: #aaaaaa;}
input::-webkit-input-placeholder{/*Webkit browsers*/color:#aaaaaa;}
input:-moz-placeholder{/*Mozilla Firefox 4 to 8*/color:#aaaaaa;}
input::moz-placeholder{/*Mozilla Firefox 19+*/color:#aaaaaa;}
input:-ms-input-placeholder{/*Internet Explorer 10+*/color:#aaaaaa;}
.search a{display: inline-block;width: calc(100% - 170px);height: calc(100% - 4px);background-image: linear-gradient(#aaaaaa, #073d75);text-align: center;padding-top: 4px;}
.nav{
	width: 80%;
    float: left;
    display: flex;
    line-height: 100px;
}
.nav>li{
	float: right;
	text-align: center;
	position: relative;
}
.top-r .search{
	width: 19%;
    float: left;
    display: flex;
	line-height: 100px;
	/* margin-top: 4%; */
}
.banner .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background: #e2e2e2;
	opacity: .8;
	box-shadow: 0px 0px 5px #032a8c;
}
.banner .swiper-pagination-bullet-active{
	background-color: #032a8c;
	opacity: 1;
}
.name p{
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.name h3{
	line-height: 2;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}
.object{	
	width: 1200px;
	padding: 40px 50px;
	margin: auto;
	color: #004098;
	position: relative;
    z-index: 1;
}
.goodslist{
	margin-top: 10px;
	/* display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: justify; */
	/* margin-bottom: 30px; */
	background: #fff;
	padding: 10px 20px;
	overflow: hidden;
}
.goodslist .mores{
	color: #004098;
	text-decoration: underline;
}
.goodslist li{
	width: 20%;
	color: #474747;
	float: left;
	text-align: center;
}
.goodslist li a{
	color: #474747;
	transition:  0.3s;
	display: inline-block;
	padding: 8px 0px 8px;
	width: 91%;
	background-color: #FFF;
	font-weight: 700;
	line-height: 2;
}
.goodslist li:nth-child(-n+5){
	border-bottom: 1px solid #ccc;
}
.goodslist li a:hover{
	color: #032a8c;
}
.goodscard .imgbox{
	border-radius: 26px;
	overflow: hidden;
	display: flex;
}
.goodscard .imgbox img{
	width: 100%;
	height: 290px;
	object-fit: cover;	
	transition: 0.3s;
}
.goodscard .imgbox:hover img{
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.goodscard li p{
	color: #fff;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 2em;
	line-height: 3;
	border-radius: 10px;
	transition: 0.3s;
	margin-top: 15px;
	background-color: #032a8c;
}
.goodscard li:hover p{
	background-color: #3abee5;
}
#container{
	width:1200px;
	margin: 0 auto;
    overflow: auto;
}
#container li{
	position:relative;
	width: 386px;
	height: 381px;
	line-height: 150px;
	text-align: center;
	margin: 5px 20px 20px 0;
	float: left;
	cursor: pointer;
	overflow: hidden;
}
#container li:nth-child(3n){
	margin: 5px 0 20px 0;
}
#container li p{
	height:331px; width: 100%; position: absolute; left: 0; top: -331px; color: #ffffff;
	z-index: 2;
}
#container li .imgbox{
	width: 100%;
	height: 331px;
	border: 1px solid #ccc;
	overflow: hidden;
	background-color: #fff;
}
#container li .name{
	color: #474747;
	font-size: 18px;
	line-height: 2.7;
}
#container li .img{
	width: 385px; height: 331px; display: block;
	-moz-transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
	transition:.5s ease-in;}
#container li:hover .img{ transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1)}
#container li p i{width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0;z-index: -1;background: #032a8c; opacity: 0.7; -moz-opacity:0.7; filter:alpha(opacity=70); font-size: 16px; }
#container li p span{ display: block; width: 94%; margin: 0 auto; line-height: 24px; font-size: 12px; padding-top:60px;}
#container li p a{ 
	display: block;
	position: absolute;
	width: 100%; height: 100%; 
	left:0; 
	/* margin-left: -16px;  */
	/* top:20px; */
	background:url("../images/link.png") no-repeat 0 0;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
}
/*pro*/
.teamlist{
	overflow: hidden;
}
.teamlist .win3s{
	width: 420px;	
	float: left;
}
.teamlist .win6s{
	width: 780px;
	float: left;
}
.teamlist .profirst{	
	width: 330px;
    height: 530px;
    padding: 60px 35px 0;
	background-image: url(../images/hotbg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	color: #fff;	
	-moz-transition: 1.5s ease-in;
	-webkit-transition: 1.5s ease-in;
	-o-transition: 1.5s ease-in;
	-ms-transition: 1.5s ease-in;
	transition: 1.5s ease-in;
}
.teamlist .profirst:hover{
	background-size: 130%;
}
.teamlist .profirst h3{
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
}
.teamlist .profirst p{
	margin-top: 20px;
	font-size: 14px;
}
.teamlist .profirst a{
	display: block;
	margin-top: 70px;
	border: 1px solid #44b409;
	width: 155px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	background-color: transparent;
	transition: 0.3s;
}
.teamlist .profirst a:hover{
	background-color: #44b409;
}
.teamlist{
	margin-top: 35px;
}
.teamlist .info{
	color: #fff;
	border-radius: 0 0 50px 50px;
	text-align: center;
	font-size: 16px;
	height: 200px;
	margin-top: -4px;
	line-height: 1.8;
	padding: 50px 20px 0;
	background-color: #032a8c;
	transition: 0.3s;
}
.teamlist .info h6{
	font-size: 18px;
    line-height: 3;
    margin-bottom: 10px;
}
.teamlist ul{
	overflow: hidden;
}
.teamlist ul li{
	width: 50%;
	float: left;
}
.teamlist ul li a{
	display: block;
	width: 98%;
	margin: auto;
}
.teamlist ul li .boximg{
	height: 245px;
	overflow: hidden;
}
.teamlist ul li .name{
	color: #132c78;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	transition: 0.3s;
	background-image: url(../images/right.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-color: #fff;
	margin-bottom: 8px;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
    padding-right: 10%;
}
.teamlist ul li img{
	width: 100%;
	max-height: 100%;
	object-fit: fill;
	-moz-transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
	transition:.5s ease-in;
}
#container li .img{
	width: 385px; height: 331px; display: block;
	-moz-transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
	transition:.5s ease-in;}
.teamlist ul li:hover .name{
	color: #fff;
	background-color: #132c78;
	background-image: url(../images/right1.png);
}
.teamlist ul li:hover img{
	transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1)
}
/*about*/
.about{
	margin: 25px auto;
	padding: 85px 0;
	color: #fff;
	background-image: url(../images/abbg.jpg);
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
}
.about .name{
	color: #fff;
}
.about .win4{
	width: 37%;
}
.companys img{
	max-width: 100%;
}
.about .companys{
	padding-right: 10%;
}
.about .win6{
	width: 63%;
	background-image: url(../images/comfor.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.about .win6 .groups {
	width: 100%;
	overflow: hidden;
}
.about .win6 .groups p {
	color: #fff;
	padding-top: 15px;
	height: 42px;
    overflow: hidden;
}
.about .win6 .groups .item {
	float: left;
    width: 37%;
    /* cursor: pointer; */
    padding: 46px 47px 24px;
	border-bottom: 1px solid transparent;
}
.about .win6 .groups .item>div{
	font-size: 26px;
}
.about .win6 .groups .item img {
	height: 48px;
	transition: 0.5s;
}
.about .win6 .groups .item:hover img{
	margin-left: 20px;
}
.about .win6 .groups .item:first-child {
	border-bottom: 1px #7998b3 solid ;
	border-right: 1px #7998b3 solid ;
}
.about .win6 .groups .item:last-child {
	margin-top: -1px;
	border-top: 1px #7998b3 solid ;
	border-left: 1px #7998b3 solid ;
}

.about .companys p{
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.8;
}
.about .win6 a{
	display: block;
	overflow: hidden;
	text-align: left;
	color: #fff;
	text-decoration: underline;
	padding-top: 16px;
}
.about .win6 a:hover{
	color: #68d331;
}
.about .win6 img{
	max-width: 100%;
}

.about .more{
	transition:  0.3s;
	display: inline-block;
	padding: 16px 55px 16px ;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 25px;
}
.about .more:hover{
	border: 1px solid #032a8c;
	color: #fff;
	background-color: #032a8c;
}
/* teamall */
.teamall{
	padding: 10px 0 5px;
}
.teamall .more{
	transition:  0.3s;
	display: inline-block;
	padding: 6px 55px 6px 26px;
	border-radius: 18px;
	font-weight: 700;
	background-repeat: no-repeat;
	background-position: 86% center;
	color: #004098;
	background-color: #fff;
	background-image: url(../images/z2.png);
	margin-top: 25px;
	border: 1px solid #fff;
}
.teamall .more:hover{
	border: 1px solid #032a8c;
	color: #fff;
	background-color: #032a8c;
	background-image: url(../images/z1.png);
}
.teamall .name{
	color: #004098;
}
.sanadav #tab{
	width: 30%;
}
.sanadav .avdvdesc{
	width: 70%;
}
.hj{
	background-color: #05112a;
	background-image: url(../images/choose.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0 68px;
}
.hj .name h3{
	color: #fff;
}
.hj .advage img{
	height: 485px;
	width: 100%;
	object-fit: cover;
}
.showbox{
	margin: 0px auto;
    border-radius: 50px;
    color: #fff;
    margin-bottom: 90px;
}
.showbox .wins3{
	width: 33.33%;
	text-align: center;
}
.choosebox .cons{
	width: 85%;
    margin: auto;
}
.choosebox h3{
	font-size: 18px;
	line-height: 4;
}
.choosebox img{
	perspective: 500;
	-webkit-perspective:500;
	transition: 1s;
}
.choosebox p{
	text-align: left;
	font-size: 15px;
}
.choosebox:hover img{
	transform: rotateY(180deg);	
}
#tab li{
	color: #fff;
	padding: 16.4px 30px;
}
#tab li:nth-child(1){	background-color: #ebc403;}
#tab li:nth-child(2){	background-color: #36bfea;}
#tab li:nth-child(3){	background-color: #032a8c;}
#tab li span{
	font-size: 72px;
	font-weight: bolder;
}
#tab li a{
	border: 1px #fff solid;
	padding: 2px 7px;
	font-size:14px;
	border-radius: 10px;
	display: inherit;
	text-align: center;
	color: #fff;
	transition: 0.3s;
}
#tab li .fr{
	line-height: 1.7;
	font-size: 18px;
	text-align: right;
	font-weight: bolder;
	padding-top: 23px;
	text-transform: uppercase;
}
#tab li a:hover{
	color: #fff;
	border: 1px #3c39b7 solid;
	background-color: #3c39b7;
}
.news{
	margin: auto;
	background-image: url(../images/news.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 50px;
	margin-top: 50px;
}
.news .name{
	color: #004098;
}
.newcard{
	margin: 17px 0 0px;
}
.newcard .wins4{
	width: 45%;
}
.newcard .wins5{
	width: 55%;
}
.newcard .firstcons{
	width: 95%;
}
.newcard .firstcons a{
	color: #333;
}
.newcard .firstcons .cons{
	padding: 23px;
	background-color: #f1f1f1;
}
.newcard .firstcons h3{
	color: #032a8c;
	font-size: 18px;
}
.newcard .firstcons span{
	color: #032a8c;
	display: block;
	margin: 10px 0;
}
.newcard .firstcons .imgbox{
	width: 100%;
	height: 352px;
	overflow: hidden;
}
.newcard .firstcons .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}
.newcard .firstcons:hover img{
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1)
}

.newlist li .timebox{
	color: #fff;
	font-size: 18px;
	border-right: 1px #ccc solid;
	width: 90px;
	height: 120px;
}
.newlist li time{
	font-size: 50px;
	display: block;
	background-color: #032a8c;
	height: 80px;
}
.newlist li .timebox p{
	line-height: 2;
}
.newlist li .win6{
	width: 83%;
}
.newlist li .newscon h5{
	color: #404040;
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 3;
	transition: 0.3s;
}
.newlist li .newscon p{
	color: #999;
	font-size: 16px;
	height: 42px;
    overflow: hidden;
}
.newlist li:hover h5{
	color: #032a8c;
}
.text-center{
	text-align: center;
}

.news .more{
	transition:  0.3s;
	display: inline-block;
	padding: 6px 55px 6px 26px;
	border-radius: 18px;
	font-weight: 700;
	background-repeat: no-repeat;
	background-position: 86% center;
	color: #fff;
	background-color: #032a8c;
	background-image: url(../images/z1.png);
	margin-top: 25px;
	border: 1px solid #032a8c;
}
.news .more:hover{
	border: 1px solid #032a8c;
	color: #004098;
	background-color: #fff;
	background-image: url(../images/z2.png);
}
/*abs*/
.inbanner {overflow:hidden;position:relative;}
.inbanner img {position:relative;width:1920px;}
.inbanner-content {position:absolute;top:50%;left:50%;transform: translate(-50%,-50%);color:#fff;}
.inbanner h2 {font-size:22px;line-height:32px;}

.inbanner h2 {font-size:50px;line-height:100px;text-transform: uppercase}
.aboutus{
	overflow: hidden;
}
.aboutus .wins7{
	width: 900px;
}
.aboutus .wins3{
	width: 298px;
	border-left: 1px solid #cfcfcf;
}
.aboutus .wins3 h6{
	line-height: 2;
	font-size: 26px;
	color: #032a8c;
}
.aboutus .wins3 .conringht{
	padding: 5px 25px;
}
.aboutus .wins3 .abs a{
	color: #474747;
	display: block;
	line-height: 2.5;
	background-color: #ececec;
	margin-bottom: 10px;
	transition: 0.5s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
}
.aboutus .wins3 .abs a:hover{
	color: #fff;
	background-color: #032a8c;
}
.aboutus .wins3 .cnews ul li h5{
	color: #032a8c;
	font-size: 15px;
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 23px;
    padding-top: 7px;
}
.aboutus .wins3 .cnews ul li p{
	color: #a6a6a6;
	font-size: 15px;
	margin-bottom: 15px;
}
.aboutus .wins3 .cnews ul li{
	color: #515151;
	font-size: 15px;
	background-color: #fff;
	padding: 8px 8px 15px;
	margin-bottom: 10px;
}

.aboutus .wins3 .cnews ul li .imgbox img ,.aboutus .wins3 .contact .imgbox img{
	width: 100%;
	height: 110px;
	object-fit: fill;
	transition: 0.5s;
}
.aboutus .wins3 .cnews ul li .imgbox,.aboutus .wins3 .contact .imgbox{
	overflow: hidden;
}

.aboutus .wins3 .cnews ul li:hover .imgbox img,.aboutus .wins3 .contact ul:hover .imgbox img{
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.aboutus .wins3 .contact{
	color: #032a8c;
	font-size: 14px;
    line-height: 25px;
}
.conringht>.search{
	border-bottom: 1px solid #cfcfcf;
	padding: 10px 0 ;
}
.aboutus .search form .btn{
    top: 5px;
}
.loc a{
	color: #777676;
	line-height: 3;
}
.loc a:hover{
	color: #032a8c;
}
.boxcons{
	margin-top: 25px;
    margin-right: 25px;
	padding: 20px 45px;
	background-color: #fff;
}
.aboutus h3{
	font-size: 30px;
	color: #032a8c;
	border-bottom: 1px solid #cfcfcf;
}
.boxcons h5{
	text-align: center;
	font-size: 30px;
	color: #032a8c;
	line-height: 2;
}
.choose .advslist li{
	float: left;
	width: 50%;
	margin-top: 30px;
}
.choose .advslist li h6{
	color: #032a8c;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.choose .advslist li>p{
	width: 85%;
	height: 120px;
}
.imgox li{
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 30px;
}
.imgox li img{
	max-width: 95%;
	height: 270px;
	object-fit: cover;
}
.cnews .cnnewslit .fl{
	width: 266px;
}
.cnews .cnnewslit .fr{
	width: 590px;
}
.cnews .boxcons{
	background-color: unset;
	padding: 35px 0px;
}
.cnews .cnnewslit a{
	color: #3d3d3d;
}
.cnews .cnnewslit a p{
	color: #929292;
}
.cnews .cnnewslit  li{
	padding-bottom: 30px;
	margin-bottom: 35px;
	border-bottom:1px dashed #cfcfcf;
}
.cnews .cnnewslit  li h5{
	color: #3d3d3d;
	font-size: 22px;
	text-align: left;
	line-height: 35px;
}
.cnews .cnnewslit  li .oh{
	display: block;
	margin: 10px 0;
}
.cnews .cnnewslit .imgbox{
	overflow: hidden;
}
.cnews .cnnewslit .imgbox img{
	width: 100%;
	height: 175px;
	object-fit: cover;
	transition:  0.5s;
}
.cnews .cnnewslit li:hover .imgbox img{
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.cnews .cnnewslit  li:hover h5{ color: #032a8c;}
.aboutus .times{
	line-height: 3;
}
.contactall .continfo{
	color: #3d465b;
	font-size: 20px;
	margin-bottom: 30px;
}
.contactall .continfo li{
	line-height: 2.5;
}
.contactall .continfo b{
	color: #032a8c;
}
.contactall .boxcons form{
	background-color: #f7f9fa;
	padding: 30px;
	margin-bottom: 30px;
}
.goodsall .boxcons{
	background-color: unset;
	padding: 5px 0;
}
.goodsall .prolist li{
	width: 30.33%;
    float: left;
	padding-right: 26px;
	text-align: center;
	margin-bottom: 30px;
}
.goodsall .prolist li .imgbox{
	overflow: hidden;
	width: 100%;
	position: relative;
}
.goodsall .prolist li .imgbox p{
	position: absolute;
	width: 100%;
	height: 100%;
	transition: 0.5s;
	top: 0px;
	opacity: 0;
}
.goodsall .prolist li .imgbox p a{
	display: block;
	margin: 0;
	padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: url(../images/link.png) no-repeat 0 0;
    background-repeat: no-repeat;
    background-size: auto;
	background-position: center;
	z-index: 2;
	
}
.goodsall .prolist li .imgbox p i{
	width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #032a8c;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
	font-size: 16px;
	z-index: 1;
}
.goodsall .prolist li .imgbox img{
	width: 100%;
	height: 240px;
	object-fit: cover;
	transition:  0.5s;

}
.goodsall .prolist li:hover p{
	opacity: 1;
}
.goodsall .prolist li a{
	color: #a2a2a2;
    font-size: 16px;
    padding: 9px 30px;
    border-radius: 8px;
    transition: 0.5s;
    background-color: #e7e7e7;
    display: inline-block;
	margin: 13px auto;
	text-decoration: underline;
}
.goodsall .prolist .name{
	line-height: 45px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: unset;
	font-size: 15px;
}
.goodsall .prolist li a:hover{
	color: #fff;
	background-color: #032a8c;
}
.goodsinfos .boxcons{
	padding: 20px 0;
	background-color: unset;
}
.goodsinfos .prodefault .wins3{
	width: 335px;
}
.goodsinfos .prodefault .wins7{
	width: 525px;
}
.goodsinfos .prodefault .wins7 .procons{
	background-color: #fff;
	padding: 30px;
}
.goodsinfos .prodefault .wins7 h4{
	color: #032a8c;
	font-size: 26px;
	line-height: 2;
    margin-bottom: 15px;
	border-bottom: 1px solid #cfcfcf;
}
.goodsinfos .prodefault .wins7 .procons>p{
	color: #7b7b7b;
	font-size: 20px;
	margin-bottom: 18px;
}
.goodsinfos .prodefault .wins7 .procons ul li{
	line-height: 20px;
	padding: 5px 10px;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	transition: 0.5s;
}
.goodsinfos .prodefault .wins7 .procons ul li:nth-child(2n-1){
	background-color: #ececec;
}
.goodsinfos .prodefault .wins7 .procons ul li:hover{
	background-color: #ececec;
}
.goodsinfos .gallery-top .swiper-wrapper{
	border: 1px solid #ccc;
}
.goodsinfos .gallery-top img{
	width: 100%;
	height: 312px;
	object-fit: contain;
}
.goodsinfos .prodefault .pages{
	position: relative;
	top: -30px;
}
.goodsinfos .gallery-thumbs{
	width: 80%;
	margin: auto;
}
.goodsinfos .swiper-button-white{
	background-color: #b9b9b9;
}
.goodsinfos .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	font-size: 17px;
}
.goodsinfos .prodefault .pages .swiper-button-prev{
	left: 0;
    height: 57px;
    top: -9px;
}
.goodsinfos .prodefault .pages .swiper-button-next{
	right: 0;
    height: 57px;
    top: -9px;
}
.goodsinfos .gallery-thumbs img{
	height: 57px;
	width: 100%;
	object-fit: fill;
	border: 3px solid transparent;
}
.goodsinfos .gallery-thumbs .swiper-slide-thumb-active img{
	border: 3px solid #032a8c;
}
.procontent .name{
	color: #373737;
	font-size: 25px;
	padding: 20px 0 20px 30px;
	background-color: #ececec;
}
.procontent .infoall{
	padding: 30px;
	background-color: #fff;
}















.n-title{display: inline-block;width: 100%;padding: 15px 0;margin-top: 20px;}
.n-title span:nth-child(1){color: #004a8b;font-size: 25px;float: left;}
.n-title span:nth-child(2),.n-title span:nth-child(3){display: inline-block;width: 12px;height: 4px;margin-top: 15px;}
.n-title span:nth-child(2){background-color: #008c2e;margin-left: 10px;}
.n-title span:nth-child(3){background-color: #082f82;}
.n-title a{display: inline-block;font-size: 14px;color: #004a8b;}
.news ul{
	width: 100%;float: left;
	background-color: #e5e5e5;
}
.news ul li{
    float: left;
    padding:20px 5px 10px 20px;
	margin-bottom: 8px;
    cursor: pointer;
    background-color: #fff;
    margin: 10px 15px;
}
.news ul li .win{
	text-align: center;
	background-color: #9a9a9a;
}
.news ul li a{width: 100%;float: left;}
.news ul li:hover{box-shadow: 0 0 24px 1px #ccc;}
.news ul li p:nth-child(1){padding: 23px 0 16px;color: #464646;}
.news ul li:hover p:nth-child(1){color: #fff;/*font-weight: bold;*/}
.news ul li span{font-size: 12px;color: #c0c0c0;}
.news ul li p:nth-child(3){padding: 17px 0;font-size: 14px;color: #999;line-height: 25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.product .n-title{margin-top: 0;padding-top: 0;}
.product ul{width: 100%;float: left;}
.product ul li{width: calc(25% - 32px);float: left;}
.product ul li a{display: inline-block;width: calc(100% - 2px);height: 100%;border: 1px solid #dcdcdc;position: relative;background-size: 100% 100%;background-repeat: no-repeat;background-position: center;}
.product ul li a img{width: 100%;float: left;}
.product ul li a span{display: inline-block;width: 100%;padding: 18px 0;color: #fff;background-color: #082f82;position: absolute;bottom: 0;left: 0;text-align: center;}
.f-link{
	padding: 20px 0;
}
.f-link a{
	color: #000;
	transition: 0.3s;
}
.f-link a:hover{
	color: #032a8c;
}



footer{
	width: 100%;
	color: #fff;
	background-image: url(../images/footbg.png);
	background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 20px;
}
footer .name p{	
	font-size: 18px;
	line-height: 2;
	font-weight: 500;
	text-transform: uppercase;
}
footer .win3 ul{
	margin-top: 20px;
	margin-bottom: 20px;
}
footer .foot .win3{
    width: 37%;
    border-left: 1px solid #50596a;
    border-right: 1px solid #50596a;
    padding: 0 5%;
    margin-right: 4%;
}
footer .foot .win3 img{
	vertical-align: middle;
	margin-right: 15px;
}
footer .foot .win3 ul li{
	margin-bottom: 1%;
	font-size: 14px;
    font-family: -webkit-pictograph;
}
footer .foot .win5{
	width: 21%;
}
footer .foot .win4{
	width: 20%;
}
footer .foot .win4 ul{
	display: flex;
    justify-content: center;
}
footer .foot .win4 ul li{
	margin-top: 50px;
	margin-right: 6%;
}
footer .allnav{
	padding-top: 20px;
}
footer .allnav a{
	width: 49%;
	color: #fff;
	line-height: 1.7;
	transition: 0.3s;
	display: inline-block;
	font-size: 14px;
    font-family: -webkit-pictograph;
}
footer .allnav a:hover{
	color: #6ad633;
}
.links{
	color: #fff;
	padding: 15px 0;
	font-size: 12px;
	background-color: #050505;	
}
.links a{
	color: #fff;
}
.form-tr.oh .fl{
	width: 48%;
}
.form-tr.oh .fr{
	width: 48%;
}
.froms input{
	background-color: #fff;
    display: inline-block;
    padding: 8px;
    margin-bottom: 8px;
    color: #333;
    width: 94%;
    border: 1px solid #dedede;
    border-radius: 9px;
    line-height: 24px;
}
.froms .address{
	width: 97%;
}
.froms textarea{
	background-color: #fff;
    display: inline-block;
    padding: 8px;
    margin-bottom: 8px;
    color: #333;
    width: 97%;
    border: 1px solid #dedede;
    border-radius: 9px;
    line-height: 24px;
}
.froms .submit{
	padding: 10px 45px;
	font-size: 16px;	
	display: inline-block;
}
.froms .code input{
	width: 30%;
}
.froms .verify,.verifys{
	display: inline-block;
}
.froms .verify img,.verifys img{
	height: 42px;
    vertical-align: middle;
}
.minfos,.distributor{
	text-align: center;
}
.minfos a,.distributor a{
	margin-top: 20px;
	color: #fff;
	border-radius: 8px;
	background-color: #032a8c;
	transition: 0.5s;
	border: 1px solid #032a8c;
}
.minfos a:hover,.distributor a:hover{
	color: #032a8c;
	background-color: #fff;
}


.swiper-container {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.banner .swiper-slide img{
	width: 100%;
}
.movenav{
	position: relative;
	width: 50px;
	float: right;
	line-height: 1;
	margin-top: 20px;
	cursor: pointer;
	display: none;
}
.movenav span{
	display: inline-block;
	width: 100%;
	background-color: #fff;
	height: 5px;
	border-radius: 5px;
}
.myshow {
	background-color: #feda00;
	padding: 50px 0;
}
.myshow .name{
	color: #004098;
}
.myshow ul li .imgbox{
	border-radius: 50px;
}
.condafault{
	padding: 20px;
	background-color: #f7f7f7;
}
.goodsinfo{
	padding: 45px 0;
}
.goodsinfo h3{
	line-height: 2;
	font-size: 30px;
	margin-bottom: 25px;
	font-weight: 300;
	color: #666666;
}
.ask{
	background-color: #032a8c;
	display: block;
	line-height: 2.5;
	font-size: 24px;
	color: #fff;
	text-align: center;
	border-radius: 15px;
	margin-top: 25px;
}

/*通用底部*/
#ring-list.r5 .item:nth-child(5) {
	-webkit-transform: translate(150px, 0);
	transform: translate(150px, 0)
}

#ring-list .item .icon {
	display: block;
	width: 25px;
	height: 25px;
	margin: 6px auto 2px;
	background: url(../images/marketing.png) no-repeat;

	-webkit-background-size: auto 25px;
	background-size: auto 25px
}

#ring-list .item-phone .icon {
	background-position: 0 0
}

#ring-list .item-flush .icon {
	background-position: -149px 0
}

#ring-list .item-sms .icon {
	background-position: -25px 0
}

#ring-list .item-map .icon {
	background-position: -50px 0
}

#ring-list .item-weibo .icon {
	background-position: -75px 0
}

#ring-list .item-weixin .icon {
	background-position: -100px 0
}

#ring-list .item-qq .icon {
	background-position: -125px 0
}

#ring-list .item span {
	display: block;
	font-size: 70%;
	color: #fff;
	width: 2.5em;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	line-height: 1;
	margin-top: 0
}
#plugin-contact-ring2{
	display: none;
}
::-webkit-scrollbar{width:6px;height:6px}
::-webkit-scrollbar-track{background:#fff}
::-webkit-scrollbar-thumb{background:#0056ab;border-radius:4px}
::-webkit-scrollbar-thumb:window-inactive{background:#0056ab}
::-webkit-scrollbar-thumb:vertical:hover{background:#0056ab}
@font-face {
	font-family: icon;
	src: url('iconfont.eot?t=1512533026925'); /* IE9*/
	src: url('iconfont.eot?t=1512533026925#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
	url('iconfont.ttf?t=1512533026925') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('iconfont.svg?t=1512533026925#iconfont') format('svg'); /* iOS 4.1- */	font-weight: 400;
	font-style: normal;
}

#plugin-contact-ring2 #ring-toggle-button {
	width: 54px;
	height: 54px;
	background: #fff;
	background: -webkit-linear-gradient(top, #fff, #D9D9D9 100%);
	border-radius: 27px;
	display: block;
	position: absolute;
	top: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	box-shadow: 0 0 1px 3px rgba(0, 0, 0, .4);
	box-sizing: border-box;
	color: #515151
}

#plugin-contact-ring2 #ring-toggle-button:after {
	display: block;
	font-family: icon;
	content: "\e62a";
	position: absolute;
	z-index: 1;
	font-size: 28px;
	line-height: 4px;
	text-indent: 15px;
	background: 0 0;
	top: 30px;
	-ms-transform: translate(-2px, 0px);
	transform: translate(-2px, 0px);
}

#plugin-contact-ring2 #ring-toggle-button:before {
	display: block;
	content: '首页';
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: center;
	line-height: 34px;
	font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif;
	font-size: .8rem
}

#plugin-contact-ring2 {
	position: fixed;
	bottom: 0;
	height: 50px;
	width: 100%;
	background: #515151;
	left: 0
}

#plugin-contact-ring2 li {
	display: block
}

#plugin-contact-ring2 #ring-list {
	position: initial
}

#plugin-contact-ring2 #ring-list li:active {
	background: rgba(0, 0, 0, .3);
	border-radius: initial
}

#plugin-contact-ring2 #ring-toggle-button:after, #plugin-contact-ring2 #ring-toggle-button:before {
	background: 0 0
}

#plugin-contact-ring2 #ring-list .item {
	width: 20.7%;
	background: 0 0;
	display: block;
	float: left;
	position: static;
	position: initial;
}

#plugin-contact-ring2 #ring-list .item a {
	display: block;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0
}

#plugin-contact-ring2 #ring-list .item:nth-of-type(3) {
	margin-left: 17.2%
}

#plugin-contact-ring2 #ring-list .item:nth-of-type(5) {
	display: none
}

#plugin-contact-ring2, #plugin-contact-ring2 #ring-toggle-button {
	color: #515151;
	z-index: 10
}
.icon-shouye-copy:before { content: "\e62a"; }
.icon-shouye1:before { content: "\e61d"; }