@charset "utf-8";
/* CSS Document */

*{font-family: "微软雅黑",Arial;}
a:hover{
	text-decoration: none;
}

a{
	color: #333333;
}

.text-16{
	font-size: 16px;
	font-family: inherit;
  	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 10px;
  	margin-bottom: 10px;
}

.text-20{
	font-size: 20px;
	font-family: inherit;
  	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 10px;
  	margin-bottom: 10px;
}

.text-22{
	font-size: 22px;
	font-family: inherit;
  	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 10px;
  	margin-bottom: 10px;
}

.text-26{
	font-size: 26px;
	font-family: inherit;
  	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 10px;
  	margin-bottom: 10px;
}

.text-28{
	font-size: 28px;
	font-family: inherit;
  	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 10px;
  	margin-bottom: 10px;
}

.text-40{
	font-size: 40px;
	font-family: inherit;
  	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 10px;
  	margin-bottom: 10px;
}

.text-42{
	font-size: 42px;
	font-family: inherit;
  	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 10px;
  	margin-bottom: 10px;
}

.text-50{
	font-size: 50px;
	font-family: inherit;
  	font-weight: 500;
	line-height: 1.1;
	margin-top: 10px;
  	margin-bottom: 10px;
}

.text-60{
	font-size: 60px;
	font-family: inherit;
  	font-weight: 500;
	line-height: 1.1;
	margin-top: 10px;
  	margin-bottom: 10px;
}

.text-white{
	color: white;
}
/*============================================================海报=================================================================*/

#swiper1 .swiper-pagination-bullet{
	width:14px;
	height:14px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.00);
	border:solid 2px rgba(255,255,255,0.60);
	opacity:1;
}
	  
#swiper1 .swiper-pagination-bullet-active{
	background-color: rgba(255,255,255,1.00);
}
	  
#swiper1 .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom:8.5%;
}

#swiper1 .swiper-button-prev{
	background-image: url(../images/banner/pre.png);
	left: 0;
}

#swiper1 .swiper-button-next{
	background-image: url(../images/banner/next.png);
	right:0;
}

#swiper1 .swiper-button-prev,#swiper1 .swiper-button-next{
	width:33px;
	height:66px;
	background-size: 100%;
	margin-top: -33px;
}
/*==========================================================盒子1=================================================================*/

.ibox1{
	margin-top: 30px;
}

.banner dl{
	width:315px;
	height:200px;
	background-position: center center;
	background-size: auto 100%;
	z-index: 2;
}

.imgBox{
	position:relative;
}

.ibox1-l-title .title1{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	width:480px;
	float: left;
	line-height: 26px;
}

.ibox1-l-title .title-time{
	float: right;
	line-height: 26px;
	padding-right: 30px;
}

.ibox1-l-title a:hover{
	text-decoration: none;
	color: #333;
}

.change-home{
	margin-top: 50px;
}

/*================================================导航================================================*/
.clean-main-menu{
	background-color: white;
}
	
.nav li{
	background-color: rgba(38,68,138,1);
	border-bottom:solid 1px white;
}
	
.navbar-default .navbar-nav > li > a{
	line-height: 24px;
	color: white;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus,.navbar-default .navbar-nav > li > a:hover{
	color: white;
	background-color: rgba(47,85,175,1.00);
}

.toplogo{
	height:40px;
}

.navbar-brand{
	padding-top: 5px;
	padding-bottom: 0;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a,.navbar-nav .open .dropdown-menu{
	color:white;
	background-color: rgba(47,85,175,1.00);
}

.navbar-nav .open .dropdown-menu{
	border-top:solid 1px white;
}

.navbar-nav{
	margin-bottom:0;
}

/*=================================================第一部分==========================================================*/

.ibox1-r-title li{
	list-style: none;
	width:25%;
	height:36px;
	float: left;
	text-align: center;
}

.ibox1-r-title{
	padding-left: 0;
}

.ibox1-r-title li a{
	line-height: 36px;
	display: inline-block;
	width:100%;
	font-weight: bold;
	color: #333;
}

.ibox1-r-title li{
	height:42px;
}

.ibox1-r-title li:hover a,.ibox1-r-title li.active a{
	text-decoration: none;
	background-color: #e95447;
	color: white;
}

.ibox1-r-title li:hover,.ibox1-r-title li.active{
	background:url(../images/ibox1/jiantou.png) no-repeat center bottom;
}

.tab-pane{
	padding-left: 0;
	margin-bottom: 0;
}

.tab-pane li{
	list-style: none;
	border-bottom: solid 1px #dfe0e3;
	padding:5px 0;
}

.tab-pane li a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height:24px;
	line-height: 24px;
}

.tab-pane li a,.tab-pane li a:hover{
	color: #333333;
}

.tab-pane li a.h6{
	margin:0;
}

.ibox3{
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 30px;
}

.ibox3-r{
	width:100%;
	float: left;
	position: relative;
}

.ibox3-r-1{
	background:url(../images/ibox3/bg-pro1.jpg) no-repeat center center;
	background-size:auto 100%;
	width:100%;
	height:400px;
	float: right;
	padding:20px;
}

.ibox3-r-1 .text-60{
	color:white;
}

.ibox4 li{
	list-style: none;
}

.ibox4 ul{
	padding-left: 0;
}

/*====================================================底部============================================================*/
.footer{
	height:88px;
	width:100%;
	border-top:solid 1px #26448a;
}

.footer h6 a{
	color: #333;
}

.footer2 .btn-f{
	width:190px;
	margin-right: 4px;
	background-color: white;
	border:solid 1px #000000;
	text-align: left;
	border-radius: 0;
	background:url(../images/footer-s.jpg) no-repeat 150px center;
}

.footer2 .dropup{
	margin-top: 15px;
}

/*===================================================================简介===========================================================================*/
.bannerin{
	box-shadow: 0 4px 8px rgba(0,0,0,0.2) inset;
	margin-top: 50px;
}

.nav-sm{
	background-color: #f9f9f9;
}

.nav-sm1{
	height:40px;
	color: #999999;
}

.nav-sm1 img,.nav-sm1 h5,.nav-sm1 h6{
	display: inline-block;
	line-height: 40px;
	margin:0;
	margin-right: 5px;
}

.nav-sm2 a{
	color:#444444;
	line-height: 40px;
	padding:0 15px;
	display: inline-block;
	width:50%;
}

.intro-box{
	margin-top: 30px;
	margin-bottom: 30px;
}

.introbox1 h4{
	margin:0;
	font-weight: bold;
}

.introbox2 .text-16{
	line-height: 36px;
}

.introbox3{
	text-align: center;
}

.introbox3 .data{
	display: inline-block;
	width:50%;
	float: left;
}

.backtop{
	margin-top: 60px;
}

.backtop img{
	margin-left: 10px;
}

.backtop a{
	color: #999999;
}

/*===================================================================荣誉===========================================================================*/
.honorbox{
	height:auto;
}

/*===================================================================荣誉===========================================================================*/
.zuzhibox{
	padding-bottom: 40px;
}

/*===================================================================内控===========================================================================*/
.neikong-box{
	margin-top: 30px;
}

.neikong-box a{
	display: block;
}

.neikong{
	width:100%;
	margin-bottom: 15px;
}

.neikong-img{
	width:30%;
	height:60px;
	background:no-repeat center center;
	background-size:auto 100%;
	float: left;
}

.neikong-text{
	padding:0 15px;
	width:70%;
	float: left;
}

.neikong-text h6{
	line-height: 20px;
	color: #666666;
	margin-top: 0;
}

.neikong-text h5{
	line-height: 20px;
	height:40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
}

.pagebox ul{
	list-style: none;
	text-align: center;
	padding-left: 0;
}

.pagebox ul li{
	display: inline-block;
	margin-right: 10px;
}

.pagebox ul li:last-child{
	margin-right: 0;
}

.nk-line{
	width:100%;
	border-bottom: solid 1px #e5e5e5;
}

.neikong-box{
	margin-bottom: 15px;
}

.nk-body{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #e5e5e5;
}

.nk-body img{
	margin:0 auto;
	width:100%;
}

.nk-body p{
	font-size: 16px;
	line-height: 26px;
	padding-top: 15px;
	color: #666666;
	text-indent: 2em;
}

.nk-1{
	line-height: 26px;
	padding-bottom: 15px;
	color: #666666;
}

.xmbox{
	margin-top: 40px;
	background-color: #f3f3f3;
}

.xmbox1{
	width:100%;
	height:200px;
	background:no-repeat center center;
	background-size: 100% 100%;
}

.xmbox2{
	width:100%;
	padding:0 15px;
}

.xmbox:nth-child(odd) .xmbox1,.xmbox:nth-child(odd) .xmbox2{
	float: left;
}

.xmbox:nth-child(even) .xmbox1,.xmbox:nth-child(even) .xmbox2{
	float: right;
}

.xmbox2 h5{
	line-height: 26px;
	color: #666666;
}

.xmbox2 h2{
	color: #333333;
	font-size: 24px;
}

.xiangmu{
	margin-bottom: 30px;
}

.contact-r{
	width:100%;
}

.contact-l h4{
	font-weight: bold;
	margin-top: 15px;
}

.contact-l h5{
	color: #666666;
	padding-bottom: 15px;
	line-height: 26px;
	border-bottom: solid 1px #e5e5e5;
}

.contactbox{
	margin-bottom: 80px;
	margin-top: 30px;
}

.show-img{
	width:100%;
	height:200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% 100%;
	float: left;
}

.show-text{
	width:100%;
	float: left;
	padding:0 15px;
}

.xiangmu-in{
	margin-top: 60px;
	margin-bottom: 60px;
}

.xiangmu-bottom{
	background-color:#f9f9f9;
	padding-bottom: 70px;
	max-width: 1920px;
	margin:0 auto;
	padding-top: 30px;
}

.xiangmu-bottom p{
	line-height: 24px;
	text-indent: 2em;
}

.change-left{
	width:800px;
	float: left;
}

.change-right{
	width:400px;
	float: left;
}

.change-left dl{
	width:800px;
	height:450px;
	background-repeat: no-repeat;
	background-position:center center;
}

.change-right dl{
	width:115px;
	height:82px;
	background-repeat: no-repeat;
	background-position:center center;
	background-size: 100% 100%;
	float: left;
	margin-left: 18px;
}

.change-right dl dd{
	width:100%;
	height:82px;
	background-color:rgba(0,0,0,0.4);
}

.change-right2 div{
	width:66px;
	height:60px;
	background-color:#c1c1c1;
	margin-left: 18px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}

.change-right2 div:hover{
	background-color:#484848;
}

.changeimg{
	margin-top: 40px;
}

.topimg{
	margin-bottom: 30px;
}

.nk-video{
	margin-bottom: 70px;
}

.nk-video-1{
	width:470px;
	float: left;
}

.nk-video-2{
	width:700px;
	float: left;
	margin-left: 30px;
	background-color: #f2f2f2;
	height:270px;
	padding-left: 30px;
}

.nk-video-2-t{
	font-weight: bold;
	padding-top: 24px;
}

.nk-video-2-p{
	color:#666666;
	line-height: 24px;
}

.nk-video-2-p a{
	margin-right: 30px;
	display: inline-block;
}

.nk-video-num{
	margin-top: 20px;
}

.nk-video-num a{
	width:38px;
	height:38px;
	line-height: 38px;
	text-align: center;
	background-color: #aeaeae;
	float: left;
	color: white;
	margin-right: 5px;
	margin-bottom: 5px;
}

.nk-video-num a.active{
	background-color: #26448a;
}

/*==============================================================其他=====================================================================*/

.login{
	padding:60px 0;
}


.loginbox{
	width:582px;
	height:281px;
	background:url(../images/login/jion.jpg) no-repeat center center;
	margin:0 auto;
}

.indexnews1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #696969;
	text-decoration: none;
}


.download{
	width:100%;
	height:160px;
	margin-bottom: 32px;
	border:solid 1px #f1f1f1;
	transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}

.download-text{
	padding:15px;
}

.download-text h5{
	line-height: 20px;
	color: #666666;
}

.download-text h4{
	line-height: 26px;
	height:52px;
	overflow: hidden;
}

.download:hover{
	margin-top: -5px;
	margin-bottom: 37px;
	box-shadow: 0 4px 8px #ddd;
}

.otherbox{
	padding:40px 0;
}

.otherbox img{
	margin:0 auto;
	box-shadow: 0 2px 8px #ddd;
}

.otherbox img:hover{
	box-shadow:none;
}



.othernav dl{
	height:52px;
	line-height: 52px;
	margin:0;
}

.othernav dl a{
	display: block;
	padding-left: 15px;
}

.othernav dl a:hover,.othernav dl a.active{
	background-color: #26448a;
	color: white;
}

.othertext h3{
	margin-bottom: 20px;
	text-align: center;
}

.othertext p{
	line-height: 26px;
	color: #666666;
	text-indent: 2em;
}

.othertext a{
	display: block;
}

.othernav{
	width:100%;
}

.othertext{
	width:100%;
	margin-top: 30px;
}

.xiashu-new img{
	margin:0 auto;
}

.xiashu-text{
	padding:15px;
}

.xiashu-text h5{
	line-height: 20px;
	color: #666666;
}

.xiashu-text h4{
	line-height: 26px;
	height:52px;
	overflow: hidden;
}

.xiashu-text img{
	max-width: 1900px;
	margin:0 auto;
}

.xiashu-new:hover{
	margin-top: -5px;
	margin-bottom: 37px;
	box-shadow: 0 4px 8px #ddd;
}

.xiashu-new{
	margin-bottom: 32px;
	border:solid 1px #f1f1f1;
	transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}

.search{
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: rgba(38,68,138,1);
	margin:0 -15px;
}

.search input{
	height:36px;
	border-radius: 4px;
	width:220px;
	padding-left: 10px;
	border: solid 1px #dddddd;
	margin-left: 15px;
	color: #666666;
}

.search button{
	background-color:rgba(38,68,138,1);
	border:none;
}

.search span{
	color: white;
}

.search-in{
	width: 100%;
}

.search-in{
	margin-bottom: 60px;
	height: 42px;
}

.search-in input{
	height:42px;
	width:300px;
	border-radius: 4px;
	padding-left: 10px;
	border: solid 1px #dddddd;
	color: #999999;
}

.search-in button{
	background-color:white;
	border:none;
	height:42px;
	margin:0 auto;
}

.search-in span{
	font-size: 24px;
	line-height: 36px;
	color: #999999;
	top:5px;
}