.divCon {
	width: 1200px;
	margin: 0 auto;
}

/*****************************************************************************/

/*网站头部*/



.webTop {
	float: left;
	display: flex;
	text-align: center;
	justify-content: space-around;
	width: 100%;
	min-width: 1200px;
	height: 100px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* topLogo */



.topLogo {
	height: 100px;
}

.topLogo div {
	float: left;
	height: 100px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.topLogo div img{
	width: 270px;
}

.topLogo_txt > p {
	font-size: 20px;
	font-weight: bold;
	color: #0074DE;
}

.topLogo_txt > p > span {
	font-size: 15px;
	font-weight: normal;
	color: #000000;
}

.topLogo_txt:before {
	content: "";
	width: 40px;
	height: 100px;
	background: url(../images/toploho_bg.png) no-repeat center;
}

/* topNav */



.topNav {
	margin: 0 20px;
	height: 100px;
	z-index: 99999;
}



.topNav_ul {

	width: 100%;

	height: 100px;

	background: none;

	display: flex;

	align-items: center;

}

.topNav_ul > li {

	float: left;

	height: 40px;

	position: relative;

}



.topNav_ul > li:before {
	margin: 0 10px;
	content: "";
	display: inline-block;
}



.topNav_ul > li:first-child:before {
	margin: 0;
	content: "";
	color:#FFFFFF;
}



.topNav_ul > li.select > a {
	color: #0074DE;
	border-bottom: 2px solid #0074DE;
	/*display: inline-block;*/
}

.topNav_ul > li > a {
	padding: 9px 0;
	text-decoration: none;
	font-size: 17px;
	color: #000000;
	line-height: 35px;
	transition: .5s;
	border-bottom: 2px solid #FFFFFF;
	display: inline-block;

}



.topNav_ul > li:hover > a {

	color: #0074DE;

	border-bottom: 2px solid #0074DE;

}

.childNav {
	position: absolute;
	left: 5px;
	top: 35px;
	width: 120px;
	z-index: 9999;
	/*overflow: hidden;*/
	transition: .5s;
	opacity: 0;
}

.childNav > li {
	float: left;
	width: 100%;
	height: 0px;
	/*overflow: hidden;*/
	position: relative;
	background-color: #F5F5F5;
	text-align: center;
	transition: .3s;
}

.childNav > li > a {
	text-decoration: none;
	font-size: 13px;
	color: #555555;
	line-height: 44px;
}

.topNav_ul > li:hover > .childNav {
	padding-top: 16px;
	opacity: 1;
}

.topNav_ul > li:hover > .childNav > li {
	height: 44px;
	border-bottom: 1px solid #CCCCCC;
}



.topNav_ul > li:hover > .childNav:before {

	position: absolute;

	content: "";

	left: 50px;

	top: 0px;

	border: 8px solid transparent;

	border-bottom-color: #e1e1e1;

}



.childNav > li:hover {

	background-color: #0074DE;

}



.childNav > li:hover > a {

	color: #FFFFFF;

}

.childNav2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 120px;
	overflow: hidden;
	transition: .5s;
	opacity: 0;
}
/*.childNav2 > li {
	float: left;
	width: 100%;
	height: 0px;
	overflow: hidden;
	position: relative;
	background-color: #F5F5F5;
	text-align: center;
	transition: .3s;
}*/
.childNav2 > li {
	transition: .3s;
}
.childNav2 > li > a {
	text-decoration: none;
	font-size: 13px;
	color: #555555;
	line-height: 44px;
}

.topNav_ul > li > .childNav > li:hover .childNav2 {
	position: absolute;
	left: 120px;
	top: 0px;
	background: #F5F5F5;
	z-index: 999999;
	opacity: 1;
}
.childNav2 > li:hover{
	background: #0074DE;
}
.childNav2 > li:hover > a{
	color: #fff;
}
/*.topNav_ul > li:hover > .childNav > li {
	height: 44px;
	border-bottom: 1px solid #CCCCCC;
}*/
/* topTell */


.topTell2{
	display: none;
	transition: .5s;
}

.topTell {
	padding-left: 48px;
	height: 100px;
	text-align: left;
	background: url(../images/toptell_bg.png) no-repeat center left;
	display: flex;
	align-items: center;
	transition: .5s;
}
.topTell > p {
	font-size: 18px;
	color: #000000;
}
.topTell > p > span {
	font-size: 24px;
	font-weight: bold;
	color: #019feb;
}

/*****************************************************************************/

.index_kw {
	float: left;
	width: 100%;
	margin-top:20px;
}
.index_kw .kw_top{
	font-size: 14px;
	font-weight: 700;
}
.index_kw .kw_top a {
	font-size: 14px;
	font-weight: 500;
	color: #666;
	padding: 0 5px;
}
/* 网站底部 */
.Footer {
	float: left;
	width: 100%;
	min-width: 1200px;
	background-color: #393939;
}
.Footer_top{
	float: left;
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #666666;
	width: 100%;
}
.Footer_top > .divCon {
	display: flex;
	justify-content: space-between;
}

.Footer_top > .divCon a{
	font-size: 16px;
	color: #fff;
}

.Footer_top > .divCon a:hover, .Footer_top > .divCon a.on{
	color: #0076BE;
	text-decoration: none;
}

.Footer_nav {
	float: left;
	margin: 20px 0;
	width: 100%;
}
.Footer_nav > .divCon {
	display: flex;
	justify-content: space-between;
}
.Footer_nav1 {
	float: left;
	width: 350px;
	height: 285px;
	margin: 0 20px;
}
.Footer_nav_tit {
	float: left;
	width: 100%;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #444444;
}
.Footer_nav_tit > h2 {
	float: left;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.Footer_nav_tit > a {
	float: right;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.Footer_nav1 > ul {
	float: left;
	margin-top: 15px;
	width: 100%;
	height: 185px;
	overflow: hidden;
}
.Footer_nav1 > ul > li {
	float: left;
	width: 130px;
	height: 35px;
	text-align: left;
	line-height: 35px;
}
.Footer_nav1 > ul > li > a {
	text-decoration: none;
	font-size: 14px;
	color: #B4B4B4;
}
.Footer_nav1 > ul.contact > li{
	float: none;
	width: 350px;
	height: 35px;
	text-align: left;
	line-height: 35px;
}
.Footer_contact {
	float: left;
	margin-top: 25px;
	width: 100%;
	height: 155px;
	display: flex;
	align-items: center;
}
.Footer_contact > div {
	width: 155px;
	height: 155px;
}
.Footer_contact > div > img {
	width: 155px;
	height: 155px;
}
.Footer_contact > p {
	padding-left: 20px;
	font-size: 14px;
	color: #B4B4B4;
	line-height: 25px;
}
.join{
	float: left;
	/*margin-top: 15px;*/
	width: 100%;
	/*height: 185px;*/
	overflow: hidden;
}
.join a{
	display: inline-block;
	padding: 6px 40px;
    border-color: #1e78e8;
    border-radius: 8px;
    padding: 8px 30px;
    font-size: 18px;
    color: #fff;
    background-color: #1e78e8;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.join a:hover{
	background-color: #2196f3;
	text-decoration: none;
}
.join span{
	line-height: 1.2;
    margin-left: 20px;
    color: #eee;
    display: inline-block;
    vertical-align: middle;
}
.Footer_link {
	float: left;
	width: 100%;
}
.Footer_link > .divCon {
	margin: 0 auto;
	width: 1200px;
	height: 120px;
	border-top: 1px solid #666666;
}
.Footer_link > .divCon > p {
	float: left;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 55px;
}
.Footer_link > .divCon > a {
	margin: 0 20px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 55px;
}

.Footer_Copy {
	float: left;
	width: 100%;
	/*height: 44px;*/
	border-top: 1px solid #666666;
}
.Footer_Copy h4 {
	float: left;
	width: 65%;
	font-size: 14px;
	font-weight: normal;
	color: #B4B4B4;
	line-height: 44px;
}
.Footer_Copy p {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #B4B4B4;
	line-height: 44px;
}

/*****************************************************************************/





/* 网站首页 */





/* mTitle */



.mTitle {

	float: left;

	width: 100%;

}



.mTitle > h2 {

	font-family: "NotoSansHans";

	font-size: 24px;

	font-weight: normal;

	color: #000000;

	text-align: center;

}



.mTitle > p {

	font-family: "NotoSansHans";

	font-size: 12px;

	color: #C9C9C9;

	text-align: center;

	line-height: 25px;

}





/* Brand */



.Brand {
	float: left;
	padding: 60px 0 30px;
	width: 100%;
	min-width: 1200px;
	background-color: #FBFBFB;
}



.BrandUl {

	float: left;

	width: 100%;

	display: flex;

	justify-content: space-between;

}



#BrandUl_left {

	float: left;

	margin-top: 45px;

	width: 38px;

	height: 38px;

	background: url(../images/brand_left1.png) no-repeat center;

	transition: .5s;

}



#BrandUl_right {

	float: right;

	margin-top: 45px;

	width: 38px;

	height: 38px;

	background: url(../images/brand_right1.png) no-repeat center;

	transition: .5s;

}



#BrandUl_left:hover {

	cursor: pointer;

	background: url(../images/brand_left2.png) no-repeat center;

}



#BrandUl_right:hover {

	cursor: pointer;

	background: url(../images/brand_right2.png) no-repeat center;

}



.BrandUl ul {

	float: left;

	width: 1200px;

	height: 170px;

}



.BrandUl ul li {

	float: left;

	margin-right: 20px;

	width: 222px;

	height: 170px;

	text-align: center;

}



.BrandUl ul li > a {

	text-decoration: none;

	line-height: 40px;

	font-size: 14px;

	color: #000000;

}
.BrandUl ul li div {
	width: 220px;
	height: 122px;
	border: 1px solid #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .5s;
}
.BrandUl ul li div:hover {
	border: 1px solid rgba(0, 116, 222, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 71, 222, 0.4);
}
.BrandUl ul li div a img{
	width: 100%;
}




/* Product */



.Product {

	float: left;

	margin: 30px 0;

	width: 100%;

}



.Product_Nav {

	float: left;

	margin: 15px 0;

	width: 100%;

	height: 35px;

	display: flex;

	justify-content: center;

}



.Product_Nav > li {

	float: left;

	margin: 0 10px;

	width: 135px;

	height: 35px;

	text-align: center;

	line-height: 35px;

	background-color: #44A40F;

	border-radius: 10px;

	transition: .5s;

}



.Product_Nav > li > a {

	text-decoration: none;

	font-size: 14px;

	color: #FFFFFF;

	transition: .5s;

}

.Product_Nav > li:hover {

	margin-top: -5px;

	background-color: #0074DE;

}

.Product_left {
	float: left;
	width: 19%;
	height: 536px;
	margin-top: 10px;
	/*overflow: hidden;*/
	border: 1px solid #039fe4;
	border-radius: 10px;
}
.Product_left .Product_title{
	height: 80px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #039fe4;
	border-radius: 8px 8px 0 0;
}
.Product_left .Product_title h2{
	font-size: 20px;
	line-height: 50px;
}
.Product_left .Product_title p{
	font-size: 16px;
}
.Product_left > li.the_sec{
	position: relative;
	height: 57px;
}
.Product_left > li:last-child{
	border-radius: 0 0 10px 10px;
}
.Product_left > li:last-child a{
	border-radius: 0 0 10px 10px;
}
.Product_left > li a{
	float: left;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #f5f5f5;
    border-bottom: 1px solid #fff;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.Product_left > li ul.the_thr{
	opacity: 0;
    width: 120px;
    position: absolute;
    top: -1px;
    left: 150px;
    z-index: 0;
    transition: 0.5s;
}
.Product_left > li:hover ul.the_thr{
	opacity: 1;
	display: block;
	width: 220px;
    position: absolute;
    border-left: none;
    top: -1px;
    left: 228px;
    z-index: 1;
}
.Product_list {
	float: left;
	/*margin-top: 30px;*/
	width: 80%;
/*	display: flex;
	justify-content: space-between;*/
}

.Product_list > li {
	float: left;
	width: 25%;
}

.Product_list > li > div{
	height: 260px;
	margin: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	transition: .5s;
}

.Product_list > li > div > .IMG {

	width: 100%;

	height: 220px;

	display: flex;

	align-items: center;

	overflow: hidden;

}

.Product_list > li > div > .IMG img {

	max-width: 100%;

	transition: .5s;

}

.Product_list > li > div > p {

	font-size: 14px;

	color: #000000;

	transition: .5s;

}

.Product_list > li > div > a {

	display: block;

	margin: 10px auto;

	width: 135px;

	height: 35px;

	text-align: center;

	line-height: 35px;

	background-color: #44A40F;

	color: #FFFFFF;

	text-decoration: none;

	font-size: 14px;

	border-radius: 10px;

	transition: .5s;

}



.Product_list_show {

	position: absolute;

	top: -260px;

	left: 0;

	width: 100%;

	height: 260px;

	background-color: rgba(255, 255, 255, 0.7);

	opacity: 0;

	transition: 0.6s;

}



.Product_list_show > h4 {

	padding-top: 50px;

	font-size: 20px;

	color: #0074DE;

}



.Product_list_show > p {

	height: 100px;

	padding: 15px 20px;

	font-size: 14px;

	line-height: 35px;

}



.Product_list_show > a {

	display: block;

	margin: 0px auto;

	width: 135px;

	height: 35px;

	text-align: center;

	line-height: 35px;

	background-color: #0074DE;

	color: #FFFFFF;

	text-decoration: none;

	border-radius: 10px;

	font-size: 14px;

}

.Product_list > li > div:hover {

	box-shadow: 0px 0px 10px rgba(0, 71, 222, 0.4);

}

.Product_list > li > div:hover > .IMG img {

/*	transform: scale(1.1, 1.1);

	-webkit-filter: blur(10px);

	-moz-filter: blur(10px);

	-ms-filter: blur(10px);

	filter: blur(10px);*/

}



.Product_list > li > div:hover > p, .Product_list > li > div:hover > a {

	/*opacity: 0;*/

}



.Product_list > li > div:hover > .Product_list_show {

	opacity: 1;

	top: 0;

}

/* About */



.About {
	float: left;
	margin: 30px 0 0;
	width: 100%;
	min-width: 1200px;
	padding: 60px 0;
    background: #cccccc5e;
}



.About_con {
	float: left;
	margin-top: 20px;
	width: 100%;
	height: 450px;
	/*background: url(../images/about_left.jpg) no-repeat left;*/
}



.About_left {

	float: left;

	padding: 5px 0px 0px 5px;

	width: 405px;

	height: 395px;

}



.About_left > img {
	width: 100%;
	/*height: 395px;*/
}

.About_right {
	float: right;
	/*padding-left: 95px;*/
	width: 750px;
}



.About_right > h3 {

	padding-top: 10px;

	font-size: 20px;

	color: #0074DE;

	line-height: 40px;

	position: relative;

}



.About_right > h1:after {

	position: absolute;

	bottom: 0;

	left: 0;

	content: "";

	width: 45px;

	height: 2px;

	background-color: #44A40F;

}



.About_right > p {

	margin-top: 25px;

	font-size: 20px;

	font-weight: bold;

	color: #000000;

}



.About_right > div {

	margin: 15px 0;

	height: 100px;

	font-size: 14px;

	color: #525252;

	line-height: 33px;

	overflow: hidden;

}



.About_right > a {

	display: block;

	width: 150px;

	height: 35px;

	background-color: #0074DE;

	color: #FFFFFF;

	text-decoration: none;

	text-align: center;

	line-height: 35px;

	font-size: 14px;

	border-radius: 20px;

}

.rongyu { height:160px; width:750px; position:relative; margin-top:30px;}
.rongyu a.plus { display:block; height:152px; width:43px; background: url(../images/hui_left_r.jpg) no-repeat left center; cursor:pointer; position:absolute; top:0px; left:0px; }
.rongyu a.plus:hover { background:url(../images/lvjiantou_r.jpg) no-repeat left center; }
.rongyu a.minus { display:block; height:152px; width:43px; background: url(../images/hui_right_r.jpg) no-repeat left center; cursor:pointer; position:absolute; top:0px; right:0px; }
.rongyu a.minus:hover { background: url(../images/lv_right_r.jpg) no-repeat left center; }
.rongyu .box { width:650px; overflow:hidden; height:150px; position:absolute; top:0px; left:50px;padding: 0;}
.rongyu .box ul.list { width:15000px; position:absolute; top:0px; left:0px; }
.rongyu .box ul.list li { float:left; padding: 0 10px; position:relative; cursor:pointer; width: 142px;height: 150px;display:flex;justify-content:center;align-items:center;text-align: center;border: 1px solid #eee;border-right: 0px;}
.rongyu .box ul.list li .beijing { position:absolute; bottom:0px; left:0px; z-index:99; display:none; background:#1091ca; height:40px; width:270px; filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; color:#fff;}
.rongyu .box ul.list li:hover .beijing a{ color:#fff;}
.rongyu .box ul.list li:hover .beijing { display:block; }
.rongyu .box ul.list li img {  max-width:95%; overflow:hidden; border:1px solid #ddd;}
.rongyu .box ul.list li p { line-height:40px; text-align:center; font-size:14px;}
.rongyu .box ul.list li .fonttext { display:none; position:absolute; bottom:0px; left:0px; text-align:center; width:152px; height:50px; line-height:50px; background:#820511; color:#fff; filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; }
.rongyu .box ul.list li:hover .fonttext { display:block; }
.rongyu .box ul.list li a { color:#666; }
.rongyu .box ul.list li a:hover { color:#34ae00; }

/* Album */



.Album {

	float: left;

	padding: 30px 0;

	width: 100%;

}



.Album > .divCon {

	height: 190px;

	position: relative;

}



#Album_left {

	position: absolute;

	top: 85px;

	left: -40px;

	width: 26px;

	height: 26px;

	text-align: center;

	font-size: 20px;

	line-height: 26px;

	background-color: #707070;

	color: #FFFFFF;

	transition: .5s;

	cursor: pointer;

}



#Album_right {

	position: absolute;

	top: 85px;

	right: -40px;

	width: 26px;

	height: 26px;

	text-align: center;

	font-size: 20px;

	line-height: 26px;

	background-color: #707070;

	color: #FFFFFF;

	transition: .5s;

	cursor: pointer;

}



#Album_left:hover, #Album_right:hover {

	background-color: #0074DE;

}



#Album_ul {

	float: left;

	width: 100%;

}



#Album_ul li {

	float: left;

	margin-right: 30px;

	width: 275px;

	height: 195px;

	border: 1px solid #CCCCCC;

	transition: .5s;

}



#Album_ul li:hover {

	border: 1px solid #0074DE;

}





/* AboutMoer */



.AboutMoer {

	float: left;

	margin: 0px 0;

	width: 100%;

	height: 190px;

	text-align: center;

	color: #FFFFFF;

	background: url(../images/aboutmore.jpg) no-repeat center;

}



.AboutMoer p {

	padding-top: 65px;

	font-size: 16px;

}



.AboutMoer h2 {

	font-size: 16px;

	font-weight: normal;

	text-transform: uppercase;

	line-height: 45px;

}



.AboutMoer h2:after {

	display: block;

	margin: 0 auto;

	content: "";

	width: 35px;

	height: 3px;

	background-color: #FFFFFF;

}

.adv {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	padding-bottom: 58px;
	background: #f9f9f9;
}

.adv .Title {
	width: 100%;
	background: url(../images/advtitlebg.jpg) no-repeat center;
	height: 137px;
	text-align: center;
	padding-top: 38px;
}

.adv .Title h2 {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
}

.adv .Title .p1 {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	margin-top: 6px;
}

.adv .Title .p2 {
	font-size: 24px;
	color: #fff;
	width: 498px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #f4c531;
	margin: 20px auto 0;
}

.News {

	float: left;

	margin: 30px 0;

	width: 100%;

}



.News > .divCon {

	height: 440px;

	padding-bottom: 30px;

	display: flex;

	justify-content: space-between;

}



.News_list {

	float: left;

	width: 375px;

	height: 440px;

}



.News_list_tit {

	float: left;

	position: relative;

	width: 100%;

	height: 39px;

	border-bottom: 1px solid #CCCCCC;

}



.News_list_tit:after {

	position: absolute;

	left: 0;

	bottom: 0;

	content: "";

	width: 75px;

	height: 4px;

	background-color: #0074DE;

}



.News_list_tit > p {

	float: left;

	font-size: 16px;

	line-height: 39px;

	color: #222222;

}



.News_list_tit > a {

	float: right;

	font-size: 14px;

	text-decoration: none;

	line-height: 39px;

	color: #222222;

}



.News_list_img {

	float: left;

	margin-top: 15px;

	width: 100%;

	height: 100px;

	display: flex;

	align-items: center;

	justify-content: center;

	overflow: hidden;

}



.News_list > ul {

	float: left;

	padding: 15px 10px;

	width: 353px;

	height: 252px;

	border: 1px solid #CCCCCC;

}



.News_list > ul > li {

	float: left;

	width: 100%;

	height: 42px;

	line-height: 42px;

	background: url(../images/news_bot.jpg) no-repeat center left 5px;

	transition: .5s;

}



.News_list > ul > li > a {

	margin-left: 22px;

	text-decoration: none;

	font-size: 14px;

	color: #222222;

	transition: .5s;

}
.News_list > ul > li > span{
	float:right;
}



.News_list > ul > li:hover {

	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);

}



.News_list > ul > li:hover > a {

	color: #0074DE;

}



.News_brand {

	float: left;

	width: 375px;

	height: 440px;

}



.News_brand > ul {

	float: left;

	padding: 5px 5px;

	width: 363px;

	height: 272px;

	border: 1px solid #CCCCCC;

	display: flex;

	flex-wrap: wrap;

	align-content: space-between;

	justify-content: space-between;

}



.News_brand > ul > li {

	float: left;

	width: 181px;

	height: 84px;

	display: flex;

	align-items: center;

	justify-content: center;

	overflow: hidden;

	transition: .5s;

}



.News_brand > ul > li img {

	width: 100%;
	height:84px;

}



.News_brand > ul > li:hover {

	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);

}

.f_fr {
    float: right;
}
.g_zx{ height: 550px;padding-top: 20px;}
.g_zx .m_zx{ width:370px; margin-right: 44px; float: left;}
.g_zx .last{ margin-right: 0;}
.g_zx h2{height: 76px;line-height: 76px; font-size: 16px;font-weight: bold; margin-bottom: 23px;background:url(../images/dttit.jpg) no-repeat 0 bottom;position: relative;left:-18px; padding-left: 18px;}
.g_zx h2 a{color: #222222;}
.g_zx h2 a:hover{color: #015cb5}
.g_zx h2 em{font-size: 16px;color: #adadad;font-family: arial;font-weight: normal;display: inline-block;padding-left: 5px;}
.g_zx h2 span a{font-size: 14px;color: #adadad;font-weight: normal;}
.m_zxcc{border: 1px solid #e3e3e3;height: 200px;padding: 20px 20px 0 25px;}
.g_zx .u_lst4 li{ height: 35px; line-height: 35px; border-bottom: 1px dashed #e3e3e3; padding-left: 18px;/*background:url(../images/dtico.jpg) no-repeat 0 12px;*/ overflow: hidden; font-size: 13px;}
.g_zx .u_lst4 li a{color: #666}
.g_zx .u_lst4 li a:hover{color: #015cb5}
.g_zx .u_lst4 .lastli{ border-bottom: none;}
.g_zx .more2{display: block;margin-top: 28px;width: 132px;height: 36px;line-height: 36px;background: #015cb5;text-align: center;font-size: 14px;color: #fff;}
.g_zx .more2 a{color: #fff;}
.g_zx .u_lst4 li:last-child{ border-bottom:0;}
.m_zxc img{transition: opacity 0.3s ease-out 0s;}
.m_zxc img:hover{ opacity:0.8;}

.wend{float: left;margin-right: 0; padding-left: 16px; width:354px;height: 510px;background: #f5f5f5;}
.wend h2{left:0;margin-bottom: 0;}
.wend dl{border-bottom: 1px dashed #ccc; height: 122px; padding: 22px 0 0 0; margin-right: 25px;}
.wend li{border-bottom: 1px dashed #ccc; height: 122px; padding: 22px 0 0 0; margin-right: 25px;}
.wend .lastdl{ border-bottom: none;}
.wend dt{ height:29px; padding-left:30px; line-height:29px; background:url(../images/wen.jpg) no-repeat left top; font-size:14px; color:#333333; overflow: hidden;font-weight: bold;}
.wend dt a{ color:#333333;}
.wend dt a:hover{color: #015cb5}
.wend dd{ padding-left:30px; background:url(../images/da.jpg) no-repeat left top; line-height:25px; color:#666; height: 75px; font-size: 13px; overflow: hidden;}


/*******************************************************************************************/





/* webContent */



.pageBanner {
	float: left;
	width: 100%;
	min-width: 1200px;
	/*height: 280px;*/
	background-repeat: no-repeat;
	background-position: center;
}



.webContent {
	float: left;
	display: flex;
	padding: 0px 0;
	width: 100%;
	min-width: 1200px;
}



.pageLeft {
	float: left;
	width: 200px;
}



.pageRight {

	float: right;

	padding: 20px;

	width: 960px;

}



.pageRight_tit {

	float: left;

	margin-bottom: 10px;

	width: 100%;

	height: 29px;

	border-bottom: 1px solid #E9E9E9;

}



.pageRight_tit > h2 {

	float: left;

	padding-left: 20px;

	font-size: 18px;

	font-weight: normal;

	line-height: 29px;

}



.pageRight_tit > div {

	float: right;

	padding-right: 20px;

	height: 29px;

	line-height: 29px;

	font-size: 14px;

}



.pageRight_tit > div > a {

	text-decoration: none;

	color: #222222;

}



.pageRight_tit > div > a:hover {

	color: #FF0000;

}



.pageRight_con {

	float: left;

	padding: 10px;

	width: 940px;

	line-height: 22px;

	color: #666666;

	font-size: 14px;

}



.pageRight_list {

	float: left;

	padding: 10px 0;

	width: 100%;

}



.pageProucts_Ul {

	float: left;

	width: 100%;

}



.pageProucts_Ul > li:nth-child(3n) {

	margin-right: 0;

}



.pageProucts_Ul > li {

	float: left;

	margin-right: 30px;

	padding: 10px 0;

	width: 300px;

	height: 230px;

	text-align: center;

}



.pageProucts_Ul > li > div {

	position: relative;

	width: 100%;

	height: 200px;

	display: flex;

	align-items: center;

	justify-content: center;

	overflow: hidden;

}



.pageProucts_Ul > li > div img {

	max-width: 100%;

	/*max-height: 200px;*/

	transition: .5s;

}



.pageProucts_Ul > li > div > a {

	position: absolute;

	display: block;

	/*top: -200px;*/

	left: 0;

	width: 300px;

	height: 200px;

	/*background: url(../images/overlay.png) no-repeat center;*/

	transition: .5s;

}



.pageProucts_Ul > li > a {

	text-decoration: none;

	color: #000000;

	font-size: 14px;

	line-height: 30px;

}



.pageProucts_Ul > li:hover img {

	transform: scale(1.1, 1.1);

/*	-webkit-filter: blur(5px);

	-moz-filter: blur(5px);

	-ms-filter: blur(5px);

	filter: blur(5px);*/

}



.pageProucts_Ul > li:hover > div > a {

	top: 0px;

}



.pageNews_Ul {

	float: left;

	width: 100%;

}



.pageNews_Ul > li {

	float: left;

	margin: 10px 0;

	width: 100%;

	height: 200px;

	display: flex;

	align-items: center;

	justify-content: space-between;

	transition: .5s;

}



.pageNews_Ul > li > .IMG {

	float: left;

	width: 263px;

	height: 198px;

	border: 1px solid #CCCCCC;

	display: flex;

	align-items: center;

	justify-content: center;

	overflow: hidden;

}



.pageNews_Ul > li > .IMG img {

/*	width: 263px;

	height: 198px;*/

	transition: .5s;

}



.pageNews_Ul > li > .TXT {

	float: right;

	margin-right: 10px;

	width: 660px;

	height: 200px;

}



.pageNews_Ul > li > .TXT > h3 {

	margin: 14px 0;

	height: 39px;

	line-height: 39px;

	color: #878787;

	font-size: 16px;

	font-weight: normal;

	border-bottom: 1px solid #CCCCCC;

}



.pageNews_Ul > li > .TXT > p {

	height: 84px;

	font-size: 14px;

	line-height: 28px;

	color: #878787;

	overflow: hidden;

}



.pageNews_Ul > li > .TXT > a {
	

	display: inline-block;

	width: 105px;

	height: 35px;

	background-color: #0074DE;

	color: #FFFFFF;

	text-align: center;

	line-height: 35px;

	font-size: 12px;

	text-decoration: none;

}

.pageNews_Ul > li > .TXT > span{
	margin-left:20px;
	font-size:12px;
}



.pageNews_Ul > li:hover {

	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);

}



.pageNews_Ul > li > .IMG:hover img {

	transform: scale(1.1, 1.1);

}



.pageRight_show {

	float: left;

	padding: 10px;

	width: 940px;

}



.pageRight_show > h3 {

	text-align: center;

	font-size: 20px;

	color: #0074DE;
    margin: 10px auto;
}



.pageRight_show > p {

	text-align: center;

	font-size: 12px;

	line-height: 40px;

	border-bottom: 1px dashed #CCCCCC;

}



.pageRight_show > p > span {

	margin: 0 10px;

}



.pageRight_show > div {

	padding: 0 0;

}

.pageRight_show .pro_pic{
	width:35%;
	display: inline-block;
	margin: 20px;
	border: 1px solid #ccc;
}

.pageRight_show .pro_pic img{
	/*width: initial;*/
	vertical-align:bottom;
}

.pageRight_show .pro_con{
	width:50%;
	padding-left: 10%;
	display: inline-block;
}

.Related {

	float: left;

	width: 100%;

}



.Related h2 {

	margin: 20px 0;

	padding-bottom: 10px;

	text-align: center;

	font-size: 18px;

	font-weight: normal;

	color: #444444;

	border-bottom: 1px solid #CCCCCC;

	line-height: 40px;

}



.gr-fenx {

	float: left;

	margin: 0 10px;

	padding: 0 10px;

	width: 920px;

	height: 35px;

	background: #ddd;

	font-size: 14px;

	color: #666;

}



.prew {

	background: url(../images/pre_info.gif) no-repeat left center;

	float: left;

	height: 35px;

	line-height: 35px;

	overflow: hidden;

	padding-left: 15px;

	text-align: left;

	width: 46%;

}



.nextw {

	background: url(../images/next_info.gif) no-repeat right center;

	float: right;

	height: 35px;

	line-height: 35px;

	overflow: hidden;

	padding-right: 15px;

	text-align: right;

	width: 46%;

}



.prew a, .nextw a {

	text-decoration: none;

	color: #666666;

}



.gr-rec-news {

	float: left;

	margin: 20px 10px;

	width: 940px;

}



.rec-title {

	padding-left: 20px;

	height: 35px;

	line-height: 35px;

	background: url(../images/page_line.jpg) no-repeat 10px 10px #ddd;

	font-size: 14px;

	font-weight: bold;

	color: #333;

}



.gr-rec-news > ul {

	float: left;

	margin: 10px 0px;

	width: 940px;

}



.gr-rec-news > ul > li {

	float: left;

	margin-right: 40px;

	width: 430px;

	height: 28px;

	line-height: 28px;

	font-size: 13px;

}



.gr-rec-news > ul > li > a {

	display: block;

	float: left;

	color: #666;

	line-height: 28px;

	text-decoration: none;

	background: url(../images/ly_li.png) no-repeat left center;

	padding-left: 15px;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

}



.gr-rec-news > ul > li > span {

	float: right;

	color: #999;

	font-size: 12px;

}
/*******************************************************************************************/

  /*form--------start---------*/
/*form*/
.clearfix {
    zoom: 1;
    overflow: hidden;
}
.c-c-t{width: 100%;padding-left: 30px;}
.c-c-t form {}
.c-c-t > .lyform > .m-c > .c-l-c {
    width: 100%;
    margin-bottom: 34px;
}
.c-c-t > .lyform > .m-c > .c-l-c > .c-na {
    height: 40px;
    line-height: 40px;
}
.c-c-t > .lyform > .m-c > .c-l-c > .c-na > span {
    color: #da251d;
    margin-right: 10px;
}
.c-c-t > .lyform > .m-c > .c-l-c > .c-nc {
    margin-left: 8px;
}
.c-c-t > .lyform > .m-c > .c-l-c > .c-nc > input {
    height: 40px;
    /*width: 410px;*/
    width: 60%;
    padding-left: 18px;
    border: 1px solid #ccc;
}
.c-c-t > .lyform > .m-c > .c-c-b {
    width: 100%;
}
.c-c-t > .lyform > .m-c > .c-c-b > .s-na {
    height: 40px;
    line-height: 40px;
}
.c-c-t > .lyform > .m-c > .c-c-b > .s-na > span {
    color: #da251d;
    margin-right: 10px;
}
.c-c-t > .lyform > .m-c > .c-c-b > textarea {
    width: 80%;
    height: 120px;
    padding: 24px;
    border: 1px solid #ccc;
}

.c-c-t .submit {
    width: 168px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #5ab0fa;
    /*margin: 0 200px;*/
    margin-top: 30px;
    border: 1px solid #5ab0fa;
    border-radius: 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.c-c-t .submit #tel {
  width: 100%;
  border: 0;
  background: none;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-c-t .submit:hover{
  color: #5ab0fa;
  background-color: #fff;
}
.c-c-t .submit:hover #tel{
  color: #5ab0fa;
}
@media (max-width:767px){
  .c-c-t > .lyform > .m-c > .c-l-c > .c-nc > input {
      height: 40px;
      /*width: 410px;*/
      width: 90%;
      padding-left: 18px;
      border: 1px solid #ccc;
  }
  .c-c-t > .lyform > .m-c > .c-c-b > textarea {
      width: 94%;
      height: 120px;
      padding: 24px;
      border: 1px solid #ccc;
  }
}
@media (max-width:380px){
  .c-c-t > .lyform > .m-c > .c-l-c > .c-nc > input {
      height: 40px;
      /*width: 410px;*/
      width: 90%;
      padding-left: 18px;
      border: 1px solid #ccc;
  }
  .c-c-t > .lyform > .m-c > .c-c-b > textarea {
      width: 94%;
      height: 120px;
      padding: 24px;
      border: 1px solid #ccc;
  }
}

/*form--end--*/
/*form--------end------*/


/*sitemap*/
#sitemap{padding: 20px 20px;}
#sitemap h4 {border-bottom: 1px dotted #ccc;margin-top: 80px;padding: 10px 10px;}
#sitemap h4 a{color: #333!important;font-size: 20px;}
#sitemap h4 a:hover{color: #007cc3!important;}
#sitemap .b3 {margin: 10px 10px;padding:10px 10px;display: block;}
#sitemap .b3 ul li {float:left;margin: 10px 10px;padding:10px 10px;}
#sitemap .b3 ul li a{font-size: 18px;color: #666;}
#sitemap .b3 ul li a:hover{color: #007cc3!important;}
#sitemap .b4 {margin: 10px 10px;padding:10px 10px;display: block;}
#sitemap .b4 ul li {float: left;margin: 10px 10px;padding:10px 10px;}
#sitemap .b4 ul li a{font-size: 16px;border:none;color: #999;}
#sitemap .b4 ul li a:hover{color: #007cc3!important;}
/*sitemap--end--*/

@media only screen and (max-width: 1400px) {
	.topLogo_txt {
		display: none !important;
	}
	.webTop{
		min-width: 1100px;
	}
	.topTell {
		display: none;
	}
	.topTell2{
		display: inline-block;
		padding-top: 30px;
		padding-left: 0px;
		height: 100px;
		text-align: left;
		background: none;
		/*display: flex;*/
		align-items: center;
		transition: .5s;
	}
	.topTell2 > p {
		font-size: 18px;
		color: #000000;
	}
	.topTell2 > p > span {
		font-size: 22px;
		font-weight: bold;
		color: #019feb;
	}
}
@media screen and (max-width: 1200px) {

}