 @charset "utf-8";
/* CSS Document */


body {
	font-family: "Microsoft YaHei", 微软雅黑, STHeiti !important;
}
@font-face {
	font-family: 'rotissemisansstd-light';
	src: url(../fonts/rotissemisansstd-light.eot);
	src: url(../fonts/rotissemisansstd-light.eot?#iefix) format('embedded-opentype'), url(../fonts/rotissemisansstd-light.woff2) format('woff2'), url(../fonts/rotissemisansstd-light.woff) format('woff'), url(../fonts/rotissemisansstd-light.svg#register-sans-btn-cn) format('svg');
	font-weight: normal;
	font-style: normal;
}
/*****header*******/
.header {
	position: fixed;
	width: 76%;
	left: 12%;
	top: 0;
	z-index: 9999;
	background: #fff;
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	border-top: 5px solid #004193;
	height: 100px;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.header_nav {
	margin: 0 auto;
	position: relative;
}
.logo {
	width: 160px;
	position: absolute;
	left: 30px;
	top: 25px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.logo2 {
	width: 160px;
	position: absolute;
	left: 30px;
	top: 25px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.header3 {
	width: 100%!important;
	left: 0!important;
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.header3 .logo {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.header3 .logo2 {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.header3 .menu ul li a {
	/*line-height: 80px;*/
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.header3 .search {
	/*padding: 29px 0 29px 30px;*/
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.menu {
	position: absolute;
	right: 100px;
	height: 100%;
}
.menu ul {
	margin: 0;
	height: 100%;
}
.menu ul li {
	/*display: inline;*/
	float: left;
	padding: 20px 30px 25px;
	vertical-align: middle;
	font-size: 18px;
	position: relative;
	text-transform: capitalize;
	text-align: center;
	height: 100%;
	/*border-right: 1px solid #004193;*/
}
.menu ul li.border{
	border: 0;
}
.menu ul li:hover{
	background: #004193;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.menu ul li:hover .title{
	color:#fff;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.menu ul li:hover .title span{
	color:#fff;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.view_more:hover{
	background: #004193;
	color:#fff;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.menu li a {
	color: #333;
	display: inline;
	font-family: 'rotissemisansstd-light';
	text-transform: uppercase;
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: bold;
}
.menu li span {
	color: #666;
	font-size: 15px;
	font-family: "Microsoft YaHei", 微软雅黑, STHeiti !important;
	font-weight: normal;
}
.menu li img {
	width: 18px;
	position: absolute;
	right: 5px;
	bottom: 30px;
}
.menuDiv {
	position: absolute;
	left: 0;
	top: 140px;
	background: #fff;
	width: 100%;
	visibility: hidden;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.menuDiv a {
	display: block !important;
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-family: "Microsoft YaHei", 微软雅黑, STHeiti !important;
	font-weight: normal !important;
	background: #fff;
	border-top: 1px solid #ddd;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.menuDiv a:hover {
	color: #fff !important;
	background: #004193;
}
.menu li:hover .menuDiv {
	top: 95px;
	visibility: visible;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.search {
	position: absolute;
	right: 0px;
	top: 0;
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	text-align: center;
	background: #252E33;
	width: 100px;
	height: 95px;
}
.search a {
	display: block;
	width: 100%;
	height: 50%;
}
.search a span {
	color: #3275CA;
	font-size: 14px;
}
.search a div {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 0 2;
}
.search_box {
	padding: 10px 0;
	background-color: #eee;
	z-index: 999;
	width: 100%;
	float: right;
}
.searcher {
	position: absolute;
	top: 95px;
	left: 0;
	display: none;
	width: 100%;
}
.input_search {
	padding: 0 2%;
	float: left;
	width: 35%;
}
.input_search input {
	border: 0;
	height: 35px;
	/* padding-left: 20px; */
	color: #BDBDBD;
	letter-spacing: 1px;
	width: 125%;
	background: none;
	font-size: 16px;
	border: none;
	outline: none;
	letter-spacing: 2px;
}
.search_top {
	float: right;
	background: #fff;
	display: block;
	width: 130px;
	margin-right: 4.3%;
	padding: 7px 30px;
	letter-spacing: 1px;
	color: #777;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-align: center;
	font-size: 15px;
	letter-spacing: 10px;
}
.search_top:hover {
	background: #014193;
	color: #fff;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.search_cont {
	width: 98%;
	margin: 0 auto;
}
/*****header*******/
/*****banner*******/		
.banner {
	position: relative;
}
.banner_wz {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 25%;
	z-index: 99;
	width: 900px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.banner_wz1 {
	z-index: 99;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.banner_wz2 {
	z-index: 100;
}
.banner_wz3 {
	z-index: 101;
}
.banner_wz h6 {
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.banner_wz h5 {
	height: 2px;
	width: 50px;
	background: #fff;
	margin: 45px auto;
}
.banner_wz h2 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 70px;
	line-height: 66px;
	font-family: 'rotissemisansstd-light';
}
.banner_wz h4 {
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 180px;
	margin: 50px auto 0 auto;
	border: 1px #004193 solid;
	line-height: 40px;
	background-color: #004193;
	font-family: 'rotissemisansstd-light';
}
.swiper-pagination.qh_yd {
	margin-left: 40px;
	top: 12%;
	left: 90%;
	text-align: left;
	width: auto;
	margin-right: -50px;
	z-index: 9;
}
.qh_yd .swiper-pagination-switch:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 55px;
	width: 65px;
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
	-webkit-transform: translateX(-30%);
	-moz-transform: translateX(-30%);
	-ms-transform: translateX(-30%);
	-o-transform: translateX(-30%);
	transform: translateX(-30%);
	-webkit-transition: opacity .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
	transition: opacity .5s cubic-bezier(.19, 1, .22, 1), transform .5s cubic-bezier(.19, 1, .22, 1);
	-moz-transition: opacity .5s cubic-bezier(.19, 1, .22, 1), -moz-transform .5s cubic-bezier(.19, 1, .22, 1);
	-ms-transition: opacity .5s cubic-bezier(.19, 1, .22, 1), -ms-transform .5s cubic-bezier(.19, 1, .22, 1);
	-o-transition: opacity .5s cubic-bezier(.19, 1, .22, 1), -o-transform .5s cubic-bezier(.19, 1, .22, 1);
	font-family: Arial, Helvetica, sans-serif;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.qh_yd .swiper-pagination-switch {
	text-transform: uppercase;
}
.qh_yd .swiper-pagination-switch:first-child:before {
	content: 'one';
}
.qh_yd .swiper-pagination-switch:first-child~span:before {
	content: 'two';
}
.qh_yd .swiper-pagination-switch:first-child~span~span:before {
	content: 'three';
}
.qh_yd .swiper-pagination-switch:first-child~span~span~span:before {
	content: 'four';
}
.qh_yd .swiper-pagination-switch:first-child~span~span~span~span:before {
	content: 'five';
}
.qh_yd .swiper-pagination-switch:first-child~span~span~span~span~span:before {
	content: 'six';
}
.qh_yd .swiper-pagination-switch:first-child~span~span~span~span~span~span:before {
	content: 'seven';
}
.qh_yd .swiper-pagination-switch:after {
	content: '';
	display: block;
	width: 5px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.qh_yd .swiper-pagination-switch:hover:after {
	width: 30px;
	background: #2971CC;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.qh_yd .swiper-pagination-switch.swiper-active-switch, .pagination1 .swiper-pagination-switch:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.qh_yd .swiper-pagination-switch.swiper-active-switch:before, .pagination1 .swiper-pagination-switch:hover:before {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	left: 60px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.qh_yd .swiper-pagination-switch {
	margin: 100px 3px;
	display: block;
	width: 30px;
	height: 1px;
	background: #999;
	cursor: pointer;
	margin-bottom: 10px;
	filter: alpha(opacity=50);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: .5;
	position: relative;
	-webkit-transition: opacity .3s cubic-bezier(.19, 1, .22, 1);
	transition: opacity .3s cubic-bezier(.19, 1, .22, 1);
	-moz-transition: opacity .3s cubic-bezier(.19, 1, .22, 1);
	-ms-transition: opacity .3s cubic-bezier(.19, 1, .22, 1);
	-o-transition: opacity .3s cubic-bezier(.19, 1, .22, 1);
}
.banner .arrow-left_01 {
	left: 10px
}
.banner .arrow-right_01 {
	right: 55px;
}
/*****banner*******/
.warpper {
	position: relative;
}
.warpper_con {
	position: relative;
	z-index: 9;
}
.line {
	position: absolute;
	height: 100%;
	background: #f5f5f5;
	width: 1px;
	top: 0;
	margin: 0;
}
.line1 {
	left: 20%;
}
.line2 {
	left: 35%;
}
.line3 {
	left: 50%;
}
.line4 {
	left: 65%;
}
.line5 {
	left: 80%;
}
/*****sec1*******/	
.index_sec1 {
	padding: 100px 0 60px 0;
}
.index_sec1_left {
	width: 25%;
	float: left;
	margin-left: 10%;
	position: relative;
	z-index: 99;
}
.index_sec1_right {
	width: 60%;
	float: left;
	margin-left: 5%;
	overflow: hidden;
}
.index_sec1_pic {
	position: relative;
}
.index_sec1_pic_con {
	overflow: hidden;
	position: relative;
	bottom: -300px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.index_sec1_pic .zz {
	position: absolute;
	width: 0;
	height: 100%;
	background: #ddd;
	left: -100%;
	top: 0;
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.index_sec1_pic:hover .zz {
	left: 100%;
	width: 100%;
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.index_sec1_pic img {
	width: 100%;
	height: auto;
	display: block;
}
.index_sec1_pic h6 {
	position: absolute;
	left: 30px;
	top: 20px;
	z-index: 2;
	color: #FFF;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'rotissemisansstd-light';
}
.index_sec1_left_text {
	position: absolute;
	right: 0;
	width: 70%;
	bottom: -100px;
	z-index: 9;
	background: #fff;
	padding: 30px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.index_sec1_left_text h3 {
	text-transform: uppercase;
	font-size: 30px;
	margin: 0;
	letter-spacing: 2px;
	font-family: 'rotissemisansstd-light';
}
.index_sec1_left_text h5 {
	color: #2971CC;
	font-size: 12px;
	margin: 0;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'rotissemisansstd-light';
}
.index_sec1_left h4 {
	position: relative;
	left: -50px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.index_sec1_left h4 span {
	font-size: 12px;
}
.index_sec1_left h4 {
	text-align: center;
	margin-top: 60px;
	text-transform: uppercase;
}
.index_sec1_left h4>i {
	display: inline-block;
	position: relative;
	height: 1px;
	width: 40px;
	background: #ddd;
	margin-bottom: 5px;
}
.index_sec1_left .view_more i{
	font-size:16px;
	color:#666;
	margin-left: 10px;
}
.view_more:hover .fa{
	color:#fff;
}


.index_sec1_left h4 i b {
	width: 10px;
	background: #2971CC;
	border-right: 5px #333 solid;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	background: #2971CC;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.index_sec1_left:hover h4 i b {
	width: 40px;
	border-right: 0 #333 solid;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.index_sec1_left h4 span {
	line-height: 30px;
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 40px;
 }
.index_sec1_right h3 {
	color: #333;
	font-size: 40px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-family: 'rotissemisansstd-light';
	position: relative;
	left: -300px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.index_sec1_right h5 {
	color: #333;
	font-size: 28px;
	font-weight: bold;
	margin-top: 0;
	letter-spacing: 1px;
	position: relative;
	left: -300px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.index_sec1_right img {
	display: block;
	width: 80%;
	margin-left: 20%;
	margin: 60px 0 60px 20%;
	position: relative;
	right: -300px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.index_sec1_right h6 {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	width: 75%;
	position: relative;
	bottom: -300px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
/*****sec1*******/	

/*****sec2*******/	

.index_sec2 {
	padding: 100px 0;
}
.index_sec2 img {
	display: block;
	margin: 0 auto;
	width: 120px;
	position: relative;
	bottom: -300px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.index_sec2 i {
	width: 1px;
	height: 40px;
	background: #fff;
	display: block;
	margin: 30px auto;
	position: relative;
	bottom: -200px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.index_sec2 h2 {
	color: #fff;
	font-size: 40px;
	text-align: center;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'rotissemisansstd-light';
	position: relative;
	bottom: -300px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.index_sec2 h3 {
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-size: 30px;
	letter-spacing: 2px;
	margin-top: 10px;
	position: relative;
	bottom: -300px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
/*****sec2*******/	




/*****sec3*******/
.index_sec3_con {
	width: 80%;
	margin: 0 auto;
	padding-right: 100px;
}
.index_sec3 {
	padding: 80px 0;
}
.index_sec3_pic {
	position: relative;
	bottom: -300px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.index_sec3_pic:hover img {
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.index_sec3_pic img {
	width: 100%;
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.index_sec3_con {
	position: relative;
}
.index_sec3_texta {
	position: absolute;
	position: absolute;
	z-index: 9;
	right: 0;
	width: 100%;
	bottom: -300px;
// filter:alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.index_sec3_text {
	position: absolute;
	right: 30%;
	width: 40%;
	bottom: -50px;
	z-index: 999;
	background: #fff;
	padding: 30px;
	margin-right: 50px;
}
.index_sec3_ab {
	display: none;
}
// .index_sec3_text1 {
z-index:8;
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity:1;
opacity:1;
}
// .index_sec3_text2 {
z-index:9;
}
// .index_sec3_text3 {
z-index:10;
}
// .index_sec3_text4 {
z-index:11;
}
.index_sec3_con:hover h3 {
	color: #004193;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.index_sec3_con:hover h5 {
	color: #004193;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.index_sec3_text h3 {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 30px;
	margin: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	color: #333;
}
.index_sec3_text h5 {
	font-weight: bold;
	color: #666;
	font-size: 20px;
	margin: 5px 0 0 0;
	font-family: 'rotissemisansstd-light';
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.index_sec3_text h6 {
	color: #999;
	font-size: 14px;
	margin: 10px 0 0 0;
	line-height: 24px;
}
.index_sec3_text h4 {
	margin-top: 40px;
	text-transform: uppercase;
}
.index_sec3_text h4 span {
	font-size: 14px;
	padding-left: 10px;
	color: #666;
	padding: 10px 40px;
}
.index_sec3_text h4>i {
	display: inline-block;
	position: relative;
	height: 1px;
	width: 40px;
	background: #ddd;
	margin-bottom: 5px;
}
.index_sec3_text .view_more i{
	font-size:16px;
	color:#666;
	margin-left: 10px;
}
.view_more:hover .fa{
	color:#fff;
}
.index_sec3_text h4>i b {
	width: 10px;
	background: #2971CC;
	border-right: 5px #333 solid;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	background: #2971CC;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.index_sec3_con:hover .index_sec3_text h4 i b {
	width: 40px;
	border-right: 0 #333 solid;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.zz_2 {
	width: 50px;
	right: 30%;
	background: #fff;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
}
.zz_1 {
	width: 70%;
	height: 100px;
	bottom: 0;
	left: 0;
	background: #fff;
	position: absolute;
	z-index: 2;
}
.zz_3 {
	width: 30%;
	height: 70px;
	top: 0;
	right: 0;
	background: #fff;
	position: absolute;
	z-index: 2;
}
/*****sec3*******/	
.index_sec4 {
	overflow: hidden;
}
.index_sec4_con {
	width: 90%;
	margin: 130px auto 80px;
}
.index_sec4_pic {
	overflow: hidden;
}
.index_sec4_pic img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.index_sec4_pic:hover img {
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.index_sec4_list {
	width: 31.3333333%;
	float: left;
	position: relative;
	margin: 0 1%;
	bottom: -300px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.index_sec4_text {
	width: 100%;
	padding: 30px;
	background: #f5f5f5;
}
.index_sec4_text h5 {
	color: #2971CC;
	font-size: 14px;
	font-family: 'rotissemisansstd-light';
	text-transform: capitalize;
}
.index_sec4_text h5 span {
	color: #999;
	font-size: 12px;
	padding-right: 10px;
}
.index_sec4_text h3 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.index_sec4_text h4 {
	margin-top: 30px;
}
.index_sec4_text h4 span {
	font-size: 14px;
	padding-left: 10px;
	color: #666;
	text-transform: capitalize;
	padding: 10px 40px;
}
.index_sec4_text h4>i {
	display: inline-block;
	position: relative;
	height: 1px;
	width: 40px;
	background: #ddd;
	margin-bottom: 5px;
}
.index_sec4_text h4>i b {
	width: 10px;
	background: #2971CC;
	border-right: 5px #333 solid;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	background: #2971CC;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.index_sec4_text:hover h4 i b {
	width: 40px;
	border-right: 0 #333 solid;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.index_sec4_text .view_more i{
	font-size:16px;
	color:#666;
	margin-left: 10px;
}
.view_more:hover .fa{
	color:#fff;
}



.index_sec5 {
	height: 400px;
	position: relative;
}
.index_sec5_con {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	bottom: -300px;
	width: 800px;
	background: #004193;
	padding: 30px;
	z-index: 10;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.index_sec5_con h3 {
	color: #FFF;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}
.index_sec5_con h6 {
	color: #D4D4D4;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
/***footer***/
.footer {
	background: #0f0f0f;
	padding: 50px 0 20px 0;
	position: relative;
	z-index: 6;
}
.footer_box {
	width: 68%;
	margin: 0 auto;
}
.footer_con {
	margin: 0 auto;
	border-bottom: 1px solid #353535;
	padding-bottom: 45px;
	margin-bottom: 10px;
	overflow: hidden;
}
.footer_con .left {
	width: 20%;
	float: left;
}
.footer_con .left1 {
	width: 30%;
	float: left;
	margin-right: 5%;
}
.footer_con .left1 h3 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.footer_con .left1 h6 {
	color: #fff;
	font-size: 22px;
	line-height: 24px;
	margin-top: 0;
}
.footer_con .left1 h6 i {
	margin-right: 3px;
}
.footer_con .left1 h5 a {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
.footer_con .left1 h5 a:hover {
	color: #2971CC;
}
.footer_con .left1 h5 a i {
	margin-right: 5px;
	font-size: 20px;
}
.footer_con .left1 p {
	color: #ccc;
}
.footer_con .right {
	width: 45%;
	float: left;
}
.footer_con .qrcode{
	// background: red;
	width: 111px;
	float: right;
}
.footer_con .qrcode img{
	width: 100%;
}
.footer_con .qrcode h5{
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}
.footer_con .left h3 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 8px 0;
}
.footer_con .left div {
	color: #999;
	font-size: 13px;
	line-height: 24px;
}
.footer_con .right>a {
	display: block;
	float: right;
	width: 110px;
	height: auto;
	border: 1px solid #2A2A2A;
	border-top: 0;
	border-bottom: 0;
}
.footer_con .right>a:hover h3 {
	color: #2971CC;
}
.footer_con .right h3 {
	color: #fff;
	font-size: 14px;
	width: 100%;
	text-align: center;
	margin: 0;
}
.footer_con .right div {
	width: auto;
	height: auto;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
.footer_con2 {
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.copy {
	float: left;
	margin-top: 15px;
}
.copy>span, .copy>a, .copy>div {
	display: inline-block;
}
.copy>span {
	margin-right: 5px;
	color: #fff;
}
.copy>span, .copy>a {
	color: #9D9D9D;
	font-size: 14px;
}
.copy a:hover {
	color: #fff;
}
.copy div {
	width: 1px;
	height: 10px;
	background: #9D9D9D;
	margin: 0 5px;
}
.copy h6 {
	line-height: 24px;
	color: #9D9D9D;
	margin: 0;
}
.jishu {
	float: right;
}
#footer_unohacha {
	float: right;
}
/***footer***/
/*xinzeng*/
.banner_box1 {
	width: 1100px;
	height: auto;
	left: 50%;
	margin-left: -550px;
	bottom: 30px;
	position: absolute;
	z-index: 999;
}
.banner_box1 li {
	width: 20%;
	float: left;
	position: relative;
	display: block;/*padding: 10px;*/
}
.banner_box1 li a {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.45);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000, endColorstr=#C8000000);
	padding: 20px 0;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.banner_box1 .tp_box {
	width: 55px;
	margin: 0 auto;
	margin-bottom: 5px;
}
.banner_box1 .tp_box img {
	width: 100%;
}
.banner_box1 .cp_box h3 {
	font-size: 16px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	margin: 0;
}
.banner_box1 .cp_box h3 span {
	width: 15px;
	height: 1px;
	background: #fff;
	display: inline-block;
	margin: 0 10px;
	margin-bottom: 5px;
}
.banner_box1 .cp_box h6 {
	font-size: 13px;
	color: #999;
	text-align: center;
	letter-spacing: 1px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	text-transform: uppercase;
	display: none;
}
.banner_box1 .cp_line {
	width: 1px;
	height: 35px;
	background: #999;
	position: absolute;
	right: 0;
	top: 35%;
}
.banner_box1 .cp_box li:hover h6 {
	color: #fff;
}
.banner_box1 .cp_box li:hover a {
	/*padding-bottom:30px;*/
	background: rgba(1,71,150,0.85);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8185485, endColorstr=#C8185485);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.banner_box1 .cp_box li:hover .tp_box {
	width: 80px;
}
.banner_box1 .cp_box li:hover h3 {
	font-size: 18px;
}
.pagination1 span {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 60px;
	height: 3px;
	margin: 5px;
	background: #ccc;
	overflow: hidden;
	font-size: 0;
}
.pagination1 span.swiper-active-switch {
	background: #004193;
}
/*xinzeng*/
/*titles*/
.titles {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 35px;
	position: relative;
	top: -200px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.titles .img {
	width: 100%;
	height: auto;
}
.titles .img img {
	width: 140px;
}
.titles h3 {
	height: auto;
	width: 100%;
	margin: 0;
	font-size: 36px;
	color: #333;
	line-height: 48px;
	letter-spacing: 1px;
	text-align: center;
	font-family: 'rotissemisansstd-light';
	text-transform: uppercase;
}
.titles h4 {
	font-size: 26px;
	color: #333;
	margin: 5px 0 15px;
	letter-spacing: 2px;
}
.titles>div {
	height: auto;
}
.titles>div div {
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #BDBDBD;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 5px;
}
// .index_sec3_cons {
// display: none;
//
}
.about_sec1_clear {
	overflow: hidden;
}
 @media(max-width:1700px) {
.qh_yd .swiper-pagination-switch {
	margin: 100px 3px;
}
.swiper-pagination.qh_yd {
	left: 90%;
}
}
@media(max-width:1620px) {
.menu ul li {
	padding: 20px 25px 0;
}
}
@media(max-width:1600px) {
.header {
	width: 78%;
}
.banner_box1 {
	width: 78%;
	left: 12%;
	margin-left: 0;
}
}
@media(max-width:1500px) {
.menu {
	right: 110px;
}
}
 @media(max-width:1440px) {
.qh_yd .swiper-pagination-switch {
	margin: 80px 3px;
}
.swiper-pagination.qh_yd {
	left: 85%;
}
.menu ul li {
	padding: 20px 20px 0;
}
.footer_box {
	width: 80%;
}
}
@media(max-width:1360px) {
.menu ul li {
	padding: 20px 10px 0;
}
}
 @media(max-width:1280px) {
.footer_box {
	width: 90%;
}
.header {
	width: 80%;
	left: 10%;
}
.index_sec1_left_text {
	width: 80%;
	padding: 30px 25px;
}
.index_sec3_text {
	width: 50%;
}
.menu {
	right: 95px;
}
}
 @media(max-width: 1200px) {
.menu {
	right: 111px;
	transition: right 0.5s;
}
.header2 .menu {
	right: 150px;
}
}
@media(max-width: 1110px) {
.header {
	width: 100%;
	left: 0;
}
.banner_box1 {
	width: 900px;
	margin-left: -450px;
}
}
@media(max-width: 996px) {
.index_sec3_text {
	width: 53%;
	padding: 20px;
}
.index_sec3_text h6 {
	line-height: 20px;
}
.index_sec3_text h4 {
	margin-top: 15px;
	margin-bottom: 0;
}
.index_sec1_right h6 {
	width: 80%;
}
.index_sec1_left_text {
	width: 80%;
	padding: 30px 0;
	left: 0;
}
.index_sec1_left h4 {
	text-align: left;
	margin-top: 109px;
}
.index_sec3_text h4 {
	margin-top: 15px;
}
.banner_box1 {
	width: 760px;
	margin-left: -380px;
}
.about_sec2 h6 {
	line-height: 22px;
}
.about_sec2_title {
	margin-top: -10px;
}
.about_sec2 h5 {
	margin: 18px 0 5px 0;
}
}
@media(max-width: 960px) {
.footer_con .right>a {
	width: 20%;
}
.footer_con .left1 {
	margin-right: 0;
}
}
@media(max-width: 900px) {
.menu ul li {
	padding: 20px 7px 0 15px;
}
.logo {
	width: 133px;
}
.search {
	width: 80px;
}
.menu {
	right: 85px;
}
}
 @media(max-width:768px) {
.index_sec3_cons{
	max-height:432px;
	overflow:hidden;
	}
.index_sec3_cons .swiper-container3{
	max-height:432px;
	overflow:hidden;
	}
.index_sec3_cons .swiper-wrapper{
	max-height:432px;
	overflow:hidden;
	}
.index_sec3_cons .swiper-slide{
	max-height:432px;
	overflow:hidden;
	}
.navbar-nav {
	width: 100%;
	margin-left: 0px;
	text-transform: uppercase;
}
.navbar-nav li {
	text-align: center;
	border-bottom: 1px dotted #e5e5e5;
	line-height: 40px;
}
.navbar-nav li a {
	color: #666;
	font-size: 13px;
}
.navbar-nav li a:hover {
	color: #0752a4;
}
.headerbg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999999;
	background: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.logo_boxlist {
	float: left;
	width: 48px;
	margin-top: 4px;
	margin-bottom: 4px
}
.navbar-toggle {
	margin-top: 10px;
}
.navbar-toggle .icon-bar {
	background-color: #000;
}
.navbar-collapse {
	border-top: 1px solid #e5e5e5;
}
.index_sec1_left {
	width: 100%;
	display: none;
}
.index_sec1_right {
	width: 90%;
	float: left;
	margin-left: 5%;
}
.index_sec1_right h6 {
	width: 100%;
}
.index_sec3 {
	padding: 80px 0 230px;
}
.zz_1 {
	height: 50px;
}
/*.index_sec3_text {
    width: 64%;
    padding: 20px;
    bottom: -220px;
}*/
.footer_con {
	display: none;
}
.footer {
	padding-top: 0;
}
.banner_box1 .cp_box h3 span {
	margin: 0 8px;
}
.banner_box1 .cp_box h3 {
	font-size: 14px;
}
.banner_box1 {
	width: 600px;
	margin-left: 0;
	left: 8%;
}
.about_sec1_nr {
	margin-top: 30px;
}
.index_sec4_text {
	padding: 15px;
}
.index_sec1_right h6 {
	font-size: 13px;
	line-height: 20px;
}
.index_sec2 {
	padding: 50px 0;
}
.index_sec5_con h6 {
	font-size: 13px;
	line-height: 20px;
}
/* index.html */
.banner_box1 {
	display: none;
}
.index_sec5_con {
	position: absolute;
	left: 0;
	margin-left: 0;
	width: 100%;
}
.index_sec3_con {
	display: none;
}
// .index_sec3_cons {
// display: block;
//
}
.index_sec3_text {
	width: 100%;
	padding: 15px;
	bottom: 0;
	position: relative;
	right: 0;
	margin-right: 0;
}
.index_sec3_text {
	opacity: 1;
}
.index_sec3_text h3 {
	font-size: 14px;
}
.index_sec3_text h5 {
	font-size: 13px;
}
.index_sec3 {
	padding: 50px 0;
}
.index_sec4_con {
	margin: 100px auto 50px;
}
.index_sec3_text h6 {
	font-size: 13px;
}
}
 @media(max-width:600px) {
.index_sec4_list {
	width: 100%;
	display: block;
	padding: 15px;
	margin: 0 0 15px;
	background: #F5F5F5;
}
}
 @media(max-width: 375px) {
.footer_box {
	width: 100%;
	padding: 0 15px;
}
.footer_con {
	display: none;
}
.footer {
	padding-top: 20px;
}
.banner_box1 {
	display: none;
}
.banner_wz {
	position: absolute;
	left: 0;
	margin-left: 0px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.banner_wz h2 {
	font-size: 30px;
	line-height: 38px;
}
.index_sec1_right h5 {
	font-size: 20px;
}
.index_sec1_right h3 {
	font-size: 16px;
}
.index_sec1_right img {
	margin-top: 30px;
	margin-bottom: 30px;
}
.index_sec3_con {
	display: none;
}
 // .index_sec3_cons {
 // display: block;
 //
}
.index_sec3_text {
	width: 100%;
	padding: 15px;
	bottom: 0;
	position: relative;
	right: 0;
	margin-right: 0;
}
.index_sec3_text {
	opacity: 1;
}
.index_sec3 {
	padding: 80px 0;
}
.index_sec4_list {
	width: 100%;
	display: block;
	padding: 15px;
	margin: 0 0 15px;
	background: #F5F5F5;
}
.swiper-pagination.pagination3 {
	bottom: 0;
	z-index: 99;
}
.pagination3 .swiper-active-switch {
	background: #4A9AEA;
}
.index_sec5_con {
	left: 0;
	margin-left: 0;
	width: 100%;
	padding: 15px;
}
.index_sec5_con h3 {
	font-size: 20px;
}
.index_sec4_con {
	width: 100%;
	margin-bottom: 50px;
}
.index_sec4_text {
	padding: 0;
}
.index_sec4_text h4 {
	margin-top: 8px;
}
.index_sec3_text h3 {
	font-size: 24px;
}
.index_sec2 h2 {
	font-size: 26px;
}
.index_sec2 h3 {
	font-size: 20px;
}
.titles h4 {
	font-size: 18px;
}
.titles h3 {
	font-size: 16px;
	line-height: 20px;
}
.index_sec5_con h3 {
	font-size: 18px;
}
.index_sec5 {
	height: 250px;
}
.index_sec3_text h3 {
	font-size: 14px;
}
.index_sec3_text h5 {
	font-size: 13px;
}
.index_sec3 {
	padding: 50px 0;
}
.index_sec4_con {
	margin: 100px auto 50px;
}
.index_sec3_text h6 {
	font-size: 13px;
}
}
@media(max-width: 320px) {
.banner_wz {
	top: 17%;
}
}
