@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#333333;
	line-height:1.5;
	font-family:'Microsoft YaHei';
	margin:auto
}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto Condensed Regular.ttf'),
	url('../font/Roboto Condensed Regular.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:#B11820;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


.header.yanse{
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header.yanse ul li:last-child{
	padding-left: 2.4vw;
}
.header.yanse a{
	color: #333333;
}
.header.yanse a i{
	color: #999999;
}
.header.yanse .cur{
	color: #FFFFFF;
}
.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;
}
.header.yanse.yanse01 ul li:last-child{
	padding-left: 2.4vw;
}



@keyframes animateTop{
    0%{ transform: translateY(500%);opacity: 0;}
    100%{ transform: translateY(0); opacity: 1; }
}
@-moz-keyframes animatedTop {
    0%{ -moz-transform: translateY(500%);opacity: 0; }
    100%{ -moz-transform: translateY(0);opacity: 1;}
}
@-webkit-keyframes animatedTop {
    0%{ -webkit-transform: translateY(500%);opacity: 0; }
    100%{ -webkit-transform: translateY(0); opacity: 1;}
}
@-ms-keyframes animatedTop {
    0%{ -ms-transform: translateY(500%);opacity: 0; }
    100%{ -ms-transform: translateY(0); opacity: 1;}
}

@media (min-width:1200px) {
 .tianc{
                position: relative;
				text-align: center;
                color: #01B6EF;
				border:1px solid #01B6EF;
                cursor: pointer;
                padding: 10px 50px;
				min-width:200px;
            }

            .tianc:after,.tianc:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 0;
                height: 100%;
                z-index:-2;
            }

            .tianc:hover{
                z-index:1;
                background:transparent;
				color:#FFFFFF
            }            
          
            .tianc:before {
                transition: .3s;
                background: #01B6EF;
                z-index:-1;
            }          

            .tianc:hover:after,.tianc:hover:before {
                width: 100%;
            }

/*底部开始*/
.foot_top{cursor: pointer;position: absolute;left: 50%;width: 50px;height: 25px;margin-left: -25px;bottom: 0;background: url(../images/index6Arrow1.png) no-repeat;z-index: 5;}
.footer{background-color: #010101;width: 100%;position: static;z-index: 300;left: 0;bottom: 0;height: 0;overflow: hidden;z-index: 5;}
.footer.foot_show{height: 580px;overflow: visible;}
.footer.foot_show .foot_top{background-image: url(../images/index6Arrow2.png);bottom: auto;top: -25px;}

.footTop{opacity: 0;-webkit-transform:translateY(150px);-moz-transform:translateY(150px);transform:translateY(150px);-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;}


.footBottom{width: 100%;height: 40px;line-height: 40px;border-top: 1px solid #1a1a1b;text-align: center;font-size: 12px;}
.footBottom *{display: inline-block;vertical-align: middle;color: #666;}
.footBottom .cnzz{padding-left: 30px;}
.footer.foot_show .footTop{opacity: 1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);transform:translateY(0px);}

.footer,.foot_top{-webkit-transition: all 0.5s;-moz-transition: all 0.5s;transition: all 0.5s;}
/*底部结束*/

.main{
	width: auto;
	margin: auto;
	max-width: 1440px;
	padding: 0px 15px;
}
.header{
	width: 100%;
	position: fixed;
	height: 100px;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 0px 4.0vw;
	display: flex;
	justify-content: space-between;
}
.header .logo{
	width: auto;
	float: left;
	height: 100px;
	max-width: 11.0vw;
}
.header .logo span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.header .logo img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.header .innav{
	width: auto;
	height: 100px;
}
.header .innav ul{
	display: flex;
	align-items: center;
}
.header .innav ul li{
	width: auto;
	text-align: center;
	font-size: 16px;
	height: 100px;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	line-height: 100px;
	position: relative;
}
.header .innav ul li img{
	vertical-align: middle;
}
.header .innav ul li a{
	width: 100%;
	line-height: 100px;
	float: left;
	height: 100%;
	padding-left: 2.4vw;
	padding-right: 2.4vw;
}
.header .innav ul li a:hover{
	color: #01B6EF;
}
.header .innav ul li a:hover i{
	color: #FFFFFF;
	background-color: #317DE9;
}
.header .innav ul li .cur{
	color: #01B6EF;
}
.header .innav ul li .cur i{
	color: #B11820;
}

#submenu {
	left:-40px;
	opacity: 0;
	position: absolute;
	top:101px;
	visibility: hidden;
	z-index:9999999;
	width:240px;
	-moz-transition: all .65s ease;
	-ms-transition: all .65s ease;
	-o-transition: all .65s ease;
	transition: all .65s ease;
	background:#ffffff;
}
.innav ul li:hover #submenu {
	opacity: 1;
	top:101px;
	visibility: visible;
}
#submenu dl dd{ font-size:14px; text-align:center; height:40px; line-height:40px; border-bottom:1px solid #ffffff;}
#submenu dl dd a{ line-height:40px; color:#333333; text-align: center; background:#ffffff; padding:0px;}
#submenu dl dd:hover a{ color:#ffffff;border-bottom:0px solid #317DE9}
#submenu dl dd a:hover{color: #FFFFFF;
	background-color: #01b6ef;}

.header .innav ul li:last-child a{
	padding-left: 0px;
	padding-right: 0px;
}
.header.yanse{
	background-color: rgba(255,255,255,1);
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
}

.zyw{
	position: relative;
}
#zyzh{
	width: 60px;
	position: absolute;
	top: 100px;
	left: -10px;
	z-index: 11;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
	padding: 10px 0px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s;
}
#zyzh a{
	font-size: 14px;
	line-height: 30px;
	color: #01B6EF;
}
.zyw:hover #zyzh{
	opacity: 1;
	visibility: visible;
}

.chax{
	right:0; 
	top:100px;
	position: absolute;
	width:300px; 
	z-index:99999;
	display: none;
}
.chax　div{
	display: flex;
}
.chax input{
	float: left;
}
.chaxbk{
	width: 220px;
	height: 48px;
	line-height: 48px;
	border: 0px;
	background-color: #f5f5f5;
	outline: none;
	padding-left: 10px;
	color: #999999;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
}
.chaxanniu{
	width: 80px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	background-color: #01B6EF;
	color: #FFFFFF;
	border: 0px;
}

.index01{
	width: 100%;
	float: left;
}
.index02{
	width: 100%;
	float: left;
	background-image: url(../img/b01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index02 .protitle{

}

.index02 .protex{
	opacity: 0;-webkit-transform:translateX(200px);-moz-transform:translateX(200px);transform:translateX(200px);-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;
}

.shebei{
	width: 100%;
	float: left;
	position: relative;
	height: 100vh;
}
.shebei01{
	width: 100%;
	float: left;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.sb01{
	width: 100%;
	float: left;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	-webkit-transform:translateY(200px) scale(0.6);
	-moz-transform:translateY(200px) scale(0.6);
	transform:translateY(200px) scale(0.6);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.sb01 h1{
	font-size: 64px;
	color: #FFFFFF;
	line-height: 88px;
	letter-spacing: 2px;
	text-align: center;
}
.sb01 h2{
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: arial;
	letter-spacing: 3px;
	text-align: center;
	margin-top: 10px;
}
.sb01 p{
	margin-top: 35px;
	display: flex;
	justify-content: center;
}
.sb01 p a{
	width: 186px;
	height: 48px;
	background: #01b6ef;
	text-align: center;
	line-height: 48px;
	font-size: 14px;
	color: #FFFFFF;
}
.sbtitle{
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0;
	z-index: 11;
	opacity: 0;
	-webkit-transform:translateY(200px) scale(0.6);
	-moz-transform:translateY(200px) scale(0.6);
	transform:translateY(200px) scale(0.6);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.sbtitle ul{
	display: flex;
	justify-content: center;	
}
.sbtitle ul li{
	width: 94px;
	margin-left: 10px;
	margin-right: 10px;
}
.sbtitle ul li dl dt{
	overflow: hidden;
	text-align: center;
	height: 94px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sbtitle ul li dl dd{
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 10px;
}

.hcaOn dl dt .pic01{
	display: none;
}
.hcaOn dl dd .pic02{
	display: inline-block;
}
.hcaOff dl dt .pic01{
	display: inline-block;
}
.hcaOff dl dt .pic02{
	display: none;
}

.index02.active .sbtitle{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}
.index02.active .sb01{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}


	
.index03{
	width: 100%;
	float: left;
	background-image: url(../img/a01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inabout{
	width: 44%;
	float: right;
	padding: 50px 80px;
	padding-right: 60px;
	background-color: #FFFFFF;
	margin-top: 19vw;
	font-size: 14px;
	line-height: 25px;
	color: #666666;
	opacity: 0;
	-webkit-transform:translateX(-200px);
	-moz-transform:translateX(-200px);
	transform:translateX(-200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index03.active .inabout{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}
.inabout h1{
	font-size: 32px;
	line-height: 42px;
	color: #333333;
	margin-bottom: 20px;
}
.inabout ul{
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
}
.inabout ul li{
	width: auto;
}
.inabout ul li dl dt{
	font-size: 40px;
	color: #01B6EF;
	font-family: anton;
	letter-spacing: 2px;
	line-height: 60px;
	display: flex;
}
.inabout ul li dl dt i{
	font-size: 14px;
	color: #666666;
	font-family: "微软雅黑";
}
.inabout ul li dl dd{
	font-size: 14px;
	line-height: 25px;
	color: #666666;
}
.inabout ul li:last-child{
	margin-right: 0px;
}
.inabout .more{
	display: flex;
	margin-top: 40px;
}
.inabout .more a{
	width: 162px;
	height: 49px;
	background: #01b6ef;
	line-height: 49px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
}


.index04{
	width: 100%;
	float: left;
	background-image: url(../img/a02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.protitle{
	width: 100%;
	float: left;
	margin-top: 8.2vw;
	
}
.protitle ul{
	display: flex;
	justify-content: space-between;
}
.protitle ul li{
	width: auto;
	font-size: 32px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.3);
}
.protitle ul li em{
	font-size: 32px;
	color: #FFFFFF;
}
.protitle ul li a{
	color: #FFFFFF;
	text-decoration: underline;
}

.index04 .protitle{
	opacity: 0;
	-webkit-transform:translateX(-200px);
	-moz-transform:translateX(-200px);
	transform:translateX(-200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index04.active .protitle{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}

.index04 .flexslider2{
	opacity: 0;
	-webkit-transform:translateX(-200px);
	-moz-transform:translateX(-200px);
	transform:translateX(-200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index04.active .flexslider2{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}

.foot{
	width: 100%;
	float: left;
	background-color: #001a39;
	color: #FFFFFF;
	border-top: 5px solid #01b6ef;
}
.foot01{
	width: 100%;
	float: left;
	padding: 25px 0px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.foot01 .bot{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.foot01 .bot i{
	margin-left: 20px;
}
.foot02{
	width: 100%;
	float: left;
}
.foot02 ul{
	display: flex;
	justify-content: space-between;
}
.foot02 ul li{
	width: auto;
	margin-top: 40px;
}
.foot02 ul li h1{
	font-size: 14px;
	font-weight: normal;
}
.foot02 ul li p{
	margin-top: 17px;
	font-size: 12px;
	line-height: 16px;
	color: #BDBDBD;
}
.foot02 ul li .ewm{
	display: flex;
	text-align: center;
	margin-top: 13px;
}
.foot02 ul li dl dd{
	margin-top: 11px;
	display: flex;
	background: rgba(1,182,239,0.10);
	line-height: 44px;
}
.foot02 ul li dl dd img{
	vertical-align: middle;
	margin-top: -4px;
}
.foot02 ul li dl dd i{
	margin-left: 24px;
	margin-right: 10px;
	width: 28px;
}
.foot02 ul li dl dd:last-child{
	background-color: transparent;
	margin-top: 20px;
}
.foot02 ul li a{
	color: #BDBDBD;
}
.foot02 ul li:first-child{
	width: 410px;
}
.bk{
	width: calc(100% - 62px);
	height: 44px;
	line-height: 44px;
	background-color: transparent;
	border: 0px;
	outline: none;
	font-size: 14px;
	color: #828282;
	font-family: "微软雅黑";
}
.anniu{
	width: 141px;
	height: 44px;
	background: #01b6ef;
	line-height: 44px;
	text-align: center;
	border: 0px;
	color: #FFFFFF;
	font-size: 14px;
	cursor: pointer;
}
.foot03{
	width: 100%;
	float: left;
	line-height: 65px;
	border-top: 1px solid rgba(255,255,255,0.1);
	font-size: 14px;
	color: rgba(255,255,255,0.3);
	margin-top: 40px;
}
.foot03 ul{
	display: flex;
	justify-content: space-between;
}

.pos{
	position: static;
}
.nybanner{
	width: 100%;
	float: left;
	height: auto;
	position: relative;
	margin-top: 100px;
}

.nybanner img{
	width: 100%;
	height: auto;
	display:block;
}

.nybanner .wenz{
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 9vw;
	left: 0;

}
.nybanner .wenz dl dt{
	line-height: 63px;
	font-size: 48px;
	color: #ffffff;
}
.nybanner .wenz dl dd{
	line-height: 75px;
	font-size: 48px;
	color: rgba(255,255,255,0.6);
	text-transform: uppercase;
	width: 100%;
	letter-spacing: -1px;
	font-family: Roboto;
}
.add2{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	line-height: 60px;
	border-top: 1px solid rgba(255,255,255,0.3);
	font-size: 14px;
	color: #FFFFFF;
}
.add2 a{
	color: #FFFFFF;
}
.zlm{
	width: 100%;
	float: left;
	height: 60px;
	border-bottom: 1px solid #e6e6e6;
	line-height: 60px;
}
.zlm ul{
	display: flex;
	border-left: 1px solid #e6e6e6;
}
.zlm ul li{
	font-size: 16px;
	height: 60px;
	width: 25%;
	line-height: 60px;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}
.zlm ul li a{
	width: 100%;
	float: left;
	height: 60px;
	line-height: 60px;
}
.zlm ul li .cur{
	background-color: #01b6ef;
	color: #FFFFFF;
}
.zlm ul li a:hover{
	background-color: #01b6ef;
	color: #FFFFFF;
}

.nyabout{
	width: 100%;
	float: left;
	margin-top: 110px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.nyabout .tex{
	width: 603px;
	font-size: 16px;
	line-height: 35px;
	color: #666666;
}
.nyabout .tex h1{
	font-size: 64px;
	line-height: 75px;
	color: #666666;
	font-weight: normal;
	font-family: Roboto;
	text-transform: uppercase;
}
.nyabout .tex h1 i{
	color: #01B6EF;
}
.nyabout .tex h2{
	margin-top: 5px;
	font-size: 32px;
	line-height: 42px;
	font-weight: normal;
	margin-bottom: 30px;
}
.nyabout .pic{
	width: 652px;
	position: relative;
}
.nyabout .pic img{
	width: 100%;
	height: auto;
	display: block;
}
.nyabout .pic a{
	width: 186px;
	height: 48px;
	background: #01b6ef;
	position: absolute;
	z-index: 1111;
	bottom: 0;
	right: 0;
	text-align: center;
	line-height: 48px;
	font-size: 14px;
	color: #FFFFFF;
}
.num{
	width: 80%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 11;
}
.num ul{
	display: flex;
}
.num ul li{
	background-color: #f2f2f2;
	padding: 25px 15px;
}
.num ul li dl dt{
	font-size: 36px;
	color: #01B6EF;
	font-family: arial;
	line-height: 40px;
	display: flex;
	margin-bottom: 10px;
}
.num ul li dl dt i{
	font-size: 32px;
}
.num ul li dl dd{
	font-size: 14px;
	line-height: 25px;
	color: #999;
}
.num ul li:nth-child(2n){
	background-color: #f9fafb;
}

.honr{
	width: 100%;
	float: left;
	margin-top: 120px;
	height: auto;
	background-image: url(../img/lcbj.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 100px;
	background-attachment: fixed;
}
.btitle{
	font-size: 64px;
	color: #FFFFFF;
	line-height: 75px;
	font-weight: normal;
	font-family: Roboto;
	margin-top: 110px;
	text-transform: uppercase;
	text-align: center;
}
.subtitle{
	font-size: 32px;
	line-height: 42px;
	margin-top: 5px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.nytitle{
	width: 100%;
	float: left;
	margin-top: 100px;
}
.nytitle dl dt{
	font-size: 64px;
	line-height: 75px;
	color: #666666;
	font-family: Roboto;
	text-transform: uppercase;
	text-align: center;
}
.nytitle dl dt i{
	color: #01B6EF;
}
.nytitle dl dd{
	margin-top: 5px;
	font-size: 32px;
	line-height: 42px;
	text-align: center;
}

.cutrul{
	width: 100%;
	float: left;
	margin-top: 80px;
}
.cutrul ul{
	display: flex;
	justify-content: space-between;
}
.cutrul ul li{
	width: calc(33.3% - 40px);
	position: relative;
	color: #FFFFFF;
}
.cutrul ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
}
.cutrul ul li .tex{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 11;
}
.cutrul ul li .tex dl dt{
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
}
.cutrul ul li .tex dl dd{
	font-size: 16px;
	line-height: 21px;
	margin-top: 13px;
}

.cutrul ul li .tex2{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 12;
	opacity: 0;
	background-image: url(../img/ba01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cutrul ul li .tex2 div h1{
	text-align: center;
}
.cutrul ul li .tex2 div dl dt{
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	margin-top: 40px;
}
.cutrul ul li .tex2 div dl dd{
	font-size: 16px;
	line-height: 21px;
	margin-top: 20px;
}
.cutrul ul li:hover .tex2{
	opacity: 1;
}

.hzkh{
	width: 100%;
	float: left;
	background-image: url(../img/a02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 840px;
	margin-top: 105px;
	background-attachment: fixed;
}
.prolist{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.prolist ul li{
	width: 100%;
	float: left;
	margin-top: 60px;
	display: flex;
	align-items: center;
}
.prolist ul li .tex{
	width: 52%;
	padding-left: 60px;
	padding-right: 120px;
	height: 395px;
	background-color: #e9edf0;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	padding-top: 60px;
	float: left;
	transition: all 0.6s;
}
.prolist ul li .tex h1{
	font-size: 24px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 40px;
}
.prolist ul li .tex .more{
	display: flex;
	margin-top: 70px;
}
.prolist ul li .tex .more a{
	width: 186px;
	height: 48px;
	border: 1px solid #01b6ef;
	text-align: center;
	line-height: 48px;
	color: #01B6EF;
	font-size: 14px;
}
.prolist ul li .pic{
	width: 48%;
	background-color: #FFFFFF;
	height: 395px;
	border: 1px solid #e9edf0;
	text-align: center;
	float: right;
	transition: all 0.6s;
}
.prolist ul li .pic span{
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
.prolist ul li .pic img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.prolist ul li:hover .tex{
	background-color: #01b6ef;
	color: #FFFFFF;
}
.prolist ul li:hover .tex h1{
	color: #FFFFFF;
}
.prolist ul li:hover .tex .more a{
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
.prolist ul li:hover .pic{
	height: 436px;
	border: 4px solid #01b6ef;
	box-shadow: 0px 30px 60px 0px rgba(57,57,57,0.10);
}

.fy{
	width: 100%;
	float: left;
	margin-top: 60px;
	margin-bottom: 80px;
}
.fy ul{
	display: flex;
	justify-content: center;
}
.fy ul li{
	width: auto;
	margin-top: 10px;
}
.fy ul li a{
	padding: 7px 20px;
	float: left;
	text-align: center;
	font-size: 14px;
	font-family: '宋体';
}
.fy ul li a:hover{
	background-color: #01b6ef;
	color: #FFFFFF;
}
.fy ul li .cur{
	background-color: #01b6ef;
	color: #FFFFFF;
}
.add{
	width: 100%;
	float: left;
	margin-top: 100px;
	height: 60px;
	background: #f2f8fa;
	font-size: 14px;
	color: #828282;
	line-height: 60px;
}
.add a{
	color: #828282;
}
.proshow{
	width: 100%;
	float: left;
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.proshow .tex{
	width: 48%;
	font-size: 14px;
	line-height: 28px;
	color: #333;
	transition: all 0.6s;
}
.proshow .tex h1{
	font-size: 32px;
	line-height: 42px;
	color: #01B6EF;
	margin-bottom: 20px;
	font-weight: normal;
}
.proshow .tex h2{
	font-size: 20px;
	line-height: 26px;
	margin-bottom:20px;
}
.proshow .tex .more{
	display: flex;
	margin-top: 114px;
}
.proshow .tex .more a{

}
:root{
 	--normal-color: pink;
    --active-color: #01b6ef;
 }
 .bg{
     position: relative;
    
 }
 .bg:before,.bg:after{
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     width: 0;
     height: 100%;
     background: var(--normal-color);
     z-index: -1;
	 color:#FFFFFF;
 }
 .bg:before{
     z-index: 1;
     background: var(--active-color);
     transition: 1s;
	  color:#FFFFFF;
 }
 .bg:hover{
     background: transparent;
 }
 .bg:hover:before,.bg:hover:after{
     width:50%;
 }


.proshow .pic{
	width: 48%;
	height: 436px;
	text-align: center;
	float: left;
	transition: all 0.6s;
}
.proshow .pic span{
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
.proshow .pic img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.hdm{
	width: 100%;
	float: left;
	margin-top: 88px;
}
.hdm ul{
	display: flex;
}
.hdm ul li{
	width: 157px;
	height: 46px;
}
.hdm ul li a{
	width: 100%;
	float: left;
	text-align: center;
	line-height: 46px;
	font-size: 14px;
	color: #01B6EF;
	border: 1px solid #01b6ef;
}
.hdm ul li .cur{
	background-color: #01B6EF;
	color: #FFFFFF;
}
.smtex{
	width: 100%;
	float: left;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.smtex div{
	width: 100%;
	font-size: 14px;
	line-height: 28px;
	color: #333333;
}
.proshow2{
	width: 100%;
	float: left;
}
.proshow2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow2 ul li{
	width: 48%;
	background-color: #e9edf0;
	padding: 50px 60px;
	display: flex;
	justify-content: space-between;
	transition: all 0.6s;
	padding-bottom: 40px;
	margin-top: 30px;
}
.proshow2 ul li dl dt{
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
}
.proshow2 ul li dl dd{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	margin-top: 22px;
}
.proshow2 ul li div{
	font-size: 96px;
	font-family: Anton;
	letter-spacing: 0.96px;
	text-shadow: #bdbdbd 1px 0 0, #bdbdbd 0 1px 0, #bdbdbd -1px 0 0, #bdbdbd 0 -1px 0;
	color: #e9edf0;
}
.proshow2 ul li:hover{
	background-color: #01b6ef;
	color: #FFFFFF;
}
.proshow2 ul li:hover dl dd{
	color: #FFFFFF;
}
.proshow2 ul li:hover div{
	text-shadow: rgba(255,255,255,0.3) 1px 0 0, rgba(255,255,255,0.3) 0 1px 0, rgba(255,255,255,0.3) -1px 0 0, rgba(255,255,255,0.3) 0 -1px 0;
	color: #01b6ef;
}

.yyhy{
	width: 100%;
	float: left;
	height: 888px;
	background-image: url(../img/cd02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 110px;
	padding-top: 300px;
	background-attachment: fixed;
}
.yyhy h1{
	padding-bottom: 54px;
	font-size: 48px;
	line-height: 63px;
	color: #FFFFFF;
	text-align: center;
}
.hyfl{
	display: flex;
	margin-top: 80px;
	font-size: 24px;
	line-height: 32px;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.hyfl i{
	width: 1px;
	height: 22px;
	background-color: rgba(255,255,255,0.5);
	margin-left: 40px;
	margin-right: 40px;
}
.hyfl  a{
	color: #FFFFFF;
}
.zixun{
	margin-top: 160px;
	display: flex;
	justify-content: center;
}
.zixun a{
	width: 200px;
	height: 48px;
	background: #ffffff;
	font-size: 15px;
	color: #01B6EF;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
}
.proshow3{
	width: 100%;
	float: left;
	padding: 80px 0px;
	display: flex;
	justify-content: center;
}
.proshow3 div{
	width: 680px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}
.proshow3 h1{
	margin-bottom: 40px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #333333;
}
.proshow3 .lx{
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.proshow3 .lx a{
	width: 157px;
	height: 46px;
	background: #01b6ef;
	line-height: 46px;
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
.alwenzi{
	width: 100%;
	float: left;
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}
.alwenzi-l{
	width: 37%;
}
.alwenzi-l dl dt{
	font-size: 36px;
	line-height: 48px;
	font-weight: bold;
}
.alwenzi-l dl dd{
	margin-top:0px;
	font-size: 58px;
	line-height: 88px;
	color: #666666;
	font-family: Roboto;
	text-transform: uppercase;
}
.alwenzi-l dl dd i{
	color: #01B6EF;
}
.alwenzi-r{
	width: 52%;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.caselist{
	width: 100%;
	float: left;
	margin-top: 60px;
}
.caselist ul li{
	width: 100%;
	float: left;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	transition: all 0.6s;
}
.caselist ul li .tex{
	width: 27%;
	background-color: #e9edf0;
	padding: 70px 50px;
	font-size: 14px;
	line-height: 30px;
	transition: all 0.6s;
}
.caselist ul li .tex h1{
	display: flex;
	margin-bottom: 40px;
	font-size: 20px;
}
.caselist ul li .tex h1 div{
	width: 220px;
	height: 90px;
	background-color: #FFFFFF;
	text-align: center;
}
.caselist ul li .tex h1 div span{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.caselist ul li .tex h1 div img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.caselist ul li .tex h2{
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 20px;
}
.caselist ul li .tex .more{
	display: flex;
	margin-top: 40px;
}
.caselist ul li .tex .more a{
	width: 191px;
	height: 52px;
	border: 1px solid #01b6ef;
	line-height: 52px;
	text-align: center;
	color: #01b6ef;
	font-size: 14px;
}
.caselist ul li .pic{
	width: 70%;
	overflow: hidden;
}
.caselist ul li .pic img{
	width: 100%;
	height:100%;
	display: block;
	transition: all 0.6s;
}
.caselist ul li:hover .tex{
	background-color: #01b6ef;
	color: #FFFFFF;
}
.caselist ul li:hover .tex .more a{
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
.caselist ul li:hover .pic img{
	transform: scale(1.05);
}

.protitle{
	width: 100%;
	float: left;
	margin-top: 120px;
}
.protitle dl dt{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
}
.protitle dl dd{
	font-size: 16px;
	line-height: 32px;
	margin-top: 20px;
}

.show01{
	width: 100%;
	float: left;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	transition: all 0.6s;
}
.show01 .tex{
	width: 30%;
	background-color: #e9edf0;
	padding: 70px 50px;
	font-size: 14px;
	line-height: 30px;
	transition: all 0.6s;
	padding-right: 70px;
}
.show01 .tex h1{
	display: flex;
	margin-bottom: 40px;
	font-size: 20px;
}
.show01 .tex h1 div{
	width: 220px;
	height: 90px;
	background-color: #FFFFFF;
	text-align: center;
}
.show01 .tex h1 div span{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.show01 .tex h1 div img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.show01 .tex h2{
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 20px;
}
.show01 .tex .more{
	display: flex;
	margin-top: 40px;
}
.show01 .tex .more a{
	width: 191px;
	height: 52px;
	border: 1px solid #01b6ef;
	line-height: 52px;
	text-align: center;
	color: #01b6ef;
	font-size: 14px;
}
.show01 .pic{
	width: 70%;
	overflow: hidden;
}

.protitle2{
	width: 100%;
	float: left;
	margin-top: 80px;
}
.protitle2 dl dt{
	font-size: 36px;
	line-height: 48px;
	font-weight: bold;
}
.protitle2 dl dd{
	font-size: 64px;
	line-height: 75px;
	margin-top: 15px;
	text-transform: uppercase;
	font-family: Roboto;
	color: #666666;
}
.protitle2 dl dd i{
	color: #01B6EF;
	margin-left: 15px;
}

.show02{
	width: 100%;
	float: left;
	margin-top: 100px;
	padding-top: 200px;
	padding-bottom: 165px;
	background-image: url(../img/sbbj.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.show02 h1{
	font-size: 36px;
	line-height: 48px;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
}
.show02 ul{
	margin-top: 140px;
	display: flex;
	justify-content: center;
}
.show02 ul li{
	margin-left: 80px;
	margin-right: 80px;
}
.show02 ul li dl dt{
	height: 80px;
	text-align: center;
	overflow: hidden;
}
.show02 ul li dl dd{
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	margin-top: 30px;
	color: #FFFFFF;
}
.show02 .baojia{
	margin-top: 155px;
	display: flex;
	justify-content: center;
}
.show02 .baojia a{
	width: 200px;
	height: 48px;
	border: 1px solid #ffffff;
	border-radius: 4px;
	line-height: 48px;
	text-align: center;
	color: #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 14px;
}
.show02 .baojia a img{
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
}

.news{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.news ul li{
	width: 100%;
	float: left;
	border-bottom: 1px solid #E0E0E0;
	transition: all 0.6s;
	padding: 40px 0px;
}
.news ul li:hover{
	background: #e9edf0;
}
.news ul li .pic{
	width: 340px;
	overflow: hidden;
	float: left;
}
.news ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.news ul li:hover .pic img{
	transform: scale(1.05);
}
.news ul li .tex{
	width: calc(100% - 430px);
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	float: right;
}
.news ul li .tex h1{
	font-size: 18px;
	line-height: 27px;
	color: #333333;
	margin-bottom: 15px;
}
.news ul li .tex .more{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.news ul li .tex .more a{
	width: 145px;
	height: 40px;
	background-color: #999999;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}
.news ul li .tex .more a:hover{
	background-color: #01B6EF;
	color: #FFFFFF;
}
.news ul li:hover .tex h1 a{
	color: #01B6EF;
}

.casetitle{
	width: 100%;
	float: left;
	font-size: 24px;
	color: #333333;
	margin-top: 45px;
}
.casedate{
	width: 100%;
	float: left;
	color: #828282;
	font-size: 12px;
	margin-top: 52px;
}
.caseshow{
	width: 100%;
	float: left;
	margin-top: 45px;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
.caseshow img{
	max-width: 100%;
	height: auto;
	
}

.fh{
	width: 100%;
	float: left;
	margin-top: 60px;
	margin-bottom: 60px;
}
.fh ul{
	display: flex;
	justify-content: center;
}
.fh ul li{
	width: 292px;
	height: 52px;
	background: #ffffff;
	border: 1px solid #E6E6E6;
	border-radius: 8px;
	font-size: 16px;
	color: #6C757D;
	text-align: center;
	line-height: 52px;
}
.fh ul li a{
	color: #6C757D;
}

.lxwm{
	width: 100%;
	float: left;
	margin-top: 110px;
	margin-bottom: 130px;
}
.lxwm ul{
	display: flex;
	justify-content: space-between;
}
.lxwm ul li{
	width: 25%;
	padding-left: 70px;
	border-left: 1px solid rgba(255,255,255,0.60);
	padding-bottom: 50px;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
}
.lxwm ul li .pic{
	margin-top: 65px;
}
.lxwm ul li .pic img{
	width: 50px;
	height: auto;
}
.lxwm ul li h1{
	margin-top: 60px;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	margin-bottom: 18px;
}


.sjlx{
	padding: 3.0rem 0px;
	background-image: url(../img/lxbanner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 0px;
}

#pos2{
	position: static;
	float: left;
}




















.mart70{
	margin-top: 70px;
}
.mar10{
	margin-right: 10px;
}
.marl10{
	margin-left: 10px;
}
.footer{position: absolute;}
.footer.foot_show{}
.search input[type="text"]{color: #fff;}
.header2{
	display: none;
}
.sjpic{
	display: none;
}

#sjpic { display:none}	
.pc{ display:block;}
.mobile{ display:none;}
}






@media (max-width:1199px) {
.mtop30{ margin-top:20px;}
.mbottom30{ margin-bottom:20px;}
.sytp{ width:100%; text-align:center; float:left; margin-top:10px; margin-bottom:10px;}
.sytp img { width:98%;}
#pos{
	position: static;
}
.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:70%; 
	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/close.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:80%; 
	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;
}
.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: #f8f8f8;}
.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;
}

.main{ 
	width:90%; 
	float:left; 
	margin-left:5%; 
	margin-right:5%;
}
#test1{
	display: none;
}

.index01{
	width: 100%;
	float: left;
}
.index02{
	width: 100%;
	float: left;
}

.shebei{
	width: 100%;
	float: left;
	position: relative;
}
.shebei01{
	width: 100%;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6.0rem 0px;
	padding-bottom: 12rem;
}

.sb01{
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sb01 h1{
	font-size: 1.5rem;
	color: #FFFFFF;
	line-height: 2.0rem;
	letter-spacing: 2px;
	text-align: center;
}
.sb01 h2{
	font-size: 1.0rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: arial;
	text-align: center;
	margin-top: 0.5rem;
}
.sb01 p{
	margin-top: 1.0rem;
	display: flex;
	justify-content: center;
}
.sb01 p a{
	width: 8.0rem;
	height: 2.0rem;
	background: #01b6ef;
	text-align: center;
	line-height: 2.0rem;
	font-size: 0.8rem;
	color: #FFFFFF;
}
.sbtitle{
	width: 100%;
	position: absolute;
	bottom: 2.0rem;
	left: 0;
	z-index: 11;
}
.sbtitle ul{
	display: flex;
	justify-content: center;	
}
.sbtitle ul li{
	width: 4.0rem;
	margin-left: 0.2rem;
	margin-right: 0.2rem;
}
.sbtitle ul li dl dt{
	overflow: hidden;
	text-align: center;
	height: 4.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sbtitle ul li dl dt img{
	max-height: 4.0rem;
}
.sbtitle ul li dl dd{
	font-size: 0.8rem;
	text-align: center;
	color: #FFFFFF;
	margin-top: 0.5rem;
}

.hcaOn dl dt .pic01{
	display: none;
}
.hcaOn dl dd .pic02{
	display: inline-block;
}
.hcaOff dl dt .pic01{
	display: inline-block;
}
.hcaOff dl dt .pic02{
	display: none;
}




	
.index03{
	width: 100%;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 1.0rem;
}

.inabout{
	width: 98%;
	float: right;
	margin-right:1%;
	padding: 1.0rem;
	background-color: #FFFFFF;
	margin-top: 1.0rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
}

.inabout h1{
	font-size: 1.5rem;
	line-height: 2.0rem;
	color: #333333;
	margin-bottom: 1.0rem;
}
.inabout ul{
	display: flex;
	margin-top: 1.0rem;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inabout ul li{
	width: 46%;
	margin-top: 1.0rem;
	
	float:left;
}
.inabout ul li dl dt{
	font-size: 2.0rem;
	color: #01B6EF;
	font-family: anton;
	letter-spacing: 2px;
	line-height: 2.0rem;
	display: flex;
}
.inabout ul li dl dt i{
	font-size: 0.8rem;
	color: #666666;
	font-family: "微软雅黑";
}
.inabout ul li dl dd{
	font-size: 0.7rem;
	line-height: 1.5rem;
	color: #666666;
}
.inabout ul li:last-child{
	margin-right: 0px;
}
.inabout .more{
	display: flex;
	margin-top: 1.0rem;
}
.inabout .more a{
	width: 8.0rem;
	height: 2.0rem;
	background: #01b6ef;
	line-height: 2.0rem;
	text-align: center;
	font-size: 0.8rem;
	color: #FFFFFF;
}


.index04{
	width: 100%;
	float: left;
	background-image: url(../img/a02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.protitle{
	width: 100%;
	float: left;
	margin-top: 8.2vw;
	
}
.protitle ul{
	display: flex;
	justify-content: space-between;
}
.protitle ul li{
	width: auto;
	font-size: 32px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.3);
}
.protitle ul li em{
	font-size: 32px;
	color: #FFFFFF;
}
.protitle ul li a{
	color: #FFFFFF;
	text-decoration: underline;
}



.foot{
	width: 100%;
	float: left;
	background-color: #001a39;
	color: #FFFFFF;
	border-top: 5px solid #01b6ef;
}
.foot01{
	width: 100%;
	float: left;
	padding: 1.0rem 0px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	display: none;
}
.foot01 .bot{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.foot01 .bot i{
	margin-right: 1.0rem;
}
.foot01 .bot img{
	max-width: 50%;
	height: auto;
}
.foot01 .bot div:nth-child(2){
	margin-top: 1.0rem;
	width: 100%;
}
.foot02{
	width: 100%;
	float: left;
}
.foot02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 ul li{
	width: 100%;
	margin-top: 1.0rem;
	display: none;
}
.foot02 ul li h1{
	font-size: 1.0rem;
	font-weight: normal;
	line-height: 2.5rem;
}
.foot02 ul li p{
	margin-top: 0.7rem;
	font-size: 0.8rem;
	line-height: 1.0rem;
	color: #BDBDBD;
}
.foot02 ul li .ewm{
	display: flex;
	text-align: center;
	margin-top: 0.5rem;
	justify-content: center;
	margin-top: 1.0rem;
}
.foot02 ul li dl dd{
	margin-top: 0.5rem;
	display: flex;
	background: rgba(1,182,239,0.10);
	line-height: 2.0rem;
}
.foot02 ul li dl dd img{
	vertical-align: middle;
	margin-top: 0.5rem;
	max-height: 1.5rem;
}
.foot02 ul li dl dd i{
	margin-left: 1.0rem;
	margin-right: 0.5rem;
	width: 1.5rem;
}
.foot02 ul li dl dd:last-child{
	background-color: transparent;
	margin-top: 1.0rem;
}
.foot02 ul li a{
	color: #BDBDBD;
}
.foot02 ul li:first-child{
	width: 100%;
	display: block;
}
.foot02 ul li:nth-child(2){
	display: block;
}
.bk{
	width: calc(100% - 62px);
	height: 2.5rem;
	line-height: 2.5rem;
	background-color: transparent;
	border: 0px;
	outline: none;
	font-size: 0.8rem;
	color: #828282;
	font-family: "微软雅黑";
}
.anniu{
	width: 8.0rem;
	height: 2.5rem;
	background: #01b6ef;
	line-height: 2.5rem;
	text-align: center;
	border: 0px;
	color: #FFFFFF;
	font-size: 0.8rem;
	cursor: pointer;
}
.foot03{
	width: 100%;
	float: left;
	line-height: 1.5rem;
	border-top: 1px solid rgba(255,255,255,0.1);
	font-size: 0.8rem;
	color: rgba(255,255,255,0.3);
	margin-top: 1.0rem;
	padding: 1.0rem 0px;
	text-align: center;
}
.foot03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot03 ul li{
	width: 100%;
}

.pos{
	position: static;
}

.nybanner{
	width: 100%;
	float: left;
	height: auto;
	position: relative;
	margin-top: 4.0rem;
	background-attachment: fixed;
}
.nybanner img{
	width: 100%;
	height: auto;
}

.nybanner .wenz{
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 9vw;
	left: 0;

}
.nybanner .wenz dl dt{
	line-height: 2.0rem;
	font-size: 1.5rem;
	color: #ffffff;
}
.nybanner .wenz dl dd{
	line-height: 2.0rem;
	font-size: 1.5rem;
	color: rgba(255,255,255,0.6);
	text-transform: uppercase;
	width: 100%;
	letter-spacing: -1px;
	font-family: Roboto;
}
.add2{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	border-top: 1px solid rgba(255,255,255,0.3);
	font-size: 0.8rem;
	color: #FFFFFF;
}
.add2 a{
	color: #FFFFFF;
}
.zlm{
	width: 100%;
	float: left;
	line-height: 2.5rem;
	margin-top: 1.0rem;
}
.zlm ul{
	display: flex;
	border-left: 1px solid #e6e6e6;
	flex-wrap: wrap;
	border-top: 1px solid #e6e6e6;
}
.zlm ul li{
	font-size: 0.8rem;
	height: auto;
	width: 50%;
	line-height: 2.5rem;
	text-align: center;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.zlm ul li a{
	width: 100%;
	float: left;
	line-height: 2.5rem;
}
.zlm ul li .cur{
	background-color: #01b6ef;
	color: #FFFFFF;
}
.zlm ul li a:hover{
	background-color: #01b6ef;
	color: #FFFFFF;
}

.nyabout{
	width: 100%;
	float: left;
	margin-top: 3.0rem;
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-wrap: wrap;
}
.nyabout .tex{
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
}
.nyabout .tex h1{
	font-size: 1.5rem;
	line-height: 2.0rem;
	color: #666666;
	font-weight: normal;
	font-family: Roboto;
	text-transform: uppercase;
}
.nyabout .tex h1 i{
	color: #01B6EF;
}
.nyabout .tex h2{
	margin-top: 0.2rem;
	font-size: 1.2rem;
	line-height: 2.0rem;
	font-weight: normal;
	margin-bottom: 3.0rem;
}
.nyabout .pic{
	width: 100%;
	position: relative;
	margin-top: 2.0rem;
}
.nyabout .pic img{
	width: 100%;
	height: auto;
	display: block;
}
.nyabout .pic a{
	width: 8.0rem;
	height: 2.0rem;
	background: #01b6ef;
	position: absolute;
	z-index: 1111;
	bottom: 0;
	right: 0;
	text-align: center;
	line-height: 2.0rem;
	font-size: 0.8rem;
	color: #FFFFFF;
}
.num{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
}
.num ul{
	display: flex;
	flex-wrap: wrap;
}
.num ul li{
	background-color: #f2f2f2;
	width: 50%;
	padding: 1.5rem;
}
.num ul li dl dt{
	font-size: 1.5rem;
	color: #01B6EF;
	font-family: arial;
	line-height: 2.0rem;
	display: flex;
	margin-bottom: 0.5rem;
}
.num ul li dl dt i{
	font-size: 1.2rem;
}
.num ul li dl dd{
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #999;
}
.num ul li:nth-child(2n){
	background-color: #f9fafb;
}

.honr{
	width: 100%;
	float: left;
	margin-top: 3.0rem;
	height: auto;
	background-image: url(../img/lcbj.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3.0rem;
	background-attachment: fixed;
}
.btitle{
	font-size: 1.5rem;
	color: #FFFFFF;
	line-height: 2.0rem;
	font-weight: normal;
	font-family: Roboto;
	margin-top: 3.0rem;
	text-transform: uppercase;
	text-align: center;
}
.subtitle{
	font-size: 1.2rem;
	line-height: 2.0rem;
	margin-top: 0.5rem;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 1.0rem;
}
.nytitle{
	width: 100%;
	float: left;
	margin-top: 3.0rem;
}
.nytitle dl dt{
	font-size: 1.5rem;
	line-height: 2.0rem;
	color: #666666;
	font-family: Roboto;
	text-transform: uppercase;
	text-align: center;
}
.nytitle dl dt i{
	color: #01B6EF;
}
.nytitle dl dd{
	margin-top: 0.5rem;
	font-size: 1.2rem;
	line-height: 2.0rem;
	text-align: center;
}

.cutrul{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.cutrul ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cutrul ul li{
	width: 100%;
	position: relative;
	color: #FFFFFF;
	margin-top: 1.0rem;
}
.cutrul ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
}
.cutrul ul li .tex{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 11;
}
.cutrul ul li .tex dl dt{
	font-size: 1.2rem;
	line-height: 1.5rem;
	text-align: center;
	font-weight: bold;
}
.cutrul ul li .tex dl dd{
	font-size: 0.8rem;
	line-height: 1.5rem;
	margin-top: 0.5rem;
}

.cutrul ul li .tex2{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 12;
	opacity: 0;
	background-image: url(../img/ba01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cutrul ul li .tex2 div h1{
	text-align: center;
}
.cutrul ul li .tex2 div dl dt{
	font-size: 1.2rem;
	line-height: 1.5rem;
	text-align: center;
	font-weight: bold;
	margin-top: 1.0rem;
}
.cutrul ul li .tex2 div dl dd{
	font-size: 0.8rem;
	line-height: 1.5rem;
	margin-top: 0.5rem;
}
.cutrul ul li:hover .tex2{
	opacity: 1;
}

.hzkh{
	width: 100%;
	float: left;
	background-image: url(../img/a02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	margin-top: 2.0rem;
	background-attachment: fixed;
}
.prolist{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.prolist ul li{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.prolist ul li .tex{
	width: 59%;
	padding: 1.0rem;
	height: auto;
	background-color: #e9edf0;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
	float: left;
	transition: all 0.6s;
	float:left;
	
}
.prolist ul li .tex h1{
	font-size: 1.0rem;
	line-height: 1.5rem;
	color: #333333;
	margin-bottom: 1.0rem;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.prolist ul li .tex .more{
	display: flex;
	margin-top: 2.0rem;
}
.prolist ul li .tex .more a{
	width: 8rem;
	height: 2.0rem;
	border: 1px solid #01b6ef;
	text-align: center;
	line-height: 2.0rem;
	color: #01B6EF;
	font-size: 0.8rem;
}
.prolist ul li .pic{
	width: 39%;
	background-color: #FFFFFF;
	height: 12rem;
	border: 1px solid #e9edf0;
	text-align: center;
	float: right;
	transition: all 0.6s;
	float:left;
}
.prolist ul li .pic span{
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
.prolist ul li .pic img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.prolist ul li:hover .tex{
	background-color: #01b6ef;
	color: #FFFFFF;
}
.prolist ul li:hover .tex h1{
	color: #FFFFFF;
}
.prolist ul li:hover .tex .more a{
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.fy{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	margin-bottom: 2.0rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul li{
	width: auto;
	margin-top: 10px;
}
.fy ul li a{
	padding: 0.5rem 0.5rem;
	float: left;
	text-align: center;
	font-size: 0.8rem;
	font-family: '宋体';
}
.fy ul li a:hover{
	background-color: #01b6ef;
	color: #FFFFFF;
}
.fy ul li .cur{
	background-color: #01b6ef;
	color: #FFFFFF;
}
.add{
	width: 100%;
	float: left;
	margin-top: 4.0rem;
	height: 2.5rem;
	background: #f2f8fa;
	font-size: 0.8rem;
	color: #828282;
	line-height: 2.5rem;
}
.add a{
	color: #828282;
}
.proshow{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.proshow .tex{
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #333;
	transition: all 0.6s;
}
.proshow .tex h1{
	font-size: 1.2rem;
	line-height: 2.0rem;
	color: #01B6EF;
	margin-bottom: 1.0rem;
	font-weight: normal;
	text-align:center;
	padding-top:0.5rem;
}
.proshow .tex h2{
	font-size: 1.2rem;
	line-height: 1.5rem;
	margin-bottom: 1.0rem;
}
.proshow .tex .more{
	display: flex;
	margin-top: 3.0rem;
}
.proshow .tex .more a{
	width: 8.0rem;
	height: 2.0rem;
	border: 1px solid #01b6ef;
	text-align: center;
	line-height: 2.0rem;
	color: #01B6EF;
	font-size: 0.8rem;
}
.proshow .pic{
	width: 100%;
	height: auto;
	text-align: center;
	float: left;
	transition: all 0.6s;
}
.proshow .pic span{
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
.proshow .pic img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.hdm{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
}
.hdm ul{
	display: flex;
}
.hdm ul li{
	width: 50%;
	height: 2.5rem;
}
.hdm ul li a{
	width: 100%;
	float: left;
	text-align: center;
	line-height: 2.5rem;
	font-size: 0.8rem;
	color: #01B6EF;
	border: 1px solid #01b6ef;
}
.hdm ul li .cur{
	background-color: #01B6EF;
	color: #FFFFFF;
}
.smtex{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
	display: flex;
	justify-content: space-between;
}
.smtex div{
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #333333;
}
.proshow2{
	width: 100%;
	float: left;
}
.proshow2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow2 ul li{
	width: 100%;
	background-color: #e9edf0;
	padding: 2.0rem;
	display: flex;
	justify-content: space-between;
	transition: all 0.6s;
	margin-top: 1.0rem;
}
.proshow2 ul li dl dt{
	font-size: 1.2rem;
	line-height: 2.0rem;
	font-weight: bold;
}
.proshow2 ul li dl dd{
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
	margin-top: 1.0rem;
}
.proshow2 ul li div{
	font-size: 2.0rem;
	font-family: Anton;
	letter-spacing: 0.96px;
	text-shadow: #bdbdbd 1px 0 0, #bdbdbd 0 1px 0, #bdbdbd -1px 0 0, #bdbdbd 0 -1px 0;
	color: #e9edf0;
}
.proshow2 ul li:hover{
	background-color: #01b6ef;
	color: #FFFFFF;
}
.proshow2 ul li:hover dl dd{
	color: #FFFFFF;
}
.proshow2 ul li:hover div{
	text-shadow: rgba(255,255,255,0.3) 1px 0 0, rgba(255,255,255,0.3) 0 1px 0, rgba(255,255,255,0.3) -1px 0 0, rgba(255,255,255,0.3) 0 -1px 0;
	color: #01b6ef;
}

.yyhy{
	width: 100%;
	float: left;
	height: auto;
	background-image: url(../img/cd02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 2.0rem;
	padding-top: 3.0rem;
	padding-bottom: 3.0rem;
}
.yyhy h1{
	padding-bottom: 2.0rem;
	font-size: 1.5rem;
	line-height: 2.0rem;
	color: #FFFFFF;
	text-align: center;
}
.hyfl{
	display: flex;
	margin-top: 2.0rem;
	font-size: 1.0rem;
	line-height: 2.5rem;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	flex-wrap: wrap;
}
.hyfl a{
	width: 33.3%;
	text-align: center;
}
.hyfl i{
	width: 1px;
	height: 1.0rem;
	background-color: rgba(255,255,255,0.5);
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	display: none;
}
.hyfl  a{
	color: #FFFFFF;
}
.zixun{
	margin-top: 3.0rem;
	display: flex;
	justify-content: center;
}
.zixun a{
	width: 8.0rem;
	height: 2.0rem;
	background: #ffffff;
	font-size: 0.8rem;
	color: #01B6EF;
	font-weight: bold;
	text-align: center;
	line-height: 2.0rem;
}
.proshow3{
	width: 100%;
	float: left;
	padding: 2.0rem 0px;
	display: flex;
	justify-content: center;
}
.proshow3 div{
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.5rem;
	text-align: center;
}
.proshow3 h1{
	margin-bottom: 1.0rem;
	font-size: 1.2rem;
	line-height: 2.0rem;
	text-align: center;
	color: #333333;
}
.proshow3 .lx{
	margin-top: 1.0rem;
	display: flex;
	justify-content: center;
}
.proshow3 .lx a{
	width: 8.0rem;
	height: 2.0rem;
	background: #01b6ef;
	line-height: 2.0rem;
	text-align: center;
	font-size: 0.8rem;
	color: #FFFFFF;
	font-weight: bold;
}
.alwenzi{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.alwenzi-l{
	width: 100%;
}
.alwenzi-l dl dt{
	font-size: 1.0rem;
	line-height: 2.0rem;
	font-weight: bold;
}
.alwenzi-l dl dd{
	margin-top:0px;
	font-size: 1.5rem;
	line-height: 2.0rem;
	color: #666666;
	font-family: Roboto;
	text-transform: uppercase;
}
.alwenzi-l dl dd i{
	color: #01B6EF;
}
.alwenzi-r{
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
	margin-top: 2.0rem;
}
.caselist{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.caselist ul li{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	display: flex;
	justify-content: space-between;
	transition: all 0.6s;
	flex-wrap: wrap;
}
.caselist ul li .tex{
	width: 59%;
	background-color: #e9edf0;

	font-size: 0.8rem;
	line-height: 1.5rem;
	transition: all 0.6s;
	float:left;
	padding:0.5rem;
}
.caselist ul li .tex h1{
	display: flex;
	margin-bottom: 0.2rem;
	font-size: 1.2rem;
}
.caselist ul li .tex h1 div{
	width: 100%;
	height: 3.0rem;
	background-color: #FFFFFF;
	text-align: center;
}
.caselist ul li .tex h1 div span{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.caselist ul li .tex h1 div img{
	max-width: 60%;
	max-height: 100%;
	
	vertical-align: middle;
}
.caselist ul li .tex h2{
	font-size: 0.9rem;
	line-height: 1.5rem;
}
.caselist ul li .tex p{
	font-size: 0.8rem;
	line-height: 1.2rem;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.caselist ul li .tex .more{
	display: flex;
	margin-top: 1.0rem;
}
.caselist ul li .tex .more a{
	width: 8.0rem;
	height: 2.0rem;
	border: 1px solid #01b6ef;
	line-height: 2.0rem;
	text-align: center;
	color: #01b6ef;
	font-size: 0.8rem;
}
.caselist ul li .pic{
	width: 39%;
	overflow: hidden;
	float:left;
}
.caselist ul li .pic img{
	width: 100%;
	display: block;
	transition: all 0.6s;
}
.caselist ul li:hover .tex{
	background-color: #01b6ef;
	color: #FFFFFF;
}
.caselist ul li:hover .tex .more a{
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
.caselist ul li:hover .pic img{
	transform: scale(1.05);
}

.protitle{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
}
.protitle dl dt{
	font-size: 1.5rem;
	line-height: 2.0rem;
	font-weight: bold;
}
.protitle dl dd{
	font-size: 0.8rem;
	line-height: 1.5rem;
	margin-top: 1.0rem;
}

.show01{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	display: flex;
	justify-content: space-between;
	transition: all 0.6s;
	flex-wrap: wrap;
}
.show01 .tex{
	width: 100%;
	background-color: #e9edf0;
	padding: 2.0rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	transition: all 0.6s;
}
.show01 .tex h1{
	display: flex;
	margin-bottom: 1.0rem;
	font-size: 1.0rem;
}
.show01 .tex h1 div{
	width: 60%;
	height: 4.0rem;
	background-color: #FFFFFF;
	text-align: center;
}
.show01 .tex h1 div span{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.show01 .tex h1 div img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.show01 .tex h2{
	font-size: 1.0rem;
	line-height: 1.5rem;
	margin-bottom: 1.0rem;
}
.show01 .tex .more{
	display: flex;
	margin-top: 1.0rem;
}
.show01 .tex .more a{
	width: 8.0rem;
	height: 2.0rem;
	border: 1px solid #01b6ef;
	line-height: 2.0rem;
	text-align: center;
	color: #01b6ef;
	font-size: 0.8rem;
}
.show01 .pic{
	width: 100%;
	overflow: hidden;
}

.protitle2{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
}
.protitle2 dl dt{
	font-size: 1.2rem;
	line-height: 2.0rem;
	font-weight: bold;
}
.protitle2 dl dd{
	font-size: 1.5rem;
	line-height: 2.0rem;
	text-transform: uppercase;
	font-family: Roboto;
	color: #666666;
}
.protitle2 dl dd i{
	color: #01B6EF;
	margin-left: 0.5rem;
}

.show02{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	padding-top: 3.0rem;
	padding-bottom: 3.0rem;
	background-image: url(../img/sbbj.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.show02 h1{
	font-size: 1.5rem;
	line-height: 2.0rem;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
}
.show02 ul{
	margin-top: 3.0rem;
	display: flex;
	justify-content: center;
}
.show02 ul li{
	margin-left: 1.0rem;
	margin-right: 1.0rem;
}
.show02 ul li dl dt{
	height: 3.0rem;
	text-align: center;
	overflow: hidden;
}
.show02 ul li dl dt img{
	max-height: 2.5rem;
}
.show02 ul li dl dd{
	font-size: 0.8rem;
	text-align: center;
	line-height: 1.5rem;
	margin-top: 1.0rem;
	color: #FFFFFF;
}
.show02 .baojia{
	margin-top: 3.0rem;
	display: flex;
	justify-content: center;
}
.show02 .baojia a{
	width: 8.0rem;
	height: 2.0rem;
	border: 1px solid #ffffff;
	border-radius: 4px;
	line-height: 2.0rem;
	text-align: center;
	color: #FFFFFF;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	font-size: 0.8rem;
}
.show02 .baojia a img{
	margin-left: 0.2rem;
	margin-right: 0.2rem;
	max-height: 1.0rem;
	vertical-align: middle;
}

.news{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.news ul li{
	width: 100%;
	float: left;
	border-bottom: 1px solid #E0E0E0;
	transition: all 0.6s;
	padding: 1.0rem 0px;
}
.news ul li:hover{
	background: #e9edf0;
}
.news ul li .pic{
	width: 30%;
	overflow: hidden;
	float: left;
}
.news ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.news ul li:hover .pic img{
	transform: scale(1.05);
}
.news ul li .tex{
	width: 65%;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
	float: right;
}
.news ul li .tex h1{
	font-size: 1.0rem;
	line-height: 1.5rem;
	color: #333333;
	margin-bottom: 0.5rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.xxjj{
 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}


.news ul li .tex .more{
	display: flex;
	justify-content: space-between;
	margin-top: 2.0rem;
	align-items: center;
	display:none
}
.news ul li .tex .more a{
	width: 5.0rem;
	height: 2.0rem;
	background-color: #999999;
	color: #FFFFFF;
	line-height: 2.0rem;
	text-align: center;
}
.news ul li .tex .more a:hover{
	background-color: #01B6EF;
	color: #FFFFFF;
}
.news ul li:hover .tex h1 a{
	color: #01B6EF;
}

.casetitle{
	width: 100%;
	float: left;
	font-size: 1.2rem;
	color: #333333;
	margin-top: 1.5rem;
}
.casedate{
	width: 100%;
	float: left;
	color: #828282;
	font-size: 0.8rem;
	margin-top: 1.0rem;
}
.caseshow{
	width: 100%;
	float: left;
	margin-top: 1.5rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #333333;
}
.caseshow img{
	max-width: 100%;
	height: auto;
	
}

.fh{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	margin-bottom: 2.0rem;
}
.fh ul{
	display: flex;
	justify-content: center;
}
.fh ul li{
	width: 8.0rem;
	height: 2.0rem;
	background: #ffffff;
	border: 1px solid #E6E6E6;
	border-radius: 8px;
	font-size: 0.8rem;
	color: #6C757D;
	text-align: center;
	line-height: 2.0rem;
}
.fh ul li a{
	color: #6C757D;
}

.lxwm{
	width: 100%;
	float: left;
	margin-top: 3.0rem;
	margin-bottom: 2.0rem;
}
.lxwm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwm ul li{
	width: 50%;
	padding-left: 1.0rem;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-bottom: 2.0rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #FFFFFF;
}
.lxwm ul li .pic{
	margin-top: 2.0rem;
}
.lxwm ul li .pic img{
	width: 2.5rem;
	height: auto;
}
.lxwm ul li h1{
	margin-top: 2.0rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	margin-bottom: 0.5rem;
}

.sjlx{
	padding: 3.0rem 0px;
	background-image: url(../img/lxbanner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 0px;
}
#sjpic { display:none}	
.pc{ display:block;}
.mobile{ display:none;}
#pos2{
	position: static;
	float: left;
}


















.mart70{
	margin-top: 70px;
}
.mar10{
	margin-right: 10px;
}
.marl10{
	margin-left: 10px;
}



.pc{ display:none;}
.mobile{ display:block;}


}
































