@charset "utf-8";
/* CSS Document */
html,body,ul,li,p,input,form,h1,h2,h3,h4,h5,h6,dl,dt,dd{ margin:0; padding:0;}
ul,li{ list-style:none;}
body{ font-size:12px; color:#666; font-family:"microsoft yahei"; margin:0px; padding:0px;}
img{ border:none;}
form{ margin:0px; padding:0px;}
.clear{ clear:both;}
a{ text-decoration:none; color:#666;}
a:hover{ text-decoration:none;}
.fl {float:left;}
.fr {float:right}

section {
  margin: 0 10%;
  position: relative;
}

/* header */
header {
  background: #242223;
  width: 100%;
  min-width: 1200px;
  height: 86px;
  position: relative;
  z-index: 999;
}
header .logo {
  float: left;

}
header .logo img {
  width: 224px;
  height: 80px;
  float: left;
}
header nav {
  float: right;

}
header nav li {
  float: left;
  position: relative;
 
  padding: 22px 30px;
}
header nav li > a {
  color: #ffffff;
  display: block;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  position: relative;
}
header nav li > a:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  content: "";
  margin: 0 auto;
  width: 0%;
  height: 2px;
  background: #a92028;
  transition: all 0.3s;
}
header nav li .prosub {
  display: none;
  position: absolute;
  left: -30px;
  top: 86px;
  background: rgba(27, 27, 27, 0.85);
  width: 130px;
  padding: 20px 0 30px 60px;
  border-radius: 0 0 20px 20px;
  line-height: 28px;
}
header nav li .prosub dl {
  width: 150px;
  float: left;
}
header nav li .prosub dl a {
  color: #ffffff;
}
header nav li .prosub dl a:hover {
  color: #a92028;
}
header nav li .prosub dl dt {
  font-size: 16px;
  padding-bottom: 5px;
  font-weight: bold;
}
header nav li .sub {
  display: none;
  position: absolute;
  left: 0px;
  top: 86px;
  background: rgba(27, 27, 27, 0.85);
  min-width: 100%;
  padding: 20px 10px;
  border-radius: 0 0 20px 20px;
  line-height: 28px;
  white-space: nowrap;
}
header nav li .sub a {
  color: #ffffff;
  display: block;
  overflow: hidden;
  text-align: center;
}
header nav li .sub a:hover {
  color: #a92028;
}
header nav li:hover > a,
header nav li.on > a {
  color: #a92028;
}
header nav li:hover > a:before,
header nav li.on > a:before {
  width: 100%;
}

header .butlink {
 
  line-height: 38px;
  color: #ababab;
  display:block;
  width: 150px;
  float: right;
  height: 46px;
  padding-top:37px;
}
header .butlink li {
  float: left;
}
header .butlink li .icon_user {
  background: url(/statics/images1/icon_user.png) left center no-repeat;
  padding-left: 20px;
  color: #ababab;
}
header .butlink li .icon_user:hover {
  color: #d2d755;
  background-image: url(/statics/images1/icon_userhover.png);
}
header .butlink .sobut {
  background: url(/statics/images1/icon_search.png) center center no-repeat;
  width: 15px;
  height: 38px;
  cursor: pointer;
  transition: all 0.3s;
}
header .butlink .sobut:hover {
  background-image: url(/statics/images1/icon_searchhover.png);
}
header .butlink .language {
  margin: 0 18px;
  position: relative;
}
header .butlink .language span {
  display: block;
  overflow: hidden;
  padding: 0 25px;
  cursor: pointer;
  transition: all 0.3s;
}
header .butlink .language span.zh_click{background: url(/statics/images1/zg.jpg) no-repeat center left;  height: 15px; line-height: 15px;text-indent: 11px;}
header .butlink .language span:hover {
  color: #d2d755;
}
header .butlink .language:before,
header .butlink .language:after {
  content: "";
  
  height: 14px;
  top: 50%;
  margin-top: -7px;
  left: 0px;
  width: 1px;
  position: absolute;
}
header .butlink .language:after {
  left: auto;
  right: 0px;
}
header .butlink .language .sub {
  display: none;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 100%;
  background: #1b1b1b;
  border-radius: 0 0 10px 10px;
  text-align: center;
  padding: 15px 0 5px 0;
  z-index: 999;
}
header .butlink .language .sub a {
  display: block;
  overflow: hidden;
  color: #ababab;
  line-height: 50px;
}

header .butlink .language .sub a:hover {
  color: #d2d755;
}


/*大图*/
.banner1{
    width: 100%;
    min-width: 1200px;
    height: 840px;
    background: url("/statics/images1/banner.jpg") no-repeat center center;
    overflow: hidden;
    background-color: #000;
}
.banner1 .xzmm{
    width: 670px;
    height: 670px;
    border-radius: 50%;
    background: url("/statics/images1/XZBJ.png") no-repeat center center;
    margin: 85px auto;
    position: relative;
}
.banner1 .xzmm ul{
    list-style: none;
    position: absolute;
    top: 43%;
    left: 43%;
    transform: translate(-50%,-50%);
}
.banner1 .xzmm ul li{
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
}
.banner1 .xzmm .img{
    width: 179px;
    height: 159px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -85px;
    margin-left: -90px;
}
.banner1 .xzmm img{
    cursor: pointer;
    transition: all 0.6s;
}
.banner1 .xzmm img:hover{
    transform: scale(1.3);
}


/*中间内容*/
.content{
    width: 100%;
  margin: 0 auto;
    height: 478px;
    padding-top: 60px;
    padding-bottom: 60px;
    min-width: 1200px;
    background-color: #262626;
    overflow: hidden;
}
.content-m{ width: 1200px; margin: 0 auto;overflow: hidden;}
.content .pp{
    max-width: 26.5%;
    float: left;
    
 
}
.pp-m{width:100%;margin: 0 auto;}
.content .hd{
    max-width: 47.8%;
    float: left;
    min-height: auto;
    padding:0 1.6%;
}
.content .cp{
    max-width: 22%;
    
    float: right;
   
}
.hd-m{width: 100%; margin: 0 auto;}
.content-p{
    width: 100%;
    height: auto;
    min-height: 80px;
    background-color: #a91f28;
    color: #a6a6a6;
    font-size: 30px;
    line-height: 80px;
    text-align: center;
}
.content .pp img{
    width: 100%;
    height: auto;
    background-size{  
 background-size:auto;  
 }  
}
.content .hd .le{
    max-width: 49.9%;
    float: left;
    border-right: 1px solid #a6a6a6;
    background-color: #1a1a1a;
}
.content-p2{
    font-size: 20px;
    line-height: 25px;
    color: #6b6b6b;
    padding: 20px 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}
.content-p3{
    font-size: 15px;
    line-height: 28px;
    padding: 0 20px;
    color: #6b6b6b;
    overflow: hidden;
-webkit-line-clamp: 3;
	display: -webkit-box;
-webkit-box-orient: vertical;
}
.content-span{
    display: block;
    font-size: 10px;
    color: #6b6b6b;
    padding: 18px 0 18px 30px;
}
.content-span a{color: #6b6b6b;}
.content .hd .rl{
    max-width: 49%;
    float: left;
    background-color: #1a1a1a;
}
.content .hd .le img{
    width: 100%;
    height: auto
}
.content .hd .rl img{
    width: 100%;
    height: auto;
}
.content .hd .le:hover .content-p2,.content-span{
    color: #a91f28;
}
.content .hd .rl:hover .content-p2,.content-span{
    color: #a91f28;
}
.content .cp .cp1{
    width: 100%;
    max-height: 50%;
}
.content .cp .cp1 img{
    width: 100%;
    height: auto;
}
.content .cp .gm{
    width: 100%;
    max-height: 50%;
}
.content .cp .gm img{
    width: 100%;
    height: auto;
}

/*底部样式*/
.foot{
    width: 100%;
    min-width: 1200px;
    height: auto;
    background-color: #1a1a1a;
    color: white;
    font-family: "Microsoft YaHei";
}
.foot .foot-nav{
    padding-top: 40px;
    width: 100%;
    height: 242px;
}
.foot .foot-nav ul{
    width: 100%;
    height: 100%;
}
.foot .foot-nav ul li{
    width: 20%;
    font-size: 20px;
    float: left;
}
.foot .foot-nav ul li a{color: #fff;}
.foot .foot-nav ul li .a1{
    font-size: 16px;
    display: block;
    margin-top: 18px;
    color: #bfbfbf;
}
.foot .foot-nav ul li p{
    display: block;
    margin-top: 12px;
    border: 1px solid #bfbfbf;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    color: #bfbfbf;
    position: relative;
}
.foot .foot-nav ul li p span{
    font-size: 16px;
    margin: 0 20px;
}
.foot .foot-nav .i{
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    width: 100px;
    height: 100px;
    opacity: 0;
    background: url("/statics/images1/wechat1.jpg") no-repeat center center;
}
.foot .foot-nav .i2{
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    width: 100px;
    height: 100px;
    opacity: 0;
    background: url("/statics/images1/wechat.jpg") no-repeat center center;
}
.foot .foot-nav ul li p:hover .i{
    opacity: 1;
}
.foot .foot-nav ul li p:hover .i2{
    opacity: 1;
}
.foot .foot-nav ul li p img{
    margin: 8px 36px 8px 0;
    float: right;
    height: 24px;
    width: 24px;
}
.foot .hr{
    width: 100%;
    height: 3px;
    background-color: #434343;
}
.foot .foot-p1{
    font-size: 14px;
    line-height: 24px;
    padding-top: 35px;
    color: #bfbfbf;
    float: left;
}
.foot .foot-p1 a{ color: #bfbfbf;}
.foot .foot-p2{
    font-size: 14px;
    line-height: 24px;
    color: #bfbfbf;
    float: right;
    text-align: right;
    padding-top: 12px;
}
.w_auto{width: 1200px;display: block;position: relative;margin: 0 auto;}

/*@media (min-width: 1200px) {
	.content-p3{font-size: 15px;
		overflow: hidden;
	  line-height: 30px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
-webkit-box-orient: vertical;

	}
}
@media (min-width: 1280px) {
	.content-p3{font-size: 15px;
		overflow: hidden;
	 line-height: 30px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
-webkit-box-orient: vertical;

	}
}
@media (min-width: 1366px) {
	.content-p3{font-size: 15px;
		overflow: hidden;
	 line-height: 30px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
-webkit-box-orient: vertical;

	}
}
@media (min-width: 1440px) {
	.content-p3{font-size: 15px;
		overflow: hidden;
	 line-height: 30px;
	text-overflow: ellipsis;
	-webkit-line-clamp:3;
	display: -webkit-box;
-webkit-box-orient: vertical;

	}
	.content .pp{width: 25.5%;}
	.content .hd{padding:0 2%}
}
@media (min-width: 1600px) {
	.content-p3{font-size: 15px;
		overflow: hidden;
	 line-height: 38px;
	text-overflow: ellipsis;
	-webkit-line-clamp:4;
	display: -webkit-box;
-webkit-box-orient: vertical;

	}
	.content .cp{max-width:22.7%;}
}*/

.x3_img{text-align: center;margin-top: 84px;}