*{
    padding: 0;
    margin: 0;
    list-style: none;
}

.header_header{
    float: left;
 }
 .header_main{
     background: #ec8f03;
     position:fixed;
     z-index:99;
     width:100%;
     height:73px;
 }
.subnav{
text-align:center;
z-index:99;
}
 .header_header a{
     text-decoration: none;
     color: #fff;
 }
 .nav>li{
    float: left;
    margin: 25px;
 }
 .footer_bg a{
     color: #fff;
     text-decoration: none;
	 padding:0 7px;
	 border-right:1px solid #fff;
 
 } 
 .footer_bg a:nth-child(1){ padding:0 10px 0 0}
 .footer_bg a:nth-child(5){border-right:none;}
 .copyright p{ line-height:30px; font-family:'微软雅黑'; font-size:14px;}
 .copyright a{border-right:none;}
 .header_bg{
     width: 1200px;
     margin: auto;
     height: 70px;
     line-height: 70px;
 }
 .nav{
     float: right;
     height: 70px;
     line-height: 70px;
     margin-top: -25px;
 }
 .nav li.hover{

 	border-bottom: 3px #fff solid;
 }
 .nav li:hover{

 	border-bottom: 3px #fff solid;
 }
  .nav .subnav li:hover{
	  border: none;
  }
  .nav .subnav li.hover{
  	  border: none;
  }
 .fl img{
     height: 50px;
     width: auto;
     margin: 10px;
 }
 .bg_nav{
     float: right;
 }
 .bg_nav a{
     text-decoration: none;
     color: #fff;
	 padding:0 10px;
 }
 .footer_bg{
     background: #ec8f03;
 }
 .footer{
     width: 1200px;
     margin: auto;
     height: 200px;
 }
 .footer_nav{
     width: 600px;
     border-bottom: 1px solid #fff;
     padding:30px 0;
     font-size: 14px;
     color: #fff;
 }
 .clear{
     clear: both;
 }
 .copyright{
     margin-top: 20px;
     color:#fff;
     font-size: 12px;
 }
 .footer_left{
     width: 50%;
     float: left;
 }
 .footer_right{
     float: right;
     padding-top: 30px;
     width: 170px;
 }
.wx{
    float: left;
    margin-right: 20px;
}
.wb{
    float: right;
}
.footer_right div{
    width: 70px;
}
.footer_right div img{
   width: 70px;
   height: 70px;      
}
.footer_right div p{
    text-align: center;
    color:#fff;
    width: 100%;
    font-size: 12px;
}
.subnav{
    display: none;
    background: #de8500;
}
.subnav li{ transition:0.3s;}
.subnav li:hover{ background:#ec8f03;}
.nav>li:hover .subnav{
    display: block;
}
.tuoguan{
   width: 1200px;
   margin: auto;
   margin-top: 40px;
}
.tuoguan_l{
    float: left;
    width: 50%;
    margin-top: 100px;
}
.tuoguan_l>h2{
   text-align: center;
   font-size: 36px;
   font-weight: normal;
}
.line{
    width: 50px;
    height: 2px;
    background: #ec8f03;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}
.tuoguan_desc{
    margin-left: 90px;
    line-height: 2;
}
.tuoguan_img{
    width:50%;
    float: right;
}
.jiazhi{
    font-size: 24px;
    text-align: right;
    margin-top: 50px;
}
.jiazhi span{
    color: #ec8f03;
}
.youshi{
    width: 1200px;
    margin: auto;
}
.youshi>p{
    margin: 10px 0;
}
.youshi h2{
    text-align: center;
    font-size: 36px;
}
.youshi img{
    width: 100%;
    height: auto;
}
h5>a{
    color: #000;
    text-decoration: none;
}
.news_show h1{text-align:center;font-size:30px;font-weight:400;margin:0;padding:0;}
.news_show .info{border-left:3px solid #2384D5;background:#f3f3f3;margin:15px 0;padding:10px 15px;font-size:14px;color:#666;}
.news_show .intro a{color:#06C;}
.news_show .intro a:hover{color:#f30;}
.news_show .intro img{max-width:100%;height:auto;}
.news_show .prenext{margin-top:30px;text-align:center;overflow: hidden;}
.news_show .prenext p{font-weight:bold;}
.news_show .prenext a{display:inline-block;margin:0 10px;cursor:pointer;background:#fff;border-radius:4px;border:1px solid #ddd;padding:6px 20px;min-width:100px;}
.news_show .prenext a span{font-size:18px;margin-right:10px;}
.news_show .prenext a em{font-style:normal;font-size:18px;}
.news_show .prenext a:hover{background:#2384D5;border-color:#2384D5;color:#fff;}
.news_show .prenext a:hover span{color:#fff;}
.news_show .prenext .pre{float: left;}
.news_show .prenext .next{float: right;}
.news_show .tags{font-weight:500;}
.news_show .tags a{margin-left:15px;display:inline-block;border-radius:4px;border:1px solid #ddd;background:#fff;padding:4px 10px;font-weight:normal;font-size:14px;}
.news_show .tags a:hover{background:#2384D5;color:#fff;border-color:#2384D5;}
.inner_container{
    width: 1200px;margin: auto;
}
			@-webkit-keyframes open {
				0% {
					-webkit-transform: rotateX(180deg);
					opacity: 0;
				}
				57% {
					-webkit-transform: rotateX(-16deg);
					opacity: 1;
				}
				66% {
					-webkit-transform: rotateX(14deg);
				}
				74% {
					-webkit-transform: rotateX(-12deg);
				}
				81% {
					-webkit-transform: rotateX(10deg);
				}
				87% {
					-webkit-transform: rotateX(-8deg);
				}
				92% {
					-webkit-transform: rotateX(6deg);
				}
				96% {
					-webkit-transform: rotateX(-4deg);
				}
				100% {
					-webkit-transform: rotateX(0deg);
				}
			}
 
			@-webkit-keyframes clos {
				0% {
					-webkit-transform: rotateX(0deg);
					opacity: 1;
				}
				100% {
					-webkit-transform: rotateX(-180deg);
					opacity: 0;
				}
			}
 
			body {
				background: #fff;
			}
 
			.box {
				width: 600px;
				height: 400px;
				position: relative;
				margin: 30px auto;
			}
 
			/*按钮*/
 
			#prev,
			#next {
				width: 50px;
				height: 50px;
				background: #efefef;
				border-radius: 25px;
				position: absolute;
				top: 100px;
				box-shadow: 2px 2px 10px #666;
				text-align: center;
				font-size: 40px;
				line-height: 50px;
				font-family: Verdana, Geneva, sans-serif;
				text-decoration: none;
				color: #fff;
				-webkit-text-stroke: 2px #ccc;
			}
 
			#prev {
				left: -100px;
			}
 
			#next {
				right: -100px;
			}
			/*图片区*/
			#imgs {
				width: 600px;
				height: 400px;
				position: relative;
				-webkit-transform-style: preserve-3d;
				-webkit-perspective: 1000px;
			}
			/*图片*/
			#imgs img {
				width: 600px;
				height: 400px;
				position: absolute;
				left: 0;
				top: 0;
				-webkit-transform-origin: bottom;
				-webkit-transform: rotateX(-180deg);
				opacity: 0;
			}
			/*设置显示和隐藏后的样式*/
			#imgs .show {
				-webkit-animation: open 1.2s ease-in;
				-webkit-transform: rotateX(0deg);
				opacity: 1;
			}
 
			#imgs .hide {
				-webkit-animation: clos 1s ease;
				-webkit-transform: rotateX(-180deg);
				opacity: 0;
			}
@media screen and (max-width: 500px){
.mb_bar{display:block;border: none; width: 40px; height: 40px;text-indent: -900em; overflow: hidden; position: absolute;top: 17px;right: 2%;cursor: pointer;outline: none;background: #ffb246 url(../images/menu-button-bg.png) no-repeat center center; background-size: 50%;z-index:99;border-radius:5px;}
ul.nav{display:none;margin: 70px 0 0 0;position: absolute;width:100%;height:auto;right:0;background:#ffb246;z-index:88;}
ul.nav>li{display:block;line-height:3em;text-align:left;text-indent:5%;  border-top: 1px solid #ec8f03; border-bottom: 1px solid #ec8f03; margin:0px;width: 100%;}
ul.nav>li a{color:#fff;}
.position_1{
	margin-top: 30%;
}
.bx_1280{
	background:rgba(255,255,255,0.3);
}
.header,.header2{height:200px !important; width:100%;background-size:cover;}
.about_us .whole{width:100%;padding-top:0px;}
.about_us .whole .about_us_left{width:100%;}
.about_us .whole .about_us_left img{width:100%; height:auto;}
.about_us .whole .about_us_right{width:100%;padding-left: 0px;}
.Research_bottom ul{width:100%;}
.Research_bottom ul li{width:100%;float:left;padding:0px;height:420px}
.Research_bottom ul li:nth-child(2){margin-left:0px;}
.Research_bottom ul li:nth-child(3){margin-left:0px;}
.Research_bottom ul li img{margin-left:23%;}
.Journalism_bottom{width:100%;}
.Journalism{height:auto}
.Journalism_bottom ul li .core_right{width: 35%;padding-left: 1%;}
.Journalism_bottom ul li .core_right p{padding-top: 1%;height: 99px;overflow: hidden;}
.Journalism_bottom ul li:nth-child(3), .Journalism_bottom ul li:nth-child(4){ margin-top: 5px;}
.Journalism_bottom ul li{width:100%}
.enterprise_bottom{width:100%}
.enterprise_bottom_left{width:100%;float:left}
.enterprise_bottom_right{width:100%;float:left;height:auto}
.enterprise_bottom_right img{width:100%;}
.footer,.footer_nav{width:100%;text-align:center;}
.footer{height: 300px;}
.footer_left{width:100%}
.footer_right{padding-top:0px;float: none;width: 200px;text-align: center;margin: auto; }
.about p{
    color: #343434;
    font-size: 14px;
    padding-top: 5px;
}
.about .ft24 {
    padding-left: 10%;
}
.banner_bx{width:80% !important}
.slider, .slider-panel img, .slider-extra{
	height: 500px !important;
	float: left;
}
.banner_bx h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}
.banner_bx p{
	font-size: 16px;
}
.banner_1,.banner_2,.one-img{width:100%;height:200px}
.banner_2{margin-top:2%}
.one-img>img{margin-top:0px;height:200px}
.img1 img{ width:100%}
.content3_2{display:none}
.tubiao ul{width:100%}
.tubiao ul li{ margin-left:0px; width:24%}
.tubiao ul li p{    margin-top: 10px;}
.content3_1{width:100%}
.content2 .text1 .yuan1,.content2 .text1 .yuan2,.content2 .text1 .yuan3{display:none}
.box1{width:100%}
.box1 .img1,.content2 .text1{width:100%;float:left;position:unset;}
.content111{width:100%;}
.bnner {
    width: 100%;
    margin: auto;
    float: left;
    min-width:auto !important;
}


.banner_2 h1{ font-size:25px;}
.banner_2 h2{ font-size:22px;}



.footer_bg a:nth-child(1){
	padding: 0px;
}
.footer_bg a{
	padding: 0px;
	text-align: center;
}
.copyright p{font-size:12px}
#subnav {
	width: 100%;
    margin-left: 2%;
    float: left !important;
    margin-right:0px !important;
}
#subnav span{float:left}float:left
#subnav li{width:25%;float:left}
#subnav a{float:left;height:22px;line-height:22px;margin-top: 1%;
    margin-left: 5%;}
body img{width:100%}
.bx_1200,.bx_1280{width:100% !important;}
.text{width:100%}
.text_left{width:20%}
.text_right{width:80%}
.sl{width:100%;height:60px;overflow: hidden;}
.s1 h1{ padding-top: 10px !important;;}
.fenye{width:100%;float:left}
.fenye h3{padding-left:5%;}
.header2{height:100px}
.paraphras{height:400px !important;}
.tu-font,.yi,.banxin,.yi-r{width:100%;float: left;height: auto;}
.tu{width:100%;float:left;margin-left:0px;height: auto;}
.yi{height:260px}
.team_list{width:100%;height:auto}
.team_list li{width:100%;}
.tu-font p{width:100%}
.position_1,.position_2,.position_3,.position_4,.position_5,.position_6,.position_7,.position_8,.position_9,.position_10,.position_11,.position_12,.position_13,.position_14,.position_15,.position_16{width:100%;float:left;position:unset !important;top:none !important;left:none !important;color:#000 !important;}
.inner_container{width:100%;}
.zy{width:100%;}
.zy_bg{background-size:cover }
}