﻿
/* CSS Document */
@font-face{
	font-family: 'AR'; 
	src: url('/static/aot/SourceHanSansCN-ExtraLight.otf');
}
@font-face {
    font-family: "Poppins-Bold";
    src: url("/static/font/Poppins-Bold.woff2") format("woff2"),
        url("/static/font/Poppins-Bold.woff") format("woff"), 
        url("/static/font/Poppins-Bold.ttf") format("truetype"),
        url("/static/font/Poppins-Bold.eot") format("embedded-opentype"), 
        url("/static/font/Poppins-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("/static/font/Poppins-Regular.woff2") format("woff2"),
         url("/static/font/Poppins-Regular.woff") format("woff"),
         url("/static/font/Poppins-Regular.ttf") format("truetype"),
         url("/static/font/Poppins-Regular.eot") format("embedded-opentype"),
         url("/static/font/Poppins-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
a{
	color: #333;
	transition: all 0.3s ease 0s;
}
li{
	/*transition: all 0.3s ease 0s;*/
}
.bgsize{
	background-size: cover !important;
}
	.d-f-i{
		position: fixed;
		width: 300px;
		height: 197px;
		overflow: hidden;
		right:0;
		top: 150px;
		z-index: 20;
	}
	.d-f-i a{
		display: block;
	}
.wrap{
	/* padding: 0 6%;
	width: 88%; */
	/*transition: all 0.3s ease 0s;*/
	width:1600px;
	margin:0 auto;
}
.wrap1{
	width:100% !important;
}
.wrap2{
	width:1200px !important;
}
.pbox::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}
.pbox::scrollbar {
  width: 4px;
  height: 1px;
}
.dj1-wrap .right-words p *,.dj1-wrap .right-words p{
	    white-space: normal!important;
}
.contact-wrap .map img{
	max-width: none;
}
.pbox::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.pbox::scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}
.pbox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #EDEDED;
}
.pbox::scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #EDEDED;
}
.header{
	position: fixed;
	z-index: 20;
	border-bottom:1px solid rgba(255,255,255,0.3);
	height:92px;
}
.header-main {
    margin: 0 auto;
    height: 90px;
    width: 1200px !important
}
 
.header.fixed{
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 20;
}
.header.fixed.short{
	padding-top: 20px;
	 
} 

.header .left{
	width: 100%;
    display: flex;
    justify-content: space-between;
}
.header .right{
	width: 30%;
}

.header .logo{
	display: flex;
    width: 140px;
    height: 90px;
    justify-content: center;
    flex-direction: column;
}
.header .logo img{
	width:100%;
}
.header .nav-ico{
	display: none;
	cursor: pointer;
	margin-right: 2.5%;
	height: 20px;
}

.header .nav-ico img{
	height: 100%;
}
.header .m-navwrap{
	display: none;
}

.header .nav{
	/*margin-top: 16px;*/
	line-height: 90px;
}

 
.header .nav li{
	position: relative;
	height: 90px;
}
.zrc-search-bth{
	display: block !important;
	border:0 !important;
	margin-top:38px !important;
} 
.header .nav li:hover,.header .nav li.hover{
	color: #035cac;
}
.header .nav li .subbox{
	position: absolute;
	top: 44px;
	left: 0;
	width: 240px;
	display: none;
	border-top: 3px solid #035cac;
}
.header .nav li .subbox .top-line{
	display: block;
	width: 100%;
	height: 10px;
	background: url(../image/bg_54.png) no-repeat center top;
}
.header .nav li .subbox a{
	display: block;
	padding-left: 25px;
	width: 213px;
	line-height: 50px;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	font-size: 16px;
	color: #666;
	background-color: #fff;
}
.header .nav li:hover .subbox a,.header .nav li.hover .subbox a{
	color: #666;
}
.header .nav li .subbox a.bot{
	border-bottom: none;
}
.header .nav li .subbox a:hover{
	color: #035cac;
}
 
.header.twrap .nav li{
	padding: 0 18px 12px 0;
}
.header .nav li a{
	color: #fff;
	font-size: 18px;
	padding:0 25px;
        font-family:"Poppins-Bold";
}
.header .nav li:last-child a{
	padding:0;
}
.borderleft{
	border-left: 1px solid rgba(255,255,255,0.5);
}
.header .nav li:hover{
	border-bottom:2px solid rgba(255,255,255,0.5);
}
.header .nav li:hover a,.header .nav li.hover a{
	color: rgb(255,130,1)
}
.header .sharebox{
	margin-top: 10px;
	width: 100%;
	/*height: 26px;*/
	font-size: 14px;
	position: relative;
}
.header .search-box-head{
	border: 1px solid #dbdbdb;
	border-radius: 14px;
	width: 238px;
}
.header .search-box-head .tex{
	width: 184px;
	margin-left: 11px;
	font-size: 14px;
	height: 15px;
	line-height: 14px;
	padding: 7px 0 6px;
	border: none;
}
.header .search-box-head .sub-btn{
	width: 36px;
	height: 28px;
	background: url(../image/ico_138.png) no-repeat center;
	margin-right: 4px;
	border: none;
}
.header .site-link-box .sub-box{
	width: 160px;
	background-color: #fff;
	position: absolute;
	top: 40px;
	right: -12px;
	padding: 21px 10px 18px 20px;
	box-shadow: 0 2px 15px 0 #dbdbdb;
	border-radius: 5px;
	display: none;
}
.header .site-link-box .sub-box .point{
	display: inline-block;
	width: 21px;
	height: 10px;
	background: url(../image/ico_137.png) no-repeat center;
	position: absolute;
	top: -10px;
	right: 28px;
}
.header .site-link-box .sub-box .line{
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 19px;
	background-color: #f2f2f2;
	top: 0;
}
.header .site-link-box{
	/*padding-bottom: 14px;*/
	position: relative;
}
.header .site-link-box .sub-box a{
	float: none;
	transition: all 0.3s ease 0s;
	padding-left: 9px;
	border-left: 2px solid #fff;
	line-height: 20px;
	display: inline-block;
}
.header .site-link-box .sub-box p{
	line-height: 20px;
	padding: 5px 0;
	transition: all 0.3s ease 0s;
}
.header .site-link-box .sub-box p:hover a{
	color: #035cac;
	border-left: 2px solid #035cac;
}
.header .sharebox .link{
	float: right;
	margin: 0 0 0 20px;
	display: block;
	/*width: 26px;*/
	height: 26px;
	padding: 0;
	color: #333;
}
.header .sharebox .link:hover{
	color: #035cac;
}
.header .sharebox .sina{
	background: url(../image/ico_109.png) no-repeat center;
}
.header .sharebox .wei{
	background: url(../image/ico_108.png) no-repeat center;
	position: relative;
}
.header .sharebox .sina:hover{
	background: url(../image/ico_02.png) no-repeat center;
}
.header .sharebox .wei:hover{
	background: url(../image/ico_01.png) no-repeat center;
}
.header .sharebox .wei img{
	position: absolute;
	left: -100px;
	top: 100%;
	width: 200px;
	display: none;
}
.header .s-nav{
	width: 100%;
	/*margin-top: 22px;*/
	line-height: 32px;
	/*height: 36px;*/
}
.header .s-nav a{
	float: right;
	/*color: #333;*/
	/*line-height: 36px;*/
	font-size: 12px;
}
.header .s-nav a.en{
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.header .s-nav a:hover{
	color: #035cac;
}
.header .s-nav .line{
	display: inline-block;
	float: right;
	color: #e5e5e5;
	width: 32px;
	text-align: center;
}
.header.twrap .s-nav .line{
	width: 14px;
}
.header .s-nav a.search-btn{
	display: inline-block;
	width: 18px;
	height: 17px;
	background: url(../image/ico_114.png) no-repeat center;
	margin-top: 10px;
}
.search-bg{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background-color: #000;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	display: none;
}
.searchbox{
	width: 50%;
	position: fixed;
	top: 169px;
	left: 50%;
	margin-left: -25%;
	height: 68px;
	border: 1px solid #535353;
	z-index: 51;
	display: none;
}
.m-search-box{
	width: 93%;
	border: 1px solid #aaa;
	position: fixed;
	left: 3%;
	top: 100px;
	height: 40px;
	z-index: 51;
	display: none;
}
.searchbox input.tex{
	border: none;
	background: none;
	font-size: 36px;
	font-family: "Arial";
	color: #a7a7a7;
	height: 37px;
	line-height: 36px;
	padding: 16px 2% 15px;
	width: 80%;
}
.m-search-box input.tex{
	border: none;
	background: none;
	font-size: 12px;
	font-family: "Arial";
	color: #a7a7a7;
	height: 13px;
	line-height: 12px;
	padding: 14px 2% 13px;
	width: 80%;
}
.searchbox input.search-btn{
	border: none;
	width: 7%;
	margin-right: 1%;
	height: 68px;
	background: url(../image/ico_115.png) no-repeat center;
	background-size: 50% auto;
	min-width: 40px;
}
.m-search-box input.search-btn{
	border: none;
	width: 40px;
	margin-right: 1%;
	height: 40px;
	background: url(../image/ico_115.png) no-repeat center;
	background-size: 60% auto;
}
.close-search{
	display: block;
	width: 37px;
	height: 37px;
	background: url(../image/ico_116.png) no-repeat center;
	position: fixed;
	right: 3%;
	top: 50px;
	cursor: pointer;
	z-index: 51;
	display: none;
}
.m-close-search {
    display: block;
    width: 15px;
    height: 15px;
    background: url(/static/aot/image/ico_116.png) no-repeat center;
    background-size: 100% auto;
    position: fixed;
    right: 4.6%;
    top: 60px;
    cursor: pointer;
    z-index: 51;
    display: none;
}
.m-searchbtn {
    /*width: 28px;
	height: 15px;
	background: url(/static/aot/image/magnifier.png) no-repeat left center;*/
    background-size: auto 100%;
    border-right: 1px solid #ccc;
    margin-top: 16px;
    cursor: pointer;
    display: none;
    background: url('/static/aot/static/image/magnifier.png') no-repeat left center;
    background-size: contain;
    margin-top: 35px !important;
    width: 21px;
    height: 20px;
}


/****************底部***************/
.footer.m-footer{
	display: block;
}
.footer.recruit-m-footer .footer-main{
	background-color: #045dac;
	padding-bottom: 0;
}
.recruit-m-footer .footer-main.m-wrap dd:last-child{
	border-bottom: 1px solid #1e6eb4;
}
.recruit-m-footer .footer-main.m-wrap dt{
	border-bottom: 1px solid #1e6eb4;
}
.recruit-m-footer .footer-main dd a{
	color: #a4bad8;
}
.footer.m-footer.recruit-m-footer .m-botwrap{
	background-color: #045dac;
}
.footer.m-footer.recruit-m-footer .m-botwrap .botbox p{
	color: #dde5f0;
}
.footer.m-footer.recruit-m-footer .m-botwrap .botlink a{
	color: #dde5f0;
}
.footer.m-footer.recruit-m-footer .m-botwrap .botlink .line{
	color: #1e6eb4;
	width: 24px;
}
.footer-main{
	padding-top: 65px;
	padding-bottom: 75px;
	background-color: #f7f7f7;
}
.footer-main .wx-link{
	display: none;
}
.footer-main .m-search-box{
	display: none;
}

.footer-main.m-wrap .m-search-box{
	margin-top: 18px;
	width: 99%;
	border: 1px solid #393939;
	height: 30px;
	margin-bottom: 15px;
}
.footer-main.m-wrap .m-search-box .tex{
	width: 81%;
	height: 15px;
	line-height: 14px;
	font-size: 14px;
	color: #fff;
	padding: 8px 4% 7px;
	background: none;
	border: none;
}
.footer-main.m-wrap .m-search-box .sub-btn{
	border: none;
	width: 10%;
	height: 30px;
	background: url(../image/ico_15.png) no-repeat center;
	background-size: auto 35%;
}
.footer-main.m-wrap .wx-link{
	/*display: inline-block;*/
	padding-left: 28px;
	line-height: 18px;
	height: 18px;
	color: #fff;
	background: url(../image/ico_26.png) no-repeat left center;
	background-size: auto 100%;
}
.footer-main dl{
	float: left;
	/*margin-right: 18%;*/
	/*margin-right: 11%;*/
	margin-right: 10%;
	transition: all 0.5s ease 0s;
	margin-bottom: 15px;
}
.footer-main.twrap dl{
	margin-right: 6%;
}
.footer-main.m-wrap .left-wrap{
	width: 100%;
}
.footer-main.m-wrap dl{
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
}
.footer-main dt{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 8px;
}
.footer-main.m-wrap dt{
	line-height: 38px;
	border-bottom: 1px solid #393939;
	color: #fff;
	/*background: url(../img/ico_25.png) no-repeat 96% center;
	background-size: auto 40%;*/
	cursor: pointer;
}
.footer-main.m-wrap dt.hover{
	/*background: url(../img/ico_27.png) no-repeat 96% center;
	background-size: auto 40%;*/
}
.footer-main dt a{
	color: #fff;
	display: block;
}
.footer-main dt a:hover{
	color: #fff;
}
.footer-main.m-wrap dd{
	display: none;
}
.footer-main.m-wrap dd:last-child{
	border-bottom: 1px solid #393939;
	padding-bottom: 6px;
}
.footer-main dd a{
	color: #fff;
	line-height: 29px;
	font-size: 14px;
}
.footer-main.m-wrap dd a{
	font-size: 12px;
	display: block;
}
.footer-main dd a:hover{
	color: #fff;
}
.footer-main .right{
	width: 18%;
	padding-top: 9px;
}
.footer-main.m-wrap .right{
	/*display: none;*/
}
.footer-main.m-wrap .searchbox{
	display: block;
}
.footer-main .searchbox{
	width: 99%;
	height: 40px;
	border: 1px solid #393939;
	margin-bottom: 30px;
}
.footer-main .searchbox .tex{
	border: none;
	background: none;
	width: 81%;
	height: 15px;
	font-size: 14px;
	line-height: 14px;
	padding: 13px 3% 12px 3%;
	color: #fff;
}
.footer-main .searchbox .butn{
	border: none;
	width: 13%;
	height: 40px;
	background: url(../image/ico_15.png) no-repeat center;
	background-size: auto 40%;
}
.footer-main .wxbox{
	width: 50%;
	margin-left: 7%;
}
.footer-main .wxbox img{
	width: 100%;
}
.footer-main .wxbox p{
	text-align: center;
	line-height: 32px;
	/*color: #fff;*/
}
.footer-main .left-wrap{
	/*width: 42%;*/
	width: 80%;
}
.footer .secbox{
	height: 28px;
	line-height: 28px;
	padding-top: 11px;
	padding-bottom: 11px;
	background-color: #000;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.footer .secbox a{
	color: #666;
}
.footer .secbox a:hover{
	color: #333;
}
.footer .secbox .left a{
	float: left;
}
.footer .secbox .line{
	display: inline-block;
	width: 22px;
	text-align: center;
	color: #333;
}
.footer .secbox .left .line{
	float: left;
}
.footer .secbox .right a{
	float: right;
}
.footer .secbox .right .line{
	float: right;
}
.footer .thibox{
	padding-top: 15px;
	padding-bottom: 18px;
	background-color: #eeeeee;
	color: #666666;
	line-height: 35px;
	font-size: 13px;
}
.footer .thibox .link{
	width: 240px;
	position: relative;
}
.footer .thibox.twrap .link{
	width: 186px;
}
.footer .thibox .tit{
	display: block;
	width: 238px;
	height: 33px;
	border: 1px solid #fff;
	line-height: 33px;
	text-align: center;
	color: #fff;
	background: url(../image/ico_16.png) no-repeat 160px center;
	cursor: pointer;
}
.footer .thibox.twrap .tit{
	width: 186px;
	background: url(../image/ico_16.png) no-repeat 160px center;
}
.footer .thibox .link:hover .tit{
	background: url(../image/ico_17.png) no-repeat 160px center;
}
.footer .thibox .subbox{
	position: absolute;
	bottom: 35px;
	left: 0;
	width: 238px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #055994;
	z-index: 2;
	display: none;
	transition: normal;
}
.footer .thibox.twrap .subbox{
	width: 186px;
}
.footer .thibox .subbox ul{
	width: 100%;
}
.footer .thibox .subbox li{
	position: relative;
	width: 100%;
	border-top: 1px solid #fff;
}
.footer .thibox .subbox a{
	display: block;
	width: 100%;
	line-height: 33px;
	text-align: center;
	color: #fff;
	
}
.footer .thibox .subbox a.tt{
	margin-left: -6px;
	padding-right: 6px;
	position: relative;
	z-index: 2;
}
.footer .thibox .subbox li:hover a.tt{
	background: url(../image/bg_52.png) no-repeat left center;
}
.footer .thibox .second-level{
	width: 238px;
	position: absolute;
	bottom: 0;
	left: -240px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom:1px solid #fff;
	display: none;
	z-index: 1;
}
.footer .thibox .second-level a{
	display: block;
	width: 100%;
	line-height: 33px;
	text-align: center;
	color: #fff;
	background-color: #055994;
	border-top: 1px solid #fff;
}
.footer .thibox .second-level a:hover{
	/*background-color: #333;*/
}
.footer .m-botwrap{
	display: none;
}
.footer.m-footer .secbox,.footer.m-footer .thibox{
	/*display: none;*/
}
.footer.m-footer .m-botwrap{
	display: block;
	background-color: #000;
	padding-bottom: 25px;
}
.footer.m-footer .m-botwrap .topbox{
	width: 100%;
	padding-top: 16px;
	padding-bottom: 12px;
	line-height: 25px;
	text-align: center;
	border-bottom: 1px solid #1a1a1a;
}
.footer.m-footer .m-botwrap .topbox .line{
	display: inline-block;
	width: 8px;
	text-align: center;
	color: #333;
}
.footer.m-footer .m-botwrap .topbox a{
	color: #b0b0b0;
}
.footer.m-footer .m-botwrap .botbox{
	padding-top: 10px;
}
.footer.m-footer .m-botwrap .botbox p{
	line-height: 27px;
	text-align: center;
	color: #b0b0b0;
}
.footer.m-footer .m-botwrap .botlink{
	width: 100%;
	text-align: center;
	line-height: 27px;
}
.footer.m-footer .m-botwrap .botlink a{
	color: #b0b0b0;
}
.footer.m-footer .m-botwrap .botlink .line{
	display: inline-block;
	width: 8px;
	text-align: center;
	color: #333;
}
.footer.m-footer .bot-linkbox{
	width: 41%;
	height: 24px;
	border: 1px solid #333;
	margin: 10px auto 0;
	position: relative;
	display: none;
}
.footer.m-footer .bot-linkbox .tt{
	display: block;
	width: 100%;
	line-height: 24px;
	color: #b0b0b0;
	text-align: center;
	background: url(../image/ico_16.png) no-repeat 90% center;
	background-size: auto 28%;
	cursor: pointer;
}
.footer.m-footer .bot-linkbox .tt.hover{
	background: url(../image/ico_17.png) no-repeat 90% center;
	background-size: auto 28%;
}
.footer.m-footer .bot-linkbox .subbox{
	position: absolute;
	bottom: 26px;
	width: 99%;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background-color: #000;
	display: none;
	transition: normal;
}
.footer.m-footer .bot-linkbox .subbox a{
	width: 100%;
	display: block;
	height: 24px;
	line-height: 24px;
	border-top: 1px solid #333;
	text-align: center;
	color: #b0b0b0;
	transition: normal;
}

/**************首页**************/
.banner{
	width: 100%;
	position: relative;
	display: inline-block;
	background: url(../image/loading.gif) no-repeat center;
}
.banner.margin{
	top: 106px;
	margin-bottom: 100px;
	z-index: 2;
}
.banner img{
	width: 100%;
	display: block;
}
.banner ul{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.banner li{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.banner .btnbox{
	position: absolute;
	left: 50%;
	bottom: 29px;
}
.banner .btnbox span{
	display: block;
	width: 13px;
	height: 13px;
	background: url(../image/ico_03.png) no-repeat center;
	float: left;
	cursor: pointer;
	margin-left: 11px;
}
.banner .btnbox span.on{
	background: url(../image/ico_04.png) no-repeat center;
}
.banner .i-ban-hei{
	margin-top: 35.4%;
	width: 100%;
	height: 0;
}
.m-banner{
	display: none;
	width: 100%;
	position: relative;
	background: url(../image/loading.gif) no-repeat center;
	cursor: grab;
}
.m-banner img{
	width: 100%;
	float: left;
}
.m-banner li{
	width: 100%;
}
.m-banner .pagination{
	position: absolute;
	bottom: 5%;
	left: 50%;
	z-index: 2;
}
.m-banner .pagination span{
	display: block;
	width: 6px;
	height: 6px;
	margin-left: 4px;
	background: url(../image/ico_03.png) no-repeat center;
	background-size: auto 100%;
	float: left;
	margin-right: 0;
}
.m-banner .pagination span.swiper-pagination-bullet-active{
	background: url(../image/ico_04.png) no-repeat center;
	background-size: auto 100%;
}
.i-wrap1{
	/*margin-top: 30px;*/
	position: relative;
	overflow: hidden;
}
.i-wrap1 ul{
	width: 100%;
}
.i-wrap1 li{
	width: 33%;
	position: relative;
	overflow: hidden;
	margin-right: 1px;
}
.i-wrap1 li a{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.i-wrap1 li img{
	width: 100%;
	float: left;
}
.i-wrap1 li .upbox{
	background: url(../image/bg_01.png) repeat center;
	width: 82%;
	padding: 9%;
	position: absolute;
	left: 0;
	top: 0;
	height: 82%;
	display: none;
}
.i-wrap1 li .more{
	display: inline-block;
	padding-right: 34px;
	background: url(../image/ico_05.png) no-repeat right center;
	margin-top: 10%;
	line-height: 26px;
	height: 26px;
	color: #fff;
}
.i-wrap1 li .f24{
	font-style: italic;
	width: 100%;
	display: block;
	color: #fff;
	line-height: 36px;
}
.i-wrap1.twrap li .f24{
	font-size: 18px;
}
.i-wrap1 li .word{
	display: block;
	width: 100%;
	color: #bacbe1;
	margin-top: 7.7%;
	line-height: 24px;
}
.i-wrap1.m-wrap{
	display: none;
}
.i-wrap2{
	/*margin-top: 30px;*/
}
.i-wrap2.i-mwrap{
	display: none;
}
.i-wrap2 .navbox{
	background-color: #fff;
	height: 80px;
	position: relative;
	z-index: 1;
}
.i-wrap2 .navbox.m-wrap{
	display: none;
}
.i-wrap2 .navbox ul{
	width: 100%;
}
.i-wrap2 .navbox li{
	width: 16.6%;
	text-align: center;
	height: 80px;
	color: #555;
	font-size: 18px;
	cursor: pointer;
	transition: normal 0s ease 0s;
}
.i-wrap2 .navbox.twrap li{
	font-size: 16px;
}
.i-wrap2 .navbox li:hover{
	background: url(../image/bg_59.png) no-repeat center top;
	padding-bottom: 9px;
	margin-bottom: -9px;
}
.i-wrap2 .navbox li.hover{
	background: url(../image/bg_02.png) no-repeat center top;
	padding-bottom: 9px;
	margin-bottom: -9px;
}
.i-wrap2 .navbox li:hover .tt,.i-wrap2 .navbox li.hover .tt{
	color: #fff;
}
.i-wrap2 .navbox li:hover .ico,.i-wrap2 .navbox li.hover .ico{
	background-position: center bottom !important;
}
.i-wrap2 .navbox .ico{
	display: inline-block;
	width: 21px;
	height: 80px;
	margin-right: 3.5%;
	transition: normal;
	background-position: center top !important;
}
/*.i-wrap2 .navbox .ico1{
	
}
.i-wrap2 .navbox .ico2{
	background: url(../img/ico_07.png) no-repeat center top;
}
.i-wrap2 .navbox .ico3{
	background: url(../img/ico_08.png) no-repeat center top;
}
.i-wrap2 .navbox .ico4{
	background: url(../img/ico_09.png) no-repeat center top;
}
.i-wrap2 .navbox .ico5{
	background: url(../img/ico_10.png) no-repeat center top;
}
.i-wrap2 .navbox .ico6{
	background: url(../img/ico_11.png) no-repeat center top;
}*/
.i-wrap2 .navbox li .tt{
	line-height: 24px;
	display: inline-block;
	vertical-align: 34px;
	transition: normal;
}
.i-wrap2 .contwrap{
	/*height: 395px;*/
	background: url(../image/bg_03.jpg) no-repeat center #f4f4f4;
	position: relative;
	z-index: 0;
	padding-bottom: 12px;
}
.i-wrap2 .contwrap.m-wrap{
	display: none;
}
.i-wrap2 .contwrap .leftbox{
	width: 50%;
	margin-left: 3.3%;
	margin-top: 12px;
}
.i-wrap2 .contwrap .f42{
	line-height: 42px;
	/*margin-top: 18px;*/
	color: #035cac;
	font-size: 28px;
	display: block;
}
.i-wrap2 .contwrap .f24{
	font-size: 28px;
}
.i-wrap2 .contwrap.twrap .f42{
	font-size: 28px;
	line-height: 47px;
}
.i-wrap2 .contwrap.twrap .leftbox{
	margin-top: 60px;
}
.i-wrap2 .contwrap.twrap .f24{
	font-size: 18px;
	line-height: 24px;
}
.i-wrap2 .contwrap.twrap
.i-wrap2 .contwrap .f24{
	line-height: 41px;
	display: block;
	width: 100%;
}
.i-wrap2 .contwrap .line{
	display: block;
	width: 80px;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 32px;
	background-color: #c3c3c3;
}
.i-wrap2 .contwrap .word{
	display: block;
	line-height: 26px;
	margin-bottom: 49px;
	width: 79%;
	font-size: 14px;
	margin-top: 10px;
}
.i-wrap2 .contwrap .word .more{
	color: #035cac;
	font-size: 16px;
	line-height: 30px;
}
.i-wrap2 .leftbox a.butn{
	display: block;
	width: 141px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	float: left;
}
.i-wrap2 .leftbox a.red{
	background-color: #e6101a;
	margin-right: 20px;
}
.i-wrap2 .leftbox a.blue{
	background-color: #035cac;
}
.i-wrap2 .contwrap img{
	margin-top: 10px;
	width: 44%;
}
.i-wrap3{
	width: 100%;
	position: relative;
	background-color: #fff;
}
/*.i-wrap3.owrap{
	padding-bottom: 120px;
}
.i-wrap3.twrap{
	padding-bottom: 200px;
}*/
.i-wrap3.i-mwrap{
	display: none;
}
.i-wrap3 .bg{
	width: 100%;
}
.i-wrap3 .contwrap{
	position: absolute;
	left: 0;
	top: 0;
	transition: normal;
}
.i-wrap3 .contwrap .tit{
	width: 100%;
	height: 107px;
}
.i-wrap3 .contwrap .f48{
	font-size: 48px;
	color: #035cac;
	line-height: 107px;
}
.i-wrap3 .contwrap.owrap .tit,.i-wrap3 .contwrap.twrap .tit{
	height: 60px;
}
.i-wrap3 .contwrap.owrap .f48,.i-wrap3 .contwrap.twrap .f48{
	font-size: 30px;
	line-height: 60px;
}
.i-wrap4 .contwrap.owrap .left .f48,.i-wrap4 .contwrap.twrap .left .f48{
	font-size: 30px;
}
.i-wrap3 .contwrap.owrap .access,.i-wrap3 .contwrap.twrap .access{
	margin-top: 10px;
	font-size: 20px;
}
.i-wrap3 .contwrap .access{
	display: inline-block;
	line-height: 40px;
	color: #b8c8e0;
	font-size: 24px;
	margin-top: 45px;
}
.i-wrap3 .vid-box{
	width: 100%;
	position: relative;
}
.i-wrap3 .vid-box .upbox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
	height: 350px;
	z-index: 2;
}
.i-wrap3 .vid-box .upbox.uop{
	opacity: 0;
	filter: Alpha(opacity=0);
}
.i-wrap3 .vid-box .obj-box{
	width: 100%;
	position: relative;;
	height: 100%;
	z-index: 1;
}
.i-wrap3 .vid-box .obj-box.uop{
	z-index: 3;
}
.i-wrap3 .vid-box .obj-box .obj{
	height: 100%;
	width: 86%;
	margin: 0 auto;
}
.i-wrap3 .vid-box .obj-box .close{
	display: block;
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: 44%;
	background: url(../image/ico_131.jpg) no-repeat left center;
	width: 46px;
	height: 46px;
}
.i-wrap3 .vid-box .obj-box .close:hover{
	background: url(../image/ico_131.jpg) no-repeat right center;
}
.i-wrap3 .vid-box .upbox img{
	/*width: 100%;*/
	transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.i-wrap3 .vid-box .upbox:hover img{
	transform: scale(1.1, 1.1);
    transition: transform 0.6s ease 0s;
}
.i-wrap3 .vid-box .upbox .ico{
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 40%;
	background: url(../image/ico_12.png) no-repeat center;
}
.i-wrap3 .twrap .vid-box .upbox .ico{
	width: 35px;
	height: 35px;
	background: url(../image/ico_12.png) no-repeat center;
	background-size: auto 100%;
	top: 43%;
	margin-left: -18px;
}
.i-wrap3 .vid-box .upbox p{
	width: 100%;
	text-align: center;
	line-height: 38px;
	position: absolute;
	left: 0;
	top: 53%;
	font-size: 24px;
	color: #fff;
}
.i-wrap3 .twrap .vid-box .upbox p{
	top: 55%;
	font-size: 18px;
}
.i-wrap4{
	width: 100%;
	position: relative;
	background: url(../image/bg_04.jpg) no-repeat center #f5f5f5;
	/*height: 420px;*/
	padding-bottom: 12px;
}
.i-wrap4.i-mwrap{
	display: none;
}
.i-wrap4 .bg{
	width: 100%;
}
.i-wrap4 .contwrap{
	/*position: absolute;
	top: 26%;
	left: 0;*/
	padding-top: 28px;
	/*padding-bottom: 30px;*/
}
.i-wrap4 .contwrap.twrap{
	top: 9%;
}
.i-wrap4 .tit-box .more{
	color: #b8c8e0;
    display: inline-block;
    font-size: 24px;
    line-height: 40px;
    margin-top: 26px;
}
.i-wrap4 .left{
	width: 24%;
}
.i-wrap4 .owrap .left .f48,.i-wrap4 .twrap .left .f48{
	line-height: 42px;
}
.i-wrap4 .owrap .tit-box .more,.i-wrap4 .twrap .tit-box .more{
	margin-top: 6px;
	font-size: 20px;
}
.i-wrap4 .left .f48{
	font-size: 48px;
	line-height: 80px;
	display: block;
	width: 100%;
	color: #035cac;
}
.i-wrap4 .left .f48 a{
	color: #035cac;
}
.i-wrap4 .twrap .left .f48{
	font-size: 36px;
	line-height: 44px;
}
.i-wrap4 .twrap .left .f36{
	font-size: 21px;
	line-height: 32px;
}
.i-wrap4 .left .f36{
	font-size: 36px;
	line-height: 52px;
	color: #888;
	display: block;
	text-transform: uppercase;
}
.i-wrap4 .left .line{
	display: block;
	width: 80px;
	height: 3px;
	background-color: #e5e5e5;
	margin-top: 4%;
}
.i-wrap4 .left .more{
	display: inline-block;
	padding-right: 46px;
	line-height: 32px;
	font-size: 18px;
	color: #333;
	margin-top: 22px;
	background: url(../image/bg_60.png) no-repeat right top;
}
.i-wrap4 .left .more:hover{
	background: url(../image/bg_61.png) no-repeat right bottom;
	color: #035cac;
}
.i-wrap4 ul{
	width: 109.6%;
}
.i-wrap4 li{
	width: 21%;
	margin-right: 12%;
}
.i-wrap4 li .f16{
	line-height: 22px;
	display: block;
	height: 22px;
	overflow: hidden;
	margin-top: 21px;
}
.i-wrap4 li .f16 a{
	color: #000;
}
.i-wrap4 li .f16 a:hover{
	color: #035cac;
}
.i-wrap4 li .date{
	display: block;
	line-height: 16px;
	margin-top: 6px;
	color: #8a8a8a;
	font-family: "Arial";
	font-size: 14px;
}
.i-wrap4 li .word{
	display: block;
	line-height: 24px;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 13px;
	max-height: 204px;
	overflow: hidden;
}
.i-wrap4 li .word a:hover{
	color: #035cac;
}
.i-wrap4 li .more{
	display: block;
	width: 25px;
	height: 25px;
	margin-top: 37px;
	background: url(../image/ico_13.png) no-repeat center;
}
/*.i-wrap4 .linkico{
	display: block;
	width: 27px;
	height: 49px;
	background: url(../image/ico_14.png) no-repeat center;
	position: absolute;
	right: 6%;
	top: 50%;
	margin-top: -25px;
}*/
.i-wrap4 .scroll{
	width: 100%;
	position: relative;
	margin-top: 18px;
}
.i-wrap4 .scroll .butn{
	display: inline-block;
	width: 18px;
	height: 33px;
	position: absolute;
	top: 50%;
	margin-top: -58px;
	cursor: pointer;
}
.i-wrap4 .scroll .prev{
	background: url(../image/ico_136.png) no-repeat center;
	left: 0;
}
.i-wrap4 .scroll .next{
	background: url(../image/ico_135.png) no-repeat center;
	right: 0;
}
.i-wrap4 .center-list{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.i-wrap4 .center-list li{
	width: 28.6%;
	margin-right: 2.6%;
}
.i-wrap4 .owrap .center-list li{
	width: 28.6%;
	margin-right: 4.6%;
}
.i-wrap4 .twrap .center-list li{
	width: 28.6%;
	margin-right: 4.6%;
}
.i-wrap4 .center-list .img{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.i-wrap4 .center-list .img img{
	display: block;
	transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
}
.i-wrap4 .center-list .img:hover img{
	transform: scale(1.1, 1.1);
    transition: transform 0.6s ease 0s;
}

.i-m-wrap{
	display: none;
}
.i-m-wrap .wrap-fir{
	margin-top: 15px;
	padding-bottom: 7px;
}
.i-m-wrap .wrap-fir ul{
	width: 100%;
}
.i-m-wrap .wrap-fir li{
	width: 100%;
	margin-bottom: 5px;
}
.i-m-wrap .wrap-fir li a{
	display: block;
	width: 100%;
}
.i-m-wrap .wrap-fir li .img{
	display: block;
	width: 100%;
}
.i-m-wrap .wrap-fir li img{
	width: 100%;
}
.i-m-wrap .wrap-fir li p{
	text-align: center;
	line-height: 30px;
	color: #666;
}
.i-m-wrap .wrap-sec{
	padding-top: 20px;
	background-color: #f5f5f5;
	padding-bottom: 5px;
}
.i-m-wrap .wrap-sec ul{
	width: 100%;
}
.i-m-wrap .wrap-sec li{
	width: 31%;
	margin-right: 3.5%;
	line-height: 22px;
	margin-bottom: 15px;
	text-align: center;
}
.i-m-wrap .wrap-sec li.right{
	margin-right: 0;
}
.i-m-wrap .wrap-sec li a{
	color: #333;
	display: block;
	padding-top: 43px;
	padding-bottom: 11px;
	width: 100%;
}
.i-m-wrap .wrap-sec .li1{
	background: url(../image/ico_19.jpg) no-repeat center 30% #fff;
	background-size: auto 30%;
}
.i-m-wrap .wrap-sec .li2{
	background: url(../image/ico_20.jpg) no-repeat center 30% #fff;
	background-size: auto 30%;
}
.i-m-wrap .wrap-sec .li3{
	background: url(../image/ico_21.jpg) no-repeat center 30% #fff;
	background-size: auto 30%;
}
.i-m-wrap .wrap-sec .li4{
	background: url(../image/ico_22.jpg) no-repeat center 30% #fff;
	background-size: auto 30%;
}
.i-m-wrap .wrap-sec .li5{
	background: url(../image/ico_23.jpg) no-repeat center 30% #fff;
	background-size: auto 30%;
}
.i-m-wrap .wrap-sec .li6{
	background: url(../image/ico_24.jpg) no-repeat center 30% #fff;
	background-size: auto 30%;
}
.i-m-wrap .wrap-thi{
	background: url(../image/img_09.png) no-repeat center 16% #035cac;
	background-size: 100% auto;
	padding-top: 10px;
	padding-bottom: 34px;
}
.i-m-wrap .wrap-thi .tit{
	display: block;
	line-height: 37px;
	height: 37px;
	width: 100%;
}
.i-m-wrap .wrap-thi .tit .f18{
	color: #fff;
}
.i-m-wrap .wrap-thi .tit .link{
	display: inline-block;
	color: #a4b9d8;
}
.i-m-wrap .wrap-thi .video-box{
	width: 100%;
	position: relative;
	/*padding-bottom: 14px;*/
}
.i-m-wrap .wrap-thi li{
	position: relative;
	transiton: normal;
}
.i-m-wrap .wrap-thi video{
	width: 100%;
	height: 100%;
}
.i-m-wrap .wrap-thi .up-box{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}
.i-m-wrap .wrap-thi .up-box img{
	width: 100%;
}
.i-m-wrap .wrap-thi .up-box .ico{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../image/ico_12.png) no-repeat center;
	left: 50%;
	margin-left: -15px;
	top: 50%;
	margin-top: -30px;
	position: absolute;
	z-index: 3;
}
.i-m-wrap .wrap-thi .up-box p{
	line-height: 22px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 3;
}
.i-m-wrap .wrap-thi .v-pagination{
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 4px;
}
.i-m-wrap .wrap-thi .v-pagination span{
	display: block;
	width: 8px;
	height: 4px;
	background-color: #81aed6;
	border-radius: 3px;
	margin-left: 4px;
	float: left;
}
.i-m-wrap .wrap-thi .v-pagination .swiper-pagination-bullet-active{
	width: 13px;
	background-color: #fff;
}
.i-m-wrap .wrap-fou{
	padding-top: 15px;
	padding-bottom: 15px;
	background: url(../image/img_10.png) no-repeat center 30%;
	background-size: 100% auto;
}
.i-m-wrap .wrap-fou .left{
	width: 36%;
}
.i-m-wrap .wrap-fou .f18{
	line-height: 28px;
	color: #035cac;
}
.i-m-wrap .wrap-fou .en{
	color: #888;
	line-height: 19px;
	text-transform: uppercase;
}
.i-m-wrap .wrap-fou .line{
	background-color: #dedede;
	width: 20%;
	height: 2px;
	margin-top: 10px;
	display: block;
}
.i-m-wrap .wrap-fou .newslist{
	width: 100%;
	padding-bottom: 21px;
	margin-top: 17px;
	cursor: grab;
}
.i-m-wrap .wrap-fou .newslist ul{
	width: 100%;
}
.i-m-wrap .wrap-fou .newslist li{
	width: 100%;
}
.i-m-wrap .wrap-fou .newslist li a{
	display: block;
	width: 100%;
}
.i-m-wrap .wrap-fou .newslist li img{
	display: block;
}
.i-m-wrap .wrap-fou .newslist .tit{
	color: #000;
	line-height: 16px;
	font-size: 14px;
	display: block;
	margin-top: 6px;
}
.i-m-wrap .wrap-fou .newslist .date{
	line-height: 14px;
	color: #8d8d8d;
	font-family: "Calibri";
	display: block;
}
.i-m-wrap .wrap-fou .newslist .font{
	display: block;
	line-height: 14px;
	margin-top: 4px;
	color: #666;
}
.i-m-wrap .wrap-fou .newslist .ico{
	display: block;
	width: 13px;
	height: 13px;
	background: url(../image/ico_13.png) no-repeat center;
	margin-top: 8px;
}
.i-m-wrap .wrap-fou .n-pagination{
	position: absolute;
	left: 50%;
	bottom: 0;
}
.i-m-wrap .wrap-fou .n-pagination span{
	float: left;
	display: block;
	height: 4px;
	width: 8px;
	border-radius: 3px;
	background-color: #bbbbbb;
	margin-left: 8px;
}
.i-m-wrap .wrap-fou .n-pagination .swiper-pagination-bullet-active{
	width: 13px;
	background-color: #035cac;
}
.i-m-wrap .wrap-fou .more{
	display: block;
	width: 14px;
	height: 25px;
	background: url(../image/ico_14.png) no-repeat center;
	margin-top: 6px;
}

/****************海量世界**************/
.ins-banner{
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 10;
	max-height: 720px;
}
/*.ins-banner.margin{
	padding-top: 141px;
}*/
.ins-banner img{
	float: left;
	width: 100%;
}
.bg-gray{
	background-color: #f5f5f5;
}
.about-home-fir{
	padding-top: 30px;
	padding-bottom: 60px;
}
.about-home-fir.m-wrap{
	padding-bottom: 30px;
}
.about-home-fir h2{
	font-size: 48px;
	font-weight: normal;
	color: #035cac;
}
.about-home-fir h2 a{
	color: #035cac;
}
.about-home-fir.m-wrap h2{
	font-size: 25px;
	line-height: 60px;
	padding-top: 5px;
}
.about-home-fir .contwrap{
	width: 100%;
	background-color: #fff;
	height: 420px;
}
.about-home-fir.m-wrap .contwrap{
	height: auto;
}
.about-home-fir .left{
	width: 24.7%;
	margin-top: 72px;
	margin-left: 4.8%;
}
.about-home-fir.m-wrap .left{
	float: none;
	width: 84%;
	margin: 0 auto;
	padding-top: 42px;
	padding-bottom: 40px;
}
.about-home-fir.m-wrap .right{
	float: none;
	width: 84%;
	padding: 40px 8% 18px;
	background: #555;
	line-height: 18px;
	height: auto;
}
.about-home-fir.twrap .left{
	margin-top: 36px;
}
.about-home-fir .left .f22{
	line-height: 36px;
}
.about-home-fir .left .f22
.about-home-fir.owrap .left .f22{
	font-size: 18px;
	line-height: 30px;
}
.about-home-fir.twrap .left .f22{
	font-size: 16px;
	line-height: 24px;
}
.about-home-fir .left .f22 a{
	color: #000;
}
.about-home-fir .line{
	width: 10px;
	height: 3px;
	background-color: #000;
	margin-top: 22px;
	display: block;
}
.about-home-fir .font{
	margin-top: 14px;
	display: block;
	line-height: 24px;
}
.about-home-fir .more{
	line-height: 38px;
	display: inline-block;
	padding-right: 78px;
	font-size: 22px;
	color: #035cac;
	background: url(../image/ico_28.png) no-repeat right center;
	margin-top: 55px;
}
.about-home-fir.m-wrap .more{
	margin-top: 35px;
}
.about-home-fir .right{
	width: 56.4%;
	padding-top: 72px;
	height: 348px;
	padding-left: 4.7%;
	padding-right: 4.4%;
	background: url(../image/bg_05.jpg) no-repeat right top;
	font-size: 13px;
	line-height: 30px;
	color: #ddd;
}
.about-home-fir.twrap .right{
	line-height: 24px;
	height: 388px;
	padding-top: 32px;
}
.about-home-sec{
	height: 650px;
	background: url(../image/bg_06.jpg) no-repeat center;
	position: relative;
	overflow: hidden;
} 
.about-home-sec.m-wrap{
	background-size: auto 100%;
	height: 546px;
}
.about-home-sec .titbox{
	padding-top: 61px;
	width: 100%;
}
.about-home-sec.m-wrap .titbox{
	padding-top: 50px;
}
.about-home-sec h2{
	font-weight: normal;
	color: #fff;
	line-height: 65px;
	text-align: center;
	font-size: 48px;
}
.about-home-sec h2 a{
	color: #fff;
}
.about-home-sec.m-wrap h2{
	font-size: 30px;
	line-height: 48px;
}
.about-home-sec .f36{
	color: #fff;
	text-align: center;
	font-size: 36px;
	text-transform: uppercase;
}
.about-home-sec .f36 a{
	color: #fff;
}
.about-home-sec.m-wrap .f36{
	font-size: 24px;
	line-height: 36px;
}
.about-home-sec .titbox .line{
	display: block;
	width: 80px;
	height: 3px;
	background-color: #fff;
	margin: 20px auto 0;
}
.about-home-sec.m-wrap .titbox .line{
	margin-top: 11px;
	width: 10%;
}
.about-home-sec .centcont{
	width: 44%;
	margin: 93px auto 0;
	overflow: hidden;
	cursor: grab;
}
.about-home-sec .pagination{

}
.about-home-sec.m-wrap .centcont{
	width: 100%;
	margin-top: 70px;
}
.about-home-sec .centcont .line{
	display: block;
	width: 20px;
	height: 8px;
	margin-top: 32px;
	background-color: #fff;
}
.about-home-sec.owrap .centcont .line{
	margin-top: 25px;
	height: 5px;
}
.about-home-sec.twrap .centcont .line{
	margin-top: 27px;
	height: 4px;
	width: 10px;
}
.about-home-sec.m-wrap .centcont .line{
	display: none;
}
.about-home-sec .centcont .f72{
	font-size: 72px;
	line-height: 72px;
	display: inline-block;
	margin-left: 3.5%;
	color: #fff;
}
.about-home-sec.owrap .centcont .f72{
	font-size: 53px;
	line-height: 60px;
}
.about-home-sec.twrap .centcont .f72{
	font-size: 30px;
	line-height: 60px;
}
.about-home-sec.m-wrap .centcont .f72{
	font-size: 30px;
	line-height: 40px;
}
.about-home-sec .centcont .word{
	width: 66%;
	line-height: 36px;
	color: #fff;
	font-size: 20px;
	display: block;
}
.about-home-sec.owrap .centcont .word{
	font-size: 16px;
	line-height: 28px;
}
.about-home-sec.twrap .centcont .word{
	font-size: 15px;
	line-height: 25px;
}
.about-home-sec.m-wrap .centcont .word{
	font-size: 14px;
	line-height: 26px;
}
.about-home-sec .butn{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 317px;
	cursor: pointer;
}
.about-home-sec.m-wrap .butn{
	display: none;
}
.about-home-sec .prev{
	background: url(../image/ico_30.png) no-repeat left center;
	left: 9.8%;
}
.about-home-sec .next{
	background: url(../image/ico_30.png) no-repeat right center;
	right: 9.8%;
}
.about-home-sec .yearlist{
	width: 100%;
	margin-top: 133px;
	position: relative;
	overflow: hidden;
	background: url(../image/bg_51.png) repeat-x left 13px;
	height: 106px;
}
.about-home-sec.m-wrap .yearlist{
	margin-top: 60px;
}
.about-home-sec .yearlist li{
	width: 181px;
	padding-top: 51px;
	line-height: 55px;
	/*background: url(../img/bg_07.png) no-repeat center 13px;*/
	cursor: pointer;
}
.about-home-sec .yearlist li .year{
	display: block;
	text-align: center;
	font-size: 30px;
	color: #a4b9d8;
}
.about-home-sec .yearlist li .ico{
	width: 30px;
	height: 48px;
	background: url(../image/ico_29.png) no-repeat center top;
	margin: -51px auto 0;
	display: none;
}
.about-home-sec .yearlist li.active .year{
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	margin-top: 3px;
}
.about-home-sec .yearlist li.active .ico{
	display: block;
}
.about-home-thi{
	padding-top: 60px;
}
.about-home-thi.m-wrap{
	padding-top: 30px;
}
.about-home-thi ul{
	width: 100%;
}
.about-home-thi li{
	width: 100%;
	margin-bottom: 60px;
	background-color: #fff;
}
.about-home-thi.m-wrap li{
	margin-bottom: 30px;
}
.about-home-thi li .cont{
	width: 23.8%;
	margin-left: 4.7%;
	margin-top: 72px;
}
.about-home-thi li .cont.rig{
	margin-right: 6%;
}
.about-home-thi.m-wrap li .cont{
	float: none;
	width: 70%;
	margin-left: 8.6%;
	margin-top: 30px;
	margin-bottom: 40px;
}
.about-home-thi.owrap li .cont{
	margin-top: 30px;
}
.about-home-thi.twrap li .cont{
	margin-left: 3%;
    margin-top: 8px;
}
.about-home-thi li .img{
	display: block;
	width: 65.5%;
	position: relative;
	overflow: hidden;
}
.about-home-thi.m-wrap li .img{
	float: none;
	width: 100%;
}
.about-home-thi li .img img{
	width: 100%;
	transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
}
.about-home-thi li .img:hover img{
	transform: scale(1.1, 1.1);
    transition: transform 0.6s ease 0s;
}
.about-home-thi li .f48{
	font-size: 48px;
	display: block;
	line-height: 62px;
}
.about-home-thi.m-wrap li .f48{
	font-size: 36px;
	line-height: 55px;
}
.about-home-thi.owrap li .f48{
	font-size: 38px;
}
.about-home-thi.twrap li .f48{
	font-size: 28px;
	line-height: 40px;
}
.about-home-thi li .f48 a{
	color: #035cac;
}
.about-home-thi li .font{
	line-height: 23px;
	display: block;
	margin-top: 6.6%;
}
.about-home-thi li .font a{
	color: #666;
}
.about-home-thi.m-wrap li .font{
	margin-top: 24px;
}
.about-home-thi.twrap li .font{
	line-height: 18px;
	margin-top: 4%;
}
.about-home-thi li .more{
	display: inline-block;
	font-size: 20px;
	color: #000;
	padding-right: 79px;
	background: url(../image/ico_31.png) no-repeat right center;
	line-height: 38px;
	margin-top: 90px;
}
.about-home-thi li .more:hover{
	color: #035cac;
}
.about-home-thi.owrap li .more{
	margin-top: 40px;
}
.about-home-thi.twrap li .more{
	margin-top: 10px;
	padding-right: 56px;
	background-size: auto 80%;
}
.about-home-thi.m-wrap li .more{
	margin-top: 65px;
}

/***************内页*************/
.ins-navbox{
	height: 55px;
	background-color: rgb(251,251,251);
}

.ins-navbox.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
}
.ins-navbox li{
	/* margin-right: 23px; */
	font-size: 16px;
	line-height: 60px;
        font-family:Arial;
        text-transform:uppercase;
}
.ins-navbox.twrap li{
	margin-right: 10px;
}
.ins-navbox li a{
	display: block;
	padding: 0 32px;
        font-family:"Poppins-Bold"; 
}
.ins-navbox.twrap li a{
	padding: 0 10px;
}
.ins-navbox li a:hover,.ins-navbox li a.hover{
	color: #fff;
	background: rgb(255,130,1);
	/* border-bottom: 2px solid rgb(255,130,1); */
	position: relative;
	margin-bottom: -1px;
}
.ins-navbox .return-top{
	display: block;
	height: 36px;
	line-height: 36px;
	padding-left: 25px;
	padding-right: 54px;
	background: url(../image/ico_32.png) no-repeat 95px center;
	border: 1px solid #dbdbdb;
	font-size: 14px;
	cursor: pointer;
	margin-top: 19px;
}
.ins-navbox .return-top:hover{
	color: #fff;
	background: url(../image/ico_33.png) no-repeat 95px center #035cac;
	border: 1px solid #035cac;
}
.ins-navbox.twrap .return-top{
	padding-right: 30px;
	padding-left: 15px;
	background: url(../image/ico_32.png) no-repeat 80px center;
}
.ins-navbox.twrap .return-top:hover{
	color: #fff;
	background: url(../image/ico_33.png) no-repeat 80px center #035cac;
	border: 1px solid #035cac;
}
.textcenter{
	text-align: center;
}
.profile-wrap{
	transition: normal;
}
.profile-wrap.m-wrap{
	padding-top: 25px;
	padding-bottom: 30px;
	position: relative;
	transition: normal;
}
.zrc-web-box{
	display:-webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-overflow:ellipsis;
}
.m-wrap .blackbg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	display: none;
	z-index: 10;
}
.profile-wrap .f48{
	/*font-size: 50px;*/
	/*color: #0060a3;*/
	/*line-height: 50px;*/
	/*margin-bottom: 10px;*/
}
.profile-wrap.m-wrap .f48{
	font-size: 18px;
	line-height: 24px;
}
.profile-wrap .f36{
	font-size: 40px;
	line-height: 40px;
	color: #dddddd;
	font-family: Arial;
	text-transform: uppercase;
}
.profile-wrap.m-wrap .f36{
	font-size: 15px;
	line-height: 18px;
}
.profile0-about-wrap .left-images{
	width: 720px;
	height: 495px;
	overflow: hidden;
}
.profile0-about-wrap .left-images img{
	transition:.5s ease;
    border-radius: 20px;
}
.profile0-about-wrap .left-images:hover img{
	transition:.5s ease;
	transform:scale3d(1.05,1.05,1);
}
.profile0-about-wrap .right-words{
	width: 840px;
}


.profile-wrap .cont:after{
	content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.profile-wrap .cont .boxs{
	width: 43%;
	margin-right: 6%;
	font-size: 14px;
	line-height: 26px;
	float: left;
}
.profile-wrap.m-wrap .cont .boxs{
	float: none;
	width: 100%;
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 14px;
}
.profile-wrap .bot-box{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 28px;
}
.profile-wrap.m-wrap .botlist{
	display: none;
}
.profile-wrap .botlist{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	z-index: 1;
}
.profile-wrap .botlist ul{
	width: 100%;
}
.profile-wrap .botlist li{
	width: 25%;
	position: relative;
}
.profile-wrap .botlist li a{
	display: block;
	width: 100%;
	cursor: pointer;
}
.profile-wrap .botlist li img{
	width: 100%;
	height: 100%;
	display: block;
}
.profile-wrap .botlist .upbox{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: url(../image/bg_08.png) repeat center;
}
.profile-wrap .botlist .upbox p{
	width: 150px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	opacity: 0;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 0;
	margin-top: -24px;
}
.profile-wrap .botlist .butn{
	display: block;
	width: 45px;
	height: 80px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 10;
	cursor: pointer;
}
.profile-wrap .botlist .prev{
	left: 0;
	background: url(../image/ico_34.png) no-repeat left top;
}
.profile-wrap .botlist .prev:hover{
	background: url(../image/ico_34.png) no-repeat left bottom;
}
.profile-wrap .botlist .next{
	right: 0;
	background: url(../image/ico_34.png) no-repeat right top;
}
.profile-wrap .botlist .next:hover{
	background: url(../image/ico_34.png) no-repeat right bottom;
}
.m-ins-navbox{
	width: 100%;
	height: 38px;
	background-color: #fff;
	display: none;
	position: relative;
	z-index: 11;
}
.m-ins-navbox.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
}
.m-ins-navbox .left{
	width: 15%;
	cursor: pointer;
}
.m-ins-navbox .left .ico{
	display: block;
	width: 100%;
	height: 38px;
	background: url(../image/ico_35.png) no-repeat center #ec5c15;
	background-size: auto 50%;
}
.m-ins-navbox .ret-subbox{
	position: absolute;
	top: 38px;
	width: 100%;
	background-color: #035cac;
	left: 0;
	z-index: 2;
	display: none;
}
.m-ins-navbox .ret-subbox a{
	display: block;
	width: 95%;
	padding-left: 5%;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #4882b6;
	color: #fff;
	font-size: 14px;
	background: url(../image/ico_38.png) no-repeat 92% center;
	background-size: auto 35%;
}
.m-ins-navbox .right{
	width: 85%;
	position: relative;
}
.m-ins-navbox .right .tit{
	display: block;
	width: 95%;
	padding-left: 5%;
	font-size: 14px;
	color: #ec5c15;
	line-height: 38px;
	background: url(../image/ico_36.png) no-repeat 93% center;
	background-size: auto 50%;
	cursor: pointer;
}
.m-ins-navbox .right .subbox{
	width: 100%;
	position: absolute;
	top: 38px;
	background-color: #fff;
	z-index: 2;
	display: none;
	left: 0;
}
.m-ins-navbox .right .subbox a{
	display: block;
	width: 95%;
	padding-left: 5%;
	line-height: 38px;
	height: 38px;
	border-top: 1px solid #ec5c15;
	background: url(../image/ico_37.png) no-repeat 92% center;
	background-size: auto 35%;
	/*border-left: 1px solid #fff;
	margin-left: -1px;*/
}
.profile-wrap .m-botbox{
	width: 100%;
	display: none;
	position: relative;
}
.profile-wrap.m-wrap .m-botbox{
	display: block;
}
.profile-wrap .m-botbox li{
	width: 100%;
	transition: normal;
}
.profile-wrap .m-botbox li a{
	display: block;
	width: 100%;
	position: relative;
	transition: normal;
}
.profile-wrap .m-botbox li img{
	width: 100%;
	display: block;
}
.profile-wrap .m-botbox li p{
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	background: url(../image/bg_09.png) repeat center;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.profile-wrap .m-botbox .butn{
	display: block;
	position: absolute;
	width: 23px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	z-index: 2;
}
.profile-wrap .m-botbox .prev{
	left: 0;
	background: url(../image/ico_34.png) no-repeat left top;
	background-size: auto 200%;
}
.profile-wrap .m-botbox .next{
	right: 0;
	background: url(../image/ico_34.png) no-repeat right top;
	background-size: auto 200%;
}

/**********发展历程**********/
.course-wrap{
	padding-top: 32px;
	padding-bottom: 40px;
	transition: normal;
}
.course-wrap.m-wrap{
	padding-top: 15px;
	position: relative;
}
.course-wrap p.f48{
	font-size: 42px;
	line-height: 50px;
	color: #035cac;
}
.course-wrap.m-wrap p.f48{
	font-size: 20px;
	line-height: 34px;
}
.course-wrap span.f14{
	display: block;
	width: 100%;
	line-height: 26px;
}
.course-wrap.m-wrap span.f14{
	line-height: 22px;
}
.course-wrap .course-list{
	margin-top: 30px;
	width: 100%;
	position: relative;
}
.course-wrap.m-wrap .course-list{
	margin-top: 20px;
}
.course-wrap .course-list .ovh{
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: url(../image/bg_12.png) repeat-x left center;
}
.course-wrap.m-wrap .course-list .ovh{
	background: none;
	width: 100%;
}
.course-wrap .course-list li{
	width: 300px;
	position: relative;
	margin-right: -93px;
}
.course-wrap.m-wrap .course-list li{
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%;
}
.course-wrap .course-list .main{
	padding: 17px 20px 27px;
	background-color: #fff;
	width: 260px;
	color: #777;
}
.course-wrap .course-list .main p{
	padding-left: 18px;
	background: url(../image/ico_125.jpg) no-repeat left 9px;
}
.course-wrap.m-wrap .course-list .main{
	width: 94%;
	padding: 17px 3% 27px;
}
.course-wrap .course-list li .top{
	background: url(../image/bg_10.png) no-repeat left top;
	padding-top: 45px;
	height: 42px;
	line-height: 42px;
	font-family: "Arial";
	font-size: 18px;
	text-align: center;
}
.course-wrap.m-wrap .course-list li .top{
	padding-top: 0;
	padding-left: 3%;
	width: 97%;
	text-align: left;
	background: #e8e8e8;
}
.course-wrap .course-list li.odd{
	margin-top: 0;
}
.course-wrap.m-wrap .course-list li.odd{
	position: relative;
}
.course-wrap .course-list li.odd .top{
	background: url(../image/bg_11.png) no-repeat left bottom;
	padding-bottom: 45px;
	padding-top: 0;
}
.course-wrap.m-wrap .course-list li.odd .top{
	padding-bottom: 0;
	background: #e8e8e8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.course-wrap.m-wrap .course-list li.odd .main{
	margin-top: 42px;
}
.course-wrap .course-list .butn{
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	cursor: pointer;
}
.course-wrap.m-wrap .course-list .butn{
	display: none;
}
.course-wrap .course-list .prev{
	background: url(/static/aot/static/image/ico_40.png) no-repeat center top;
	left: 0;
}
    .course-wrap .course-list .next {
        background: url(/static/aot/static/image/ico_39.png) no-repeat center top;
        right: 0;
    }
.course-wrap .course-list .butn:hover{
	background-position: center bottom;
}
.course-wrap .course-list li:hover .top{
	background: url(../image/bg_10.png) no-repeat right top;
	color: #fff;
}
.course-wrap.m-wrap .course-list li:hover .top,.course-wrap.m-wrap .course-list li.odd:hover .top{
	background: #e8e8e8;
	color: #666;
}
.course-wrap .course-list li.odd:hover .top{
	background: url(../image/bg_11.png) no-repeat right top;
	color: #fff;
}

/*************企业荣誉************/
.zrc-auth{
	display: flex;
	flex-wrap:wrap;
}
.zrc-auth li{
	width:275px;
	margin-left:2.5%;
    border: 1px solid #eee;
    margin-bottom: 20px;
    /*margin: 0px 23px 25px 2px;*/
    /*padding: 2px;*/
	text-align: center;overflow: hidden;
}
    .zrc-auth li a{ display: block;overflow: hidden;}
    .zrc-auth li:nth-child(4n+1) {
        margin-left: 0;
    }
    .zrc-auth li p {
        /*margin: 0px 0 20px 0;*/
        font-size: 16px;
        padding: 10px;
        background: #ebebeb; 
        font-family:'Poppins'
    }
    .zrc-auth li:hover p {
        background: #ff8201;
        -webkit-transition: all .8s ease;
        -moz-transition: all .8s ease;
        -o-transition: all .8s ease;
        -ms-transition: all .8s ease;
        transition: all .8s ease;color: #fff;
    }
.zrc-auth li img{
	width:276px;
	height:385px;-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}.zrc-auth li:hover img{-webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
     transform: scale(1.1);}
.auth-mask{
	width:100%;
	height:100vh;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top:0;
	left:0;
	z-index: 9999;
	display: none;
	text-align: center;
}
.auth-mask img{
	height:600px;
	margin-top:10vh;
}
.auth-mask p{
	font-size:20px;
	color:#fff;
	margin-top:20px;
}


.honor-wrap{
	padding-top: 32px;
	padding-bottom: 20px;
	transition: normal;
}
.honor-wrap.m-wrap{
	padding-top: 25px;
	padding-bottom: 10px;
}
.honor-wrap p.f48{
	font-size: 42px;
	line-height: 50px;
	color: #035cac;
}
.honor-wrap.m-wrap p.f48{
	line-height: 25px;
	font-size: 18px;
	margin-bottom: 3px;
}
.honor-wrap span.f14{
	display: block;
	line-height: 26px;
}
.honor-wrap.m-wrap span.f14{
	line-height: 18px;
}
.honor-wrap .honor-list{
	margin-top: 20px;
	width: 100%;
}
.honor-wrap .honor-list{
	width: 100%;
}
.honor-wrap .honor-list ul{
	width: 100%;
}
.honor-wrap .honor-list li{
	margin-bottom: 20px;
	width: 100%;
	background-color: #fff;
	transition: normal;
}
.honor-wrap .honor-list .img{
	display: block;
	width: 35%;
	position: relative;
	overflow: hidden;
	transition: normal;
	height: 100%;
}
.honor-wrap .honor-list .img img{
	position: relative;
	/*height: 100%;*/
	top: 0;
	width: 100%;
	transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
    display: block;
}
.honor-wrap.m-wrap .honor-list .img{
	width: 100%;
	float: none;
}
.honor-wrap .honor-list .img:hover img{
	transform: scale(1.1, 1.1);
    transition: transform 0.6s ease 0s;
}
.honor-wrap .honor-list .right{
	width: 60%;
	padding-top: 2%;
	margin-left: 3.5%;
	margin-right: 1%;
}
.honor-wrap.m-wrap .honor-list .right{
	width: 88%;
	float: none;
	margin: 0;
	padding: 15px 6% 24px;
}
.honor-wrap.twrap .honor-list .right{
	padding-top: 0;
}
.honor-wrap .honor-list .tit{
	width: 100%;
	line-height: 54px;
	height: 56px;
}
.honor-wrap.owrap .honor-list .tit{
	line-height: 55px;
	height: 55px;
}
.honor-wrap.twrap .honor-list .tit{
	line-height: 34px;
	height: 34px;
}
.honor-wrap.m-wrap .honor-list .tit{
	height: auto;
	overflow: hidden;
}
.honor-wrap .honor-list .tit .f30{
	color: #035cac;
	display: inline-block;
	margin-right: 19px;
	font-size: 26px;
	line-height: 50px;
}
.honor-wrap.owrap .honor-list .tit .f30{
	line-height: 50px;
}
.honor-wrap.twrap .honor-list .tit .f30{
	line-height: 31px;
	font-size: 20px;
}
.honor-wrap.m-wrap .honor-list .tit .f30{
	width: 100%;
	line-height: 30px;
	font-size: 20px;
}
.honor-wrap .honor-list .tit .f36{
	text-transform: uppercase;
	color: #eee;
	font-size: 30px;
}
.honor-wrap.twrap .honor-list .tit .f36{
	font-size: 20px;
}
.honor-wrap.m-wrap .honor-list .tit .f36{
	font-size: 20px;
	line-height: 22px;
}
.honor-wrap .honor-list .list{
	width: 100%;
	overflow: hidden;
}
.honor-wrap .honor-list .list span{
	display: block;
	float: left;
	line-height: 50px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	width: 27%;
	padding-left: 2%;
	margin-right: 4%;
}
.honor-wrap .honor-list .list i{
	display: block;
	float: left;
	width: 27%;
	line-height: 50px;
	padding-left: 2%;
}
.honor-wrap.owrap .honor-list .list span,.honor-wrap.owrap .honor-list .list i{
	width: 34%;
	line-height: 38px;
}
.honor-wrap.twrap .honor-list .list span,.honor-wrap.twrap .honor-list .list i{
	width: 46%;
	line-height: 24px;
	padding: 0;
}
.honor-wrap.m-wrap .honor-list .list span,.honor-wrap.m-wrap .honor-list .list i{
	width: 96%;
	padding-left: 4%;
	line-height: 38px;
}

.target-wrap{
	transition: normal;
	position: relative;
	z-index: 10;
}
.target-wrap .tit{
	padding-top: 32px;
}
.target-wrap.m-wrap .tit{
	padding-top: 20px;
}
.target-wrap .tit .f14{
	line-height: 34px;
}
.target-wrap.m-wrap .tit .f14{
	line-height: 22px;
	font-size: 12px;
}
.target-wrap .tit .f18{
	color: #333;
	line-height: 37px;
}
.target-wrap.m-wrap .tit .f18{
	line-height: 24px;
	font-size: 14px;
	margin-top: 6px;
}
.target-wrap .tit span{
	display: block;
}
.target-wrap .tit .f48{
	font-size: 42px;
	color: #035cac;
	line-height: 50px;
}
.target-wrap.m-wrap .tit .f48{
	font-size: 20px;
	line-height: 34px;
}
.target-wrap .target-list{
	margin-top: 20px;
	padding-bottom: 21px;
}
.target-wrap.m-wrap .target-list{
	margin-top: 14px;
}
.target-wrap .target-list ul{
	width: 100%;
}
.target-wrap .target-list li{
	margin-bottom: 20px;
	width: 100%;
	background-color: #fff;
	padding: 30px 0;
}
.target-wrap.m-wrap .target-list li{
	padding: 18px 0;
}
.target-wrap .target-list .left{
	width: 54%;
	margin-left: 5%;
}
.target-wrap.m-wrap .target-list .left{
	padding-left: 8.6%;
	margin-left: 0;
	width: auto;
	float: none;
	padding-bottom: 15px;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 20px;
}
.target-wrap .target-list .img{
	display: block;
	width: 37%;
}
.target-wrap.m-wrap .target-list .img{
	float: none;
	width: 100%;
	text-align: center;
}
.target-wrap .target-list .img img{
	width: 100%;
}
.target-wrap.m-wrap .target-list .img img{
	width: 85%;
}
.target-wrap .target-list .f36{
	font-size: 30px;
	color: #035cac;
	line-height: 40px;
	margin-top: 40px;
}
.target-wrap .target-list .f24{
	font-size: 18px;
}
.target-wrap.owrap .target-list .f36{
	margin-top: 0;
}
.target-wrap.twrap .target-list .f36{
	margin-top: 0;
	font-size: 24px;
    line-height: 34px;
}
.target-wrap.m-wrap .target-list .f36{
	font-size: 18px;
	line-height: 20px;
	margin-top: 10px;
}
.target-wrap .target-list .f68{
	font-size: 50px;
	color: #f7f7f7;
	line-height: 75px;
	text-transform: uppercase;
}
.target-wrap.owrap .target-list .f68{
	font-size: 56px;
}
.target-wrap.twrap .target-list .f24{
	font-size: 18px;
}
.target-wrap.m-wrap .target-list .f24{
	font-size: 12px;
}
.target-wrap.twrap .target-list .f68{
	font-size: 32px;
	line-height: 50px;
}
.target-wrap.m-wrap .target-list .f68{
	font-size: 24px;
	line-height: 40px;
}

.strategic-wrap{
	position: relative;
	transition: normal;
}
.strategic-wrap .tit{
	padding: 40px 0 0;
}
.strategic-wrap.m-wrap .tit{
	padding: 10px 0 0;
}
.strategic-wrap .tit .f48{
	color: #035cac;
	font-size: 48px;
	line-height: 86px;
}
.strategic-wrap.m-wrap .tit .f48{
	font-size: 18px;
	line-height: 34px;
}
.strategic-wrap .strategic-list{
	margin-top: 20px;
}
.strategic-wrap.m-wrap .strategic-list{
	margin-top: 10px;
}
.strategic-wrap .strategic-list ul{
	width: 100%;
}
.strategic-wrap .strategic-list li{
	width: 100%;
	margin-bottom: 50px;
	background-color: #fff;
}
.strategic-wrap.m-wrap .strategic-list li{
	padding-bottom: 47px;
}
.strategic-wrap .strategic-list .img{
	display: block;
	width: 35%;
}
.strategic-wrap.m-wrap .strategic-list .img{
	float: none;
	width: 100%;
	transition: normal;
}
.strategic-wrap .strategic-list .img img{
	width: 100%;
	display: block;
}
.strategic-wrap .strategic-list .right{
	margin-left: 6%;
	width: 59%;
	padding-top: 4%;
}
.strategic-wrap.twrap .strategic-list .right{
	padding-top: 0;
}
.m-wrap .strategic-list .right{
	width: 88%;
}
.strategic-list .right .f48{
	font-size: 48px;
	line-height: 86px;
	color: #035cac;
}
.twrap .strategic-list .right .f48,.owrap .strategic-list .right .f48{
	font-size: 25px;
	line-height: 40px;
	margin-top: 20px;
}
.twrap .strategic-list .right .f18,.owrap .strategic-list .right .f18{
	line-height: 32px;
}
.m-wrap .strategic-list .right .f48{
	font-size: 20px;
	line-height: 36px;
}
.strategic-list .right .f18{
	line-height: 40px;
	display: block;
	width: 90%;
}
.twrap .strategic-list .right .f18{
	line-height: 22px;
	font-size: 14px;
	margin-top: 10px;
}
.m-wrap .strategic-list .right .f18{
	font-size: 14px;
	line-height: 18px;
}

.company-wrap{
	transition: normal;
}
.company-wrap.m-wrap{
	position: relative;
}
.company-wrap .company-list{
	padding-top: 40px;
	padding-bottom: 21px;
}
.company-wrap.m-wrap .company-list{
	padding-top: 20px;
}
.company-wrap .company-list ul{
	width: 100%;
}
.company-wrap .company-list li{
	width: 100%;
	background-color: #fff;
	margin-bottom: 20px;
	position: relative;
	transition: normal;
}
.company-wrap .company-list .cent{
	width: 49%;
	padding-top: 4px;
}
.company-wrap.m-wrap .company-list .cent{
	float: none;
	width: 100%;
	padding-top: 0;
	border-bottom: 1px solid #e5e5e5;
}
.company-wrap .company-list .cent .img{
	display: block;
	width: 100%;
	transiton: normal;
}
.company-wrap .company-list .cent img{
	width: 100%;
	display: block;
}
.company-wrap .company-list .num{
	display: block;
	width: 10%;
	text-align: center;
	font-size: 100px;
	color: #035cac;
	padding-top: 0;
	line-height: 140px;
	font-family: "Bebas","Arial";
}
.company-wrap.owrap .company-list .num{
	font-size: 56px;
	line-height: 86px;
}
.company-wrap.twrap .company-list .num{
	font-size: 50px;
	line-height: 58px;
}
.company-wrap.m-wrap .company-list .num{
	float: none;
	display: inline-block;
	font-size: 18px;
	width: auto;
	line-height: 71px;
	padding-top: 0;
	left: 3%;
	position: absolute;
}
.company-wrap .company-list .ttbox{
	width: 100%;
	display: block;
	line-height: 70px;
	height: 70px;
}
.company-wrap.twrap .company-list .cent .ttbox{
	line-height: 50px;
	height: auto;
	overflow: hidden;
	max-height: 100px;
}
.company-wrap.m-wrap .company-list .ttbox{
	height: 70px;
}
.company-wrap.twrap .company-list .link{
	float: left;
	line-height: 30px;
	margin: 5px 0;
}
.company-wrap .company-list .link{
	display: inline-block;
	padding-right: 48px;
	background: url(../image/ico_41.png) no-repeat right center;
	font-size: 18px;
}
.company-wrap.m-wrap .company-list .link{
	font-size: 14px;
	background-size: auto 30%;
	padding-right: 28px;
	margin-right: 3%;
}
.company-wrap .company-list .link:hover{
	color: #035cac;
}
.company-wrap .company-list .word{
	display: block;
	width: 100%;
	margin-top: 16px;
	line-height: 26px;
	font-size: 14px;
}
.company-wrap.m-wrap .company-list .word{
	font-size: 14px;
	line-height: 24px;
	width: 90%;
	padding: 10px 5% 20px;
}
.company-wrap .company-list .right{
	width: 29%;
	padding: 4px 4% 0;
	background-color: #fcfcfc;
}
.company-wrap.m-wrap .company-list .right{
	float: none;
	width: 90%;
	padding: 0 5%;
	background-color: #fff;
	/*height: 350px;*/
}
.company-wrap .company-list .ttbox .f30{
	font-size: 26px;
	color: #035cac;
}
.company-wrap.owrap .company-list .right .ttbox .f30{
	width: 100%;
}
.company-wrap.twrap .company-list .ttbox .f30{
	display: block;
	width: 100%;
}
.company-wrap.m-wrap .company-list .ttbox .f30{
	font-size: 14px;
}
.company-wrap.m-wrap .company-list .right .ttbox .f30{
	width: 100%;
}
.company-wrap.m-wrap .company-list .cent .ttbox .f30{
	padding-left: 12%;
}
.company-wrap .company-list .graph{
	display: block;
	width: 100%;
	height: 75%;
}
.company-wrap.owrap .company-list .ttbox .f14{
	float: left;
	margin-bottom: 14px;
	line-height: 20px;
}
.company-wrap.twrap .company-list .ttbox .f14{
	line-height: 24px;
	float: left;
}
.company-wrap .company-list .right .ttbox{
	height: 94px;
}
.company-wrap.twrap .company-list .right .ttbox{
	line-height: 50px;
}
/*.company-wrap.owrap .company-list .right{
	height: 460px;
}
.company-wrap.twrap .company-list .right{
	height: 440px;
}*/
.company-wrap.m-wrap .company-list .right .ttbox{
	line-height: 60px;
	height: 80px;
}
.company-wrap.m-wrap .company-list .right .f14{
	display: inline-block;
	font-size: 12px;
	float: left;
	line-height: 20px;
	margin-top: -16px;
}

/****************新闻媒体**************/
.news-home .wrap1{
	padding-top: 30px;
	padding-bottom: 70px;
	transition: normal;
}
.news-home .wrap1.m-wrap{
	padding-top: 0;
	transition: normal;
	padding-bottom: 20px;
}
.news-home .wrap1 h2{
	font-size: 48px;
	line-height: 106px;
	font-weight: normal;
	color: #035cac;
}
.news-home .wrap1.m-wrap h2{
	font-size: 20px;
	line-height: 45px;
}
.news-home .wrap1 .boxs{
	width: 49%;
}
.news-home .wrap1.m-wrap .boxs{
	display: none;
}
.news-home .wrap1 .boxs a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.news-home .wrap1 .boxs img{
	width: 100%;
}
.news-home .wrap1 .boxs .cont{
	width: 93%;
	padding: 0 4% 30px;
	background-color: #035cac;
	position: absolute;
	left: 0;
	bottom: -106px;
	color: #fff;
}
.news-home .wrap1.twrap .boxs .cont{
	padding-bottom: 10px;
	bottom: -32px;
}
.news-home .wrap1 .boxs .f24{
	display: block;
	line-height: 70px;
	height: 70px;
	overflow: hidden;
}
.news-home .wrap1.twrap .boxs .f24{
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.news-home .wrap1 .boxs .date{
	line-height: 20px;
	font-size: 14px;
	color: #a4b9d8;
	display: block;
}
.news-home .wrap1 .boxs .word{
	display: block;
	line-height: 24px;
	font-size: 14px;
	color: #b0c2dd;
	margin-top: 9px;
	max-height: 48px;
	position: relative;
	overflow: hidden;
}
.news-home .wrap1.twrap .boxs .word{
	display: none;
}
.news-home .wrap2{
	padding-top: 34px;
}
.news-home .wrap2.m-wrap{
	transition: normal;
	padding-top: 12px;
}
.news-home .wrap2 .navbox{
	width: 100%;
	border-bottom: 1px solid #d4d4d4;
	height: 105px;
	font-size: 48px;
}
.news-home .wrap2.twrap .navbox{
	font-size: 36px;
	height: 85px;
}
.news-home .wrap2.m-wrap .navbox{
	height: 43px;
	text-align: center;
}
.news-home .wrap2 .navbox a{
	float: left;
	margin-right: 17px;
	height: 103px;
	display: inline-block;
	padding: 0 24px;
}
.news-home .wrap2.m-wrap .navbox a{
	font-size: 20px;
	line-height: 42px;
	height: 42px;
	float: none;
	padding: 0;
	vertical-align: top;
}
.news-home .wrap2.twrap .navbox a{
	height: 83px;
}
.news-home .wrap2 .navbox a:hover,.news-home .wrap2 .navbox a.hover{
	border-bottom: 3px solid #035cac;
	margin-bottom: -1px;
	color: #035cac;
}
.news-home .wrap2.m-wrap .navbox a.hover{
	border-bottom: 2px solid #035cac;
}
.news-home .wrap2 .main{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 30px;
	border-bottom: 1px solid #d4d4d4;
	opacity: 0;
	filter: Alpha(opacity=0);
}
.news-home .wrap2 .box{
	background-color: #fff;
	float: left;
}
.news-home .wrap2.m-wrap .box{
	width: 90%;
	padding: 5%;
	margin-bottom: 18px;
}
.news-home .wrap2.m-wrap .box:hover{
	background-color: #035cac;
}
.news-home .wrap2 .box a{
	display: block;
	/*width: 345px;*/
	width: 260px;
	padding: 30px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.news-home .wrap2.m-wrap .box a{
	transition: normal;
	width: 100%;
	padding: 0;
}
.news-home .wrap2 .box a:hover{
	background-color: #035cac;
}
.news-home .wrap2 .box a:hover .f18{
	color: #fff;
}
.news-home .wrap2 .box .f18{
	line-height: 26px;
	display: block;
	color: #035cac;
}
.news-home .wrap2 .box .more{
	line-height: 24px;
	display: inline-block;
	padding-right: 16px;
	background: url(../image/ico_42.png) no-repeat right center;
	color: #333;
	margin-top: 19px;
	color: #333;
}
.news-home .wrap2 .box a:hover .more{
	color: #fff;
	background: url(../image/ico_43.png) no-repeat right center;
}
.news-home .wrap2 .box .date{
	line-height: 32px;
	color: #888;
	display: block;
}
.news-home .wrap2 .box a:hover .date{
	color: #82a0cb;
}
.news-home .wrap2 .box .img{
	display: block;
	width: 100%;
	margin-top: 9px;
}
.news-home .wrap2 .box .img img{
	display: block;
	width: 100%;
}
.news-home .wrap2 .box .word{
	margin-top: 13px;
	width: 100%;
	display: block;
	color: #666;
}
.news-home .wrap2 .box a:hover .word{
	color: #c2d0e4;
}
.news-home .wrap2 .look-more{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 52px;
	text-align: center;

}
.news-home .wrap2 .look-more span{
	display: inline-block;
	line-height: 40px;
	cursor: pointer;
	color: #828282;
	font-size: 24px;
}
.news-home .wrap3{
	padding-top: 31px;
	padding-bottom: 60px;
	transition: normal;
}
.news-home .wrap3.twrap{
	padding-top: 10px;
}
.news-home .wrap3.m-wrap{
	padding-top: 12px;
	padding-bottom: 23px;
}
.news-home .wrap3 h2{
	font-size: 48px;
	color: #035cac;
	font-weight: normal;
}
.news-home .wrap3.twrap h2{
	font-size: 34px;
	line-height: 90px;
}
.news-home .wrap3.m-wrap h2{
	font-size: 20px;
}
.news-home .wrap3 .titbox{
	width: 100%;
	height: 105px;
	line-height: 105px;
}
.news-home .wrap3.twrap .titbox{
	height: 90px;
	line-height: 90px;
}
.news-home .wrap3.m-wrap .titbox{
	line-height: 46px;
	height: 46px;
}
.news-home .wrap3 .titbox .more{
	font-size: 24px;
	color: #8ea9d0;
	display: inline-block;
}
.news-home .wrap3 .titbox .more{
	font-size: 14px;
}
.news-home .wrap3 .list{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.news-home .wrap3 .m-list{
	display: none;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 18px;
}
.news-home .wrap3.m-wrap .m-list{
	display: block;
}
.news-home .wrap3.m-wrap .list{
	display: none;
}
.news-home .wrap3 .list ul{
	width: 104%;
}
.news-home .wrap3 .m-list ul{
	width: 100%;
}
.news-home .wrap3 .list li{
	width: 23%;
	margin-right: 2%;
}
.news-home .wrap3 .m-list li{
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	transition: normal;
}
.news-home .wrap3 li span{
	transition: normal;
}
.news-home .wrap3 .list .img{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.news-home .wrap3 .m-list .img,.news-home .wrap3 .m-list .img a{
	display: block;
	width: 100%;
}
.news-home .wrap3 .list .img a{
	display: block;
	width: 100%;
}
.news-home .wrap3 .list .img img{
	width: 100%;
	display: block;
	transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
}
.news-home .wrap3 .list .img:hover img{
	transform: scale(1.1, 1.1);
    transition: transform 0.6s ease 0s;
}
.news-home .wrap3 .m-list .img img{
	display: inline-block;
	width: 100%;
}
.news-home .wrap3 .list .f18,.news-home .wrap3 .m-list .f18{
	display: block;
	margin-top: 21px;
	width: 100%;
}
.news-home .wrap3 .list .f18 a,.news-home .wrap3 .m-list .f18 a{
	color: #333;
}
.news-home .wrap3 .list .f18 a:hover{
	color: #035cac;
}
.news-home .wrap3 .list .word,.news-home .wrap3 .m-list .word{
	line-height: 22px;
	display: block;
	margin-top: 6px;
	width: 100%;
}
.news-home .wrap3 .list .word a{
	color: #666;
}
.news-home .wrap3 .list .word a:hover{
	color: #035cac;
}
.news-home .wrap3 .list .more,.news-home .wrap3 .m-list .more{
	display: inline-block;
	padding-right: 16px;
	background: url(../image/ico_42.png) no-repeat right center;
	margin-top: 18px;
	color: #333;
}
.news-home .wrap3 .list .more:hover{
	color: #035cac;
}
.news-home .wrap3.m-wrap .m-list .pagination-s{
	position: absolute;
	bottom: 0;
	left: 50%;
}
.news-home .wrap3.m-wrap .m-list .pagination-s span{
	display: block;
	width: 15px;
	height: 7px;
	background: url(../image/ico_51.png) no-repeat left center;
	margin-right: 8px;
	float: left;
	border-radius: 0;
}
.news-home .wrap3.m-wrap .m-list .pagination-s span.swiper-pagination-bullet-active{
	width: 25px;
	background: url(../image/ico_51.png) no-repeat right center;
}
.news-home .wrap4{
	background-color: #035cac;
	padding-top: 68px;
	padding-bottom: 66px;
}
.news-home .wrap4.m-wrap{
	padding-top: 26px;
	padding-bottom: 47px;
}
.news-home .wrap4 .left{
	width: 32%;
}
.news-home .wrap4.m-wrap .left{
	width: 100%;
	float: none;
}
.news-home .wrap4 .left .f48{
	font-size: 48px;
	color: #fff;
	line-height: 67px;
	display: block;
}
.news-home .wrap4.m-wrap .left .f48{
	font-size: 25px;
	line-height: 34px;
}
.news-home .wrap4.twrap .left .f48{
	font-size: 36px;
}
.news-home .wrap4 .left .f36{
	font-size: 36px;
	line-height: 44px;
	color: #fff;
	display: block;
	text-transform: uppercase;
}
.news-home .wrap4.m-wrap .left .f36{
	font-size: 15px;
	line-height: 22px;
}
.news-home .wrap4.twrap .left .f36{
	font-size: 24px;
	line-height: 24px;
}
.news-home .wrap4 .left .line{
	display: block;
	width: 80px;
	height: 3px;
	background-color: #1d6db4;
	margin-top: 50px;
}
.news-home .wrap4.twrap .left .line{
	margin-top: 30px;
}
.news-home .wrap4.m-wrap .left .line{
	margin-top: 17px;
}
.news-home .wrap4 .right{
	width: 52%;
	padding: 0 4% 0 3%;
	background-color: #024a8a;
	border-radius: 4px;
	margin-top: 7px;
	color: #fff;
	line-height: 36px;
}
.news-home .wrap4.m-wrap .right{
	float: none;
	width: 100%;
	padding-left: 0;
	background: none;
	margin-top: 20px;
}
.news-home .wrap4 .right .fl{
	display: block;
	width: 69%;
	padding: 26px 0;
	font-size: 20px;
	border-right: 1px solid #1c5c96;
}
.news-home .wrap4.owrap .right .fl{
	width: 63%;
	font-size: 16px;
}
.news-home .wrap4.twrap .right .fl{
	width: 63%;
	font-size: 16px;
}
.news-home .wrap4.m-wrap .right .fl{
	float: none;
	width: 95%;
	border: none;
	background-color: #024a8a;
	border-radius: 4px;
	padding: 14px 0 14px 5%;
	font-size: 14px;
	line-height: 28px;
}
.news-home .wrap4 .right .more{
	display: inline-block;
	padding-right: 63px;
	background: url(../image/ico_44.png) no-repeat right center;
	line-height: 42px;
	margin-top: 54px;
	color: #fff;
	font-size: 24px;
}
.news-home .wrap4.owrap .right .more{
	font-size: 20px;
	background-size: auto 80%;
	padding-right: 44px;
}
.news-home .wrap4.twrap .right .more{
	font-size: 16px;
	background-size: auto 68%;
	padding-right: 38px;
	margin-top: 76px;
}
.news-home .wrap4.m-wrap .right .more{
	float: none;
	margin-top: 22px;
	font-size: 14px;
	padding-right: 36px;
	background-size: auto 56%;
}
.news-home .wrap1 .m-topscroll{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 22px;
	display: none;
}
.news-home .wrap1.m-wrap .m-topscroll{
	display: block;
}
.news-home .wrap1 .m-topscroll ul{
	width: 100%;
}
.news-home .wrap1 .m-topscroll li{
	width: 100%;
}
.news-home .wrap1 .m-topscroll li img,.news-home .wrap1 .m-topscroll li a{
	display: block;
	width: 100%;
}
.news-home .wrap1 .m-topscroll li .tit{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 34px;
	line-height: 34px;
	background-color: #035cac;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
.news-home .wrap1 .m-topscroll .pagination{
	position: absolute;
	bottom: 0;
	left: 50%;
}
.news-home .wrap1 .m-topscroll .pagination span{
	display: block;
	float: left;
	width: 15px;
	height: 7px;
	margin-right: 8px;
	background: url(../image/ico_51.png) no-repeat left center;
	border-radius: 0;
}
.news-home .wrap1 .m-topscroll .pagination span.swiper-pagination-bullet-active{
	width: 25px;
	height: 7px;
	background: url(../image/ico_51.png) no-repeat right center;
}

.news-infor{
	position: relative;
}
.news-infor .top-wrap{
	padding-top: 40px;
	padding-bottom: 20px;
	transition: normal;
}
.news-infor .top-wrap.m-wrap{
	padding: 20px 0 20px;
	width: 100%;
}
.news-infor .top-wrap .left-scroll{
	width: 49%;
	/*background: url(../image/loading.gif) no-repeat center;*/
	min-height: 40px;
}
.news-infor .top-wrap .left{
	width: 100%;
	position: relative;
	overflow: hidden;
	display: none;
}
.news-infor .top-wrap.long-wrap .left,.news-infor .top-wrap.long-wrap .left-scroll{
	width: 100%;
}
.news-infor .top-wrap.long-wrap .right{
	width: 100%;
	margin-top: 30px;
}
.news-infor .top-wrap.m-wrap .left,.news-infor .top-wrap.m-wrap .right{
	display: none;
}
.news-infor .top-wrap .left .bd{
	width: 100%;
}
.news-infor .top-wrap .left .butn{
	display: block;
	width: 49px;
	height: 81px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
}
.news-infor .top-wrap.twrap .left .butn{
	width: 30px;
	height: 50px;
	background-size: 100% auto;
}
.news-infor .top-wrap .left .prev{
	background: url(../image/ico_45.png) no-repeat center top;
	left: 0;
}
.news-infor .top-wrap .left .next{
	background: url(../image/ico_46.png) no-repeat center top;
	right: 0;
}
.news-infor .top-wrap .left .butn:hover{
	background-position: center bottom;
}

.news-infor .top-wrap .left li a{
	display: block;
	position: relative;
	cursor: pointer;
	width: 100%;
}
.news-infor .top-wrap .left li img{
	width: 100%;
	display: block;
}
.news-infor .top-wrap .left li p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 70px;
	font-size: 24px;
	color: #fff;
	/*background: url(../image/bg_09.png) repeat center;*/
}
.news-infor .top-wrap.owrap .left li p{
	line-height: 44px;
	font-size: 16px;
}
.news-infor .top-wrap.twrap .left li p{
	line-height: 50px;
	font-size: 17px;
}
.news-infor .top-wrap .left .btnbox{
	position: absolute;
	bottom: 16%;
	left: 50%;
	overflow: hidden;
}
.news-infor .top-wrap .btnbox span{
	width: 15px;
	height: 7px;
	margin-left: 8px;
	cursor: pointer;
	background: url(../image/ico_47.png) no-repeat right center;
	text-indent: 9999;
	display: block;
	float: left;
	transition: normal;
}
.news-infor .top-wrap .btnbox span.on{
	background: url(../image/ico_47.png) no-repeat left center;
	width: 25px;
}
.news-infor .top-wrap .right{
	width: 48%;
}
.news-infor .top-wrap .right ul{
	width: 100%;
}
.news-infor .top-wrap .right li{
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
}
.news-infor .top-wrap.owrap .right li{
	margin-bottom: 10px;
	padding-bottom: 6px;
}
.news-infor .top-wrap.twrap .right li{
	margin-bottom: 8px;
	padding-bottom: 6px;
}
.news-infor .top-wrap .right li a{
	display: block;
	cursor: pointer;
}
.news-infor .top-wrap .right .f24{
	display: block;
	color: #333;
	line-height: 24px;
	height: 24px;
	font-size: 16px;
	overflow: hidden;
}
.news-infor .top-wrap.twrap .right .f24{
	font-size: 20px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
}
.news-infor .top-wrap .right .date{
	display: inline-block;
	line-height: 22px;
	color: #a5a5a5;
	margin-top: 4px;
	font-size: 14px;
}
.news-infor .top-wrap .right .word{
	display: block;
	line-height: 22px;
	color: #666;
	margin-top: 9px;
	height: 48px;
	overflow: hidden;
	font-size: 12px;
}
/*.news-infor .top-wrap.twrap .right .word{
	display: none;
}*/
.news-infor .top-wrap .right li a:hover .f24{
	color: #035cac;
}
.news-infor .top-wrap .right li a:hover .date{
	color: #a3b9d8;
}
.news-infor .top-wrap .right li a:hover .word{
	color: #5986be;
}
.news-infor .top-wrap .m-scroll{
	display: none;
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.news-infor .top-wrap.m-wrap .m-scroll{
	display: block;
}
.news-infor .top-wrap .m-scroll ul{
	width: 100%;
}
.news-infor .top-wrap .m-scroll li{
	width: 100%;
}
.news-infor .top-wrap .m-scroll li a{
	display: block;
	position: relative;
	width: 100%;
}
.news-infor .top-wrap .m-scroll li img{
	display: block;
	width: 100%;
}
.news-infor .top-wrap .m-scroll li p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	background-color: #035cac;
	color: #fff;
}
.news-infor .top-wrap .m-scroll .page-btn{
	position: absolute;
	bottom: 0;
	left: 50%;
}
.news-infor .top-wrap .m-scroll .page-btn span{
	display: block;
	width: 15px;
	height: 7px;
	float: left;
	margin-right: 8px;
	background: url(../image/ico_51.png) no-repeat left center;
	border-radius: 0;
}
.news-infor .top-wrap .m-scroll .page-btn span.swiper-pagination-bullet-active{
	width: 25px;
	background: url(../image/ico_51.png) no-repeat right center;
}
.news-infor .wrap2{
	padding-top: 60px;
}
.news-infor .wrap2.m-wrap{
	transition: normal;
	width: 100%;
	padding: 0 5%;
}
.news-infor .wrap2 .main{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 30px;
	border-bottom: 1px solid #d4d4d4;
	/*opacity: 0;*/
	/*filter: Alpha(opacity=0);*/
}
.news-infor .wrap2 .box{
	background-color: #fff;
	float: left;
}
.news-infor .wrap2.m-wrap .box{
	width: 100%;
}
.news-infor .wrap2 .box a{
	display: block;
	/*width: 345px;*/
	width: 260px;
	padding: 0;
	transition: all 0.3s ease 0s;
	cursor: pointer;
    border: 10px solid #fff;
}
.news-infor .wrap2.m-wrap .box a{
	width: 88%;
	padding: 15px 6%;
}
.news-infor .wrap2 .box a:hover{
	/* background-color: rgb(255,130,1) !important; */
	border-color: rgb(255,130,1) !important;
}
.news-infor .wrap2 .box a:hover .f18{
	/* color: #fff; */
}
.zrc-news-list{
	width:100%;
	background: #f5f5f5;
}
.paddingt0{
	padding-top:0 !important;
}
.news-infor .wrap2 .box img{
	display: block;
	width: 100%;
}
.news-infor .wrap2.m-wrap .box img{
	display: none;
}
.news-infor .wrap2 .box .f18{
	line-height: 26px;
	display: block;
	color: #035cac;
	height: 52px;
	position: relative;
	overflow: hidden;
}
.news-infor .wrap2.m-wrap .box .f18{
	font-size: 16px;
}
.news-infor .wrap2 .box .more{
	line-height: 24px;
	display: inline-block;
	padding-right: 16px;
	background: url(../image/ico_42.png) no-repeat right center;
	color: #333;
	margin-top: 19px;
	color: #333;
}
.news-infor .wrap2.m-wrap .box .more{
	display: none;
}
.news-infor .wrap2 .box a:hover .more{
	color: #fff;
	background: url(../image/ico_43.png) no-repeat right center;
}
.news-infor .wrap2 .box .date{
	line-height: 32px;
	color: #888;
	display: block;
}
.news-infor .wrap2.m-wrap .box .date{
	font-size: 12px;
	line-height: 24px;
}
.news-infor .wrap2 .box a:hover .date{
	/* color: #fff; */
}
.news-infor .wrap2 .box .img{
	display: block;
	width: 345px;height: 230px;
	/* margin-top: 9px; */
}
.news-infor.news-infor-2 .wrap2 .box a {
    padding: 10px !important;
}
.news-infor .wrap2 .box .word{
	margin-top: 13px;
	display: block;
	color: #666;
	height: 90px;
	overflow: hidden;
}
.news-infor .wrap2.m-wrap .box .word{
	margin-top: 0;
}
.news-infor .wrap2 .box a:hover .word{
	/* color: #fff; */
}
.news-infor .wrap2 .box .img{
	display: block;
	position: relative;
}
.news-infor .wrap2 .box .img .bg-pic{
	width: 100%;
}
.news-infor .wrap2 .box .img .up-img{
	/*position: absolute;
	left: 0;
	top: 0;*/
	width: 100%;
	height: 100%;
}
.news-infor .wrap2.m-wrap .page{
	display: none;
}
.page{
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 60px;
}
.news-infor .wrap2 .look-more{
	display: none;
	width: 100%;
	line-height: 40px;
	font-size: 16px;
	color: #878787;
	cursor: pointer;
	text-align: center;
	padding-bottom: 10px;
}
.news-infor .wrap2.m-wrap .look-more{
	display: block;
}

.header-special{
	padding-top: 36px;
	padding-bottom: 36px;
	background-color: #fff;
}
.header-special.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
}
.header-special.owrap{
	padding-top: 28px;
	padding-bottom: 28px;
}
.header-special.twrap{
	padding-top: 20px;
	padding-bottom: 20px;
}
.header-special.m-wrap{
	display: none;
}
.header-special .logo{
	display: inline-block;
	margin-right: 28px;
}
.header-special .font{
	color: #333;
	display: inline-block;
	line-height: 28px;
	margin-top: 8px;
}
.header-special .nav{
	line-height: 38px;
}
.header-special .nav a{
	display: inline-block;
	padding-left: 45px;
	font-size: 16px;
	color: #333;
	margin-left: 37px;
	float: right;
	background: url(../image/ico_49.png) no-repeat left center;
}
.header-special .nav a:hover{
	color: #035cac;
}

.special-focus .wrap1{
	padding-top: 60px;
	padding-bottom: 43px;
}
.special-focus .wrap1.m-wrap{
	padding-top: 26px;
}
.special-focus .wrap1 .left{
	width: 32%;
	position: relative;
	overflow: hidden;
	display: none;
}
.special-focus .wrap1.m-wrap .left{
	display: none;
}
.special-focus .wrap1 .left li{
	width: 100%;
	transition: normal;
}
.special-focus .wrap1 .left a{
	display: block;
	width: 100%;
	cursor: pointer;
	position: relative;
	height: 100%;
}
.special-focus .wrap1 .left p{
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
	line-height: 50px;
	background: url(../image/bg_09.png) repeat center;
	font-size: 14px;
	color: #fff;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.special-focus .wrap1.twrap .left p{
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.special-focus .wrap1 .left img{
	display: block;
	/*height: 100%;*/
}
.special-focus .wrap1 .left .btnbox{
	position: absolute;
	right: 4%;
	bottom: 20px;
	z-index: 2;
}
.special-focus .wrap1 .left .btnbox span{
	display: block;
	float: left;
	margin-left: 8px;
	width: 10px;
	height: 10px;
	background: url(../image/ico_48.png) no-repeat right center;
	cursor: pointer;
	transition: normal;
}
.special-focus .wrap1 .left .btnbox span.on{
	background: url(../image/ico_48.png) no-repeat left center;
}
.special-focus .wrap1 .m-scroll{
	display: none;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 33px;
	margin-bottom: 30px;
}
.special-focus .wrap1.m-wrap .m-scroll{
	display: block;
}
.special-focus .wrap1 .m-scroll ul,.special-focus .wrap1 .m-scroll li{
	width: 100%;
}
.special-focus .wrap1 .m-scroll li a{
	display: block;
	width: 100%;
	position: relative;
}
.special-focus .wrap1 .m-scroll li img{
	display: block;
	width: 100%;
}
.special-focus .wrap1 .m-scroll li p{
	width: 90%;
	line-height: 38px;
	height: 38px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../image/bg_09.png) repeat center;
	padding: 0 5%;
	color: #fff;
}
.special-focus .wrap1 .m-scroll .pagination{
	position: absolute;
	bottom: 0;
	left: 50%;
}
.special-focus .wrap1 .m-scroll .pagination span{
	display: block;
	width: 15px;
	height: 7px;
	background: url(../image/ico_51.png) no-repeat left center;
	float: left;
	margin-right: 8px;
	border-radius: 0;
}
.special-focus .wrap1 .m-scroll .pagination span.swiper-pagination-bullet-active{
	background: url(../image/ico_51.png) no-repeat right center;
	width: 25px;
}
.special-focus .wrap1 .right{
	width: 68%;
}
.special-focus .wrap1.m-wrap .right{
	width: 100%;
}
.special-focus .wrap1 .right ul{
	width: 100%;
}
.special-focus .wrap1 .right li{
	width: 47%;
	background-color: #f1f1f1;
	margin-left: 3%;
	transition: all 0.2s ease 0s;
	margin-bottom: 20px;
}
.special-focus .wrap1.m-wrap .right li{
	width: 100%;
	margin-left: 0;
	margin-bottom: 14px;
}
.special-focus .wrap1 .right li a{
	display: block;
	padding: 25px 5% 28px;
	width: 90%;
}
.special-focus .wrap1.owrap .right li a{
	padding: 14px 5%;
}
.special-focus .wrap1.twrap .right li a{
	padding: 10px 5% 10px;
}
.special-focus .wrap1.m-wrap .right li a{
	padding: 25px 5% 40px;
}
.special-focus .wrap1 .right li span{
	transition: all 0.2s ease 0s;
}
.special-focus .wrap1 .right .f18{
	display: block;
	line-height: 28px;
	color: #666;
	height: 28px;
	overflow: hidden;
}
.special-focus .wrap1.owrap .right .f18{
	font-size: 16px;
}
.special-focus .wrap1.m-wrap .right .f18{
	color: #035cac;
	font-size: 16px;
	line-height: 24px;
}
.special-focus .wrap1 .right .word{
	line-height: 24px;
	color: #b1b1b1;
	display: block;
	margin-top: 9px;
	font-size: 14px;
	height: 48px;
	overflow: hidden;
}
/*.special-focus .wrap1.twrap .right .word{
	display: none;
}*/
.special-focus .wrap1.m-wrap .right .word{
	color: #666;
	margin-top: 4px;
	position: relative;
}
.special-focus .wrap1 .right .date{
	color: #b1b1b1;
}
.special-focus .wrap1.m-wrap .right .date{
	color: #666;
	position: absolute;
	left: 0;
	bottom: -24px;
	font-size: 12px;
}
.special-focus .wrap1 .right li:hover{
	background-color: #035cac;
}
.special-focus .wrap1 .right li:hover .f18{
	color: #fff;
}
.special-focus .wrap1 .right li:hover .word{
	color: #a4b9d8;
}
.special-focus .wrap1 .right li:hover .date{
	color: #d4deec;
}
.special-focus .wrap2{
	padding-top: 31px;
	padding-bottom: 65px;
	position: relative;
	overflow: hidden;
}
.special-focus .wrap2.m-wrap{
	padding-top: 12px;
	padding-bottom: 24px;
}
.special-focus .wrap .titbox{
	width: 100%;
	overflow: hidden;
}
.special-focus .wrap h2{
	font-size: 42px;
	font-weight: normal;
	color: #035cac;
	line-height: 75px;
}
.special-focus .wrap.m-wrap h2{
	font-size: 22px;
	line-height: 46px;
}
.special-focus .wrap.twrap h2{
	font-size: 36px;
	line-height: 80px;
}
.special-focus .wrap2 ul{
	width: 103%;
}
.special-focus .wrap2.m-wrap ul{
	width: 100%;
}
.special-focus .wrap2 .look-more{
	font-size: 24px;
	color: #8ea9d0;
	line-height: 42px;
	display: inline-block;
	margin-top: 44px;
}
.special-focus .wrap2.twrap .look-more{
	margin-top: 25px;
}
.special-focus .wrap2.m-wrap .look-more{
	font-size: 16px;
	line-height: 46px;
	margin-top: 0;
}
.special-focus .wrap2 li{
	width: 31%;
	margin-right: 2%;
}
.special-focus.marg-bot .wrap2 li{
	margin-bottom: 20px;
}
.special-focus .wrap2.m-wrap li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 18px;
}
.special-focus .wrap2 li img{
	display: block;
	width: 100%;
}
.special-focus .wrap2 li a{
	display: block;
	cursor: pointer;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.special-focus .wrap2 li .cont{
	width: 90%;
	padding: 0 5% 25px 5%;
	background: url(../image/bg_13.png) repeat center;
	color: #fff;
	position: absolute;
	bottom: -110px;
	left: 0;
	transition: all 0.5s ease 0s;
}
.special-focus .wrap2.twrap li .cont{
	bottom: -31px;
	padding-bottom: 10px;
}
.special-focus .wrap2.m-wrap li .cont{
	bottom: 0;
	padding-bottom: 0;
}
.special-focus .wrap2 li .f18{
	display: block;
	line-height: 28px;
	padding: 13px 0;
}
.special-focus .wrap2.twrap li .f18{
	line-height: 20px;
}
.special-focus .wrap2.m-wrap li .f18{
	line-height: 38px;
	font-size: 14px;
}
.special-focus .wrap2 li .word{
	line-height: 22px;
	display: block;
	height: 44px;
}
.special-focus .wrap2.twrap li .word{
	display: none;
}
.special-focus .wrap2.m-wrap li .word{
	display: none;
}
.special-focus .wrap2 li .more{
	display: inline-block;
	padding-right: 16px;
	background: url(../image/ico_43.png) no-repeat right center;
	margin-top: 18px;
}
.special-focus .wrap2.twrap li .more{
	margin-top: 0;
}
.special-focus .wrap2.m-wrap li .more{
	display: none;
}
.special-focus .wrap2 li:hover .cont{
	bottom: 0;
	background: url(../image/bg_09.png) repeat center;
}
.special-focus .wrap3{
	padding-top: 18px;
	padding-bottom: 60px;
	position: relative;
}
.special-focus .wrap3 .more{
	display: inline-block;
	position: absolute;
	right: 6%;
	top: 35px;
	color: #8ea9d0;
	font-size: 24px;
	line-height: 40px;
}
.special-focus .wrap3.twrap .more{
	top: 45px;
}
.special-focus .wrap3.m-wrap .more{
	top: 25px;
	font-size: 16px;
}
.special-focus .wrap3 .imgwrap{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.special-focus .wrap3 ul{
	width: 101%;
}
.special-focus .wrap3 li{
	width: 33%;
	margin-right: 1px;
}
.special-focus .wrap3.m-wrap li{
	width: 100%;
	margin: 0;
}
.special-focus .wrap3 li a{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.special-focus .wrap3 li a.big{
	margin-bottom: 1px;
}
.special-focus .wrap3 li img{
	display: block;
	width: 100%;
	transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
}
.special-focus .wrap3 li a:hover img{
	transform: scale(1.1, 1.1);
    transition: transform 0.6s ease 0s;
}
.special-focus .wrap3 span.small{
	display: block;
	width: 102%;
	overflow: hidden;
	margin-bottom: 1px;
}
.special-focus .wrap3.m-wrap span.small{
	float: right;
}
.special-focus .wrap3 span.small a{
	width: 49%;
	margin-right: 1px;
}

/************新闻详情**************/
.news-info{
	padding-top: 40px;
	padding-bottom: 50px;
	transition: normal;
	position: relative;
} 
.news-info .leftwrap{
	width: 66%;
	margin-right: 2%;
}
.news-info.twrap .leftwrap,.news-info.m-wrap .leftwrap{
	margin-right: 0;
	width: 100%;
}
.news-info.m-wrap .leftwrap{
	padding-top: 10px;
}
.news-info .rightwrap{
	width: 32%;
}
.news-info.twrap .rightwrap,.news-info.m-wrap .rightwrap{
	width: 100%;
}
.news-info h1{
	font-weight: 600;
	margin-bottom: 14px;
	color: #505050;
	/*font-size: 42px;
	line-height: 50px;*/
	font-size: 18px;
	line-height: 30px;
}
.news-info.m-wrap h1{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.news-info .entry-meta{
	padding: 8px 20px;
	background: #edf1f7;
	overflow: hidden;
	color: #505050;
	line-height: 36px;
	font-size: 14px;
}
.news-info .contwrap{
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 40px;
	color: #555;
}
.news-info .contwrap img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.news-info.m-wrap .contwrap{
	padding-bottom: 0;
}
.news-info .rightwrap h4{
	font-weight: bold;
	padding: 12px 14px;
	line-height: 23px;
	margin-bottom: 20px;
	background: #035cac;
	font-size: 16px;
	color: #fff;
}
.news-info.m-wrap .rightwrap h4{
	font-size: 15px;
	padding: 6px 14px;
	margin-bottom: 0;
}
.news-info .rightwrap ul{
	width: 94%;
	padding: 0 3%;
}
.news-info.twrap .rightwrap ul{
	width: 96%;
	padding: 0 2%;
}
.news-info .rightwrap li{
	width: 100%;
	padding-bottom: 14px;
	padding-top: 7px;
	border-bottom: 1px solid #dadada;
}
.news-info .rightwrap li:last-child{
	border-bottom: none;
}
.news-info .rightwrap li a{
	color: #333;
	font-weight: bold;
	display: inline-block;
	font-size: 14px;
	line-height: 28px;
}
.news-info.m-wrap .rightwrap li a{
	font-size: 15px;
	line-height: 24px;
}
.news-info .rightwrap li a:hover{
	color: #035cac;
}
.news-info .rightwrap li .post-date{
	display: block;
	line-height: 21px;
	font-size: 13px;
	color: #555;
	margin-top: 1px;
}
.news-info.m-wrap .rightwrap li .post-date{
	margin-top: 5px;
}
.news-info .paging{
	width: 100%;
}
.news-info .paging{
	height: 48px;
    padding: 20px 0;
    width: 100%;
}
.news-info.m-wrap .paging{
	height: auto;
}
.news-info .paging .fl{
	font-size: 12px;
    line-height: 22px;
}
.news-info.m-wrap .paging .fl{
	float: none;
	display: block;
	width: 100%;
}
.news-info .paging a{
	color: #666;
}
.news-info .paging a:hover{
	color: #035cac;
}
.news-info .paging .return{
	border: 1px solid #ddd;
    display: block;
    height: 34px;
    line-height: 34px;
    margin-top: 10px;
    text-align: center;
    width: 100px;
    font-size: 14px;
}
.news-info.m-wrap .paging .return{
	float: none;
}
.news-info .paging .return:hover{
	border: 1px solid #035cac;
	background-color: #035cac;
	color: #fff;
}

.video-info .m-video{
	display: none;
}
.video-info.m-wrap .m-video{
	display: block;
}
.video-info.m-wrap .p-video{
	display: none;
}

.social-recruit .section2 .sub-wrap{
	height: 100%;
}



.load-bg{
	width: 100%;
	height: 32px;
	background: url(../image/loading.gif) no-repeat center;
}
.social-recruit{
	padding: 40px 0 100px;
	background: #f5f5f5;
}
.floor-nav{
	display: block;
}
.floor-nav a{
	display: inline;
	display: inline-block;
	width: 94px;
	margin-top: 20px;
    padding-left: 48px;
    margin-right: 2%;
    height: 40px;
    line-height: 40px;
    background: #e3e3e3;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}
.floor-nav a:hover{
	color: #fff;
	background:#025bab;
}
.m-ins-navbox{
	display: none!important;
}
.zrc-color251{
	background:rgb(251,251,251);
}
.zrc-brand .zrc-culture-title{
	color:rgb(82,82,82);
}
.zrc-brand-content{
	width:100%;
	margin-top:2rem;
	font-size:16px;
}

.zrc-brandshow-list{
    display:flex;
    justify-content: space-between;
    margin-top:2rem;
}
.zrc-brandshow-list ul {
width: 100%;
}
    .zrc-brandshow-list ul li {
        width: 33.33%;
        text-align: center;
        margin-bottom: 20px;
     
        
    }
.contact_us ul{ width: 100%;padding-bottom: 30px;padding-top: 50px;}
.contact_us ul li{ float: left;width: 33.33%;}
    .contact_us ul li img{ float: left;display: inline-block;margin-left: 30px;}
.contact_us ul li div{ float: left;width: 237px;margin-left: 10px;font-size: 16px;}
    .contact_us ul li div h1{ font-size: 18px; font-family:'Poppins-Bold';}
.zrc-brand-list-0418 ul{width: 100%}
.zrc-brand-list-0418 .main {
    background: url('/static/aot/static/image/brand-C.png') no-repeat top;
    background-size: contain;
    
    min-height: 350px;
}
.zrc-brand-list-0418 ul li {
    float: left;
    width: 20%;text-align: center;
}
    .zrc-brand-list-0418 ul li a{ margin-bottom: 10px;display: block;}
    .zrc-brandshow-list ul li .brandshow {
        width: 95%;
        background: #fcfcfc;
        margin: 0 auto;
        border: 1px solid #cccccc;
    }
.zrc-brandshow-list ul li .brandshow span{ display: block;font-size: 18px;margin: 2px;line-height: 40px;}
            .zrc-brandshow-list ul li .brandshow em {
                display: inline-block;
                padding: 0 30px;
                line-height: 40px;
                margin-bottom: 20px;
                border: 1px solid #d3b545;
                font-size:14px;
           }
            .zrc-brand-list {
                display: flex;
                justify-content: space-between;
                margin-top: 2rem;
            }
.zrc-brand-list ul{
	width:31%;
}
.zrc-brand-list ul li{
	width:100%;
	text-align: center;
	margin-bottom:1rem;
}

.zrc-brand-list ul li:nth-child(1){
	font-size:1.3rem;
	background: #f6f7f9;
	color:rgb(255,130,1);
	padding:1rem 0;
	border-radius: 5px;
}
.zrc-brand-list ul li img{
	width:;
}
.zrc-1019-swiper{
	margin:3rem 0 !important;
}
.zrc-1019-swiper .swiper-button-prev{
	background-image:url('../../image/left.png');
	width:44px;
	background-size: cover;
	left:0;
}
.zrc-1019-swiper .swiper-button-next{
	background-image:url('../../image/right.png');
	width:44px;
	background-size: cover;
	right:0;
}
.zrc-1019-swiper>div div{
	text-align: center;
}
.zrc-1019-swiper p{
	text-align: center;
	color:#fff;
	font-size:1.3rem;
	margin-top:1rem;
}
.zrc-culture{
	background: url('../../image/aboutbg.png') no-repeat;
	background-size: cover;
}
.zrc-culture>div>p{
	text-align: center;
	color:#fff;
	font-size:1.3rem;
}
.zrc-culture-p-15{
	font-size:1.5rem !important;
}
.zrc-culture-title{
	width:100%;
	text-align: center;
	color:#fff;
}
.zrc-culture-title p:nth-child(1){
	font-weight: 600;
	font-size: 3rem;
}
.zrc-culture-title p:nth-child(2){
	font-size: 2rem;
}
.zrc-culture-banner{
	display: flex;
	justify-content:space-between;
}
.zrc-culture-banner>img{
	width:20px;
	height:20px;
	border:1px solid rgba(255,255,255,0.5);
	padding:10px;
	border-radius: 100px;
	margin-top:50px;
	cursor: pointer;
}
.zrc-culture-banner>ul{
	width:80%;
	overflow: hidden;
	margin-top:20px;
	height:155px;
}
.zrc-culture-banner>ul li{
	text-align: center;
	color:#fff;
	font-size:16px;
	width:20%;
}
.zrc-honor{
	font-size:16px;
}
.zrc-1013-serach{
	width:100%;
	position: relative;
}
.zrc-1013-serach input{
	width:94%;
	height:72px;
	color:#999;
	font-size:14px;
	padding:0 3%;
	box-shadow:0 0 10px #ddd;
	border:0;
}
.zrc-1013-serach img{
	width:30px;
	height:30px;
	position: absolute;
	right:1%;
	cursor: pointer;
	top:20px;
}
.zrc-1013-serach-list{
	margin-top:20px;
	width:96%;
	position: relative;
	background: #fff;
	padding:0 2% 10px;
}
.zrc-1013-serach-list div{
	height: 450px;
	overflow: hidden;
}
.zrc-1013-serach-list-title{
	color:#000;
	font-weight: 600;
	font-size:14px;
	display: flex;
	justify-content: space-between;
	border-bottom:1px solid #ddd;
	padding:10px 0;
	margin-bottom:20px;
}
.zrc-1013-serach-list-title span{
	display: inline-block;
	width:19.5%;
	text-align: center;
        font-size:20px;
        font-family:'Poppins';

}
.zrc-1013-serach-list2{
	color:#010101;
	font-size:14px;
	display: flex;
	justify-content: space-between;
	padding-bottom:10px;
}
.zrc-1013-serach-list2 span{
	display: inline-block;
	width:19.5%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zrc-1013-serach-list2 a{
	display: inline-block;
	width:19.5%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zrc-1013-serach-list2 span:last-child{
	color:orange;
	border:1px solid orange;
	width:80%;
}
.zrc-1013-form{
	width:100%;
	text-align: center;
}
.zrc-1013-form input{
	display: inline-block;
	width:96%;
	border:0;
	font-size: 16px;
	padding:15px 2%;
	margin-bottom:20px;
        font-family:'Poppins';
}
.zrc-1013-form select{
	display: inline-block;
	width:100%;
	border:0;
	font-size: 16px;
	padding:15px 2%;
	margin-bottom:20px;
        font-family:'Poppins';
        color:#666;
}
.zrc-1013-form textarea{
	display: inline-block;
	width:96%;
	border:0;
	font-size: 16px;
	padding:15px 2%;
	margin-bottom:20px;
        font-family:'Poppins';
}
.zrc-1013-form input:last-child{
	background: rgb(255,130,1);
	color:#fff;
	width:100%;
}
.zrc-color242{
	background: #f5f5f5;
	/*border-bottom: 1px solid #dfdfdf;*/
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);

}
.zrc-1013-wrap3{
	background: #f5f5f5;
	min-height:75px;
	height:auto;
    min-height: 96px;
    height: 96px;
}
.zrc-1013-wrap3 ul{
	display: flex;
	flex-wrap: wrap;
	width:100%;
}
.zrc-1013-wrap3 li{
	margin-bottom:10px;
	margin-top:5px;
	/*line-height:30px;*/
	width:14.28%;
	margin-right:0;
	/*white-space: nowrap;*/
	overflow: hidden;
	text-overflow: ellipsis;
}
.zrc-1013-wrap3 li a{
	display: flex;
	flex-direction: column;
	justify-content: center;min-height: 90px
}
.zrc-1013-wrap3 li a img{
	width:45px;
	height:45px;
	margin: 0 auto;
}
    .zrc-1013-wrap3 li a img.pimg1{ filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);}
    .zrc-1013-wrap3 li a p {
        text-align: center;
        font-family: "Poppins-Bold";line-height: 23px
    }
    .zrc-1013-wrap3 li a:hover {
        border: 0;
        color: #ff9d00;
        background: unset;
        border-bottom: 2px solid rgb(255, 130, 1)
    }
.zrc-20201225-content{
	width:896px;
	float: right;
	margin-bottom: 150px;
}
.zrc-display-flex{
	display: flex;
	justify-content: space-between;
}
.zrc-1013-products-title{
	border-bottom:1px solid #ddd;
}
.zrc-1013-products-title div{
	width:1200px;
	display: flex;
	justify-content: space-between;
	margin:15px auto;
}
.zrc-1013-products-title p{
	display: inline-block;
	font-size:12px;
	line-height: 38px;
}
.zrc-1013-products-title span{
	font-size:18px;
	color:#000;
	font-weight: 600;
}
.zrc-0413-products {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}
.zrc-0415-products {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
    font-family: "Poppins-Regular" !important;
    font-size: 14px;
}
.zrc-0414-products {
    background: url('/static/aot/static/image/proshow_bg_05.jpg') no-repeat top;
    background-size: cover;
}
    .zrc-0414-products .proshow-2:after{ display: table;content: '';width: 100%;height: 5px}
.zrc-0414-products .proshow-2 .theader:after{ content: '';display: block}
    .zrc-0414-products .proshow-3 table{ width: 100%;}
    .zrc-0414-products .proshow-3 table thead {
        height: 40px;line-height: 40px;
        background: #ffa400;color: #fff;
    }
    .zrc-0414-products .proshow-3 .pboxlist {
        padding: 22px;
        background-color: rgb(255 255 255 / 80%);
    }
.pboxlist { border-bottom: 1px solid #e5e5e5; margin: 0 auto 60px; }
.pboxlist h1{ font-size: 25px;font-weight: 700;color: #4f2273;border-bottom: 1px solid #a3deca;line-height: 37px;padding-bottom: 6px;margin-bottom: 20px;position: relative;}
.pboxlist h1 em{ display: block;width: 177px;height:46px;border-radius: 5px;background: #77459e;color: #fff;padding-left: 65px;position: absolute;
    right: 0;
    bottom: 8px;line-height: 46px;font-style: normal;}
.pboxlist h1 em:before{ content: '';width: 25px;height: 25px;background: url('../images/qiu.png') no-repeat;display: block;position: absolute;left: 26px;top: 12px;}
.pboxlist table{ width:100%;}
.pboxlist tr th{background: #fff;border-bottom: 1px solid #e5e5e5;line-height: 53px;font-weight: normal;text-align: left;font-size: 16px;color: #303030;}
    .pboxlist tr:nth-child(odd) {
        background-color: rgb(242 247 255 / 80%);
    }
.pboxlist tr td:first-child:before{position:absolute;top: 50%;left: 10px;display:block;width: 12px;height: 12px;border-radius:50%;background-color: #c0d8ff;content:"";margin-top: -6px;}

.pboxlist tr td{padding: 11px 0;line-height: 27px;position: relative;font-size: 14px;}
    .pboxlist .ptitle, .pboxlist-0420 .ptitle {
        text-align: left;
    }
.pboxlist td .ln{ text-align: center;font-size: 16px;}
.pboxlist-0420{ font-size: 16px;}
    .pboxlist tr .pen, .pboxlist-0420 tr .pen {
        width: 130px; /* text-align:center; */
        padding-left: 30px;text-align: left;
    }
    .pboxlist tr .pen1, .pboxlist-0420 tr .pen1 {
        width: 130px; /* text-align:center; */
        padding-left: 10px; text-align: left;
    }
.pboxlist tr .pen2, .pboxlist-0420 tr .pen2 {
    width: 80px; /* text-align:center; */
    padding-left: 10px; text-align: left;
}
.zrc-0414-products .proshow-3{ position: relative;}
    .zrc-0414-products .proshow-3:before {
        content: '';
        display: table;
        background: #ffa400;
        height: 40px;
        top: 0px;
        left: 0px;
        width: 100%;position: absolute;z-index: 0;
    }
    .zrc-0414-products .proshow-3 .proshow-3-tab { position: relative;
    }
.zrc-0414-products .proshow-3 table.pboxlist-0420 {
    width: calc(100% - 44px);
    margin: 0 22px;
    font-family: 'Poppins';
}
.pboxlist tr .method {
    width: 330px;
    text-align: center;
}
.pboxlist tr .dosage{text-align:center;}
.pboxlist tr span{ display:inline-block;}
.pboxlist tr a{ cursor:default }
.zrc-0414-products .proshow-3 .con{}
.zrc-0414-products .proshow-4{padding: 0 0 100px}
.zrc-0414-products .proshow-4 .other-product-lists {
    width: 274px;
    background-color: #fff;
    display: block;
    border-radius: 10px;
}
    .zrc-0414-products .proshow-4 .other-product-lists:after{ content: '';display: block;}
    .zrc-0414-products .proshow-4 .other-product-lists .tit {
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        /* display: flex; */
        /* -webkit-box-align: center; */
        /* -webkit-align-items: center; */
        -ms-flex-align: center;
        /* align-items: center; */
        /* -webkit-box-pack: center; */
        /* -webkit-justify-content: center; */
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 91px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background: #ffffff;
        position: relative;
        border-radius: 0 0 10px 10px;
    }
        .zrc-0414-products .proshow-4 .other-product-lists .tit p {
            font-size: 13px;
            color: #898989;
            margin-top: 0px;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            padding: 0px 16px 0;
            font-family: "Poppins-Bold";
        }
    .zrc-0414-products .proshow-4 .other-product-lists  div:first-child {
        border: none;
        width: 100%;
        border-radius: 10px 10px 0 0;
        height: 274px;
        transition: opacity,.4s,-webkit-transform .4s;
        transition: opacity,transform .4s,.4s;
        transition: opacity, transform .4s, .4s, -webkit-transform .4;
    }
    .zrc-0414-products .proshow-2 .theader {
        height: 40px;
        background: #ffa400
    }
        .zrc-0414-products .proshow-2 ul {
            width: 100%;
        }
    .zrc-0414-products .proshow-2 .theader ul li {
        border: none;
    }
        .zrc-0414-products .proshow-2 .theader ul li em, .zrc-0414-products .proshow-2 .theader ul li i,
        .zrc-0414-products .proshow-2 .theader ul li:nth-of-type(even), .zrc-0414-products .proshow-2 .theader ul li:nth-of-type(odd) em,
        .zrc-0414-products .proshow-2 .theader ul li:nth-of-type(odd), .zrc-0414-products .proshow-2 .theader ul li:nth-of-type(even) em,
        .zrc-0414-products .proshow-2 .theader ul li:nth-of-type(even) i {
            background: none;
            border: none;
            color: #fff;
            font-size: 16px;
        }
        .zrc-0414-products .proshow-2 ul li {
            width: 50%;
            float: left;
            line-height: 40px;
            border-bottom: 1px solid #e5e5e5;
            box-sizing: border-box;
        }
                .zrc-0414-products .proshow-2 ul li em {
                    width: calc(30% - 11px);
                    display: inline-block;
                    float: left;
                    padding-left: 10px;
                    background-color: rgb(248 248 248 / 80%);
                }
                .zrc-0414-products .proshow-2 ul li i {
                    width: calc(70% - 31px);
                    display: inline-block;
                    padding-left: 30px;
                    background-color: rgb(255 255 255 / 80%);
                }
                .zrc-0414-products .proshow-2 ul li:nth-of-type(odd), .zrc-0414-products .proshow-2 ul li:nth-of-type(even) em, .zrc-0414-products .proshow-2 ul li:nth-of-type(even) i {
                    border-left: 1px solid #e5e5e5;
                }
                .zrc-0414-products .proshow-2 ul li:nth-of-type(even), .zrc-0414-products .proshow-2 ul li:nth-of-type(odd) em {
                    border-right: 1px solid #e5e5e5;
                }
                .zrc-0414-products .proshow-1:before {
                    content: '';
                    display: block;
                    width: 100%;
                    height: 40px;
                    background: #ffa400
                }
.zrc-0414-products .proshow-1:after{ display: block;content: '';width: 100%;}
    .zrc-0414-products .proshow-1 {
        background-color: rgb(255 255 255 / 60%);
    }
        .zrc-0414-products .proshow-1 .con {
            padding: 40px 45px;
        }
.zrc-0414-products .proshow-1 .con:after{ content: '';display: table;width: 100%;}
.zrc-0413-products h6, .zrc-0412-products h6 {
    text-align: right;
    font-family: Arial, sans-serif;
    color: #8e8e8e;
    font-size: 14px;

}
.zrc-0413-products h6 a,.zrc-0412-products h6 a {
        color: #8e8e8e
    }
    .zrc-0413-product-show-1 {
        background: url('/static/aot/static/image/proshow_bg_02.jpg') no-repeat;
        background-size: cover;
        min-height: 500px;
        margin-bottom: 40px;
    }
    .zrc-0413-product-show-1:after{ display: block;width: 100%;content: ''}
        .zrc-0413-product-show-1 .fl {
            width: 641px;
            height: auto;
            overflow: hidden;
            position: relative;
            height: 500px;
        }
.tswiper-container{width: 100%;
    height: 100%;}
    .tswiper-container  .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .tswiper-container .swiper-pagination-bullet-active {
        background: #f59c0a;
    }
    .zrc-0413-product-show-1 .fl img {
        display: block;
    }
.zrc-0413-product-show-1 .fr {
    padding: 53px 44px;
    font-family: "Poppins-Regular" !important;
    font-size: 16px;
    width: calc(50% - 156px);
    min-height: 349px;
    line-height: 33px;
    text-align: left;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 349px;
    -webkit-box-orient: vertical;
    vertical-align: middle;
    display: table-cell;
    vertical-align: middle;
}
    .zrc-0413-product-show-1 .fr h6{ text-align: left;margin-top: 2rem;}
.zrc-0413-product-show-1 .fr h6 img{ cursor: pointer;}
    .zrc-0412-products {
        padding-top: 20px !important;
    }
        .zrc-0412-products .header-tit, .zrc-0413-products .header-tit {
            padding: 48px 0 38px 0
        }

    .zrc-0412-products ul {
        width: 100%;
    }
    .zrc-0412-products ul li { float: left; }
        .zrc-0412-products li {
            width: calc(300px - 20px);
            margin-right: 20px;
            float: left;
            margin-top: 40px;
        }
.zrc-0412-products li:nth-child(4n) {
    margin-right: 0;
}
.zrc-0412-products li:nth-child(4n + 1) {
    clear: both;
}
.zrc-0412-products li:nth-child(-n + 4) {
    margin-top: 0;
}
    .card-pro {
        background-color: #fff;
       
        display: block;
        /*transition: box-shadow .15s ease;
       box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);*/
        border-radius: 10px;
    }
        .card-pro .c-img {
            padding: 0px;
            border-radius: 10px 10px 0 0;
            height: 280px;
            transition: opacity,.4s,-webkit-transform .4s;
            transition: opacity,transform .4s,.4s;
            transition: opacity,transform .4s,.4s,-webkit-transform .4s;
        }
        .card-pro .text h5 {
            font-size: 14px;
            color: #898989;
            margin-top: 0px;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            padding: 0px 16px 0;
            font-family: "Poppins";
            line-height:22px;
        }
        .card-pro .text h3 {
            font-size: 10px;
            color: #898989;
            margin-top: 0px;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            padding: 0px 16px 0;
            font-family: "Poppins";
            line-height: 22px;
            background: url('/static/aot/image/ico_08.png') no-repeat 68% center;
            margin-top: 5px;
        }
        .card-pro .text {  text-align: center;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            /* display: flex; */
            /* -webkit-box-align: center; */
            /* -webkit-align-items: center; */
            -ms-flex-align: center;
            /* align-items: center; */
            /* -webkit-box-pack: center; */
            /* -webkit-justify-content: center; */
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            height: 120px;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            background: #ffffff;
            position: relative; }
        .card-pro:hover .text {
            background: #fbb800;
            
            border-radius: 0 0 10px 10px;
        }

        .card-pro:hover {
            box-shadow: 0 17px 32px 0 rgb(0 0 0 / 16%);
            transition: box-shadow .15s ease;
        }
            .card-pro:hover .text h5, .card-pro:hover .text h3 {
                color: #fff
            }
            .card-pro:hover .text h3 {
                color: #fff;
                background: url('/static/aot/image/ico_08a.png') no-repeat 68% center;
            }
            .zrc-1014-products {
                padding-top: 20px !important;
            }

.zrc-1014-products-type{
	width:232px;
	padding:20px 1% 10px;
	background: #ff9d00;
}
.zrc-1014-products-type>p{
	color:#fff;
	font-size:20px;
	line-height: 22px;
	margin-bottom: 20px;
        padding-left:5px;
        font-family:Arial;
        text-transform:Uppercase;  
}
.zrc-1014-products-type>div{
	background: #fff;
	padding:10px 0;
}
.zrc-1014-products-type>div>div{
	margin-bottom: 10px;
	border:1px solid #e1e1e1;
	width:94%;
	margin-left:3%;
}
.zrc-1014-products-type a{
	display: block;
	border-bottom:1px solid #e1e1e1;
	color:#000;
	background:#f1f1f1;
	padding:10px 3%;
	font-size:15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
        font-family:Arial;
}
.zrc-1014-products-type>div>div>div a{
	background: #fff;
	padding-left: 10%;
}
.zrc-1014-products-type>div>div>div a:last-child{
	border-bottom: 0;
}
.clickBtn{
	position: relative;
}
.clickBtn span{
	position: absolute;
	right:3%;
	font-weight: 600;
	color:#fff;
	width:20px;
	height:20px;
	font-size:16px;
	line-height: 20px;
	text-align: center;
	top:15px;
	background:#e1e1e1;
}
.zrc-1014-products-type-a-active{
	color:rgb(255,130,1) !important;
}
.zrc-1014-products-list{
	width:896px;
	float: right;
	min-height:500px;
}
.zrc-1014-products-list-search{
	width:100%;
	position: relative;
	margin-bottom:20px;
}
.zrc-1014-products-list-search input{
	width:50%;
	background: #e6e6e6;
	border:0;
	border-radius: 50px;
	font-size:14px;
	padding:10px 2%;
	margin-left:46%;
}
.zrc-1014-products-list-search img{
	position: absolute;
	right:2%;
	top:10px;
	width:20px;
	height:20px;
	cursor: pointer;
}
.zrc-1014-products-lists{
	padding:2rem 20px;
	display: flex;
	box-shadow:0px 0px 30px #ddd;
	position: relative;
	margin-bottom: 40px;
}
.zrc-1014-products-lists>div{
	position: relative;
	width:556px;
	word-break: break-all;
}
.zrc-1014-products-lists>div p:nth-child(3){
	color:rgb(255,130,1);
	margin-top: 10px;
	font-size:12px;
        font-family:Arial;
}
.zrc-1014-products-lists::before{
	position: absolute;
	bottom:0;
	left:0;
	content:'';
	width:100%;
	height:4px;
	background: #ddd;
}
.zrc-1014-products-lists:hover::before{
	background: #ff9d00;
}
    .zrc-1014-products-lists img {
        width: 205px;
        height: 205px;
        display: inline-block;
        margin-right: 40px;
        transition: .5s ease;
    }
        .zrc-1014-products-lists img:hover {
            
            transition:.5s ease;
            transform:scale3d(1.05,1.05,1);
        }
        .zrc-1014-products-lists div p:nth-child(1){
	color:#222;
	font-size:18px;
        font-family:Arial;
}
.zrc-1014-products-lists div p:nth-child(2){
	color:#777;
	font-size:14px;
	margin-top:10px;
        font-family:Arial;
}
.zrc-1014-product-show-type{
	max-width:1200px;
	margin:0 auto;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	padding:2rem 0 1rem;
	border-bottom:1px solid #ddd;
	float: unset;
}
.zrc-1014-product-show-type a{
	display: inline-block;
	width:18%;
	text-align: center;
	color:#000;
	border-radius: 10px;
	background:#ddd;
	padding:10px 0;
	font-size:16px;
	margin-bottom:1rem;
	margin-right:2.5%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zrc-1014-product-show-type a:nth-child(5n+5){
	margin-right:0;
}
.zrc-1014-product-show-title{
	display: flex;
}
.zrc-1014-product-show-title img{
    width: 398px;height: 398px;
	display: inline-block;
	margin: 0 auto;
}
.zrc-1014-product-show-title>.swiper-container{
	width:378px;
	height:308px;
	margin-right:40px;
	border:1px solid #c8c8c8;
	
}
.zrc-1014-product-show-title>.swiper-container .swiper-slide{
	text-align: center;
	display: flex;
	justify-content: center;
	flex-flow: column;
}
.zrc-1014-product-show-title .swiper-pagination-bullet-active{
	background: #ff9d00;
}
.zrc-1014-product-show-title>div:nth-child(2){
	width:475px;
	display: inline-block;
}
.zrc-1014-product-show-title>div p:nth-child(1){
	color:#000;
	margin-bottom:15px;
	font-size:25px;
	font-weight:600;
	border-bottom: 1px solid #c8c8c8;
	width: 475px;
	word-break: break-all;
	line-height: 25px;
	padding-bottom: 15px;
        font-family:Arial;
}
.zrc-1014-product-show-title>div:nth-child(2)>div{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.zrc-1014-product-show-title>div:nth-child(2)>div span{
	width:100%;
	display: inline-block;
	font-size:1.3rem;
	margin-bottom:1rem;
	color: #474747;
	line-height: 22px;
	margin-bottom:10px;
        font-family:Arial;
}
    .zrc-1014-product-show-title > div:nth-child(2) > div span em{ color:#333;float: left;height: 100%;display: inline-block;font-size:14px;font-weight:600;padding-left:10px;}
    .zrc-1014-product-show-title > div:nth-child(2) > div span i { font-style: normal;color: #333;display: inline;font-size:14px;}
    .zrc-1014-product-show-title > div:nth-child(2) > div span:nth-child(11) {
        margin-bottom: 0;
    }
.zrc-1014-pt0{
	padding-top:3rem !important;
}
.zrc-1014-product-show-content{
	width:100%;
}
.zrc-1014-product-show-content>div:nth-child(1){
	display: flex;
	margin-top:45px;
}
.zrc-1014-product-show-content div:nth-child(1) div{
	width:100%;
	border-bottom: 1px solid #c8c8c8;
	margin-bottom:20px;
	box-shadow:0px 15px 10px -15px #ddd;
}
.zrc-1014-product-show-content div:nth-child(2) div{
	margin-left:2rem;
}
.zrc-1014-product-show-content>div>div>p{
	font-weight: 500;
	font-size:16px;
	width:186px;
	line-height: 18px;
	text-align: center;
	padding:12px 0;
	display: inline-block;
	color:#000;
	cursor: pointer;
}
.zrc-1014-product-show-content>div>div> .active{
	background: #ff9d00;
	border-radius: 10px 10px 0 0;
	color:#fff;
}
#intr{
	word-break: break-all;
	font-size: 16px;
	margin-bottom:50px;
        font-family:Arial;
        line-height: 30px;
        color:#444;
}
#down-list{
	margin-bottom:50px;	
}
.down_list{
	position: relative;
	font-size:16px;
	display: flex;
	justify-content: space-between;
	background: #fff;
	line-height: 16px;
	padding:10px 40px;
}
.down_list:nth-child(even){
	background: #f1f1f1;
}
.down_list img{
	width:20px;
	height:20px;
	margin-left:10px;
}
.down_list span:nth-child(2){
	display: flex;
	font-size:14px;
	line-height: 20px;
}
.down_list:hover{
	color:#ff9d00;
}
.other-product-title{
	width:100%;
	border-bottom: 1px solid #c8c8c8;
	box-shadow:0px 15px 10px -15px #ddd;
	margin-bottom:20px;
}
.other-product-title>p{
	background: #ff9d00;
	border-radius: 10px 10px 0 0;
	color:#fff;
	font-weight: 400;
        font-size: 16px;
        width: 186px;
        line-height: 18px;
        text-align: center;
	padding: 12px 0;
        display: inline-block;
        font-family:Arial;
}
.other-product>div:nth-child(2){
	width: 100%;
	display: flex;
}
.other-product-list{
	width:210px;
	margin-right:17px;
	display: inline-block;
}
.other-product-list:nth-child(4){
	margin-right:0;
}
.other-product-list>div{
	border:1px solid #d8d8d8;
	width:208px;
	height:158px;
}
.other-product-list>div img{
	width:198px;
	height:148px;
	margin:5px;
}
.other-product-list p{
	color:#3d3d3d;
	font-size:14px;
	text-align: center;
	word-break: break-all;
	margin-top: 10px;
        font-family:Arial;
        line-height:20px;
}
/* .zrc-1014-product-show-content div div p{
	font-size:1.3rem;
	color:#000;
} */
.zrc-1014-product-down{
	width:100%;
	border-top:1px solid #ddd;
	margin-top:3rem;
	padding-top:3rem;
	text-align: right;
}
.zrc-1014-product-down a{
	font-size:1.3rem;
	color:#fff;
	border-radius: 10px;
	background: rgb(255,130,1);
	padding:1rem 2rem;
}
.zrc-1014-menu{
	position: fixed;
	top:50%;
	right:2%;
	display: flex;
	flex-direction:column;
	opacity: 1;
	transform: translateY(-50%);
}
.zrc-1014-menu ul{
	margin: 0;
	padding: 0;
	float: unset;
}
.zrc-1014-menu li{
	background: #fff;
	border-radius: 100px;
	position: relative;
	cursor: pointer;
	margin: 1.928rem auto;
    width: 10px;
	height: 10px;
	display: block;
}
.zrc-1014-menu li a{
	position: absolute;
	left:-2rem;
	color:#fff;
}
#fp-nav{
    width: 2.1428rem;
    margin-top: 0!important;
}
#fp-nav ul li, .fp-slidesNav ul li{
	width:1.4rem !important;
	height: 1.4rem !important;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
	width:1.2rem !important;
	height: 1.2rem !important;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
	background: #fff !important;
	width:50% !important;
	height:50% !important;
	top:45% !important;
	left:40% !important;
}
#fp-nav ul li .active{
	border: 1px solid #f49c0f;
	border-radius: 100px;
}
#fp-nav ul li .active span{
	background: #f49c0f !important;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{
	margin:-2px 0px 0px -2px !important;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
	margin: -6px 0 0 -6px !important;
}
#fp-nav ul li .fp-tooltip{
	color:#f49c0f !important;
}
.page-home p{
	text-align: center;
	margin-bottom:2rem;
}
.page-home p:nth-child(1){
	font-size:8rem;
	background: linear-gradient(45deg,  rgb(255,134,0), #fff);
	-webkit-background-clip: text;
	color: transparent;
	font-weight: 600;
	line-height: 8rem;
}
.page-home p:nth-child(2){
	font-size:4rem;
	color:#fff;
	line-height: 4rem;
}
.page-home p:nth-child(3){
	font-size:3rem;
	color:#fff;
	line-height: 3rem;
}
.page-about{
	width:80%;
	max-width: 1200px;
	margin:0 auto;
	position: relative;
}
.page-about>div{
	width:100%;
}
.page-about>img{
	position: absolute;
	top:3rem;
	left:-2rem;
	z-index: 99;
	height:600px;
	width:400px;
	cursor: pointer;
}
.page-about>div div:nth-child(1){
	width:100%;
	background:rgb(248,248,248);
	padding-top:5rem;
	padding-bottom:3rem;
}
.page-about>div div:nth-child(1) p{
	padding-left:430px;
}
.page-about>div div:nth-child(1)>p:nth-child(1){
	color:#f49c0f;
	font-size:3rem;
	font-weight: 600;
}
.page-about>div div:nth-child(1)>p:nth-child(2){
	margin-top:1rem;
	color:rgb(96,96,96);
	font-size:1.8rem;
	line-height: 1.8rem;
	font-weight: 600;
}
.page-about>div div:nth-child(1)>p:nth-child(3){
	color:rgb(96,96,96);
	font-size:1.3rem;
	line-height: 1.3rem;
	margin-top:0.5rem;
}
.page-about>div div:nth-child(1) div{
	height:150px;
	overflow: hidden;
	overflow-y: auto;
	margin-top:3rem;
	padding-left:430px;
	font-size:1.2rem;
	line-height:2.3rem;
	text-indent: 2em;
	padding-right: 45px;
}
.page-about>div div:nth-child(1) div p{
	color:rgb(96,96,96);
	font-size:1.3rem;
	line-height: 2rem;
	padding-right:3rem;
}
.page-about>div div:nth-child(2){
	padding-top:3rem;
	padding-left:430px;
	display: flex;
	justify-content: space-around;
}
.page-about>div div:nth-child(2) a{
	display: inline-block;
}
.page-about>div div:nth-child(2) a p{
	color:#fff;
	text-align: center;
	font-size:1.3rem;
	margin-top:0.5rem;
}
.page-product{
	width: 1200px;
	border-radius: 10px;
	background: #fff;
	margin:0 auto;
	padding:3rem 0;
	display: flex;
}
.page-product>div:nth-child(1){
	width:35%;
}
.page-product>div:nth-child(2){
	width:60%;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.page-product>div:nth-child(1) p{
	padding-left:3rem;
}
.page-product>div:nth-child(1) p:nth-child(1){
	color:#f49c0f;
	font-size:3rem;
	font-weight: 600;
	line-height: 3rem;
	margin-bottom:1.2rem;
}
.page-product>div:nth-child(1) p:nth-child(2) span{
	color:#000;
	font-size:2.5rem;
	line-height: 2.5rem;
	padding-bottom:0.5rem;
}
.page-product>div:nth-child(1) p:nth-child(2) span:nth-child(1){
	border-bottom:3px solid rgb(255,130,1);
}
.page-product>div:nth-child(1) p:nth-child(3){
	margin-top:3rem;
	color:rgb(96,96,96);
	font-size:1.2rem;
	line-height: 2.4srem;
	padding-right:3rem;
}
.page-product>div:nth-child(1) p:nth-child(4){
	margin-top:2rem;
}
.page-product>div:nth-child(1) p:nth-child(4) a{
	background:#f49c0f;
	color:#fff;
	font-size:1.3rem;
	display: inline-block;
	padding:0.5rem 1.5rem;
	text-align: center;
}
.page-product>div:nth-child(2) a{
	width:350px;
	height:250px;
	display: inline-block;
	position: relative;
	margin-bottom:2rem;
}
.page-product>div:nth-child(2) a:nth-child(n+3){
	width:230px;
	height:250px;
	margin-bottom:0;
}
.page-product>div:nth-child(2) a p{
	position: absolute;
	bottom:2rem;
	text-align: center;
	width:100%;
}
.page-product>div:nth-child(2) a p span{
	display: inline-block;
	background: #fff;
	padding:0.5rem 2rem;
	font-size:1.2rem;
	margin:0 auto;
	border-radius: 10px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	word-break: break-all;
	width:70%;
}
.zrc-1105-mask{
	display:none;
	width:100%;
	height:100vh;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top:0;
	left:0;
	z-index: 999;
}
.zrc-1105-mask video{
	width:50%;
	margin-left:25%;
	margin-top:200px;
}
.common_tit2{
	position: relative;
	z-index: 1;
	text-align: center;
}
    .common_tit2 h3 {
        font-size: 25px;
        font-weight: bold;
        line-height: 14px;
        color: #595656;
        position: relative;
        font-family: "Poppins-Bold";
        /*text-transform: uppercase;*/
    }
.common_tit2 h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 58px;
    height: 2px;
    background-color: #ea5404;
}
.common_tit2 h3::after {
    content: '';
    display: block;
    width: 152px;
    height: 1px;
    background-color: #ddd;
    margin: 18px auto 0;
}

.common_tit2 h6 {
    font-size: 18px;
    line-height: 24px;
    color: #595656;
    margin-top: 10px;
    font-family: 'AR';
}
.common_tit3 {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 49px auto;
}
.common_tit3 h3{
    font-size: 30px;
    line-height: 18px;
    color: #595656;
    position: relative;
    font-family: "Poppins-Regular";
    text-transform:uppercase;
    display: inline-block;
    font-family: "Poppins-Bold";
}
.common_tit3 h3::after {
    content: '';
    display: block;
    /* width: 152px; */
    height: 6px;
    background-color: #ff9f1a;
    margin: 0px auto 0;
}

.page-new{
	width: 1200px;
	border-radius: 10px;
	margin:0 auto;
	padding:3rem 0;
}
.page-new p:nth-child(1){
	color:#f49c0f;
	font-size:2.6rem;
	font-weight: 600;
	line-height: 3rem;
	margin-bottom:1rem;
	text-align: center;
}
.page-new>p:nth-child(2){
	text-align: center;
}
.page-new>p:nth-child(4){
	margin-top:4rem;
	text-align: center;
}
.page-new>p:nth-child(4) a{
	background:#f49c0f;
	color:#fff;
	font-size:1.3rem;
	display: inline-block;
	padding:0.5rem 1.5rem;
	text-align: center;
}
.page-new p:nth-child(2) span{
	color:#fff;
	font-size:2.5rem;
	line-height: 2.5rem;
	padding-bottom:0.5rem;
}
.page-new p:nth-child(2) span:nth-child(2){
	border-bottom:3px solid #f49c0f;
}
.page-new>div{
	display:flex;
	margin-top:5rem;
	justify-content: space-between;
}
.page-new>div a:hover{
	background:#f2f2f2;
}
.page-new>div a:hover p{
	color:#333 !important;
}
.page-new>div a{
	display: inline-block;
	width:370px;
	height:360px;
	background:#fff;
	padding:10px;
}
.page-new>div a p:nth-child(2){
	font-size:1.3rem;
	line-height: 1.5rem;
	margin:2rem 1rem;
	color:#000;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.page-new>div a p:nth-child(3){
	font-size:1.1rem;
	line-height: 1.8rem;
	margin:0rem 1rem 1.5rem 1rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.page-new>div a p:nth-child(4){
	color:rgb(255,130,1);
	font-size:1.1rem;
	margin:0rem 1rem 1.5rem 1rem;
}
.page-new>div a img{
	width:100%;
}
.zrc-1019-footer{
	width:100%;
	background: rgb(66,66,66);
	padding:3rem 0;
        font-family:Arial;
}
.zrc-1019-footer>p{
	border-top:1px solid rgb(129,129,129);
	color:rgb(129,129,129);
	width:1150px;
	margin:0 auto;
	margin-top:2rem;
	padding-top:2rem;
	text-align: center;
	font-size:1.1rem;
        font-family:"Poppins";
}
.zrc-1019-footer>div{
	display: flex;
	width:1200px;
	margin:0 auto;
	justify-content: space-between;
	font-size:1.3rem;
	line-height: 1.3rem;
}
.zrc-1019-footer ul{
	width:15%;
}
.zrc-1019-footer li{
	width:100%;
}
.zrc-1019-footer ul li:nth-child(1){
	margin-bottom:1.8rem;
}
.zrc-1019-footer ul li:nth-child(1) a{
	color:#eee;
        font-size:16px;
        font-family:'Poppins';
}
.zrc-1019-footer ul li:nth-child(n+2){
	margin-bottom:1rem;
}
.zrc-1019-footer ul li:nth-child(n+2) a{
	font-size:1.2rem;
	line-height: 1.2rem;
	color:#999;
        font-family:'Poppins';
}
.zrc-1019-footer>div>div{
	width:40%;
	border-left:1px solid #636363;
}
.zrc-1019-footer>div>div>div{
	margin-left:40px;
}
.zrc-1019-footer>div>div>img{
	margin-left: 40px;
	margin-bottom: 10px;
}
#clickQr{
	position: relative;
}
#clickQr>div{
	position: absolute;
	top:-1rem;
	right:-5rem;
	width:70px;
	height:70px;
	background: #eee;
	border-radius: 100px;
	display: none;
}
#clickQr>div>img{
	width:20px;
	height:20px;
	position: absolute;
	left:-1rem;
	top:2rem;
}
#clickQr>div>span{
	margin-top: 1rem;
	border:0;
	width:40px;
	height:40px;
	padding:0;
}
#clickQr>div>span img{
	width:40px;
	height:40px;
}
.zrc-1019-footer div.footadd {
    position: relative;
    position: relative;
    padding-bottom: 25px
}
    .zrc-1019-footer div.footadd p{ position: absolute;top: 0px; left: 20px;}
    .zrc-1019-footer > div > div p {
        font-size: 14px;
        color: #999;
        margin-bottom: 10px;
        display: inline-block;
        font-family:'Poppins';
    }
.zrc-1019-footer span{
	width:15px;
	height:15px;
	display:inline-block;
    margin-right: 10px;
}
.zrc-1019-footer span img{
	width:15px;
	height:15px;
}
.ins-navbox li .active{
	color: #fff;
	/* border-bottom: 2px solid rgb(255,130,1); */
	background: rgb(255,130,1);
    position: relative;
    margin-bottom: -1px;
    font-family:"Poppins-Bold";

}
.zrc-1014-products-types {
    background: #fbfbfb;
    border: 1px solid #c8c8c8;
    padding: 13px;
    min-height: 300px;
    width: 246px;margin-bottom: 30px;
}
    .zrc-1014-products-types p {
        font-size: 25px;
        font-weight: bold;
        color: #1c1c1c;margin-bottom: 10px;
    ;}
    .zrc-1014-products-types a {
        background: url('/static/aot/image/pro_bg.png') no-repeat;
        display: block;
        max-height: 48px;
        font-size: 14px;
        padding: 15px 15px;
        line-height: 16px;
        font-size:15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family:Arial;margin-bottom: 3px;color: #fff;/*font-weight: bold;*/
    }
    .zrc-1014-products-types > div > div > div a {
        background: #fff;
        padding-left: 6%;
        color: #3c3c3c;
        font-weight: normal;
    }
.zrc-1014-products-types > div > div > div a:hover{  background: #e1e1e1;
    color: #3c3c3c;}
    .zrc-1014-products-types .zrc-1014-products-type-a-active {
        background: #e1e1e1;
        color: #3c3c3c;
    }
    .zrc-1014-products-type a:hover {
        /* background: rgb(255,130,1) !important; */
        color: rgb(255,130,1) !important;
    }
.zrc-1013-wrap3 li .active1 {
    color: rgb(255,130,1) !important;
    border-bottom: 2px solid rgb(255, 130, 1);
}
@media screen and (max-width: 1600px){
	.header-main{
		/* width: 96.3%; */
	}
}
@media screen and (max-width: 768px) {
    .header.m-wrap .logo img {
        width: 60%;
        height: auto !important;
    }

    .zrc-1019-footer > div > div { width: 50%; }

    .zrc-1019-footer > div > div > div { min-height: 100px; }

    .zrc-1019-footer > div { width: 96.3%; }

    .zrc-1019-footer ul { display: none; }

    .zrc-1019-footer > p { width: 96.3%; }

    .page-new { width: 96.3%; }

    .page-new > div a {
        width: 29%;
        height: min-content;
        padding: 5px;
    }

    .page-new > div a p:nth-child(2) {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .page-new > div a p:nth-child(3) {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .page-product {
        width: 96%;
        display: inline-block;
        margin-top: 20%;
        margin-left: 2%;
    }

    .page-product > div:nth-child(1) { width: 100% !important; }

    .page-product > div:nth-child(1) p:nth-child(3) {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .page-product > div:nth-child(1) p {
        padding-right: 3rem;
        text-align: center;
    }

    .page-product > div:nth-child(2) {
        margin-top: 2rem;
        overflow: hidden;
        min-height: 75px;
        display: block;
        white-space: nowrap;
        overflow-y: auto;
        width: 96%;
        margin: 0 auto;
    }

    .page-product > div:nth-child(2) a {
        width: 50%;
        height: auto;
    }

    .page-product > div:nth-child(2) a:nth-child(n + 3) {
        width: 50%;
        height: auto;
    }

    .page-product > div:nth-child(2) a p span { padding: 0.5rem 1rem; }

    .page-about > div div:nth-child(1) p:nth-child(1) { text-align: center; }

    .page-about > div div:nth-child(2) { padding-left: 0; }

    .page-about > div div:nth-child(2) a { text-align: center; }

    .page-about > div div:nth-child(2) a img { width: 50%; }

    .page-about {
        margin-top: 20%;
        width: 96%;
    }

    .page-about > img { display: none; }

    .page-about > div div:nth-child(1) p { padding-left: 0; }

    .page-about > div div:nth-child(1) div { padding-left: 0; }

    .page-about > div div:nth-child(1) {
        width: 96%;
        padding: 2rem 2%;
    }

    .page-about > div div:nth-child(1) p:nth-child(4) {
        padding-right: 0;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .page-home p:nth-child(1) {
        font-size: 4rem;
        line-height: 4rem;
    }

    .page-home p:nth-child(2) {
        font-size: 2rem;
        line-height: 2rem;
    }

    .page-home p:nth-child(3) {
        font-size: 1.5rem;
        line-height: 2rem;
    }

	.zrc-1014-product-show-content>div{
		display: inline-block;
	}
	.zrc-1014-product-show-content div:nth-child(1) div{
		margin-right:0;
		margin-bottom:2rem;
	}
	.zrc-1014-product-show-content div:nth-child(2) div{
		margin-left:0;
		margin-bottom:2rem;
	}
	.zrc-1014-products-lists{
		display: inline-block;
	}
	.zrc-1014-product-show-title div{
		width:100%;
	}
 

    .zrc-1014-product-show-title {
        display: inline-block;
    }
	.zrc-1013-products-title{
		display: none;
	}
	.zrc-1013-serach img{
		width:20px;
		height:20px;
		top:25px;
	}
	.zrc-honor{
		font-size:14px;
	}
	.zrc-culture-banner>ul li{
		font-size:14px;
	}
	.wrap2{
		width:unset !important;
	}
	.zrc-culture-title p:nth-child(1){
		font-size: 1.5rem;
	}
	.zrc-culture-title p:nth-child(2){
		font-size: 1rem;
	}
	.zrc-auth li{
		width:48%;
		margin-left:4%;
	}
	.zrc-auth li:nth-child(2n+1){
		margin-left:0;
	}
	.zrc-auth li p{
		margin:5px 0 8px 0;
		font-size:14px;
                font-family:'Poppins';
	}
 }
@media screen and (max-width: 1023px) {
	.zrc-news-list{
		background:#fff;
	}
	.bg-gray{
		background:#fff;
	}
	.news-infor.news-infor-2 .wrap2 .box{
		border:1px solid #ddd;
	}
	.wrap{
		padding: 0 6%;
		width: 88%;
		margin:unset;
	}
	.wrap2{
		width:unset;
	}
	.wrap.m-wrap{
		padding: 0 4.7%;
		width: 90.6%;
	}

	.m-wrap{
		padding: 0 4.7%;
		width: 90.6%;
	}
	.header.m-wrap{
		padding-top: 0;
		padding-bottom: 0;
		height: 46px;
	}
	.header.m-wrap.short{
		padding-top: 0;
		padding-bottom: 0;
	}
	.header.m-wrap.short.fixed{
		height: 46px;
	}
	.header.m-wrap .left{
		margin-top: 12px;
		padding-bottom: 5px;

	}
	.header.m-wrap .right{
		display: none;
	}
	.header.m-wrap .nav-ico{
		display: block;
		margin-right: 0;
		width: 66px;
		height: 46px;
		background: url(../image/ico_18.jpg) no-repeat center;
		background-size: auto 40%;
		margin-right: -5%;
	}
	.header.m-wrap .nav-ico.hover{
		background: url(../image/ico_99.png) no-repeat center #035cac;
		background-size: auto 40%;
	}
	.header.m-wrap .m-navwrap{
		width: 100%;
		position: absolute;
		top: 46px;
		left: 0;
		display: none;
		background: #fff;
	}
	.header.m-wrap .m-navwrap ul,.header.m-wrap .m-navwrap li{
		width: 100%;
	}
	.header.m-wrap .m-navwrap .tit{
		display: block;
		width: 78%;
		padding: 0 17% 0 5%;
		height: 46px;
		line-height: 46px;
		font-size: 15px;
		color: #fff;
		background: url(../image/ico_100.png) no-repeat 92% center #035cac;
		background-size: auto 22%;
		cursor: pointer;
		border-right: 1px solid #035cac;
	}
	.header.m-wrap .m-navwrap .tit a{
		color: #fff;
		display: block;
	}
	.header.m-wrap .m-navwrap .tit a:hover{
		color: #b0b0b0;
	}
	.header.m-wrap .m-navwrap li{
		border-bottom: 1px solid #aaa;
		border-right: 1px solid #035cac;
	}
	.header.m-wrap .m-navwrap .sub-box{
		width: 100%;
		background-color: #004888;
		display: none;
	}
	.header.m-wrap .m-navwrap .sub-box a{
		display: block;
		width: 78%;
		padding: 0 17.4% 0 4.6%;
		height: 34px;
		line-height: 34px;
		border-top: 1px solid #5484af;
		color: #fff;
		font-size: 13px;
	}
	.header.m-wrap .m-navwrap .sub-box a:hover{
		background-color: #013c71;
	}
	.header.m-wrap .logo{
		margin-left: 2%;
		/*height: 20px;*/
		height: 24px;
		width: 50%;
		max-width: 100%;
	}
	.header.m-wrap .left .nav{
		display: none;
	}
	.header.m-wrap .logo img{
		/*width: 100%;*/
		height: 100%;
	}
	.m-wrap .m-searchbtn{
		display: block;
	}
	.footer-main.m-wrap{
	padding: 10px 4.7% 20px;
	width: 90.6%;
	}
}

    .zrc-1112-header {
        background: #fff;
        border-bottom: 1px solid #ddd;
        -webkit-box-shadow: 0px 3px 10px #ccc;
        -moz-box-shadow: 0px 3px 10px #ccc;
    }


    ul.pagination li {
        width: auto;
        clear: none;
        margin-right: 0px;
        display: inline-block;
        float: none;
    }

    .pagination li.active span {
        border: 1px solid rgb(255,130,1) !important;
        background: rgb(255,130,1) !important;
    }

    .pagination a:hover {
        border: 1px solid rgb(255,130,1) !important;
        background: rgb(255,130,1) !important;
    }
@media screen and (max-width: 780px){
	.ins-navbox.m-wrap{
		display: none;
	}
	.m-ins-navbox{
		display: block!important;
	}
	.header-main{
		width: auto;
	}
}
.zrc-1106-banner{
	width:100%;
	height:100vh;
	background: #004888;
}
.zrc-1112-header {
    background: #fff;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0px 3px 10px #ccc;
    -moz-box-shadow: 0px 3px 10px #ccc;
}
.zrc-1112-header a{
	color:#333 !important;
}
.zrc-1112-header .borderleft{
	border-left: 1px solid rgba(0,0,0,0.5);
}
    .zrc-1112-header .m-searchbtn {
        background: url('/static/aot/static/image/magnifier1.png') no-repeat left center;
        background-size: contain;
        margin-top: 35px !important;width: 21px;
        height: 20px;
    }
ul.pagination li{width:auto;   
    clear: none;
    margin-right: 0px;    display: inline-block;
    float: none;}
.pagination li.active span{
	border:1px solid rgb(255,130,1) !important;
	background: rgb(255,130,1) !important;
}

.zrc-1112-banner-font{
	position: absolute;
    width: 80%;
    max-width: 1600px;
    left: 20%;
    top: 15rem;
    color: #fff;
}
.zrc-1112-banner-font p:nth-child(1){
	font-size: 4.5rem;
    font-weight: 600;
    line-height: 5rem;
}
.zrc-1112-banner-font p:nth-child(2){
	font-size: 2rem;
    line-height: 4rem;
}
.zrc-1112-banner-font p:nth-child(3){
	font-size: 1.6rem;
    line-height: 5rem;
}
.swiper-slide-active>p{
	color:rgb(255,130,1) !important;
}
.swiper-slide>div{
	display: none;
}
.swiper-slide-active>div{
	display: inline-block;
}
.zrc-cur-t{
	color:#fff;
	text-align: center;
	display: none;
}
.zrc-cur-t p:nth-child(1){
	font-size: 1.7rem !important;
}
.zrc-cur-t p:nth-child(2){
	font-size: 1.3rem !important;
}.footer-social ul {
     justify-content: flex-end;width: 100%;
 }
    .footer-social ul li {
        margin-right: 8px;
        width: auto;
    }
.footer-social ul li:last-child {
    margin-right: 0;
}
        .footer-social ul li a {
            display: block;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            box-shadow: inset 0px 4px 9px 0px rgba(0, 0, 0, 0.25);
            background-color: rgb(18, 21, 30);
            text-align: center !important;
            line-height: 36px !important;
            font-size: 12px !important;
            color: #bcbcbc !important;
        }
.header .nav li:hover .hide-1{ display: block;}
.pc-nav-box .hide-box {
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    z-index: 10;
    background: #f0f2f3;
    padding: 64px 0 24px;
    border-top-left-radius: 0px;
}

    .pc-nav-box .hide-box.scroll {
        display: none !important;
    }

.pc-nav-box .hide-1 {
    display: none;
}

    .pc-nav-box .hide-1 .w1200 {
        display: flex;
        display: -webkit-box;
        /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box;
        /* Firefox 17- */
        display: -webkit-flex;
        /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex;
        /* Firefox 18+ */
        display: -ms-flexbox;width: 1200px;
        margin: 0 auto;
        /* IE 10 */
    }

    .pc-nav-box .hide-1 .pic-box {
        width: 320px;
        font-size: 0;
        padding-right: 60px;
        border-right: 1px solid rgba(153, 153, 153, 0.3);
        margin-right: 60px;
        animation: navLeft20 0.6s ease;
    }

        .pc-nav-box .hide-1 .pic-box .pic-item {
            display: none;
        }

        .pc-nav-box .hide-1 .pic-box .pic {
            overflow: hidden;
        }

        .pc-nav-box .hide-1 .pic-box img {
            width: 100%;
            display: block;
            transition: transform 0.8s ease;
            -webkit-transition: transform 0.8s ease;
            -moz-transition: transform 0.8s ease;
            -ms-transition: transform 0.8s ease;
            -o-transition: transform 0.8s ease;
        }

            .pc-nav-box .hide-1 .pic-box img:hover {
                transform: scale(1.05);
                -webkit-transform: scale(1.05);
                -moz-transform: scale(1.05);
                -ms-transform: scale(1.05);
                -o-transform: scale(1.05);
            }

        .pc-nav-box .hide-1 .pic-box .desc {
            font-size: 14px;
            color: #666;
            line-height: 22px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
            overflow: hidden;
            margin-top: 16px;
        }

    .pc-nav-box .hide-1 .navs {
        animation: navRight20 0.6s ease;
    }

    .pc-nav-box .hide-1 .item-box {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 226px;
        margin-right: 46px;
    }

        .pc-nav-box .hide-1 .item-box:last-child {
            margin-right: 0;
        }

    .pc-nav-box .hide-1 .item:first-child > a {
        padding-top: 0;
    }

    .pc-nav-box .hide-1 .item:nth-child(2) .box:before {
        top: 80px;
    }

    .pc-nav-box .hide-1 .item:nth-child(3) .box:before {
        top: 135px;
    }

    .pc-nav-box .hide-1 .item:nth-child(4) .box:before {
        top: 190px;
    }

    .pc-nav-box .hide-1 .item:hover .box {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    .pc-nav-box .hide-1 .item a {
        display: block;
    }

    .pc-nav-box .hide-1 .item > a {
        font-size: 14px;
        color: #333!important;
        line-height: 30px;
        padding: 15px 5px 15px 0;
        border-bottom: 1px solid rgba(153, 153, 153, 0.3);
        background: url(/static/aot/static/image/icon-right.png) no-repeat center right;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
.header .nav li:hover a .pc-nav-box .hide-1 .item > a {
    color: #333 !important;
}
.pc-nav-box .hide-1 .item > a:hover {
    font-weight: 700;
    color: #333 !important;
    border-color: #0075c1;
    background: url(/static/aot/static/image/icon-right2.png) no-repeat center right;
}

    .pc-nav-box .hide-1 .item .box {
        position: absolute;
        left: 248px;
        top: 0;
        z-index: 10;
        width: 188px;
        height: 214px;
        background: #fff;
        box-shadow: 7px 7px 20px 0px rgba(0, 124, 188, 0.02);
        border-left: 2px solid #0075c1;
        padding: 15px 15px 15px 26px;
        opacity: 0;
        visibility: hidden;
        transform: translateX(15px);
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        .pc-nav-box .hide-1 .item .box:before {
            content: "";
            display: inline-block;
            width: 7px;
            height: 12px;
            background: url(../img/traggle.png) no-repeat;
            background-size: contain;
            position: absolute;
            left: -9px;
            top: 25px;
            z-index: 10;
        }

        .pc-nav-box .hide-1 .item .box a {
            position: relative;
            font-size: 14px;
            color: #666;
            line-height: 22px;
            padding-left: 26px;
            margin-bottom: 18px;
        }

            .pc-nav-box .hide-1 .item .box a:hover {
                color: #0075c1;
            }

                .pc-nav-box .hide-1 .item .box a:hover:before {
                    background: #0075c1;
                }

            .pc-nav-box .hide-1 .item .box a:before {
                content: "";
                display: inline-block;
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background: #a0a0a0;
                position: absolute;
                left: 0;
                top: 8px;
                z-index: 10;
            }
@keyframes navLeft20 {
    0% {
        transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
    }
    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
}
@keyframes navRight20 {
    0% {
        transform: translateX(20px);
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes iconAnimate {
    0% {
        opacity: 0.6;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.9);
        -webkit-transform: scale(1.9);
        -moz-transform: scale(1.9);
        -ms-transform: scale(1.9);
        -o-transform: scale(1.9);
    }
}
@keyframes iconRotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.pagination a {
    color: #6d6666 !important;
    border: 1px solid #464646 !important;
}
.pagination a:hover{
    border:1px solid rgb(255,130,1) !important;
    background: rgb(255,130,1) !important;
}
    .pagination a:hover, .pagination a.cur, .pagination a.active, .pagination li.active a, .pagination li.active a:hover {
        background: #ff8200 !important;
        font-weight: bold;
        color: #fff !important;
        border: 1px solid #0066a5;
    }

.lay-sear {
    display: none;
}
.lay-sear1 {
    padding: 60px;
}
.lay-sear1 .form1 .inp1 {
    width: 500px;
    height: 42px;
    font-size: 20px;
    padding: 0 0 0 15px;
    border: 1px solid #999999;
    border-radius: 30px;
}
    .lay-sear1 .form1 .btn-sub {
        height: 38px;
        width: 160px;
        cursor: pointer;
        background: #ff9f1a;
        color: #ffffff;
        border-radius: 7px;
        margin: 16px auto 0;
        display: block;
        border: none;
    }
.lay-sear1 .form1 .btn-sub i {
    font-size: 20px;
}