body,
div,
ul,
li,
a,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
form,
input,
span,
label,
b {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
	box-sizing: border-box;
}

@font-face {
	font-family: zaofang;
	/*这里是说明调用来的字体名字*/
	src: url(../font/MFYueHei_Noncommercial-Regular.otf);
	/*这里是字体文件路径*/
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

button {
	border: none;
}

img,
input {
	outline: none;
	line-height: normal;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0%;
	clear: both;
}

body {
	background-color: #ffffff;
	margin: 0;
	font-family: "微软雅黑";
}

header {
	width: 100%;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all 0.3s ease;
}
.headerxz1{
	-moz-box-shadow:0px 2px 5px #BDBDBD; -webkit-box-shadow:0px 2px 5px #BDBDBD; box-shadow:0px 2px 5px #BDBDBD;
}

.headercon {
	width: 1200px;
	margin: auto;
}

.headercon1 {
	width: 100%;
	position: relative;
}

.hylogo1 {
	display: block;
	width: 200px;
	margin: 20px auto;
}

.hylogo1 img {
	width: 100%;
}

.headercon1lange {
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.headercon1lange img {
	height: 20px;
	float: left;
	margin-right: 10px;
}

.headercon1lange a {
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	transition: all 0.3s ease;
}

.headercon1lange a:nth-child(2) {
	position: relative;
	margin-right: 10px;
}

.headercon1lange a:nth-child(2):after {
	content: '';
	width: 1px;
	height: 13px;
	position: absolute;
	right: -8px;
	top: 4px;
	background-color: #222222;
}

.headercon1lange a:hover {
	color: #041d81;
}

.headerkb {
	height: 182px;
	width: 100%;
}

.headermenu2 {
	width: 100%;
	float: left;
}

.headermenu2 li {
	width: 20%;
	padding-bottom: 20px;
	float: left;
	text-align: center;
}

.headermenu2 li a {
	color: #222222;
	font-size: 16px;
	display: block;
	line-height: 20px;
}

.headermenu2 .headermenu21xz a {
	color: #061d7b;
	font-weight: bold;
}
.indexpro {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.indexpro1 {
	width: 23%;
	margin: 15px 1%;
	float: left;

	transition: all 0.3s ease;
}

.indexpro1 a img {
	width: 100%;
	height: 152px;
	transition: all 0.3s ease;
}

.indexpro1 a p {
	line-height: 35px;
	text-align: center;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.indexpro1 a b{
	width: 100%;
	height: 36px;
	font-size: 12px;
	margin-bottom: 5px;
	line-height: 18px;
	color: #666666;
	font-weight: normal;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	display: -moz-box; 
	-moz-line-clamp: 2; 
	-moz-box-orient: vertical; 
	display: -o-box; 
	-o-line-clamp: 2; 
	-o-box-orient: vertical; 
}

.indexpro1:hover>a img {
	opacity: 0.8;
}

.gcal {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.gcal1 {
	width: 23%;
	margin: 15px 1%;
	float: left;
	background-color: #FFFFFF;
	-moz-box-shadow: 0px 0px 5px #9E9E9E;
	-webkit-box-shadow: 0px 0px 5px #9E9E9E;
	box-shadow: 0px 0px 5px #9E9E9E;
}

.gcal1 a {
	float: left;
	display: block;
	padding: 8px;
}

.gcal1 a img {
	width: 100%;
}

.gcal1 a p {
	font-size: 13px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #16985A;
	transition: all 0.3s ease;
}

.gcal1:hover>a p {
	background-color: #DA261F;
}

.ckgd {
	display: block;
	margin: auto;
	margin-top: 20px;
	width: 100px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #1172b6;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.ckgd:hover {
	background-color: #222222;
}

.ckgd i {
	margin-left: 5px;
}

.lyinp {
	width: 100%;
	border: 1px solid #DDDDDD;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 15px;
}

.lyinp1 {
	width: 98%;
	border: 1px solid #DDDDDD;
	height: 100px;
	padding-left: 5px;
	font-size: 15px;
}

.tijiao {
	width: 80px;
	height: 30px;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #000000;
	border-radius: 5px;
	margin-top: 20px;
	transition: all 0.3s ease;
}

.tijiao:hover {
	background-color: #16985A;
}

.lyname {
	margin-top: 20px;
}

.footercd {
	list-style: none;
	padding: 20px 0;
	margin: 0;
	float: left;
}

.footercd li {
	float: left;
	border-right: 1px solid #ffffff;
	height: 20px;
	padding: 0 10px;
}

.footercd li a {
	font-size: 15px;
	width: auto;
	line-height: 20px;
	color: #ffffff;
}

.footernr {
	width: 100%;
	height: 150px;
}

.footerleft {
	width: 60%;
	float: left;
}

.footerleft1 {
	width: 100%;
	height: 50px;
}

.footerleft1 img {
	width: 50px;
	float: left;
}

.footerleft1 div {
	float: left;
	margin-left: 10px;
	line-height: 25px;
	font-size: 16px;
}

.QQzixun {
	color: #ffffff;
	line-height: 30px;
	font-size: 15px;
	margin-top: 25px;
	text-align: left;
}

.zbadd {
	color: #b99963;
	font-size: 15px;
	text-align: left;
}

.footerright {
	width: 20%;
	float: right;
}

.index05new {
	width: 100%;
	float: left;
	margin: 30px 0;
}

.index05new1right h3 {
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000000;
	line-height: 40px;
	border-bottom: 1px dotted #aaaaaa;
}

.index05new1right p {
	font-size: 13px;
	color: #666666;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}

.newscenter11left {
	width: 20%;
}

.newscenter11right {
	width: 75%;
	float: right;
}

.index05new1left {
	width: 48%;
	float: left;
}

.index05new1right {
	width: 48%;
	float: right;
}

.swiper-slide {
	position: relative;
}

.swiper-slide p {
	width: 100%;
	padding: 0 10px;
	position: absolute;
	text-align: left;
	line-height: 40px;
	font-size: 15px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	bottom: 7px;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index05new1right1 {
	width: 100%;
	float: left;
	margin-bottom: 21px;
}

.index05new1right1 img {
	width: 30%;
	height: 119px;
	float: left;
}

.index05new1right2 {
	width: 65%;
	float: right;
}

.index05new1right2 h4 {
	font-size: 18px;
	font-weight: bold;
	color: #222222;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index05new1right2 div {
	font-size: 13px;
	color: #666;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}

.index05new1right p {
	font-size: 13px !important;
	color: #666;
	line-height: 18px !important;
}

.index05new1right p span {
	font-size: 13px !important;
	color: #666;
	line-height: 18px !important;
}

.index05new1right2 a {
	display: block;
	width: 80px;
	line-height: 25px;
	background-color: #16985a;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.index05new1right2 a:hover {
	background-color: #222222;
}

.index05new1right1:last-child {
	margin-bottom: 0px;
}

.footerright img {
	width: 100px;
	margin: auto;
}

.footerright p {
	text-align: center;
	line-height: 30px;
	color: #ffffff;
	font-size: 15px;
}

.tem_footer {
	position: relative;
	padding: 15px 0;
	background: #222222;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.tem_footer a {
	color: #4a4a4a;
}

.tem_footer_nav {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
	height: 30px;
	line-height: 30px;
}

.tem_footer_nav a {
	margin-left: 30px;
}

.tem_inner {
	width: 1200px;
	margin: auto;
}

.aboutustit {
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 10px;
	color: #222222;
}

.aboutustit span {
	color: #1131B6;
}

.banner {
	width: 100%;
}

.aboutus {
	width: 1000px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.aboutusimg {
	width: 100%;
	display: block;
	margin: 30px 0;
	padding: 10px;
	border: 1px dotted #AAAAAA;
	box-sizing: border-box;
}

.aboutustit1 {
	font-size: 15px;
	text-align: center;
	color: #666666;
}

.aboutuscon {
	font-size: 15px;
	line-height: 23px;
	color: #666666;
	margin-top: 20px;
	text-indent: 2em;
}

.aboutuscon p {
	font-size: 15px;
	line-height: 23px;
	color: #666666;
	margin-top: 20px;
	text-indent: 2em;
	word-break: break-word;
}

.aboutuscon p span {
	display: block;
	font-size: 15px;
	line-height: 23px;
	color: #666666;
	margin-top: 20px;
	text-indent: 2em;
}

.productleft {
	width: 20%;
	float: left;
}

.product {
	width: 1200px;
	margin: auto;
	margin-bottom: 50px;
	margin-top: 50px;
}

.producttit1 {
	font-size: 15px;
	font-weight: 700;
	padding: 0 4%;
	width: 92%;
	line-height: 20px;
	color: #000000;
	border-left: 5px solid #222222;
}

.producttit1 span {
	font-size: 13px;
	color: #aaaaaa;
}

.producttit2 {
	padding: 0 4%;
	width: 92%;
	color: #FFFFFF;
	border-bottom: 1px dotted #AAAAAA;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.product-left1 {
	width: 100%;
	float: left;
	min-height: 400px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.product-left2 {
	padding: 0 4%;
	width: 92%;
	float: left;
	height: 30px;
	border-bottom: 1px solid #f5f5f5;
}

.product-left2:hover>a>.productname {
	color: #aaaaaa;
}

.productimg {
	width: 15px;
	float: left;
	margin-top: 8px;
}

.producttit1 {
	font-size: 15px;
	font-weight: 700;
	padding: 0 4%;
	width: 92%;
	line-height: 20px;
	color: #000000;
	border-left: 5px solid #222222;
}

.producttit1 span {
	font-size: 13px;
	color: #aaaaaa;
}

.producttit2 {
	padding: 0 4%;
	width: 92%;
	color: #FFFFFF;
	border-bottom: 1px dotted #AAAAAA;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.productname {
	line-height: 30px;
	padding: 0 4%;
	width: 92%;
	color: #222222;
	font-size: 15px;
	padding-left: 25px;
}

.productright {
	width: 78%;
	float: right;
}

.producttit11 {
	font-size: 15px;
	color: #02A8F5;
	font-weight: 700;
	text-align: left;
	letter-spacing: 1px;
	width: 98%;
	margin-left: 1%;
	border-bottom: 1px dotted #AAAAAA;
	padding-bottom: 5px;
	line-height: 20px;
}

.producttit11 span {
	font-size: 13px;
	color: #222222;
	color: #aaaaaa;
}

.productnav {
	color: #aaa;
	font-size: 14px;
	line-height: 50px;
}

.productnav a {
	color: #999999;
	margin: 0 8px;
}

.productnr {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.productnrleft {
	width: 25%;
	float: left;
	padding: 5px;
	border: 1px dotted #AAAAAA;
}

.productdet {
	width: 1100px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 50px;
}

.productnrright {
	width: 70%;
	float: right;
}

.productnrright h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.productnrright p {
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}

.productnrright a {
	display: block;
	width: 90px;
	line-height: 25px;
	text-align: center;
	color: #AAAAAA;
	border: 1px solid #AAAAAA;
	font-size: 14px;
	margin-top: 30px;
	transition: all 0.3s ease;
}

.productnrright a:hover {
	background-color: #222222;
	color: #ffffff;
	border: 1px solid #222222;
}

.swiper-slide img {
	width: 100%;
}

.swiper-pagination-bullet {
	background-color: #0293de;
}

.productdetxq h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #666666;
	margin-bottom: 5px;
	border-bottom: 1px solid #DDDDDD;
}

.productdetxq div {
	padding: 5px;
	font-size: 14px;
}

.productdetxq div p {
	font-size: 14px;
}

.casename {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px dotted #AAAAAA;
	line-height: 40px;
	font-weight: 700;
	font-size: 20px;
	color: #222222;
}

.caseimg img {
	width: 100%;
}

.newscenter {
	width: 1000px;
	margin: auto;
	margin-bottom: 50px;
	margin-top: 50px;
}

.newscenter11 {
	padding: 20px 0;
	border-bottom: 1px dotted #AAAAAA;
}

.newscenter11tit {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	padding-right: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}

.newscenter11tit1 {
	font-size: 14px;
	color: #AAAAAA;
	line-height: 18px;
	text-indent: 2em;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}
.newscenter11tit1 p{
	font-size: 14px;
	color: #AAAAAA;
	line-height: 18px !important;
}

.newscenter11tit span {
	font-size: 14px;
	color: #AAAAAA;
	float: right;
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 20px;
	display: inline-block;
}

.morenew {
	display: block;
    width: 100px;
    line-height: 25px;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #666;
    color: #666;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.morenew:hover {
	border: 1px solid #222222;
	color: #ffffff;
	background-color: #222222;
}

.newscenter1 {
	margin-top: 50px;
}

.newsnrtit {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.newsnrtit1 {
	font-size: 14px;
	color: #AAAAAA;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #AAAAAA;
}

.newsnrcon {
	padding: 10px 0;
}

.newsnrcon p {
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	text-indent: 2em;
}

.contactnr {
	width: 1000px;
	margin: auto;
	margin-bottom: 50px;
	margin-top: 50px;
}

.contactnrleft {
	width: 45%;
	float: left;
}

.contactnrtit {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dotted #AAAAAA;
	margin-bottom: 20px;
}

.contactnrtit span {
	font-size: 14px;
	color: #666666;
}

.contactnrcon {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}

.contactnrright {
	width: 45%;
	float: right;
}

.lyinp {
	width: 100%;
	border: 1px solid #DDDDDD;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 15px;
}

.lyinp1 {
	width: 98%;
	border: 1px solid #DDDDDD;
	height: 100px;
	padding-left: 5px;
	font-size: 15px;
}

.tijiao {
	width: 80px;
	height: 30px;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #000000;
	border-radius: 5px;
	margin-top: 20px;
	transition: all 0.3s ease;
}

.tijiao:hover {
	background-color: #299d62;
}

.lyname {
	margin-top: 20px;
}

.fenye {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 20px;
}

.fenye li {
	float: left;
	width: auto;
	line-height: 22px;
	margin-right: 5px;
	padding: 0px 8px;
}

.active {
	background-color: #222222;
}

.fenye li .current {
	color: #ffffff !important;
}

.fenye li a {
	color: #222222 !important;
}

.newscenter1 {
	margin-bottom: 20px;
}

.index04newright1 {
	width: 45%;
	float: left;
	margin: 0 2.5%;
	background-color: #FFFFFF;
	padding: 12px 0;
	height: 110px;
	box-sizing: border-box;
	margin-bottom: 35px;
	cursor: pointer;
}

.index04newright1:nth-child(5),
.index04newright1:nth-child(6) {
	margin-bottom: 0;
}

.index04newtime {
	width: 25%;
	float: left;
	text-align: center;
	background-color: #61a4d3;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 42px;
	line-height: 23px;
	transition: all 0.3s ease;
	margin-left: 12px;
}

.index04newright1:hover>a .index04newtime {
	background-color: #1071b6;
	margin-left: 8px;
}

.index04newright1:hover>a .index04newcon h6 {
	color: #1071b6;
}

.index04newright1:hover>a .index04newcon {
	margin-right: 8px;
}

.index04newtime span {
	font-size: 18px;
}

.index04newcon {
	width: 64%;
	float: right;
	margin-right: 12px;
	transition: all 0.3s ease;
}

.index04newcon h6 {
	width: 100%;
	margin: 5px 0;
	font-size: 14px;
	overflow: hidden;
	color: #222222;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.index04newcon p {
	font-size: 12px;
	color: #aaaaaa;
	line-height: 20px;
	margin-top: 15px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}

.index04newright {
	margin-top: 20px;
	margin-bottom: 50px;
}

.index04newcon div {
	height: 40px;
	overflow: hidden;
}

.index01tit {
	font-size: 40px;
	text-align: center;
}

.index01tit1 {
	color: #aaaaaa;
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
}

.index01tit2 {
	font-size: 40px;
	text-align: center;
	color: #FFFFFF;
}

.index01tit12 {
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}

.index1 {
	width: 100%;
	background: url(../images/sybg1.jpg) center center no-repeat;
}

.index1main {
	width: 800px;
	margin: auto;
	padding: 100px 0;
	padding-top: 154px;
}

.index1nr1 {
	width: 100%;
	text-align: center;
}

.index1nr1 h4 {
	font-size: 28px;
	line-height: 35px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: bold;
}

.index1nr1 p {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	font-family: Tahoma;
}

.index1nr2 {
	width: 100%;
	padding-left: 50%;
	margin-top: 100px;
}

.index1nr2 h4 {
	font-size: 14px;
	color: #24388e;
	line-height: 20px;
	position: relative;
	padding-left: 50px;
	font-weight: bold;
}

.index1nr2 h4:after {
	content: '';
	width: 40px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #24388e;
}

.index1nr2 p {
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	color: #000000;
}

.index2 {
	width: 100%;
	background: url(../images/sybg2.jpg) center center no-repeat;
}

.index2main {
	width: 1200px;
	margin: auto;
	padding-bottom: 110px;
}

.index2nr {
	width: 40%;
	float: left;
	position: relative;
	margin-top: -175px;
}

.index2nr1 {
	width: 100%;
	background-color: #FFFFFF;
}

.index2nr1 img {
	width: 100%;
	display: block;
}

.index2nr1 div {
	padding: 30px;
}

.index2nr1 div h4 {
	font-size: 14px;
	color: #24388e;
	line-height: 20px;
	position: relative;
	padding-left: 50px;
	font-weight: bold;
}

.index2nr1 div h4:after {
	content: '';
	width: 40px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #24388e;
}

.index2nr1 div p {
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	color: #000000;
}

.index2nr1 div h5 {
	font-size: 16px;
	line-height: 26px;
	height: 156px;
	color: #666;
	margin-top: 20px;
}

.index2nr1 .index2nr2 {
	width: 320px;
	position: absolute;
	right: -285px;
	top: 19%;
}

.index2nr3 {
	width: 28%;
	float: right;
	margin-top: -100px;
}

.index2nr3 p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.index3 {
	width: 100%;
	position: relative;
	background: url(../images/sybg3.jpg) center center no-repeat;
}

.index3main {
	width: 1200px;
	margin: auto;
	padding-bottom: 118px;
	position: relative;
	z-index: 1;
}

.index3nr2 {
	width: 30%;
	margin-left: 35%;
	padding: 40px;
	padding-bottom: 130px;
	color: #FFFFFF;
	background-color: rgba(6, 29, 126, 0.88);
}

.index3nr2 h4 {
	font-size: 26px;
	line-height: 35px;
	margin-bottom: 35px;
	text-transform: uppercase;
}

.index3nr2 p {
	font-size: 14px;
	line-height: 28px;
	height: 252px;
}

.index3nr1 {
	width: 30%;
	position: absolute;
	left: 1%;
	top: 20%;
	text-align: right;
}

.index3nr1 h4 {
	font-size: 14px;
	color: #24388e;
	line-height: 20px;
	position: relative;
	padding-right: 50px;
	font-weight: bold;
}

.index3nr1 h4:after {
	content: '';
	width: 40px;
	height: 3px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #24388e;
}

.index3nr1 p {
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	color: #000000;
}

.index3nr3 {
	width: 70%;
	position: absolute;
	right: 0;
	bottom: -20px;
	max-width: 1333px;
}

.index4 {
	width: 100%;
	background: url(../images/sybg4.jpg) center center no-repeat;
}

.index4main {
	width: 1200px;
	margin: auto;
	padding: 185px 0;
}

.index01tit2tit {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	margin-bottom: 100px;
	text-align: center;
	text-transform: uppercase;
}

.index4nr {
	width: 100%;
}

.index4nr1 {
	width: 45%;
	float: left;
	text-align: center;
}

.index4nr1:nth-child(2) {
	float: right;
}

.index4nr1 img {
	width: 100%;
}

.index4nr1 h4 {
	margin: 30px 0;
	font-size: 20px;
	color: #000000;
	line-height: 25px;
}

.index4nr1 h4 span {
	position: relative;
	line-height: 25px;
	font-weight: bold;
}

.index4nr1 h4 span:after {
	content: '';
	width: 40px;
	height: 2px;
	position: absolute;
	left: -55px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #000000;
}

.index4nr1 h4 span:before {
	content: '';
	width: 40px;
	height: 2px;
	position: absolute;
	right: -55px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #000000;
}

.index4nr1 p {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	margin-bottom: 50px;
	height: 50px;
}

.index4nr1 a {
	display: inline-block;
	padding: 0 45px;
	line-height: 40px;
	border: 2px solid #24388e;
	color: #24388e;
	transition: all 0.3s ease;
}

.index4nr1 a:hover {
	background-color: #24388e;
	color: #FFFFFF;
}

.index5 {
	width: 100%;
	background: url(../images/shoyimg6.png) center center no-repeat;
}

.index5main {
	width: 1200px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 150px;
}

.index5tit {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	margin-bottom: 60px;
	text-transform: uppercase;
}

.index5nr {
	width: 100%;
	position: relative;
}

.index5nrleft {
	width: 30%;
}

.index5nrleft a {
	display: block;
	width: 100%;
	padding: 20px;
	color: #FFFFFF;
	background-color: #24388e;
	transition: all 0.3s ease;
}

.index5nrleft a:hover {
	background-color: #015fb9;
}

.index5nrleft a h5 {
	font-size: 12px;
	line-height: 20px;
}

.index5nrleft a h4 {
	font-size: 16px;
	line-height: 20px;
	margin: 15px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index5nrleft a div{
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.index5nrleft a p {
	font-size: 14px !important;
	line-height: 20px !important;
	height: 40px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}
.index5nrleft a p span{
	font-size: 14px !important;
	line-height: 20px !important;
}

.index5nrleft a i {
	float: right;
	line-height: 30px;
	margin-top: 5px;
	font-size: 30px;
}
.index5nr1{
	width: 50%;
	position: absolute;
	right: 0;
	text-align: right;
	right: 0;
	top: 0;
}
.index5nr1 p{
	font-size: 28px;
	line-height: 35px;
	margin: 15px 0;
	color: #333333;
}
.index5nr1 p span{
	font-size: 33px;
	margin-right: 10px;
	color: #000000;
}
.index5nr1 h4{
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	margin-top: 50px;
	color: #666666;
}
.index6{
	width: 100%;
	background: url(../images/sybg8.jpg) center center no-repeat;
	background-size: auto 100%;
}
.index6main{
	width: 1200px;
	margin: auto;
	padding: 130px 0;
	position: relative;
}
.index6nr1{
	width: 45%;
	float: right;
	padding: 50px;
	position: relative;
	z-index: 1;
	background-color: #FFFFFF;
}
.index6nr1 h4{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.index6nr11{
	width: 100%;
	position: relative;
	padding-left: 9rem;
	margin-bottom: 30px;
}
.index6nr11 h5{
	width: 9rem;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.index6nr11 p{
	line-height: 20px;
	font-size: 14px;
	color: #333333;
}
.index6nr11 div{
	width: 40%;
	float: left;
	margin-right: 5%;
}
.index6nr11 div img{
	width: 100%;
}
.index6nr11 div h3{
	font-size: 12px;
	color: #666;
	line-height: 20px;
	text-align: center;
}
.index6nr11 div h3 span{
	display: block;
	font-size: 14px;
	margin:5px 0;
	color: #222222;
}

.lxwmewm div{
	width: 30%;
	float: left;
	margin-right: 5%;
}
.lxwmewm div img{
	width: 100%;
}
.lxwmewm div h3{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	text-align: center;
}
.lxwmewm div h3 span{
	display: block;
	font-size: 14px;
	margin:5px 0;
	color: #222222;
}
.index6nr12{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 40px solid #45569f;
	position: absolute;
	right: 10px;
	top: -145px;
}
.shoyimg4{
	width: 83%;
	position: absolute;
	left: 0;
	top: -57px;
}
.bqsy{
	width: 100%;
	line-height: 50px;
	background-color: #24388e;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
.bqsy a{
	color: #FFFFFF;
}
@media only screen and (max-width: 640px){
	.mobilemenu {
		display: block;
		width: 35px;
		height: 30px;
		position: fixed;
		right: 10px;
		top: 7.5px;
		overflow: hidden;
		z-index: 3;
	}
	.mobilemenu span{
		width: 100%;
		height: 4px;
		background-color: #061d7b;
		transition: all 0.3s ease;
	}
	.mobilemenu span:nth-child(1){
		position: absolute;
		left: 0;
		top: 0;
	}
	.mobilemenu span:nth-child(2){
		position: absolute;
		left: 0;
		top: 13px;
	}
	.mobilemenu span:nth-child(3){
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.mobilemenuxz span:nth-child(2){
		left: -40px;
		background-color: #ffffff;
	}
	.mobilemenuxz span:nth-child(1){
		transform: rotate(45deg);
		left: 3px;
		top: 13px;
		width: 30px;
		background-color: #888383;
	}
	.mobilemenuxz span:nth-child(3){
		transform:rotate(-45deg);
		left: 3px;
		top: 13px;
		width: 30px;
		background-color: #888383;
	}
	header {
    width: 100%;
    height: 50px;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}
body{
	min-width: 100%;
}
.headercon {
    width: 100%;
    margin: auto;
}
.hylogo1 {
    display: block;
    width: auto;
    margin: 0;
    height: 40px;
    margin-top: 5px;
    margin-left: 10px;
}
.hylogo1 img {
    width: auto;
    height: 100%;
}
.headercon1lange {
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-right: 60px;
    margin-top: 10px;
}
.headermenu2 {
    float: left;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: #ffffff;
    left: 0;
    top: 0;
    display: none;
}
.headermenu2 li {
    width: 100%;
    padding-bottom: 0;
    float: left;
    text-align: center;
}
.headermenu2 li a {
    color: #222222;
    font-size: 15px;
    line-height: 50px;
}
.headermenu2 .headermenu21xz a {
    color: #ffffff;
    background-color: #061d7b;
    font-weight: bold;
}
.headerkb {
    height: 50px;
    width: 100%;
}
.index1main {
    width: 100%;
    margin: auto;
    padding: 20px 20px;
    padding-top: 20px;
}
.index1nr1 h4 {
    font-size: 22px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}
.index1nr1 p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}
.index1nr2 {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
}
.index2nr {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 0;
}
.index1nr2 p {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #000000;
    margin-top: 10px;
}
.index2main {
    width: 100%;
    margin: auto;
    padding-bottom: 110px;
}
.index2nr1 div {
    padding: 20px;
}
.index2nr1 div p {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #000000;
    margin-top: 10px;
}
.index2nr1 div h5 {
    font-size: 14px;
    line-height: 25px;
    color: #666;
    margin-top: 10px;
}
.index2nr1 .index2nr2 {
    width: 100%;
    position: initial;
    right: 0;
    top: 0;
}
.index2nr3 {
    width: 100%;
    float: right;
    margin-top: 10px;
    padding: 0 20px;
}
.index2main {
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
}
.index3main {
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    padding: 20px;
}
.index3nr1 {
    width: 100%;
    position: initial;
    left: 0%;
    top: 0;
    text-align: right;
}
.index3nr1 p{
	font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #000000;
    margin-top: 10px;
}
.index3nr2 {
    width: 100%;
    margin-left: 0;
    padding: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    background-color: rgba(6, 29, 126, 0.88);
    margin-top: 20px;
}
.index3nr2 h4 {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.index4main {
    width: 100%;
    margin: auto;
    padding: 20px;
}
.index3nr3 {
    bottom: 0;
}
.index01tit2tit {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
.index4nr1 {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.index4nr1 h4 {
    margin: 20px 0;
}
.index4nr1 p {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    margin-bottom: 20px;
    height: auto;
}
.index4nr1 a {
    padding: 0 30px;
}
.index5main {
    width: 100%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding: 20px;
}
.index5tit {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.index5nrleft {
    width: 100%;
}
.index5nrleft a {
    padding: 10px;
}
.index5nr1 {
    width: 100%;
    position: initial;
    right: 0;
    text-align: right;
    right: 0;
    top: 0;
}
.index5nr1 p {
    font-size: 20px;
    line-height: 25px;
    margin: 15px 0;
    color: #333333;
}
.index5nr1 p span {
    font-size: 24px;
    margin-right: 10px;
    color: #000000;
}
.index6main {
    width: 100%;
    margin: auto;
    padding: 130px 0;
    position: relative;
}
.index6main {
    width: 100%;
    margin: auto;
    padding: 20px;
    position: relative;
}
.index6nr1 {
    width: 100%;
    float: right;
    padding: 10px;
    position: relative;
    z-index: 1;
    background-color: #FFFFFF;
}
.shoyimg4, .index6nr12{
	display: none;
}
.index6nr11 {
    padding-left: 7rem;
}
.index6nr11 p {
    line-height: 20px;
    font-size: 14px;
    color: #333333;
    word-break: break-all;
    /* margin-bottom: 5px; */
}
.bqsy {
    width: 100%;
    line-height: 20px;
    background-color: #24388e;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    padding: 8px;
}
.aboutus {
    width: 100%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 15px;
}
.aboutustit {
    font-size: 25px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 10px;
    color: #222222;
}
.aboutusimg {
    width: 100%;
    display: block;
    margin: 15px 0;
    padding: 10px;
    border: 1px dotted #AAAAAA;
    box-sizing: border-box;
}
.product {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0 15px;
}
.productleft {
    width: 100%;
    float: left;
}
.producttit1 {
    font-size: 15px;
    font-weight: 700;
    padding: 0 4%;
    width: 100%;
    line-height: 20px;
    color: #000000;
    border-left: 5px solid #222222;
}
.producttit2 {
    padding: 0 4%;
    width: 100%;
    color: #FFFFFF;
    border-bottom: 1px dotted #AAAAAA;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.product-left1 {
    width: 100%;
    float: left;
    min-height: 0px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-left2 {
    padding: 0;
    width: auto;
    float: left;
    height: auto;
    margin: 0 5px;
    border-bottom: 0px solid #f5f5f5;
}
.productright {
    width: 100%;
    float: right;
    margin-top: 30px;
}
.producttit11{
	display: none;
}
.indexpro {
    width: 100%;
    float: left;
    margin-top: 0;
}
.indexpro1 {
    width: 48%;
    margin: 10px 0;
    float: left;
    transition: all 0.3s ease;
}
.indexpro1:nth-child(2n){
	float: right;
}
.indexpro1 a p {
    line-height: 25px;
}
.productname{
	width: 100%;
	padding: 0;
}
.productimg{
	display: none;
}
.productdet {
    width: 100%;
    margin: auto;
    padding: 15px;
}
.productnav {
    color: #aaa;
    font-size: 14px;
    line-height: 35px;
}
.productnr {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.productnrleft {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px dotted #AAAAAA;
}
.productnrright {
    width: 100%;
    float: right;
}
.productnrright h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.productdetxq div img{
	max-width: 100%;
}
.newscenter {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0 15px;
}
.index01tit {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
}
.index01tit1 {
    color: #aaaaaa;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-top: 5px;
}
.newscenter1 {
    margin-top: 20px;
}
.newscenter11 {
    padding: 15px 0;
    border-bottom: 1px dotted #AAAAAA;
}
.newscenter11left {
    width: 100%;
    margin-bottom: 10px;
}
.newscenter11right {
    width: 100%;
    float: initial;
}
.newscenter11tit span{
	display: none;
}
.newscenter11tit1 p, .newscenter11tit1 p span{
	font-size: 14px !important;
    color: #AAAAAA !important;
    line-height: 18px !important;
}
.newscenter11tit1{
	text-indent: 0;
}
.contactnr {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0 15px;
}
.contactnrleft {
    width: 100%;
    float: left;
}
.contactnrright {
    width: 100%;
    float: right;
    margin-top: 15px;
}
#container {
    width: 100%;
    height: 300px !important;
}
.newscenter11tit{
	padding-right: 0px;
}
.indexpro1 a img {
    width: 100%;
     height: 110px; 
    transition: all 0.3s ease;
}
.lxwmewm div{
	width: 45%;
}








}