﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	background: #FFF;
	min-width:1200px;
}
/*------------------------Start 解决12号字在google和傲游浏览器的不识别小于12号的英文字体-------------*/
html {
	-webkit-text-size-adjust: none;
}
/*------------------------End 解决12号字在google和傲游浏览器的不识别小于12号的英文字体----------*/
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
dl {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
dd {
	margin: 0px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #0b5cac;
	text-decoration: none;
}
.link-blue {
	color: #0b5cac;
	text-decoration: underline;
}
.link-blue:hover {
	color: #0b5cac;
	text-decoration: underline;
}
img {
	font-size: 0px;
	line-height: 0px;
	vertical-align: bottom;
	border: 0px;
}
.c {
	clear: both;
	overflow: hidden;
}
.main_w {
	margin: 0 auto;
	width: 100%;
}
.main {
	margin: 0 auto;
	width: 1200px;
}
/*--End 分页样式---------*/
.main_all{ width:100%; overflow:hidden;}
.main_top{ width:100%; height:135px; overflow:hidden; margin-top:6px; float:left;}
.top_logo{ width:162px; height:120px; float:left;}
.topmenu{ width:770px; height:120px; float:left; margin-left:40px; margin-right:10px;}
.topmenu ul{ width:100%; height:120px; float:left; line-height:120px;}
.topmenu ul li{ width:16.6%; height:120px; float:left; line-height:120px; font-size:18px; text-align:center;}
.topmenu ul li a{width:100%; height:120px; float:left; line-height:120px; font-size:18px; text-align:center; float:left;}
.topmenu ul li a:hover{ width:100%;height:120px; float:left; line-height:120px; font-size:18px; text-align:center; float:left; color:#046BD0; font-weight:bold;}

.top_right{ width:212px; height:120px; float:left; margin-top:32px;}
.top_tel{ width:100%; height:30px; line-height:30px; font-size:18px; display:inherit;}
.top_tela{ width:100%; height:40px; line-height:40px; font-size:26px; font-weight:bold; color:#024CAD;}


/************/

.banner_w {
	width: 100%;
	height:780px;
	position: relative;
	overflow: hidden;
	clear: both;
	background-color: #f8f8f8;
}
.banner {
	margin: 0 auto;
	width: 1920px;
	height:780px;
	position: absolute;
	overflow: hidden;
	left: 50%;
	margin-left: -960px;
}
.banner .img {
	width: 25000px;
	position: absolute;
	left: 0;
	top: 0;
}
.banner .img li {
	float: left;
	overflow: hidden;
}
.banner .num {
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0;
	text-align: center;
	font-size: 0;
}
.banner .num li {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
}
.banner .num li.on {
	background-color: #bc2e0d;
}
.banner .btn {
	width: 30px;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	color: #fff;
	font-size: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 46px;
}
.banner:hover .btn {
	display: block
}
.banner .btn_l {
	left: 15%;
}
.banner .btn_r {
	right: 15%;
}
/*************************************/
.top_w{
	background-color:#f5f5f5;
	line-height:50px;}
.top_l{
	float:left;
	font-size:14px;
	color:#666;
}
.top_r{
	float:right;
	font-size:14px;}
.top_r span{
	font-size:20px;
	font-weight:bold;
	color:#ff8000;}
.logo{
	
	margin:30px auto; }
.logo_l{
	float:left;
	width:270px;}
.logo_r{
	float:right;
	width:805px;}
.logo_r ul li{
	float:left;
	font-size:16px;
	line-height:56px;
	text-align:right;
	width:115px;}
/****************************************/
.con_a{
	margin:80px auto 0px auto;
}
.con_a_bt{
	text-align: center;
}
.con_a_bt_l{
	position: relative;
	z-index: 1;
	font-size: 72px;
	line-height: 80px;
	font-weight: bold;
	color: #f1f1f1;text-transform: uppercase;
}
.con_a_bt_r{
	position: relative;
	z-index: 2;
	top:-25px;
	font-size: 48px;
	color: #333333;
}
.con_a_nr{
	margin:80px auto 0px  auto;
}
.con_a_nr ul li{
	float: left;
	width: 290px;
	height: 225px;
	overflow: hidden;
	font-size: 14px;
	margin-right: 13.33px;
	margin-bottom: 30px;
	position: relative;
}
.con_a_nr ul li:nth-child(4n){
	margin-right: 0;
}
.con_a_nr ul li .con_a_nr_pic{
	width: 290px;
	height: 225px;
	overflow: hidden;
}
.con_a_nr ul li .con_a_nr_pic img{
		width: 290px;
	height: 225px;
	transition: all 0.6s ease;
}
.con_a_nr ul li:hover .con_a_nr_pic img{
	transform: scale(1.1);
}
.con_a_nr_name{
	position: absolute;
	top:20px;
	right: 0;
	padding: 0 20px;
	height: 32px;
	background: rgba(0,0,0,0.49);
	z-index: 2;
	border-radius: 16px 0 0 16px;
	line-height: 32px;
}
.con_a_nr_name a{
	color: #fff;
	font-size: 16px;
}
.con_a_nr ul li .con_a_nr_jj{
	position: absolute;
	z-index: 3;
	bottom: -100px;
	background: rgba(0,0,0,0.49);
	padding:10px 10px;
	text-align: left;
	color: #fff;
}
.con_a_nr ul li:hover .con_a_nr_jj{
	bottom: 0px;
}
.con_a_more{
	width: 180px;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	border-radius: 24px;
	text-align: center;
	border: 1px solid #f1f1f1;
	padding-right: 40px;
	background: url("../images/jianbiao.png")  140px center no-repeat;
}

/*************************************************/
.sy_04_w{
	margin-top:10px;
width: 100%;}
.sy_04a_w{
	margin-top:20px;
	height:808px;
	background:url(../images/hx_g.jpg) top center no-repeat;}
.sy_04a_w ul li{
	overflow:hidden;
	float:left;
	width:19.9%;height:808px;
	border-right:1px solid rgba(255,255,255,0.2);
	transition:0.4s;-webkit-transition:0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;-ms-transition: 0.4s;
	background: rgba(0,0,0,0.19);
}
.sy_04a_w ul li:last-child{
	border-right:0;}
.sy_04a_w ul li .sy_04a_w_bt{
	font-size:24px;
	color:#fff;
	text-align:center;
	/*line-height:808px;*/
	padding-top:0px;	line-height:40px;
	transition:0.4s;-webkit-transition:0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;-ms-transition: 0.4s;
}

.sy_04a_w ul li:hover{
	background:url(../images/kya.png) top left repeat-x;
	border-right:0;}
.sy_04a_w ul li:hover .sy_04a_w_bt{

}
.sy_04a_w ul li .sy_04a_w_bt span{
	display: block;
	font-size: 15px;
	text-align: center;
	text-transform:uppercase;
}
.sy_04a_w ul li .sy_04a_w_more{
		line-height:34px;
	border:1px solid #fff;
	border-radius:50%;
	margin:0 auto;
	text-align:center;
	width:36px;
	height: 36px;
	font-size:22px;
	margin-top:60px;
}
.sy_04a_w ul li .sy_04a_w_more a{
	color:#fff;
}
.sy_04a_w ul li:hover .sy_04a_w_more{
border:1px solid #ffff00;
}
.sy_04a_w ul li:hover .sy_04a_w_more a{
	color:#ffff00;}
.sy_04a_w ul li .tb_a{
	text-align: center;
	margin: 0px auto 60px;
	width: 104px;
	height: 104px;
	padding-top:220px;	transition:0.4s;-webkit-transition:0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;-ms-transition: 0.4s;
}
.sy_04a_w ul li:hover .tb_a{
	padding-top: 160px;
}
.tb_jj{
	color: #fff;
	padding: 0px 50px;
	line-height: 30px;
	font-size: 16px;
	height: 0px;
	overflow: hidden;transition:0.4s;-webkit-transition:0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;-ms-transition: 0.4s;
}
.sy_04a_w ul li:hover .tb_jj{
	padding: 50px 50px;
	height: auto;
}

/**************************/
.con_b{
	margin:50px auto;
}
.con_b_nr{
	margin-top: 60px;
	background: url("../images/about_bj.png") top center no-repeat;
	height: 465px;
}
.con_b_nr01{
	border-left:3px solid #065ec2;
	height: 54px;
}
.con_b_nr01_l{
	float: left;
	border-left:3px solid #ff8000;
	padding-right:15px;
	padding-left:15px;
	border-right: 1px solid #f1f1f1;
	font-size: 30px;
	color: #065ec2;
	line-height: 30px;
	font-weight: bold;
}
.con_b_nr01_l01{
	padding-left: 15px;
	border-left: 0;border-right: 0px solid #f1f1f1;
	font-size: 18px;
	font-weight: normal;
	line-height: 27px;
}
.con_b_nr01_l span{
	display: block;
	clear: both;
	font-size: 24px;
	line-height: 24px;
}
.con_b_nr_a{
	margin-top:110px;
	width: 570px;
	padding-left: 30px;
	font-size: 16px;
	line-height: 30px;
}
.con_b_nr_more{
	margin-top: 40px;
	margin-left: 30px;
	height: 50px;
	line-height:50px;
	border-radius:25px;
	width: 180px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding-right:40px;
	background: url("../images/about_jt.png") 140px center no-repeat #065ec2;
}
.con_b_nr_more a{
	color: #fff;
}
.con_b_nr_more a:hover{
	color: #ffff00;
}
/**************************************/
.con_c_nr{
	margin-top: 60px;
}
.con_c_nr_l{
	float: left;
	width: 541px;
	margin-bottom: 60px;
}
.con_c_nr_l .con_c_nr_l_pic{
	width: 541px;
	height: 346px;
	overflow: hidden;
	position: relative;
}
.con_c_nr_l .con_c_nr_l_pic01{
	position: absolute;
z-index: 2;
	width: 100px;
	height: 110px;
	background-color: #065ec2;border-radius:60px 0 0 0;
	padding-left: 35px;
	
}
.con_c_nr_l_pic01a{
	margin-top:20px;
	font-size:50px;
	color: #fff;
	line-height:50px;
}
.con_c_nr_l_pic01b{
	font-size: 18px;
	color: #fff;
}
.con_c_nr_l .con_c_nr_l_pic02{
	position: absolute;
z-index: 1;
}
.con_c_nr_l .con_c_nr_l_pic02 a{
	display: block;
	width: 541px;
	height: 346px;
	overflow: hidden;
	border-radius:60px 0 0 0;
}
.con_c_nr_l .con_c_nr_l_pic02 a img{
	width: 541px;
	height: 346px;
	transition: all 0.6s ease;
}
.con_c_nr_l:hover .con_c_nr_l_pic02 a img{
	transform: scale(1.1);
}
.con_c_nr_l_name{
	margin-top: 25px;
}
.con_c_nr_l_name a{
	color: #333;
	font-size: 20px;
}
.con_c_nr_l_jj{
	font-size: 16px;
	line-height: 22px;
	color: #666;
	margin-top: 10px;
}
/*************************/
.con_c_nr_r{
	float: right;
	width: 618px;
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
	padding: 10px 0 0;
}
.con_c_nr_r01{
	padding: 0 20px;
	height: 50px;
	border-bottom: 1px solid #f1f1f1;
}
.con_c_nr_r01 a{
	color: #666;
	line-height: 40px;
	font-size: 18px;
	padding-bottom: 10px;
	margin-right:35px;
}
.con_c_nr_r01 a.on{
	color: #065ec2;
	

	border-bottom: 3px solid #065ec2;
}
.con_c_nr_r01 a:hover{
	color: #065ec2;
	line-height: 30px;
	border-bottom: 3px solid #065ec2;
}
.con_c_nr_r02{
	padding: 30px 20px;
}
.con_c_nr_r02 img{
	width:160px;
	height: 103px;
	float: left;
	margin-right: 25px;
}
.con_c_nr_r02_r01 {
	font-size:18px;
	line-height: 40px;
}
.con_c_nr_r02_r02{
	font-size:14px;
	color: #888;
}
.con_c_nr_r03{
	padding: 10px 30px 30px;
}
.con_c_nr_r03 ul li{
	line-height: 40px;
	font-size: 15px;
	border-bottom: 1px dashed #f1f1f1;
}
.con_c_nr_r03 ul li span{
	float: right;
	font-size: 14px;
	color: #777;
}
/**************************************/
.con_d_w{
	background: url("../images/news_a.jpg") top center no-repeat;
	padding: 60px 0 0px;
	margin: 40px auto 0;
}
.con_a_bt_l001{
	color: #e6e6e6;
}
.con_d ul li{
	float: left;
	width: 290px;
	overflow: hidden;
	border-radius: 12px;
	margin-right: 10.66px;
	border: 1px solid #e5e5e5;
}
.con_d ul li:last-child{
	margin-right: 0;
}
.con_d{margin: 30px auto;}
.con_d ul li .con_d_name{
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	background-color: #065ec2;
}
.con_d ul li .con_d_name a{
	color: #fff;
}
.con_d ul li .con_d_name a:hover{
	color: #ffff00;
}
.con_d ul li .con_d_pic{
	width: 290px;
	height: 218px;
	overflow: hidden;
}
.con_d ul li .con_d_pic img{
	width: 290px;
	height: 218px;
	transition: all 0.6s ease;
}
.con_d ul li:hover .con_d_pic img{
	transform: scale(1.1);
}
/***********************/
.con_a_moreaaa{
	margin: 50px auto;
	border: 1px solid #065ec2;
}
.con_a_moreaaa a{
	color: #065ec2;
}
.foot_w{
	background: url("../images/foot.jpg") top center no-repeat;
	padding: 60px 0 0;
}
.foot02{
	background: url("../images/ewm.png") right 30px no-repeat;
	height: 196px;
	margin-top: 50px;
}
.foot02_l{
	float: left;
	width: 550px;
}
.foot02_l a{
	color: #fff;
}
.foot02_l ul li{
	float: left;
	width: 130px;
}
.foot_bt01{
	font-size: 18px;line-height: 60px;
}
.foot_nr01 a{
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #ccc;
}
.foot02_r01{
	font-size: 16px;
	line-height: 60px;
	color: #ccc;
}
.foot02_r02{
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
}
.foot02_r03{
	font-size: 16px;
	line-height:30px;
	color: #ccc;
	margin-top: 15px;
}
.foota_w{
	margin-top:50px;
	border-top: 1px solid #353535;
}
.foota{
	line-height: 60px;	font-size: 15px;	color: #ccc;
}
.foota a{
	color: #ccc;
}
.foota a:hover{
	color: #fff;
}

/* 关于我们 */
.about_us {
    margin: 60px 0;
}

.tabs {
    display: flex;
    justify-content: space-between;
}

.tabs .left {
    width: 22.83%;
}

.tabs .left .phone {
    background-color:#085EA5;
    padding: 20px 0;
}

.tabs .left .phone p {
    font-size: 18px;
    color: #ffffff;
    display: flex;
    justify-content: center;
}

.tabs .left .phone p::before {
    content: '';
    width: 40px;
    height: 31px;
    background-image: url(../images/contact_phone.png);
    background-repeat: no-repeat;
}

.tabs .left .phone h4 {
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.tabs .right {
    width: 75.66%;
}

.tabs .left a {
    display: block;
}

.tabs .cont {
    overflow: hidden;
    display: none;
}

.tabs .left h3 {
    height: 62px;
    background-color:#085EA5;
    text-align: center;
    line-height: 62px;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}

.tabs .left nav {
    border: solid 1px #e5e5e5;
}

.tabs .left nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    /* margin-left: 20px;
    margin-right: 20px; */
    margin: 10px 20px 10px 20px;
    padding: 0 20px;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
    border-radius: 20px;
    position: relative;
    border: 1px solid #efefef;
}

.tabs .left nav a:last-of-type {
    margin-bottom: 9px;
}

.tabs .left nav a::after {
    width: 0;
    cursor: pointer;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background:#085EA5;
    transition: 0.6s linear;
    border-radius: 20px;
}

.tabs .left nav a:hover {
    color: #ffffff;
    z-index: 2;
}

.tabs .left nav a:hover:after {
    width: 100%;
}

.tabs .right .center .center_top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.tabs .right .center .center_top ul {
    display: flex;
}

.tabs .right .center .center_top ul li {
    color: #888888;
    font-size: 14px;
}

.tabs .right .center .center_top h2 {
    font-size: 24px;
    color:#085EA5;
}

.tabs .right .center .center_top h2::after {
    content: '';
    width: 142px;
    height: 3px;
    display: block;
    margin-top: 7px;
    background-color:#085EA5;
}

.tabs .right .center p {
    font-size: 15px;
    line-height: 30px;
    color: #666666;
    margin-top: 24px;
    margin-bottom: 24px;
}

.tabs .right .center .pric ul {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.tabs .right .center .pric ul li {
    width: 32.33%;
    margin-top: 25px;
    margin-right: 1%;
}

.tabs .right .center .pric ul li a {
    display: inline-block;
    text-align: center;
    border: 1px solid #e5e5e5;
    width: 100%;
    overflow: hidden;

}

.tabs .right .center .pric ul li p {
    font-size: 16px;
    color: #444444;
    text-align: center;
    background-color: #eff2f6;
}

.tabs .right .center .pric ul li:hover p {
    background-color:#085EA5;
}

.tabs .right .center .pric ul li:hover p {
    color: #ffffff;
}

.tabs .right .center .pric ul li a img {
    width: 100%;
}

.tabs .left nav .item2 p a {
    padding-left: 40px;
}

.tabs .left nav .item1 .item2 {
    display: none;
}

.tabs .left nav .item1:hover .item2 {
    display: block;
}

.tabs .right .center .pric ul li a img {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    transition: all 1.5s;

}

.tabs .right .center .pric ul li a img:hover {
    transform: scale(1.1);
}

.tabs .right .center .link h2 {
    font-size: 18px;
    color: #e54512;
    font-weight: bolder;
}

.tabs .right .center .link {
    padding-top: 20px;
    padding-left: 20px;
}

.item1 .items6 p {
    display: none;
}

.item1 .items6:hover p {
    display: block;
}

.product_details {
    margin-top: 20px;
}

.product_details .pric {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product_details .pric .left {
    width: 390px;
}

.product_details .pric .left img {
    width: 100%;
}

.product_details .pric .right {
    width: 390px;
}

.product_details .pric .right h4 {
    font-size: 1.2rem;
    font-weight: bolder;
}

.product_details .pric .right p {
    margin-top: 20px;
    line-height: 26px;
    font-size: 15px;
}

.product_details .pric .right p span {
    font-size: 25px;
}

.w1200{ width:1200px; overflow:hidden; margin:0 auto;}
/*分页*/
.pagev{
	text-align:center;
	color:#666;
	clear:both;
}
.pagev span{
	line-height:24px;
	padding:0px 9px;
	display: inline-block;
}
.fonts{
	color:#fff;
	background-color:#625340;
	border:1px solid #625340;
}
.pagev span a{
	background-color:#fff;
	color:#666;
	border:1px solid #D9D9D9;
	line-height:24px;
	padding:0px 9px;
	display: inline-block;
	text-decoration:none;
	margin:1.5em 0;
}
.pagev span a:hover{
	color:#fff;
	background-color:#2d9aea;
	border:1px solid #2d9aea;
}

/*客户留言*/
.liuyanform{
	
}
.form-group{
	margin-bottom:20px;
}
.form-group label{
	float: left;
	width:10%;
	font-size:16px;
	color:#666;
	line-height:40px;
	text-align: right;
    margin-right:1%;
}
.form-group input{
	line-height:38px;
	border:1px solid #ccc;
	border-radius:5px;
	outline:none;
	width:70%;
	padding-left: 15px;
	font-family:"微软雅黑";
}
.form-group textarea{
	line-height:25px;
	border:1px solid #ccc;
	border-radius:5px;
	outline:none;
	resize:none;
	width:70%;
	padding-left: 15px;
	font-family:"微软雅黑";
}
.form-group1 input{
	display:block;
	width:200px;
	float:left;
	margin-left:100px;
	line-height:45px;
	background-color:#085EA5;
	border:0px;
	color:#fff;
	font-size:16px;
	text-align:center;
	font-family:"微软雅黑";
}


.prv_all{ width:100%; overflow:hidden; border-top:1px dashed #999;margin-top:40px;}
.prv_next{ width:70%; overflow:hidden; float:left; line-height:180%; margin-top:10px;}
.go_back{ width:30%; overflow:hidden; float:right; line-height:180%;margin-top:20px; text-align:right;}


/*-----新增-----*/
.pro_top_all{ width:100%; height:232px;}
.pro_top_left{ width:780px; margin-top:55px; float:left;}
.pro_top_lefta{ width:880px; margin-top:55px; float:left;}
.pro_top_title{ width:100%; height:65px; line-height:65px; font-size:40px; font-weight:bold;}
.pro_top_intro{ width:100%; height:35px; line-height:35px; font-size:20px;}
.pro_top_img{ width:31px; height:20px; float:left; margin-left:5px;}


.pro_top_an{ width:210px; height:50px; float:right; margin-top:100px; background:url(../images/rightan.jpg) top left no-repeat; color:#fff; font-size:16px;}
.pro_top_an a{ width:170px; height:50px; line-height:50px; color:#fff; padding-left:40px;}
.pro_top_an a:hover{ width:170px; height:50px; line-height:50px; color:#fff; padding-left:40px;background:url(../images/rightana.jpg) top left no-repeat; display:block; }
.pro_top_anb{ width:210px; height:50px; line-height:50px; text-align:center;float:right; margin-top:100px; background:url(../images/fkka.jpg) top left no-repeat; color:#fff; font-size:16px;}


.pro_top_an_a{ width:377px; height:50px; line-height:50px; text-align:center;  float:right; margin-top:100px; background:url(../images/rightba.jpg) top left no-repeat; color:#fff; font-size:18px;}

.pro_list_all{ width:100%; overflow:hidden; background:#EEF2FB;}
.pro_list_all_a{ width:100%; margin-top:45px; overflow:hidden;}
.pro_list_all_a ul{ width:100%;overflow:hidden;    display: flex;    justify-content: space-between;    flex-wrap: wrap;}
.pro_list_all_a ul li{ width:590px; height:405px; background:#fff;}
.pro_list_all_left{ width:355px; height:377px; float:left; margin-left:6px; margin-top:3px;}
.pro_list_all_left_a{ width:100%; height:76px; float:left;}
.pro_list_all_left_b{ width:100%; overflow:hidden; float:left;}
.pro_list_all_right{ width:213px; height:377px; float:right; margin-right:3px; margin-top:3px;}
.pro_list_all_right_a{ width:100%; height:55px; line-height:55px; margin-top:45px; font-size:22px;}
.pro_list_all_right_b{ width:45px; height:2px; background:#0C5BC0; }
.pro_list_all_right_c{ width:100%; overflow:hidden; float:left; font-size:16px;margin-top:10px;}
.pro_list_all_right_d{ width:102px;; height:25px; line-height:25px; background:url(../images/promore.jpg) top left no-repeat; font-size:16px; float:left; margin-top:15px;}



.pro_list_all_b{ width:100%; margin-top:15px; overflow:hidden; margin-bottom:45px;}
.pro_list_all_b ul{ width:100%;overflow:hidden;    display: flex;    justify-content: space-between;    flex-wrap: wrap;}
.pro_list_all_b ul li{ width:392px; height:310px; background:#fff;}

.pro_list_all_b_left{ width:208px; height:310px; float:left; margin-left:6px; margin-top:3px;}
.pro_list_all_b_left_a{ width:95px; height:65px; float:left;}
.pro_list_all_b_left_b{ width:100%; height:45px; line-height:45px; font-size:20px; margin-top:40px;}
.pro_list_all_b_left_c{ width:102px;; height:25px; line-height:25px; background:url(../images/promore.jpg) top left no-repeat; font-size:16px; float:left; margin-top:15px;}
.pro_list_all_b_right{ width:173px; height:310px; float:right; margin-right:2px; margin-top:35px;}
.pro_list_all_b_right img{ width:100%; height:auto;}

.hyyy_all{ width:100%; overflow:hidden;}
.hyyy_list{ width:100%; overflow:hidden;}
.hyyy_list ul{ width:100%; overflow:hidden;}
.hyyy_list ul li{ width:100%; height:580px;}
.hyyy_list_left{ width:462px; float:left; overflow:hidden;}
.hyyy_list_left_a{ width:100%; float:left; height:55px; line-height:55px; font-size:40px; border-bottom:15px;}
.hyyy_list_left_b{ width:100%; height:4px;float:left; background:url(/images/Dline.jpg) top left no-repeat;}
.hyyy_list_left_c{ width:100%; overflow:hidden; font-size:16px; float:left; line-height:180%; margin-top:30px;}


.hyyy_list_right{ width:682px; float:right; overflow:hidden;}
.r_anbg{ width:100%; height:30px; background:url(../images/r_an.jpg) top left no-repeat; font-size:16px; margin-top:45px; float:left;}

.qh_bt{ width:260px; height:31px; float:left; margin-top:30px; margin-bottom:20px;}
.qh_bt_left{ width:40px; height:31px; float:left;}
.qh_bt_center{ width:180px; height:31px; float:left; line-height:31px; font-size:16px; text-align:center;}
.qh_bt_right{ width:40px; height:31px; float:left;}


.fwlc_all{ width:100%; height:609px; background:url(../images/fwlc.jpg) top center no-repeat;}
.fwlc_all_left{ width:624px; height:437px; float:left;}
.fwlc_all_left_a{ width:100%; height:103px; float:left;}
.fwlc_all_left_b{ width:100%; height:92px; float:left;}
.fwlc_all_left_c{ width:100%; overflow:hidden; float:left; line-height:200%; font-size:16px; padding-left:20px;}

.fwlc_all_right{ width:576px; height:437px; float:left;}

.index_news_all{ width:100%; overflow:hidden; background:#F5F5F5; margin-top:30px; float:left;}
.index_list_news{ width:100%; height:480px; float:left; margin-bottom:50px;}
.index_list_news ul{ width:100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.index_list_news ul li{ width:385px; height:480px; background:#FFF;}
.index_list_img{ width:100%; height:268px;}
.index_list_img img{ width:100%;}
.index_list_news_c{ width:94%; margin:3%; float:left;}
.index_list_news_catalog{ width:100%; height:20px; line-height:20px;}
.index_list_news_catalog span{ float:right;height:20px; line-height:20px;}

.index_list_news_title{ width:100%; height:45px; line-height:45px; font-size:18px; font-weight:bold;}
.index_list_news_intro{ width:100%; overflow:hidden; font-size:14px; line-height:200%;}

.index_c_an{ width:31px; height:31px; float:left;background:url(../images/news_an.jpg) top left no-repeat; margin-top:15px;}
.index_c_an a{ width:31px; height:31px;background:url(../images/news_an.jpg) top left no-repeat;}
.index_c_an:hover{width:31px; height:31px;background:url(../images/news_ana.jpg) top left no-repeat;}

.index_c_an_b{ width:31px; height:31px;}

.index_foot{ width:100%; height:68px; background:#0B5BC0; float:left;}
.index_foot_ul{ width:100%; height:38px; line-height:38px; margin-top:15px;}
.index_foot_ul ul{ width:100%; height:38px; line-height:38px;}
.index_foot_ul ul li{ width:16.4%; height:38px; line-height:38px; border-right:1px solid #FFF; color:#fff; font-size:16px; text-align:center; float:left;}
.index_foot_ul ul li a{ font-size:16px; color:#fff;}


.foot_bottom_all{ width:100%; overflow:hidden; background:#1D1D1D;}

.foot_box{ width:1198px; border:1px solid #6F6F6F; height:134px; margin:60px auto 20px auto; color:#fff;}
.foot_box_left{ width:335px; height:85px; border-right:1px solid  #6F6F6F; margin-left:60px; float:left; margin-top:22px;}
.foot_box_right{ width:335px; height:85px;  margin-left:60px; float:left;margin-top:22px;}
.foot_box_t1{ width:50px; height:100px; float:left; font-size:16px; margin-top:20px;}
.foot_box_t2{ width:285px; overflow:hidden;float:left; color:#fff;font-size:16px; margin-top:20px;}

.foot_bottom_one{ width:100%; margin-top:10px; height:30px; line-height:30px; color:#ccc; text-align:center; font-size:16px;}

.foot_bottom_one a{ color:#fff;}

.foot_bottom_ewm{ width:256px; height:145px; margin:20px auto;}
.foot_bottom_ewm_left{ width:106px; height:145px; float:left; text-align:center; color:#ccc;}
.foot_bottom_ewm_right{ width:106px; height:145px; float:right; text-align:center; color:#ccc;}