* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333;
	font-size: 15px;
}

ul,
li {
	list-style: none;
}


/*logo头部*/

.headTitle {	
	/* background-image: url(images/topBbm1.png); */
	background-color: #2277bb;
	background-repeat: no-repeat;
	background-position: -200px 0;
	height: 75px;
	width: 100%;
}

.headCont {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
}

.headCont .leftLogo {
	flex: 1;
}

.headCont .leftLogo img {
	width: 516px;
	height: 50px;
	margin: 12px 0;
}

.rightLanguage {
	display: flex;
	margin-top: 24px;
}

.rightLanguage p.sign {
	width: 98px;
	height: 27px;
	background: #2B9BDF;
	border: 1px solid #46B9FF;
	border-radius: 6px 6px 6px 6px;
}

.rightLanguage p.sign img {
	width: 16px;
	height: 14px;
	margin: 7px 0 6px 9px;
}

.rightLanguage p.sign span a {
	display: block;
	float: right;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 27px;
	margin-right: 8px;
}

.rightLanguage p.language {
	margin-left: 20px;
}

.rightLanguage p.language span {
	margin-right: 5px;
	color: #fff;
}

.rightLanguage p.language a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 29px;
}


/*导航条*/

.navList {
	background: url(../images/navBgm.png) no-repeat;
	height: 70px;
	width: 100%;
	z-index: 99999999;
}

.navListCont {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}

.firstPage {
	background: url(../images/navBg.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 15px;
	text-align: center;
	line-height: 53.5px;
	width: 84px;
	height: 53px;
	color: #1D6B9F;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

.listItem {
	flex: 1;
	display: flex;
	margin-left: 35px;
}

.listItem>li {
	/*flex: 1;*/
	margin-top: 15px;
	height: 53.5px;
	margin-right: 50px;
	z-index: 9999;
}

.listItem>li>a {
	display: block;
	width: 100%;
	line-height: 50px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1D6B9F;
	text-align: center;
}

.listItem>li:hover {
	background: url(../images/navBg.png) no-repeat;
	height: 60px;
	background-size: 100% 100%;
}

.listItem>li:hover a {
	color: #1D6B9F;
}

.listItem>li:hover ul.secNav {
	display: block;
}

.listItem ul.secNav {
	width: 131px;
	display: none;
	border: 1px solid #88BCDE;
	z-index: 99999999;
}

.listItem ul.secNav>li {
	background: #88BCDE;
	height: 40px;
	text-align: left;
	padding-left: 14px;
	line-height: 40px;
	border-bottom: 1px solid #00BCDE;
}

.listItem ul.secNav>li:last-child {
	border: none;
}

.listItem ul.secNav>li a {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	display: inline-block;
	width: 100%;
}

.listItem ul.secNav>li:hover {
	background: #FFFFFF;
}

.search {
	width: 273px;
	height: 31px;
	background: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	display: flex;
	margin-top: 25px;
}

.search p.input {
	flex: 1;
	height: 31px;
}

.search p.input input {
	border: none;
	height: 26px;
	margin-left: 2px;
	width: 95%;
	outline: none;
}

.search p.line {
	width: 1px;
	height: 12px;
	background: #2C95DA;
	border: 1px solid #2881CE;
	margin-top: 10px;
}

.search p.searchIcon img {
	width: 14px;
	height: 17px;
	margin-left: 10px;
	margin-top: 9px;
	margin-right: 8px;
}

.cont_wrap {
	/*background: url(../images/AllBgm.png) no-repeat;*/
}

.g-content {
	width: 100%;
	padding: 15px 0;
	/*background-image: url('../images/bgg01.png');*/
	/*background: #EEEEEE;*/
	background: -webkit-gradient(linear, 0 0, 0 500, from(#9cbbd8), to(#f9f7f4));
	background-repeat: no-repeat;
	/*padding-top: 18px;*/
	z-index: -999;
	background-repeat: no-repeat;
	/*background-position: 0px -300px;*/
}

.m-banner {
	width: 1200px;
	margin: auto;
	margin-bottom: 15px;
	z-index: -1;
}

.m-banner img {
	width: 100%;
	z-index: -9;
}

.m-aside {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: auto;
}

.m-aside-left {
	/*width: 234px;*/
}


/*折叠菜单*/

.secList li {
	background-image: linear-gradient( #ffffff, #ffffff), linear-gradient( #ffffff, #ffffff);
	background-blend-mode: normal, normal;
	border: none;
	cursor: pointer;
}

.asd {
	background-image: linear-gradient( #ffffff, #ffffff), linear-gradient( #ffffff, #ffffff);
	background-blend-mode: normal, normal;
	border-bottom: solid 1px #97bbd3;
}

.asd li {
	background: none !important;
	border: none !important;
}

.asd li:hover {
	cursor: pointer;
	color: #399BDA;
}

.add,
.remove {
	float: right;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	padding-right: 18px;
	display: none;
}

.secondShow {
	display: none;
}

.jianTou {
	float: right;
	margin-right: 18px;
	font-weight: bold;
}


/*折叠菜单end*/

.m-aside-left .m-aside-list {
	margin-bottom: 12px;
	border: 1px solid #97BBD3;
	border-left: 2px solid #97BBD3;
}

.m-aside-left .m-aside-list p {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2F86C1;
	width: 194px;
	height: 51px;
	background: linear-gradient(0deg, #82C0E8, #D4EFFF);
	line-height: 51px;
	padding-left: 40px;
	position: relative;
	font-weight: bold;
}

.m-aside-left .m-aside-list p::after {
	content: '';
	width: 21px;
	height: 21px;
	background-image: url('../images/righIcon.png');
	background-size: 100% 100%;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -11px;
}

.m-aside-left .m-aside-list li {
	width: 194px;
	height: 46px;
	background: linear-gradient(180deg, #FFFFFF, #D4EFFF);
	line-height: 46px;
	padding-left: 40px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	position: relative;
	border-bottom: 1px solid #97BBD3;
	cursor: pointer;
}
.m-aside-left .m-aside-list li a{
	font-size: 14px;
}
.m-aside-left .m-aside-list li:hover,
.m-aside-left .m-aside-list li:hover a{
	font-size: 15px;
}

.m-aside-left .m-aside-list li:last-child {
	border: none;
}

.m-aside-left .m-aside-list li::after {
	content: '';
	width: 6px;
	height: 6px;
	background-image: url('../images/bgg06.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -3px;
}

.m-aside-left .m-aside-list li.first {
	color: #399BDA;
}

.m-aside-left .m-aside-list li.first::after {
	content: '';
	width: 6px;
	height: 6px;
	background-image: url(../images/bgg06Lan.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -3px;
}

.m-aside-left .m-aside-list1 {
	clear: both;
	margin-bottom: 12px;
	background-image: url('../images/bg11.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.m-aside-left .m-aside-list1 p {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2F86C1;
	width: 194px;
	height: 46px;
	background: linear-gradient(0deg, #82C0E8, #D4EFFF);
	line-height: 46px;
	padding-left: 43px;
	position: relative;
	overflow: hidden;
	    font-size: 15px;

}

.m-aside-left .m-aside-list1 p::after {
	content: '';
	width: 21px;
	height: 18px;
	background-image: url('../images/tel.png');
	background-size: 100% 100%;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
}

.m-aside-left .m-aside-list1 li {
	width: 194px;
	height: 46px;
	/*line-height: 46px;*/
	padding-left: 40px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333;
	position: relative;
	    display: flex;
	align-items: center;
}


.m-aside-left .m-aside-list1 li::after {
	content: '';
	width: 16px;
	height: 16px;
	background-image: url('../images/dianIcon.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -8px;
}

.m-aside-left .m-aside-list2 {
	margin-bottom: 12px;
	background-image: url('../images/bg12.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.m-aside-left .m-aside-list2 p {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2F86C1;
	width: 194px;
	height: 46px;
	background: linear-gradient(0deg, #82C0E8, #D4EFFF);
	line-height: 46px;
	padding-left: 42px;
	position: relative;
	font-size: 15px;

}

.m-aside-left .m-aside-list2 p::after {
	content: '';
	width: 21px;
	height: 18px;
	background-image: url('../images/tel.png');
	background-size: 100% 100%;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
}

.m-aside-left .m-aside-list2 li {
	width: 194px;
	height: 46px;
	line-height: 46px;
	padding-left: 40px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333;
	position: relative;
	display: flex;
	align-items: center;
}

.m-aside-left .m-aside-list2 li::after {
	content: '';
	width: 16px;
	height: 16px;
	background-image: url('../images/dianIcon.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -8px;
}

.m-aside-right-top {
	width: 948px;
	height: 44px;
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.m-aside-right-top div {
	width: 288px;
	height: 30px;
	line-height: 30px;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	color: red;
}

.m-aside-right {
	width: 948px;
	/*height: 1475px;*/
	/*background-image: url('../images/bgg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;*/
}

.footerBgm {
	background: url(../images/footerBgm.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.footerFirst {
	width: 1200px;
	margin: 40px auto 0;
}

.topLogo {
	display: flex;
}

.footerFirst .logoImg {
	flex: 1;
}

.footerFirst .logoImg img {
	width: 304px;
	height: 51px;
}

.footerFirst select {
	width: 238px;
	height: 39px;
	font-size: 14px;
	padding-left: 15px;
	border: 1px solid #eee;
	outline: none;
}

.footerFirst .line {
	width: 1200px;
	height: 0px;
	background: #fff;
	border: 1px solid #fff;
	margin-top: 31px;
}

.footerFirst .navsList {
	margin-top: 48px;
	display: flex;
}

.footerFirst .navsList ul {
	flex: 1;
}

.footerFirst .navsList ul p {
	color: #2274AD;
	font-size: 14px;
	margin-left: -13px;
}

.footerFirst .navsList ul p span.dian {
	margin-right: 15px;
}

.footerFirst .navsList ul li {
	margin-left: 10px;
	margin-top: 15px;
	font-size: 14px;
}

.footerFirst .address {
	display: flex;
	margin-top: 40px;
}

.footerFirst .address ul {
	flex: 1;
	display: flex;
}

.footerFirst .address ul li {
	/*flex: 1;*/
	display: flex;
	margin-right: 10px;
	margin-top: 17px;
}

.footerFirst .address ul li:last-child {
	margin-right: 0;
}

.footerFirst .address ul li p img {
	width: 24px;
	height: 24px;
}

.footerFirst .address ul li p.iconName {
	line-height: 24px;
	margin-left: 8px;
}

.erweim {
	width: 84px;
	height: 63px;
}

.erweim img {
	width: 100%;
	height: 100%;
}

.deepFooter {
	background: url(../images/deepFooter.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.deepNav {
	width: 1200px;
	margin: 40px auto;
}

.deepLian img {
	width: 739px;
	height: 35px;
}

.neiRong {
	margin-top: 36px;
	display: flex;
}

.neiRong .left {
	flex: 1;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #757575;
	line-height: 30px;
}

.neiRong .rightWod {
	line-height: 30px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #757575;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	zoom: 1;
}

.left {
	float: left;
}

.right {
	float: right;
}

.rightList {
	width: 946px;
	border: 1px solid #97bbd3;
	border-radius: 10px;
	background: #fff;
}

.title {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #97bbd3;
}

.littles img {
	vertical-align: middle;
	margin-left: 20px;
}

.littles {
	font-size: 18px;
	color: #399bda;
	font-weight: bold;
	font-family: "微软雅黑";
}

.navNow {
	font-size: 14px;
	padding-right: 30px;
}

.navNow span {
	color: #888888;
	padding: 5px;
}

.navNow a {
	color: #333;
}

.bigWord {
	width: 835px;
	border-bottom: 2px solid #999;
	height: 44px;
	line-height: 44px;
	color: #2b9bdf;
	font-size: 16px;
	margin-top: 14px;
}

.linkBox {
	width: 835px;
	margin: 0 auto 20px;
}

.liDiv {
	float: left;
	width: 417px;
	box-sizing: border-box;
	font-size: 16px;
	color: #333;
	height: 16px;
	line-height: 16px;
	border-left: 6px solid #2b9bdf;
	padding-left: 10px;
	margin-top: 33px;
}
.liDiv:hover{
	font-size: 17px;
}
.lista {
	margin-bottom: 33px;
	width: 835px;
	margin-top: 10px;
	overflow: hidden;
}

.hdiv {
	font-size: 24px;
	color: #343434;
	text-align: center;
	border-bottom: 1px dashed #D3D3D3;
	line-height: 64px;
	margin-top: 30px;
}

.fromBox {
	color: #343434;
	text-align: center;
	margin: 22px auto 36px;
}

.fromBox .grey {
	color: #9A9A9A;
	padding-left: 15px;
}

.navNext {
	margin: 37px auto 55px;
	display: flex;
}
.navNext>div{
		width: 395px;
	display: flex;
	height: 37px;
	background-color: #f6f6f6;
	border-radius: 6px;
}
.navNext>div p{
	text-align: center;
	line-height: 37px;
	font-size: 14px;
	cursor: pointer;
}
.navNext>div.right{
	margin-left: 36px;
}
.navNext>div p.goTo{
	margin-left: 21px;
}
.navNext>div p.nextCont{
	color: #2e86c1;
}
.zUIpanelScrollBox,
.zUIpanelScrollBar {
	width: 7px;
	top: 4px;
	right: 2px;
	border-radius: 5px;
}

.zUIpanelScrollBox {
	background: #e4e4e4;
}

.zUIpanelScrollBar {
	background: #409ff0;
}


/*产品详情内容段*/

.contentWord {
	margin: 40px 0px 0 0px;
	word-break:break-all;
}

.contentWord ul {
	margin-bottom: 48px;
}

.contentWord ul p {
	margin-bottom: 28px;
	font-size: 14px;
}

.contentWord ul li {
	font-size: 14px;
	margin-top: 15px;
}

.contentWord ul li:first-child {
	margin-top: 0;
}

.contentWord ul .contNav {
	text-indent: 14px;
	font-size: 14px;
	line-height: 30px;
}
.contList{
	margin-top: 24px;
	margin-right: 43px;
	margin-bottom: 14px ;
}
.itemList li{
	display: flex;
}
.itemList li p.contItem{
	flex: 1;
	line-height: 48px;
	display: flex;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}
.itemList li p span.squeryDian{
	display: block;
	width: 4px;
	height: 4px;
	background: #D0D0D0;
	transform:rotate(60deg);
	    margin-top: 22px;
    margin-right: 10px;
}
.itemList li p span.words{
	flex: 1;
	display: block;
}
.itemList li:hover p {
	color: #399bda;
}
.itemList li:hover .dateDay{
	color: #399bda;
}
.itemList li:hover p a{
	color: #399bda;
	cursor: pointer;
}
.itemList li:hover p span.squeryDian{
	background:#399bda ;
}

.itemList li p span.words{
	
flex: 1;
}
.itemList li p.dateDay{
	line-height: 48px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #b4b3b3;
}
.hoverNone li:hover p{
	color:#333;
}
.hoverNone li:hover p.dateDay{
color: #b4b3b3;
}
.hoverNone li:hover p span.squeryDian{
	background: #D0D0D0;
}
