@charset "utf-8";
/* head css */
body{}
.wrap{ max-width:1440px; margin:0% auto;}
.top {
	position: fixed;
	z-index:10;
	left:0;
	top:0;
	width:100%;
	transition:all 0.5s ease; padding:0 12%;  
}
.top .logo a .ones{ display:block;}
.top .logo a .twos{ display:none;}
.top.on{transition:all 0.5s ease;
	  background: rgba(241, 241, 241, 0.8);
    backdrop-filter: blur(40px);
   /* -webkit-box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);
    box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);*/}
.top.on .logo a .ones{ display:none;}
.top.on .logo a .twos{ display:block;}
.logo {margin:15px 0; width:64%; text-align:right;}
.logo a{ }
.logo img{}
.top .right{ }

.banner {
    width: 100%;
    position: relative;
    height: 930px;
}
.mob-nav {
	width:60px;
	height:50px;
}
.mob-nav span {
	display:block;
	position:absolute;
	left:15px;
	width:30px;
	height:2px;
	top:50%;
	margin-top:-1px;
	background:#fff;
	transition:all 0.5s ease;
}
.mob-nav:before {
	content:'';
	position:absolute;
	left:15px;
	width:30px;
	height:2px;
	top:13px;
	background:#fff;
	transition:all 0.5s ease;
}
.mob-nav:after {
	content:'';
	position:absolute;
	left:15px;
	width:30px;
	height:2px;
	top:35px;
	background:#fff;
	transition:all 0.5s ease;
}
.mob-nav.on span {
	width:0;
	transition:all 0.5s ease;
}
.mob-nav.on:before {
	top:23px;
	transform:rotate(45deg);
	transition:all 0.5s ease;
}
.mob-nav.on:after {
	top:23px;
	transform:rotate(-45deg);
	transition:all 0.5s ease;
}
.T-nav {margin:0px 0;}
.T-nav li { margin-right:50px;
	position:relative;
}
.top.on .T-nav li a {
 
	font-size:20px;  
	color:#333;
	transition:all 0.5s ease;
}
.top .search a img {
  filter:brightness(0.3);
}
.top.on .search a img {
  filter:brightness(0.3);
}

.T-nav li a {
	display:block;
	text-align:center;
 
	line-height:90px;
	position:relative;
	font-size:20px; font-weight:bold;
	color:#333;
	transition:all 0.5s ease;
}
 
.T-nav li a span {
	font-size:16px;
	display:block;
}
.T-nav li .secon {
	position:absolute;
	width:130px;
	left:50%;
	margin-left:-65px;
	top:91px;
	z-index:5;
	display:none;
	background: linear-gradient(to right,#0295f2 50%,#03ca00); 
	border-radius:3px;
}
 
.T-nav li .secon a {
	display:block;
	color:#fff;
	line-height:40px;
	text-align: center;
	font-weight:normal;
	padding:0;
	font-size:14px;
	transition:all 0.5s ease;
}
.T-nav li .secon2 {width:500%;
	left:-200%;
	margin-left:0px;
	top:40px;
	z-index:5;background: #fff;}
.T-nav li .secon2 dl{ width:25%; float:left; padding-top:3%; padding-bottom:4%; padding-left:10%;}
.T-nav li .secon2 dl a{ text-align:left!important;}
.T-nav li .secon2 dd a{  text-align:left!important; color:#666;}
.search{ line-height:90px;  }

.weolcs{ width:100%; /*background:url(../images/df.png) left bottom no-repeat;*/ padding:0 0 5% 0;}
.title{ font-size:48px; width:100%; margin:10% 0 4% 0; font-weight:bold; text-align:left;}
.titles{ font-size:28px; width:100%; margin:3% 0 0 0; font-weight:bold; text-align:center;}
.weolcs h2{ font-size:40px; font-weight:normal;}
.weolcs h2 p{ color:#d7d7d7; font-size:26px; display:contents; margin-left:10px;}  

.study{ width:100%; align-items:center; margin-top:5%;}
.study a{ text-align:center; width:24.9%; border:1px solid #ddd; transition:all 0.5s ease; border-right:0; display:block; font-size:22px; line-height:3; padding:4% 0 2% 0;}
.study a:last-child{ border-right:1px solid #ddd; transition:all 0.5s ease;}
 
 
 
.lenolsa{ margin-top:2%;}
.lenolsa h5{ width:100%; margin:2% 0 2% 0;}
.lenolsa a { display:block; text-align:center; width:12%;transition:all 0.5s ease;}
.lenolsa a img{ height:100px; border-radius:14px; overflow:hidden;}
.lenolsa a p{ font-size:13px; margin-top:15px; color:#333;transition:all 0.5s ease;}
 
.dasol {
	border-bottom:1px solid #eee;
	padding:30px;
}
.dasol .d1 {
	font-size:22px;
	font-weight:bold;
}
.dasol .d2 {
	color:#999;
	margin-top:15px;
}
.dasol .d7 a{background: #1a67af;
    padding: 10px 25px;
    color: #fff;
    /* margin-top: 20px; */
    display: block;
    width: 15%;
    margin: 3% auto 0;
	 
}
/*home css begin*/
 
.boxpro{ width:100%; position: relative;}
.boxpro .allbox{ width:100%; height:100%; position:absolute; left:0; top:0;}
.boxpro .allbox a{ padding:0 3%; width:16.66%; text-align:center; display:block; height:100%;}
.boxpro .allbox a h1{ margin-top:100%; display:block; font-size:26px; margin-bottom:30px; color:#fff;}
.boxpro .allbox a h2{ display:none; margin-top:0; font-size:26px; margin-bottom:30px; color:#fff;}
.boxpro .allbox a p{ display:none;color:rgba(255,255,255,0.4); line-height:2; margin-bottom:20%;transition:all ease .5s;}
.boxpro .allbox a span{display:none;  background:#0566d9; text-align:center; color:#fff; line-height:3;transition:all ease .5s;}
.business{ margin:5% 0;}
 
 

.about{ width:100%; align-items:center; }
.about .aboutpic{ width:33%;}
.about .aboutpic img{ width:100%;}
.about .aboutcontent{ background:url(../images/syabout.jpg) bottom center no-repeat; padding-left:12%; width:50%;}
.about .aboutcontent h2{ font-size:40px; font-weight:normal;}
.about .aboutcontent h2 span{ color:#d7d7d7; font-size:26px; display:contents; margin-left:10px;}
.about .aboutcontent .d1{ line-height:36px; margin:5% 0; font-size:16px;}  
.about .aboutcontent a{ font-size:16px; display:block; width:32%; text-align:center; line-height:3; border:1px solid #ddd; border-radius:60px;transition:all ease .5s; margin-bottom:15%;}
 
.itembus2{  font-weight:bold;font-size:22px; margin-top:4%;}
.itembus{ width:100%; margin:1.5% 0; border:1px solid #ddd;align-items:center;}
.itembus h4{ font-size:22px; margin-bottom:3%;}
.itembus .d1{ background:#f5f5f5; width:20%; color:#008ed8; font-weight:bold;font-size:16px; text-align:center; line-height:8; }
.itembus .d2{ width:79.9%;}
.itembus a img{    width:100%;    border:1px solid #ddd;  }
.itembus a p{ margin-top:2%; color:#333; line-height:30px; font-size:14px;}
 

.book{ width:100%;}
.book h2{ font-size:40px; font-weight:normal; margin-bottom:5%;}
.book h2 p{color:#d7d7d7;font-size:26px;display:contents;padding-left: 10px;}  

 
.dolpa{ margin-top:5%;}
.dolpa li a{  border-bottom:1px solid #ddd;  transition:all 0.5s ease; padding-bottom:15px; align-items:flex-end;}
.dolpa li a h3{ font-size:20px; font-weight:normal;line-height:3; color:#333; transition:all 0.5s ease; margin-top:15px;}
.dolpa li a h3 p{ display:block; color:#008cd6; font-size:14px; font-family:arial; }
.dolpa li a img{ margin-left:10px; transition:all 0.5s ease;}
.dolpa li a span{ font-size:14px;     color:#008cd6;}
 
.product{ padding:4.5% 8%; background:url(../testimg/bg.jpg) center center no-repeat;}
.product h2{ text-align:center; font-size:40px; font-weight:normal; color:#fff; margin-bottom:80px;}
.product h2 p{ font-size:18px;}
.product div a{ display:block; width:32.5%;}
.product div a p{ width:100%; z-index:1; position:absolute; bottom:0; line-height:3; height:3; background:rgba(0,0,0,0.6); text-indent:1rem; font-size:16px; color:#fff;}
.product a.more{    width: 148px;
    line-height: 42px; color:#fff; margin:80px auto 0;
    height: 42px;
    text-align: center;
    border: 1px solid #ddd;
    transition: all ease .5s;
    display: block;}
.responsive {
	padding:5% 0 2% 0;
}
.responsive .shik {
	position:relative;
}
.responsive .shik .pic {
	width:100%;
	text-align:center;
	position:relative;
	z-index:0;
}
.responsive .shik .pic span {
	display:block;
	text-align:center;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	transition:all 0.3s ease;
}
.responsive .shik.cur .pic span {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	transition:all 0.3s ease;
}
.responsive .shik .pic span img {
	width:auto;
	height:100%;
}
.responsive .shik .tit {
	text-align: center;
	margin-top: 0;
	position: absolute;
	z-index: 9;
	top: 40px;
	left: 90px;
	font-family: syst;
}
.responsive .shik .tit a {
	color:rgba(18,49,144,0.6);
	font-size: 26px;
	transition:all 0.3s ease;
}
.responsive .shik .con {
	display:none;
}
.responsive .shik.cur .tit a {
	color:#123190;
	font-size: 26px;
	transition:all 0.3s ease;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0 0 5% 0;
}
.slick-list:focus {
	outline: none;
}
.slick-loading .slick-list {
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
	position:relative;
}
.slick-slide img {
	display: inline-block;
	width:100%;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-initialized .slick-slide .pic {
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
/* Arrows */
.slick-prev, .slick-next {
	position:absolute;
	top:50%;
	margin-top:-30px;
	display: block;
	height: 61px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	padding: 0;
	border: none;
	width:61px;
}
.slick-prev {
	background:url(../images/left3.jpg) no-repeat center center;
	left:-43px;
}
.slick-next {
	background:url(../images/right3.jpg) no-repeat center center;
	right:-43px;
}
.xlt-sot {
}
.xlt-sot dd {
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.xlt-sot dd img {
	width:46%;
}
.xlt-sot dd .d1 {
	width:100%; text-align:center;
}
.xlt-sot dd .d1 h3 {
	font-size:42px;
	 
	color:#123190;
	 
	margin-bottom:0%;
}
.xlt-sot dd .d1 p { font-size:18px; color:#123190;line-height:2; text-align:center;}
/* Dots */
.slick-slider {
}
.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: none;
	text-align: center;
	padding: 0px;
	width: 100%;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0px 5px;
	padding: 0px;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
	outline: none;
}
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\2022";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: 0.75;
}	
.synews{background:url(../images/df.png) left center no-repeat; padding:13% 0%; background-size:80%;}
.synews .newsbox{ width:50%;}
.synews .newsbox a{ border-radius:16px; overflow:hidden; width:40%; display:block; position:absolute;}
.synews .newsbox a:first-child{ top:-70%;}
.synews .newsbox a:nth-child(2){ right:0;}
.synews .newsbox a:last-child{ bottom:-70%;}
.synews .newsbox a div{ background:#f5f5f7; width:86%; padding:5%; position:absolute; bottom:0; left:0; border-top-right-radius:16px; z-index:1;}
.synews .newsbox a div span{ color:#999;}
.synews .newsbox a div p{
    color: #333;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    font-size: 16px;
}
.synews h3{ width:40%;font-size: 40px;
    font-weight: normal;
   }
	.synews h3 span{    color: #d7d7d7;
    font-size: 26px;
    display: contents;
    padding-left: 10px;}
	.synews h3 p{    line-height: 36px;
    margin: 10% 0;
    font-size: 16px;}
	
.synews h3 a {
    font-size: 16px;
    display: block;
    width: 37%;
    text-align: center;
    line-height: 3;
    border: 1px solid #ddd;
    border-radius: 60px;
    transition: all ease .5s;
    margin-bottom: 10%;
}
.helpyou{ margin:0 0 4% 0%; align-items:center;}
.helpyou a{ margin:0 5px 1% 5px;}
.helpyou a img{  border:1px solid #ddd; transition:all ease .5s;}

.down {
	margin-top:4%; width:100%;/*column-gap:40px;*/
}
 
.down a { width:100%; padding:2%; border-radius:10px;
	display:block;
	 margin:2.5% 0 0 0;
transition:all ease .5s; border:1px solid #e5e5e5;
}
.down a .con {   border-bottom:1px solid #e5e5e5; padding-bottom:2.5%;
	width:100%; 
	overflow:hidden;
	
	 
	 
}
 
 
 
 .down a .con h3 {
	overflow: hidden;
	font-size: 22px; 
	 line-height:32px;
	color: #333; 
	 
	transition:all 0.5s ease;
}
 
.down a .con h3 span { display:block;
	
	color:#999; font-family:syst;
	font-size:14px;  
	 
}
.down a .btn{transition:all ease .5s; width:160px; height:50px; background:#fbfbfb; line-height:50px; border-radius:50px; text-align:center; margin-top:2.5%; color:#666;}
.hrzp{   padding:0% 0 6% 0;}

.bcenba { width:45%; border-top:1px solid #eee; margin-top:1%;
}
 
 
.bcenba .d2 {width:100%; border-bottom:1px solid #eee;
	font-size:18px; line-height:4.1;
}
.bcenba .d2 span{ color:#888; padding:0 50px 0 20px;}
/*foot css begin*/
.white{ color:rgba(0,0,0,0.7); line-height:26px; font-size:16px;}
.white img{ margin-bottom:10px;}
.foot{padding:3% 12% 0%; background:#f5f5f7; background-size:cover;}
.foot ul{ margin-bottom:2%; width:62%;}
.foot ul li{ }
.foot ul li h3{margin-bottom:15px; line-height:20px;}
.foot .white{ margin-top:0px; width:25%;}
 
.foot .white img{ border-radius:5px; margin-bottom:6%;}
.foot ul li h3 a{ font-size:16px;  font-weight:normal; color:#000; font-weight:bold;}
.foot ul li p, .foot ul li p a{ color:rgba(0,0,0,0.6); font-size:16px; line-height:36px; transition:all ease .5s;}
.foot .show{ width:230px; margin:45px auto;}
.copyright{ width:100%; color:rgba(0,0,0,0.6);font-size:16px;   text-align:center; line-height:26px; }
.copyright a{color:rgba(0,0,0,0.6); }
.footer-b-l{
    margin-top: 19%;
    position: relative;
}

.footer-b-l .s1:last-child {
    margin-right: 0;
}

.footer-code {
    height: 177px;
    width: 155px;
     transform:translateX(-50%);
    left: 50%;
    bottom: 43px;
    display: none;
    position: absolute;
}
.footer-code img{ border-radius:10px;}
.footer-code::before {
    border: 9px solid;
    border-color: transparent;
    border-top-color: #fff;
    position: absolute;
  transform:translateX(-50%);
    left: 50%;
    bottom: -15px;
    content: "";
}

.footer-b-l .s1:hover .footer-code {
    display: block;
}

.footer-b {
    padding: 30px 0;
}

.lsdoc .d1{margin-bottom:15%;}
.lsdoc .d2{margin-bottom: 10%;width: 163px;}
.lsdoc .d3{ color:#898989; line-height:30px;}

.sonla dl{  width:20%; text-align:right}
 
.sonla dl dt{ font-size:18px; font-weight:bold; padding-bottom:15px; position:relative; margin-bottom:12px; color:#fff;}
 
.sonla dl dd{ line-height:36px;}
.sonla dl dd a{ color:#898989;}
 
.talent{ width:100%; position:relative;}
.talent .cont{ width:1300px; line-height:2; position:absolute; transform:translate(-50%,-50%); left:50%; top:50%;}

.bg-enc{ position:absolute; left:0; top:0; width:100%; height:100%; background:no-repeat center center; background-size:cover;}
.bg-enc:after{ content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(38,34,25,0.4);}
.flex-logo{ position: fixed; left:2%; top:5%; z-index:90;}
.sloct{ width:45%}
.menu-calt{ width:50px; height:50px; cursor:pointer; margin-left:10px; position:relative; background:#7d58bf; position:relative; border-radius:50%;transition:all 0.5s ease;}
.menu-calt:before{ content:''; position:absolute; left:50%; top:50%; height:2px; width:20px; margin-left:-10px; margin-top:-6px; background:#fff; transition:all 0.5s ease;}
.menu-calt:after{ content:''; position:absolute; left:50%; top:50%; height:2px; width:20px; margin-left:-10px; margin-top:4px; background:#fff; transition:all 0.5s ease;}
.menu-calt.on{ background:#fff;transition:all 0.5s ease;}
.menu-calt.on:before{ background:#7d58bf; margin-top:-1px; transform:rotate(45deg); transition:all 0.5s ease;}
.menu-calt.on:after{ background:#7d58bf; margin-top:-1px; transform:rotate(-45deg); transition:all 0.5s ease;}
.benla:after{ content:''; position:absolute; left:0; top:0; width:100%; height:100%; background: url(../images/bg.png);}

.feedbg{ background:#f6f7f9; padding:3% 0; margin-top:5%;}
#menu li:nth-child(1){ width:48px !important;}
.main {
	width:100%;
	padding:0px 10%;
}

.tab-cell {
	display:table-cell;
	vertical-align:middle;
}
 
.aelopa { margin:8% 0 7% 0;}
.aelopa h3{ font-size:26px; margin:1px 0 7% 0; text-align:center; width:100%;}
.aelopa .list{ width:33.33%; padding:0 20px;}
.aelopa .list .pic{ 
	margin: 0 auto;
	cursor: pointer;
	position: relative;
	transition:all 0.6s ease-in-out;}

.aelopa .list .t1{ font-size:18px; margin:5% 0 3% 0; font-weight:bold;}
.aelopa .list .t2{ font-size:20px; word-break:break-all; line-height:2;}
.aelopa .list .pic:hover{
	transform: rotate(360deg);
}
.alocc{ margin:5% 0;}
.alocc li{ margin-bottom:0.4%;}
.alocc li a{ width:50%; float:left; position:relative;}
.alocc li a p{ font-size:22px; font-weight:bold;color:#fff; position:absolute; bottom:5%; left:5%; z-index:1;}
.alocc li a p span{ font-size:16px; line-height:2; color:#fff; display:block; margin-top:4%;}
.alocc li div{ width:50%; float:right; text-align:right;}
.alocc li:nth-child(2n) a{ width:50%; float:right; position:relative;} 
.alocc li:nth-child(2n) div{ width:50%; float:left; text-align:left;}

.elbol{ left:5%; bottom:10%; width:40%;}
.elbol h3{ font-size:26px; color:#fff;}
.elbol p{ font-size:16px; color:#fff; margin-top:3%; line-height:2;}
.picta{width:45%;}
.picta h3{ font-size:26px; color:#333; position:relative; margin-bottom:7%;}
.picta h3:after{ content:''; width:12%; height:3px; background:#008cd6; position:absolute; left:0; bottom:-20px;}
.picta p{ line-height:2; color:#666;}
.talbo{ width:50%; background:#fff; padding:30px;}

.svolm2{ width:100%; margin:7% 0;}
.svolm2 li{ position:relative; width:24%;}
.svolm2 li h4{ position:relative; color:#fff;font-size:20px; font-weight:normal; position:absolute; top:15%; left:10%;}
.svolm2 li h4:before{ width:20%; height:2px; background:#fff; position: absolute; left:0%; top:-10px; content:'';}
.svolm2 li:hover:before{ background: rgba(4,103,207,0.05); content: ''; position: absolute; left: 0; right: 0; top:0; bottom: 0;-webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px);}

.svolm{ width:100%; position:relative; margin-bottom:8%; }
.svolm a{ position: absolute; width:30%; z-index:1;  }
.svolm a h4{ font-size:24px; color:#333; font-weight:normal; line-height:1.8;margin-top: 15px; transition:all 0.5s ease;}
.svolm a h4 p{ font-size:18px;color:#999;}
.svolm a img{ margin:0 15px;}
 .svolm a:nth-child(1){ text-align:right; left:5%; top:5%;}
 .svolm a:nth-child(1) img{ float:right;}
.svolm a:nth-child(2) {
    text-align: right;
    left: 0%;
    top: 45%;
}
 .svolm a:nth-child(2) img{ float:right;}
.svolm a:nth-child(3) {
    text-align: right;
    left: 25%;
    top: 90%;
}
 .svolm a:nth-child(3) img{ float:right;}
.svolm a:nth-child(4) {
    text-align: left;
    right: 0%;
    top: 45%;
}
 .svolm a:nth-child(4) img{  float:left;}
.svolm a:nth-child(5) {
    text-align: left;
    right: 5%;
    top: 5%;
}
 .svolm a:nth-child(5) img{ float:left;}
.svolm a:nth-child(6) {
    text-align: left;
    right: 2%;
    top: 35%;
}
 .svolm a:nth-child(6) img{ float:left; margin-bottom:25px;}
.svolm a:nth-child(7) {
    text-align: left;
    right: 0%;
    bottom: 56%;
}
 .svolm a:nth-child(7) img{ float:left;}
.svolm a:nth-child(8) {
    text-align: left;
    right: 8%;
    bottom: 85%;
}
  .svolm a:nth-child(8) img{ float:left;}

@keyframes fadenum{
   0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
}
.threepart .qq{animation:fadenum 40s infinite; position:absolute; top:50%; left:50%; margin:-248px 0 0 -248px; }

/*.study h3 a:hover{ -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px);}*/
.threepart{  width:100%; position:relative; text-align:center;  } 
.sonmc{ padding:4.5% 8%;}
.sonmc h2{ text-align:center; font-size:40px; font-weight:normal; color:#333; margin-bottom:80px;}
.sonmc h2 p{ font-size:18px; color:#999;}
.sonmc a.more{    width: 148px;
    line-height: 42px; color:#2f83d7; margin:80px auto 0;
    height: 42px;
    text-align: center;
    border: 1px solid #2f83d7;
    transition: all ease .5s;
    display: block;}
.aemltc {
	margin:5% 0;
}
.aemltc .pic {
	width:34%;
}
.aemltc .con {
	width:65%;
	font-size:18px;
	line-height:2;
}
 

.xw-ofl{ margin-top:2%; margin-bottom:6%;}
.nest-olt{ float:left; margin-left:2%; width:32%; background:#fff; padding:0 1.5% 8px; border:1px solid #e0e0e0; margin-bottom:20px;}
.nest-olt:first-child{ margin-left:0;}
.nest-olt h3{ line-height:65px; height:65px; font-size:18px;}
.nest-olt h3 a,.lck-nem h3 a,.roc-lms h3 a{ float:right;}
.nest-olt ul{margin-top:13px;}
.nest-olt ul li{ background:url(../images/va.jpg) no-repeat left center; line-height:30px; height:30px; overflow:hidden; text-indent:12px;}
.nest-olt ul li a{ color:#666;}
.nest-olt ul li a:hover{ color:#d8000b;}
.nest-olt .pic img{max-height:111px;}

.kopteoa{ margin:6% 0;}
.kopteoa li{ border-bottom:1px dotted #ddd; line-height:45px; padding:0 0 1% 0; margin-bottom:1%;}
.kopteoa li p{ color:#222; display:block; width:60%;overflow: hidden; float:left; text-overflow: ellipsis; white-space: nowrap;}
.kopteoa li span{   margin-left:20px; color:#999;}
.kopteoa li p:before{ content:''; display:inline-block; vertical-align:middle; margin-right:8px; width:4px; height:4px; border-radius:50%; background:#004ea2;}
.kopteoa li .btn{ background:#1a67af; padding:0px 20px; color:#fff; float:right; margin-left:1%;}
.kopteoa li .btn2{ background:#fff; border:1px solid #1a67af; color:#1a67af; padding:0px 20px;  float:right; margin-left:6%;}
.lmdfa .d1 a{ padding:10px 20px; color:#fff; background:#1a67af;}
.buteba {
    background: #fafafa;
    font-size:20px;
    font-weight:bold;
    padding:22px 0; margin-top:100px;
}

.boaclt{ border:1px solid #e3e9ef; border-top:2px solid #0d37bf; background:#fff;}
.tlact{ padding:30px 40px; border-bottom:1px solid #e3e9ef;}
.tlact .pic img{ border-radius:50%; border:4px solid #f3f5f2;}
.tlact .cont{ line-height:2; font-size:16px;}
.tlact .cont a{ position:absolute; right:0; top:5px; line-height:40px; height:40px; padding:0 20px; font-size:14px; border-radius:20px; background:#f5f5f5;}

.hy-main{ padding:3% 0;}

.xzlou p{ width:33.33%; border-right:1px solid #e3e9ef; padding:30px 0; float:left; text-align:center; line-height:1.6;}
.xzlou p.p1{ border:none;}
.xzlou p strong{ color:#f40707; display:block; font-size:24px;}

.oaloa{ padding:0 20px 20px;border:1px solid #e3e9ef; background:#fff;}
.tpoec{ padding:2%; width:31%; border:1px solid #ddd; margin:4% 0;}
.tpoec h2{ font-size:18px; position:relative; margin-bottom:20px;}
.tpoec h2 a{ display:inherit; font-weight:normal; position:absolute; top:50%; transform:translateY(-50%); right:0;font-size:14px;width:auto; border:none;}
.tpoec a{ display: block;
    width: 100%;
    line-height: 3;
    border-bottom: 1px dashed #ddd;
    font-size: 14px; overflow:hidden; transition:all ease .5s;
}
.tpoec a.sjx{ background:url(../images/sjx.jpg) center left no-repeat; padding-left:10px;}
.tpoec a img{ margin-bottom:10px;}

.buoclc td{ padding:15px 5px; line-height:40px;}
.buoclc td .c1{ width:325px; height:40px; border:1px solid #e3e9ef; padding:0 5px;}
.buoclc td select{ width:337px; height:42px; border:1px solid #e3e9ef;}
.buoclc td .c2{ color:#fff; font-weight:bold; font-size:16px; border:none; cursor:pointer; width:275px; height:52px; background:#1e9eff; border-radius:5px;}

.plaenc td{ padding:10px 5px;}
.plaenc tbody tr{ border-bottom:1px solid #e3e9ef;}
.plaenc tbody td{ padding:20px 5px;}
.red{ color:#f40707;}
.green{ color:#0b9e0e;}
.sva-vbl{ width:96%; border-bottom:1px solid #ddd; margin:0 auto; line-height:60px; font-size:16px; font-weight:bold;}
.avmop{ width:100%; max-width:430px; margin:0 auto; padding:4% 0;}
.avmop table td{ padding:10px 3px;}
.avmop table td .c1{ height:40px; width:100%; padding:0 10px; border:1px solid #ddd;}
.avmop table td .c2{ width:100%; height:40px; color:#fff; border:none; cursor:pointer; background:#f22547; font-size:16px;}
.vdda{ font-size:12px; color:#ff9600;}

.xxt-main{ padding:3% 0;}
.beinac{ max-width:600px; margin:0 auto;}
.lmdfa .d1 span{ color:#999; margin-left:10px;}
.lmdfa .d2{ margin-top:10px;}
.lmdfa .d2 .tnenm .list{ width:80px; margin-right:10px;}
.lmdfa .d2 .tnenm .list img{ width:80px; height:80px;object-fit: scale-down; background:#f1f1f1; padding:0px;}
.lmdfa .d2 .tnenm .list a{ display:block; text-align:center; color:#3f93ed;}
.lmdfa .d2 .upd{ width:80px; height:80px; background:url(../images/xz15.png) no-repeat center center; cursor:pointer; border:1px solid #72cec7;}
.volema{ color:#999;}
.volema input{ margin-right:6px;}
.volema a{ color:#13c5ac;}

.beinac table td{ padding:10px 1px; line-height:30px;}
.beinac table td .c1{ padding:0 10px; border-radius:3px; border:1px solid #ddd; height:44px; background:#fdfdfd; width:80%;}
.beinac table td .c5{ padding:0 10px; border-radius:3px; border:1px solid #ddd; height:200px; background:#fdfdfd; width:100%;}

.beinac table td select{ width:80%; height:44px;border-radius:3px; border:1px solid #ddd; background:#fdfdfd; padding:0 5px;}
.beinac table td .oovlo{ height:40px; width:80%; background:#1a67af; border:none; cursor:pointer; color:#fff; border-radius:3px; font-weight:bold; font-size:16px;}
.beinac table td a.lc{ color:#1a67af;}
.beinac table td .yzm{ position:absolute; right:0; top:0; height:44px; width:100px; border:none; cursor:pointer; background:#1a67af; color:#fff;}
.beinac table td .vod{ position:absolute; right:100px; top:2px;object-fit: scale-down; height:40px; width:100px; border:none; cursor:pointer; background:#fdfdfd;}

.login-main{ background:url(../testimg/t32.jpg) no-repeat center center; background-size: cover; display:table; width:100%; height:calc(100vh - 100px);}

.loleac{ max-width:430px; width:100%; background:#fff; padding:0 25px 35px; border-radius:5px; float:right;}
.hbucn{ line-height:63px; height:65px; border-bottom:1px solid #ddd;}
.hbucn span{ font-size:20px; font-weight:bold; color:#0067b3; padding:0 10px; border-bottom:2px solid #0067b3; display:inline-block;}
.loleac .list{ margin-top:10px; border:1px solid #ddd; padding-left:50px; position:relative; height:45px; border-radius:3px; overflow:hidden;}
.loleac .list span{ position:absolute; left:0; top:0; width:50px; height:45px; background:#ececec no-repeat center center;}
.loleac .list span.s1{ background-image:url(../images/w1.png);}
.loleac .list span.s2{ background-image:url(../images/w2.png);}
.loleac .list .c1{ width:100%; height:45px; border:none; padding:0 15px;font-family:Microsoft YaHei;}
.loleac .lmda{ margin-top:30px;}
.loleac .lmda input{ width:100%; height:45px; border:none; cursor:pointer; background:#0067b3; color:#fff; font-size:16px; border-radius:3px;font-family:Microsoft YaHei;}
.aepte{ margin-top:30px;}
.aepte a{ font-size:12px;}

.top-locls{ position: absolute; left:0; top:3%; width:100%; z-index:10; padding:0 3%;}
.roale{ padding-top:39px; margin-left:30px;}
.menuc{ width:76px; height:76px; background:#00507d; margin-right:20px; position:relative;}
.menuc span{ height:2px; width:30px; position:absolute; left:23px; top:50%; margin-top:1px; background:#fff; display:block; transition:all 0.5s ease;}
.menuc:before{ content:''; position:absolute; left:23px; top:50%; margin-top:-12px; width:30px; background:#fff; height:2px; transition:all 0.5s ease;}
.menuc:after{ content:''; position:absolute; left:23px; top:50%; margin-top:14px; width:30px; background:#fff; height:2px; transition:all 0.5s ease;}
.menuc.on span{ width:0; transition:all 0.5s ease;}
.menuc.on:before{ margin-top:-1px; transform:rotate(45deg); transition:all 0.5s ease;}
.menuc.on:after{ margin-top:-1px; transform:rotate(-45deg); transition:all 0.5s ease;}




.roale a{ float:left; margin-left:20px; line-height:30px; color:rgba(255,255,255,0.3);}
.roale a.cur{ font-weight:bold; color:#fff;}

.tabce a{ border-bottom:1px solid #eee; padding:3% 0;  }
.tabce .pic{ border:1px solid #eee; overflow:hidden; line-height:180px;}
.tabce .con{ width:80%;}
.tabce .con h3{ font-size:18px; line-height:3; margin-top:2%;}
.tabce .con p{ color:#888; font-size:16px; line-height:2;}

.sc-neca{ position:fixed; z-index:9; left:0; top:0; width:100%; height:100%; background:#002035;}

.sc-neca.on dl{ transform:translateY(0); opacity:1; transition:all 0.5s ease 0s;}
.sc-neca.on dl:nth-child(2){ transition-delay:0.2s;}
.sc-neca.on dl:nth-child(3){ transition-delay:0.4s;}
.sc-neca.on dl:nth-child(4){ transition-delay:0.6s;}
.sc-neca.on dl:nth-child(5){ transition-delay:0.8s;}
.sc-neca.on dl:nth-child(6){ transition-delay:1.0s;}
.sc-neca.on dl:nth-child(7){ transition-delay:1.2s;}
.tabce dl dt{ font-weight:bold; font-size:22px; margin-bottom:20px;}
.tabce dl dd{ line-height:30px;}
.tabce dl dd a{ color:rgba(255,255,255,0.5);}

.gdloc{ position:fixed; z-index:6; left:0; width:100%; bottom:3%;}


.os-posc{ width:100%;  }
.pad-solc{ padding:0 10%; margin-bottom:6%; width:100%; position:relative;}
 

.pad-solc a{ display:block; width:200px; line-height:50px; color:#1f3a8b; border:2px solid #1f3a8b; border-top-left-radius:10px;border-bottom-right-radius:10px; text-align:center; position: absolute; top:10%; right:10%; transition:all ease .5s;}
.pad-solc a span{ position:relative; z-index:2;}
.pad-solc a span img{ margin-left:30px;}

.cs-list{ margin-top:5%;}
.cs-list li{ width:18.2%; float:left; margin-right:2%;}

.cs-list li:nth-child(5n){ margin-right:0;}
.cs-list li a{ display:block; transition:all 0.5s ease;}
.cs-list li a .pic{ overflow:hidden;}
.cs-list li a .pic img{ transition:all 0.5s ease;}
.cs-list li a .pic span{ display:block; position:absolute; left:0; top:0; width:100%; height:100%; border:8px solid #00507d; background:rgba(0,80,125,0.35); visibility:hidden; opacity:0; transition:all 0.5s ease;}
.cs-list li a .pic span i{ width:30px; height:30px; display:block; background:url(../images/js.png) no-repeat; transition:all 0.5s ease; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.cs-list li a .tit{ font-size:20px; color:#fff; font-weight:bold; overflow:hidden; line-height:40px; height:0px; transition:all 0.5s ease;}
.cs-list li a .con{ line-height:20px; height:0px; overflow:hidden; color:rgba(255,255,255,0.5); transition:all 0.5s ease;}
.cs-list li a .bq{ margin-top:15px;visibility:hidden; opacity:0; transition:all 0.5s ease;}

.roslm{ width:100%; margin:0 0 3% 0;}
.roslm a{ width:370px; position:relative; overflow:hidden;}
.roslm a div{ opacity:0; color:#fff; transition:all ease .5s; line-height:2; position:absolute; top:0; left:0; width:100%; height:100%; padding:60% 5% 0 5%; background:rgba(0,0,0,0.5); text-align:center;}
.roslm a div h3{ margin-bottom:5%; font-size:18px;}

.ewmc{ margin-right:30px;}
.bg-oalc{ position:fixed; left:0; top:0; width:100%; height:100%; z-index:99; background:rgba(0,0,0,0.6) url(../testimg/ewm.png) no-repeat center center; display:none;}
.mid-loac{ position:relative; margin-bottom:0px; z-index:5; height:359px; background:url(../images/mid-logo02.png) no-repeat center center; background-size:auto 100%;}
.mid-loac.on{ margin-bottom:300px; background:url(../images/mid-logo01.png) no-repeat center center; background-size:auto 100%; transition:all 1s ease;}
.benla{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:4; opacity:0; overflow:hidden; visibility:hidden;}
.benla.on{ opacity:1; visibility: visible; transition:all 0.5s ease;}


.min-logo{ position:absolute; left:0; width:100%; top:5%;}
.dis-tab{ position:absolute; left:0; top:0; width:100%; height:100%;/* display:table;*/ padding:280px 12.5% 0;}
.tab-cell{ display:table-cell; vertical-align:middle;}

.bealm{ font-size:0;}
.bealm li{ width:23.5%; float:left; padding-top:110px; transition:all 0.5s ease; margin-right:2%; border-bottom:1px solid rgba(255,255,255,0.5); color:#fff; opacity:0; transform:scale(0.5);}
.dh-ovrea.on .bealm li,.dh-ovrea.on .nav-botc li{ opacity:1; transform:scale(1);transition:all 0.5s ease;}

.bealm li:nth-child(4n){ margin-right:0;}
.bealm li a{ text-align:center; color:#fff; display:block;}
.bealm li .tit{ padding-bottom:12px; font-size:24px; position:relative;}
.bealm li .pic{ height:0px; transition:all 0.5s ease; overflow:hidden; background:no-repeat center center; background-size:cover;}
.bealm li:hover{ padding-top:0px; border-bottom:1px solid #fff; transition:all 0.5s ease;}
.bealm li:hover .pic{ height:110px; transition:all 0.5s ease;}
.ovrea{ width:60%}
.botc{ margin-top:5%;} 
.botc a{ background:#f6f7fb; padding:2% 0 2% 1%; border:1px solid #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); width:24%;transition:all ease .5s;}
.botc a p{ color:#0e7dcf; font-size:26px; font-weight:bold; margin-right:10px;} 
.botc a h3{ font-size:22px; font-weight:normal;transition:all ease .5s;}
.botc a h3 span{ font-size:12px; color:#999; display:block;ransition:all ease .5s;}
.annct{ background:url(../images/fa2.jpg) center center no-repeat; background-size: cover; padding:1px 0 5% 0;}
.annct p{ font-size:18px; color:#fff; line-height:2; margin-bottom:3%;}
.annct p span{ display:block; text-indent:0.6rem; font-size:16px; opacity:0.5;} 
.yneaem{ margin-top:3%;}
.yneaem li{ transition:all 0.5s ease;}
.yneaem li a{ padding:3% 0; border-bottom:1px solid #ddd;  display:block;transition:all 0.5s ease;}
.yneaem li a .pic { border-radius:8px; overflow:hidden;
    width: 27.7%;
}
.yneaem li a .pic img{ width:100%; object-fit:cover;}
 
.yneaem li a .con{ width:65%; transition:all 0.5s ease;}
.yneaem li a .con .d1{   overflow:hidden; font-size:22px; color:#000;transition:all 0.5s ease;}
.yneaem li a .con .d2{ color:#008ed8; line-height:38px; text-align:center; height:42px; width:160px; margin-top:7%; font-size:14px; border:2px solid #008ed8;  transition:all 0.5s ease; }
.yneaem li a .con .d3{ line-height:30px; overflow:hidden; height:60px; color:#666; font-size:16px; margin-top:2%;} 
 

/* 联系我们 begin */
.mceubna{display: -webkit-flex;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center}
.mceubna .cont{ width: 35%}
.mceubna .cont .d0{    font-size: 24px;color: #0056a5; font-weight:bold; }
.mceubna .cont .d1{color: #0056a5;font-size: 20px;margin-bottom:5%; padding-bottom:5%; }
.mceubna .cont .d2{ position: relative;line-height: 40px;color: #333;font-size: 16px;padding-left: 80px}
.mceubna .cont .d2 span{position: absolute;left: 0;top: 0;font-weight: 800;color: #000}
.mceubna .cont .d2 span img{margin-right: 10px}
.mceubna .cont .d3{ margin-top:5%;}
#map {
	width:50%;
	height:400px;
}
.feedback {
	background:url(../images/feedbg.jpg) center center no-repeat;
	padding:1px 0 0 0; background-size:cover;
}
.otebn {
	padding-bottom:8%;
}
.otebn li {
	position:relative;
	margin-top:3%;
	width:48%;
	border:1px solid #ddd;
}
.otebn li .c1 {
	width:100%;
	height:50px;
	border:none;
	padding:0 60px 0 50px;
}
.otebn li .c3 {
 
	height:50px;
	border:none;
	padding:0 42px 0 50px;
}
.otebn li span {
	width:50px;
	height:50px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	background:no-repeat center center;
}
.otebn li span.s1 {
	background-image:url(../images/b1.jpg);
}
.otebn li span.s2 {
	background-image:url(../images/b2.jpg);
}
.otebn li span.s3 {
	background-image:url(../images/b3.jpg);
}
.otebn li span.s4 {
	background-image:url(../images/b4.jpg);
}
.otebn li span.s5 {
	background-image:url(../images/b5.jpg);
	border:none;
}
.otebn li span.s7 {
	background-image:url(../images/b7.jpg);
}
.otebn li span.s8 {
	background-image:url(../images/b8.jpg);
	border:none;
}
.otebn li span.s6 {
	color:#f00;
	line-height:30px;
	text-indent:2rem;
}
.otebn li i {
	position:absolute;
	right:0;
	top:0;
	display:block;
	border-left:1px solid #ddd;
}
.otebn li textarea {
	width:100%;
	height:144px;
	padding:10px 10px 10px 50px!important;
	border:none;
	display:block;
}
.otebn li .c2 {
	background:#009944;
	font-size:18px;
	color:#fff;
	border:none;
	cursor:pointer;
	width:100%;
	height:50px;
}
.micl-tit .d1{color: #000;font-size: 32px;font-weight: bold;margin-top: 40px}
.micl-tit .d2{margin-top: 5px;color: #999;text-transform: uppercase;font-size: 18px}
.aembbc{width: 100%;margin-bottom: 40px}
.aembbc .d1{font-size: 20px;margin: 20px 0}
.aembbc .d2{margin-bottom: 25px}
.aembbc .d2 .c1{width: 100%;border: none;border: 1px solid #d9d9d9;height: 55px;padding: 0 15px;;font-size: 15px}
.aembbc .d2 textarea{width: 100%;height: 100px;border: 1px solid #d9d9d9 !important;font-size: 15px;border: none;padding: 10px}
.aembbc .d2.rel{padding-right: 100px}
.aembbc .d2.rel img{position: absolute;right: 0;top: 0;width: 90px}

.sub-main01{background: #f9f9f9;padding: 90px 0}
.contact_t1{padding: 30px 0 40px 0;line-height: 36px;font-size: 18px}
.gap_13{margin: 0 -40px}
.input_bd{border: 1px solid #dedede;height: 51px;margin: 0 0px 25px 0px; background:#fff;}
.input_bd01{border: 1px solid #dedede;/*height: 185px;*/margin: 0 0px 25px 0px; background:#fff;}
.input_bd01 textarea{width: 90%;margin-top: 10px}
.input_bd span{width: 48px}
.input_bd01 span img, .input_bd span img{height: 49px;object-fit: scale-down;max-width: 100%}
.input_bd input{width: 78%}

 
.yam{height: 49px}
.yam img{max-width: 100%;object-fit: scale-down;height: 49px}
.input_btn02{margin: 0 }
.input_btn02 input{width: 100%;height: 49px;background: #0566d9;font-size: 16px;color: #fff}

 
.lboal{ padding:0 10%;}
a.arenc{ width:100%; background:#fff; display:block; margin-bottom:1.5%;  }
a.arenc .p2{margin-top: 10px;
    line-height: 30px;
    transition: all ease .5s;
    overflow: hidden;
    font-size: 18px;
    width: 60%;
    /* margin: 5% auto; */
    font-weight: bold;
    color: #333;
    margin-left: 3%;}
a.arenc img{ width:160px;}
a.arenc span{  font-family:syst; display:block; margin-top:3%; color:#888; font-size:16px; font-weight:normal;}
 
 .olapc{ width:44%; margin:0 2%; background:url(../testimg/t9.jpg) no-repeat center center; background-size:cover;}
.sloac{ width:26%;}
.sloac a{ color:#fff;}
.cdst{ display:block; height:255px; background:#00507d; padding:30px; color:#fff;}
.amlo{ transform:translateY(80px);}
.cdst .p2{ font-size:26px; margin-top:40px;}
.amlo{ margin-top:40px; background:url(../testimg/t10.jpg) no-repeat center center; background-size:cover;}

@keyframes fadenum{
   0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
}
.omfdl .qq{animation:fadenum 2s infinite; position:absolute; top:50%; left:50%; margin:-271px 0 0 -271px; }
.omfdl{ background:rgba(0,0,0,0.6); border-radius:50%; width:600px;color:#fff;  margin:0 auto; height:600px; position:relative; padding:8% 0 0 0;}
 
.omfdl .p1{ font-size:30px; font-weight:bold; margin-bottom:5%;}
.omfdl .p2{ line-height:3; margin-left:20%; }
.omfdl .p2 img{ margin-right:10px;}
.omfdl .p3{ margin-top:60px;}
.omfdl .p3 a{  }
 
/*.omfdl .p3 a span{ position:relative; z-index:2;}
.omfdl .p3 a:after{ content:''; position:absolute; left:0; top:0; width:0; height:100%; background:#1f3a8b; transition:all 0.5s ease; z-index:1;}
*/


.olspc{ padding:20px 0; color:#898989;   width:100%; text-align:right; line-height:30px;}

.section{ background:no-repeat center center; background-size:cover;}
.hdc-abs{ position:absolute; right:10%; bottom:20%; transform:rotateY(180deg); z-index:5;}
.med-onc{ position:relative; z-index:5; padding-bottom:15%;}
.med-onc .p1{ visibility:hidden; opacity:0; transform:translateY(80px); transition:all 0.5s ease;}

.med-onc .p2{ margin-top:1%; visibility:hidden; opacity:0; transform:translateY(80px); transition:all 0.5s ease;}
.med-onc .p3{ height:90px; margin-top:1%; visibility:hidden; opacity:0; transform:translateY(80px); transition:all 0.5s ease;}
.med-onc .p3 span{ height:90px; width:90px; position:relative; background:url(../testimg/p3.png) no-repeat center center; display:inline-block;}
.med-onc .p3 span i{ display:block; position:absolute; left:50%; top:50%; width:43px; height:43px; transform:translate(-50%,-50%); border-radius:50%; border:2px solid #efd195;animation: mouse 1.6s linear 0s infinite;}

.med-onc .ps3 span{ background:url(../testimg/ps3.png) no-repeat center center;}
.med-onc .ps3 span i{border:2px solid #fff;}

/*消文字的选中状态*/
.f-24{ color:#fff;}
 
#bloc.on #home {
  transform: translate3d(0, -4rem, 0);
  -webkit-transform: translate3d(0, -4rem, 0);
  -moz-transform: translate3d(0, -4rem, 0);
  -o-transform: translate3d(0, -4rem, 0);
  -ms-transform: translate3d(0, -4rem, 0);
}
 
#home {
  /* position: fixed; */
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
}
#home #main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #roll {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}
#home #main #roll .row {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
  z-index: 5;
}
#home #main #roll .row .alan {
  opacity: 0;
}
#home #main #roll .row .alanLeft,
#home #main #roll .row .alanIn {
  opacity: 0;
}
#home #main #roll .row.del {
  opacity: 1;
  pointer-events: auto;
}
#home #main #roll .row.on {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}
#home #main #roll .row.on .alan {
  animation-name: fadeInUpSmall;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}

#home #main #roll .row.on .alanLeft {
  animation-name: fadeInLeftSmall;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}
#home #main #roll .row.on .alanIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}
#home #main #roll .row .delay1 {
  animation-delay: 0.1s;
}
#home #main #roll .row .delay2 {
  animation-delay: 0.2s;
}
#home #main #roll .row .delay3 {
  animation-delay: 0.3s;
}
#home #main #roll .row .delay4 {
  animation-delay: 0.4s;
}
#home #main #roll .row .delay5 {
  animation-delay: 0.5s;
}
#home #main #roll .row .delay6 {
  animation-delay: 0.6s;
}
#home #main #roll .row .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#home #main #roll .row .bg .pic { background-size:cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #roll .row .rowMain {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#home #main #roll .row .rowMain .con {
  position: relative;
  padding-bottom: calc(4.1vw - 20px);
  height: 100%;
  padding-top: 1.3rem;
  width: 100%;
  padding-right: 6.8vw;
  padding-left: 12vw;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
#home #main #roll #r3 {
  background-color: #000;
  overflow: hidden;
}
#home #main #roll #r3 .bg .pic {
  opacity: 0;
  z-index: 2;
  transition: opacity 0.7s cubic-bezier(0.65, 0.01, 0.45, 1), transform 4s cubic-bezier(0.65, 0.01, 0.45, 1);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#home #main #roll #r3 .bg .pic.on {
  opacity: 0.5;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  z-index: 10;
}
#home #main #roll #r3 .rowMain {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  height: calc(100% - 1.3rem);
  top: 1.3rem;
  transition: opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  pointer-events: none;
}
#home #main #roll #r3 .rowMain .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  top: auto;
  height: calc(100% + 1.3rem);
  bottom: 0;
}
#home #main #roll #r3 .rowMain .mask:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
}
#home #main #roll #r3 .rowMain .con {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#home #main #roll #r3 .rowMain .con > div {
  position: relative;
  margin-top: -0.65rem;
}
#home #main #roll #r3 .rowMain .con > div h2 {
  line-height: 1;
  margin-bottom: 0.4rem;
  opacity: 0;
}
#home #main #roll #r3 .rowMain .con > div p {
  line-height: 1;
  opacity: 0;
}
#home #main #roll #r3 .rowMain .con > div .ad {
  position: absolute;
  top: 0;
  opacity: 0;
  right: calc(100% + 30px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.4rem;
  color: #fff;
}
#home #main #roll #r3 .rowMain .con .cirBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 24vw;
  height: 24vw;
  transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
}
#home #main #roll #r3 .rowMain .con .cirBox .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #roll #r3 .rowMain .con .cirBox svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
#home #main #roll #r3 .rowMain .con .cirBox svg circle {
  stroke-width: 2px;
  stroke: #fff;
  stroke-dasharray: 400%;
  transition: stroke-dashoffset 0.6s ease-out;
  -webkit-transition: stroke-dashoffset 0.6s ease-out;
  -moz-transition: stroke-dashoffset 0.6s ease-out;
  -o-transition: stroke-dashoffset 0.6s ease-out;
  -ms-transition: stroke-dashoffset 0.6s ease-out;
}
#home #main #roll #r3 .rowMain .con .cirBox svg#cirBg circle {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-dashoffset: 85%;
}
#home #main #roll #r3 .rowMain .con .cirBox svg#cirCon {
  display: none;
}
#home #main #roll #r3 .rowMain .con .cirBox svg#cirCon circle {
  stroke-dashoffset: 198%;
}
/*上面这些影响了*/
#home #main #roll #r3 .other {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: calc(100% - 0);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15vw;
  z-index: 13;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
}
#home #main #roll #r3 .other #clock {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
 
  width: 38vw;
  height: 38vw;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
}
#home #main #roll #r3 .other #clock > img {
  height: 100%;
  position: absolute; 
  z-index: -3;
}
#home #main #roll #r3 .other #clock .time-box {
  pointer-events: none;
  
  position: absolute;
  width: calc(100% + 44px);
  height: calc(100% + 44px);
  top: -22px;
  left: -22px;
}
#home #main #roll #r3 .other #clock .time-box > ul {
  width: 0;
  position: absolute;
}
#home #main #roll #r3 .other #clock .time-box > ul.time-num {
  transform: scale(1.2);
  bottom: 55%;
  left: 50%;
  height: 50%;
}
#home #main #roll #r3 .other #clock .time-box > ul.time-num > li > i {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#home #main #roll #r3 .other #clock .time-box > ul.time-num > li.on > i {
  opacity: 1;
}
#home #main #roll #r3 .other #clock .time-box > ul > li {
  height: calc(100% + 7.5px);
  position: absolute;
  top: -8px;
  left: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
#home #main #roll #r3 .other #clock .time-box > ul > li i {
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(1) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(1) i {
    transform: translateX(-50%) rotate(-60deg);
  }
  #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(2) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(2) i {
    transform: translateX(-50%) rotate(-120deg);
  }
  #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(3) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(3) i {
    transform: translateX(-50%) rotate(-180deg);
  }
  #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(4) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
  }
  #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(4) i {
    transform: translateX(-50%) rotate(-240deg);
  }
   #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(5) {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
  }
  #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(5) i {
    transform: translateX(-50%) rotate(-300deg);
  }
   #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(6) {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(6) i {
    transform: translateX(-50%) rotate(-360deg);
  }
}
#home #main #roll #r3 .other #clock .time-box > ul.time-cir {
  transform-origin: 50% 50%;
  bottom: 50%;
  left: 50%;
  height: 50%;
}
#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  border: 2px solid;
  opacity: 0.8;
  cursor: pointer;
  pointer-events: auto;
  border-color: transparent;
}
@media screen and (max-width: 600px) {
  #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    line-height: 6px;
    text-align: center;
  }
}
#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i > span {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
}
@media screen and (max-width: 600px) {
  #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 8px;
    text-align: center;
  }
}
#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i > a {
  position: absolute;
  opacity: 0;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
}
#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i > a small {
  font-size: 0.5rem;
  line-height: 1;
  display: inline-block;
}
#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i > a em {
  white-space: nowrap;
  display: block;
  line-height: 1;
}
#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li.on {
  pointer-events: none;
}
#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li.on > i {
  opacity: 1;
  pointer-events: none;
  border-color: #fff;
}
@media screen and (min-width: 1025px) {
  #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li:nth-child(1) > i > a {
    left: calc(100% + 10px);
    bottom: 15px;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transition-delay: 4s;
  }
  #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li:nth-child(2) > i > a {
    left: calc(100% + 0px);
    top: 20px;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transition-delay: 4.1s;
  }
  #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li:nth-child(3) > i > a {
    right: calc(100% - 80px);
    top: 60px;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transition-delay: 4.2s;
  }
  #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li:nth-child(4) > i > a {
    right: calc(100% + 10px);
    bottom: 15px;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transition-delay: 4.3s;
  }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li:nth-child(5) > i > a {
    right: calc(100% + 10px);
    bottom: 15px;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transition-delay: 4.3s;
  }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li:nth-child(6) > i > a {
    right: calc(100% - 70px);
    bottom: 60px;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transition-delay: 4.3s;
  }
}
#home #main #roll #r3 .other #clock .time-move {
  z-index: -1!important;
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  top: -5px;
}
@media screen and (min-width: 600px) {
  #home #main #roll #r3 .other #clock .time-move canvas { z-index:0!important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: -1px;
  }
}
@media screen and (max-width: 600px) {
  #home #main #roll #r3 .other #clock .time-move canvas {
    width: 100%;
  }
}
#home #main #roll #r3 .other #clock .msg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99!important;
  pointer-events: none;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 78%;
  height: 72%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  min-height: 168px;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li i {
  font-size: 0.8rem;
  color: #fff;
  line-height: 0.8rem;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li h3 { font-size:26px; font-weight:normal;
  color: #fff;
  line-height: 1;
  margin: 0.6rem 0 0.3rem 0;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li > small {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  line-height: 36px;
  height: 108px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li .layout-btn-5 {
  display: inline-block;
  margin-top: 0.7rem;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li .layout-btn-5 > span,
.product-wrap .detail-img-wrap a  {
  width: 170px; display:block; border-radius:40px;
  height: 50px;
  line-height: 50px;
  
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 25%, #ffffff 75%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, #ffffff 75%);
  background-position: 1% 50%;
  background-size: 400% 300%;
  border: 2px solid #fff;
  -webkit-transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li .layout-btn-5 > span:hover {
  color: #000;
  background-position: 99% 50%;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li.on,
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li.next {
  display: flex;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li.on .layout-btn-5,
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li.next .layout-btn-5 {
  pointer-events: auto;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .layer-btn {
  display: flex;
  border-radius: 6px;
  margin-top: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 0.58rem;
  background-color: #fff;
  color: #808080;
  max-width: 160px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .layer-btn > i {
  color: #ac0d14;
  font-size: 26px;
  margin-left: 10px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .layer-btn:hover {
  background-color: #ac0d14;
  color: #fff;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.12);
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .layer-btn:hover > i {
  color: #fff;
}
#home #main #roll #r3 .other .dotBox {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 50px;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#home #main #roll #r3 .other .dotBox > li {
  position: relative;
  margin: 0.2rem 0;
  cursor: pointer;
}
#home #main #roll #r3 .other .dotBox > li svg {
  display: block;
  width: 38px;
  height: 38px;
  position: relative;
  z-index: 5;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
#home #main #roll #r3 .other .dotBox > li svg circle {
  stroke-width: 2px;
  stroke: #fff;
  stroke-dasharray: 300%;
  stroke-dashoffset: 300%;
  transition: stroke-dashoffset 0.01s ease-out;
  -webkit-transition: stroke-dashoffset 0.01s ease-out;
  -moz-transition: stroke-dashoffset 0.01s ease-out;
  -o-transition: stroke-dashoffset 0.01s ease-out;
  -ms-transition: stroke-dashoffset 0.01s ease-out;
}
#home #main #roll #r3 .other .dotBox > li span {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: border-color 0.6s ease-out;
  -webkit-transition: border-color 0.6s ease-out;
  -moz-transition: border-color 0.6s ease-out;
  -o-transition: border-color 0.6s ease-out;
  -ms-transition: border-color 0.6s ease-out;
}
#home #main #roll #r3 .other .dotBox > li span:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#home #main #roll #r3 .other .dotBox > li.on svg circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 5s ease-out;
  -webkit-transition: stroke-dashoffset 5s ease-out;
  -moz-transition: stroke-dashoffset 5s ease-out;
  -o-transition: stroke-dashoffset 5s ease-out;
  -ms-transition: stroke-dashoffset 5s ease-out;
}
#home #main #roll #r3 .other .dotBox > li.on span {
  border-color: rgba(255, 255, 255, 0.3);
}
#home #main #roll #r3 .other.on {
  opacity: 1;
  pointer-events: auto;
}
#home #main #roll #r3.over {
  z-index: 16;
  opacity: 1;
  border-radius: 20px;
  animation-name: banner_in_1;
  transform-origin: 50% 50%;
}
#home #main #roll #r3.in {
  z-index: 15;
  opacity: 1;
  border-radius: 20px;
  animation-name: banner_in;
  transform-origin: 50% 50%;
}
#home #main #roll #r3.out {
  z-index: 10;
  opacity: 1;
  border-radius: 20px;
  animation-name: banner_in_1;
  transform-origin: 50% 50%;
}
#home #main #roll #r3.on .rowMain {
  opacity: 0;
  transition-delay: 2s;
}
#home #main #roll #r3.on .rowMain .con .cirBox {
  width: 38vw;
  height: 38vw;
  transition-delay: 0.5s;
}
#home #main #roll #r3.on .rowMain .con .cirBox img {
  animation: loopCir 10s linear infinite;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
#home #main #roll #r3.on .rowMain .con > div h2 {
  animation: ani1 2s ease-in-out;
  animation-fill-mode: both;
}
#home #main #roll #r3.on .rowMain .con > div p {
  animation: ani1 2s ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0.1s;
}
#home #main #roll #r3.on .rowMain .con > div .ad {
  animation: ani1 2s ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0.2s;
}
#home #main #roll #r3.on .other #clock .time-box .time-cir > li i > a {
  transform: none !important;
  opacity: 1;
}
#home #main > .other {
  position: absolute;
  bottom: 0;
  right: 0;
  height: calc(100%);
  width: 1.3rem;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: screen;
}
#home #main > .other > i {
  font-size: 0.6rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
#home #main > .other .img {
  position: absolute;
  bottom: 1.2rem;
  display: none;
}
#home #main > .other .img2 {
  position: absolute;
  display: none;
  bottom: 1.2rem;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#home #main > .other.bc {
  mix-blend-mode: unset;
}
#home #main > .other.bc > i {
  color: #333;
}
#home #main > .other.bc .img {
  opacity: 0;
}
#home #main > .other.bc .img2 {
  opacity: 1;
}
#home .roll-items {
  position: fixed;
  left: 0.7rem;
  height: 100%;
  width: 60px;
  top: 0;
  z-index: 101;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#home .roll-items > ol {
  width: 23px;
}
#home .roll-items > ol > li {
  width: 22px;
  height: 22px;
  margin: 0.3rem 0;
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  cursor: pointer;
}
#home .roll-items > ol > li svg {
  width: 24px;
  height: 24px;
  transform: translate(-2px, -4px) rotate(-90deg);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#home .roll-items > ol > li svg circle {
  stroke-dashoffset: 189px;
  stroke-dasharray: 63px;
  stroke: #132D8B;
  stroke-width: 2px;
}
#home .roll-items > ol > li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  line-height: 6px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}
#home .roll-items > ol > li:before {
  content: attr(data-node);
  position: absolute;
  white-space: nowrap;
  font-size: 0.16rem;
  left: calc(100% + 15px);
  height: 20px;
  line-height: 20px;
  top: 0;
  color: #666666;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#home .roll-items > ol > li.on {
  border-color: rgba(0, 0, 0, 0.1);
}
#home .roll-items > ol > li.on:after {
  opacity: 0;
}
#home .roll-items > ol > li.on:before {
  opacity: 1;
}
#home .roll-items > ol > li.on svg circle {
  stroke-dashoffset: 126px;
  transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
}
#home .roll-items.on {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
}
#home .roll-items.wc .dot_num > em {
  color: rgba(255, 255, 255, 0.2);
}
#home .roll-items.wc .dot_num > em.num_ {
  color: #fff;
}
#home .roll-items.wc > ol > li svg circle {
  stroke: #fff;
}
#home .roll-items.wc > ol > li.on {
  border-color: rgba(255, 255, 255, 0.2);
}
#home .roll-items.wc > ol > li:after {
  background-color: rgba(255, 255, 255, 0.4);
}
#home .roll-items.wc > ol > li:before {
  color: #fff;
}
.active .med-onc .p1,.active .med-onc .p2,.active .med-onc .p3{ visibility: visible; opacity:1; transform:translateY(0px); transition:all 0.5s ease 0.3s;}
.active .med-onc .p2{ transition-delay:0.6s;}
.active .med-onc .p3{ transition-delay:0.9s;}


.zc-onc{ position:absolute; left:0; bottom:0; background:#7d58bf; padding:40px 3%; z-index:5; width:25%; transform:translateX(-100%); transition:all 0.5s ease;}
.active .zc-onc{ transform:translateX(0); transition:all 0.5s ease 0.8s;}
.pacla a{ margin-left:30px; transform:translateX(0%); transition:all 0.5s ease 0.3s;}

.snow-container{position: absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;}

.boxc{ position:absolute; left:0; top:0; width:100%; height:100%; overflow:hidden; opacity:0; visibility:hidden; transition:all 3s ease;}
.active .boxc{ opacity:1; visibility: visible; transition:all 3s ease;}

.pic1{ position:absolute; right:0; bottom:0;}
.pic1 img{ position:absolute; right:-200px; bottom:-200px; max-width:999px;}
.pic2{ position:absolute; right:0; top:0;}
.pic2 img{ position:absolute; right:-50px; top:-50px; max-width:999px;}

.pic3{ position:absolute; left:0; bottom:0; width:100%;}
.pic3 img{ position:absolute; left:18%; bottom:-120px; max-width:999px;}
.pic4{ position:absolute; left:0px; top:0px;}
.pic4 img{ position:absolute; left:-50px; top:-50px; max-width:999px;}
.pic5{ position:absolute; left:0; top:0;}
.pic5 img{ position:absolute; left:310px; top:-40px; max-width:999px;}


@-moz-keyframes mouse {
  0% {
    width:45px;
	height:45px;
	opacity:0.7;
  }
  80% {
    width:80px;
	height:80px;
	opacity:0.2;
  }
  95% {
    width:88px;
	height:88px;
	opacity:0;
  }
  100% {
    width:45px;
	height:45px;
	opacity:0;
  }
}
@-webkit-keyframes mouse {
  0% {
    width:45px;
	height:45px;
	opacity:0.7;
  }
  80% {
    width:80px;
	height:80px;
	opacity:0.2;
  }
  95% {
    width:88px;
	height:88px;
	opacity:0;
  }
  100% {
    width:45px;
	height:45px;
	opacity:0;
  }
}
@keyframes mouse {
  0% {
    width:45px;
	height:45px;
	opacity:0.7;
  }
  80% {
    width:80px;
	height:80px;
	opacity:0.2;
  }
  95% {
    width:88px;
	height:88px;
	opacity:0;
  }
  100% {
    width:45px;
	height:45px;
	opacity:0;
  }
} 



.ny-banner {
	height: 580px;
	overflow: hidden;/*background-size: cover;background: no-repeat center center;*/
}
.ny-banner h2{ font-size:42px; position:absolute; text-align:center; transform:translate(-50%,-50%); left:50%; top:50%; color:#fff; z-index:1;}
.ny-banner h2 P{ color:rgba(255,255,255,0.6); font-size:32px; font-weight:normal;}
.obrelc {
	background-size: cover; z-index:0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.obrelc img{ width:100%;}
.sjbox2{ margin-top:8%; text-align:center;}
.ny-nav {
	position: sticky;background:#f5f5f5; 
     
    top: 100px;
    z-index: 1;
    width: 100%;
}
.ny-nav span {
	display:none;
}
.ny-nav P{ width:100%; text-align:center;}
.ny-nav a { color:#333;
	font-size:16px;
	display:inline-block; padding:0 25px;
	line-height:70px;
 
	transition:all 0.5s ease;
}
/*.ny-nav a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 2px;
	width: 0px;
	background: #e50023;
	transition: all 0.5s ease;
}*/
 
.position{ width:15%; color:#fff; font-size:14px;}
.position a{ font-size:14px; padding:0;}
.ab-01{ padding:0% 0 4% 0;/* background:url(../images/btbg.png) no-repeat center center;*/  }
.ab-01 h3{ font-size:40px; font-weight:normal; text-align:center; position:relative; font-weight:bold;}
.ab-01 h3:after{ content:''; height:4px; width:50px; position:absolute; bottom:-20px; left:50%; margin-left:-25px; background:#014099;}
/*.ab-01 h3:after{ content:''; height:2px; width:30px; background:#00507e; left:50%; bottom:0; margin-left:-15px; position:absolute;}*/
.ltebn{ margin-top:4%; background:url(../testimg/t14.png) no-repeat center center;}
.lbopac {
	background:url(../images/t1.jpg) center center no-repeat;
	padding:0.1% 0 0 0;
}
.olta2 {
	width:100%; padding:0 10%; 
}
.olta2 li { padding-left:4.9%;
	width:24.9%;
	color:#000;
	text-align:center; border-right:1px solid #b1c5e0;
}
.olta2 li:nth-child(4){ border-right:0px solid #ddd;}
.olta2 li img { margin-top:5px;
}
.olta2 li p{ width:50%;}
.olta2 li span {
	font-size:40px;
	font-family:syst; color:#014099;
}
.ny-03{ margin-bottom:5%;}
.ny-02{
	padding: 1px 0 5%;
	background: url(../images/t14.jpg) no-repeat center center;
	 background-size: cover;
}

.lobnea{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.lobnea .list{
	width: 10%;
	transition: all 0.5s;
}

.lobnea .list:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #fff;
	opacity: 1;
	transition: all 0.5s;
}

.lobnea .list .img img{
	width: 100%;
	height: 575px;
	object-fit: cover;
}
.lobnea .list .tit{
	position: absolute;
	z-index: 3;
	width: 100%;
	font-size: 32px;
	font-weight: bold;
	left: 0;
	top: 60px;
	padding: 0 40px;
	line-height: 1;
	transition: all 0.5s;
}
.lobnea .list .con{
	font-size: 18px;
	width: 100%;
	padding: 0 40px;
	position: absolute;
	z-index: 3;
	top: 120px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transition: all 0.5s;
}

.lobnea .list .num{
	width: 120px;
	text-align: center;
	position: absolute;
	z-index: 3;
	bottom: 30px;
	transition: all 0.5s;
}


/* 荣誉旋转木马 */
#certify{ margin-top:7%; overflow:hidden;}
#certify .swiper {
	padding:0% 0 9%;
}
#certify .swiper-slide {
	width:550px;
	background:#fff;
	border:1px solid #dcdcdc;
	padding:30px 0;
	text-align:center;
}
#certify .swiper-slide .img {
	background:none;
}
#certify .swiper-slide .img img {
	width:100%
}
#certify .swiper-slide .p {
	width:100%;
	color:#666;
	margin-top:25px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}
#certify .swiper-button-prev {
	left: 43%;
	top:70%; margin:0;
	background: url(../images/next_atv.png) no-repeat left center;
}
#certify .swiper-button-next {
	right: 43%;
	 
	top:70%; margin:0;
	background: url(../images/prev_atv.png) no-repeat left center;
}
#certify .swiper-button-prev, #certify .swiper-button-next {
	width: 49px;
	height: 49px;
}
/* 手机端荣誉资质 */
.m_honor {
	text-align:center;
	display:none;
	font-size:16px
}
 
.olta {
	  width:100%;
}
.olta li {
	width:33.3%;
	text-align:center;
	margin-bottom:0%;
}
.olta li:first-child{ border-right:1px solid #ddd;}
.olta li:nth-child(2){ border-right:1px solid #ddd;}
.olta li img {
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
}
.olta li span {
	font-size:56px;
	color:#008ed8;
	font-weight:normal;
	font-family:syst;
}

.bieao{ width:100%;  margin:5% 0 0% 0;   }
.bieao ul{ width:100%}
.bieao ul li{ width:49%;} 
.bieao ul li h3{ font-size:22px;}
.bieao ul li p{ margin-top:15px; line-height:30px; color:#666;}
.boprek{ margin-top:5%;  }
.boprek a{   font-size:18px;transition:all 1s ease 0.8s; background:url(../images/syl.png) 120px center no-repeat;  padding:10px 60px 10px 40px; border:2px solid #014099; color:#014099; border-radius:30px; }
 .boprek2{ margin-top:5%;  }
.boprek2 a{   font-size:18px;transition:all 1s ease 0.8s; background:url(../images/sy.png) 120px center no-repeat;  padding:10px 60px 10px 40px; border:2px solid #fff; color:#fff; border-radius:30px; }
 
 
 
.lbtena{width:100%; line-height:4; border-bottom:1px solid #eee; font-size:24px; font-weight:bold; color:#0155a6;}

.boltep{ width:100%; margin-top:4%;}
.boltep .list{ width:33.33%; color:#00507e;}
.boltep .list span{ color:#333; display:inline-block; vertical-align:middle; width:140px; line-height:25px; text-align:right;}
.boltep .list strong{ font-size:66px; display:inline-block; vertical-align:middle; line-height:1; margin:0 5px;}
.boltep .list i{ display:inline-block; vertical-align: bottom;}

.ab-02{ padding-bottom:90px; background:#f7f7f7;}
.mbaeo{ position:absolute; line-height:1.6; left:50%; bottom:0; z-index:2; color:#fff; background:#00507e; width:600px; padding:60px;}
.mbaeo .d2{ font-size:22px; margin:20px 0;}

.ab-03{ background:#f7f7f7;}
.bobme{ padding:80px 0 100px; }
.bobme .pic{ width:566px;}
.bobme .con{ width:522px;}
.bobme .con .d1{ font-size:22px; line-height:1.6;}
.bobme .con .d2{ color:#666; line-height:2; margin-top:30px;}

.olbmc{ margin-top:4%; font-size:30px;}
.bloea .list{ margin-top:4%; line-height:1.6; background:no-repeat left center; width:450px; padding:10px 0 10px 130px;}
.bloea .list .d1{ font-size:22px;}
.bloea .list .d2{ font-size:16px; color:#787878; margin-top:15px;}

.ac-02 li{ height:522px; width:100%; display:table; color:#fff; background:no-repeat center center; background-size:cover;}
.oplca{ max-width:550px; line-height:1.8;}
.oplca .d1{ font-size:18px;}
.oplca .d2{ font-size:22px; margin-top:6px;}

.xlt-sot{ min-height:200px; position:relative; z-index:2; width:100%; max-width:900px; margin:0% auto 0;}
.xlt-sot dl{ position:relative;}
.xlt-sot dl dt{ font-weight:bold; font-size:20px; }
.xlt-sot dl dd{ line-height:2; font-size:14px; margin-top:15px;}

.baeolc{ font-size:16px; margin-top:5%; line-height:1.8;}
.baeolc strong{ font-size:22px; color:#00507e;}
.bimtae{ margin-top:3%; background:#f2f9fd;}

.virae{ background:#dff3fe; height:510px; display:table; width:370px;}
.virae p img{ max-height:446px;}
.btrec{ width:830px; padding:50px;}
.btrec h5{ color:#00507e; font-size:20px;}
.loteca{ margin-top:20px;}
.loteca a{ float:left; line-height:42px; border:1px solid #cfe2ec; width:235px; padding:0 12px; height:44px; margin-right:8px; margin-bottom:15px; text-align:center;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

.honor-ul{ margin-top:4%;}
.honor-ul li{ width:32%; float:left; margin-right:2%; margin-bottom:2%; cursor:pointer; padding:10px; background:#f2f9fd; transition:all 0.5s ease;}
.honor-ul li:nth-child(3n){ margin-right:0;}
.honor-ul li .honor-li-a{}
.honor-ul li .honor-li-tit{ margin-top:0px; line-height:32px; height:32px; font-size:16px; overflow:hidden;}
.honor-ul li .honor-li-img{ width:100%; height:254px; display:table; text-align:center;}
.honor-ul li .honor-li-img p{ display:table-cell; vertical-align:middle;}
.honor-ul li .honor-li-img p img{ max-height:254px;}

.teaolk { margin-top:5%;}
.teaolk .pic{ width:47%;}
.teaolk .con{ width:47%;}
.teaolk .con .d1{ font-size:36px;}
.teaolk .con .d2{ line-height:2; margin-top:15px; font-size:16px; color:#666;}
.wordmv{ margin-top:3%; padding:5% 0; background:url(../images/bg2.jpg) center center no-repeat}
.wordmv{}
.nymar{ margin:4% 0;}
.aboutcon{ width:47%;  }
.aboutcon h3{ font-size:36px; color:#333;   margin-bottom:6%;}
.aboutcon p{ line-height:40px; font-size:18px;/* text-indent:2rem;*/ margin-bottom:4%; color:#333;}
/*news css begin*/
.lawer{ padding:5% 0 0; }
.lawer a{ width:100%; margin-bottom:7%; }
.lawer a .pic{ overflow:hidden; width:240px; height:180px; box-shadow:0 0 10px #ddd;border-radius:10px; text-align:center; line-height:180px;}
.lawer a .pic img{ width:80%;}
.lawer a h3{width:75%; color:#333;   font-weight:normal; font-size:22px;  transition:all 0.5s ease;}
 
.lawer a h3 p{ font-size:16px; color:#333; padding:20px 0 0px 0; line-height:30px;font-weight:normal; }

.news {
	background:#f6f6f6 url(../images/city2.jpg) center center no-repeat;
	padding:5% 0;
}
.search2 { border-top:1px solid #eee;border-bottom:1px solid #eee; margin:3% 0;}
.search2 select{ width:20%; color:#000;}
.search2 input[type='text']{ background:none; border:none; line-height:70px; width:40%;}
.search2 input[type='button']{ background:none; border:none; line-height:37px;  width:110px; background:#0566d9 url(../images/ss2.jpg) center center no-repeat;}
.search2 h3 { 
	line-height:90px;
	font-size:24px;
	text-indent:2rem;
	width:11%;
	font-weight:normal;
}
.search2 .con {
	width:88%;
	text-align: right;
	padding: 2%;
}
.search2 .con input[type="checkbox"] {margin-top:-2px;cursor: pointer;width:15px;height:15px;}

.search2 .con span{ margin:0 20px 0 10px;}
.search2 .con input[type="text"] {
	background: #f5f5f5;
	padding-left:10px;
	border: none;
	line-height: 3;
	width: 60%;
}
.search2 .con input[type="button"] {
	background:#2566b1 url(../images/search.png) center center no-repeat;
	line-height:3;
	width:70px;
	border:none;
	color:#fff;
}
 .syvideo{ position:absolute; right:0; top:0%; width:500px; height:265px;border-radius:6px; border:5px solid rgba(255,255,255,0.8);} 
 .syvideo video{ width:100%; height:100%!important;} 
.nolema { margin:6% 0;
    
}
.nolema a{ padding:10% 0; border:1px solid #ddd; width:33.33%; text-align:center; font-size:22px; color:#333; line-height:3;transition:all 0.5s ease;}
.news-list{ margin-top:3%;}
.news-list li{ transition:all 0.5s ease;}
.news-list li a{ padding:3% 0; border-bottom:1px solid #ddd;  display:block;transition:all 0.5s ease;}
.news-list li a .pic { border-top-left-radius:30px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:30px; overflow:hidden;
    width: 27.7%;
}
.news-list li a .pic img{ width:100%; object-fit:cover;}
 
.news-list li a .con{ width:65%; transition:all 0.5s ease;}
.news-list li a .con .d1{   overflow:hidden; font-size:22px; color:#000;transition:all 0.5s ease;}
.news-list li a .con .d2{ font-family:syst;color:#999; font-weight:lighter; font-size:18px; line-height:3; margin-bottom:5%;   }
.news-list li a .con .d3{ line-height:36px; overflow:hidden; height:60px; color:#999; font-size:16px;} 

.news-info{ padding:5% 0;}
.news-info .con-l{width:100%;}
.news-info .con-r{width:386px;padding-left:6%}
.news-info .con-r em{font-size:18px; font-weight:bold; margin-bottom:20px; display:block;}
.news-info .con-r a{margin-bottom:1rem}
 
.news-info .con-r .img{width:76px;height:55px}
.news-info .con-r h3{width:calc(100% - 90px);padding:0 .24rem; font-size:14px; color:#333; line-height:28px; font-weight:normal;}
.news-info .head h3{font-size:24px; width:100%; text-align:center; margin-bottom:4%;}
 
.news-info .head span{color:#999; line-height:3; padding-bottom:30px; display:block;}
.news-info .edit{  line-height:30px; text-align:center; }
.news-info .page{ margin-top:60px;}
.news-info .page .link{width:calc(100% - 200px)}
.news-info .page .link a{ line-height:30px}
.news-info .page .link a:hover{color:#f99903;text-decoration:underline}
.news-info .page a.btn{width:150px;line-height:48px; height:48px;border:2px solid #ddd; border-radius:30px;transition:all 0.5s ease;}
.lteabc{ margin-top:4%;}
.lteabc li a{ display:block; padding:42px 0;}
.lteabc li:nth-child(2n-1) a{ background:#f9f9f9;}
.lteabc li a .date{ width:96px; border-right:1px solid #ddd; color:#666; margin-top:12px;}
.lteabc li a .date strong{ color:#555; font-size:48px; font-weight:bold; display:block; line-height:1.1;}
.lteabc li a .cont{ width:calc(100% - 96px); padding:0 160px 0 40px; position:relative;}
.lteabc li a .cont:before{ content:''; position:absolute; right:0; top:30px; width:28px; height:28px; background:url(../images/fc.png); transition:all 0.5s ease;}
.lteabc li a .cont .d1{ font-size:18px; line-height:30px; height:30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.lteabc li a .cont .d2{ line-height:24px; height:48px; overflow:hidden; color:#999; margin-top:12px;}
.uncebna{ margin-top:5%;}
.uncebna li a{ display:block; line-height:60px; height:60px; border-bottom:1px dashed #ddd;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size:16px; color:#333; transition:all 0.5s ease;}
.uncebna li a span{ float:right; margin-left:15px; color:#999;}
.uncebna li a:before{ content:''; width:5px; height:5px; border-radius:50%; display:inline-block; vertical-align:middle; margin-right:10px; background:#0566d9;}

.leftbox{ width:47%}
 .agbore {
	width:100%; margin:1% 0 0 0;
	 
}
.agbore .pics{ width:45%;  }
.agbore h3{ width:45%;  } 
.agbore h3 a{ border:1px solid #ddd; border-radius:5px; overflow:hidden; display:inline-block;}
.agbore h3 p:first-child{  font-size:36px;} 
.agbore h3 p{ color:#666; font-size:18px; line-height:40px; font-weight:normal;}
.agbore ul{ width:100%; margin-top:4%;}
.agbore ul li{ width:100%;margin-bottom:5%;}
.agbore ul li .pic{ width:100%; text-align:center; background:#eff0ef; border-radius:5px; overflow:hidden; height:500px; line-height:500px;}
.agbore ul li .tit{ width:100%; font-size:26px; margin-top:20px; line-height:3; color:#333; font-weight:bold;}
.agbore ul li .cont{ color:#666; font-size:18px; line-height:40px;}
.syfad2 { background:#f6f7f8; margin:8% 0 4% 0;}
.syfad2 h3{ font-size: 20px;
    color: #fff;
    font-weight: normal;
    background: #005da3;
    width: 14%;
    text-align: center;
    padding: 1%;}
.syfad2 h4{ font-size:40px; width:20%;}
.lptenc{ margin-top:5%}
.lptenc li{ margin-bottom:3%; width:24%; margin-right:1.3%; float:left;}
.lptenc li:nth-child(4n){ margin-right:0;}
.lptenc li a{ display:block; text-align:center;}
.lptenc li a .pic {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    min-height: 315px;
    line-height: 315px;transition:all 0.5s ease;
}
.lptenc li a .pic img{ width:100%;   object-fit:cover;transition:all 0.5s ease;}
.lptenc li a .pic span{ display:none; position:absolute; width:48px; height:48px; background:url(../images/pl.png) no-repeat center center; left:50%; top:50%; transform:translate(-50%,-50%);}
.lptenc li a .tit{ margin-top:20px; line-height:20px; height:20px; overflow:hidden; font-size:16px; color:#000;}
.lptenc li a .con{ background:url(../images/dv.png) no-repeat right center; line-height:20px; margin-top:5px;}

.otemla{ margin-top:5%;}
.otemla li{ width:48%;    transition:all 0.5s ease;}
.otemla li .pic{overflow:hidden;transition:all 0.5s ease;}
 
.otemla li a{ display:block;}
.otemla li a .pic{  overflow:hidden;}
.otemla li a .pic img{ width:100%;   object-fit:cover;transition:all ease .5s;}
.otemla li a .tit{ padding:0 30px; font-size:16px; line-height:25px; overflow:hidden;height:50px; margin-top:3%;  }
.otemla li a .time{ color:#999; padding:0 30px; line-height:50px; }
.otemla li a .con{ color:#999; line-height:25px; height:50px; overflow:hidden;  font-size:14px;}
.otemla li a .link{ margin-top:10px;}
.otemla li a .link span{ padding-right:40px; background:url(../images/j1.png) no-repeat right center; display:inline-block; font-size:16px;}
 
 
.flex_4{width: 25%}
.flex_2{width: 32%}
.flex_1{width: 100%}
.feedbg{ background:#f6f7f9; padding:3% 0; margin-top:5%;}

.laebta {
	width:100%; margin-right:0;
 
 
}
 
.dasol {
	border-bottom:1px solid #ddd;
	padding:0 0 4% 0%;
}
.dasol .d1 { line-height:30px;
	font-size:22px; color:#333;
	font-weight:bold;
}
.dasol .d1 span{ font-size:16px; color:#999; font-weight:normal;}
.dasol .d2 a {
	color:#0688d1; line-height:30px; border:none;
	 
}
.ladfbu {
	line-height:2;
}
.ladfbu p {
	padding:5% 0;  
 font-weight:bold;
	font-size:16px;
 
	 
}
.ladfbu p a{ border:none;}
.ladfbu p span {
	font-size:12px; font-weight:normal;
	color:#666;
}
.lbtapc {
	width:100%; border-top:1px solid #ddd;
}
.domla{ margin-bottom:4%; background:#f8fafd; border:1px solid #eaf2fd; padding:3%;}
.volca { line-height:3;}
.volca img{ width:2%; margin-right:1%; }
.volca a{ display:block;}
.volan a{ display:block; margin-top:30px; width:120px; line-height:40px; color:#0a55bb;  border:1px solid #0a55bb; text-align:center;}

 
  
.caetct {
	border:1px solid #eee;
	padding:20px; 
	background:#fff;
}
.caetct a {
	line-height:2;
    font-size:16px; 
	color:#333;
	display:block;
	border-bottom:1px dashed #ddd;
	padding:10px 0; position:relative;transition:all ease .5s;
}
.caetct a:before{ content:''; width:5px; height:5px; border-radius:50%; display:inline-block; vertical-align:middle; margin-right:10px; background:#0566d9;}
 
.fxxw {
	display:inline-block;
	vertical-align:middle;
}
 
/*news is over*/


.pagelc{ padding:60px 0 80px 0;}
.pagelc a{display:inline-block; font-size:13px; line-height:40px; background:#f3f3f3; padding:0 10px;  margin:0 2px; vertical-align:middle; border-radius:2px;transition:all ease .5s;}
.pagelc a.mob-none{ padding:0; width:40px;}
.pagelc a.cur{ color:#333; background:#d7d7d7; }

.bleac{ padding:1px 0 5% 0; background:url(../images/fa3.jpg) center center no-repeat; background-size:cover;}
.bleac a{ width:25%; padding-top:3%; text-align:center; color:#fff;transition:all ease .5s; border:1px solid rgba(0,0,0,0)}
.bleac a img{ margin-bottom:5%;}
.bleac a h3{ font-size:18px; margin-bottom:10%;}
.bleac a p{ font-size:16px; margin-bottom:10%;}
.bleac a span{ padding:8px 30px; border:1px solid #0055a6; transition:all ease .5s;}
.edit-con{   padding:3% 0;  }
.edit-con p{ line-height:2; }
.lotec{ margin-top:5%; max-width:600px;}
.lotec .d1{ font-size:32px;}
.lotec .d2{ line-height:2; font-size:16px; margin-top:10px; color:#666;}

.olbab{display: -webkit-flex; display:flex;justify-content: space-between;align-items:center ;}
.olbab .list{ padding-top:35px; text-align: center;}
.olbab .list .d2{ margin-top:15px; font-size:16px; color:#00507e;}
.olbab .list .d3{ font-size:16px; margin-top:15px;}

.IxBusinessList{
    margin: 5% 0;
    padding: 0 0px 5% 0;
}
.IxBusiness-item{
    position: relative;
    padding: 150px 0;
    float: left;
    width: 25%;
}
.IxBusiness-box{
    position: relative;
}
.IxBusiness-item .line{
    width: 125%;
    height: 1px;
    background: #008cd6;
    display: block;
    position: absolute;
}

.IxBusiness-circel{
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: relative;
    display: inline-block;
}
.IxBusiness-circel span{
    transition: all .6s;
	-moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
}

.IxBusiness-item:hover .C{
    width: 56px;
    height: 56px;
    left: 1px;
    top: 1px;
}
.IxBusiness-circel .S{
    border:1px solid rgba(147,201,84,.20);
    background: rgba(147,201,84,.20);
    width: 58px;
    height: 58px;
}

.IxBusiness-circel .c0 ,.IxBusiness-item:hover  .IxBusiness-circel .s0 { 
    width: 58px;
    height: 58px;
}
.IxBusiness-circel .c1 ,.IxBusiness-item:hover  .IxBusiness-circel .s1{
    width: 78px;
    height: 78px;
    left: -10px;
    top:-10px
}
.IxBusiness-circel .c2 ,.IxBusiness-item:hover  .IxBusiness-circel .s2{
    width: 108px;
    height: 108px;
    left: -25px;
    top:-25px
}
.IxBusiness-circel .c3 ,.IxBusiness-item:hover  .IxBusiness-circel .s3{
    width: 148px;
    height: 148px;
    left: -45px;
    top:-45px
}
.IxBusiness-circel .c4 ,.IxBusiness-item:hover  .IxBusiness-circel .s4{
    width: 208px;
    height: 208px;
    left: -75px;
    top:-75px
}
.IxBusiness-circel .c5 ,.IxBusiness-item:hover  .IxBusiness-circel .s5{
    width: 288px;
    height: 288px;
    left: -115px;
    top:-115px
}
.IxBusiness-circel .c6 ,.IxBusiness-item:hover  .IxBusiness-circel .s6{
    width:388px;
    height: 388px;
    left: -165px;
    top:-165px
}

.IxBusiness-item .core{
    text-align: center;
    color: #fff;
    z-index: 10;
}
.IxBusiness-item.item-1 .core{
    background: #008cd6;
    border:1px solid #008cd6;
}
.IxBusiness-item.item-1 .C{
    border:1px solid #008cd6;
}
.IxBusiness-item.item-2 .core{
    background: #0498e5;
    border:1px solid #0498e5;
}
.IxBusiness-item.item-2 .C{
    border:1px solid #0FA3F0;
}
.IxBusiness-item.item-3 .core{
    background: #43BEFF;
    border:1px solid #43BEFF;
}
.IxBusiness-item.item-3 .C{
    border:1px solid #43BEFF;
}
.IxBusiness-item.item-4 .core{
    background: #43BEFF;
    border:1px solid #43BEFF;
}
.IxBusiness-item.item-4 .C{
    border:1px solid #43BEFF;
}
.IxBusiness-item.item-5 .core{
    background: #60C8FF;
    border:1px solid #60C8FF;
}
.IxBusiness-item.item-5 .C{
    border:1px solid #60C8FF;
}
.IxBusiness-item.item-6 .core{
    background: #7BD1FF;
    border:1px solid #7BD1FF;
}
.IxBusiness-item.item-6 .C{
    border:1px solid #7BD1FF;
}

.IxBusiness-item:hover .core{
    border: 1px solid #93c954;
    background: #93c954;
}
.IxBusiness-FadeText{
    padding-top: 50px;
    width: 250px;
    border-left: 1px solid #93c954;
    position: absolute;
    left: 0;
    transition: all .8s;
	-moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    opacity: 0;

}
.IxBusiness-FadeText p{
    line-height: 26px;
    color: #444;
    padding-left: 10px;
}
.IxBusiness-item:hover .IxBusiness-FadeText{
    opacity: 1;
}

.IxBusiness-item.item-1{
    width: 120px;
    padding-top: 120px;
}
.IxBusiness-item.item-1 .line{
    width: 200px;
    transform: rotate(40deg);
    left: 29px;
    top: 215px ;
}
.IxBusiness-item.item-1 .core , .IxBusiness-item.item-1:hover .core{
    width: 58px;
    height: 58px;
    line-height: 58px;
    left: 0;
    top: 0;
}
.IxBusiness-item.item-1 .IxBusiness-FadeText{
    top: 190px;
    left: 49px;
}
.IxBusiness-item.item-1:hover .IxBusiness-FadeText{
    left: 29px;
}

.IxBusiness-item.item-2{
    padding-top: 220px;
    padding-left: 35px;
    padding-right: 20px;
}
.IxBusiness-item.item-2 .line{
   width: 340px;
    transform: rotate(-12deg);
    left: 90px;
    top: 218px;

}
.IxBusiness-item.item-2 .core ,.IxBusiness-item.item-2:hover .core{
    width: 66px;
    height: 66px;
    line-height: 66px;
    left: -4px;
    top: -4px;
}
.IxBusiness-item.item-2 .IxBusiness-FadeText{
    top: 190px;
    left: 49px;
}
.IxBusiness-item.item-2:hover .IxBusiness-FadeText{
    left: 29px;
}

.IxBusiness-item.item-3{
    padding-left: 100px;
    padding-right: 115px;
}
.IxBusiness-item.item-3 .line{
   width: 280px;
    transform: rotate(13deg);
    left: 150px;
    top: 220px;
}
.IxBusiness-item.item-3 .core , .IxBusiness-item.item-3:hover .core{
    width: 58px;
    height: 58px;
    line-height: 58px;
    left: 0;
    top: 0;
}
.IxBusiness-item.item-3 .IxBusiness-FadeText{
    top: 250px;
    left: 49px;
}
.IxBusiness-item.item-3:hover .IxBusiness-FadeText{
    left: 29px;
}

.IxBusiness-item.item-4{
    padding-top: 220px;
    padding-left: 60px;
   /* padding-right: 15px;*/
}
.IxBusiness-item.item-4 .line{
   width: 340px;
    transform: rotate(-13deg);
    left: 80px;
    top: 210px;
}
.IxBusiness-item.item-4 .core , .IxBusiness-item.item-4:hover .core{
    width: 66px;
    height: 66px;
    line-height: 66px;
    left: -4px;
    top: -4px;
}
.IxBusiness-item.item-4 .IxBusiness-FadeText{
    top: 180px;
    left: 49px;
}
.IxBusiness-item.item-4:hover .IxBusiness-FadeText{
    left: 29px;
}

.IxBusiness-item.item-5{
    padding-top: 140px;
    padding-left: 95px;
    padding-right: 55px;
}
.IxBusiness-item.item-5 .line{
    width: 240px;
    transform: rotate(10deg); display:none;
    left: 100px;
    top: 195px ;
}
.IxBusiness-item.item-5 .core ,.IxBusiness-item.item-5:hover .core{
    width: 86px;
    height: 86px;
    line-height: 86px;
    left: -14px;
    top: -14px;
}
.IxBusiness-item.item-5 .IxBusiness-FadeText{
    top: 180px;
    left: 49px;
}
.IxBusiness-item.item-5:hover .IxBusiness-FadeText{
    left: 29px;
}

.IxBusiness-item.item-6{
    padding-top: 180px;
    padding-left: 70px;
}
.IxBusiness-item.item-6 .core , .IxBusiness-item.item-6:hover .core{
    width: 66px;
    height: 66px;
    line-height: 66px;
    left: -4px;
    top: -4px;
}

.IxBusiness-item.item-6 .IxBusiness-FadeText{
    top: 150px;
    right: 49px;
    border-right: 1px solid #93c954;
    padding-right: 10px;
    border-left:none;
    left: auto;
    text-align: right;
}
.IxBusiness-item.item-6:hover .IxBusiness-FadeText{
    right: 29px;
}

.vlkt{ margin-top:4%; padding:10% 0; background:no-repeat center center; background-size:cover; color:#fff;}
.mmaek{ max-width:500px;}
.mmaek .d1{ font-size:32px;}
.mmaek .d2{ font-size:16px; line-height:2; margin-top:25px;}

.ltrea{ padding:5% 0; background:#00507e; color:#fff;}
.ltrea h3{font-size: 36px; font-weight: normal; text-align: center; position: relative; padding-bottom: 20px;}
.ltrea h3:after{content: ''; height: 2px; width: 30px; background: #fff; left: 50%; bottom: 0;  margin-left: -15px; position: absolute;}

.byoble{ background:#fafafa url(../testimg/st.jpg) repeat-x left top;}
.oplbe td{ width:33.33%; word-break:break-all; padding:0 10px; text-align:center; font-size:16px;}
.oplbe td .tb{ line-height:111px; font-weight:bold;}
.oplbe tbody td{ line-height:1.6; padding:25px 10px; border-bottom:1px solid #eee;}

.biteoa{ margin-top:4%;}
.biteoa .tit{ position:absolute; width:100%; text-align:center; color:#fff; font-size:32px; top:50%; transform:translateY(-50%);}


.bmtea{ margin-top:5%;}
.bmtea li{ width:30%; float:left; margin-right:5%; margin-bottom:2%;}
.bmtea li:nth-child(3n){ margin-right:0;}
.bmtea li a{ display:block;}
.bmtea li a .pic{ overflow:hidden;}
.bmtea li a .pic img{ width:100%; height:232px; object-fit:cover;}
.bmtea li a .con{ background:#fff; padding:15px 20px; color:#000; font-size:16px; transition:all 0.5s ease;}
.bmtea li a .con .d2{ color:#999; margin-top:6px; font-size:14px; transition:all 0.5s ease;}


.laeobt{ background:#efefef; margin-top:5%;}
.laeobt .pic{ width:50%;}
.laeobt .con{ width:50%; padding:90px 90px 0;}
.laeobt .con .d1{ font-size:26px; line-height:1.6;}
.laeobt .con .d2{ color:#666; font-size:16px; margin-top:35px; line-height:2;}

.iteaol{ margin-top:5%;display: -webkit-flex; display:flex; flex-wrap:wrap;}
.iteaol li{ width:25%; text-align:center; padding:0 30px; text-align:center;}
.iteaol li .pic span{ display:inline-block; width:150px; height:150px; border:2px solid #99b9cb; border-radius:50%; background:no-repeat center center; background-size: auto 55%;}
.iteaol li .pic span.s1{ background-image:url(../images/d1.png);}
.iteaol li .pic span.s2{ background-image:url(../images/d2.png);}
.iteaol li .pic span.s3{ background-image:url(../images/d3.png);}
.iteaol li .pic span.s4{ background-image:url(../images/d4.png);}
.iteaol li .tit{ font-size:26px; margin:22px 0;}
.iteaol li .con{ color:#b1d7ed; font-size:16px; line-height:1.6;}
.optela{ margin-top:5%;}
.optela li{ width:23.5%; float:left; margin-right:2%; margin-bottom:2%; text-align:center;}
.optela li:nth-child(4n){ margin-right:0;}
.optela li .pic img{ width:100%;}
.optela li .link{ margin-top:10px;}
.optela li .link a{ color:#69c0f3; display:inline-block; width:160px; max-width:100%; background:#00507e; line-height:40px;}

.lbemat{ margin-top:5%;}
.lbemat .pic{ width:50%;}
.lbemat .con{ width:46%;}
.lbemat .con .d1{ font-size:32px;}
.lbemat .con .d2{ font-size:16px; line-height:2; margin-top:30px; color:#666;}
.betyc{ background:url(../testimg/t48.jpg) no-repeat center center; background-size:cover; padding:8% 0;}
.betyc .d1 img{ max-width:60%;}
.betyc .d2{ font-size:32px; margin:40px 0;}

.bolate{ color:#fff; background-size:cover; padding:12% 0;}
.bolate .bgc{ position:absolute; left:0; top:0; width:100%; height:100%;}
.bolate .bgc .bd{ position:absolute; left:0; top:0; width:100%; height:100%;background:no-repeat center center; background-size:cover;}
.bolate .wrap{ position:relative; z-index:2;}
.bolate .list{ width:30%; margin-right:5%;}
.bolate .list:nth-child(3n){ margin-right:0;}
.bolate .list .d1{ font-size:22px;}
.bolate .list .d2{ margin-top:40px;}
.bolate .list .d2 .s1{ font-size:32px;}
.bolate .list .d2 .s2{ font-size:28px;}
.bolate .list .d2 .s3{ line-height:25px; margin-top:20px;}
.bolate .list .d2 .s4{ margin-top:30px;}
.bolate .list .d2 .s4 a{ display:inline-block; width:100px; line-height:35px; color:#fff; background:#00507e; border-radius:3px; text-align:center;}
.mtaeb{ margin-top:4%;}
.bbaten{ font-size:16px; margin:4% 0; padding:0 4%; line-height:2;}

.mbtael{display: -webkit-flex; display:flex;justify-content: space-between; flex-wrap:wrap;}
.mbtael li{ width:23.5%; background:#f9f9f9; border-top:5px solid #00507e; padding:50px 25px; text-align:center;}
.mbtael li .d2{ font-size:18px; font-weight:bold; margin:20px 0;}
.mbtael li .d3{ line-height:2; color:#666;}

.taeoc{position: absolute;
    background: #d70c19;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 80px;
    height: 80px;
    right: 0;
    padding: 13px 19px; right:3%; top:5%; z-index:1;}
 
.realbt{ width:100%; text-align:left; margin:1% auto 0 auto;}
.realbt a {
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    transition: all ease .5s;
    height: 50px;
    color: #333;
    padding: 0 2.8%;
    margin: 0 0.5%;
    background: #f5f5f5;
}

.realbt a.on{  color:#fff;  background:#008ed8;}
.praelb{ height:460px; overflow:auto; padding:0 20px;}
.praelb li{ padding:15px 0 15px 40px; line-height:1.6; background:url(../images/dz.png) no-repeat left 20px; border-bottom:1px solid #ddd;}
.praelb li .d1{ font-size:16px;}
.praelb li .d2{ margin-top:5px;}

.lmbaet{ margin:8% auto 4%; color:#fff; line-height:2; max-width:888px; font-size:16px;}
.martel a{ display:inline-block; line-height:70px; border-radius:20px; font-size:24px; font-weight:bold; width:300px; color:#fff; background:#01c8e9; box-shadow:0 0 5px rgba(0,0,0,0.15);}

.lboael{ margin-top:5%;}
.lboael .con .d1{ color:#00507e; font-size:28px; margin-bottom:20px;}
.lboael .con .d2{ color:#666; line-height:2;}
.lboael .pic img{ box-shadow:0 0 10px rgba(0,0,0,0.15);}
.lboael .pic .tit{ margin-top:15px;}

.mraek{ background:#f9f9f9; padding:4% 0;}
.bmlre .d1{ font-size:20px; font-weight:bold;}
.bmlre .d2{ font-size:16px; margin-top:10px; color:#666;}

.oscat li{ width:48%; margin-top:2%; height:35px; border:1px solid #ddd; padding-left:85px; position:relative;}
.oscat li span{ line-height:33px; display:block; position:absolute; left:0; top:0; width:75px; text-align:right; border-right:1px solid #ddd; padding-right:8px; color:#666;}
.oscat li input{ width:100%; height:33px; border:none; padding:0 5px; background:none;}
.oscat li i{ color:#0055a6;}
.oscat li textarea{ width:100%; padding:5px; height:120px; border:none; background:none;}
.ldoes{ padding-bottom:20px;}
.ldoes input{ width:120px; margin:0 10px; height:35px; color:#fff; background:#004898; border:none; cursor:pointer;}

.bloar{ margin-top:5%;}
.bloar a{ float:left; width:50%; line-height:2.5; font-size:36px; background:#f9f9f9; text-align:center;}
.bloar a.cur{ color:#fff; background:#00507e;}

.lbhnea{ margin-top:4%; background:#f9f9f9;}
.lbhnea .pic{ width:50%;}
.lbhnea .con{ width:50%; padding:50px 50px 0;}
.lbhnea .con .d1{ font-size:36px; padding-bottom:15px;}
.lbhnea .con .d1:after{ content:''; position:absolute; left:0; bottom:0; height:2px; width:45px; background:#00507e;}
.lbhnea .con .d2{ font-size:16px; line-height:2; margin:30px 0;}
.lbhnea .con .d3 a{ color:#00507e;}

.lrebua{ margin:4% 0;}
.lrebua .d1{ font-size:36px; margin-bottom:15px;}
.lrebua .d2{ font-size:16px; line-height:2;}

.mlbaec{ padding:3% 0; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.mlbaec .dlcl{ font-size:36px;}
.lotaeb .lbhnea:nth-child(2n) .pic{ float:right;}
.lntem{ margin-top:5%;}
.lntem .pic{ width:40%;}
.lntem .con{ color:#666; line-height:2; font-size:16px; width:45%; padding-top:15px;}

.boocea{ background:#f8f9fb; padding:5% 0;}
.olmtea{ font-size:32px;}

.opaecb .list .d2{ color:#fff;}
.plgmc{ margin-top:5%;}
.plgmc li{ float:left; width:23.5%; margin-right:2%;}
.plgmc li:nth-child(4n){ margin-right:0;}
.plgmc li .pic{ background:#fff; width:100%; height:250px; text-align:center; display:table;}
.plgmc li .pic img{ max-width:80%; max-height:220px;}
.plgmc li .tit{ line-height:65px; color:#fff; text-align:center; font-size:16px; height:65px; overflow:hidden; background:#00507e;}


.maetoc{ font-size:32px; margin:4% 0;}



.mtaebte{padding:12% 0;}
.mtaebte .bgc{ position:absolute; left:0; top:0; width:100%; height:100%;}
.mtaebte .bgc .bd{ position:absolute; left:0; top:0; width:100%; height:100%;background:no-repeat center center; background-size:cover;}
.mtaebte .wrap{ position:relative; z-index:2;}
.mtebc{ width:300px;}
.mtebc p{ border-bottom:1px solid rgba(255,255,255,0.3); line-height:80px; color:#fff; font-size:26px;}
.mtebc p:before{ content:''; display:inline-block; vertical-align:middle; margin-right:10px; width:10px; height:10px; border-radius:50%; background:#005bac;}
.mtebc p.on{ font-size:36px; font-weight:bold;}


.bltea{ padding-left:80px; background:no-repeat left top; margin-top:4%;}
.bltea .d1{ font-size:28px;}
.bltea .d2{ font-size:16px; margin-top:5px;}
.bmlab{ line-height:2; margin-top:4%; font-size:16px;}
.awtmbc{ background:#f9f9f9; padding:5% 0;}






.shade {position: fixed;left: 0; top: 0; z-index: 102;display: none; width: 100%;height: 100%; background-color: #000;filter: alpha(opacity=50); opacity: 0.5; }
.big-video {
    position: fixed;
    left: 50%;
    top: 10%;
    z-index: 103;
    display: none;
    margin-left: -485px;
    padding: 5px;
    background-color: #fff;
    width: 970px;
    box-sizing: border-box;
}
.big-video-main {
    height: 540px;
}
.big-video-clo {
    position: absolute;
    right: -35px;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(../images/icon30.png) no-repeat center center;
    cursor: pointer;
}
@media screen and (max-width: 1330px){
.big-video {
    width: 700px;
    margin-left: -355px;
}
.big-video-main {
    height: 400px;
}
}
@media screen and (max-width: 750px){
.big-video {
    width: 100%;
    left: 0;
    margin-left: 0;
}
.big-video-main {
    height: 185px;
}
.big-video-clo {
    right: 0;
    z-index: 21;
}
}














