body{background: #fff}

 /*url(../image/chuancheng.jpg)*/
/*====================导航*********/
.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	height:60px;
	padding: 0 30px;
	background: #fff;
}
/*左侧logo*/
.header .left{
	width: 12%;
}
.header .left a img{
	height: 40px;
	margin-top: 6px;
}
.header .left .img2{
	display: none;
}
/*右侧*/
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 50px;
	display: block;
}
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
}
.header .navbar_nav li:after{
    content: "";
    width: 0;
    height: 2px;
    background: orangered;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.header .navbar_nav li:hover:after{
    width: 100%;
}
.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 0 25px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #000;
	font-size: 16px;
}
.header .navbar_nav li:hover a{
	color: orangered;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:50px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 120%;
    left: -10%;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background: orange;
}
/*白色背景的头部*/
.header.on{
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}
.header.on .navbar_nav li a{
	color: #333;
}
.header.on .navbar_nav li:hover a{
	color: orangered;
}
#navToggle{
	display: none;
}
#about {
    background: #2e2ecec2;
    height: 100%;
    padding-top: 120px;
    float: right;
    position: relative;
    color: #FFF;
}

#w_img-1537923580111 {
    position: fixed;
    top: 14px;
    left: auto;
    bottom: auto;
    right: 50px;
    transform: none;
    width: 28px;
    height: 32px;
    z-index: 12;
    content: "rt";
    max-width: none;
    min-width: 0px;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-transform: none;
}
#en_img {
    position: fixed;
    top: 1.25rem;
    left: auto;
    bottom: auto;
    right: 4rem;
    transform: none;
    width: 2rem;
    height: 32px;
    z-index: 12;
    content: "rt";
    max-width: none;
    min-width: 0px;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-transform: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 50px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
.fp-tableCell #about{
	 width: 50%;
	 right: -50%;
	 font-size: 14px;
	 line-height: 40px;
   padding-top: 120px;
}

.index_abt a {
    display: inline-block;
    width: 18%;
    border: 2px #fff solid;
    font-size: 1.5rem;
    color: #fff;
    margin-right: 2%;
    padding: 1%;
}
.about-img{
	max-width: 20% !important;
}
#about{
	    background: #2e2ecec2;
	    height: 100%;
	    
	    float: right;
	    position: relative;
	    color: #FFF;
	}
	@media screen and (max-width: 1100px){


#abt {
    line-height: 24px;
    padding: 7%;
}
}
#w_common_text-1538119874307{
		display: none;
	}
@media screen and (max-width: 992px){
	#w_common_text-1538119874307{
		display: block;
	}
	.v_img1 ,#video{
		border: 2px #397cb3 solid !important;
	}
	.lianxi01{
		font-size: 24px;
		font-weight: 600;
	}
	.videolist {
    margin-bottom: 0 !important;
}
	a[href="#wu"]{
		display: none !important;
	}
	.index_main .section3 .container{
		margin-bottom: 9%;
	}

	.index_main .section3 {
		height: 637px  !important;
	}
	
	.index2{
		padding-bottom: 10px !important;

	}
	#slide001{
	background-image: url(../img/mo_slide1.jpg);
}
#slide002{
	background-image: url(../img/mo_slide2.jpg);
}
	.header{
		padding: 0 10px;
	}
	.header #navToggle {
		height: 100%;
		padding: 9px 15px;
		margin-right: -15px;
		display: inline-block;
		float: right;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #4f4f4f;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.header .nav{
		display: none;
	}
	
	.banner img{
		height: 600px;
		object-fit: cover;
	}
	.fp-tableCell #about{
		 width: 100%;
		 right: -100%;
		 padding-top: 20px;
	}
	.container{
		width: 90% !important;
	}
	.index_news .index_news_xun .index_news_text{
		margin-left: 0;
	}
	.index_news .index_news_xun{
		width: auto;
	}
	.index_news .index_news_xun .index_news_img{
		/*display: none;*/
	}

	.index_news .index_news_xun .index_news_text .index_news_title {
	
	padding-right: 0px;
	white-space: pre-line;
}

	.index_news .index_news_xun:nth-child(2n) {
    float: left;
}
.footer{
	bottom: 98% !important;
	height:38px;
}
	#abt{
		 padding: 10px 15px !important;
	    position: absolute;
    	top: 50px;
    	line-height: 23px !important;
    	font-size: 12px;
	}
	#tlt{
		position: absolute;
    	top: 30px;
    	width: 100%;
	}
	#abt_img{
		display: none;
	}


	#about{
		/*padding:0 !important;*/
	}
	h3{
		margin:0 !important;
	}
 	#lxw{
 		font-size:30px !important;
 	}
 	#news{
 		margin-left: 20px !important; 
 	}
 	#section{
 		background-size:220% 100% !important;

 	}

 
}

#w_img-1537923580111 {
    position: fixed;
    top: 37px;
    left: auto;
    bottom: auto;
    right: 25px;
    transform: none;
    width: 28px;
    height: 32px;
    z-index: 12;
    content: "rt";
    max-width: none;
    min-width: 0px;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-transform: none;
}
#w_img-1537923580111 >div {
    animation-fill-mode: both;
}
.w_img-002 .animated {
    width: 100%;
    height: 100%;
}
.w_img-002 .p_box {
    width: 100%;
    height: 100%;
    /* text-align: center; */
}
.w_img-002 .p_box {
    margin: 0;
    width: 236px;
    height: 317px;
    padding: 0;
    border-width: 1px;
    border-style: none;
    border-color: rgba(228,228,228,0);
    background-color: transparent;
    overflow: hidden;
}
.e_box {
    position: relative;
    border: 0;
    width: inherit;
    height: inherit;
    margin: 0;
    padding: 0;
}
.w_img-002 .p_link001 {
    width: 100%;
    height: calc(100%);
}
.w_img-002 .p_dimage {
    height: inherit;
    overflow: hidden;
    font-size: 0;
}
.w_img-002 .p_dimage {
    padding: 0;
    border-width: 0px;
    border-style: solid;
    border-color: rgba(228,228,228,1);
    background-color: transparent;
    overflow: hidden;
}
.pctop {
	width: 100%;
	height: 100px;
	z-index: 9999;
	background: #FFFFFF;
	border-bottom: #CCCCCC solid 1px;
	position: fixed;
	top: 0;
	left: 0;
}
.pctop .pctop_nei {
	width: 1100px;
	margin: 0 auto;
}
.pctop .pctop_nei .pclogo {
	float: left;
	margin-top: 10px;
	display: inline-block;
}
.pctop .pctop_nei .pctop_right {
	float: right;
}
.pctop .pctop_nei .pctop_right .pcmenu {
	float: left;
}
 	/*
video begin
 */

.videolist:hover{ 
	cursor: pointer; 
}
.videoed { 
/*display:none; */
width:50px; 
height:50px; 
position: absolute; 
left:41%; 
top:45%; 
z-index:99; 
border-radius:100%; 
}


.videos {
    display: none;
    position: relative;
    z-index: 100;
    width: 310px;
    margin-top: -55%;
}

.fp-tableCell {
    vertical-align: middle;}

#video{
	width: 300px;
	border: 2px #000 solid;
    border-radius: 16px;
}
.vclose { 
position:absolute;
top:1%; 
border-radius:100%; 
cursor: pointer; 
}
.videolist {
    position: relative;
    width: 300px;
    margin-bottom: 11%;
}
.v_img1 {
    width: 350px;
    border: 2px #000 solid;
    border-radius: 16px;
}
/*  video end*/


.pctop .pctop_nei .pctop_right .pcmenu .pcmenu_xun {
	float: left;
	position: relative;
}
.pctop .pctop_nei .pctop_right .pcmenu .pcmenu_xun .pcmenu_a {
	padding: 0 28px;
	text-align: center;
	line-height: 96px;
	color: #666666;
	font-size: 15px;
	display: inline-block;
	height: 96px;
}
.pctop .pctop_nei .pctop_right .pcmenu .pcmenu_xun .pcmenu_drop {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.pctop .pctop_nei .pctop_right .pcmenu .pcmenu_xun .pcmenu_drop a {
	display: inline-table;
	width: 100%;
	background: rgba(89,134,219,0.8);
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	float: left;
	height: 41px;
	line-height: 30px;
	border-top: rgba(255,255,255,0.35) solid 1px;
}
.pctop .pctop_nei .pctop_right .pcmenu .pcmenu_xun .pcmenu_drop a:nth-child(1) {
	border-top: none;
}
.pctop .pctop_nei .pctop_right .pcsearch {
	float: right;
	width: 36px;
	height: 36px;
	position: relative;
	margin-left: 23px;
	margin-top: 30px;
}
.pctop .pctop_nei .pctop_right .pcsearch .top_search {
	width: 36px;
	display: inline-block;
	height: 36px;
	border-radius: 36px;
	overflow: hidden;
	border: #c1c1c1 solid 1px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all ease-out 0.6s;
}
.pctop .pctop_nei .pctop_right .pcsearch .top_search input[type="text"] {
	transition: all ease-out 0.6s;
	width: 0px;
	height: 34px;
	padding: 0 0px;
	float: left;
}
.pctop .pctop_nei .pctop_right .pcsearch .top_search input[type="submit"] {
	cursor: pointer;
	width: 36px;
	height: 34px;
	background: url(../img/bg2.png) no-repeat 50%;
	border-radius: 36px;
	float: right;
}

 @media screen and (min-width:1500px) {

#abt{
padding:2% 8%;
font-size: 12px;


}}

@media screen and (max-width: 1499px){
#abt {
    padding: 1% 3%;
    line-height: 34px;
}}
 @media screen and (min-width:1100px) {


 	/*
video begin
 */
.videolist { 
	position:relative; 
	float:left; 
	width:65%; 
	/*margin-right:50px; */
	/*margin-top:15px; */
	/*margin-bottom:30px; */
	margin-left:30%;
	margin-bottom: 7%;
}
.fp-tableCell {
    vertical-align: middle;}
.videolist:hover{ 
	cursor: pointer; 
}
.videoed { 
/*display:none; */
width:50px; 
height:50px; 
position: absolute; 
left:28%; 
top:45%; 
z-index:99; 
border-radius:100%; 
}
.videos{ 
display:none; 
/*border: 1px solid #080808; */
position:absolute; 
margin-left:26.5%; 
z-index:100; 
width:37%;
margin-top: 0%;
}


.v_img1{
	width:57%;
	 /*height:300px;*/
}
#video{
	width: 89%;
}
.vclose { 
position:absolute;
right:7%; 
top:1%; 
border-radius:100%; 
cursor: pointer; 
}
/*  video end*/
 	#slide001{
	background-image: url(../img/chuancheng2.jpg);
}
#slide002{
	background-image: url(../img/banner02.jpg);
}
.index_main .section2{
	background: url(../img/3.jpg) no-repeat;
}

.pctop {
	display: block !important;
}
.motop {
	display: none !important;
}
.modrop {
	display: none !important;
}
.bodynei .body_left {
	position: relative;
	left: 0 !important;
}
.pctop .pctop_nei .pctop_right .pcmenu .pcmenu_xun:hover .pcmenu_a {
	color: #FFFFFF;
	background: #5986db;
}
.pctop .pctop_nei .pctop_right .pcsearch .top_search:hover {
	width: 161px;
	transition: all ease-out 0.6s;
}
.pctop .pctop_nei .pctop_right .pcsearch .top_search:hover input[type="text"] {
	width: 120px;
	transition: all ease-out 0.6s;
	padding: 0 10px;
}
}

@media screen and (max-width:1100px) {
	#slide001{
	background-image: url(../img/mo_slide1.jpg);
}
#slide002{
	background-image: url(../img/mo_slide2.jpg);
}


.pctop {
	display: none !important;
}
.motop {
	display: block !important;
}
}

.motop {
	width: 100%;
	padding: 0 2%;
	height: 50px;
  z-index: 11111111;
    background: #ffffff;
    position: inherit;
}
.motop .mologo {
	height: 30px;
	margin: 10px 0;
}
.motop .mologo img {
	height: 30px;
}
.motop .moicon {
	width: 30px;
	height: 30px;
	position: relative;
	margin-top: 10px;
}
.motop .moicon div {
	width: 30px;
	height: 5px;
	background: #5986db;
	position: absolute;
}
.motop .moicon div.moicon1 {
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	transition: all ease-out 0.3s;
	top: 8px;
}
.motop .moicon div.moicon2 {
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	transition: all ease-out 0.3s;
	top: 20px;
}
.motop .moicon.on div.moicon2 {
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	transition: all ease-out 0.3s;
	top: 12px;
}
.motop .moicon.on div.moicon1 {
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	transition: all ease-out 0.3s;
	top: 12px;
}
.modrop {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(89,134,219,0.5);
	position: absolute;
	left: 0;
	z-index: 99999;
}
.modrop .momenu {
	width: 50%;
	height: 100%;
	background: rgba(89,134,219,0.75);
	position: relative;
	float: left;
	height: 100%;
}
.modrop .momenu .momenu_xun {
	width: 100%;
	height: 40px;
}
.modrop .momenu .momenu_xun .momenu_title {
	width: 100%;
	height: 40px;
	padding: 0 15px;
}
.modrop .momenu .momenu_xun .momenu_title a {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	display: inline-block;
	float: left;
}
.modrop .momenu .momenu_xun .momenu_title i {
	float: right;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	transition: all ease-out 0.3s;
}
.modrop .momenu .momenu_xun .momenu_title i.on {
	-webkit-transform: rotateZ(-60deg);
	-moz-transform: rotateZ(-60deg);
	-ms-transform: rotateZ(-60deg);
	-o-transform: rotateZ(-60deg);
	transform: rotateZ(-60deg);
	transition: all ease-out 0.3s;
}
.modrop .momenu .momenu_xun .momenu_drop {
	padding: 40px 0 0 0;
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 100%;
}
.modrop .momenu .momenu_xun .momenu_drop a {
	width: 100%;
	height: 40px;
	float: left;
	display: inline-block;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 40px;
	padding-left: 20px;
}
.neibanner {
	width: 100%;
	height: 300px;
}
.bodynei {
	width: 1100px;
	max-width: 100%;
	min-height: 220px;
	margin: 20px auto 60px auto;
	position: relative;
}
.bodynei .body_left {
	z-index: 99;
	width: 245px;
	float: left;
	margin-right: -245px;
	position: relative;
}
.bodynei .body_left .body_left_arrow {
	display: none;
	border: #5986db solid 1px;
	padding: 5px 8px 5px 8px;
	background: #fff;
	position: absolute;
	left: 100%;
	top: 30px;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	overflow: hidden;
	border-left: none;
}
.bodynei .body_left .body_left_arrow i {
	color: #5986db;
	font-size: 14px;
	line-height: 14px;
	width: 14px;
	height: 14px;
	float: right;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	transition: all ease-out 0.3s;
}
.bodynei .body_left .body_left_arrow.on i {
	-webkit-transform: rotateZ(-60deg);
	-moz-transform: rotateZ(-60deg);
	-ms-transform: rotateZ(-60deg);
	-o-transform: rotateZ(-60deg);
	transform: rotateZ(-60deg);
	transition: all ease-out 0.3s;
	margin-top: -5px;
}
.bodynei .body_left .body_left_top {
	width: 100%;
	height: 100px;
	background: #5986db;
	border-bottom: #FFFFFF solid 1px;
}
.bodynei .body_left .body_left_top .body_left_top1 {
	font-size: 26px;
	line-height: 26px;
	width: 100%;
	float: left;
	padding-left: 70px;
	color: #FFFFFF;
	margin: 27px 0 7px 0;
}
.bodynei .body_left .body_left_top .body_left_top2 {
	font-size: 13px;
	line-height: 13px;
	width: 100%;
	float: left;
	padding-left: 70px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.bodynei .body_left .body_left_tops {
	width: 100%;
	height: 100px;
	background: #5986db;
	border-bottom: #FFFFFF solid 1px;
	text-align: center;
}
.bodynei .body_left .body_left_tops .body_left_top1 {
	font-size: 26px;
	line-height: 50px;
	width: 100%;
	float: left;
	color: #FFFFFF;
	margin: 27px 0 7px 0;
}
.bodynei .body_left .body_left_tops .body_left_top2 {
	font-size: 13px;
	line-height: 13px;
	width: 100%;
	float: left;
	color: #FFFFFF;
	text-transform: uppercase;
}
.bodynei .body_left .body_left_menu {
	width: 100%;
}
.bodynei .body_left .body_left_menu a {
	width: 100%;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-bottom: #FFFFFF solid 1px;
	float: left;
	display: inline-block;
	background: #f4f4f4;
	color: #343233;
	transition: all ease-out 0.2s;
}
.bodynei .body_left .body_left_menu a.on {
	color: #FFFFFF;
	background: #5986db;
	transition: all ease-out 0.4s;
}
.bodynei .body_right {
	margin-left: 290px;
}
.bodynei .body_right .body_right_top {
	width: 100%;
	height: 32px;
	border-bottom: #ececec solid 1px;
}
.bodynei .body_right .body_right_top .page_name {
	color: #5986db;
	font-size: 18px;
	padding-left: 8px;
	border-left: #5986db solid 3px;
	margin-top: 3px;
	line-height: 18px;
}
.bodynei .body_right .body_right_top .newsnav {
	float: right;
	color: #999999;
	line-height: 30px;
	font-size: 12px;
}
.bodynei .body_right .body_right_top .newsnav a {
	color: #999999;
	line-height: 26px;
	font-size: 12px;
	display: inline-block;
}
.bodynei .body_right .body_right_top .newsnav i {
	color: #999999;
	line-height: 26px;
	font-size: 12px;
	display: inline-block;
	margin: 0 8px;
}
.bodynei .body_right .body_right_top .newsnav span {
	color: #999999;
	line-height: 26px;
	font-size: 12px;
	display: inline-block;
}
.bodynei .body_right .zhuti {
	font-size: 15px;
	line-height: 30px;
	color: #757575;
}