@charset "utf-8";

* {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px
}

body {
	margin: 0px auto;
	font-family: "微软雅黑";
	font-size: 14px;
}

ul,
li,
a,
span,
h1,
div,
ol,
h1,
h2,
h3,
p,
hr,
input,
label {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
}

body,
td,
th {
	font-family: 微软雅黑;
}

body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

border {
	border: 0px;
}

img {
	border: 0px;
}

i,
em {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tac {
	text-align: center;
}

.w1300 {
	margin: 0 auto;
	width: 1340px;
	height: auto;
	overflow: hidden;
}

.w-1260 {
	margin: 0 auto;
	width: 1260px;
	height: auto;
	overflow: hidden;
}

.w-1400 {
	margin: 0 auto;
	width: 1400px;
	height: auto;
	overflow: hidden;
}



.clear {
	clear: both;
}

/*------------公用样式结束----------*/

/*------------top----------*/
.topbg{
  width: 100%;
  height: 150px;
   background:#fff;
}

.toptel{ 
	margin-top: 10px;
	font-size: 30px;
	font-family: Impact;
	color: #0d994b;
	padding-left: 45px;
	background: url(../img/toptel.jpg) left no-repeat;
	}

.logo1{ 
  float: left;
  width:748px;
  font-size: 39px;
  color: #2c2c2c;
  font-weight: bold;

   }
.logoewm{ margin-top:18px; float:left; margin-left: 117px; }
.logoewm1{
	margin-left: 10px;  
	float:left; 
	font-size: 20px; 
	line-height:35px; 
	margin-top: 35px;color: #333;
	background: url(../img/dhtel.jpg) left top no-repeat;
	text-indent: 40px;
	

 }
.logoewm1 span{
	display: block;
	margin-top: 5px;
	font-family: Impact; font-size: 36px; color: #dd0603; line-height: 30px;
	text-indent: 0px;
	}


/*====================首页导航====================*/
/*====================首页导航====================*/
.h-menu-bg{
  width: 100%;
  float: right;
  overflow: hidden;
  margin-top: 0px;
  padding:0px;
  background: #264b99;
}
.h-menu{
  width: 1260px;
  margin: 0px auto;
  height: auto;
  text-align: center;
}
.h-menu li{
  float: left;
  border-right: 1px solid rgb(0,0,0,0.15);
  padding: 0px 0px 0px;
  position: relative;
  width: 12%;
  transition: all 0.3s ease-out;

}
.h-menu li a{

  display: block;
  height:55px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  transition: all 0.3s ease-out;
  line-height: 55px;
}

.h-menu li a:hover{
  background: rgb(0,0,0,0.15);
  color: #fff;
}

/*end menu*/


/*焦点图*/
#banner {
	position: relative;
	overflow: hidden;
	width: 100%
}

#banner ul {
	position: relative;
	overflow: hidden;
	width: 300%
}

#banner ul li {
	width: 33.333%;
	float: left
}

#banner ul li img {
	width: 100%;
	display: block;
}

#banner aside {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 0;
	width: 90%;
	right: 0;
	left: 0;
	margin: auto
}

#banner aside span {
	display: block;
	width: 90px;
	height: 150px;
	z-index: 63;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s;
	margin-top: -1%;
}

#banner:hover aside span {
	opacity: 1;
}

#banner aside span:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 20%;
	margin: auto;
	width: 87px;
	height: 87px;
	border-top: 1px solid #fe9953;
	border-left: 1px solid #fe9953;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg)
}

#banner aside span.prev {
	float: left;
}

#banner aside span.next {
	float: right;
}

#banner aside span.next:after {
	left: 0;
	right: 20%;
	-webkit-transform: rotateZ(135deg);
	-moz-transform: rotateZ(135deg);
	-ms-transform: rotateZ(135deg);
	-o-transform: rotateZ(135deg);
	transform: rotateZ(135deg)
}

#banner>div {
	width: 110px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 7%;
	margin: auto
}

#banner>div em {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 3px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 4.75px;
	background: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}

#banner>div em.act {
	background: #fe9953
}


.sl,
.st,
.st div,
.sl div {
	overflow: hidden;
}

.bannerdh{ width: 100%; height: 0px;}




/*------------首页栏目----------*/
.h-tit01 {
	padding: 40px 0px;
	width: 100%;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
	text-align: center;
	color: #333333;
	text-transform: uppercase;
}

.h-tit01 p {
	margin: 0px auto;
	padding: 5px 0px;
	font-size: 18px;
	color: #666;
	text-align: center;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 24px;
}


.h-tit01 img{
	margin-top: 5px;
}

.h-tit01 .cpbt {
	margin: 0px auto;
	text-align: center;
	font-size: 18px;
	font-size:40px;
	color: #264b99;
	font-weight:bold;
}


.h-tit01 .cpbt a {
	font-size:40px;
	color: #264b99;
	font-weight:bold;
}


.h-tit01 .cpbt font {
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}


.h-tit01 span {
	margin: 0px auto;
	display: block;
	width: 250px;
	padding: 5px 0px;
	font-size: 16px;
	border: 1px solid #EAEAEA;
	border-radius: 20px;
	background-color: #F9F9F9;
	color: #999999;
	text-align: center;
	margin-top: 10px;
}



/*------------分类---------*/
.cpbj{width:100%; height:auto; background-color:#264b99; padding:40px 0px; overflow:hidden; margin-bottom: 40px;}

.cplist{
	width: 1260px;
	margin: 0px auto;
	text-align: center;
}
.cplist a{
	width: 215px;
	border-radius: 5px;
	padding: 0px 30px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    transition: 0.3s;
    margin: 3px 1.5px;
    color: #333;
    font-size: 16px;
	border: 1px solid #eaeaea;
	background: #fff;
	 }

.cplist a:hover{
	background-color:rgb(255,210,0,1);
	border: 1px solid rgb(255,210,0,14);

	transition: 0.2s all ease;
	 }




/*产品展示*/
/*====================首页产品展示====================*/

.anliroll {
	height: 1215px;
	width: 90%;
	margin: 0px auto;
}

.anliroll li {
	float: left;
	width: 23.4%;
	background: #fff;
	margin: 0 0 2% 1.4%;
	border: 1px solid #EAEAEA;

}

.anliroll li a {
	display: block;
	overflow: hidden;
	font-size: 18px;
	position: relative;
}

.anliroll li a h4 {
	overflow: hidden;
}

.anliroll li a img {
	margin: 0 auto;
	width: 100%;
	display: block;
	transition: all .5s;
}

.anliroll li a ol {
	background: #EAEAEA;
	color: #000;
	width: 100%;
	z-index: 555;
	transition: all .2s;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	padding: 20px;
	box-sizing: border-box;
}

.anliroll li a ol i {
	display: block;
	color: dimgray;
	font-size: 16px;
	margin-top: 10px;
	font-style: normal;
}

.anliroll li a ol a {
	color: #fff;
	font-size: 18px;
}

.anliroll li a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}

.anliroll li a:hover ol {
	background: #264b99;
	color: #fff;
}

.anliroll li a:hover ol i {
	color: #fff;
}



/*------------简介---------*/

/*====================首页简介部分====================*/
.sy-jjbg{ 
  width: 100%; 
  background: url(../Img/jjbg.jpg) top center no-repeat;
   }
   
.sy-jjbt{ text-align: center;}

.sy-jj{ 
  width: 1400px;	
  margin: 0px auto;
  text-align: center;
  padding-top: 20px;
   }
   
.sy-jjl{ width:532px;}
.sy-jjr{ width: 820px;}

.jjbt{ 
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  padding-bottom: 20px;
  padding-top: 50px;
  text-align: left;
   }
   
.jjbt span{ 
	font-size: 24px;
	font-weight: normal;
  color: #fff;
   }

.sy-jj .jjcon{
  overflow: hidden;
 font-size: 16px;
 color: #fff;
 font-weight: normal;
 line-height: 24px;
 overflow: hidden;
 margin-top: 30px;
 padding-bottom: 40px;
 text-align: left;
   }

.sy-jj .jjcon p{
 font-size: 16px;
 color: #fff;
 font-weight: normal;
 line-height: 28px;
   }
   
   
.sy-jj .jjmore{
 height: 30px;
 width: 100px;
 border: 1px solid #fff;
 border-radius: 20px;
 text-align:left;
 line-height: 30px;
 text-align: center;
   }
   
.sy-jj .jjmore a{
	font-size: 14px;
 color: #fff;
 text-transform: uppercase
   }
   
.sy-cpbg{ 
	margin: 0px auto;
  width: 1400px; 
  padding-top: 30px;
  margin-top: 50px;
  box-shadow: 0px 0px 15px #EAEAEA;
  background: #F9F9F9;
  padding-bottom: 50px;
   }
   
   
.h-tit02 {
	width:100%;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
	text-align: center;
	color: #333333;
	padding-top: 30px;
	text-transform: uppercase;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 30px;
	margin: 0px auto;
	margin-bottom: 30px;
}

.h-tit02 p {
	margin: 0px auto;
	padding: 5px 0px;
	font-size: 20px;
	color: #666;
	text-align:center;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 28px;
	
}


.h-tit02 .cpbt {
	margin: 0px auto;
	text-align:center;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 5px;
}


.h-tit02 .cpbt a {
	font-size: 50px;
	color:#264b99;
	font-weight: bold;

}


.h-tit02 .cpbt a font {
	padding: 0px 5px;
	font-size:46px;
	color: #333333;
	font-weight: bold;
}


.h-tit02 span {
	margin: 0px auto;
	display: block;
	width: 100px;
	padding: 2px 0px;
	background: #264b99;
	font-size: 16px;
	color: #999999;
	text-align: center;
	margin-top: 10px;
}

.h-syfl{ 
  margin: 0px auto;
  width: 1345px;
  text-align: center;
 }
 
 

.h-syfl li{
  margin: 7px;
  float: left;
  padding: 0px 13px;
  padding-top: 50px;
  border-radius: 0px 40px 0px 40px;
  width: 296px;
  height: 289px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
      background: rgb(255,210,0,1);
}

.h-syfl li .num{
	margin: 0px auto;
  width: 90px;
  text-align: center;

}

.h-syfl li span{
	display: block;
	font-size: 24px;
	text-align: center;
	padding-top: 18px;
	font-weight: normal;
	color: #333;
}



.h-syfl li p{
  padding: 13px;
  font-size: 15px;
  font-weight: normal;
  color: #555;
  text-align: center;
  line-height: 22px;
}


.h-syfl li:hover {
    background: #EAEAEA;
	transition: 0.3s all ease;
}

.h-syfl1{ 
	margin: 0px auto;
  padding-top: 115px;
  width: 1260px;
 }





/* gc*/
.c-anliroll {
	height:650px;
	width: 80%;
	margin: 0px auto;
	padding-bottom: 45px;
}

.c-anliroll li {
	border: 3px solid #F9F9F9;
	float: left;
	width: 23.1%;
	background: #fff;
	margin: 0% 0 1% 1.4%;
}

.c-anliroll li a {
	display: block;
	overflow: hidden;
	font-size: 18px;
	position: relative;
}

.c-anliroll li a h4 {
	overflow: hidden;
}

.c-anliroll li a img {
	margin: 0 auto;
	width: 100%;
	display: block;
	transition: all .5s;
}

.c-anliroll li a ol {
	background: #f9f9f9;
	color: #333;
	width: 100%;
	z-index: 555;
	transition: all .2s;
	text-align: left;
	font-size: 20px;
	line-height: 20px;
	padding: 20px;
	box-sizing: border-box;
	font-weight: bold;
}

.c-anliroll li a ol i {
	float: right;
	display: block;
	border: 1px solid #EAEAEA;
	border-radius: 15px;
	padding: 2px 15px;
	color: dimgray;
	font-size: 14px;
	font-style: normal;
}

.c-anliroll li a ol a {
	color: #fff;
	font-size: 18px;
}

.c-anliroll li a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}


.c-anliroll li:hover {
	border: 3px solid #264b99;
}

.c-anliroll li a:hover ol {
	background: #264b99;
	color: #fff;
}



.c-anliroll li a:hover ol i {

	color: #fff;
}


/*--news--*/

.part-news{
	background: url(../img/gg01.jpg) top center no-repeat;
	margin: 0 auto; 
	width:100%; 
	margin-top: 60px;
	padding-top: 330px;
}

.newsbj{
	margin: 0px auto;
	width: 1400px; 
	border-radius: 20px; 
	padding-bottom: 50px;
}


.xwconny-l {
	margin: 10px;
	width:650px;
	padding: 15px;
	float: left;
	background:#f9f9f9;
	margin-bottom: 21px;
}

.xwconny-l .dateny {
	float: left;
	width: 200px;
	position: relative;
	font-size: 50px;
	line-height: 21px;
	color: #333333;
	text-align: center;
	margin-right: 20px;
}




.xwconny-l .dateny img {}

.xwconny-l .connrny {
	width: 400px;
	float: left;
	margin-top: 5px;
}

.xwconny-l .connrny h2 {
	float: left;
	width: 60%;
	margin: 0px;
	padding: 0px;
	border: none;
	height: 45px;
	line-height: 45px;
	font-size: 24px;
	text-align: left;
	overflow: hidden;
}

.xwconny-l .connrny h2 a {
	color: #333333;
	font-size: 18px;
	font-weight: normal;
}


.xwconny-l .connrny .date {
	float: right;
	width: 40%;
	margin: 0px;
	padding: 0px;
	border: none;
	height: 45px;
	line-height: 45px;
	text-align:right;
}



.xwconny-l .connrny p {
	padding-bottom: 10px;
	color: #9e9e9e;
	font-size: 14px;
	line-height: 22px;
}

.xwconny-l .connrny p a {
	color: #6b6b6b;
	font-size: 14px;
}

.xwconny-l .connrny .xwmore {
	width: 100px;
	color: #333333;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
}

.xwconny-l:hover {
	background: #264b99;
	transition: 0.5s all ease;
}


.xwconny-l:hover h2 a{
	color: #fff;
}

.xwconny-l:hover .connrny p a {
	color: #fff;
	font-size: 14px;
}

.xwconny-l:hover .connrny .date {
	color: #fff;
}

.xwconny-l:hover .connrny .date span{
	color: #fff;
}




/*------------foot----------*/
/*bottom*/

.foot-bg {
	width: 100%;
	overflow: hidden;
	background:#303030;

}

.foot {
	width: 1260px;
	margin: 0px auto;
	padding-bottom: 50px;
	padding-top: 20px;
}

.end-dh {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.f-cpfl {
	float: left;
	font-size: 16px;
	color: #666666;
	line-height: 170%;
	padding: 10px 0px;
	padding-left: 25px;
}

.f-cpfl a {
	width:50%;
	display: block;
	float: left;
	height: 30px;
	font-size: 16px;
	color: #999;
	line-height: 30px;
}

.f-cpfl2 {
	float:left;
	font-size: 16px;
	color: #aaa;
	line-height: 170%;
	padding: 10px 0px;
	padding-left: 40px;
}

.f-cpfl2 a {
	display: block;
	float: left;
	height: 30px;
	width: 11%;
	font-size: 16px;
	color:#fff;
	line-height: 30px;
}


.f-cpfl2 img{
	float:left;
	font-size: 16px;
	color: #aaa;
	line-height: 170%;
}

.f-cpfl2 strong{
	font-size: 18px;
	font-weight: bold;
	color: #aaa;

}



.f-cpfl2 p{
	float: left;
	font-size: 16px;
	color: #999;
	line-height: 170%;
}

.f-ewm{
 float: right;
 margin-top: 25px;
 margin-right: 20px;
}

.f-ewm img{
 margin-right: 10px;
}

.f-ewm span {
    display: block;
    color: #999;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
}

.end-dh01 {
	height: 28px;
	background: url(../Img/endtel.jpg) left no-repeat;
	color: #e5e5e5;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	text-indent: 40px;
}

.f-lxwm {
	margin: 0px auto;
	width: 1200px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	padding-top: 30px;
	padding-bottom: 10px;
	border-top: 1px solid #022e78;
}

.f-lxwm .lxcon {
	float: right;
	width: 200px;
	padding-top: 50px;
	margin-right: 25px;
	color: #ffffff;
	background: url(../Img/endtel.jpg) top left no-repeat;
}

.f-lxwm .lxcon span {
	font-size: 22px;
	color: #ffffff;
}

.f-lxwm .lxcon p {
	padding-top: 10px;
	font-family: Impact;
	font-size: 28px;
	color: #696969;
	text-align: left;
	line-height: 32px;
}


.bq {
	padding: 20px 0px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	border-top: 1px solid rgb(0,0,0,0.1);
}

.bq a,
.bq p,
.bq p a {
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	line-height: 40px;
}

/*end bottom*/




/*------------内页banner---------*/
.nyzw {
	margin: 0 auto;
	width: 1300px;
	height: auto;
	overflow: hidden;
}

.nyzw .ny-r-t {
	margin: 0 auto;
	width: 100%;
	font-size: 15px;
	color: #888;
	padding: 10px 0px;
	line-height: 20px;
	border-bottom: 1px solid #EAEAEA;
}

.nyzw .ny-r-t a {
	color: #888;
}

.nyzw .ny-cont {
	margin: 0 auto;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	font-family: "微软雅黑";
	font-size: 15px;
	line-height: 30px;
}

/*内页新闻1*/
.ny-news01 {
	margin-top: 30px;
	width: 100%;
	height: auto;
}

.ny-news01 li {
	padding: 20px 0px;
	width: 100%;
	border-bottom: 1px dashed #dedddd;
	overflow: hidden;
}

.ny-news01 li .tu1 {
	float: left;
	width: 185px;
	height: 130px;
	overflow: hidden;
	border: 1px solid #efefef;
}

.ny-news01 li .tu1 img {
	width: 185px;
	height: 130px;
	overflow: hidden;
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.ny-news01 li:hover .tu1 img {
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.ny-news01 li .l01 {
	float: right;
	margin-left: 15px;
	width: 92px;
	height: 100px;
	border-right: 1px solid #efefef;
	border-left: 1px solid #efefef;
}

.ny-news01 li .l01 .n-day {
	width: 100%;
	height: 57px;
	font-size: 45px;
	color: #333;
	text-align: center;
	line-height: 57px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	transition: all 0.4s ease-in-out;
}

.ny-news01 li:hover .l01 .n-day {
	color: #fe9953;
}

.ny-news01 li .l01 .n-month {
	width: 100%;
	font-size: 15px;
	color: #555;
	text-align: center;
	letter-spacing: 0px;
}

.ny-news01 li .r01 {
	float: left;
	margin-left: 50px;
	width: 850px;
	height: auto;
}

.ny-news01 li .r01 a h2 {
	display: block;
	width: 100%;
	height: 36px;
	font-size: 16px;
	color: #333;
	letter-spacing: 0px;
	transition: all 0.3s ease-in-out;
}

.ny-news01 li:hover .r01 a h2 {
	color: #fe9953;
}

.ny-news01 li .r01 p {
	display: block;
	width: 100%;
	height: 36px;
	font-size: 14px;
	color: #555;
	letter-spacing: 0px;
	line-height: 130%;
	overflow: hidden;
}

/*单页效果*/
.ny-cont {
	padding: 10px 0px 20px 0px;
	margin: 0 auto;
	width: 1360px;
	padding: 20px;
	font-size: 15px;
	border-radius: 20px;
	color: #333;
	line-height: 190%;
	letter-spacing: 0px;
	background: #F9F9F9;
	margin-bottom: 50px;
}

.ny-cont p,
.ny-cont p a {
	margin-top: 15px;
	font-size: 15px;
	color: #333;
	line-height: 190%;
}

.ny-cont a {
	font-size: 15px;
	color: #333;
	line-height: 190%;
}

.ny-cont-h1 {
	display: block;
	width: 100%;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

/*详情页样式*/
.mt-20 {
	margin-top: 20px;
}

.ny-xq {
	margin: 30px auto;
	width: 1200px;
	height: auto;
}

.ny-xq-l {
	float: left;
	width: 145px;
	height: 115px;
	background-color: #f2f2f2;
	border-right: 1px solid #d6d6d6;
}

.ny-xq-l .date1 {
	position: relative;
	width: 110px;
	height: 36px;
	text-align: center;
}

.ny-xq-l .date1 .year1 {
	position: relative;
	font-size: 20px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.ny-xq-l .date1 .year1 span {
	position: absolute;
	left: 35%;
	z-index: 2;
	display: block;
	background: #fff;
	padding: 0 5px;
	font-size: 20px;
	color: #303030;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	letter-spacing: 0px;
}

.ny-xq-l .date1 .year1:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #e3e3e3;
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 1;
}

.ny-xq-l .date2 {
	margin-top: 32px;
	text-align: center;
	font-size: 34px;
	line-height: 120%;
	color: #08C339;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}

.ny-xq-l .read1 {
	margin-top: 5px;
	font-size: 13px;
	text-align: center;
	color: #333333;
	letter-spacing: 0px;
}

.ny-xq-l .read1 strong {
	font-weight: bold;
}

.ny-xq-r {
	float: right;
	padding: 18px 45px;
	width: 960px;
	height: 80px;
	background-color: #e7e7e7;
	overflow: hidden;
}

.ny-xq-r p {
	display: block;
	height: 70px;
	font-size: 15px;
	color: #333;
	line-height: 170%;
	letter-spacing: 0px;
	overflow: hidden;
}

.ny-xq-r p p {
	font-size: 15px;
	color: #333;
	line-height: 170%;
	letter-spacing: 0px;
}

/*新闻详情页样式*/
.new-cont-h1 {
	text-align: center;
	font-family: "微软雅黑";
	font-size: 20px;
}

.new-xq {
	margin: 30px auto;
	width: 1280px;
	height: auto;
}

.new-xq-l {
	float: left;
	width: 160px;
	height: 105px;
	border-radius: 10px 0px 0px 10px;
	padding-top: 10px;
	background-color: #264b99;
}

.new-xq-l .date1 {
	position: relative;
	width: 150px;
	height: 36px;
	text-align: center;
}

.new-xq-l .date1 .year1 {
	position: relative;
	font-size: 20px;
	color: #000;
	font-family: Impact;
	text-align: center;
}

.new-xq-l .date1 .year1 span {
	width: 100%;
	margin-top: 20px;
	left: 35%;
	z-index: 2;
	display: block;
	padding: 0 5px;
	font-size: 20px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}

.new-xq-l .date1 .year1:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ef6e1cc;
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 1;
}

.new-xq-l .date2 {
	margin-top: 32px;
	text-align: center;
	font-size: 34px;
	line-height: 120%;
	color: #08C339;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}

.new-xq-l .read1 {
	margin-top: 5px;
	font-size: 18px;
	text-align: center;
	font-family: "微软雅黑";
	color: #fff;
	letter-spacing: 0px;
}

.new-xq-l .read1 strong {
	font-weight: normal;
}

.new-xq-r {
	float: left;
	padding: 18px 45px;
	width: 1020px;
	height: 80px;
	border-radius: 0px 10px 10px 0px;
	background-color: #FFFFFF;
	overflow: hidden;
}

.new-xq-r p {
	display: block;
	height: 70px;
	font-size: 15px;
	color: #363638;
	line-height: 170%;
	letter-spacing: 0px;
	overflow: hidden;
}

.new-xq-r p p {
	font-size: 15px;
	color: #333;
	line-height: 170%;
	letter-spacing: 0px;
}

.yan-phone p {
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 30px;
}
