@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#333333;
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;
	font-family:'思源黑体';
	margin:auto
}
@font-face
{
	font-family: 思源黑体;
	src: url('../font/思源黑体 CN-Light.otf'),
	url('../font/思源黑体 CN-Light.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: DIN;
	src: url('../font/DIN-Bold.otf'),
	url('../font/DIN-Bold.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source;
	src: url('../font/Source-Han-Serif-CN-Bold.ttf'),
	url('../font/Source-Han-Serif-CN-Bold.ttf'); /* IE9+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#FFA54D;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}



@keyframes dbxg{

  0% {
	transform: scale(0.5);  
  }
  
   100% {
	transform: scale(1.0);  
  }
}
@keyframes myrotecircle{

  0% {

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  25% {

    -webkit-transform: rotate(90deg);

    -moz-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    -o-transform: rotate(90deg);

    transform: rotate(90deg);

  }

  50% {

    -webkit-transform: rotate(180deg);

    -moz-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    transform: rotate(180deg);

  }

  75% {

    -webkit-transform: rotate(270deg);

    -moz-transform: rotate(270deg);

    -ms-transform: rotate(270deg);

    -o-transform: rotate(270deg);

    transform: rotate(270deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

    -moz-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -o-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}



.header.yanse .cur{
	color: #FFFFFF;
}
.header.yanse .zyw a{
	color:#FFF;
}
.header.yanse .toppic01{
	display: none;
}
.header.yanse .toppic02{
	display: inline-block;
}
.header.yanse.yanse01 .toppic01{
	display: inline-block;
}
.header.yanse.yanse01 .toppic02{
	display: none;
}
.header.yanse.yanse01 a{
	color: #FFFFFF;
}



@media (min-width:1000px) {


.main{
	width: auto;
	margin:auto;
	max-width:1440px;
	padding:0 15px;
}
.header{
	width: 100%;
	position: fixed;
	height: 80px;
	top: 0;
	left: 0;
	z-index: 996;
	transition: all 0.6s;
}
.header .intop{
	width:100%;
	height:80px;
	display: flex;
	justify-content:flex-end;
	flex-wrap: wrap;
	align-items: center;
	padding:0 4.2vw 0 0;
}
.header .logo{
	position: absolute;
	left: 0;
	width: 292px;
	top: 0;
	bottom: 0;
	z-index:1;
	transition: all .5s;
	height:80px;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	align-items: center;
}
.header .logo a{
	width:100%;
	height:100%;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	align-items: center;
}
.header .logo img{
	max-width: 100%;
	max-height: 100%;
}
.header .bgbox{
	position: absolute;
	background: #0074E6;
	left: 0;
	top: 0
	;bottom: 0;
	z-index:-1;
	transition: all .5s;
}
.header .bgbox:after{
	content:"";
	position: absolute;
	bottom: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 80px 50px 0  0;
	border-color:#0074E6 transparent transparent  transparent ;
}

.header .innav{
	width: auto;
	height: 80px;
}
.header .innav ul{
	display: flex;
	align-items: center;
	height: 80px;
}
.header .innav ul li{
	width: auto;
	text-align: center;
	font-size: 16px;
	height: 80px;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	margin-left:2.0vw;
	margin-right:2.0vw;
}
.header .innav ul li a{
	padding:5px 15px;
	white-space: nowrap;
	border-radius:8px;
	color:#FFF;
}
.header .innav ul li:last-child a{
	margin-right: 0px;
}
.header .innav ul li .xiala{
	width:100%;
	position:absolute;
	left:0;
	top:80px;
	z-index:99;
	background-color:rgba(0,0,0,0.2);
	backdrop-filter: blur(12.5px);
	opacity:0;
	visibility:hidden;
	height:0px;
	transition: all 0.6s;
	line-height:80px;
	text-align:right;
	padding:0 8.33vw;
}
.header .innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
	height:80px;
}

.header.yanse.yanse01 .bgbox{
	width: 292px;
}
.header.yanse .bgbox{
	width:100%;
}
.header.yanse.yanse01:hover .bgbox{
	width:100%;
}

.header.yanse.yanse01{
	background-color: rgba(0,0,0,0.1);
	border-bottom:0px;
	backdrop-filter: blur(12.5px);
	border-bottom:1px solid rgba(255,255,255,0.3);
}

.inr{
	width:auto;
	align-items: center;
	display: flex;
	position:relative;
}
.zyw{
	width: 40px;
	height: 40px;
	display:flex;
	justify-content: center;
	align-items: center;
}
.zyw a{
	color:#FFF;
}

.chax{
	right:0; 
	top:63px;
	position: absolute;
	width:300px; 
	z-index:995;
	display: none;
}
.chax.marg{
	top:80px;
}
.chax　.aa{
	display: flex;
	width:363px;
	height:44px;
	background-color:#FFF;
	border-radius:4px;
	overflow:hidden;
}
.chax input{
	float: left;
}
.chaxbk{
	width: 220px;
	height: 44px;
	line-height: 44px;
	border: 0px;
	background-color: #fff;
	outline: none;
	padding-left: 10px;
	color: #999999;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
	border:1px solid #0074E6
}
.chaxanniu{
	width: 80px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	background-color:#0074E6;
	color: #FFFFFF;
	border: 0px;
	outline:none;
}
.inbk{
	width:calc(100% - 20px);
	border:0px;
	line-height:20px;
	outline:none;
	background-color:transparent;
	font-size:14px;
	color:#FFF;
}
.index01{
	width:100%;
	position: relative;
	float:left;
	border-bottom:6px solid #FFA54D;
}
.inzlm{
	width:100%;
	position:absolute;
	top:157px;
	left:0;
	z-index:1;
}
.inzlm01{
	width:100%;
	display:flex;
	justify-content: flex-end;
	align-items: center;
}
.inzlm01 a{
	padding:10px 25px;
	background-color:#FFF;
	border-radius:50px;
	font-size:16px;
	margin-left:20px;
}
.inzlm01 a:hover{
	background-color:#0074E6;
	color:#FFF;
}
.inzlm01 a.cur{
	background-color:#0074E6;
	color:#FFF;
}
.intscp{
	width:100%;
	float:left;
	background:#F2F2F2 url(../img/abj.png) no-repeat bottom;
	height:950px;
}
.intscp01{
	width:37%;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.intscp01 h1{
	font-size:40px;
	line-height:58px;
	margin-top:140px;
	color:#333;
}
.intscp01 h2{
	font-size:40px;
	line-height:58px;
	margin-top:130px;
	margin-bottom:40px;
	padding-bottom:24px;
	background-image:url(../img/ht.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:100% auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-size:24px;
	color:#333;
}
.intscp01 h2 i{
	display: flex;
	align-items: center;
}
.intscp01 h2 i img{
	margin-right:15px;
}
.more{
	display:flex;
	margin-top:80px;
}
.more.ny{
	width:100%;
	float:left;
	justify-content: center;
	margin-top:60px;
}
.more a{
	width:200px;
	height:60px;
	background-color:#0074E6;
	font-size:14px;
	line-height:60px;
	color:#FFF;
	text-align: center;
}
.more a::after{
	font-family:'宋体';
	margin-left:30px;
	content:'>';
	font-weight:bold;
}
.index02{
	width:100%;
	float:left;
	margin-top:40px;
}
.index02 ul{
	display: flex;
	flex-wrap: wrap;
}
.index02 ul.ny li{
	width:calc(25.3% - 20px);
}
.index02 ul.ny li:nth-child(4n){
	margin-right:0px;
}
.index02 ul.ny li:nth-child(5n){
	margin-right:20px;
}
.index02 ul li{
	width:calc(20.28% - 20px);
	margin-right:20px;
	margin-top:40px;
	background-color:#F2F2F2;
	padding:20px;
	transition: all 0.6s;
}
.index02 ul li:hover{
	background-color:#0074E6;
	padding:2px 3px 20px 3px;
}
.index02 ul li:hover dl dd{
	color: #FFF;
}
.index02 ul li:nth-child(5n){
	margin-right:0px;
}
.index02 ul li dl dt{
	background-color:#FFF;
	overflow:hidden;
}
.index02 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.index02 ul li:hover dl dt img{
	transform: scale(1.05);
}
.index02 ul li dl dd{
	margin-top:30px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:24px;
}
.inab{
	width:100%;
	float:left;
	margin-top:140px;
	padding:150px 0;
	background-image:url(../img/abj02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.inab01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab01-l{
	width:50%;
}
.inab01-l img{
	max-width:100%;
}
.inab01-r{
	width:41%;
	font-size:15px;
	line-height:30px;
	color:#FFF;
}
.inab01-r h1{
	margin-bottom:40px;
	font-size:40px;
	line-height:58px;
}
.inab01-r ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:25px;
}
.inab01-r ul li{
	width:50%;
	padding-left:50px;
	border-left:1px solid rgba(255,255,255,0.6);
	margin-top:40px;
	transition: all 0.6s;
}
.inab01-r ul li dl dt{
	font-size:64px;
	line-height:74px;
	font-weight:bold;
}
.inab01-r ul li dl dd{
	font-size:16px;
	line-height:32px;
}
.inab01-r ul li .cur{
	color:#FFA54D;
}

.intit{
	width:100%;
	float:left;
	margin-top:140px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.intit dl{
	width:auto;
	max-width:54.236%;
}
.intit dl dt{
	font-size:40px;
	line-height:58px;
	font-weight:bold;
}
.intit dl dd{
	display:flex;
	font-size:14px;
	line-height:28px;
	margin-top:20px;
}
.intit dl dd a{
	padding:10px 48px;
	margin-right:20px;
	background-color:#F2F2F2;
	border-radius:50px;
	font-size:16px;
	line-height:20px;
}
.intit dl dd a:hover{
	background-color:#0074E6;
	color:#FFF;
}
.intit dl dd a.cur{
	background-color:#0074E6;
	color:#FFF;
}
.intit .more{
	margin-top:0px;
}
.inkh{
	width:100%;
	float:left;
	margin-top:30px;
}
.inkh ul{
	display:flex;
	flex-wrap: wrap;
}
.inkh ul li{
	width:145px;
	height:145px;
	margin-top:30px;
	border:1px solid #E0E0E0;
	border-radius:50%;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	background-color:#FFF;
	transition: all 0.6s;
	margin-right:35px;
	overflow:hidden;
}
.inkh ul li a{
	width:100%;
	height:145px;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.inkh ul li:nth-child(8n){
	margin-right:0px;
}
.inkh ul li:hover{
	box-shadow: 0px 64px 60px -34px rgba(0,0,0,0.29);
	border:1px solid #FFA54D;
}
.inkh ul li img{
	max-height:80%;
	max-width:80%;
}

.foot{
	width:100%;
	float:left;
	margin-top:140px;
	background-color:#11478D;
	border-top:12px solid #FFA54D;
	padding-top:80px;
}
.foot01{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:36%;
}
.foot01 .a01 h1{
	margin-bottom:80px;
}
.foot01 .a01 h1 img{
	max-width:100%;
}
.foot01 .a01 .b1{
	width:100%;
	display:flex;
}
.foot01 .a01 .b1 .ewm{
	width:130px;
	margin-right:40px;
}
.foot01 .a01 .b1 .ewm dl dd{
	margin-top:10px;
	color:rgba(255,255,255,0.6);
}
.foot01 .a01 .b1 .ewm img{
	max-width:100%;
}
.foot01 .a01 .b1 .tex{
	width:auto;
	font-size:14px;
	line-height:24px;
	color:#FFF;
}
.foot01 .a01 .b1 .tex p{
	display:flex;
	align-items: center;
	margin-top:18px;
}
.foot01 .a01 .b1 .tex p.mart0{
	margin-top:10px;
}
.foot01 .a01 .b1 .tex p img{
	margin-right:10px;
}
.foot01 .a01 .b1 .tex b{
	font-size:28px;
}

.foot01 .a02{
	width:46%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#FFF;
}
.foot01 .a02 dl dt{
	font-size:16px;
	font-weight:bold;
}
.foot01 .a02 dl dd{
	font-size:14px;
	line-height:20px;
	margin-top:15px;
}
.foot01 .a02 dl dd a{
	color:rgba(255,255,255,0.6);
}
.foot01 .a02 dl dd a:hover{
	color:rgba(255,255,255,1);
}
.foot01 .a02 dl dd.mart30{
	margin-top:30px;
}

.foot02{
	width:100%;
	float:left;
	margin-top:70px;
	padding:30px 0;
	border-top:1px solid rgba(255,255,255,0.1);
	text-align:center;
	font-size:14px;
	color:rgba(255,255,255,0.6);
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display:flex;
	align-items: center;
}
.nybanner .tex .tex01{
	width:100%;
	font-size:36px;
	line-height:52px;
	font-weight:bold;
	color:#FFF;
}
.zlm{
	width:100%;
	float:left;
	border-bottom:1px solid rgba(0,0,0,0.1);
	height:68px;
	overflow:hidden;
}
.zlm01{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100%;
}
.zlm01 ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height:68px;
}
.zlm01 ul li{
	width:auto;
	margin-right:1.5vw;
	position:relative;
	height:68px;
	line-height:68px;
	font-weight:bold;
}
.zlm01 ul li a{
	padding:15px 0;
	font-size:16px;
	color:#666;
}
.zlm01 ul li::after{
	width:0;
	height:2px;
	background-color:#0074E6;
	content:'';
	position:absolute;
	left:0;
	bottom:1px;
	z-index:1;
	opacity:0;
	transition: all 0.6s;
}
.zlm01 ul li.cur a{
	color:#0074E6;
}
.zlm01 ul li.cur::after{
	opacity:1;
	width:100%;
}
.zlm01 ul li:hover a{
	color:#0074E6;
}
.zlm01 ul li:hover::after{
	opacity:1;
	width:100%;
}
.zlm01 .wz{
	width:auto;
	font-size:14px;
	color:#999;
	display: flex;
	align-items: center;
}
.zlm01 .wz::before{
	width:23px;
	height:23px;
	margin-right:10px;
	content:'';
	background-image:url(../img/fz.png);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
}

.nyab{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:100px;
}
.nyab-l{
	width:42.64%;
}
.nyab-l img{
	max-width:100%;
}
.nyab-r{
	width:41%;
	font-size:15px;
	line-height:30px;
}
.nyab-r h1{
	margin-bottom:40px;
	font-size:40px;
	line-height:58px;
}
.nyab02{
	width:100%;
	float:left;
	margin-top:120px;
}
.nyab02 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nyab02 ul li{
	width: auto;
	padding-left:50px;
	border-left:1px solid rgba(0,0,0,0.1);
	transition: all 0.6s;
}
.nyab02 ul li dl dt{
	font-size:64px;
	line-height:74px;
	font-weight:bold;
}
.nyab02 ul li dl dd{
	font-size:16px;
	line-height:32px;
}
.nyab02 ul li:hover{
	color:#0074E6;
}
.lcwrap{
	width:100%;
	float:left;
	margin-top:140px;
	padding:140px 0;
	background-image:url(../img/lcbj.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.bt{
	width:100%;
	float:left;
	color:#FFF;
	font-size:40px;
	line-height:58px;
	font-weight:bold;
}

.cpfl{
	width:100%;
	float:left;
	margin-top:80px;
}
.cpfl ul{
	display: flex;
	flex-wrap: wrap;
}
.cpfl ul li{
	width:calc(14.38% - 10px);
	margin-right:10px;
	margin-bottom: 10px;
	padding:10px;
	background-color:#F2F2F2;
	transition: all 0.6s;
}
.cpfl ul li:hover{
	background-color:#0074E6;
}
.cpfl ul li:hover dl dd{
	color:#FFF;
}
.cpfl ul li.cur{
	background-color:#0074E6;
}
.cpfl ul li.cur dl dd{
	color:#FFF;
}
.cpfl ul li:nth-child(7n){
	margin-right:0px;
}
.cpfl ul li dl dt{
	overflow:hidden;
}
.cpfl ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.cpfl ul li dl dd{
	font-size:14px;
	line-height:24px;
	margin-top:15px;
	font-weight:bold;
	text-align:center;
}
.fy{
	width:100%;
	float:left;
	margin-top:100px;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.jz{
	justify-content: center;
}
.fy ul li{
	width: 50px;
	height: 50px;
	display:flex;
	margin-left:5px;
	margin-right:5px;
}
.fy ul li a{
	width:50px;
	height:50px;
	text-align:center;
	font-size:14px;
	background: #fff;
	border: 1px solid #E0E0E0;
	line-height:50px;
	font-family:'宋体';
	transition: all 0.6s;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	border-radius:50%;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	background: #0074E6;
	border:1px solid #0074E6;
	color:#FFF;
}
.fy ul li .cur{
	background: #0074E6;
	border:1px solid #0074E6;
	color:#FFF;
}
.pro01{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:100px;
}
.pro01-l{
	width:48%;
	background-color:#F2F2F2;
	padding:10px;
}

.pro01-r{
	width:45%;
}
.pro01-r h1{
	padding-bottom:44px;
	background-image:url(../img/ht2.png);
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:100% auto;
	font-size:36px;
	line-height:48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pro01-r h2{
	margin-top:90px;
	margin-bottom:20px;
	font-size:20px;
}
.pro01-r ul li{
	width:100%;
	float:left;
	padding-bottom:25px;
	margin-top:25px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	font-size:16px;
}

.swiper .swiper-button-next:after{
	color:#999;
	font-size:36px;
	content:'>';
	font-family:'宋体';
	font-weight:bold;
}
.swiper .swiper-button-next:hover::after{
	color:#11478D;
}
.swiper .swiper-button-prev:after{
	color:#999;
	font-size:36px;
	content:'<';
	font-family:'宋体';
	font-weight:bold;
}
.swiper .swiper-button-prev:hover::after{
	color:#11478D;
}
.swiper{
	width: 100%;
	float:left;
	margin-top:0px;
}
.swiper.aa01{
	margin-top:20px;
}

.swiper-slide{
	background-size: cover;
	background-position: center;
	text-align:center;
}
.mySwiper2{
	height: auto;
	width: 100%;
}

.mySwiper {
	height: auto;
	box-sizing: border-box;
	padding: 20px 0;
}
.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.6;
}
.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}
.swiper .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	margin:auto;
}
.ntit{
	width:100%;
	float:left;
	background-color:#F2F2F2;
	padding:30px 0;
	line-height:32px;
	font-size:24px;
	font-weight:bold;
	margin-top:100px;
}
.cpcs{
	width:100%;
	float:left;
	margin-top:100px;
	border:1px solid #11478D;
}
.cpcs ul{
	display:flex;
}
.cpcs ul:first-child{
	background-color:#11478D;
}
.cpcs ul:first-child li .a01{
	background-color:#11478D;
}
.cpcs ul:first-child li{
	border-right:1px solid rgba(255,255,255,0.1);
	color:#FFF;
}
.cpcs ul li{
	width:13.4%;
	border-right:1px solid #11478D; 
	display:flex;
	flex-wrap: wrap;
	font-size:14px;
	line-height:50px;
	justify-content: center;
}
.cpcs ul li:last-child{
	border-right:0px solid #11478D;
}
.cpcs ul li .a02{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cpcs ul li:nth-child(2){
	width:46.4%;
}
.cpcs ul li .a01{
	width:100%;
	height:50px;
	line-height:50px;
	background-color:#FFF;
	text-align:center;
}
.cpcs ul li:nth-child(2) .a01{
	padding-left:27%;
	text-align:left;
}
.cpcs ul li .a01:nth-child(2n){
	background-color:rgba(177,177,177,0.03);
}
.caselist{
	width:100%;
	float:left;
	margin-top:40px;
}
.caselist ul{
	display:flex;
	flex-wrap: wrap;
}
.caselist ul li{
	width:calc(33.8% - 20px);
	margin-right:20px;
	margin-top:60px;
}
.caselist ul li:nth-child(3n){
	margin-right:0px;
}
.caselist ul li dl dt{
	overflow:hidden;
	position:relative;
}
.caselist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.caselist ul li:hover dl dt img{
	transform: scale(1.05);
}
.caselist ul li dl dt::after{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	opacity:0;
	background:rgba(17,71,141,0.9) url(../img/link.png) center no-repeat;
	content:'';
	transition: all 0.6s;
}
.caselist ul li:hover dl dt::after{
	opacity:1;
}
.caselist ul li dl dd{
	margin-top:40px;
	font-size:16px;
	font-weight:bold;
}
.altit{
	width:100%;
	float:left;
	margin-top:100px;
	font-size:32px;
	line-height:42px;
	font-weight:bold;
}
.altex{
	width:100%;
	float:left;
	margin-top:40px;
	background-color:#F2F2F2;
	padding:60px;
	font-size:16px;
	line-height:32px;
}
.altex h1{
	margin-bottom:40px;
	font-size:20px;
	line-height:28px;
}
.altex img{max-width:100%;}
.lx01{
	width:100%;
	float:left;
	margin-top:100px;
}
.lx01 ul{
	display: flex;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:calc(33.8% - 20px);
	margin-right:20px;
	background-color:#F2F2F2;
	padding:40px;
	overflow:hidden;
}
.lx01 ul li:nth-child(3n){
	margin-right:0px;
}
.lx01 ul li .pic{
	overflow:hidden;
}
.lx01 ul li .pic img{
	max-width:100%;
}
.lx01 ul li dl dt{
	margin-top:25px;
	margin-bottom:15px;
	font-size:18px;
	line-height:24px;
}
.lx01 ul li dl dd{
	font-size:24px;
	line-height:28px;
	font-family: DIN;
}

.lx02{
	width:100%;
	float:left;
	margin-top:60px;
	background-color:#F2F2F2;
	padding:60px;
	padding-top:25px;
}
.lx02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:49%;
	margin-top:35px;
	display: flex;
	justify-content: space-between;
}
.lx02 ul li.w100{
	width:100%;
}
.lx02 ul li.mart60{
	margin-top:60px;
}
.lx02 ul li dl{
	width:100%;
}
.lx02 ul li div{
	display: flex;
	align-items: center;
}
.lx02 ul li div a{
	color:#0171D5;
}
.lx02 ul li dl dt{
	font-size:16px;
	line-height:22px;
}
.lx02 ul li dl dt i{
	color:#DA2122;
}
.lx02 ul li dl dd{
	margin-top:10px;
}
.bk2{
	width:100%;
	line-height:60px;
	height:60px;
	border:0px;
	outline:none;
	padding:0 20px;
	font-size:14px;
	color:#999;
}
.anniu2{
	width:200px;
	height:60px;
	background:#0074E6;
	line-height:60px;
	font-size:14px;
	color:#FFF;
	border:0px;
	cursor:pointer;
}







.mart60{
	margin-top:60px;
}








.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
.dingw { width:100%; float:left; margin-top:-120px;}

.tanchu{
	display:none; 
	left:0px;
	top: 0;
	width:100%;
	height: 100%;
	z-index:998;
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	padding-top: 4vh;
}
.tcxs{ display: block; }
.spnr{ width:70%; margin-left:15%; margin-right:15%; position:relative;}
.close2{ width:100%; float:left;margin-bottom:10px;}
.close2 a{
float:right;
width: 32px;
height: 32px;
background-image: url(../img/Close.png);
background-position: center;
background-repeat: no-repeat;
}

.xiey{
	width:100%;
	float:left;
	margin-top:0px;
	font-size:14px;
	line-height:30px;
	color:#666;
	background:#FFF;
	padding:20px 40px 40px 40px;
	border-radius: 22px;
}
.xiey img{
	max-width:100%;
	height:auto;
}
.xiey h1{ line-height:60px;text-align:center;}
.cpdw{ width:100%; float:left; margin-top:-0px;}
.pos2{position: fixed; top:80px; background:#FFF; z-index:990;}	
}

@media (min-width:1000px) and  (max-width:1440px){

.header .innav ul li{
	margin-left:0vw;
	margin-right:0vw;
	font-size:14px;
}


.inkh ul li:nth-child(8n){
	margin-right:35px;
}








}

@media (min-width:1000px) and  (max-width:1260px){

.header .innav ul li{
	margin-left:0vw;
	margin-right:0vw;
	font-size:12px;
}

.foot01 .a01{
	width:46%;
}
.foot01 .a01 .b1 .tex b{
	font-size:18px;
}
.inkh ul li:nth-child(7n){
	margin-right:35px;
}
.inkh ul li:nth-child(8n){
	margin-right:35px;
}

.intscp01 h1{font-size:32px;}
.intscp01 h2{font-size:20px;}


}




@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #0074E6;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-right:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:4rem; 
	height:4rem; 
	position:absolute; 
	z-index:11; 
	right:2%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:40%; 
	max-height:1.5rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 15px; 
	height: 15px; 
	background:url(../img/close.png) no-repeat; 
	background-size:100% 100%; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:100%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:4rem; 
	background:#0074E6;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:1.5rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/xjt2.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #FFA54D; color: #FFF;}
.currentDd3 a{
	color: #FFF;
}
.currentDd3 i{
	background:url(../img/xjt2.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.9rem; 
	padding-bottom:0px;
}
.navContent3 a{width:100%; display: flex;}
.main{ 
	width:90%; 
	float:left; 
	margin-left:5%; 
	margin-right:5%;
}

.index01{
	width:100%;
	position: relative;
	float:left;
	border-bottom:6px solid #FFA54D;
}
.inzlm{
	width:100%;
	position:absolute;
	top:3.0rem;
	left:0;
	z-index:1;
}
.inzlm01{
	width:100%;
	display:flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: center;
}
.inzlm01 a{
	padding:0.3rem 1.0rem;
	background-color:#FFF;
	border-radius:1.5rem;
	font-size:0.8rem;
	margin-left:0.5rem;
	margin-top:0.5rem;
}
.inzlm01 a:hover{
	background-color:#0074E6;
	color:#FFF;
}
.inzlm01 a.cur{
	background-color:#0074E6;
	color:#FFF;
}
.intscp{
	width:100%;
	float:left;
	background:#F2F2F2 url(../img/abj.png) no-repeat top;
	min-height:35rem;
}
.intscp01{
	width:100%;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.intscp01 h1{
	font-size:1.2rem;
	line-height:2.0rem;
	margin-top:11.0rem;
	color:#333;
}
.intscp01 h2{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-top:2.0rem;
	margin-bottom:1.0rem;
	padding-bottom:1.0rem;
	background-image:url(../img/ht.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:100% auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color:#333;
}
.intscp01 h2 i{
	display: flex;
	align-items: center;
}
.intscp01 h2 i img{
	margin-right:0.5rem;
	max-height:1.0rem;
}
.more{
	display:flex;
	margin-top:3.0rem;
}
.more.ny{
	width:100%;
	float:left;
	justify-content: center;
	margin-top:2.0rem;
}
.more a{
	width:8.0rem;
	height:2.5rem;
	background-color:#0074E6;
	font-size:0.8rem;
	line-height:2.5rem;
	color:#FFF;
	text-align: center;
}
.more a::after{
	font-family:'宋体';
	margin-left:1.0rem;
	content:'>';
	font-weight:bold;
}
.index02{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.index02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index02 ul.ny li{
	width:48%;
}
.index02 ul.ny li:nth-child(4n){
	margin-right:0px;
}
.index02 ul.ny li:nth-child(5n){
	margin-right:0px;
}
.index02 ul li{
	width:48%;
	margin-top:1.0rem;
	background-color:#F2F2F2;
	padding:0.5rem;
	transition: all 0.6s;
}
.index02 ul li:hover{
	background-color:#0074E6;
	padding:2px 3px 20px 3px;
}
.index02 ul li:hover dl dd{
	color: #FFF;
}
.index02 ul li:nth-child(5n){
	margin-right:0px;
}
.index02 ul li dl dt{
	background-color:#FFF;
	overflow:hidden;
}
.index02 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.index02 ul li:hover dl dt img{
	transform: scale(1.05);
}
.index02 ul li dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	font-weight:bold;
	text-align:center;
	line-height:1.5rem;
}
.inab{
	width:100%;
	float:left;
	margin-top:3.0rem;
	padding:3.0rem 0;
	background-image:url(../img/abj02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.inab01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab01-l{
	width:100%;
}
.inab01-l img{
	max-width:70%;
}
.inab01-r{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	margin-top:2.0rem;
}
.inab01-r h1{
	margin-bottom:1.0rem;
	font-size:1.2rem;
	line-height:2.0rem;
}
.inab01-r ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.inab01-r ul li{
	width:50%;
	padding-left:1.0rem;
	border-left:1px solid rgba(255,255,255,0.6);
	margin-top:2.0rem;
	transition: all 0.6s;
}
.inab01-r ul li dl dt{
	font-size:2.0rem;
	line-height:2.5rem;
	font-weight:bold;
}
.inab01-r ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
}
.inab01-r ul li:hover{
	color:#FFA54D;
}

.intit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.intit dl{
	width:100%;
}
.intit dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.intit dl dd{
	display:flex;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:1.0rem;
}
.intit dl dd a{
	padding:0.3rem 1.0rem;
	margin-right:0.3rem;
	background-color:#F2F2F2;
	border-radius:1.5rem;
	font-size:0.6rem;
}
.intit dl dd a:hover{
	background-color:#0074E6;
	color:#FFF;
}
.intit dl dd a.cur{
	background-color:#0074E6;
	color:#FFF;
}
.intit .more{
	margin-top:2.0rem;
}
.inkh{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.inkh ul{
	display:flex;
	flex-wrap: wrap;
}
.inkh ul li{
	width:6.0rem;
	height:6.0rem;
	margin-top:1.0rem;
	border:1px solid #E0E0E0;
	border-radius:50%;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	background-color:#FFF;
	transition: all 0.6s;
	margin-right:1.0rem;
}
.inkh ul li a{
	width:100%;
	height:6rem;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.inkh ul li:hover{
	box-shadow: 0px 64px 60px -34px rgba(0,0,0,0.29);
	border:1px solid #FFA54D;
}
.inkh ul li img{
	max-height:70%;
	max-width:70%;
}

.foot{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background-color:#11478D;
	border-top:12px solid #FFA54D;
	padding-top:2.0rem;
}
.foot01{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:100%;
}
.foot01 .a01 h1{
	margin-bottom:2.0rem;
}
.foot01 .a01 h1 img{
	max-width:50%;
}
.foot01 .a01 .b1{
	width:100%;
	display:flex;
}
.foot01 .a01 .b1 .ewm{
	width:8.0rem;
	margin-right:1.0rem;
	min-width:4.0rem;
}
.foot01 .a01 .b1 .ewm dl dd{
	margin-top:0.2rem;
	color:rgba(255,255,255,0.6);
	font-size:0.6rem;
}
.foot01 .a01 .b1 .ewm img{
	max-width:100%;
}
.foot01 .a01 .b1 .tex{
	width:auto;
	font-size:0.7rem;
	line-height:1.5rem;
	color:#FFF;
}
.foot01 .a01 .b1 .tex p{
	display:flex;
	align-items: center;
	margin-top:0.5rem;
}
.foot01 .a01 .b1 .tex p.mart0{
	margin-top:0.5rem;
}
.foot01 .a01 .b1 .tex p img{
	margin-right:0.5rem;
	max-height:1.0rem;
}
.foot01 .a01 .b1 .tex b{
	font-size:1.0rem;
}

.foot01 .a02{
	width:100%;
	    display: none;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#FFF;
}
.foot01 .a02 dl{
	width:50%;
	margin-top:2.0rem;
}
.foot01 .a02 dl dt{
	font-size:0.8rem;
	font-weight:bold;
}
.foot01 .a02 dl dd{
	font-size:0.7rem;
	line-height:1.2rem;
	margin-top:0.5rem;
}
.foot01 .a02 dl dd a{
	color:rgba(255,255,255,0.6);
}
.foot01 .a02 dl dd a:hover{
	color:rgba(255,255,255,1);
}
.foot01 .a02 dl dd.mart30{
	margin-top:1.0rem;
}

.foot02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	padding:1.0rem 5%;
	border-top:1px solid rgba(255,255,255,0.1);
	text-align:center;
	font-size:0.7rem;
	color:rgba(255,255,255,0.6);
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:4.0rem;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display:flex;
	align-items: center;
}
.nybanner .tex .tex01{
	width:100%;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
	color:#FFF;
}
.zlm{
	width:100%;
	float:left;
	border-bottom:1px solid rgba(0,0,0,0.1);
	height: auto;
	overflow:hidden;
}
.zlm01{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100%;
}
.zlm01 ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: auto;
}
.zlm01 ul li{
	width:auto;
	margin-right:3.125vw;
	position:relative;
	height:2.5rem;
	line-height:2.5rem;
	font-weight:bold;
}
.zlm01 ul li a{
	padding:0.5rem 0;
	font-size:0.7rem;
	color:#666;
}
.zlm01 ul li::after{
	width:0;
	height:2px;
	background-color:#0074E6;
	content:'';
	position:absolute;
	left:0;
	bottom:1px;
	z-index:1;
	opacity:0;
	transition: all 0.6s;
}
.zlm01 ul li.cur a{
	color:#0074E6;
}
.zlm01 ul li.cur::after{
	opacity:1;
	width:100%;
}
.zlm01 ul li:hover a{
	color:#0074E6;
}
.zlm01 ul li:hover::after{
	opacity:1;
	width:100%;
}
.zlm01 .wz{
	width:auto;
	font-size:0.6rem;
	color:#999;
	display: none;
	align-items: center;
}
.zlm01 .wz::before{
	width:1.0rem;
	height:1.0rem;
	margin-right:0.2rem;
	content:'';
	background-image:url(../img/fz.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}

.nyab{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.0rem;
}
.nyab-l{
	width:100%;
}
.nyab-l img{
	max-width:50%;
}
.nyab-r{
	width:100%;
	font-size:0.7rem;
	line-height:1.2rem;
	margin-top:2.0rem;
}
.nyab-r h1{
	margin-bottom:1.0rem;
	font-size:1.2rem;
	line-height:2.0rem;
}
.nyab02{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.nyab02 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nyab02 ul li{
	width: 50%;
	padding-left:1.0rem;
	border-left:1px solid rgba(0,0,0,0.1);
	transition: all 0.6s;
	margin-top:2.0rem;
}
.nyab02 ul li dl dt{
	font-size:2.0rem;
	line-height:2.0rem;
	font-weight:bold;
}
.nyab02 ul li dl dd{
	font-size:0.7rem;
	line-height:1.2rem;
}
.nyab02 ul li:hover{
	color:#0074E6;
}
.lcwrap{
	width:100%;
	float:left;
	margin-top:3.0rem;
	padding:3.0rem 0;
	background-image:url(../img/lcbj.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.bt{
	width:100%;
	float:left;
	color:#FFF;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}

.cpfl{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.cpfl ul{
	display: flex;
	flex-wrap: wrap;
}
.cpfl ul li{
	width:calc(33.3% - 0.5rem);
	margin-right:0.5rem;
	padding:0.5rem;
	background-color:#F2F2F2;
	transition: all 0.6s;
	margin-top:0.5rem;
}
.cpfl ul li:hover{
	background-color:#0074E6;
}
.cpfl ul li:hover dl dd{
	color:#FFF;
}
.cpfl ul li.cur{
	background-color:#0074E6;
}
.cpfl ul li.cur dl dd{
	color:#FFF;
}
.cpfl ul li:nth-child(3n){
	margin-right:0px;
}
.cpfl ul li dl dt{
	overflow:hidden;
}
.cpfl ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.cpfl ul li dl dd{
	font-size:0.7rem;
	line-height:1.5rem;
	margin-top:0.5rem;
	font-weight:bold;
	text-align:center;
}
.fy{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.jz{
	justify-content: center;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:0.2rem;
	margin-right:0.2rem;
}
.fy ul li a{
	padding:0.2rem 0.6rem;
	text-align:center;
	font-size:0.7rem;
	background: #fff;
	border: 1px solid #E0E0E0;
	font-family:'宋体';
	transition: all 0.6s;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	border-radius:1.5rem;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	background: #0074E6;
	border:1px solid #0074E6;
	color:#FFF;
}
.fy ul li .cur{
	background: #0074E6;
	border:1px solid #0074E6;
	color:#FFF;
}
.pro01{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.0rem;
}
.pro01-l{
	width:100%;
	background-color:#F2F2F2;
	padding:0.5rem;
}

.pro01-r{
	width:100%;
	margin-top:2.0rem;
}
.pro01-r h1{
	padding-bottom:1.0rem;
	background-image:url(../img/ht2.png);
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:100% auto;
	font-size:1.0rem;
	line-height:2.0rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pro01-r h1 img{
	max-height:1.0rem;
}
.pro01-r h2{
	margin-top:2.0rem;
	margin-bottom:1.0rem;
	font-size:0.8rem;
}
.pro01-r ul li{
	width:100%;
	float:left;
	padding-bottom:1.0rem;
	margin-top:1.0rem;
	border-bottom:1px solid rgba(0,0,0,0.1);
	font-size:0.7rem;
}

.swiper .swiper-button-next:after{
	color:#999;
	font-size:36px;
	content:'>';
	font-family:'宋体';
	font-weight:bold;
}
.swiper .swiper-button-next:hover::after{
	color:#11478D;
}
.swiper .swiper-button-prev:after{
	color:#999;
	font-size:36px;
	content:'<';
	font-family:'宋体';
	font-weight:bold;
}
.swiper .swiper-button-prev:hover::after{
	color:#11478D;
}
.swiper{
	width: 100%;
	float:left;
	margin-top:0px;
}
.swiper.aa01{
	margin-top:1.0rem;
}

.swiper-slide{
	background-size: cover;
	background-position: center;
	text-align:center;
}
.mySwiper2{
	height: auto;
	width: 100%;
}

.mySwiper {
	height: auto;
	box-sizing: border-box;
	padding: 20px 0;
}
.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.6;
}
.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}
.swiper .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	margin:auto;
}
.ntit{
	width:100%;
	float:left;
	background-color:#F2F2F2;
	padding:1.0rem 0;
	line-height:1.5rem;
	font-size:1.0rem;
	font-weight:bold;
	margin-top:3.0rem;
}
.cpcs{
	width:100%;
	float:left;
	margin-top:3.0rem;
	border:1px solid #11478D;
}
.cpcs ul{
	display:flex;
}
.cpcs ul:first-child{
	background-color:#11478D;
}
.cpcs ul:first-child li .a01{
	background-color:#11478D;
}
.cpcs ul:first-child li{
	border-right:1px solid rgba(255,255,255,0.1);
	color:#FFF;
}
.cpcs ul li{
	width:13.4%;
	border-right:1px solid #11478D; 
	display:flex;
	flex-wrap: wrap;
	font-size:0.6rem;
	line-height:2.0rem;
	justify-content: center;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.cpcs ul li:last-child{
	border-right:0px solid #11478D;
}
.cpcs ul li .a02{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cpcs ul li:nth-child(2){
	width:46.4%;
}
.cpcs ul li .a01{
	width:100%;
	height:2.0rem;
	line-height:2.0rem;
	background-color:#FFF;
	text-align:center;
}
.cpcs ul li:nth-child(2) .a01{
	padding-left:7%;
	text-align:left;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.cpcs ul li .a01:nth-child(2n){
	background-color:rgba(177,177,177,0.03);
}
.caselist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.caselist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.caselist ul li{
	width:48%;
	margin-top:2.0rem;
}
.caselist ul li:nth-child(3n){
	margin-right:0px;
}
.caselist ul li dl dt{
	overflow:hidden;
	position:relative;
}
.caselist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.caselist ul li:hover dl dt img{
	transform: scale(1.05);
}
.caselist ul li dl dt::after{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	opacity:0;
	background:rgba(17,71,141,0.9) url(../img/link.png) center no-repeat;
	content:'';
	transition: all 0.6s;
}
.caselist ul li:hover dl dt::after{
	opacity:1;
}
.caselist ul li dl dd{
	margin-top:1.0rem;
	font-size:0.7rem;
	font-weight:bold;
	line-height:1.2rem;
}
.altit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.altex{
	width:100%;
	float:left;
	margin-top:1.0rem;
	background-color:#F2F2F2;
	padding:0.0rem;
	font-size:0.7rem;
	line-height:1.2rem;
}
.altex h1{
	margin-bottom:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
}
.altex img{max-width:100%;}
.lx01{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.lx01 ul{
	display: flex;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:100%;
	background-color:#F2F2F2;
	padding:1.0rem;
	overflow:hidden;
	margin-top:1.0rem;
}
.lx01 ul li:nth-child(3n){
	margin-right:0px;
}
.lx01 ul li .pic{
	overflow:hidden;
}
.lx01 ul li .pic img{
	max-width:100%;
}
.lx01 ul li dl dt{
	margin-top:1.0rem;
	margin-bottom:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.lx01 ul li dl dd{
	font-size:1.0rem;
	line-height:1.5rem;
	font-family: DIN;
}

.lx02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background-color:#F2F2F2;
	padding:2.0rem;
	padding-top:1.0rem;
}
.lx02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:100%;
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
}
.lx02 ul li.w100{
	width:100%;
}
.lx02 ul li.mart60{
	margin-top:2.0rem;
}
.lx02 ul li dl{
	width:100%;
}
.lx02 ul li div{
	display: flex;
	align-items: center;
}
.lx02 ul li div a{
	color:#0171D5;
}
.lx02 ul li dl dt{
	font-size:0.7rem;
	line-height:1.2rem;
}
.lx02 ul li dl dt i{
	color:#DA2122;
}
.lx02 ul li dl dd{
	margin-top:0.3rem;
}
.bk2{
	width:100%;
	line-height:2.5rem;
	height:2.5rem;
	border:0px;
	outline:none;
	padding:0 1.0rem;
	font-size:0.6rem;
	color:#999;
}
.anniu2{
	width:6.0rem;
	height:2.5rem;
	background:#0074E6;
	line-height:2.5rem;
	font-size:0.7rem;
	color:#FFF;
	border:0px;
	cursor:pointer;
}







.mart60{
	margin-top:2.0rem;
}


.dingw { width:100%; float:left; margin-top:-5rem;}



.tanchu{
	display:none; 
	left:0px;
	top: 0;
	width:100%;
	height: 100%;
	z-index:998;
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	padding-top: 4vh;
}
.tcxs{ display: block; }
.spnr{ width:70%; margin-left:15%; margin-right:15%; position:relative;}
.close2{ width:100%; float:left;margin-bottom:10px;}
.close2 a{
float:right;
width: 32px;
height: 32px;
background-image: url(../img/Close.png);
background-position: center;
background-repeat: no-repeat;
}
.cpdw{ width:100%; float:left; margin-top:-0px;}


}
































