﻿@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 分页样式---------*/


/************/

.banner_w {
	width: 100%;
	height:700px;
	position: relative;
	overflow: hidden;
	clear: both;
	background-color: #f8f8f8;
}
.banner {
	margin: 0 auto;
	width: 1920px;
	height:700px;
	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:rgba(6,94,194,0.88);
	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;}