@charset "utf-8";
/* CSS Document */

body {
	background: #FFF;
	margin: 0px;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
	color: #333;
	transform: translate(0, 0);
	transition: all .3s ease-in 0s;
}

a:hover {
	transition: 0.3s;
	color: #458bc9;
}

img {
	border: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.clear{
	clear: both;
}
.wk{
	width: 100%;
	max-width: 1300px;
}
.touming{
	opacity: 0.9;
	margin-top: -40px;
}
.header{
	background: #ffffff;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 9999;
	transition: 0.3s;
}
.headert{
	height: 210px;
}
.db {
	background: #1d262b;
	height: 40px;
	width: 100%;
	font-size: 12px;
	color: #ffffff;
	line-height: 30px;
}

.db li a {
	color: #899297;
	text-decoration: none;
	background: url(../image/abga.gif) left no-repeat;
	padding-left: 13px;
	margin-left: 15px;
	transform: translate(0, 0);
	transition: all .3s ease-in 0s;
}

.db li a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../image/abg.gif) left no-repeat;
	padding-left: 13px;
	transition: 0.3s;
}

.db ul {
	margin: auto;
	width: 1200px;
	padding: 5px 0;
}

.top {
	width: 100%;
	margin: auto;
	background: #FFF;
	height: auto;
	padding-top: 20px;
}
.logo{
	float: left;
	height: 80px;
}
.logo img{
	height: auto;
}
.top .tel{
	float: right;
	width:270px;
	height: 80px;
	color:#5f5f5f;
	font-size:12px;
	font-weight:700;
	text-align:left;
}
.tel p{
	margin: 0;
}

.top .tel span.icon{width:47px;height:47px; margin-top: 20px; background-position:-3px -3px;float:left;}
span.icon {
    display: inline-block;
    vertical-align: middle;
    background: url(../image/icon.png) no-repeat;
}
.top .tel .phonenum{color:#f48420;font-size:28px;font-family:Arial;line-height:normal;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}

.menu {
	width: 100%;
	margin: auto;
	margin-top: 20px;
	height: 50px;
	background-color: #458bc9;
}

.menu ul li {
	float: left;
	width: calc(100%/7);
	text-align: center;
	position: relative;
}
.menu ul li.hover{
	background: #2171b9;
}
.menu ul li:hover{
	background: #2171b9;
}
.menu ul li:hover .subnav{
	display: block;
}
.subnav{ 
	display: none;
	background: #458bc9;
	position: absolute;
	width: 100%;
	transition: 0.3s;
}

.menu ul li a {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	line-height: 50px;
	transition: 0.3s;
}
.menu ul li .nav1{
	width: 100%;
}
.menu ul li .nav1 a{
	line-height: 40px;
	text-align: center;
	display: block;
	width: 100%;
	font-size: 14px;
}

.lanrenzhijia_top {
	position: fixed;
	top: 0px;
	display: none;
	width: 100%;
	background: #FFF;
	z-index: 999;
	border-bottom: 1px solid #F7F7F7;
}

.banner {
	background: #FFF;
	width: 100%;
}

.banner img {
	width: 100%;
	display: block;
}

.bannern {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.bannern img {
	width: 100%;
	text-align: center;
}

.wk {
	width: 1200px;
	margin: auto;
}

.btz {
	font-size: 30px;
	color: #458bc9;
	text-align: center;
	margin:0px auto;
	display: block;
	line-height: 50px;
}

.btz span {
	font-size: 12px;
	color: #458bc9;
	text-align: center;
	font-weight: 300;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}

.about {
	width: 75%;
	float: right;
	font-size: 14px;
	color: #666;
	background: #ffffff;
	padding: 20px;
	text-align: left;
	line-height: 30px;
	margin-bottom: 30px;
}

.gengduo {
	background: #da251c;
	width: 130px;
	color: #FFF;
	text-decoration: none;
	display: block;
	border-radius: 5px;
	text-align: center;
	margin-top: 20px;
	line-height: 35px;
	margin-left: 200px;
}

.prolist {
	width: 1200px;
	margin: auto;
}

.prolist li {
	width: 18%;
	float: left;
	margin: 20px 1%;
	background: #f3f3f3;
	text-align: center;
	padding-bottom: 30px;
	border-radius: 5px;
	overflow: hidden;
	transform: translate(0, 0);
	transition: all .3s ease-in 0s;
}

.prolist li:hover {
	width: 18%;
	float: left;
	margin: 20px 1%;
	background: #0077c4;
	text-align: center;
	padding-bottom: 30px;
	border-radius: 5px;
	overflow: hidden;
	transition: 0.3s;
	margin-top: 0px;
	box-shadow: 0px 0px 10px #f3f3f3;
}

.prolist li:hover p {
	color: #FFF;
}

.prolist li:hover span {
	color: #FFF;
	border: 1px solid #fff;
}

.prolist li img {
	width: 100%;
	display: block;
}

.prolist p {
	font-size: 24px;
	color: #333;
	padding: 5px 10px;
	display: block;
}

.prolist span {
	color: #0077c4;
	border: 1px solid #0077c4;
	width: 120px;
	line-height: 25px;
	display: block;
	border-radius: 15px;
	font-size: 12px;
	margin: auto;
}

.d_menu{
	background: #494949;
	width: 100%;
	padding: 30px 0;
}
.d_menu ul{
	float: left;
	width: 70%;
}
.d_menu ul li{
	width: auto;
	float: left;
	color: #ffffff;
	margin-right: 40px;
}
.d_menu ul li h2{
	font-size: 16px;
	font-weight: 300;
}
.d_menu ul li a{
	color: #999999;
	width: 200px;
	float: left;
	 display: block;
	text-decoration: none;
	padding:5px 10px;
}
.d_menu ul li a:hover{
	color: #ffffff;
	width: 200px;
	float: left;
	 display: block;
	text-decoration: none;
	padding:5px 10px;
}
.hswk{
	width:100%;
	background:#f4f4f4;
}

.pro {
	width: 100%;
	background: #ffffff;
	padding: 20px 0px;
}
.in_pro{
	margin-top: 30px;
}

.nav-swipper{box-sizing: border-box;}
/*.nav-swipper .swiper-wrapper{margin: 0px 24px;}*/
.nav-swipper .swiper-slide {
	margin: 0px;
	text-align: center; 
	font-size: 13px;
	color: #000000; 
	background: #ffffff; 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex; 
	-webkit-box-pack: center; 
	-ms-flex-pack: center; 
	-webkit-justify-content: center; 
	justify-content: center; 
	-webkit-box-align: center; 
	-ms-flex-align: center; -webkit-align-items: center; align-items: center; 
	padding: 10px 10px 0px 10px;
	line-height: 30px;
}
.nav-swipper .swiper-slide  img{ height: 200px;}
section.swipper {padding: 0px 24px;position: relative;}
section.swipper .swiper-button-prev{top:50%; color:#ffffff; left: -10px;right: auto;width: 12px;height: 19px;
	outline: none;}
section.swipper .swiper-button-next{top:50%; color:#ffffff; left: auto;right: -10px;width: 12px;height: 19px;
	outline: none;}

.promune {
	float: left;
	width: 24%;
	background: url(../image/prolmbg.jpg) bottom no-repeat #FFF;
	padding-bottom: 254px;
	border: 1px solid #d9d9d9;
	min-height:610px;
}
.promune h3{
	line-height: 50px;
    padding-left: 34px;
    background: #458bc9;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
	position: relative;
	margin: 0px;
}
.promune h3:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 20px;
    top: 16px;
    left: 15px;
    background: #ffffff;
}

.promune h2{
	background: #458bc9;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	margin: 0px;
	font-size: 18px;
}

.promune ul {
	width: 90%;
	margin: 10px 5%;
}

.promune li {
	width: 100%;
	font-size: 16px;
	line-height: 40px;
	border-bottom:1px dotted #CCC;
}

.promune li a {
	text-decoration: none;
	color: #333;
	display: block;
}
.promune li p a{
	font-size: 14px;
	line-height: 30px;
	padding: 0px 10px;
	color: #458bc9;
}

.promune li a:hover {
	text-decoration: none;
	color: #900;
	display: block;
}

.protus {
	width:75%;
	float: right;
}
.protus ul li {
	width: 31.3333%;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	float: left;
	margin: 0 1% 10px 1%;
	height: 210px;
	background: #ffffff;
	overflow: hidden;
}

.protus li:hover a {
	margin-top: -5px;
}

.protus li img {
	margin: 0px auto;
	height: 175px;
	width: 100%;
	display: block;
	border: 0px;
}

.protus li a {
	display: block;
	height: 293px;
	background: #FFF;
}

.protu{ float:right; width:75%;}
.protu li{ width:31.3%; text-align:center;  line-height:30px; overflow:hidden; float:left;background:#FFF; margin:0 1% 20px 1%; height:330px;}
.protu li img{ width:100%; margin:0px auto; height:293px; display:block; border:0px;}
.protu li a{ display:block;height:293px;}


.nrk {
	width: 30%;
	margin-right: 3.3%;
	padding: 50px 0;
	float: left;
}

.nrk li {
	font-size: 13px;
	color: #666;
	line-height: 25px;
	text-align: right;
	border-bottom: 1px dashed #CCC;
	padding: 5px 0;
}
.nrk .more{
	display: block;
	    color: #ffffff;
	    width: auto;
	    float: right;
	    background: #458bc9;
	    text-align: center;
	    padding: 0px 20px;
	    margin-top: 30px;
		line-height: 30px;
}

.nrk li a {
	color: #333;
	float: left;
}

.nrk li a:hover {
	color: #458bc9;
}

.nrk h2 {
	margin: 0px;
	padding: 0px;
	color: #458bc9;
	font-size: 18px;
	background: url(../image/daf.gif) left bottom no-repeat;
	line-height: 40px;
	margin-bottom: 20px;
	font-weight: bold;
}

.nrk h2 span {
	color: #666;
	font-size: 14px;
	font-weight: 300;
}


.hyyy {
	width: 100%;
	background: #e3e3e3;
	padding:50px 0px;
}

.hynr {
	background: #FFF;
	padding: 20px;
	margin-top: 30px;
}

.hynr img {
	height: 260px;
	margin-right: 20px;
	float: left;
}
.hynr p{
	font-size: 16px;
	color: #333333;
	line-height: 38px;
}
.hynr a{
	display: block;
	color: #ffffff;
	width: 120px;
	background: #458bc9;
	line-height: 40px;
	text-align: center;
	text-indent: 0px;
	padding: 0px 20px;
	margin:auto;
}
.cpyy{
	background: url(../image/yybg.png) center;
	background-size: 100% auto;
	width: 100%;
	padding: 30px 0;
}
.cpyy .wk{
	margin: 30px auto;
}
.cpyy .btz,.cpyy .btz span{
	color: #ffffff;
}
.fgh .swiper-slide{
	background: #ffffff;
	width: auto;
	padding: 10px;
}
.fgh .swiper-slide img{
	width: 100%;
	height:300px;
	max-width: 400px;
}

.nhz img {
	height: 60px;
	margin: 5px;
	margin: auto;
}

.sbzs {
	float: right;
	width: 400px;
	display: none;
}

.hynrw {
	width: 1176px;
	background: #FFF;
	font-size: 12px;
	display: block;
	color: #666;
	line-height: 25px;
}

.hynrw img {
	display: block;
}

.hynrw strong {
	font-size: 16px;
	color: #900;
	line-height: 40px;
}

.hynrw p {
	margin: 0px;
	padding: 30px 10px;
	width: 360px;
}

.swiper-slide img {
	width: 100%;
	display: block;
}

.swiper-containera .swiper-pagination {
	margin-bottom: 20px;
}

.bwk {
	width: 100%;
	background: #FFF;
	text-align: center;
}

.lxfs {
	width: 100%;
	background: #ffffff;
	height: auto;
}

.dt {
	float: left;
	width: 880px;
	height: 500px;
	overflow: hidden;
	margin: 40px 0;
}

.lxfsz {
	float: right;
	width: 320px;
	background: #FFF;
	height: 500px;
	margin: 40px 0;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.lxfsz p {
	padding: 10px;
}

.foot {
	background: #333333;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	color: #CCC;
}
.foot a{
	color: #ffffff;
}

.nwk {
	width: 90%;
	margin: auto;
	padding: 20px 0;
	display: none;
	max-width: 1300px;
}
.nwk .btz{
	margin-bottom: 40px;
}

.new {
	width: 75%;
	float: left;
	padding:0 10px;
}
.new li{
	width: 100%;
	background: #ffffff;
	padding: 10px;
	margin-bottom: 5px;
	height: 100px;
	color: #333333;
	font-size: 14px;
}
.new li img{
	float: left;
	height: 80px;
	margin-right: 10px;
}
.new li p{
	float: left;
}
.new li p a{
	font-size: 18px;
	color: #000000;
	display: block;
	text-decoration: none;
}
new li p a:hover{
	font-size: 18px;
	color: #458bc9;
	display: block;
}

.bannermu {
	background: #EBEBEB;
}

.cpnr {
	width: 945px;
	float: right;
	background: #FFF;
}

.cpnr img {
	max-width: 100%;
}

.zywq {
	width: 140px;
	position: absolute;
	margin-left: 1000px;
	z-index: 1111;
	background: #da251c;
	height: 25px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.zywq a {
	color: #FFF;
	text-decoration: none;
	line-height: 25px;
	float: left;
	width: 70px;
	text-align: center;
	font-size: 12px;
	display: block;
}

.zywq a:hover {
	color: #FFF;
	text-decoration: underline;
	line-height: 25px;
	float: left;
	width: 70px;
	text-align: center;
	font-size: 12px;
	display: block;
}

.hynry {
	width: 100%;
	background: #F3F3F3;
	margin-bottom: 10px;
	height: 220px;
	line-height: 30px;
}

.hynry img {
	float: left;
	width: 300px;
	height: 220px;
	margin-right: 20px;
}

.hynry strong {
	font-size: 16px;
	color: #900;
	line-height: 40px;
}

.hover li dl {
	display: none;
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 200px;
	background: #FFF;
	color: #333;
	line-height: 30px;
	font-size: 14px;
	z-index: 999;
	position: relative;
	top: 0px;
	left: -50px;
}

.hover li dl dd {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.hover li dl a {
	text-decoration: none;
	line-height: 30px;
	font-size: 14px;
}

.hover li dl a:hover {
	text-decoration: none;
	line-height: 30px;
	font-size: 14px;
}


.nlb {
	font-size: 12px;
	padding-left: 20px;
}

.nlb a {
	font-size: 14px;
	line-height: 25px;
}
#message_main input,#message_main textarea{
	margin: 5px;
	padding:3px 10px;
}