﻿html, body {
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color:#000;
      margin: 0;
      padding: 0;
    }

h1,h2,h3,h4,h5,h6,p,span,ul,li,dl,dt,dd {margin: 0; padding: 0;}

a { text-decoration: none;}

.container { 
    width: 1200px;
    height: auto;
    margin: auto;
    padding: 0 ;
}


.clear { clear: both;}

.header {
   height: 90px;
   background: #eee;
   padding:0;
}

/*banner*/
.logo {
    width: 32%;
    height: 80px;
    padding: 5px;
    float: left;
    /*background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: auto 92%;
    background-position: left 30%;*/
    /*padding-left: 67px;
    margin-left: 5%;*/
}

.logo h3 {
	font-weight: bold;
	color: #000;
	font-size: 36px;
}

.logo h3 span { 
    margin: 0px;
    padding: 0px;
    line-height: 42px;
    color: #DA1010;
}

.logo p { font-size: 24px;}

.zy { 
	float: left;  
	width: 44%; 
  height: 60px;
  margin: 15px 0;
  font-size: 16px;
}

.zy p {
	margin-left: 2%;
    border-left: 1px #000 solid;
    padding: 2%;
    height: 75%;	
	font-size: 14px;
    line-height: 1.6;
}

.tel {
    float: left;
    padding-top: 15px;
    /*line-height: 1.5;*/
   /* padding-left: 5%;*/
}

.tel img {
	  width: 17%;
    margin-top: 15px;
    float: left;
    margin-right: 5%;
}

.tel p i {    margin-top: 28px;   display: inline-block;}

.tel span {
	  margin-top: 0px;
    margin-left: 0;
    font-family: 'Microsoft YaHei';
    font-size: 32px;
    color: #FF9900;
    line-height: 1.5;
}

/*nav*/
.menu {    background-color: rgb(24, 56, 132); height: 55px;}

.menu ul {
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
	height: 55px;
}

.menu ul li {
	width: 15%;
	text-align: center;
	float: left;
	font-size: 16px;
	height: 100%;
	line-height: 55px;
}

.menu ul li a { color: #fff;}

.menu ul li:hover { 	
   background-image: url(../images/dh1_rkfy.png);
   background-repeat: no-repeat;
   background-size: 100%;
   background-position: left top;
}

.menu ul li:last-child { display: none;}

/*banner*/
.banner ,.banner img{ width: 100%; height: auto;}

/*左边导航*/
.content {
    padding: 20px 0;
    margin: auto;
}

.pro_list { margin: auto; width: 100%;}

.pro_left {
		width: 23%;
		float: left;
}

.pro_left dl {  width: 250px;height: auto;}

.pro_left dt {
	width: 100%;
    height: 65px;
    padding-top: 22px;
    background-image: url(../images/bt_vt57.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    color: #fff;
    
}

.pro_left dt h3 {
	color: #2D50A1;
    font-family: 'Times New Roman';
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 22.4px;
    white-space: normal;
    margin-bottom: 3px;
    padding-left: 5%;
    text-transform: uppercase;
}

.pro_left dt p {
	color: #fff;
	font-style: italic;
	text-align: left;
	margin: auto;
	padding-left: 5%;
	font-size: 18px;
    font-family: SimHei;
    color: #FFFFFF;
}

.pro_left dl p img{
	width: 100%;
	height: auto;
	margin-top: 5px;
}

.pro_left dd {
	width: 98%;
	display: block;
	margin: 0;
	line-height: 60px;
	color: #fff;	
	background: #fff;
	text-align: center;
	border-left: 5px #183883 solid;
	margin-top: 5px;
}

.pro_li {background-color: #2d50a1 !important; color: #fff;}

.pro_left dd:hover { background-color: #e67817;}

.pro_left dd:hover a,.pro_li a { color: #fff;}

.pro_left .pro_li:hover  { background: #e67817 !important;}

.pro_right {
	width: 77%;
	height: auto;
	float: left;
}


/*定位*/
.position {
	width: 100%;
	height: auto;
	padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
}

.page_title,.page_loding { float: left; width: 50%;}

.page_title {
	margin: 0px;
    padding: 0px;
    line-height: 28px;
    white-space: normal;
    font-family: 微软雅黑;
    font-size: 20px;
    color: #183883;
}

.page_title span { 
    margin: 0px;
    padding: 0px;
    font-family: 'Times New Roman';
    color: #D9D9D9;
}

.page_loding { padding-top: 11px; text-align: right;}

.page_loding p {
	background-image: url(../images/icon-home_61y0.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	display: inline-block;
}


/*foot*/
.foot {
	height: 291px;
    width: 100%;
    color: #fff;
    background-color: rgb(52, 85, 162);   
}

.ft_links {
	 padding: 13px 0;
	line-height: 1.5;
	font-size: 16px;
	text-align: center;
}

.ft_links a {
	text-align: center;
	color: #fff;
	margin: 0 4px;
}

.ft_nav {
   border: 1px #eee solid;	
}

.ft_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display:flex ;
	justify-content: space-between ;
	flex-flow: row nowrap;
}

.ft_nav ul li {
	min-width: 150px;
    float: left;
    text-align: center;
    line-height: 2.5;
    font-size: 15px;
}

.ft_nav ul li a { color: #fff;}

.ft_nav ul li:hover a {color: #ffe100; }

.ft_contact ,.ft_contact dl{
	width: 100%;
	margin: 5px 0;
}

.ft_contact dt {
	width: 18%;
	float: left;
	padding:25px 3%;
	border-right: 2px #fff solid;
}

.ft_contact dt img { width: 100%;}

.ft_contact dd {
	float: left;
	display: block;
	width: 73%;
	padding-left:2% ;
	padding-top: 11px;
}

.ft_contact dd p { 
	float: left;
	line-height: 2;
	font-size: 18px;
	color: #fff;
}

p.wx {
	float: right !important;
	margin: 15px 10px;
	width: 15%;
}

p.wx img { width: 100%;}

.foot_copy {
	height: 65px;
    z-index: auto;
    background-color: rgb(24, 56, 131);
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 65px;
}

/*产品列表*/
.pro_right ul {	list-style: none;}

.pro_right ul li {
	  width: 32%;
    height:auto;
    margin-bottom: 20px;
    float: left;
    text-align: center;
    overflow: hidden;
    margin-right: 2%;
}

.pro_right ul li:nth-child(3n) {margin-right: 0;}

.pro_pic {
	border: 1px #eee solid;
    height: 252px;    
    display: block;
    width: 99%;
    overflow: hidden;
    margin-bottom: 10px;
}

.pro_right ul li img { 	    

    height: 96.5%;
    margin: 8px;
}

.pro_right ul li p { 
	line-height: 1;
	text-align: center;
	font-size: 15px;
}

.pro_right ul li p a { color: #000; text-decoration: none;}

/*产品详情*/
.pro_box {	width: 100%; margin: auto;}

.pro_info { display: block; width: 100%; height: 300px;margin-bottom: 30px; }

.pro_info dt {
	width: 48%;
	float: left;
	margin-right: 1%;
	height: 100%;
	overflow: hidden;
	border: 1px #eee solid;
}

.pro_info dt img {
	height: 100%;
   
  /*  transform: translate(35%,-5%);*/
}

.pro_info dd {
	display: block;
	width: 49%;
	margin-left: 1%;
	float: left;
	height: 100%;
	overflow: hidden;
}

.pro_info dd h4 {
	    font-size: 18px;
    line-height: 2.5;
    border-bottom: 1px #333 solid;
    margin-bottom: 15px;
}

.pro_info dd p {
	font-size: 14px;
	line-height: 1.5;
}

.pro_desc { color: #ADADAD;}

.pro_content {	width: 100%;	margin: 30px auto;}

.pro_content p {text-indent: 2rem; line-height: 1.5;}

.ti {
	font-size: 14px;
	background: #eee;
	color: #000;
	line-height: 1.5;
	border-top:2px #FEB70F solid ;
	padding: 5px 15px ;
	margin-bottom: 30px;
}


/*新闻*/
.gs_box { 
	margin: auto; 
	width: 100%;
	height: 93px;
	padding: 10px 0;
	border-bottom: 1px #dadada dashed;
}

.gs_box dt {
	background: #E77817;
	color: #fff;
	width: 12%;
  	padding: 24px 0;
	float: left;
	text-align: center;
	font-size: 18px;
	margin-right: 2%;
}

.gs_box dd {	float: left;	width: 86%;}

.gs_box dd h4 {    font-size: 20px;}

.news_desc { font-size: 13px; margin: 7px 0;  height: 39px;  overflow: hidden;}

.news_btn {	display: block; margin-top: 2px;}

.news_date{	display: inline-block; font-style: normal;}

.news_btn a {
	display: inline-block;
	width: 76%;
	text-align: right;
	color: #000;
	float: right;
}

.news_gs2 { width: 100%;}

.news_gs2 .gs_box dt { width: 9%;}

.news_gs2 .gs_box dd { width: 89%;}

.news_gs2 .gs_box dd a { color: #000;}

.news_gs2 .news_desc { height: 35px; overflow: hidden;}

.news_gs2 .news_btn a { width: 86%;}

.news_type2 {	width: 100%; text-align: center;}

.news_type2 h3 { 
	display: inline-block;
	padding: 8px 65px;
	margin: 5px 0;
	background: #0082D0;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

.news_type2 h3:hover { background: #DA1010;}

.news_active { background: #DA1010; }

.news_hy {	width: 39%;	float: left;}

.fy { margin: 20px auto;}

.news_info { margin: auto;}

.news_tittle { 
	text-align: center; 
	font-size: 18px;
	line-height: 2;
	color: #000000;
}

.news_tag  {padding: 0 10px; height: 35px; border-bottom: dashed 1px #cccccc;}

.news_tag span:first-child  {text-align: left !important; color: #333; font-size: 14px !important;}

