body {
	font-family: "Microsoft YaHei", 微软雅黑, STHeiti, STHeiti;
}


/*****header*******/
.header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10;
    background: #fff;
    border-bottom: solid 1px #eee;
}

.header_nav {
	width: 80%;
	margin: 0 auto;
}

.logo {
	width: 150px;
	float: left;
	margin-top: 28px;
	margin-left: 15px;
}

.head_container {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

.head_container:after {
	content: "";
	display: table;
	clear: both;
}

.pagination_indbanner span.swiper-pagination-switch {
	background: transparent;
	width: 16px;
	height: 18px;
	background-image: url(../images/pagination.png);
	background-size: 36px 18px;
	background-repeat: no-repeat;
}

.pagination_indbanner span.swiper-active-switch {
	background-position: -20px 0;
}

.swiper-pagination.pagination_indbanner {
	bottom: auto;
	top: 22%;
}

.header.white,
.header.hover {
	background: #fff;
	box-shadow: 0 0 8px #ccc;
}

.header.white .menu ul li a.out,
.header.hover .menu ul li a.out {
	color: #333;
}

.header_r {
	float: right;
}

.header_r_lang {
	display: inline-block;
	float: left;
	border-left: solid 1px #eee;
}

.header_r_lang a,
.header_r_memu a {
	display: block;
	line-height: 90px;
	padding: 0 35px;
	font-size: 14px;
    width: 95px;
}

.header_r_memu a {
	background: #005BAC;
	color: #fff;
    height: 90px;
    padding: 30px 35px;
}

.tables {
	display: table;
	height: 100%;
	width: 100%;
}

.table_cell {
	display: table-cell;
	vertical-align: middle;
}

.indbanner_txt {
	color: #fff;
}

.indbanner_txt .container {}

.indbanner_txt h4 {
	font-size: 36px;
	margin: 0 0 30px;
	line-height: 1.42;
	text-shadow: 1px 1px 5px #333;
	letter-spacing: 1px;
}

.indbanner_txt h5 {
	font-size: 20px;
	line-height: 1.42;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 3px #333;
}

.indbanner_txt h4,
.indbanner_txt h5 {
	margin-left: 0px;
}

.indbanner_txt span {
	display: inline-block;
	width: 30px;
	height: 5px;
	margin: 50px 0 -100px;
	background: #fff;
	display: none;
}

.header_r_memu .header_r_lis a {
	line-height: 50px;
	border-top: solid 1px #ddd;
}

.header_r_hide {
	display: none;
	position: absolute;
	top: 90px;
	right: 0;
}

.header_r_lis a:hover {
	background: #f05e00
}

.menu>ul>li {
	float: left;
	height: 90px;
}

.new_rexian{
background: #009DD0 url(../images/fixCont.png) no-repeat 22px -57px;
height:51px;
}

.menu>ul>li>a {
    padding: 35px 15px 24px;
    font-size: 16px;
	color: #666;
	position:relative;
}
.menu>ul>li>a:before {
    content: "";
    width: 0;
    position: absolute;
    top: 89px;
    right: 50%;
    height: 2px;
    background: #005BAC;
	transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
}
.menu>ul>li>a:after {
    content: "";
    width: 0;
    position: absolute;
    top: 89px;
    left: 50%;
    height: 2px;
    background: #005BAC;
	transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
}
.menu>ul>li>a:hover:after,.menu>ul>li>a.active:after{
    width: 50%;
	transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
}
.menu>ul>li>a:hover:before,.menu>ul>li>a.active:before{
    width: 50%;
	transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
}

.menu {
	margin-left: 40px;
	float: left;
}
.menu_down {
    position: absolute;
    top: 90px;
    left: 0;
    width:100%;
    text-align: center;
    background: #fff;
    display:none;
}
.menu_down a {
    font-size: 14px;
    line-height: 36px;
    color: #888;
    border-bottom: solid 1px rgba(1,91,172,0.2);
}
.menu_down a:hover{
	color:#fff;
	background: #005BAC;
}
.search_box {
    position: fixed;
    top: 91px;
    left: 0;
    width: 100%;
    padding: 22px 0;
    background: #fff;
    z-index: 9;
	display:none;
    border-bottom: solid 1px #eee;
}

.search_box input {
    width: 100%;
    line-height: 40px;
    border: 0;
    border-bottom: solid 1px #ddd;
    font-size: 16px;
    padding: 0 40px 0 10px;
   
}
.search_box a{
	position:relative;
	display: block;
	width:25px;
	height:25px;
	position: absolute;
	top:37px;
	left:1498px;
    background: url(../images/search_input.png) no-repeat center center; 
} 
.down_menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 91px;
    background: #fff;
    box-shadow: 0px 5px 10px #ddd;
	display:none;
}
.down_top li {
    float: left;
	margin-right:20px;
}
.down_cot {
    padding: 30px 0 50px;
    text-align: left;
    margin: 0 15%;
}
.down_top li a {
    padding: 8px 20px;
    font-size: 16px;
	padding-left:0;
    color: #005BAC;
}
.down_bottom {
    margin-top: 30px;
}
.down_left h3,.down_right h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    margin: 0;
    color: #333;
}
.down_left h5 {
    line-height: 26px;
    color: #888;
}
.down_more a {
    color: #005BAC;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-family:Arial, Helvetica, sans-serif;
    font-weight: 600;
}
.down_more {
    margin-top: 12px;
}
.down_img {
    margin: 10px 0;
	overflow:hidden;
}
.down_img img{
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}
.down_img:hover img{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}
.down_list {
    width: 22%;
    float: left;
}
.down_cont {
    width: 76%;
    float: left;
	padding-left:4%;
	border-left:solid 1px #ddd;
}
.down_list a {
    line-height: 27px;
    display: block;
    width: 80%;
    font-size: 14px;
    color: #666;
    padding: 11px 0 9px 5px;
    border-bottom: 1px solid #e1e1e1;
}
/*
.down_list a:hover{
	color:#005BAC;
	font-weight:600;
	border-bottom:solid 3px #005BAC;
}
*/
.down_cont_left h3,.down_cont_right h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    margin: 0;
    color: #333;
}
.down_cont_img img{
	height: 140px
}
.down_cont_wz {
}
.down_cont_intro {
	padding: 0px 40px
}
.down_cont_wz h4 {
    margin: 0;
	text-align: center;
	font-weight: bold;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.down_cont_wz h5 {
    line-height: 26px;
    font-size: 14px;
    color: #999;
    position: relative;
}
.down_cont_wz h5 span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.down_cont_wz h5 i {
    font-size: 16px;
    margin-left: 6px;
    color: #005BAC;
    position: absolute;
    bottom: 0;
    right: 0;
}
.down_cont_intro:hover .down_cont_wz h4{
	color:#005BAC;
}
.down_more a i {
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-left: 6px;
}
.header_right i {
    font-size: 16px;
    margin-right: 6px;
}
.header_right li {
    float: left;
    margin-left: 12px;
    cursor: pointer;
    line-height: 28px;
}
.header_right li img {
    position: relative;
    top: 6px;
}
.header_line {
    float: left;
    width: 1px;
    height: 20px;
    background: #bbb;
    position: relative;
    top: 4px;
    margin-left: 12px;
}
.header_right a {
    color: #666;
    font-size: 14px;
    line-height: 28px;
}
.header_lang i{
	margin-left:10px;
}
.header_lang{
	position:relative;
}
.lang_down {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
	background:#fff;
	z-index:1;
	display:none;
	font-size:12px;
    padding: 2px 0;
    box-shadow: 1px 2px 3px #ddd;
}
.header_lang h6 {
    margin: 0;
}
.lang_down li{
	margin:0;
	float:none;
    padding: 0 4px;
}
.lang_down li img {
    margin-right: 6px;
    position: relative;
    top: -1px;
    width: 18px;
}
.eng{
	font-family:Arial, Helvetica, sans-serif;
}
.lang_down li a{
	line-height:30px;
}
.header_right {
	position:absolute;
	top:5x;
	right:105px;
}
.lang {
    float: left;
    position: relative;
    margin-left: 8px;
}
.lang_wz {
	padding: 0px 6px;
	cursor:pointer;
}

.lang_box {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
	display:none;
    box-shadow: 0px 2px 2px #eee;
    background: rgba(255,255,255,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCffffff,endColorstr=#CCffffff);  
}
.lang_wz i {
    margin-left: 5px;
}
.lang_box li {
    float: none;
    margin-left: 0;
}
.lang_box li img {
    top: -2px;
    margin-right: 5px;
}

/*****header*******/




.banner {
    margin-top: 90px;
    width: 100%;
}
.ind_ban {
    width: 100%;
    height: 100%;
}
.pagination_btn:after {
    left: 3px;
    background-image: linear-gradient(#fff 10%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 2px 11px;
    background-repeat: repeat-y;
    width: 2px;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0px;
    right: 12px;
}
.pagination_btn {
    left: 150px;
    top: 50%;
	margin-top:-155px;
    height: 310px;
    width: 6px;
}
.pagination_btn .swiper-pagination-switch {
    display: block;
    margin: 60px 0;
    width: 8px;
    height: 8px;
    border-radius: 0;
	position:relative;
	background:#fff;
}
.pagination_btn .swiper-pagination-switch:before{
	content:"";
	position:absolute;
	bottom:0;
	left:3px;
	width:2px;
	height:0;
	background:#fff;
	transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
}
.pagination_btn .swiper-active-switch:before{
	height:40px;
	transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
}
.pagination_btn .swiper-pagination-switch:after{
	content:"";
	position:absolute;
	top:0;
	left:3px;
	width:2px;
	height:0;
	background:#fff;
	transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
}
.pagination_btn .swiper-active-switch:after{
	height:40px;
	transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
}
.pagination_btn .swiper-active-switch{
	background:transparent;
}



.ind1_cot{
    background: rgb(1,91,172);
    border: 1px solid #0e81f7;
    border-right: 0;
}
.ind1_cot li {
    float: left;
    padding: 10px 0;
    width:14.285%;
    border-right: 1px solid #0e81f7;
    position: relative;
	overflow:hidden;
}
.ind1_cot li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #000;
    border-radius: 150px;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	transform:scale(0.1);
	-webkit-transform:scale(0.1);
	-moz-transform:scale(0.1);
	-ms-transform:scale(0.1);
	-o-transform:scale(0.1);
	transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
}
.ind1_cot li:hover span{
	opacity:0.2;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity:0.2;
	transform:scale(1.5);
	-webkit-transform:scale(1.5);
	-moz-transform:scale(1.5);
	-ms-transform:scale(1.5);
	-o-transform:scale(1.5);
	transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
}
.ind1_img {
    width: 70%;
    margin: 0 auto;
}
.ind1_wz{
    text-align: center;
    color: #fff;
    width: 80%;
    margin: 0 auto;
}
.ind1_wz h5 {
    text-align: center;
    color: #fff;
    margin: 0;
    line-height: 26px;
}
.ind_box1 {
    position: relative;
    top: -60px;
    z-index: 2;
}


.ind_tit h3 {
    color: #333;
    font-size: 32px;
    margin: 0;
    margin-bottom: 25px;
}
.ind2_left_li h3 {
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin:0;
    line-height: 28px;
    color: #333;
}
.ind2_left_li:hover h3{
	color:#015BAC;
}
.ind2_left_li h6 {
    color: #999;
    font-size: 12px;
    margin: 0;
    line-height: 18px;
}
.ind2_left_li h5 {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ind2_left_li {
    margin-bottom: 11px;
}
.ind2_right_li {
    padding-left: 40%;
    position: relative;
    background: #f5f5f5;
    margin-bottom: 8px;
}
.ind2_img {
    position: absolute;
    top: 0;
    left: 0;
    width:40%;
}
.ind2_wz {
    padding: 30px 15px;
}
.ind2_wz h3 {
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    line-height: 28px;
    color: #333;
}
.ind2_wz h6 {
    font-size: 12px;
    font-weight: 600;
    color: #aaa;
    margin: 0;
    line-height: 18px;
}
.ind2_wz h4 {
    font-size: 14px;
    line-height: 26px;
    color: #999;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ind_more a {
    color: #015BAC;
    letter-spacing: 1px;
    font-size: 14px;
}
.ind_box2 {
    padding-top: 20px;
}
.ind2_video_img {
    width: 100%;
}
.ind2_right {
    padding-left: 15%;
}
.ind_more {
    margin-top: 25px;
}
.ind2_vide_wz h4 {
    font-size: 18px;
    margin: 0;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ind2_vide_wz {
    width: 40%;
    float: left;
    padding: 25px 20px;
}
.ind2_right .ind_more {
    margin-top: 4px;
}

.ind_box3 {
    padding: 80px 0 0;
}
.ind3_wz {
    text-align: center;
    margin: 0 auto;
}
.ind3_wz h3 {
    color: #fff;
}
.ind3_top {
    background: url(../images/20200214182657.jpg) no-repeat center center fixed;
    overflow:hidden; 
    background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader  (src='../images/ind3.jpg',  sizingMethod='scale');
    padding: 90px 0 150px;
}
.ind3_wz h5 {
    margin: 0;
    line-height: 26px;
    color: #ccc;
}
.ind3_bottom {
    position: relative;
    top: -80px;
    z-index: 1;
}
.ind3_txt h4 {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 0;
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}
.ind3_li:hover .ind3_txt h4{
	color:#005BAC;
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}
.ind3_txt {
	padding: 6px 0;
}
.ind3_img{
	overflow:hidden;
}

.ind3_img img{
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}
.ind3_li:hover img{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}



/***footer***/
.footer {
	padding-top: 40px;
	background-color: #181818;
	color: #777777;
}

.footerlogo {
	height: 32px;
	margin: 0 0 54px;
	background: #000;
	background: url(../images/cyc02.png);
	background-size: 5px 5px;
}

.footer .container {
	margin: 0 auto;
	padding: 0;
}

.footer .row {}

.footerlogo a {
	width: 144px;
	height: 39px;
	margin: 0 0 0 -15px;
	padding: 0 15px;
	background: #f3f4f4;
	display: block;
}

.footernavwarp {}

.footernavwarp .col-lg-3 {
	padding-left: 0px;
}

.footernavwarp ul li {
	margin: 0 0 8px;
	text-transform: capitalize;
}

.footernavwarp ul li a {
	color: #808080;
	font-size: 13px;
}

.footernavwarp ul li a:hover {
	color: #005DA0;
}

.footernav .first {
	font-size: 15px;
	display: block;
	margin: 0 0 15px;
	text-transform: uppercase;
	color: #005DA0;
}

.copy {
	font-size: 12px;
	line-height: 40px;
	color: #666;
	margin: 0 25px 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

.copy span {
	font-family: "Microsoft YaHei", "微软雅黑,STHeiti";
}

.unohacha_logo {
	float: right;
}

.footercopy {
	margin-top: 0px;
}

.foot_sec1 h5 {
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 26px;
	color: #999;
}

.foot_sec1 img {
	max-width: 80%;
	margin-bottom: 20px;
    width: 160px;
}

.foot_top {
	padding-bottom: 30px;
	border-bottom: solid 1px #323232;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.foot_sec2 h2 {
	margin: 0 0 10px;
	color: #ccc;
	font-size: 16px;
	line-height: 28px;
}

ul.footer_links {
	font-size: 13px;
	margin-left: 7%;
}

ul.footer_links li {
	list-style-image: url(../images/foot_ico.png);
	padding: 5px 0 5px 5px;
}

ul.footer_links li a {
	color: #999;
	font-size: 14px;
    display: inline-block;
}

ul.footer_links li a:hover {
	color: #ccc;
}

.foot_contact h6 {
	margin: 0;
	font-size: 14px;
    line-height: 30px;
	color: #999;
}

.foot_contact h6 a {
	color: #999;
}

.foot_share a {
	display: inline-block;
	float: left;
	width: 43px;
	height: 43px;
	font-size: 15px;
	text-align: center;
	margin-right: 10px;
	overflow: hidden;
}

.foot_share a span {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.foot_share a i.fa {
	line-height: 43px;
}

.foot_share a span.fs_1 {
	background: #005BAC;
	color: #FFF;
}

.foot_share a span.fs_2 {
    background: #0092cc;
	color: #fff;
}

.foot_share:after {
	content: "";
	display: table;
	clear: both;
}

.foot_share a:hover span {
	top: -43px;
}

.foot_back {
	padding: 15px 0;
	text-align: center;
}

.foot_back a {
	display: inline-block;
	padding: 10px 15px;
	border: solid 1px #666;
	border-radius: 5px;
	color: #747474;
	font-size: 28px;
}

.foot_share {
	margin-top: 18px;
}
.footer_ewm {
    width: 140px;
    margin-top: 10px;
    margin-left: 14px;
}
.foot_sec3{
	padding-left:20px;
}



.yb_conct {
	position: fixed;
	z-index: 99;
    top: 50%;
    margin-top: -112px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #00B3D8  url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #009DD0  url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #0088C9  url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	background: #0067BD  url(../images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
    width: 150px;
    margin: 10px 15px;
    padding: 0 20px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}
/***footer***/



/**mennu_tk**/
.menu_tk { 
    width: 100%;
    height: 100%; 
	margin-top:200px;
	 margin-bottom:180px;

}
.menu_tk:after{
	position:absolute;
	top:0;
	left:0;
	background:url(../images/ind_zz.png);
	content:"";
	width:100%;
	height:100%;
	z-index:-1;
}
.ind_table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.ind_cell {
    display: table-cell;
    vertical-align: middle;
}
.menu_li h3 {
    line-height: 40px;
    font-size: 28px;
	margin-top:0;
    margin-bottom: 10px;
	position:relative;
	display:inline-block;
    text-transform: capitalize;
}
.menu_li h3 a{
    color: #0a59a9;
}
.menu_li h5 {
    font-size: 18px;
    margin: 0;
    color: #999;
    line-height: 2;
	padding-left:20px;
	position:relative;
}
.menu_li{
	margin-bottom:20px;
    padding-left: 40px;
}
.menu_li h5:before {
    content: "";
    width: 15px;
    height: 1px;
    display: inline-block;
    transform: rotate(-60deg);
    background: #0a59a9;
    position: absolute;
    top: 16px;
    left: 0;
}

.menu_li h3:after {
    position: absolute;
    width: 0;
    height: 1px;
    content:"";
    left: -40px;
    top: 50%;
	background:#0a59a9;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.menu_li h3:hover:after{
	width:180%;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.menu_li h5 a{
	position:relative;
    color: #999;
    text-transform: capitalize;
}
.menu_li h5 a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left:0;
    display: block;
    width: 0;
    height: 1px;
    background: #999;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.menu_li h5 a:hover:after{
    width: 102%;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}


/******add css********/
.down_cont1 {
    width: 76%;
    float: left;
	padding-left:58px;
	border-left:solid 1px #ddd;
}

.down_cont1 h2{
	display: inline-block;
	font-size: 20px;
	color: #000;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	padding: 0 25px 6px 0;
	margin: 0;
}
.down_cont1 h2 span{
	font-size: 12px;
	font-family: arial;
}
.down_cont1_con{
	margin-top: 16px;
}
.down_cont1_list{
	display: none;
}
.down_cont1_lf_img{
	width: 400px;
	height: 230px;
	overflow: hidden;
	float: left;
}
.down_cont1_lf_img img{
	width: 100%;
	display: none;
}
.down_cont1_lr_ul{
	float: left;
	padding-left: 52px;
}
.down_cont1_lr_ul li{
	margin-top: 16px;
	font-size: 14px;
	color: #999;
	cursor: pointer;
}
.down_cont1_lr_ul li span{
	content: '';
    width: 15px;
    height: 1px;
	padding-right: 10px;
}
.down_cont1_lr_ul .active2{
	color: #005bae;
}
.down_cont1 .active1{
	display: block;
}


.down_list .activep{
	color:#005BAC;
	font-weight:600;
	border-bottom:solid 3px #005BAC;
}



.down_cont1_con:after {
    content: "";
    display: table;
    clear: both;
}


@media (max-width: 1280px) {
	.down_cont1_lf_img {
		width: 280px;
	}

	.down_cont1_lr_ul li {
		margin-top: 0;
		margin-bottom: 10px;
	}
}


@media (max-width: 1200px) {
	.ind1_wz h5{ font-size:12px;}
	}
	
	
	
	
	
@media (max-width: 900px) {
	.banner {
    margin-top: 0px;
    width: 100%;
}
.ind1_cot li{ width:33.3%;border-bottom: 1px solid #0e81f7;}
.ind2_right{ padding-left:0px; margin-top:50px;}
.ind_more{ margin-top:0px;}
.ind3_wz{ width:91%; margin:0 auto;}
.ind3_li{ margin-bottom:20px;}
.foot_sec2{ width:91%; margin:0 auto;}
.copy{ width:91%; margin:0 auto;}


}