@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#333333;
	line-height:1.5;
	font-family: Arial, Helvetica, sans-serif;
	margin:auto
	}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.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:#25509f;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}
 



@media (min-width:1000px) {


.main{
	width:auto;
	max-width:1240px;
	padding:0px 0px;
	margin:auto;
}
.main2{
	width:auto;
	max-width:1440px;
	padding:0px 0px;
	margin:auto;
}
.header{
	width: 100%;
	height: 6.25vw;
	padding: 0px 70px;
	position: fixed;
	left:0;
	z-index:111;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color:#FFF;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
	font-size: 14px;
}
.logo{
	width:9%;
	display: flex;
}
.logo img{
	max-width: 100%;
	height: auto;
}
.innav{width:70%;
}
.innav ul{
	display: flex;
	align-items: center;
	height: 6.25vw;
	justify-content: space-between;
}
.innav ul li{
	width: auto;
	font-size: 16px;
	height: 6.25vw;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	justify-content: center;
	position:relative;
	text-transform:uppercase;
}
.innav ul li a{
	white-space:nowrap;
}
.innav ul li i{
	margin-left:5px;
	width:19px;
	height:19px;
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.innav ul li .xiala{
	width:264px;
	
	background: var(---white, #FFF);
	/* 23-4-0.1 */
	box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.10);
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	font-size:14px;
	line-height:36px;
	opacity:0;
	visibility:hidden;
	position:absolute;
	top:4.25vw;
	left:-80px;
	z-index:11;
	transition: all 0.6s;
	padding:20px 10px;
}
.innav ul li .xiala dl dd{
	height:37px;
	line-height:37px;
	font-size:12px;
	color:#666;
	padding:0px 28px;
}
.innav ul li .xiala dl dd:hover{
	background: var(---white, #FFF);
	/* 23-4-0.1 */
	box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.10);
	border-radius:0.25rem;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.yuy{
float:right;
display: flex;
align-items: center;
}
.yuy a {
    display: flex;
    align-items: center;
    font-size: 12px;
}
.yuy img{ height:18px; margin-right:5px;}
.index01{
	width:100%;
	float:left;
	margin-top:80px;
	display: flex;
	justify-content: space-between;
	position:relative;
}
.index01.a2 .tex{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width:70.5%;
}
.index01.a2 .pic{
	width:100%;
	overflow:hidden;
}
.index01 .tex{
	width:46.5%;
	font-size:16px;
	line-height:30px;
	color:#666;
}
.index01 .tex h1{
	font-size:40px;
	line-height:45px;
	color:#15273E;
	margin-bottom:40px;
	text-transform:uppercase;
}
.index01 .pic{
	width:48.75%;
	overflow:hidden;
}
.index01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.index01 .pic:hover img{
	/*transform: scale(1.05);*/
}
.inwrap{
	width:100%;
	float:left;
	margin-top:80px;
	background-color:#f5f5f5;
	padding:100px 0;
}
.index02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
}
.index02 .pic{
	width:calc(50% - 15px);
	overflow:hidden;
}
.index02 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.index02 .pic:hover img{
	
}
.index02 .tex{
	font-size:16px;
	line-height:30px;
	color:#333;
	width:calc(50% - 15px);
}
.index02 .tex h1{
	font-size:40px;
	line-height:40px;
	color:#333333;
	margin-bottom:40px;
	text-transform:uppercase;
}

.inwrap2{
	width:100%;
	background: #19233e;
	float:left;
	padding:80px 0;
}
.index03{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
}
.index03 .a01{
	width:23%;
	color:#FFF;
	border: 1px solid rgba(255,255,255,0.40);
	padding-bottom:20px;
	padding-top:10px;
}
.index03 .a01 .pic{
	height:59px;
	text-align:center;
}
.index03 .a01 dl dt{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size:36px;
	margin-top:6px;
	line-height:36px;
}
.index03 .a01 dl dt i{
	font-size:14px;
	line-height:16px;
	margin-left:3px;
}
.index03 .a01 dl dd{
	margin-top:8px;
	font-size:14px;
	line-height:16px;
	text-align:center;
}
.intitle{
	width:100%;
	float:left;
	margin-top:60px;
	text-align:center;
}
.intitle dl dt{
	font-size:40px;
	line-height:47px;
	color:#15273E;
}
.intitle dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:16px;
	color:#666;
}

.foot{
	width:100%;
	float: left;
	background-color:#f3f3f3;
	margin-top:80px;
	padding-top:100px;
	padding-bottom:130px;
}
.dblogo{
	width:100%;
	float:left;
	text-align:center;
	
}
.dblogo img{
	width:100%;
	max-width:160px;
}
.foot01{
	width:100%;
	float:left;
	margin-top:100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:auto;
	color:#333;
}
.foot01 .a01 dl dd{
	margin-bottom:15px;
	font-size:16px;
	line-height:20px;
	position:relative;
	display: flex;
	align-items: center;
	transition: all 0.6s;
	padding:0.2rem 0.5rem;
}
.foot01 .a01 dl dd:hover{
	border-radius: 0.35rem;
	background: var(---white, #FFF);
	/* 23-4-0.1 */
	box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.10);
}
.foot01 .a01 dl dd i{
	width:18px;
	height:18px;
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.foot01 .a02{
	width:auto;
	color:#333;
}
.foot01 .a02 dl dd{
	margin-bottom:30px;
	font-size:14px;
	line-height:16px;
	position:relative;
	display: flex;
	align-items: center;
	font-weight:bold;
}
.foot01 .a02 dl dd img{
	margin-right:5px;
}
.foot01 .a03{
	width:auto;
	color:#666;
}
.foot01 .a03 dl dd{
	margin-bottom:30px;
	font-size:16px;
	line-height:20px;
	
	align-items: center;
}
.foot01 .a03 dl dd img{
	margin-right:30px;
}
.fudong{
	width: 48px;
	height: 48px;
	background: #25509f;
	position:fixed;
	bottom:100px;
	right:20px;
	z-index:999;
}
.fudong a{
	width:100%;
	height:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:6.25vw;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	display: flex;
	align-items: center;
	box-shadow: 0px 15px 25px 0px rgba(0,0,0,0.25) inset, 0px -15px 25px 0px rgba(0,0,0,0.25) inset;
}
.nybanner .tex .tex01{
	width:100%;
	float:left;
}
.nybanner .tex dl dt{
	font-size:46px;
	line-height:54px;
	color:#FFF;
	text-transform:uppercase;
}
.nybanner .tex dl dd{
	margin-top:8px;
	font-size:14px;
	line-height:16px;
	color:#FFF;
}
.nybanner .tex dl dd i{
	margin-right:20px;
}
.nybanner .tex dl dd a{ color:#FFFFFF;}
.nypro{
	width:100%;
	float:left;
	margin-top:40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nypro-l{
	width:22%;
	border: 1px solid rgba(0,0,0,0.10);
	padding:20px 0px;
}
.nypro-l .search{
	width:100%;
	display: flex;
	justify-content: center;
	margin-bottom:20px;
}
.nypro-l .search .a01{
	width:75%;
	height: 53px;
	border: 1px solid #e0e0e0;
	padding:0px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bk{
	width:calc(100% - 20px);
	height:48px;
	border:0px;
	line-height:48px;
	font-size:14px;
	color:#E0E0E0;
	font-family:'微软雅黑';
	outline:none;
}
.nypro-l dl dd{
	height:60px;
	line-height:60px;
	padding:0px 10px;
	text-transform:uppercase;
	margin:10px 10px;
}
.nypro-l dl dd:hover{
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	/* 23-4-0.1 */
	box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.10);
}
.nypro-l dl dd.cur{
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	/* 23-4-0.1 */
	box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.10);
}
.nypro-r{
	width:75%;
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
}
.prolist ul li{
	width:calc(25.4% - 20px);
	margin-right:20px;
	/*background-color:#f5f5f5;*/
	    box-shadow: 2px 3px 6px 2px var(--tw-shadow-color,#00000029);
		    border-radius: 16px;
	padding-bottom:30px;
	margin-bottom:20px;
}
.prolist ul li:nth-child(4n){
	margin-right:0px;
}
.prolist ul li .pic{
	width: 100%;
    overflow: hidden;
    height: 12.5vw;
}
.prolist ul li .pic img{
	    display: block;
    transition: all 0.1s;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
.prolist ul li .pic:hover img{
	transform: scale(1.05);
	/*object-fit: cover;
            /
            animation: scaleDown 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            transform-origin: center center;
			*/
}
.prolist ul li dl dt{
	font-size:14px;
	color:#15273E;
/*	text-transform:uppercase;*/
	font-weight:bold;
	text-align:center;
}
.prolist ul li dl dd{
	font-size:12px;
	margin-top:8px;
	color:#666;
	text-align:center;
	/*text-transform:uppercase;*/
}
.fy{
	width: 100%;
	float: left;
	margin-top: 45px;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul li{
	color: #606266;
	font-size: 14px;
	font-family: "宋体";
}
.fy ul li a{
	color: #606266;
	padding:8px 18px;
}
.fy ul li a:hover{
	color: #FFFFFF;
	background: #25509F;
}
.fy ul li .cur{
	color: #FFFFFF;
	background: #25509F;
}
.mte01{
	width:100%;
	float:left;
	margin-top:80px;
	align-items: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mte01 .pic{
	width:50%;
	overflow:hidden;
	display: flex;
	justify-content: center;
}
.mte01 .pic img{
	max-width:100%;
	transition: all 0.6s;
}
.mte01 .pic:hover img{
	transform: scale(1.05);
}
.mte01 .tex{
	width:45%;
	font-size:14px;
	line-height:1.45;
}
.mte01 .tex div{
	margin-bottom:30px;
}
.mte01 .tex p{
	margin-bottom:0px;
}
.mte01 .tex h1{
	font-size:30px;
	line-height:35px;
	text-align:center;
	color:#333;
	margin-bottom:33px;
}
.mte01 .tex h2{
	font-size:18px;
	color:#25509f;
	font-weight:bold;
}
.mte01 .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mte01 .tex ul li{
	width:calc(50% - 5px);
	height: 58px;
	border: 1px solid #25509f;
	line-height:58px;
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	position:relative;
}
.mte01 .tex ul li a{ width:100%; height:100%; position:absolute; z-index:2; top:0; left:0;}
.mte01 .tex ul li i{ width:0;height:100%; position:absolute; z-index:1; top:0; left:0; transition: all 0.6s; background-color:#25509f;}
.mte01 .tex ul li:hover i{ width:100%;}
.mte01 .tex ul li:hover a{ color:#FFFFFF;}
.hdm{
	width:100%;
	float:left;
	margin-top:80px;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.hdm ul{
	display: flex;
}
.hdm ul li{
	width:auto;
	margin-right:60px;
	position:relative;
	padding-bottom:40px;
	font-size:20px;
	line-height:24px;
}
.hdm ul li i{
	width:100%;
	height:3px;
	background-color:#25509f;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	opacity:0;
}
.hdm ul li.cur i{
	opacity:1;
}
.mte02{
	width:100%;
	float:left;
	margin-top:50px;
}
.mte02 ul{
	display: flex;
	flex-wrap: wrap;
}
.mte02 ul li{
	width:calc(25.6% - 30px);
	margin-right:30px;
	
	
}
.mte02 ul li:nth-child(4n){
	margin-right:0px;
}
.mte02 ul li dl dt{
	background: var(---white, #FFF);
	/* 23-4-0.1 */
	box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.10);
	overflow:hidden;
	padding:10px;
}
.mte02 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.mte02 ul li dl dt img:hover{
	transform: scale(1.05);
}
.mte02 ul li dl dd{
	margin-top:30px;
	font-size:14px;
	line-height:16px;
	color:#666;
	text-align:center;
}
.intit{
	width:100%;
	float:left;
	margin-top:170px;
	text-align:center;
	font-size:28px;
	line-height:33px;
	text-transform:uppercase;
	margin-bottom:40px;
}

.aplist{
	width:100%;
	float:left;
	margin-top:50px;
}
.aplist ul{
	display: flex;
	flex-wrap: wrap;
}
.aplist ul li{
	width:calc(34.1% - 30px);
	margin-right:30px;
	margin-top:30px;
	position:relative;
	overflow:hidden;
}
.aplist ul li:nth-child(3n){
	margin-right:0px;
}
.aplist ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.aplist ul li:hover img{
	transform: scale(1.05);
}
.aplist ul li span{
	width:100%;
	position:absolute;
	left:0;
	bottom:30px;
	text-align:center;
	font-size:14px;
	color:#FFF;
	text-transform:uppercase;
	line-height:16px;
	z-index:11;
}
.regmain{
	width:100%;
	float:left;
	background-color:#f5f5f5;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.regmain .pic{
	width:50%;
	position:relative;
}
.regmain .pic img{
	width:100%;
	min-height:100%;
	display:block;
}
.regmain .pic .sub{
	width:100%;
	position:absolute;
	left:0;
	padding-left:4.0vw;
	padding-top:7.5vw;
	font-size:20px;
	line-height:23px;
	color:#FFF;
}
.regmain .pic .sub h1{
	font-size:40px;
	line-height:46px;
	margin-bottom:20px;
}
.regmain .tex{
	width:50%;
	display: flex;
	justify-content: center;
}
.regmain .tex .a01{
	width:430px;
}
.regmain .tex .a01 h1{
	margin-top:80px;
}
.regmain .tex .a01 h1 img{ max-width:100%;}
.regmain .tex .a01 dl dt{
	margin-top:110px;
	font-size:36px;
	line-height:42px;
	color:#333;
}
.regmain .tex .a01 dl dd{
	margin-top:12px;
	font-size:20px;
	line-height:24px;
}
.regmain .tex .a01 ul{
	margin-top:13px;
	display: flex;
	flex-wrap: wrap;
}
.regmain .tex .a01 ul li{
	width:100%;
	margin-top:22px;
}
.regmain .tex .a01 ul li span{ float:right; }
.bk2{
	width:100%;
	height:41px;
	border:0px;
	border-bottom:1px solid #e0e0e0;
	line-height:41px;
	font-size:16px;
	line-height:41px;
	outline:none;
	background-color:transparent;
}
.anniu{
	width:100%;
	margin-top:50px;
	height: 59px;
	background: #15273e;
	line-height:59px;
	border:0px;
	font-size:16px;
	color:#FFF;
	cursor:pointer;
}
.login{
	margin-top:17px;
	text-align:center;
	margin-bottom:50px;
}
.login a{
	margin-left:10px;
}
.texr{
width:70%;
	color:#666;
}
.bas{
	width:48.75%;
	background-color:#f3f3f3;
	padding:60px 80px;
	float:left;
	margin-top:80px;
}
.bas h1{
	padding-bottom:40px;
	font-size:40px;
	line-height:47px;
	font-weight:normal;
	border-bottom:1px solid rgba(0,0,0,0.10);
	margin-bottom:10px;
}
.bas dl{
	width:100%;
	float:left;
	margin-top:20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.bas dl dt{
	width:16.3%;
	font-size:16px;
	line-height:20px;
	color:#999;
	text-align:right;
}
.bas dl dd{
	width:78.2%;
}
.bk3{
	width:100%;
	height: 56px;
	background: #f4f4f4;
	border: 1px solid rgba(0,0,0,0.10);
	border-radius: 4px;
	line-height:56px;
	padding-left:20px;
	font-size:16px;
	outline:none;
}
.noscroll h2 img {
    height: 32px;
	width: auto!important;
    max-width: 60%;
}
.newlist{
	width:100%;
	float:left;
	margin-top:50px;
}
.newlist ul li{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:30px;
}
.newlist ul li .pic{
	width:35%;
	overflow:hidden;
	background: var(---white, #FFF);
	/* 23-4-0.1 */
	box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.10);
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.1s;
}
.newlist ul li .pic:hover img{
	transform: scale(1.05);
	transition:0.0s
}
.newlist ul li .tex{
	width:60%;
}
.newlist ul li .tex h1{
	font-size:20px;
	line-height:24px;
	color:#333;
}
.newlist ul li .tex dl dt{
	margin-top:30px;
	font-size:14px;
	line-height:25px;
}
.newlist ul li .tex dl dd{
	margin-top:35px;
	font-size:14px;
	line-height:25px;
}
.newtitle{
	width:100%;
	float:left;
	margin-top:80px;
	font-size:30px;
	line-height:35px;
	font-weight:bold;
	padding-bottom:30px;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}
.newtex{
	width:100%;
	float:left;
	margin-top:30px;
	font-size:14px;
	line-height:25px;
}
.newtex .sp{
	width:700px;
     margin:auto;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.back{
	display:flex;
	margin-top:40px;
}
.back a{
	width: 235px;
	height: 58px;
	background: #25509f;
	line-height:58px;
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
	text-align:center;
}
.back2{
	display:flex;
	margin-top:80px;
	width:100%;
	float:left;
	justify-content: center;
}
.back2 a{
	width: 288px;
	height: 58px;
	background: #25509f;
	line-height:58px;
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
	text-align:center;
	position:relative;
}
.back2 a span{ width:100%; height:100%; position:absolute; z-index:2; top:0; left:0;}
.back2 a i{ width:0;height:100%; position:absolute; z-index:1; top:0; left:0; transition: all 0.6s; background-color:#193a75;}
.back2 a:hover i{ width:100%;}
.back2 a:hover{ color:#FFFFFF;}


.abtitle{
	width:100%;
	float:left;
	margin-top:80px;
	font-size:42px;
	line-height:48px;
	font-weight:bold;
	padding-bottom:30px;
	border-bottom: 1px solid rgba(0,0,0,0.10);
	text-transform:uppercase;
}
.abtitle2{
	width:100%;
	float:left;
	margin-top:80px;
	font-size:48px;
	line-height:56px;
	text-transform:uppercase;
}
.nab{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	margin-top:93px;
}
.nab .a01{
	width:23%;
	border: 1px solid #e0e0e0;
	padding-bottom:20px;
	padding-top:10px;
}
.nab .a01 .pic{
	height:59px;
	text-align:center;
}
.nab .a01 dl dt{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size:36px;
	margin-top:6px;
	line-height:36px;
}
.nab .a01 dl dt i{
	font-size:14px;
	line-height:16px;
	margin-left:3px;
}
.nab .a01 dl dd{
	margin-top:8px;
	font-size:14px;
	line-height:16px;
	text-align:center;
}
.contact{
	width:100%;
	float:left;
	margin-top:40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact .pic{
	width:44%;
	overflow:hidden;
}
.contact .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.contact .pic:hover img{
	transform: scale(1.05);
}
.contact .tex{
	width:36%;
	color:#333;
	margin-right:8%;
}
.contact .tex dl dd{
	margin-bottom:30px;
	font-size:14px;
	line-height:16px;
	display: flex;
	align-items: center;
}
.contact .tex dl dd img{
	margin-right:5px;
}


.ditu{ width:100%; float:left; margin-top:50px;}
.ditu img{ width:100%;}



.lxcon-r{
	width:100%;
	border: 0px solid #E0E0E0;
}
.lxcon-r h1{
	font-size:24px;
	line-height:32px;
	color:#EC6515;
	text-transform:uppercase;
	font-family: RAJDHANI;
	margin-bottom:10px;
}
.lxcon-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxcon-r ul li{
	width:48.333%;
	margin-top:20px;
	display:flex;
}
.lxcon-r ul li.w100{
	width:100%;
}
.lxcon-r ul li.mart50{
	margin-top:50px;
}
.bk2{
	width:100%;
	line-height:42px;
	border: 1px solid #E0E0E0;
	padding:0 20px;
	font-size:12px;
	color:#999;
	outline:none;
	font-family: Roboto,'Arial';
}
.tjan{
	width: 288px;
    height: 58px;
    background: #25509f;
	line-height:56px;
	text-align:center;
	border: 1px solid #333333;
	font-size:16px;
	color:#fff;
	font-family: RAJDHANI;
	cursor:pointer;
	text-transform:uppercase;
	
}













.mart80{
	margin-top:80px;
}
.mart60{
	margin-top:60px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}



	
}
@media (min-width: 1441px) and (max-width: 1660px)
.blog-img {
    width: 100%!important;
    overflow: hidden!important;
    height: 18vw!important;
}
@media (min-width: 1281px) and (max-width: 1440px)
.blog-img {
    width: 100%!important;
    overflow: hidden!important;
    height: 22vw!important;
}
@media (min-width:1000px) and (max-width:1280px){
.innav{width:70%; }
.innav ul li{font-size:14px;}
.blog-img {
    width: 100%!important;
    overflow: hidden!important;
    height: 24vw!important;
}
}
@media (min-width: 1921px) and (max-width:2100px){
	.prolist ul li .pic {
    height: 12vw;
}
	}
@media (min-width: 2101px) and (max-width:2560px){
	.prolist ul li .pic {
    height: 10vw;
}
	}
@media (min-width: 2561px) and (max-width:3200px){
	.prolist ul li .pic {
    height: 8vw;
}
	}
@media (max-width:999px) {
.noscroll h2 img {
    height: auto;
    max-width: 100%;
}
.blog-img {
    width: 100%!important;
    overflow: hidden!important;
    height: 70vw!important;
}
.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.header{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	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:40%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left: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; 
	left:0%; 
	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/close2.png) no-repeat; 
	background-size:100% 100%; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	background:#ffffff;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:60%; 
	max-height:3rem; 
	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;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #25509f; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.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.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

.main{ 
	width:90%; 
	float:left; 
	margin-left:5%; 
	margin-right:5%;
}
.main2{
width:90%; 
	float:left; 
	margin-left:5%; 
	margin-right:5%;
}
.index01{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.index01 .tex h1{
	font-size:1.2rem;
	line-height:1.5rem;
	color:#15273E;
	margin-bottom:1.0rem;
	text-transform:uppercase;
}
.index01 .pic{
	width:100%;
	overflow:hidden;
	margin-top:1.0rem;
}
.index01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.index01 .pic:hover img{
	/*transform: scale(1.05);*/
}
.inwrap{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background-color:#e9e9e9;
	padding:3.0rem 0;
}
.index02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index02 .pic{
	width:100%;
	overflow:hidden;
}
.index02 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.index02 .pic:hover img{
	
}
.index02 .tex{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#333;
	width:100%;
	margin-top:1.0rem;
}
.index02 .tex h1 img{
	max-width:100%;
	width:100%;
	}
.index02 .tex h1{
	font-size:1.2rem;
	line-height:1.5rem;
	color:#333333;
	margin-bottom:1.0rem;
	text-transform:uppercase;
}

.inwrap2{
	width:100%;
	background: #19233e;
	float:left;
	margin-top:2.0rem;
	padding:2.0rem 0;
	padding-top:1.0rem;
}
.index03{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index03 .a01{
	width:100%;
	color:#FFF;
	border: 1px solid rgba(255,255,255,0.40);
	padding-bottom:1.0rem;
	padding-top:0.5rem;
	margin-top:1.0rem;
}
.index03 .a01 .pic{
	height:2.5rem;
	text-align:center;
}
.index03 .a01 .pic img{
	max-height:2.5rem;
}
.index03 .a01 dl dt{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size:1.5rem;
	margin-top:0.2rem;
	line-height:1.5rem;
}
.index03 .a01 dl dt i{
	font-size:0.8rem;
	line-height:1.0rem;
	margin-left:0.2rem;
}
.index03 .a01 dl dd{
	margin-top:0.1rem;
	font-size:0.8rem;
	line-height:1.0rem;
	text-align:center;
}
.intitle{
	width:100%;
	float:left;
	margin-top:2.0rem;
	text-align:center;
}
.intitle dl dt{
	font-size:1.2rem;
	line-height:1.5rem;
	color:#15273E;
}
.intitle dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#666;
}

.foot{
	width:100%;
	float: left;
	background-color:#f3f3f3;
	margin-top:2.0rem;
	padding-top:3.0rem;
	padding-bottom:3.0rem;
}
.dblogo{
	width:100%;
	float:left;
	text-align:center;
}
.dblogo img{
	max-width:30%;
}
.foot01{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:auto;
	color:#333;
}
.foot01 .a01 dl dd{
	margin-bottom:0.5rem;
	font-size:0.8rem;
	line-height:1.2rem;
	position:relative;
	display: flex;
	align-items: center;
}
.foot01 .a01 dl dd i{
	width:0.5rem;
	height:0.5rem;
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.foot01 .a02{
	width:auto;
	color:#333;
	margin-top:1.0rem;
}
.foot01 .a02 dl dd{
	margin-bottom:1.0rem;
	font-size:0.8rem;
	line-height:1.0rem;
	position:relative;
	display: flex;
	align-items: center;
}
.foot01 .a02 dl dd img{
	margin-right:0.1rem;
}
.foot01 .a03{
	width:auto;
	color:#666;
	margin-top:1.0rem;
}
.foot01 .a03 dl dd{
	margin-bottom:1.0rem;
	font-size:0.8rem;
	line-height:1.2rem;
	display: flex;
	align-items: center;
}
.foot01 .a03 dl dd img{
	margin-right:1.0rem;
}
.fudong{
	width: 2.0rem;
	height: 2.0rem;
	background: #25509f;
	position:fixed;
	bottom:3.0rem;
	right:1.0rem;
	z-index:999;
}
.fudong a{
	width:100%;
	height:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:4.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	height:100%;
	display: flex;
	align-items: center;
	box-shadow: 0px 15px 25px 0px rgba(0,0,0,0.25) inset, 0px -15px 25px 0px rgba(0,0,0,0.25) inset;
	padding-left:3.0rem;
}
.nybanner .tex dl dt{
	font-size:1.2rem;
	line-height:1.5rem;
	color:#FFF;
	text-transform:uppercase;
}
.nybanner .tex dl dd{
	margin-top:0.3rem;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#FFF;
}
.nybanner .tex dl dd i{
	margin-right:0.5rem;
}
.nybanner .tex dl dd a{ color:#FFFFFF;}
.nypro{
	width:100%;
	float:left;
	margin-top:1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nypro-l{
	width:100%;
	border: 1px solid rgba(0,0,0,0.10);
	padding:1.0rem 0px;
}
.nypro-l .search{
	width:100%;
	display: flex;
	justify-content: center;
	margin-bottom:1.0rem;
}
.nypro-l .search .a01{
	width:75%;
	height: 2.5rem;
	border: 1px solid #e0e0e0;
	padding:0px 1.0rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bk{
	width:calc(100% - 1.0rem);
	height:2.0rem;
	border:0px;
	line-height:2.0rem;
	font-size:0.6rem;
	color:#E0E0E0;
	font-family:'微软雅黑';
	outline:none;
}
.nypro-l dl dd{
	width:100%;
	height:2.5rem;
	float:left;
	line-height:2.5rem;
	padding:0px 1.0rem;
	text-transform:uppercase;
}
.nypro-l dl dd:hover{
	border-radius: 1rem;
	background: var(---white, #FFF);
	/* 23-4-0.1 */
	box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.10);
}
.nypro-l dl dd.cur{
	border-radius: 1rem;
	background: var(---white, #FFF);
	/* 23-4-0.1 */
	box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.10);
}
.nypro-r{
	width:100%;
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li{
	width:48%;
	/*background-color:#f5f5f5;*/
	    box-shadow: 2px 3px 6px 2px var(--tw-shadow-color,#00000029);
		    border-radius: 16px;
	padding-bottom:1.0rem;
	margin-top:1.0rem;
}
.prolist ul li .pic{
	overflow:hidden;
}
.prolist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.1s;
}
.prolist ul li .pic:hover img{
	transform: scale(1.25);
}
.prolist ul li dl dt{
	font-size:0.8rem;
	color:#15273E;
	/*text-transform:uppercase;*/
	font-weight:bold;
	text-align:center;
}
.prolist ul li dl dd{
	font-size:0.8rem;
	margin-top:0.2rem;
	color:#666;
	text-align:center;
	/*text-transform:uppercase;*/
}
.fy{
	width: 100%;
	float: left;
	margin-top: 1.5rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul li{
	color: #606266;
	font-size: 0.8rem;
	font-family: "宋体";
}
.fy ul li a{
	color: #606266;
	padding:0.2rem 0.5rem;
}
.fy ul li a:hover{
	color: #FFFFFF;
	background: #25509F;
}
.fy ul li .cur{
	color: #FFFFFF;
	background: #25509F;
}
.mte01{
	width:100%;
	float:left;
	margin-top:2.0rem;
	align-items: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mte01 .pic{
	width:100%;
	overflow:hidden;
	display: flex;
	justify-content: center;
}
.mte01 .pic img{
	max-width:100%;
	transition: all 0.6s;
}
.mte01 .pic:hover img{
	transform: scale(1.05);
}
.mte01 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.45;
	margin-top:2.0rem;
}
.mte01 .tex div{
	margin-bottom:30px;
}
.mte01 .tex p{
	margin-bottom:0px;
}
.mte01 .tex h1{
	font-size:1.2rem;
	line-height:1.5rem;
	text-align:center;
	color:#333;
	margin-bottom:1.0rem;
}
.mte01 .tex h2{
	font-size:1.0rem;
	color:#25509f;
	font-weight:bold;
}
.mte01 .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mte01 .tex ul li{
	width:48%;
	height: 2.5rem;
	border: 1px solid #25509f;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
	text-transform:uppercase;
	position:relative;
}
.mte01 .tex ul li a{ width:100%; height:100%; position:absolute; z-index:2; top:0; left:0;}
.mte01 .tex ul li i{ width:0;height:100%; position:absolute; z-index:1; top:0; left:0; transition: all 0.6s; background-color:#25509f;}
.mte01 .tex ul li:hover i{ width:100%;}
.mte01 .tex ul li:hover a{ color:#FFFFFF;}
.hdm{
	width:100%;
	float:left;
	margin-top:2.0rem;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.hdm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hdm ul li{
	width:33.3%;
	position:relative;
	padding-bottom:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	text-align:center;
}
.hdm ul li i{
	width:100%;
	height:2px;
	background-color:#25509f;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	opacity:0;
}
.hdm ul li.cur i{
	opacity:1;
}
.mte02{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.mte02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mte02 ul li{
	width:48%;
	padding:1.0rem;
	margin-top:1.0rem;
}
.mte02 ul li dl dt{
	background: var(---white, #FFF);
	/* 23-4-0.1 */
	box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.10);
	overflow:hidden;
	padding:10px;
}
.mte02 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.mte02 ul li dl dt img:hover{
	transform: scale(1.05);
}
.mte02 ul li dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	text-align:center;
}

.intit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	text-align:center;
	font-size:1.2rem;
	line-height:1.5rem;
	text-transform:uppercase;
	margin-bottom:1.0rem;
}

.aplist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.aplist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.aplist ul li{
	width:48%;
	margin-top:1.0rem;
	position:relative;
	overflow:hidden;
}
.aplist ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.aplist ul li:hover img{
	transform: scale(1.05);
}
.aplist ul li span{
	width:100%;
	position:absolute;
	left:0;
	bottom:1.0rem;
	text-align:center;
	font-size:0.8rem;
	color:#FFF;
	text-transform:uppercase;
	line-height:1.0rem;
	z-index:11;
}
.regmain{
	width:100%;
	float:left;
	background-color:#f5f5f5;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.regmain .pic{
	width:100%;
	position:relative;
}
.regmain .pic img{
	width:100%;
	min-height:100%;
	display:block;
}
.regmain .pic .sub{
	width:100%;
	position:absolute;
	left:0;
	padding-left:4.0vw;
	padding-top:7.5vw;
	font-size:1.0rem;
	line-height:1.2rem;
	color:#FFF;
}
.regmain .pic .sub h1{
	font-size:1.2rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
}
.regmain .tex{
	width:100%;
	display: flex;
	justify-content: center;
}
.regmain .tex .a01{
	width:80%;
	margin:auto;
}
.regmain .tex .a01 h1{
	margin-top:2.0rem;
}
.regmain .tex .a01 h1 img{ max-width:30%;}
.regmain .tex .a01 dl dt{
	margin-top:2.0rem;
	font-size:1.2rem;
	line-height:1.5rem;
	color:#333;
}
.regmain .tex .a01 dl dd{
	margin-top:0.5rem;
	font-size:1.0rem;
	line-height:1.5rem;
}
.regmain .tex .a01 ul{
	margin-top:0.5rem;
	display: flex;
	flex-wrap: wrap;
}
.regmain .tex .a01 ul li{
	width:100%;
	margin-top:1.0rem;
}
.regmain .tex .a01 ul li span{ float:right; }
.bk2{
	width:100%;
	height:2.0rem;
	border:0px;
	border-bottom:1px solid #e0e0e0;
	line-height:2.0rem;
	font-size:0.8rem;
	outline:none;
	background-color:transparent;
}
.anniu{
	width:100%;
	margin-top:2.0rem;
	height: 2.5rem;
	background: #15273e;
	line-height:2.5rem;
	border:0px;
	font-size:0.8rem;
	color:#FFF;
	cursor:pointer;
}
.login{
	margin-top:0.5rem;
	text-align:center;
	margin-bottom:2.0rem;
}
.login a{
	margin-left:0.5rem;
}
.texr{
	text-align:right;
	color:#666;
}
.bas{
	width:100%;
	background-color:#f3f3f3;
	padding:2.0rem;
	float:left;
	margin-top:2.0rem;
}
.bas h1{
	padding-bottom:1.0rem;
	font-size:1.2rem;
	line-height:1.5rem;
	font-weight:normal;
	border-bottom:1px solid rgba(0,0,0,0.10);
	margin-bottom:0.5rem;
}
.bas dl{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.bas dl dt{
	width:20%;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#999;
	text-align:right;
}
.bas dl dd{
	width:75%;
}
.bk3{
	width:100%;
	height: 2.5rem;
	background: #f4f4f4;
	border: 1px solid rgba(0,0,0,0.10);
	border-radius: 4px;
	line-height:2.5rem;
	padding-left:1.0rem;
	font-size:0.8rem;
	outline:none;
}
.newlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.newlist ul li{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.newlist ul li .pic{
	width:35%;
	overflow:hidden;
	background: var(---white, #FFF);
	/* 23-4-0.1 */
	box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.10);
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li .pic:hover img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width:60%;
}
.newlist ul li .tex h1{
	font-size:0.8rem;
	line-height:1.2rem;
	color:#333;
}
.newlist ul li .tex dl dt{
	margin-top:30px;
	font-size:14px;
	line-height:25px;
	display:none;
}
.newlist ul li .tex dl dd{
	margin-top:35px;
	font-size:14px;
	line-height:25px;
	display:none;
}
.newtitle{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:1.2rem;
	line-height:1.5rem;
	font-weight:bold;
	padding-bottom:1.0rem;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}
.newtex{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.back{
	display:flex;
	margin-top:1.5rem;
}
.back a{
	width: 8.0rem;
	height: 2.5rem;
	background: #25509f;
	line-height:2.5rem;
	font-size:0.8rem;
	text-transform:uppercase;
	color:#FFF;
	text-align:center;
}
.back2{
	display:flex;
	margin-top:2.0rem;
	width:100%;
	float:left;
	justify-content: center;
}
.back2 a{
	width: 13rem;
	height: 2.5rem;
	background: #25509f;
	line-height:2.5rem;
	font-size:0.8rem;
	text-transform:uppercase;
	color:#FFF;
	text-align:center;
	position:relative;
}
.back2 a span{ width:100%; height:100%; position:absolute; z-index:2; top:0; left:0;}
.back2 a i{ width:0;height:100%; position:absolute; z-index:1; top:0; left:0; transition: all 0.6s; background-color:#193a75;}
.back2 a:hover i{ width:100%;}
.back2 a:hover{ color:#FFFFFF;}
.abtitle{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:1.2rem;
	line-height:1.5rem;
	font-weight:bold;
	padding-bottom:1.0rem;
	border-bottom: 1px solid rgba(0,0,0,0.10);
	text-transform:uppercase;
}
.abtitle2{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:1.2rem;
	line-height:1.5rem;
	text-transform:uppercase;
}
.nab{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.nab .a01{
	width:48%;
	border: 1px solid #e0e0e0;
	padding-bottom:1.0rem;
	padding-top:0.5rem;
	margin-top:1.0rem;
}
.nab .a01 .pic{
	height:2.5rem;
	text-align:center;
}
.nab .a01 .pic img{
	max-height:2.5rem;
}
.nab .a01 dl dt{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size:1.2rem;
	margin-top:0.2rem;
	line-height:1.5rem;
}
.nab .a01 dl dt i{
	font-size:0.8rem;
	line-height:1.0rem;
	margin-left:0.1rem;
}
.nab .a01 dl dd{
	margin-top:0.1rem;
	font-size:0.8rem;
	line-height:1.0rem;
	text-align:center;
}
.contact{
	width:100%;
	float:left;
	margin-top:1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact .pic{
	width:100%;
	overflow:hidden;
}
.contact .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.contact .pic:hover img{
	transform: scale(1.05);
}
.contact .tex{
	width:100%;
	color:#333;
	margin-top:2.0rem
}
.contact .tex dl dd{
	margin-bottom:1.0rem;
	font-size:0.8rem;
	line-height:1.2rem;
	display: flex;
	align-items: center;
}
.contact .tex dl dd img{
	margin-right:0.2rem;
}


.ditu{ width:100%; float:left; margin-top:50px;}
.ditu img{ width:100%;}














.mart80{
	margin-top:2.0rem;
}
.mart60{
	margin-top:2.0rem;
}




.lxcon-r{
	width:100%;
	border: 1px solid #E0E0E0;
	padding:20px;
	margin-top:20px;
}
.lxcon-r h1{
	font-size:20px;
	color:#EC6515;
	text-transform:uppercase;
	font-family: RAJDHANI;
}
.lxcon-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxcon-r ul li{
	width:48.333%;
	margin-top:10px;
	display:flex;
}
.lxcon-r ul li.w100{
	width:100%;
}
.lxcon-r ul li.mart50{
	margin-top:30px;
}
.bk2{
	width:100%;
	line-height:42px;
	border: 1px solid #E0E0E0;
	padding:0 20px;
	font-size:12px;
	color:#999;
	outline:none;
}
.tjan{
	width:197px;
	height:52px;
	line-height:52px;
	text-align:center;
	border: 1px solid #333333;
	font-size:16px;
	color:#333;
	font-family: RAJDHANI;
	cursor:pointer;
	background-color:transparent;
	text-transform:uppercase;
}



}
































