@charset "utf-8";
/* CSS Document */

body {
	font-family: "Microsoft YaHei", 微软雅黑, STHeiti !important;
	letter-spacing: 1px;
}
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	src: local('Rubik'), local('Rubik-Regular'), url(../fonts/VKKpdi1QvieDs1ewFsxdAg.woff2) format('woff2');
 unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
	font-family: 'bignoodletitlingregular';
	src: url('../fonts/big_noodle_titling.eot');
	src: local('☺'), url('../fonts/big_noodle_titling.woff') format('woff'), url('../fonts/big_noodle_titling.ttf') format('truetype'), url('../fonts/big_noodle_titling.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*****header*******/
.header {
	position: fixed;
	width: 100%;
	top: -90px;
	z-index: 9999;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header.active {
	top: 0;
	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);
}
.headBox {
	width: 80%;
	margin: 0 auto;
}
.header_nav {
	width: 80%;
	margin: 0 auto;
}
.logo {
	width: 180px;
	float: left;
	margin-top: 23px;
	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 {
	float: right;
}
.navbar-nav {
	margin: 0 auto 50px;
}
.navbar-toggle {
	margin-right: 0;
	padding-right: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.menu>ul>li {
	float: left;
	vertical-align: middle;
	font-size: 16px;
	margin-right: 30px;
	position: relative;
}
.menu>ul>li>a {
	color: #333;
	letter-spacing: 2px;
}
.menu ul li:hover a {
	color: #00abed;
}
.header.active .menu>ul>li>a {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin: 40px 0 15px;
}
.header.active .logo {
	margin-top: 15px;
}
.header1 {
	height: 90px;
	position: fixed;
	top: -90px;
	left: 0;
	z-index: 100;
	width: 100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header1.active {
	top: 0;
}
.header1_toggle {
	display: block;
	position: absolute;
	top: 23px;
	z-index: 99999;
	right: 20px;
	padding: 16px 14px;
	cursor: pointer;
	height: 44px;
	width: 44px;
	-webkit-transition: right 400ms ease-in-out, top 400ms ease-in-out;
	-moz-transition: right 400ms ease-in-out, top 400ms ease-in-out;
	-ms-transition: right 400ms ease-in-out, top 400ms ease-in-out;
	transition: right 400ms ease-in-out, top 400ms ease-in-out;
}
.header1_toggle>div {
	height: 12px;
	width: 16px;
}
.header1_toggle>div>div {
	width: 100%;
	height: 2px;
	margin: 0 0 3px 0;
	background-color: #fff;
	transition-duration: .3s;
	transition-delay: 0s, 0s, 0s, 0s;
}
.header1_toggle>div>div:last-child {
	width: 70%;
	float: left;
	margin: 0;
}
.header1_toggle:hover >div>div:last-child {
	width: 100%;
}
.logo1 {
	width: 200px;
	top: 23px;
	position: absolute;
	left: 20px;
}
.header1_toggle.is-open {
	background: none;
	padding: 11px;
}
.header1_toggle.is-open>div {
	position: relative;
	height: 22px;
	width: 22px;
	margin-top: 5px;
}
.header1_toggle.is-open>div>div {
	background-color: #00abed;
}
.header1_toggle.is-open>div>div:first-child {
	-webkit-transform: translateY(5px) rotate(45deg);
	-ms-transform: translateY(5px) rotate(45deg);
	transform: translateY(5px) rotate(45deg);
}
.header1_toggle.is-open>div>div:first-child~div {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.header1_toggle.is-open>div>div:last-child {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	-khtml-opacity: 1!important;
	opacity: 1!important;
	width: 100%;
	-webkit-transform: translateY(-5px) rotate(-45deg);
	-ms-transform: translateY(-5px) rotate(-45deg);
	transform: translateY(-5px) rotate(-45deg);
}
.header1_box {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	z-index: 99;
	transition: all 0.1s 0.8s;
	-moz-transition: all 0.1s 0.8s;
	-ms-transition: all 0.1s 0.8s;
	-o-transition: all 0.1s 0.8s;
	-webkit-transition: all 0.1s 0.8s;
}
.header1_box.is-open {
	left: 0;
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	-webkit-transition: all 0.1s;
}
.header1_zhe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #193584;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out 900ms;
	-moz-transition: all 300ms ease-in-out 900ms;
	-ms-transition: all 300ms ease-in-out 900ms;
	transition: all 300ms ease-in-out 900ms;
	pointer-events: none;
}
.header1_box.is-open .header1_zhe {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.8;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	-ms-transition-delay: 0ms;
	transition-delay: 0ms;
}
.header1_con {
	overflow: hidden;
	position: relative;
	width: 50%;
	padding: 0 7% 40px 7%;
	height: 100%;
	float: right;
	background: #fff;
	overflow-y: auto;
	-webkit-transition: all 300ms ease-in-out 800ms;
	-moz-transition: all 300ms ease-in-out 800ms;
	-ms-transition: all 300ms ease-in-out 800ms;
	transition: all 300ms ease-in-out 800ms;
}
.header1_top {
	padding: 13% 0 0 0;
}
.header1_top ul li {
	font-size: 20px;
	text-transform: uppercase;
	padding: 15px 0;
	font-family: 'DINOT-CondBold';
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
	-webkit-transition: all 600ms cubic-bezier(0.42, 0, 0, 1.01);
	-moz-transition: all 600ms cubic-bezier(0.42, 0, 0, 1.01);
	-ms-transition: all 600ms cubic-bezier(0.42, 0, 0, 1.01);
	transition: all 600ms cubic-bezier(0.42, 0, 0, 1.01);
}
.header1_top ul li.header1_top_li1 {
	-webkit-transition-delay: 330ms;
	-moz-transition-delay: 330ms;
	-ms-transition-delay: 330ms;
	transition-delay: 330ms;
}
.header1_top ul li.header1_top_li6 {
	-webkit-transition-delay: 180ms;
	-moz-transition-delay: 180ms;
	-ms-transition-delay: 180ms;
	transition-delay: 180ms;
}
.header1_top ul li.header1_top_li5 {
	-webkit-transition-delay: 210ms;
	-moz-transition-delay: 210ms;
	-ms-transition-delay: 210ms;
	transition-delay: 210ms;
}
.header1_top ul li.header1_top_li4 {
	-webkit-transition-delay: 240ms;
	-moz-transition-delay: 240ms;
	-ms-transition-delay: 240ms;
	transition-delay: 240ms;
}
.header1_top ul li.header1_top_li3 {
	-webkit-transition-delay: 270ms;
	-moz-transition-delay: 270ms;
	-ms-transition-delay: 270ms;
	transition-delay: 270ms;
}
.header1_top ul li.header1_top_li2 {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	transition-delay: 300ms;
}
.header1_top ul li.header1_top_li1 {
	-webkit-transition-delay: 330ms;
	-moz-transition-delay: 330ms;
	-ms-transition-delay: 330ms;
	transition-delay: 330ms;
}
.header1_top ul li a {
	color: #666;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	font-family: "微软雅黑";
	letter-spacing: 2px;
}
.header1_top ul li a:hover {
	color: #00abed;
}
.header1_box.is-open .header1_top ul li {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.header1_box.is-open .header1_top ul li.header1_top_li1 {
	-webkit-transition-delay: 180ms;
	-moz-transition-delay: 180ms;
	-ms-transition-delay: 180ms;
	transition-delay: 180ms;
}
.header1_box.is-open .header1_top ul li.header1_top_li2 {
	-webkit-transition-delay: 210ms;
	-moz-transition-delay: 210ms;
	-ms-transition-delay: 210ms;
	transition-delay: 210ms;
}
.header1_box.is-open .header1_top ul li.header1_top_li3 {
	-webkit-transition-delay: 240ms;
	-moz-transition-delay: 240ms;
	-ms-transition-delay: 240ms;
	transition-delay: 240ms;
}
.header1_box.is-open .header1_top ul li.header1_top_li4 {
	-webkit-transition-delay: 270ms;
	-moz-transition-delay: 270ms;
	-ms-transition-delay: 270ms;
	transition-delay: 270ms;
}
.header1_box.is-open .header1_top ul li.header1_top_li5 {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	transition-delay: 300ms;
}
.header1_box.is-open .header1_top ul li.header1_top_li6 {
	-webkit-transition-delay: 330ms;
	-moz-transition-delay: 330ms;
	-ms-transition-delay: 330ms;
	transition-delay: 330ms;
}
.header1_top a::before {
	content: '';
	width: 0;
	height: 2px;
	left: -46px;
	background: #00abed;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: width 200ms ease-in-out;
	-moz-transition: width 200ms ease-in-out;
	-ms-transition: width 200ms ease-in-out;
	transition: width 200ms ease-in-out;
}
.header1_top ul li a:hover::before, .header1_top ul li a.active::before {
	width: 26px;
}
.header1_bottom {
	overflow: hidden;
}
.header1_bottom>div {
	float: left;
	width: 50%;
}
.header1_bottom>div p {
	color: #00abed;
	font-size: 14px;
	letter-spacing: 2px;
	font-family: 'bignoodletitlingregular';
	text-transform: uppercase;
	margin-bottom: 20px;
}
.header1_bottom>div ul li {
	display: inline-block;
	margin-left: 15px;
}
.header1_bottom>div ul li:first-child {
	margin-left: 0;
}
.header1_bottom>div ul li a {
	color: #666;
	text-transform: uppercase;
	font-family: 'bignoodletitlingregular';
	font-size: 16px;
	-webkit-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-ms-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;
	text-decoration: none;
}
.header1_bottom {
	position: absolute;
	bottom: 113px;
	width: 100%;
}
.languages ul li a {
	letter-spacing: 3px;
}
.languages ul li:hover a {
	color: #00abed;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.social ul li:hover i {
	color: #00abed;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/*****header*******/	
.yindao_video{
	width: 100%;
	height: 100vh;
}	

/*****banner*******/	
.banner_img {
	width: 100%;
	height: 100%;
}
.banner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.arrow-right_01 i, .arrow-left_01 i {
	font-size: 50px;
}
.banner_txt {
	position: absolute;
	top: 45%;
	left: 15%;
	z-index: 2;
}
.banner_txt1 {
	display: block;
	display: none;
}
.banner_txt1.active {
	display: block;
}
.banner_txt1 h3 {
	color: #fff;
	font-size: 100px;
	font-family: 'bignoodletitlingregular';
	line-height: 94px;
}
.banner_xian {
	width: 25px;
	height: 1px;
	background: #00abed;
	margin-top: 10px;
}
.public_btn {
	font-size: 18px;
	margin-top: 30px;
	font-family: 'bignoodletitlingregular';
	color: #00abed;
	letter-spacing: 1px;
}
.public_btn span {
	margin-right: 20px;
}
.ps {
	color: #eee;
}
.scroll_down {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 15%;
	bottom: 17%;
	text-align: center;
	z-index: 9;
	display: inline-block;
	cursor: pointer;
}
.scroll_down a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	border: 1px solid #fff;
	display: block;
	width: 100%;
	height: 100%;
}
.scroll_down img {
	display: inline-block;
	width: 8px;
	margin-top: 6px;
	-webkit-animation-name: pounding;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-name: pounding;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
@-webkit-keyframes pounding {
0% {
-webkit-transform:translate(0, 0)
}
50% {
-webkit-transform:translate(0, 8px)
}
100% {
-webkit-transform:translate(0, 0)
}
}
 @keyframes pounding {
0% {
transform:translate(0, 0)
}
50% {
transform:translate(0, 8px)
}
100% {
transform:translate(0, 0)
}
}
/*****banner*******/
	
.warpper {
	position: relative;
	background: #fff;
}
/*****sec1*******/	
.index_sec {
	padding-top: 80px;
}
.index_sec1 {
	position: relative;
	padding-bottom: 80px;
	background: #193584 url(../images/inSec1bj.png) no-repeat bottom center;
}
.inSec1 {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}
.inSec1left {
	border-right: 1px solid #2144a7;
	padding-right: 30px;
	
}
.inSec1l_img {
	overflow: hidden;
	font-size: 60px;
	font-family: 'bignoodletitlingregular';
	color: #fff;
}
.inSec1l_img span {
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
	width: 20%;
	display: inline-block;
	margin-top: -4px;
	letter-spacing: 2px;
}
.inSec1left h5 {
	font-size: 20px;
	color: #fff;
	line-height: 24px;
	margin: 20px auto;
	font-weight: bold;
	border-left: 5px solid #00abed;
	padding-left: 10px;
}
.inSec1left h6 {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin: 0 auto 20px;
}
.inSec1left a {
	font-size: 14px;
	color: #00abed;
	line-height: 24px;
	margin-top: 50px;
	display: block;
}
.inSec1mid {
	border-right: 1px solid #2144a7;
	padding-right: 30px;

}
.inSec1mid h4 {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	color: #00abed;
}
.inSec1mid h2 {
	font-size: 42px;
	color: #fff;
	line-height: 60px;
	margin: 20px auto;
	letter-spacing: 5px;
	font-family: 'bignoodletitlingregular';
}
.inSec1mid h2 span {
	font-size: 20px;
}
.inSec1mid h6 {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin: 0 auto 30px;
	display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:8;
  overflow:hidden; 
text-overflow:ellipsis;
}
.inSec1mid a {
	color: #fff;
	line-height: 24px;
	font-size: 14px;
	letter-spacing: 3px;
	font-family: 'bignoodletitlingregular';
}
.inSec1right h4 {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	color: #00abed;
}
.inSec1right a {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	color: #fff;
	font-family: 'bignoodletitlingregular';
	letter-spacing: 3px;
}
.inSec1right h2 {
	font-size: 42px;
	color: #fff;
	line-height: 60px;
	margin: 20px auto;
	letter-spacing: 5px;
	font-family: 'bignoodletitlingregular';
}
.inSec1right h2 span {
	font-size: 18px;
	font-weight: bold;
	font-family: "Microsoft YaHei", 微软雅黑, STHeiti !important;
}
.inSec1right h6 {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin: 0 auto 30px;
	display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:8;
  overflow:hidden; 
text-overflow:ellipsis;
}
.inSec1right a {
	color: #fff;
	line-height: 24px;
	font-size: 14px;
}

.inSec1mid,.inSec1left,.inSec1right{
	position: relative;
	top: 300px;
	filter:alpha(opacity=0);
 	-moz-opacity:0; 
	-khtml-opacity:0; 
	opacity:0; 
}



/*****sec1*******/	
	
	
/*****sec2*******/	
.inSec2 {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}
.inSec2 .col-lg-6, .index_sec2 .col-md-6, .index_sec2 .col-sm-6 {
	padding: 0;
}
.inSec2_Item {
	position: relative;
	overflow: hidden;
	margin: 7px;
}
.inSec2_Item a {
	display: block;
	width: 100%;
	height: 100%;
}
.inSec2_img {
	position: relative;
	overflow: hidden;
}
.inSec2_img img {
	display: block;
	width: 100%;
	transition:all 0.7s;
	-moz-transition:all 0.7s;
	-ms-transition:all 0.7s;
	-o-transition:all 0.7s;
	-webkit-transition:all 0.7s;
}
.inSec2_Item:hover .inSec2_img img{
	transform:scale(1.1);   
	-webkit-transform:scale(1.1);   
	-moz-transform:scale(1.1);    
	-o-transform:scale(1.1);   
	-ms-transform:scale(1.1);

}
.inSec2_img h3 {
	position: absolute;
	left: 0;
	top: 20px;
	display: inline-block;
	background: #fff;
	padding: 20px;
	margin: 0;
	width: 200px;
	font-size: 14px;
	line-height: 24px;
}
.inSec2_img h3 span {
	display: block;
	font-size: 20px;
	fotn-weight: bold;
}
.inSec2_txt {
	position: absolute;
	left: 0;
	bottom: 20px;
}
.inSec2_txt h4 {
	margin: 0 0 10px;
}
.inSec2_txt h4 span {
	display: inline-block;
	padding: 3px 20px;
	background: #00abed;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	letter-spacing:2px;
	font-family: 'bignoodletitlingregular';
	transition:all 0.6s 0.1s;
	-moz-transition:all 0.6s 0.1s;
	-ms-transition:all 0.6s 0.1s;
	-o-transition:all 0.6s 0.1s;
	-webkit-transition:all 0.6s 0.1s;
}
.inSec2_Item:hover .inSec2_txt h4 span{
	margin-left: -100%;
}


.inSec2_txt h3 {
	margin: 0 0 10px;
}
.inSec2_txt h3 span {
	display: inline-block;
	padding: 3px 20px;
	background: #193584;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	font-weight:bold;
	transition:all 0.7s ;
	-moz-transition:all 0.7s ;
	-ms-transition:all 0.7s ;
	-o-transition:all 0.7s ;
	-webkit-transition:all 0.7s ;
}
.inSec2_txt h6 {
	margin: 0;
	
}
.inSec2_txt h6 span {
	display: inline-block;
	padding: 3px 20px;
	background: #00abed;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
	letter-spacing:2px;
	font-family: '微软雅黑';
	transition:all 0.6s 0.1s;
	-moz-transition:all 0.6s 0.1s;
	-ms-transition:all 0.6s 0.1s;
	-o-transition:all 0.6s 0.1s;
	-webkit-transition:all 0.6s 0.1s;
}


.inSec2_txt h2{
	margin: 0;
	
}
.inSec2_txt h2 span {
	display: inline-block;
	padding: 3px 20px;
	background: #193584;
	color: #fff;
	font-size: 16px;
	font-weight:bold;
	line-height: 30px;
	margin-bottom: 10px;
	letter-spacing:2px;
	transition:all 0.7s;
	-moz-transition:all 0.7s;
	-ms-transition:all 0.7s;
	-o-transition:all 0.7s;
	-webkit-transition:all 0.7s;
}
.inSec2_Item:hover .inSec2_txt h2 span,.inSec2_Item:hover .inSec2_txt h3 span,.inSec2_Item:hover .inSec2_txt h6 span {
	margin-left: -100%;
}
.inSec2_box1 {
	background: #eef0f2;
	overflow: hidden;
}
.inSec2_box1 a {
	padding: 40px;
}
.inSec2_box1 h5 {
	font-size: 18px;
	color: #333;
	line-height: 20px;
	margin: 0;
	font-weight: bold;
}
.inSec2_box1 h6 {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin: 10px auto;
	display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:6;
  overflow:hidden; 
text-overflow:ellipsis;
}
.inSec2_box2 {
	background: #193584;
	overflow: hidden;
}
.inSec2_box2 a {
	padding: 40px;
}
.inSec2_box2 h5 {
	font-size: 20px;
	color: #fff;
	margin: 0 auto 10px;
	font-weight: bold;
}
.inSec2_box2 h6 {
	font-size: 14px;
	line-height: 36px;
	border-bottom: 1px solid #2144a7;
	color: #fff;
	margin: 0;
}
.inSec2box {
	overflow: hidden;
}

.inSec2left{
	position: relative;
	filter:alpha(opacity=0);
 	-moz-opacity:0; 
	-khtml-opacity:0; 
	opacity:0; 
	left: -300px;
}
.inSec2right{
	left: inherit;
	right: -300px;
}

/*****sec2*******/	



/*****sec3*******/	
.index_sec3 {
	padding-bottom: 80px;
}
.inSec3 {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}
.inSec3title {
	margin-bottom: 50px;
	transition:all 0.7s;
	-moz-transition:all 0.7s;
	-ms-transition:all 0.7s;
	-o-transition:all 0.7s;
	-webkit-transition:all 0.7s;
	filter:alpha(opacity=0);
 	-moz-opacity:0; 
	-khtml-opacity:0; 
	opacity:0; 
	transform:scale(0.5);   
	-webkit-transform:scale(0.5);   
	-moz-transform:scale(0.5);    
	-o-transform:scale(0.5);   
	-ms-transform:scale(0.5);
}
.inSec3title{
	padding:0 15px;
}
.inSec3title.active{
	transform:scale(1);   
	-webkit-transform:scale(1);   
	-moz-transform:scale(1);    
	-o-transform:scale(1);   
	-ms-transform:scale(1);
	filter:alpha(opacity=100);
 	-moz-opacity:1; 
	-khtml-opacity:1; 
	opacity:1; 
}
.inSec3title h3 {
	font-size: 60px;
    color: #333;
    line-height: 50px;
    margin: 0;
    width: 30%;
    float: left;
    font-family: 'bignoodletitlingregular';
}
.inSec3title h6 {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	padding-left: 20px;
	margin: 0;
	float: left;
	width: 70%;
	letter-spacing: 1px;
}
.inSec3title h6 span {
	border-left: 5px solid #00abed;
	margin-right: 30px;
	height: 38px;
	float: left;
	margin-top: 5px;
}
.inSec3title h6 b {
	color: #333;
}
.inSec3lTop h6 {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin: 12px 0;
	cursor: pointer;
	font-family: 'bignoodletitlingregular';
}
.inSec3lTop h6:hover, .activeH6 {
	color: #00abed !important;
}
.inSec3lBot {
	margin-top: 120px;
}
.inSec3lBot span {
	width: 30px;
	height: 2px;
	background: #999;
	display: block;
	margin-bottom: 20px;
}
.inSec3lBot a {
	font-size: 18px;
	color: #333;
	line-height: 24px;
	font-family: 'bignoodletitlingregular';
}
.inSec3lBot a img {
	width: 20px;
	position: relative;
	left: 5px;
	top: -2px;
}
.inSec3r_item {
	margin: 0 15px;
}
.inSec3r_item a {
	display: block;
	width: 100%;
}
.inSec3r_img {
	position: relative;
	overflow: hidden;
}
.inSec3r_img img {
	display: block;
	width: 100%;
}
.inSec3r_img h3 {
	font-size: 14px;
	color: #00abed;
	position: absolute;
	left: 0;
	top: 20px;
	display: inline-block;
	background: #fff;
	line-height: 28px;
	padding: 3px 20px;
	font-weight: bold;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.inSec3r_item:hover .inSec3r_img h3{
	left: -110px;
}
.inSec3r_txt h4 {
	font-size: 16px;
	line-height: 24px;
	color: #999;
	margin: 20px 0 5px;
	letter-spacing: 2px;
	font-family: 'bignoodletitlingregular';
}
.inSec3r_txt h3 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 24px;
	margin: 0 auto;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.inSec3r_item:hover .inSec3r_txt h3{
	color: #00abed;
}


.inSec3left,.inSec3right{
	position: relative;
	filter:alpha(opacity=0);
 	-moz-opacity:0; 
	-khtml-opacity:0; 
	opacity:0;	 
}

.inSec3left{
	left: -300px;
}

.inSec3right{
	right: -300px;
}



/*****sec3*******/	



/*****sec4*******/	
.index_sec4 {
	padding: 100px 0;
 	position: relative;
 	filter:alpha(opacity=0);
 	-moz-opacity:0; 
	-khtml-opacity:0; 
	opacity:0; 
	transition:all 0.8s;
	-moz-transition:all 0.8s;
	-ms-transition:all 0.8s;
	-o-transition:all 0.8s;
	-webkit-transition:all 0.8s;
	transform:scale(0.5);   
	-webkit-transform:scale(0.5);   
	-moz-transform:scale(0.5);    
	-o-transform:scale(0.5);   
	-ms-transform:scale(0.5);
}
.index_sec4.active{
	transform:scale(1);   
	-webkit-transform:scale(1);   
	-moz-transform:scale(1);    
	-o-transform:scale(1);   
	-ms-transform:scale(1);
	filter:alpha(opacity=100);
 	-moz-opacity:1; 
	-khtml-opacity:1; 
	opacity:1; 
}
.inSec4 {
	width: 80%;
	margin: 0 auto;
	
}
.inSec4Box {
	background: #fff;
	padding: 40px !important;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.inSec4Box h2 {
	margin-top:0;
	font-family: 'bignoodletitlingregular';
	font-size: 14px;
	color: #00abed;
	margin-bottom: 20px;
}
.inSec4Box h3 {
	font-size: 20px;
	color: #333;
	margin: 0 0 5px 0;
	font-weight: 600;
}
.inSec4Box h4 {
	font-family: 'bignoodletitlingregular';
	font-size: 30px;
	color: #193584;
	margin: 0 0 15px 0;
}
.inSec4Box p {
	font-size: 14px;
	line-height: 24px;
	position: relative;
	margin-top: 30px;
}
.inSec4Box p span {
	position: absolute;
	font-size: 24px;
}
.inSec4Box .btn1 {
	width: 160px;
	line-height: 40px;
	text-align: center;
	background: #193584;
	color: #fff;
	display: block;
	font-size: 14px;
    letter-spacing: 3px;
	margin-top: 30px;
	font-family: 'bignoodletitlingregular';
}


.index_sec4_box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.index_sec4_swiper{
	width: 100%;
	height: 100%;
}

.index_sec4_img{
	width: 100%;
	height: 100%;
}




/*****sec4*******/		


/*****sec5*******/	
.index_sec5 {
	padding-bottom: 80px;
}
.inSec5 {
	width: 80%;
	margin: 0 auto;
}
.inSec5Con {
}
.inSec5Item {
	border: 1px solid #eee;
	text-align: center;
	transition: box-shadow 0.5s;
	-moz-transition: box-shadow 0.5s;
	-ms-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	-webkit-transition: box-shadow 0.5s;
	position: relative;
	top:300px;
	filter:alpha(opacity=0);
 	-moz-opacity:0; 
	-khtml-opacity:0; 
	opacity:0;
}
.inSec5Item img {
	display: inline-block;
	width: 80%;
}
.inSec5Item:hover {
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
/*****sec5*******/		
	
/***footer***/
.footer {

	padding: 0;
	background: #f5f5f5;
	position:relative;
}
.indexSec {
	width: 80%;
	margin: 0 auto;
}
.footTop {
	padding: 30px 0;
	border-bottom: 1px solid #e4e4e4;
}
.footTxt {
	margin-right: 30%;
}
.footTxt h6 {

	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin: 0;
	font-family: 'bignoodletitlingregular';
	letter-spacing:2px;
}
.footTxt h3 {
	font-size: 24px;
	color: #333;
	line-height: 30px;
	margin: 20px auto;
	font-family: 'bignoodletitlingregular';
}
.footSearch h6 {
	font-size: 24px;
	color: #333;
	line-height: 24px;
	margin: 30px auto 10px;
	font-family: 'bignoodletitlingregular';
	letter-spacing:2px;
}
.footSear {
	width: 80%;
	/* border: 1px solid #d0cbcb; */
	overflow: hidden;
	background: #e8e8e8;
}
.footSear input {
	height: 40px;
	line-height: 40px;
	background:none;
	border: none;
	width: 80%;
	float: left;
	text-transform: uppercase;
	font-family: 'bignoodletitlingregular';
	letter-spacing:2px;
	padding: 0 10px;
}
.footSear a {
	width: 20px;
	float: right;
	margin-top: 13px;
	margin-right: 10px;
}
.footSear a img {
	width: 20px;
}
.footMid {
	padding: 30px 0;
}
.footIMg img {
	display: block;
	height: 50px;
}
.footh3 h3 {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin: 0 10% 0 0;
	text-transform: uppercase;
}
.footLink a {
	display: inline-block;
	float: left;
	width: 40%;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin: 0;
}
.footShear a {
	font-size: 14px;
	color: #004ea2;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background: #ffffff;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
}
.footLink a:hover{ color:#00abed;}
.footShear a.fa-weibo {
	font-size: 20px;
}
.footer_copy {
	font-size: 12px;
	line-height: 40px;
	color: #666;
	text-align: left;
	margin: 0 25px 0 0;
	font-family: 'bignoodletitlingregular';
	letter-spacing:2px;
}
.footer_copy span {
	font-family: "Microsoft YaHei", 微软雅黑, STHeiti !important;
}
.unohacha_logo {
	float: right;
}
.footercopy .col-lg-6 {
	padding: 0px;
}
.footercopy {
	border-top: #e4e4e4 1px solid;
	margin-top: 0px;
	overflow: hidden;
}

/***footer***/


	
	



	
/***  ***/ 
@media(max-width:1680px) {
}

@media(max-width:1600px) {
.inSec2_txt h2{
}
.inSec2_txt h2 span{
	max-width: 202px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;

}
.inSec2_box2 a{
	padding-top: 20px;
}



	
}




 @media(max-width:1440px) {
}
 @media(max-width:1300px) {
}
 @media(max-width:768px) {
.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: 90px;
	margin-top: 7px;
}
.navbar-toggle {
	margin-top: 10px;
}
.navbar-toggle .icon-bar {
	background-color: #000;
}
.navbar-collapse {
	border-top: 1px solid #e5e5e5;
}
}








/*尝试*/








