@charset "utf-8";
*{margin: 0;padding:0;}
html{overflow-x: hidden;}
body{*overflow-x: hidden;font-family: "微软雅黑",Arial, Helvetica, sans-serif;font-size: 12px;line-height: 1.3;}
table{border-collapse: collapse;border-spacing: 0;}
img{vertical-align: top;border:none;-webkit-transition: all 0.5s;-moz-transition: all 0.5s; -ms-transition: all 0.5s;  transition: all 0.5s;}
ol,ul{list-style:none;margin: 0;padding: 0;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-style: normal;}
a{text-decoration: none;margin: 0;padding: 0;color:#333;-webkit-transition: all .2s;-moz-transition: all .2s; -ms-transition: all .2s;transition: all .2s;}
a:hover{text-decoration: blink;}
i,em{font-style: normal;}
input{outline: none;}
button,input[type="submit"],input[type="reset"],input[type="button"]{cursor: pointer;outline: none;}
select,input,textarea,small{font-size: 12px;}
.fl{float: left;display: inline;}
.fr{float: right;display: inline;}
.c{display: block;zoom: 1;}
.c:after{content: ".";display: block;visibility: hidden;height: 0;clear: both;}
.m-width{width: 1200px;margin:0 auto;}
.m-color{background:#fff;}
.h70{height: 70px;}
.container{height: auto;}
/* 轮播图 */
.m-lunbo{width: 100%;position: relative;overflow: hidden;}
.m-lunbo .m-lb{width: 100%;}
.m-lunbo .m-lb li{width: 100%;position: relative;}
.m-lunbo .m-lb li img{width: 100%;height: 100%;}

.m-lunbo .m-lb li a .m-auto{/* padding-left: 20px; */width: 100%;position: absolute;left: 0;bottom: 0;height: 45px;background: rgba(0,0,0,.4);line-height: 45px;color: #fff;font-size: 16px;text-align: left;}
.m-lunbo .m-lb li a .m-text{ width:1200px; margin:0 auto; color:#fff;}
.m-lunbo .m-lb li a .m-text >.img{width: 20px;height: 20px;vertical-align: middle;float: left;margin-top: 16px; margin-left:-5px;}
.m-lunbo .m-lb li a .m-text > i{float: left;margin-left: 6px;font-size: 20px;color: #fff; margin-right:30px;}
.m-lunbo .hd{position: absolute;bottom: 35px;right:50%;text-align: right;height: 45px;line-height: 45px;}
.m-lunbo .hd ul li{width: 12px;height: 12px;display: inline-block;margin: 0px 3px;background: rgb(236,241,244);z-index: 111;border-radius: 10px;}
.m-lunbo .hd ul .on{background: #eb350d;}
.bgc_1{   
/*width: 600px;
height: 200px;*/
width:400px;
height: 100px;
/*z-index: 1000;*/
position: absolute;
top: 22%;
left: 35%;
/* right: 50%; */
animation-name:mymove;
animation-duration:5s;-o-animation-duration:5s;
-webkit-animation-name:mymove;-ms-animation-name:mymove;-o-animation-name:mymove;
-webkit-animation-duration:5s;-ms-animation-duration:5s;
}
.m-lunbo .m-lb li .bgc_4 img{ width:20px; height:auto; vertical-align: middle;}
.bgc_4 i{ vertical-align: middle; color:#fff;}
.bgc_4{width:auto; cursor: pointer;
opacity:1;
color:#fff;
line-height:26px;
font-size: 16px;
font-weight: bold;
/*z-index: 1000;*/
position: absolute;
top: 58%;
left: 35%;
/* right: 50%; */
margin-left:380px;
animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;-ms-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;
animation-name:mymove;-ms-animation-name:mymove;-webkit-animation-name:mymove;
animation-duration:4s;-o-animation-duration:4s;-webkit-animation-duration:4s;-ms-animation-duration:4s;/* 5s表示执行动画的时间，0或不写则无动画效果 */
animation-delay:.3s;-webkit-animation-delay:.3s;-o-animation-delay:.3s;-ms-animation-delay:.3s;
-ms-animation-delay:.3s;
-webkit-animation-delay:.3s;
animation-fill-mode: forwards;
-o-animation-fill-mode: forwards;
-ms-animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
animition-timing-function:linear;-webkit-animition-timing-function:linear;-o-animition-timing-function:linear;-ms-animition-timing-function:linear;}
.bgc_3{   
 /*width: 600px;
    height: 200px;*/
    width:460px;
    opacity:1;
	color:#fff;
	line-height:26px;
	font-size: 14px;
    /*z-index: 1000;*/
    position: absolute;
    top: 46%;
    left: 35%;
	animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;-ms-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;
animation-name:mymove;-ms-animation-name:mymove;-webkit-animation-name:mymove;
animation-duration:5s;-ms-animation-duration:5s;
animation-delay:.5s;-ms-animation-delay:.5s;
-webkit-animation-delay:.5s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;-ms-animation-fill-mode: forwards;
animition-timing-function:linear;-webkit-animition-timing-function:linear;-o-animition-timing-function:linear;-ms-animition-timing-function:linear;
-webkit-animation-duration:5s;}

@keyframes mymove /* 对应animation-name，里面为执行的动画*/
{
from {left:200px;}/*执行动画的初始位置*/
to {left:30%;}/*动画结束位置*/
0% {
opacity: 0.1; /*初始状态 透明度为10%*/
}
50% {
opacity: 0.5; /*中间状态 透明度为50%*/
}
100% {
opacity: 1; /*结尾状态 不透明*/
}
}

@-webkit-keyframes mymove/* 对应-webkit-animation-name，里面为执行的动画*/
{
from {left:200px;}/*执行动画的初始位置*/
to {left:30%;}/*动画结束位置*/
}	
@-ms-keyframes mymove/* 对应-webkit-animation-name，里面为执行的动画*/
{
from {left:200px;}/*执行动画的初始位置*/
to {left:30%;}/*动画结束位置*/
}	

.bgc_txt{
	/*width:200px;
    height: 100px;
	display:block;*/
animation-name:txt;-ms-animation-name:txt;-o-animation-name:txt;-webkit-animation-name:txt;
animation-duration:5s;-o-animation-duration:5s;-webkit-animation-duration:5s;-ms-animation-duration:5s;
-webkit-animation-name:txt;-ms-animation-duration:5s;-o-animation-duration:5s;-webkit-animation-duration:5s;/* 5s表示执行动画的时间，0或不写则无动画效果 */
}

@keyframes txt /* 对应animation-name，里面为执行的动画*/
{
from {left:200px;}/*执行动画的初始位置*/
to {left:30%;}/*动画结束位置*/
0% {
opacity: 0.1; /*初始状态 透明度为10%*/
}
50% {
opacity: 0.5; /*中间状态 透明度为50%*/
}
100% {
opacity: 1; /*结尾状态 不透明*/
}
}

@-webkit-keyframes txt/* 对应-webkit-animation-name，里面为执行的动画*/
{
from {left:200px;}/*执行动画的初始位置*/
to {left:30%;}/*动画结束位置*/
}	
@-ms-keyframes txt/* 对应-webkit-animation-name，里面为执行的动画*/
{
from {left:200px;}/*执行动画的初始位置*/
to {left:30%;}/*动画结束位置*/
}	
}
/* 新闻 */
.news{width:100%;margin: 0 auto;height: auto;background: url(../images/bbgg.png) no-repeat;}
.news-box{width: 1200px;margin: auto;padding-top: 30px;}
.news-box .m-content{padding-bottom: 20px;}
.news-box .m-content em a.a{font-size: 22px;color: #666;}
.news-box .m-content i a{font-size: 15px;color: #333;float: right;margin-top: 7px;}
.news-list .list-main ul li{margin-bottom: 40px;/* margin: 20px; */ margin:20px 30px 20px 0; width: 360px;float: left;position: relative;}
 .list-main ul li .li-main{width: 100%;height: auto;}
 .list-main ul li .li-main .m-li-main-top{width: 100%;height: 240px;animation: all .3s;-ms-animation: all .3s;-webkit-animation: all .3s;-o-animation: all .3s;}
/* .news-list .list-main ul li .li-main .m-li-main-top.img{width:98%;height:100%;} */
 .list-main ul li .li-main .li-main-text{padding-top: 12px;height: 103px;width: 355px;/* border: 1px solid #e6dfdf; */padding-left: 5px;}
 .list-main ul li .li-main .li-main-text p{font-size: 12px;}
 .list-main ul li .li-main .li-main-text div{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -moz-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;height: 37px;width: 100%;margin-top: 10px;}
 .list-main ul li .li-main .li-main-text div a{float:left;margin:0 auto;color: #000;font-size: 13px;line-height: 20px;}
 .list-main ul li .li-main .li-main-text div a:hover{float:left;margin:0 auto;color: #666;font-size: 13px;border: 0px solid #eb350d;width:auto;line-height: 20px;text-align: left;}  
.list-main ul li .li-main a{float: right;margin: 5px 5px 0 0;color: #666;font-size: 13px;}
.list-main ul li .li-main a:hover{color:#eb350d;border: 1px solid #eb350d;width: 100px;line-height: 28px;text-align: center;}
.bannerImg img{width: 100%;height: 400px;opacity: 0;}
.bannerImg img:first-child{}
.m-bannerImg img{width: 100%;height: 479px;opacity: 0;}
.m-bannerImg img:first-child{}
.mt25{margin-top: 25px;}
.banner{position: relative;}
.imgbanner{position: relative;height:180px}
.imgbanner img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.bannerList{position: absolute;width: 100%;height: 479px;left: 0;top: 0;}
.bannerList li{text-align: center;overflow: hidden; width: 21%;box-sizing: border-box;border-right: 1px solid #D4E3EF;height: 100%;position: relative;}
.bannerList li:last-child{border-right: none;}
.bannerList li.active{width: 37%;}
.bannerList li h2, .bannerList li p{color: #fff;}
.bannerList li h2{font-size: 28px;}
.bannerList li .line{opacity: 0; margin: 28px auto;width: 45px;height: 1px;background: rgba(255,255,255,0.5);display: block;}
.bannerList li p{opacity: 0;line-height: 30px;font-size: 16px;margin-bottom: 60px;}
.bannerList li a{opacity: 0;color: #173270;width: 140px;line-height: 30px;display: block;margin: 0 auto;background: #fff;/* border-radius: 8px; */}
.bannerList li div{width: 305px;position: absolute;left: 50%;bottom: 0;height: 80px;transform: translateX(-50%);}
.bannerList li.active .line, .bannerList li.active p, .bannerList li.active a{opacity: 1;}
.bannerList li.active div{height: 280px;bottom: 50%;transform: translate(-50%,50%);}
.bannerList li.active{
	background:rgba(24,0,121, 0.3); /* 一些不支持背景渐变的浏览器 */  
    background:-moz-linear-gradient(top, rgba(0,0,0,0), rgba(24,0,121, 0.5));  
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,0,0,0)), to(rgba(24,0,121, 0.5)));  
    background:-o-linear-gradient(top, rgba(0,0,0,0), rgba(24,0,121, 0.5)); }
.bannerList li a:hover{background: #eb350d;color: #fff;}
.inTitle{padding: 25px 0;height: 24px;}
.inTitle h2{font-size: 18px;display: inline-block;}
.inTitle h2 span{color: #bfbfbf;font-size: 12px;font-family: arial;display: inline-block;margin-left: 10px;vertical-align: middle;font-weight: normal;}
.inTitle a{width: 110px;line-height: 30px;color: rgba(0,0,0,0.5);text-align: center;float: right;background: #F8F8F8;}
.indexBox article{height: 255px;border-top: 1px solid #F3F3F3;border-bottom: 1px solid #F3F3F3;box-sizing: border-box;}
.inVideo video{width: 100%;height: 100%;}
.inVideo{width: 28%;}
.indexBox time b{font-size: 30px;font-family: arial;font-weight: normal;display: block;position: relative;}
.indexBox time{display: block;font-size: 12px;font-family: arial;color: rgba(51,51,51,0.4);padding-left: 30px;}
.indexBox article a{padding-left: 30px;display: block;margin-top: 20px;line-height: 30px;height: 60px;overflow: hidden;text-overflow:ellipsis;}
.inNews , .inNotice{width: 26%;}
.inNews article, .inNotice article{padding-top: 35px;box-sizing: border-box;padding-left: 50px;}
.indexBox time b:after{width: 20px;height: 1px;background: #C6C6C6;content: '';display: block;position: absolute;left: -30px;top: 50%;}
.inLink{width: 20%;}
.indexBox article a span{color: #eb350d;font-weight: bold;}
.inNews .inTitle, .inNotice .inTitle{padding-left: 80px;}
.inVideo .inTitle{padding-left: 20px;}
.inLink article a{height: auto;margin-top: -72px;display: block;}
.indexBox article a:hover{color: #193171;}
.inLink article{position: relative;z-index: 2;}
.inLink article img{display: block;max-width: 100%;width:470px;height:auto;}
.inLink .inTitle{position: relative;z-index: 1;}
.inNews .swiper-button-prev, .inNews .swiper-button-next{opacity: 0.5; width: 9px;height: 15px;top: auto;bottom: 30px;background-size: cover;}
.inNews .swiper-button-prev{left: 80px;}
.inNews .swiper-button-next{left: 100px;right: auto;margin-top: 0;}
.inNews .swiper-pagination{width: auto;bottom: 29px;left: 120px;opacity: 0.5;}
.inNews .swiper-button-prev:hover, .inNews .swiper-button-next:hover{opacity: 1;}
.inTitle a:hover{background: #eb350d;color: #fff;}
.bannerImg{position:relative;}
.bannerImg img{position:absolute;top:0;left:0;transition: 0.5s ease-in-out;height: 479px;}
.bannerImg img.active{opacity: 1;}
.conainer-list {background: url(../images/bbgg.png) no-repeat 0 0/100% 100%;margin-top: -20px;width: 100%;}
.conainer-list .conainer-box{width: 1200px;margin: 0 auto;}
.conainer-list .conainer-box ul li{/* margin: 20px; */ margin:20px 25px 20px 0; width: 360px;float: left;position: relative;}
.font{padding-top: 30px;font-size: 20px;width: 360px;padding-bottom: 20px;color: #666;}
.conainer-list .conainer-box ul li .list-main{width: 100%;height: auto;}
.list-main-top{width: 100%;height: 240px;overflow: hidden;}
.list-main-top img{cursor:pointer;width: 100%;height: 100%;animation: all .4s;-webkit-animation: all .4s;-ms-animation: all .4s;-o-animation: all .4s;}
.list-main-top img:hover{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}
.conainer-list .conainer-box ul li .list-main .list-main-text{padding-top: 12px;height: 95px;width: 354px;/* border: 1px solid #e6dfdf; */padding-left: 5px;}
.text{cursor:pointer;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;height: 37px;width: 354px;margin-top: 10px;font-size: 14px;}
.conainer-list .conainer-box ul li .list-main a{float: right;margin: 5px 5px 0 0;color: #666;font-size: 12px;;}
.conainer-list .conainer-box ul li .list-main a:hover{color: #eb350d;border: 1px solid #eb350d;width: 100px;line-height:28px;text-align: center;}
/* 下拉内容 */
.xia-content{width: 1000px;background-color: #fff;height: 50px;line-height: 50px;margin: 20px auto;}
.xia-contentbox{width: 1000px;height: 50px;line-height: 50px;margin: auto;}
.xia-contentbox ul li{width:200px;float: left;margin-right: 20px;height: 40px;border: 1px solid #e1e1e1;line-height: 40px;/* text-indent: 3em; */}
.xia-contentbox ul{float: left;margin-left: 50px;margin-bottom: 0 !important;}
/* .m-navigation ul li{display: flex;align-items: center;justify-content: center;float: left;position: relative;height: 50px;line-height: 50px;margin-right: 50px;} */
.xia-contentbox ul li:last-child{margin-right: 0;}
.xia-contentbox ul li .m-navigation-text{position: relative;}
.form-table select{border: none;width: 200px;height: 40px;line-height: 40px;font-size: 16px;text-indent: 2em;}
.form-table select > option{line-height: 40px;border-bottom: 1px solid #E1E1E1;height: 40px;padding-top: 15px;padding-bottom: 10px;}

.xia-contentbox ul li .m-navigation-text .m-navigation-list{background-color: #8d766b;position: absolute;top:60px;left: 50%;margin-left: -55px;border-radius: 5px;/* padding: 10px 0; */display: none;z-index: 10;/* box-shadow: 0px 0px 12px 0px rgba(187,187,187,.4); */}
.m-navigation-text .m-navigation-list a{display: block;text-align: center;line-height: 20px;font-size: 14px;color: #fff;height: auto;text-indent: 0em;}
.m-navigation-text .m-navigation-list a:hover{background: #fff;color: #ad0610;text-align: center;}
.m-navigation-text .m-navigation-list:before{content:"";position: absolute;width: 100%;height: 20px;top:-20px;}
.xia-contentbox ul li .m-navigation-texta{display: block;width: 100%;height: 100%;position: absolute;top:0;left: 0;z-index:10;}
.xia-contentbox ul li span{font-size: 18px;color: #666;position: relative;}
.xia-contentbox ul li span:before{content: "";position: absolute;display: block;bottom: -8px;left: 0;width: 100%;height: 2px;background-color: none;border-radius: 50px;overflow: hidden;}
.xia-contentbox ul li span.on{background: #fff;}
.xia-contentbox ul li:hover span{color: #8d766b;}
/* 5.14修改部分内容开始 */
.news{background: url(../images/bbgg.png) repeat-x center top;width: 100%;}
.m-lunbo .m-auto{/* padding-left: 20px; */width: 100%;position: absolute;left: 0;bottom: 0;height: 45px;background: rgba(0,0,0,.4);line-height: 45px;color: #fff;font-size: 16px;text-align: left;}
.m-lunbo .m-text{ width:1200px; margin:0 auto; color:#fff;}
.m-lunbo .m-text >.img{width: 20px;height: 20px;vertical-align: middle;float: left;margin-top: 16px; margin-left:-5px;}
.m-lunbo .m-text > i{float: left;margin-left: 6px;font-size: 20px;color: #fff; margin-right:30px;}
.m-lunbo .m-text a{ color:#fff;}
.m-lunbo .m-text a:hover{ text-decoration:underline;}
.m-sel{ width:1200px; height:40px; padding:30px 0; margin:0 auto;}
.m-sel::after{ content: ''; display: block; clear: both; width:0; hieght:0; visibility: hidden;}
.m-aut > ul{ width:1240px;}
.m-aut > ul > li{ float: left; border:1px solid #d2c6c6; border-radius:2px; width:278px; margin-right:130px; height:46px; position: relative;}
.m-aut-1{ width:100%; height:46px; line-height:46px; font-size:18px; color:#000; text-indent:100px; cursor: pointer;}
.m-aut-1 img{ position: absolute; top:17px; right:17px;}
.m-aut-2{ border:1px solid #d2c6c6; /* border-top:none; */ position: absolute; left:-1px; top:46px; width:278px; background:#fff; display: none;}
.m-aut-2 ul{ padding:8px 0;}
.m-aut-2 ul li{ width:100%; height:32px; line-height:32px; text-indent:20px;}
.m-aut-2 ul li a{ display: block; color: #333;}
.m-aut-2 ul li a:hover{ background:#eb350d; color:#fff;}
.m-aut > ul > li:hover span{ color: #eb350d;}
.m-aut > ul > li:hover .m-aut-1 img{ transform:rotate(180deg);}
.m-aut > ul > li:hover .m-aut-2{ display: block;}
/* 5.14修改部分内容结束 */
.m-swiperv-box{width:100%;overflow: hidden;}
.m-swiperv-box ul li{width:100%;}
.m-swiperv-box ul li a img {width: 100%; display: block;}
/* .m-swiperv-box ul li img {width: 100%;height: 100%;} */
/* .swiper-container{width:100%;height:100%;}

.m-swiper{width:13%;background:rgba(0,0,0,.5);border-radius: .2rem;color:#fff;text-align: center;position: absolute;right:.3rem;bottom:19%; z-index: 99;}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}
.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform} */
/* .wenzi{position: absolute;text-align: center;width: 100%;top: 45%;transition: all .5s ease-in;-webkit-transition: all .5s ease-in;-ms-transition: all .5s ease-in;-o-transition: all .5s ease-in;-moz-transition: all .5s ease-in;}
 */
.wz{font-size: 34px;color: #d63e1f;position: absolute;top: 35%;left: 30%;}
.wz1{font-size: 34px;color: #d63e1f;position: absolute;top: 35%;left: 22%;}
.wenzi{font-size: 34px;color: #d63e1f;position: absolute;top: 35%;  opacity: 0;    
   animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;-ms-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;
   animation-name:mymove;-ms-animation-name:mymove;-webkit-animation-name:mymove;
   animation-duration:5s;-ms-animation-duration:5s;
   animation-delay:.5s;-ms-animation-delay:.5s;
   -webkit-animation-delay:.5s;
   animation-fill-mode: forwards;
   -webkit-animation-fill-mode: forwards;-ms-animation-fill-mode: forwards;
   animition-timing-function:ease-in-out;-webkit-animition-timing-function:ease-in-out;-o-animition-timing-function:ease-in-out;-ms-animition-timing-function:ease-in-out;
   -webkit-animation-duration:5s;}
   
   @keyframes mymove /* 对应animation-name，里面为执行的动画*/
   {
   from {left:300px;}/*执行动画的初始位置*/
   to {left:48%;}/*动画结束位置*/
   0% {
   opacity: 0.1; /*初始状态 透明度为10%*/
   }
   50% {
   opacity: 0.5; /*中间状态 透明度为50%*/
   }
   100% {
   opacity: 1; /*结尾状态 不透明*/
   }
   }
   
   @-webkit-keyframes mymove/* 对应-webkit-animation-name，里面为执行的动画*/
   {
   from {left:300px;}/*执行动画的初始位置*/
   to {left:48%;}/*动画结束位置*/
   }	
   @-ms-keyframes mymove/* 对应-webkit-animation-name，里面为执行的动画*/
   {
   from {left:300px;}/*执行动画的初始位置*/
   to {left:48%;}/*动画结束位置*/
   }
   .wenzi-l{font-size: 34px;color: #d63e1f;position: absolute;top: 35%;  opacity: 0;
      animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;-ms-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;
      animation-name:move;-ms-animation-name:move;-webkit-animation-name:move;
      animation-duration:5s;-ms-animation-duration:5s;
      animation-delay:.5s;-ms-animation-delay:.5s;
      -webkit-animation-delay:.5s;
      animation-fill-mode: forwards;
      -webkit-animation-fill-mode: forwards;-ms-animation-fill-mode: forwards;
      animition-timing-function:ease-in-out;-webkit-animition-timing-function:ease-in-out;-o-animition-timing-function:ease-in-out;-ms-animition-timing-function:ease-in-out;
      -webkit-animation-duration:5s;}
      
      @keyframes move /* 对应animation-name，里面为执行的动画*/
      {
      from {left:300px;}/*执行动画的初始位置*/
      to {left:32%;}/*动画结束位置*/
      0% {
      opacity: 0.1; /*初始状态 透明度为10%*/
      }
      50% {
      opacity: 0.5; /*中间状态 透明度为50%*/
      }
      100% {
      opacity: 1; /*结尾状态 不透明*/
      }
      }
      
      @-webkit-keyframes move/* 对应-webkit-animation-name，里面为执行的动画*/
      {
      from {left:300px;}/*执行动画的初始位置*/
      to {left:32%;}/*动画结束位置*/
      }	
      @-ms-keyframes move/* 对应-webkit-animation-name，里面为执行的动画*/
      {
      from {left:300px;}/*执行动画的初始位置*/
      to {left:32%;}/*动画结束位置*/
      }
	  .wenzi-r{font-size: 34px;color: #d63e1f;position: absolute;top: 30%;  opacity: 0;
	     animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;-ms-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;
	     animation-name:my;-ms-animation-name:my;-webkit-animation-name:my;
	     animation-duration:5s;-ms-animation-duration:5s;
	     animation-delay:.5s;-ms-animation-delay:.5s;
	     -webkit-animation-delay:.5s;
	     animation-fill-mode: forwards;
	     -webkit-animation-fill-mode: forwards;-ms-animation-fill-mode: forwards;
	     animition-timing-function:ease-in-out;-webkit-animition-timing-function:ease-in-out;-o-animition-timing-function:ease-in-out;-ms-animition-timing-function:ease-in-out;
	     -webkit-animation-duration:5s;}
	     
	     @keyframes my /* 对应animation-name，里面为执行的动画*/
	     {
	     from {left:0px;}/*执行动画的初始位置*/
	     to {left:22%;}/*动画结束位置*/
	     0% {
	     opacity: 0.1; /*初始状态 透明度为10%*/
	     }
	     50% {
	     opacity: 0.5; /*中间状态 透明度为50%*/
	     }
	     100% {
	     opacity: 1; /*结尾状态 不透明*/
	     }
	     }
	     
	     @-webkit-keyframes my/* 对应-webkit-animation-name，里面为执行的动画*/
	     {
	     from {left:0px;}/*执行动画的初始位置*/
	     to {left:22%;}/*动画结束位置*/
	     }	
	     @-ms-keyframes move/* 对应-webkit-animation-name，里面为执行的动画*/
	     {
	     from {left:0px;}/*执行动画的初始位置*/
	     to {left:22%;}/*动画结束位置*/
	     }
/* #text {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	letter-spacing: 2px;
	font-size: 23px;
	height:100px;
	line-height: 100px;
	position: absolute;top: 20%;
	text-align: center;
} */

/* #cursor {
	position: absolute;
	top:25%;
	left: 65%;
	display: inline-block;
	vertical-align: middle;
	width: 3px;
	height: 25px;
	background-color: #fff;
	animation: blink .75s step-end infinite;
	
}

@keyframes blink {
	from, to { 
		background-color: transparent 
	}
	50% { 
		background-color: #fff; 
	}
} */
.g-conent{/* background: url(../images/bbb.png) no-repeat */;width: 100%;background-color: #fff;padding-bottom: 50px;}
.g-contentbox{width: 1200px;margin: 0 auto;padding-bottom: 30px;padding-top: 20px;}
.g-contentbox-l{float: left;width: 200px;/* height: 347px; */font-size: 14px;text-align: center;}
.g-contentbox-l a{line-height: 26px;height: 26px;}
.g-contentbox-l a.on{color: #eb350d;}
.g-contentbox-l a:hover{color: #eb350d;/* font-weight: bold; */}
.g-contentbox-r{width: 1200px;margin: auto;}
.g-contentbox-r em{text-align: center;font-size: 30px;padding-left: 45%;padding-bottom: 50px;}
.g-contentbox-r .g-pc{width: 1200px;margin: auto;}
.g-contentbox-r .g-pc ul li{width: 100%;overflow: hidden;float: left;}
.g-contentbox-r .g-pc ul li .left{width: 400px;overflow: hidden;float: left;height: 462px;padding-top: 70px;}
 .g-contentbox-r .g-pc ul li .left img{max-width: 100%;transition: all .4s;-ms-transition: all .4s;-webkit-transition: all .4s;-o-transition: all .4s;max-height: 100%;}
 /* .g-contentbox-r .g-pc ul li .left img:hover{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);} */
.g-contentbox-r .g-pc ul li .right{width: 748px;float: left;background: url(../images/bb5.png)no-repeat;height: 462px;margin-top: 70px;-o-background-size: 100%;-webkit-background-size: 100%;-ms-background-size: 100%;margin-bottom: 10px;margin-left: 50px;color: #565454;}
.g-contentbox-r .g-pc ul li:hover .right{background: url(../images/bb4.png) no-repeat;-o-background-size: 100%;-webkit-background-size: 100%;-ms-background-size: 100%;margin-bottom: 10px;margin-left: 50px;color: #fff;}
.g-contentbox-r .g-pc ul li .r-t{padding-top: 180px;width: 500px;float: right;}
.g-contentbox-r .g-pc ul li .r-t i{text-align: left;margin: 20px auto;width: 100%;font-size: 22px;}
.g-contentbox-r .g-pc ul li .r-t p{width: 500px;padding-top: 30px;font-size: 18px;}
.g-ry{width: 100%;font-size: 13px;margin: auto;}
.g-ry ul li{margin-top: 35px;width: 260px;/* height: 200px; */margin-right: 40px;position: relative;float: left;}
.g-ry ul li .cent{height: auto;width: 100%;overflow:hidden ;}
/* .g-ry ul li .cent:hover{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);} */
.g-ry ul li .img{overflow: hidden;}
.g-ry ul li .img img{width: 100%;height: 340px;/* -o-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s; */}
/* .g-ry ul li .img img:hover{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);} */
.g-ry ul li .text{width: 260px;height: 80px;text-align: center;color: #333;display: block;font-size: 12px;padding-top: 10px;margin-top: 3px;background-color: #f1f1f1;}
.g-ry ul li .text:hover{background:#8d766a;color: #fff;}
.g-ry ul li .text h1{width: 260px;font-size: 16px;font-weight: bold;}
/* .g-ry ul li .text i:hover{color: #fff;} */
.g-ry ul li .text p{padding-top: 7px;font-size: 14px;}
/* 运营页 */
.mg-content{width: 1200px;margin: 30px auto;overflow: hidden;padding-bottom: 60px;}
.mg-content .mg-contentbox ul li{float: left;width: 760px;height: 500px;overflow: hidden;position: relative;}
.mg-content .mg-contentbox ul li .list-show{width: 100%;height: 100%;/* position: relative; */background: url(../images/pp3.png) no-repeat;-webkit-background-size: 100%;-ms-background-size: 100%;-o-background-size: 100%;}
 .mg-contentbox ul li .list-show .bg-ico{width: 100%;height: 100%;}
 .mg-contentbox ul li .list-show .bg-ico img{width: 100%;height: 100%;}
 .mg-contentbox ul li .list-show span{display: inline-block;margin-left: 25px;font-size: 28px;color: #fff;margin-top: 25px;}
 .mg-contentbox ul li:hover .list-show span{display: none;}
 .mg-contentbox ul li:hover .list-show{/* margin-top:-60px; */-o-transition: all .4s;-moz-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}
 .mg-contentbox ul li .list-hide{position: absolute;left: -760px;top: 0;background: rgba(201,84,50,.6);width: 100%;height: 100%;z-index: 3;-o-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;overflow: hidden;}
 .mg-contentbox ul li:hover .list-hide{left:0;opacity: 1;-o-transition: all .4s;-webkit-transition: all .4s;transition: all .4s;-moz-transition: all .4s;}
 .mg-contentbox ul li .list-hide .list-text{width: 100%;height: 220px;padding-top: 30px;}
 .mg-contentbox ul li .list-hide .list-text h5{color: #fff;font-size: 28px;text-align: center;}
 .mg-contentbox ul li .list-hide .mg-text{width:94%;margin: auto;}
 .mg-contentbox ul li .list-hide .mg-text i{color: #fff;font-size: 27px;text-indent: 2em;width: 100%;}
 .mg-contentbox ul li .list-hide .mg-text p{color: #fff;font-size: 16px;line-height: 25px;text-indent: 2em;padding-top: 20px;}
.mg-content .mg-content-r ul li{float: right;width: 420px;height: 270px;overflow: hidden;position: relative;}
 .mg-content-r ul li .list-show{width: 100%;height: 270px;/* position: relative; */background: url(../images/xt.png) no-repeat;-webkit-background-size: 100%;-ms-background-size: 100%;-o-background-size: 100%;}
 .mg-content-r ul li .list-show span{display: inline-block;margin-left: 25px;font-size: 28px;color: #fff;margin-top: 25px;}
 .mg-content-r ul li:hover .list-show span{display: none;}
 .mg-content-r ul li:hover .list-show{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);top:-60px;-o-transition: all .4s;-moz-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;}
 .mg-content-r ul li .list-hide{position: absolute;left: -420px;top: 0;background: rgba(201,84,50,.6);width: 100%;height:100%;z-index: 3;-o-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;}
 .mg-content-r ul li:hover .list-hide{left:0;opacity: 1;-o-transition: all .4s;-webkit-transition: all .4s;transition: all .4s;-moz-transition: all .4s;}
 .mg-content-r ul li .list-hide .list-text{width: 100%;height: 50px;padding-top: 30px;}
 .mg-content-r ul li .list-hide .list-text h5{color: #fff;font-size: 18px;text-align: center;}
 .mg-content-r ul li .list-hide .mg-text{width:94%;margin: auto;}
 .mg-content-r ul li .list-hide .mg-text i{color: #fff;font-size: 18px;text-indent: 2em;width: 100%;}
 .mg-content-r ul li .list-hide .mg-text p{color: #fff;font-size: 12px;line-height: 18px;text-indent: 2em;padding-top: 5px;}
 .mg-content-r ul li .list-show-b{width: 100%;height: 220px;/* position: relative; */background: url(../images/dn.png) no-repeat;-webkit-background-size: 100%;-ms-background-size: 100%;-o-background-size: 100%;margin-top: 10px;}
 .mg-content-r ul li .list-show-b span{display: inline-block;margin-left: 25px;font-size: 28px;color: #fff;margin-top: 135px;}
 .mg-content-r ul li:hover .list-show-b span{display: none;}
 .mg-content-r ul li:hover .list-show-b{/* transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1); *//* bottom:-60px; */-o-transition: all .4s;-moz-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;overflow: hidden;}
 .mg-content-r ul li .list-hide-b{position: absolute;left: -420px;top: 10px;background: rgba(201,84,50,.6);width: 100%;height:82%;z-index: 3;-o-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;}
 .mg-content-r ul li:hover .list-hide-b{left:0;opacity: 1;-o-transition: all .4s;-webkit-transition: all .4s;transition: all .4s;-moz-transition: all .4s;}
 .mg-content-r ul li .list-hide-b .list-text{width: 100%;height: 50px;padding-top: 30px;}
 .mg-content-r ul li .list-hide-b .list-text h5{color: #fff;font-size: 18px;text-align: center;}
 .mg-content-r ul li .list-hide-b .mg-text{width:94%;margin: auto;}
 .mg-content-r ul li .list-hide-b .mg-text i{color: #fff;font-size: 18px;text-indent: 2em;width: 100%;}
 .mg-content-r ul li .list-hide-b .mg-text p{color: #fff;font-size: 12px;line-height: 18px;text-indent: 2em;padding-top: 5px;}
 .list-cent ul li{float: left;width: 420px;height: 340px;overflow: hidden;position: relative;margin-top: 20px;}
 .list-cent ul li .list-show-l{width: 100%;height: 270px;/* position: relative; */background: url(../images/xt.png) no-repeat;-webkit-background-size: 100%;-ms-background-size: 100%;-o-background-size: 100%;}
 .list-cent ul li .list-show-l span{display: inline-block;font-size: 28px;color: #fff;margin-top: 200px;margin-right: 20px;float: right;}
 .list-cent ul li:hover .list-show-l span{display: none;}
 .list-cent ul li:hover .list-show-l{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);top:-60px;-o-transition: all .4s;-moz-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;/* opacity: 0; */overflow: hidden;}
 .list-cent ul li .list-hide-l{position: absolute;left: -420px;top: 0;background: rgba(201,84,50,.6);width: 100%;height:83%;z-index: 3;-o-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;}
 .list-cent ul li:hover .list-hide-l{left:0;opacity: 1;-o-transition: all .4s;-webkit-transition: all .4s;transition: all .4s;-moz-transition: all .4s;}
 .list-cent ul li .list-hide-l .list-text{width: 100%;height: 80px;padding-top: 30px;}
 .list-cent ul li .list-hide-l .list-text h5{color: #fff;font-size: 18px;text-align: center;}
 .list-cent ul li .list-hide-l .mg-text{width:94%;margin: auto;}
 .list-cent ul li .list-hide-l .mg-text i{color: #fff;font-size: 18px;text-indent: 2em;width: 100%;}
 .list-cent ul li .list-hide-l .mg-text p{color: #fff;font-size: 12px;line-height: 18px;text-indent: 2em;padding-top: 5px;}
 .list-cent-r ul li{float: right;width: 760px;height: 340px;overflow: hidden;position: relative;margin-top: -19px;}
 .list-cent-r ul li .list-show-r{width: 100%;height: 270px;/* position: relative; */background: url(../images/my.png) no-repeat;-webkit-background-size: 100%;-ms-background-size: 100%;-o-background-size: 100%;}
 .list-cent-r ul li .list-show-r span{display: inline-block;font-size: 28px;color: #fff;margin-top: 200px;margin-left: 20px;}
 .list-cent-r ul li:hover .list-show-r span{display: none;}
 .list-cent-r ul li:hover .list-show-r{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);top:-60px;-o-transition: all .4s;-moz-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;/* opacity: 0; */}
 .list-cent-r ul li .list-hide-r{position: absolute;left: -760px;top: 0;background: rgba(201,84,50,.6);width: 100%;height:83%;z-index: 3;-o-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;}
 .list-cent-r ul li:hover .list-hide-r{left:0;opacity: 1;-o-transition: all .4s;-webkit-transition: all .4s;transition: all .4s;-moz-transition: all .4s;}
 .list-cent-r ul li .list-hide-r .list-text{width: 100%;height: 80px;padding-top: 30px;}
 .list-cent-r ul li .list-hide-r .list-text h5{color: #fff;font-size: 18px;text-align: center;}
 .list-cent-r ul li .list-hide-r .mg-text{width:94%;margin: auto;}
 .list-cent-r ul li .list-hide-r .mg-text i{color: #fff;font-size: 18px;text-indent: 2em;width: 100%;}
 .list-cent-r ul li .list-hide-r .mg-text p{color: #fff;font-size: 12px;line-height: 18px;text-indent: 2em;padding-top: 5px;}
 .list-l ul li{float: left;width: 590px;height: 380px;overflow: hidden;position: relative;margin-top: -42px;}
 .list-l ul li .list-show-fl{width: 100%;height: 380px;/* position: relative; */background: url(../images/jxzz.png) no-repeat;-webkit-background-size: 100%;-ms-background-size: 100%;-o-background-size: 100%;}
 .list-l ul li .list-show-fl span{display: inline-block;font-size: 28px;color: #fff;margin-top: 300px;margin-right: 20px;float: right;}
 .list-l ul li:hover .list-show-fl span{display: none;}
 .list-l ul li:hover .list-show-fl{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);top:-60px;-o-transition: all .4s;-moz-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;/* opacity: 0; */}
 .list-l ul li .list-hide-fl{position: absolute;left: -590px;top: 0;background: rgba(201,84,50,.6);width: 100%;height:100%;z-index: 3;-o-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;}
.list-l ul li:hover .list-hide-fl{left:0;opacity: 1;-o-transition: all .4s;-webkit-transition: all .4s;transition: all .4s;-moz-transition: all .4s;}
 .list-l ul li .list-hide-fl .list-text{width: 100%;height: 180px;padding-top: 30px;}
 .list-l ul li .list-hide-fl .list-text h5{color: #fff;font-size: 18px;text-align: center;}
 .list-l ul li .list-hide-fl .mg-text{width:94%;margin: auto;}
 .list-l ul li .list-hide-fl .mg-text i{color: #fff;font-size: 18px;text-indent: 2em;width: 100%;}
 .list-l ul li .list-hide-fl .mg-text p{color: #fff;font-size: 12px;line-height: 18px;text-indent: 2em;padding-top: 5px;}
.mg-content .list-r ul li{float: right;width: 590px;height: 380px;overflow: hidden;position: relative;margin-top: -42px;}
 .list-r ul li .list-show-fr{width: 100%;height: 380px;/* position: relative; */background: url(../images/jkys.png) no-repeat;-webkit-background-size: 100%;-ms-background-size: 100%;-o-background-size: 100%;}
 .list-r ul li .list-show-fr span{display: inline-block;font-size: 28px;color: #fff;margin-top: 300px;margin-left: 20px;}
 .list-r ul li:hover .list-show-fr span{display: none;}
 .list-r ul li:hover .list-show-fr{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);top:-60px;-o-transition: all .4s;-moz-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;/* opacity: 0; */}
 .list-r ul li .list-hide-fr{position: absolute;left: -590px;top: 0;background: rgba(201,84,50,.6);width: 100%;height:100%;z-index: 3;-o-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;}
 .list-r ul li:hover .list-hide-fr{left:0;opacity: 1;-o-transition: all .4s;-webkit-transition: all .4s;transition: all .4s;-moz-transition: all .4s;}
 .list-r ul li .list-hide-fr .list-text{width: 100%;height: 170px;padding-top: 30px;}
 .list-r ul li .list-hide-fr .list-text h5{color: #fff;font-size: 18px;text-align: center;}
 .list-r ul li .list-hide-fr .mg-text{width:94%;margin: auto;}
 .list-r ul li .list-hide-fr .mg-text i{color: #fff;font-size: 18px;text-indent: 2em;width: 100%;}
 .list-r ul li .list-hide-fr .mg-text p{color: #fff;font-size: 12px;line-height: 18px;text-indent: 2em;padding-top: 5px;}
/* 简介 */
.a-conent{background:#fff;width: 100%;overflow: hidden;padding-bottom: 60px;}
.a-contentbox{width: 1200px;margin: 0 auto;height: 760px;padding-bottom: 30px;padding-top: 20px;}
.a-contentbox-l{float: left;width: 200px;height: 347px;font-size: 14px;text-align: center;}
.a-contentbox-l a{line-height: 26px;height: 26px;}
.a-contentbox-l a.on{color: #EB350D;font-weight: bold;}
.a-contentbox-l a:hover{color: #EB350D;font-weight: bold;}
.a-conent .aboutbox-r{width: 1200px;/* height: 1500px; */} 
.a-conent .aboutbox-r .about{text-align: center;width: 1200px;height: 80px;line-height: 50px;color: #000;font-size: 18px;}
.aboutbox-r .about-list-l{width: 426px;float: left;height: auto;}
.aboutbox-r .about-list-l .a-box{border: 3px solid #af7e66;width: 416px;height: 250px;}
.about-list-l .a-box .a-text{width: 380px;margin: 20px auto;}
.about-list-l .a-box .a-text p.txt{text-align: center;font-size: 38px;color:#af7e66 ;}
.about-list-l .a-box .a-text p.txt em{font-weight: bold;}
.about-list-l .a-box .a-text p.txt-a{font-size: 16px;color: #585858;text-align: center;}
.about-list-l .a-box .a-text p.txt-b{text-indent: 2em;font-size: 14px;color: #585858;padding-top: 45px;line-height: 24px;letter-spacing:0.1mm}
.about-list-l .a-txtl{width: 416px;margin: 40px auto;line-height: 27px;color: #585858;height: 520px;font-size: 14px;}
.about-list-l .a-txtl p.p{height: auto;text-indent: 2em;}
.about-list-l .txt-k{width: 416px;/* margin: 30px auto; */background: #d63e1f;height: 120px;margin-top:240px}
.about-list-l .txt-k .txt-p{width: 416px;margin:auto;padding-top: 40px;}
.about-list-l .txt-k .txt-p p.cx{text-align: center;color: #fff;font-size: 25px;}
.about-list-l .txt-k .txt-p p.js{padding-top: 50px;color: #fff;width: 320px;margin: auto;line-height: 23px;display:none}
.aboutbox-r .about-list-r{width: 756px;float: right;}
.about-list-r .txt-t{width: 100%;text-indent: 2em;color: #585858;line-height: 25px;padding-bottom: 20px;font-size:14px}
.about-list-r .img{width: 756px;overflow: hidden;}
.about-list-r .img a img{width: 100%;}
.about-list-r .img a img:hover{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);-o-transition: all .4s;-moz-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;}
.about-list-r .txt-bb{width: 756px;color: #585858;text-indent: 2em;padding-top: 40px;line-height: 25px;font-size: 14px;}
.mh-content{width: 100%;margin: 0 auto;height: auto;background-color: #f4f4f4;}
.mh-content .mh-contentbox{width: 1200px;height: 1000px;margin: auto;}
.mh-content .mh-contentbox .mh-txt{line-height: 50px;text-align: center;font-size: 26px;color: #000000;}
.mh-contentbox .mh-cent{width: 1200px;height: 350px;padding-top: 30px;/* margin-left:2%;display: block;margin-right: 2%; */}
.mh-contentbox .mh-cent .mg-img{width: 700px;height: 350px;float: left;overflow: hidden;}
.mh-contentbox .mh-cent .mg-img a img{width: 100%;}
.mh-cent .mg-img a img:hover{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);-o-transition: all .4s;-moz-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;}
.mh-contentbox .mh-cent .mh-text{float: left;background:#fff ;width:500px ;height: 350px;}
.mh-cent .mh-text .mh-textl{width: 450px;margin: 30px auto;height: auto;/* text-align: center; */}
.mh-cent .mh-text .mh-textl p.em{text-align: center;font-size: 18px;color: #000000;width: 450px;line-height: 50px;}
.mh-cent .mh-text .mh-textl p.p{color: #000;padding-top: 40px;line-height: 25px;font-size: 14px;}
.mh-cent .mh-text .mh-textl .mh-sa{width: 450px;margin: 70px auto;font-size: 14px;color: #585858;}
.mh-cent .mh-text .mh-textl .mh-sa span{float: left;}
.mh-cent .mh-text .mh-textl .mh-sa a{float: right;}
.mh-cent .mh-text .mh-textl .mh-sa a:hover{color: #E03700;font-weight: bold;}
.mh-li{width: 1200px;margin: 30px auto;height: auto;}
/* .mh-li ul{height: 280px;} */
.mh-li ul li{width: 590px;background: #fff;height: 100%;/* margin-top: 20px; *//* padding-bottom: 30px; */color: #fff;margin-bottom: 30px;}

.mh-li ul li:hover{background: url(../images/kb1.png) no-repeat;color: #fff;/* height: 280px; */background-size: 100%;}
.mg-textb{width: 500px;margin: auto;padding-top: 20px;}
.mg-textb .ei em{font-size: 18px;color: #333;}
.mg-textb .ei i{color: #666;font-size: 14px;margin-left: 10px;}
.mg-textb p.p{padding-top: 30px;text-align: center;font-size: 20px;color: #333;}  
.mg-textb p.pp{padding-top: 30px;color: #666;line-height: 25px;padding-bottom: 50px;}
.mh-li ul li:hover p{color: #fff;}
.mh-li ul li:hover  em{color: #fff;}
.mh-li ul li:hover  i{color: #fff;}
.mh-dj{width: 100%;height: auto;overflow: hidden;margin: 20px auto;}
.mh-zt{text-align: center;color: #000000;font-size: 26px;width: 100%;line-height: 50px;}
.mh-listdj{background: url(../images/bb3.png) no-repeat;width: 100%;height: 350px;background-size: 100%;-ms-background-size: 100%;-o-background-size: 100%;-webkit-background-size: 100%;}
.listdj{width: 1200px;margin: 15px auto;}
.listdj ul li{width: 390px;height:140px ;float: left;margin: 20px 10px 10px 0;}
.listdj ul li a img{width: 100%;}
/* 发展 */
.fz-conent{width: 100%;overflow: hidden;padding-bottom: 30px;}
.fz-contentbox{width: 1200px;/* height:623px; */margin: 30px auto;}
.fz-txt{width: 267px;height: 623px;float: left;}
.fz-txt p.kj{width: 200px;margin: auto;padding-top: 200px;color: #333;font-size: 20px;}
.fz-txt p.wm{width: 200px;margin: auto;padding-top: 40px;color: #333;line-height: 25px;font-size: 14px;}
.fz-img{width: 933px;height: 623px;overflow: hidden;float: left;}
.fz-img a img{max-width: 100%;}
/* .fz-img a img:hover{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);-o-transition: all .4s;-moz-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;} */
.fz-wid{width: 100%;margin: 30px auto;}
.w-img{width: 50%;float: left;overflow: hidden;margin-top: 50px;}
.w-img a img{width: 100%;}
/* .w-img a img:hover{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);-o-transition: all .4s;-moz-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;} */
.fz-text{width:50%;float: left;margin-top: 50px;}
.fz-text img{width: 100%;}
.fz-text p.sh{width:80% ;margin: auto;top: -216px;color: #333;font-size: 26px;z-index: 110;position: relative;}
.fz-text p.ww{width:40%;top: -204px;color: #333;line-height: 25px;font-size: 16px;z-index: 110;position: relative;left: 70px;}
/* 媒体视野 */
.mt-conent{width: 100%;height: auto;margin-top: 60px;overflow: ;}
.mt-cent{width: 100%;background-color:#ecebeb ;height: 300px;}
.mt-conentbox{width: 1200px;height: 300px;margin: auto;}
.mt-img{width: 700px;height: 300px;float: left;z-index: 10;position: relative;top:-30px;overflow: hidden;}
.mt-img img{max-width: 100%;max-height: 100%;/* margin-top: 10px; */}
.mt-img img:hover{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);-o-transition: all .4s;-moz-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;}
.mt-text{width: 500px;height: 300px;float: left;}
.mt-textbox{width: 450px;height:100%;margin: 25px auto;}
.mt-textbox p.mt-p{text-align: center;font-size: 30px;color: #000000;}
.mt-textbox p.mt-y{text-align: center;font-size: 18px;padding-top: 10px;}
.mt-textbox p.mt-j{padding-top: 25px;line-height: 20px;}
.mt-textbox p.mt-sa{padding-top: 50px;font-size: 14px;}
.mt-textbox p.mt-sa span{float: left;}
.mt-textbox p.mt-sa a{float: right;}
.mt-textbox p.mt-sa a:hover{color: #ad0610;font-size: 16px;}
.mt-box{width: 1200px;height: 800px;margin: 30px auto;}
.mt-li{width: 1200px;margin: 30px auto;height: auto;}
.mt-li ul li{width: 590px;background: #fff;height: 100%;color: #fff;margin-bottom: 30px;border-bottom: 2px solid #ecebeb;}
.mt-li ul li:hover{background: url(../images/kb1.png) no-repeat;color: #fff;/* height: 280px; */background-size: 100%;}
.mt-textb{width: 580px;margin: auto;padding-top: 20px;}
.mt-textb .ei em{font-size: 18px;color: #333;}
.mt-textb .ei i{color: #666;font-size: 14px;margin-left: 10px;}
.mt-textb p.p{padding-top: 30px;text-align: center;font-size: 20px;color: #333;}  
.mt-textb p.pp{padding-top: 30px;color: #666;line-height: 25px;padding-bottom: 50px;}
.mt-li ul li:hover p{color: #fff;}
.mt-textb p.pp a:hover{color: #fff;}
.mt-li ul li:hover  em{color: #fff;}
.mt-li ul li:hover  i{color: #fff;}
.mt-li ul li:hover  a{color: #fff;}
.pages{ width:100%; overflow:hidden; text-align:center; height:32px;}
.pages a{ display:inline-block; width:30px; height:30px; color:#000000; font:12px/24px "微软雅黑"; /* border:solid 1px #e3e3e3; */ border-radius:1px; margin:0 2.5px;}
.pages a.page-special{ width:30px; height:30px; background-color:#c8c8c8; border-radius:1px; border:solid 1px #c8c8c8; color:#fff; margin:0 7px;border-radius: 50%;}
.pages a.page-special span{font-weight: bold;font-size: 18px;line-height: 30px;font-family: "宋体";}
.pages a.page-special:hover{background-color:#d3a862; border-radius:50%; border:solid 1px #cc9d50; color:#fff;}
.pages a:hover{color: #d3a862;font-weight: bold;font-size: 16px;}
/* 组织架构 */
.z-conent{width: 100%;background: url(../images/bbb.png) no-repeat;height: 1300px;}
.mh-zz{float: left;width: auto;}
.zz-top{text-align: center;font-size: 30px;width: 1200px;margin: 30px auto;}
.z-img img{width: 100%;height: 100%;vertical-align: middle;}
/* 联系我们 */
.conactbox{width: 100%;background: url(../images/bbg-7.png) no-repeat;overflow: hidden;padding-bottom: 60px;}
.conactbox h3{text-align: center;font-weight: 500;font-size: 22px;padding:20px 0px;}
.conact{width: 1200px;margin: auto;}
.conact-t{font-size: 20px;color: #000;text-align: center;width: 1200px;margin: 30px auto;height: 500px;}
.map-l{width: 780px;float: left;height: 500px;}
.map-l #allmap{width: 780px;height: 100%;}
.map-l #l-map{height:500px;width:100%;}
.map-l #r-result{/* width:100%; */display: none;}
.conent-r{width: 400px;float: left;height: 500px;font-size: 14px;text-align: left;padding-left: 20px;overflow: hidden;}
.conent-r i{font-size: 18px;text-align: left;line-height: 25px;height: 25px;}
.hh{height: 150px;}
.h-h{height: 100px;}
.h-h p{line-height: 26px;}
.hh p{line-height: 22px;margin-top: 9px;}
.hh p em{font-weight: bold;}
.c-xs{width: 100%;height: 680px;}
.c-xs h3{text-align: center;font-weight: 500;font-size: 22px;padding:20px 0px;}
.c-list{width: 1200px;height: 700px;margin: 20px auto;}
.c-list ul li{width: 388px;height: 350px;background: rgba(255,255,255,.4);border: 1px solid #bcb3af;float: left;margin-right: 10px;margin-bottom: 25px;}
.c-text{width: 80%;margin:60px  auto;}
.c-text p{line-height: 30px;font-size: 20px;color: #000000;}
.c-text span{line-height: 28px;font-size: 16px;}
 /*江钨人*/
 .main_style{width:100%;margin: 0 auto;background-color:pink;background-image:url(../images/bbgg.png);overflow: hidden;padding-bottom: 60px;}
 .main_style h3{text-align: center;font-weight: 300;font-size: 26px;padding:20px 0px;}
 .main_style .cu_bgc{width:1180px;height:100px;border:1px #bbb solid;margin:0 auto;background-color: #fff}
 .main_style .cu_ul{width:1190px;height:100px;margin:-96px auto 0;}
 .main_style .cu_ul li{float:left;width:288px;height:100px;border: 1px #bbb solid;margin-left: 10px;background-color: #fff}
 .main_style .cu_ul>:first-child{margin-left: 0px}
 .main_style .cu_ul li p{font-size: 18px;color: #d8b273;margin:12px 0 12px 26px;}
 .main_style .cu_ul li span{color: #666;margin-left:26px;line-height: 18px}
 .main_style .renwu{width:1200px;margin:20px auto;height: 250px;}
 .main_style .renwu li {float: left;width:286px;margin:0 7px;height:240px;}
 .main_style .renwu li img{width:100%; border: none;}
 .r-top{width: 100%;height: 70px;margin-top: 8px;}
 .r-top p{font-size:14px;margin:10px 0 0px 16px;line-height: 20px;padding-top: 10px;}
 .r-top:hover{background-color: #8d766b;color:#fff;/* margin-top: 20px; */}
 .r-top span{font-size:12px;margin-left:16px;line-height: 20px}
 .main_style .rengwu_xx{width:1200px;margin: 30px auto;}
 .main_style .rengwu_xx li {float: left;width:600px;height:390px; }
 .main_style .rengwu_xx li img{width: 100%;}
 .main_style .rengwu_xx .fl_r{float: right}
 .main_style .rengwu_xx li div{margin:50px 0 0 30px;}
 .main_style .rengwu_xx li div h4{font-weight: normal;font-size: 18px}
 .main_style .rengwu_xx li div span{line-height: 20px}
 .main_style .rengwu_xx li div p{margin-top: 40px;line-height: 20px;}
 .main_style .rengwu_xx li .p_right{margin-left:10px;margin-right:10px;}
 /*江钨人*/
 
 /*人才招聘*/
 .main_rczp{width:100%;margin: 0 auto;background-color:pink;background:url(../images/bbg-7.png) no-repeat center bottom 20% ;overflow: hidden;padding-bottom: 50px;}
 .main_rczp h3{font-weight: normal;text-align: center;font-size: 18px;padding-top: 20px}
 .main_rczp .rczp_top{width: 960px;height:255.55px;margin: 0 auto;background-color: pink;margin-top: 20px}
 .main_rczp .rczp_top li {float: left}
 .main_rczp .rczp_top>:first-child{width:44%;height:100%;background-color: #e84131;}
 .main_rczp .rczp_top>:last-child{width:56%;height:100%;background-color: #fff}
 .main_rczp .rczp_top li p{font-size: 14px;margin: 40px auto;line-height: 25px;color: #fff;width: 90%;text-indent: 2em;}
 .main_rczp .rczp_top li img {width: 100%}
 .main_rczp .zpxx{width: 980px;margin: 0 auto;background-color: #ccc;margin-top: 20px }
 .main_rczp .zpxx li{float:left;width: 31.6%;height:260px;margin:7px;background-color: #fff;opacity: 0.7;border:1px #ccc solid;}
 .main_rczp .zpxx li p{font-size: 18px;margin-left:20px;line-height: 40px;margin-top:30px;}
 .main_rczp .zpxx li span{margin-left:20px;line-height: 30px;}
  .main_rczp .zpxx li a{margin-left:20px;}
 .main_rczp .zpxx li:hover{background:url(../images/bbg-6.png) no-repeat;color:#fff;}
  .main_rczp .zpxx li:hover a{color:#fff;}
 /*人才招聘结束*/
 
 /* 荣誉开始*/
 .main-honour{width: 100%;height: 1100px;margin: 0 auto;background-color: pink;background: url(../images/bbg-7.png) no-repeat center bottom 20%;}
 .main-honour h3{font-weight: normal;text-align: center;font-size: 18px;padding-top: 20px;}
 .h-wid{width: 100%;/* background-color: #f6ebef; */}
 .h-text{width: 1000px;margin: 20px auto;line-height: 25px;text-indent: 2em;font-size: 14px;padding-bottom: 40px;}
 .h-img{width: 1200px;margin: auto;}
 .h-img img{width: 100%;}
 .gn-conent{width: 100%;height: 100px;background-color: #fff;color: #666;text-align: center;font-size: 26px;padding-top: 10%;}
 /* 政治建设开始*/
.ps-cent{width: 100%;overflow: hidden;background: #f8f8f8;height: auto;}
.ps-centmain{width: 1200px;margin: 10px auto;}
.biaoti{width: 1200px;padding-top: 5px;font-size: 16px;height: 50px;line-height: 50px;}
.biaoti span{display: block;float: left;margin-right: 6px;}
.ps-conter{width: 1200px;margin: auto;background-color: #fff;height: auto;}
.hp{width: 1100px;margin: auto;text-align: center;}
.hp h2{padding-top: 30px;font-size: 25px;color: #191919;}
.hp span{margin-right: 6px;width: 760px;font-size: 16px;line-height: 84px;color: #a8a8a8;}
.hp button{width:100px;vertical-align: middle;height: 35px;line-height: 35px;border: none;background-color: #ccc;margin:30px}
.hp button>a{color: #fff;}

.hp .coninfo{width: 1100px;margin: auto;text-align: left;}
.hp .coninfo p{text-align: left;font-size:18px;line-height: 24px;padding-top: 30px;text-indent: 2em;color: #000000;}
.hp .coninfo span{font-size: 16px;line-height: 24px;color: #000000;margin-right: 0px;}

.ps-list{width: 1100px;margin: auto;padding-top: 50px;font-size: 18px;}
.ps-list ul li{width: 100%;height: 40px;line-height: 40px;list-style-type: disc;}
.ps-list ul li>a{width: 78%;float: left;}
.ps-list ul li>a:hover{color: #d22;text-decoration: underline;}
.ps-list ul li>span{width: 22%;float: right;color: #d2d2d2;text-align: center;}
.ps-list ul.test li{color: #dd2222;}
.ptt{padding-top: 70px;}
.ps-box{width: 100%;overflow: hidden;background: #f8f8f8;padding-bottom: 20px;}
.ps-main{width: 1200px;margin: auto;background-color: #fff;padding-bottom: 20px;}
/* 企业文化开始 */
.ep-conenter{width: 100%;overflow: hidden;padding-bottom: 100px;background: url(../images/qywh.png) no-repeat 0 0 / 100% 100%;}
.ep-conenterMain{width: 1000px;height: 600px;margin: auto;padding-top: 50px;}
.ep-conenterMain ul li{width: 470px;height: 90px;float: left;background: rgba(255,255,255,.6);margin-right: 10px;margin-bottom: 10px;color: #000000;}
.hp-text{width: 90%;margin: auto;line-height: 26px;font-size: 14px;}
.hp-text h2{font-size: 16px;color: #dd2222;padding-top: 10px;font-weight: normal;}
.ep-conenterMain ul li:hover{background: rgba(227,62,36,.8);color: #fff;}
.ep-conenterMain ul li:hover h2{color: #fff;}
/* 百年江钨开始 */
.bj-conenter{width: 100%;overflow: hidden;padding-bottom: 100px;background: url(../images/1907bg.png)no-repeat 0 0 /100% 100%;}
.bj-conenterMain{width: 1000px;margin: auto;}
.bj-conenterMain span{width: 1000px;}
.bj-conenterMain span img{width: 100%;}


/* 产品钨 */
.pr-conenter{width: 100%;overflow: hidden;padding-bottom: 30px;background: url(../images/bbgg.png) no-repeat 0 0 /100% 100%;}
.pr-conenterMain{width: 1200px;margin: auto;padding-top: 30px;}
.pr-cent{width: 1200px;overflow: hidden;}
.pr-cent .text{width: 390px;float: left;font-size: 14px;height: 400px;line-height: 23px;}
.pr-cent .text h2{font-size: 26px;color: #000;padding-bottom: 40px;}
.pr-cent .img{width: 790px;float: right;overflow: hidden;}
.pr-cent .img img:hover{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);-o-transition: all .4s;-moz-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;}
.pr-text{width: 1200px;margin: auto;overflow: hidden;}
.pr-text h6{padding-top: 10px;padding-bottom: 30px;font-size: 18px;text-indent: 1em;}
.pr-text ul li{width: 380px;float: left;margin-right: 10px;padding-bottom: 15px;}
.pr-text ul li img{width: 100%;}
.pr-text ul li p{padding-top: 10px;font-size: 16px;text-indent: 1em;color: #000;}
.xitu-text{width: 1200px;margin: auto;overflow: hidden;}
.xitu-text h6{padding-top: 30px;padding-bottom: 30px;font-size: 18px;text-indent: 1em;}
.xitu-text ul li{width: 575px;padding-bottom: 15px;overflow: hidden;}
.xitu-text ul li img{width: 100%;}
/* .xitu-text ul li img:hover{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);-o-transition: all .4s;-moz-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;} */
.xitu-text ul li p{padding-top:20px;font-size: 18px;text-indent: 1em;color: #000;}
/* 宣传教育 */
.subjectBox{width: 100%;overflow: hidden;padding-bottom: 50px;background: url(../images/1907bg.png) no-repeat;}
.sub-img{width: 1200px;margin: auto;padding-bottom: 30px;}
.sub-img ul li{width: 590px;margin-bottom: 15px;}
.sub-img ul li img{width: 100%;}
.df-img{width: 1200px;margin: auto;padding-bottom: 30px;}
.df-img img{width: 100%;}
.talents-img{width: 1200px;margin: auto;padding-bottom: 30px;height: 380px;}
.talents-img .tals{width: 560px;text-indent: 2em;font-size: 16px;color: #666;line-height: 25px;padding-top: 30px;}
.talents-img .tals2{width: 590px;overflow: hidden;}
.talents-img .tals2 img{width: 100%;}
.talents-img .tals2 img:hover{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);-o-transition: all .4s;-moz-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;}
/* 群团工作 */
.allce{width: 1200px;margin: auto;padding-bottom: 30px;height: 360px;}
.allce .tal{width: 560px;text-indent: 2em;font-size: 16px;color: #666;line-height: 25px;padding-top: 30px;}
.allce .tal2{width: 590px;overflow: hidden;}
.allce .tal2 img{width: 100%;}
.allce .tal2 img:hover{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);-o-transition: all .4s;-moz-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;}
.m-alliance{width: 1200px;margin: auto;padding-bottom: 30px;height: 418px;background-color: #fff;}
.m-allianceImg{width: 670px;overflow: hidden;}
.m-allianceImg img{width:100%;overflow: hidden;}
.m-allianceImg img:hover{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);-o-transition: all .4s;-moz-transition: all .4s;transition: all .4s;-webkit-transition: all .4s;}
.m-allianceText{width: 470px;padding-top: 40px;margin-right: 20px;font-size: 22px;}
.m-allianceText .jg{padding-top: 40px;font-size: 15px;}
.m-allianceText .text{width: 100%;padding-top: 140px;overflow: hidden;}
.m-allianceText .text a{float: right;}
.m-allianceText .text a:hover{color: #EB350D;text-decoration: underline;}
/* 企业文化 */
.conenter{width: 100%;overflow: hidden;padding-bottom: 100px;background: url(../images/50.png) no-repeat 0 0 / 100% 100%;}
.conenterMain{width: 1000px;margin: auto;padding-top: 50px;}
.conenterMain ul li{width: 470px;height: 90px;float: left;background: rgba(255,255,255,.6);margin-right: 10px;margin-bottom: 10px;color: #000000;border: 1px solid #ed7979;}
.hp-text{width: 90%;margin: auto;line-height: 26px;font-size: 14px;}
.hp-text h2{font-size: 16px;color: #dd2222;padding-top: 10px;font-weight: normal;}
.conenterMain ul li:hover{background: rgba(227,62,36,.8);color: #fff;}
.conenterMain ul li:hover h2{color: #fff;}
.wh-bb{width: 100%;background:url(../images/1907bg.png)no-repeat;overflow: hidden;padding-bottom: 40px;}
.wh-text{width: 1200px;margin: 20px auto;text-align: center;font-size: 18px;line-height: 80px;}
.wh-text a{float: right;font-size: 15px;color: #666;}
.wh-text a:hover{color: #EB350D;text-decoration: underline;}
.wh-ul{width: 1200px;margin: auto;}
.wh-ul ul li{width: 390px;float: left;margin-right: 10px;white-space:nowrap;}
.wh-ul ul li img{width: 100%;}
.wh-ul ul li p{padding-top: 15px;text-align: center;font-size: 15px;}