.titles{ text-align:center; padding:20px 0px;position: relative;}
.titles h3{ font-family:HelveticaNeueCE; font-size:30px; color:#212121; line-height:38px; margin-bottom:10px; }
.titles h5{font-size:14px; line-height:38px;margin-bottom:25px;color:#212121;font-weight: 500;}
.titles:before {
/*    content: "";
    position: absolute;
    left: 47%;
    bottom: 25px;
    width: 60px;
    height: 2px;
    background: var(--color1-h);*/
}

.titles1{ text-align:center; padding:20px 0px;position: relative;}
.titles1 h3{ font-family:HelveticaNeueCE; font-size:34px; color:#212121; line-height:38px; margin-bottom:10px; }
.titles1 h5{font-size:20px;margin-bottom:25px;color:#212121;font-weight: 300;}
.titles1 .line{ background:#b1b1b1; height:1px; width:160px; margin:0 auto; position:relative}
.titles1 .line:after{ display: block; height:5px; width:42px; background:#369ad6; position:absolute; left:50%; margin-left:-21px; top:-2px;
    content: " ";}
.titles1:before {
    content: "";
    width: 18px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 45px;
    left: 33%;
}
.titles1:after {
    content: "";
    width: 18px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 45px;
    right: 33%;
}

.titles2{text-align: center;width: 100%;padding-top: 20px;position: relative;}
.titles2 h3{
	font-size: 36px;
    color: #222;
}
.titles2 span{
	font-size: 36px;
    color: #222;
}
.titles2 img{vertical-align: middle;}
.titles2 .titles2_line{font-size: 16px;color: #222;text-transform: uppercase;}
.titles2 .titles2_line i {
    padding: 0 20px;
}
.titles2 h5{font-size:14px; text-align: center; padding: 10px 0px;width:80%; font-weight: 500;margin: auto;}
.titles2:after{ display: block;
    height: 2px;
    width: 42px;
    background: #c9313e;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    content: " ";}

@media screen and (max-width: 1023px){
	.titles h3{font-size: 24px;}
	.titles h5{font-size: 16px;line-height: 28px;}
	.titles1 h3 {font-size: 24px;}
	.titles1 h5 {font-size: 16px;}
	.titles1:before{left: 15%;}
	.titles1:after{right: 15%;}
}

.btn1 {
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
	display: flex;
}
.btn1 a {
    background: var(--color1);
    color: #FFFFFF;
    padding: 10px 50px;
    z-index: 2;
    position: relative;
    display: block;
}
.btn1 a:after{content: "\e659";font-family: "iconfont" !important;text-align: center; }
.btn1 a::before {
	content: '';
	position: absolute;
	width: calc(100%);
	height: calc(100%);
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform .24s ease-in-out;
	transition: -webkit-transform .24s ease-in-out;
	-o-transition: transform .24s ease-in-out;
	transition: transform .24s ease-in-out;
	transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out
}
.btn1 a:hover::before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}
.btn1 a:before {background-color: var(--color1-h);}

.section-title {position: relative;}
.section-title h3{
    text-transform: uppercase;
	font-size:30px;
	padding:0 40px;
	position: absolute;
	top:0px;
	font-size: 50px;
    color: #002d4b;
    line-height: 32px;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 300;
    padding-top: 50px;
}

.section-title h2{text-transform: uppercase;
    color: #fff;
    font-size: 150px;
    font-weight: bold;
    letter-spacing: -4px;
    font-family: 'Tunga Bold',Arial, Helvetica, sans-serif;
    text-shadow: #e8ebef 1px 0 0, #e8ebef 0 1px 0, #e8ebef -1px 0 0, #e8ebef 0 -1px 0;
    -webkit-text-shadow: #e8ebef 1px 0 0,#e8ebef 0 1px 0,#e8ebef -1px 0 0,#e8ebef 0 -1px 0;
    -moz-text-shadow: #e8ebef 1px 0 0,#e8ebef 0 1px 0,#e8ebef -1px 0 0,#e8ebef 0 -1px 0;
    *filter: Glow(color=#e8ebef, strength=1);
    padding: 12px 0;
}


.wrap{width:85.8%;max-width:unset;}
.container {
    max-width: 1230px;
}

/*============================================
com-section
===========================================*/
.com-section{background: #f7f7f7; padding:0px;position: relative; min-height:60vh;background-size:cover;}
.com-section .wrap{display:flex; background:#FFF; justify-content: space-between;}
.com-section .com-conts{position: relative;width:calc((100% / 6) * 5);width:85.8%; margin:auto;}
.com-cont{display:flex; flex-direction: column; flex: 1; padding-right:80px;align-items: flex-start;width:52%;padding: 5% 0px;}
.com-cont .titles{text-align: left;}
.com-cont .titles h2{font-size:40px; font-weight: bold; margin:auto;}
.com-cont .titles h3{font-size:16px; font-weight: 300;display: flex; flex-direction: column; margin-top: 0px;}
/*.com-cont .titles h3:after{width:60px; height: 2px; content: ""; margin-top:20px; background:#53b255;display: block;}*/
.com-cont .title2{display:flex;align-items: center;font-size:var(--t5);font-weight: var(--font-wt-b);padding-bottom:1rem;}
.com-cont .title2:before{width:15px; height: 15px; background-color:#ca0e26; margin-right: 0.5rem; content: "";border-radius: 50px;}
.com-cont .desc{font-size:16px; font-weight: 500;color:#000; line-height: 2rem;}
.com-cont .btn1{margin-top:50px;}
.com-cont .btn1 a{padding:10px 50px; border-radius: 50px; color:#FFFFFF; /*font-size:16px;*/}
.com-cont .btn1 a:before{border-radius: 50px;}
.com-section .com-img{
	position: absolute;
	top: 0;
    right: 0;
    width: 43.13%;
    height: 100%;
    overflow: hidden;
}
.com-img img{/*max-width:100%;width: 680px;*/}
.com-img .videoplay{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;cursor: pointer;z-index: 3;opacity: 1;transition: all .5s;}
.com-img .videoplay img{/*position: absolute;left: 50%;top: 0;transform: translate(-50%,-50%);*/width: 30px;transition: all .5s;}
.video-cycle{position: absolute;/*transform: translate(-50%,-50%);*/width: 87px;height: 87px;border-radius: 50%;border: 4px solid #fff;box-sizing: border-box;transition: all .5s;}
.com-img.on .i-about-videomask{animation: aboutopen 1s linear 1 forwards;}
.com-img.on .videoplay{animation: aboutdiplay .5s linear .75s 1 forwards;}
.com-img.on .videoplay img{animation: aboutdown .5s linear .75s 1 forwards;}
.com-img.on .video-cycle{animation: aboutRight .5s linear .75s 1 forwards;}

.com-num.wrap{padding:0px 5%;}

.com-num{width:100%; margin-top:2rem;}

.counter-items{width:100%; overflow: hidden;
    display: flex;
    justify-content: space-between;
	height: auto;
    /*box-shadow: 0px 4px 51px 0px rgb(7 0 2 / 18%);*/
	align-items: center;z-index: 10;
	/*border-top:1px solid #eee;margin-top: 50px; padding-top:50px;*/
	padding-bottom:50px;
}
.counter-items .counter-item{padding:20px 0px;position: relative;width: 25%;}
.counter-item .inner-box{width:100%; /*position: relative;*/ height: auto;}
.counter-item .inner-box .desc-box{ width: 100%; padding-top: 0px;color:#fff;text-align: center;/*border-right: 1px solid rgb(0 0 0 / 10%);*/}
.counter-item:nth-last-child(1) .inner-box .desc-box{border-right:0px;}
.counter-item .inner-box .desc-box .counted{position: relative;text-align: center;display: flex; justify-content: center; align-items: flex-end;}
.counter-item .inner-box .desc-box span{font-size: 40px;color: #ca0e26;font-weight: 500;line-height: 40px;letter-spacing: -1px;}
.counter-item .inner-box .desc-box em{color:#666666;border-radius: 50px;line-height: 35px;font-size: 1rem;
display:flex; align-items: center;justify-content: center;padding-bottom: 5px;    margin-left: 5px;}
.counter-item .inner-box .desc-box .desc-box-text{font-size:16px;color: #343434;text-align: center; font-weight: 500; margin-top: 10px;}

.counter-item:hover{background:#0d67af; background:#ca0e26;transition: 0.5s; cursor: pointer;border-radius: 20px;}
.counter-item:hover .inner-box .desc-box em{color: #ffffff;}
.counter-item:hover .inner-box .desc-box span{color:#FFF;}
.counter-item:hover .inner-box .desc-box .counted{color:#FFF;}
.counter-item:hover .inner-box .desc-box .desc-box-text{color:#FFF;}

@media screen and (max-width: 1440px)
{
	.com-section .com-img{max-width: 50%;}
}

@media screen and (max-width: 1199px)
{
	.com-section .wrap{flex-direction: column;}
	.com-section .com-img{max-width: 100%;}
	.com-section .com-img img{width: auto;}
	.counter-items .counter-item{width:100%;}
}

@media screen and (max-width: 1023px)
{
	.com-section{padding:0px;flex-direction: column; display: flex;}
	.com-section .wrap{flex-direction: column;}
	.com-section .com-cont{padding:0px;width:100%;align-items: center;}
	.com-section .com-conts{width:100%; padding:15px;}
	.com-section .com-img{margin-bottom: 2rem; position: relative; width:100%;}
	.com-img img{max-width: 100%;}
	.com-cont .btn1{margin-bottom:50px;}
	.counter-items .counter-item{width:100%;}
	.counter-item .inner-box .desc-box span{font-size: 80px;letter-spacing: 0px;}
	.counter-item .inner-box .desc-box .desc-box-text{font-size: 25px;margin-top: 20px;}
}

@media screen and (max-width: 767px)
{
	
}
@media screen and (max-width: 425px)
{
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{
	.com-cont .titles{width: 100%;}
	.com-cont .titles h3{font-size: 1.4rem;}
}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}


/*============================================
goods-section
===========================================*/
.goods-section{padding: 100px 0px;background-size: cover;background-repeat: no-repeat;}
.goods-section .wrap{width:85.8%; margin:auto;max-width: unset;}
.goods-section .goods-box{}
.goods-cont{width:100%; display: flex; flex-direction: row;}
.goods-cont .text{width:60%; display: flex; flex-direction: column;}
.goods-cont .text .titles{text-align: left;}
.goods-cont .text .titles h2{font-size:40px; font-weight: bold; margin:auto;}
.goods-cont .text .titles h3{font-size:16px; font-weight: 300;display: flex; flex-direction: column; margin-top: 0px;}
.goods-cont .text .desc{font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 2rem;}
.goods-cont .text .goods-td{margin-top:2rem;}
.goods-td ul{width:100%; display:flex;}
.goods-td ul li{margin-right:2rem; display:flex; flex-direction: column;}
.goods-td ul li h5{font-size:20px; font-weight: bold;color:var(--color1); padding-bottom:1rem; margin-bottom:1rem; border-bottom:1px solid #eee;}
.goods-td ul li p{font-size:14px; font-weight: 300; color:#666;}
.goods-cont .img{flex:1; margin-left:3rem;display: flex;justify-content: flex-end;}
.goods-cont .img img{max-height:700px; max-width:100%;}
.goods-cont.goods-td1{ margin-top:4rem;}
.goods-cont.goods-td1 ul{width:100%; display:flex; justify-content: space-between}
.goods-td1 ul li{width:23%;display:flex; flex-direction: column;}
.goods-td1 ul li em{font-family: "iconfont"; font-size:2.5vw; color:var(--color1);}
.goods-td1 ul li h5{font-size:22px; color:#000;}
.goods-td1 ul li p{font-size:16px; color:#666; padding-right:2rem; line-height: 2;}
.goods-section .btn1{margin-top:2rem;}
.goods-section .btn1 a{border-radius: 100px;}
.goods-section .btn1 a:hover{border-radius: 100px;}
/*============================================
case-section
===========================================*/
.case-section{padding:100px 0px; border-top:1px solid  rgb(4 38 161 / 10%);}
.case-section .wrap{width: 85.8%;margin: auto;max-width: unset;}
.case-section .titles{display:flex;flex-direction: column;padding-right: 30vw;padding-top: 0px;text-align: left;}
.case-section .titles h3{font-size:20px; color:#ca0e26;margin-bottom: 0px;}
.case-section .titles h5{font-size:34px; color:#333; line-height: 1.5;font-weight: bold;}
.case-section .case-box{}
.case-box ul li .Name{display:flex; justify-content: center; align-items: center; padding:1rem 0px; font-size:24px;}
.case-box ul li .Img{}
.case-box ul li .Img img{max-width:100%;}

@media screen and (max-width: 1023px)
{
	.case-section{padding-top:60px;}
	.case-section .titles{padding-right:2rem;}
	.case-section .titles h5{font-size:1.2rem; font-weight: 500;}
}

@media screen and (max-width: 767px)
{

}
@media screen and (max-width: 430px)
{
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}

/*============================================
cols-section
===========================================*/
/*============================================
prod-section 产品展示
===========================================*/
.prod-section{width:100%; overflow: hidden; padding: 80px 0px 0px 0px; margin: auto;position: relative;}
.prod-section .titles{}
.prod-section .titles h3{font-size: 32px;
    color: var(--color3);
    line-height: 38px;
    margin-bottom: 10px;
    font-weight: bold;
    display: inline-block;
    padding: 0px 0px;
    margin-top: 0px;
	position: relative;
	z-index:2;
	min-width: 600px;
	border-bottom:1px solid #ccc;
	padding-bottom:2rem;
}
.prod-section .titles span{color:#000000;}
.prod-section .titles h3:after{position:absolute; content:""; width:100px; height:3px; background:var(--color3); bottom: 0px; left: calc((100% /2) - 50px); right: 0px; z-index: 10;}
/*.titles:before{width:100px; height: 5px; content: ""; display: block; left:calc((100% - 100px) / 2); bottom:0px; background:#234ea3;}*/

.prod-section-bg{background: #f5f5f5 url("/images/bg/bg-cp.jpg") top center no-repeat; z-index: 0;width:100%; max-height:455px;    width: 100%;
    height: 455px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}


.prod-cont{width:100%;/*overflow: hidden;*/padding:0px; position: relative; margin: 20px auto 50px auto;z-index: 10;background:#FFFFFF;}
.prod-cont .wrap{display: flex; padding-top:60px;padding-bottom: 60px;}
.prod-cont aside{width:310px; background:#f5f5f5;flex-shrink: 0;}
aside .side-t{/*background:linear-gradient(to bottom,rgb(255 255 255 / 40%)  0%,rgb(19 92 194 / 50%) 90%); */background:var(--color3);display:flex; color:#FFFFFF; padding:40px 20px 40px 20px;    justify-content: flex-start;padding-left: 50px;}
.side-t:before{content: "\e721"; font-family: "iconfont"; font-size:30px; margin-right:10px;}
.side-t h3{font-size:24px;}
.side-t h5{font-size:14px; text-transform: uppercase; font-weight: 300;}
.side-column{margin:0px 0px 0px 0px; padding:0px; min-height: 675px;}
.side-column ul{margin:auto; padding:20px;}
.side-column ul li{width: 100%;
    height: auto;
    margin-bottom: 10px;
    cursor: pointer;
}
.side-column ul li a{
    font-size: 18px;
    color: #272626;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width:100%;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	height: 60px;
	padding-left:20px;
	background-color: #eeeeee;
	font-weight: bold;
}
.side-column ul li a:hover{
    background: var(--color1-h);color:#FFFFFF;
}
.side-column li:hover a{}
/*.side-column a:after{content:url("/images/icon/p2.png");margin-right: 20px;margin-left: auto;padding-top:2px;}
.side-column a:hover:after{content:url("/images/icon/p1.png"); transform: translateX(-5px);-webkit-transform:translateX(-5px);-webkit-transition: .3s ease transform, .3s ease box-shadow;
    transition: .3s ease transform, .3s ease box-shadow;}*/

.side-column ul li ul{margin:20px 20px 30px 20px; padding:0px;}
.side-column ul li ul li{background:none;margin:0px;}
.side-column ul li ul li a{font-size:14px;background:none;font-weight: 400; display: flex;height:auto; line-height: normal; padding:10px 0px;color: #222222;}
.side-column ul li ul li a:before{content:""; width:10px; height:10px; display: block;background:#ccc;margin-right: 8px;border-radius: 100%;}
.side-column ul li ul li a:hover{color:#01005c; background:none; text-decoration: underline;transition: 0.5s;}
.side-column ul li ul li a:hover:before{background:#01005c;transition: 0.5s;}
.prod-cont main{margin-left:40px;flex-grow: 1;}
.prod-cont main .showbox{margin-top:0px;}
.prod-cont main .showbox ul li{ width:calc((100% / 3) - 1%); height: auto; margin-right:1.5%; margin-bottom:1.5%; float: left; overflow: hidden; position: relative; background: #f8f8f8; box-shadow: 5px 5px 20px rgba(0,0,0,0.2);}
.prod-cont main .showbox ul li:nth-of-type(3n){margin-right:0px;}
.prod-cont main .showbox ul li .Images{ width: 100%; height: auto; margin: auto; overflow: hidden;}
.prod-cont main .showbox ul li img{ max-width: 100%;margin: auto;
	transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s;
}
.prod-cont main .showbox ul li:hover img{	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}
.prod-cont main .showbox ul li .Names{height: 56px; line-height: 56px; text-align: center;}
.prod-cont main .showbox ul li .Names a{font-size:16px; color:#333333; transition: 0.5s;}
.prod-cont main .showbox ul li:hover .Names a{color:var(--color1-h);}
.prod-cont main .showbox ul li span{width:100%; line-height: 30px; font-size: 18px; color: #333; text-align: left;margin:auto 0px;display: block;padding: 20px 30px;}
.prod-cont main .showbox ul li .btn-tl{height: 45px;
    width: 70px;
	position: absolute;
	bottom: 0px; right: 0px;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    background: #01005c;
	background: linear-gradient(135deg, transparent 10px, #01005c 0) bottom left;
	
}
.prod-cont main .showbox li .btn-tl i{font-size: 20px;
    color: #ffffff; font-style: normal;}
.prod-cont main .showbox li .btn-tl i:before{
	content: "\e60d";
	font-family: "iconfont" !important;
	line-height: 45px;
	display: inline-block;
}
.prod-cont main .showbox ul li:hover .btn-tl{background:var(--color1-h);background: linear-gradient(135deg, transparent 10px, var(--color1-h) 0) bottom left;
transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s;
}
.prod-cont main .showbox ul li .item-content{padding:0px; height:60px;}
.prod-cont main .showbox ul li .item-content .Names{height: 60px; display: flex; align-items: center;}
.prod-cont main .showbox ul li .item-content .Names a{padding-left:20px;font-size:14px; color:#333;}
.prod-cont main .showbox ul li:hover .item-content .Names a{color:#01005c; text-decoration: underline;transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s;}
.prod-cont main .showbox ul li .item-content .Desc{display:none;}



.prod-more{margin:auto; padding:0px; text-align: center;display: none;}
.prod-more a{font-size:20px; background: #c9000b; margin: auto;overflow: hidden;color: #fff;width: 190px;height: 50px;line-height: 50px;display: block;}

.prod-cont .btn1{justify-content: center; padding-bottom:50px;}


@media screen and (max-width: 1023px)
{
	.prod-section .titles h3{min-width:unset;}
	.prod-cont .wrap{padding-top:0px;}
	.prod-cont aside{display:none;}
	.prod-cont main{margin-left:0px;}
	.prod-cont main .showbox ul li{width:calc((100% / 2) - 2%); margin:1%;}
	.prod-cont main .showbox ul li:nth-of-type(3n){margin:1%;}
}

@media screen and (max-width: 767px)
{

}
@media screen and (max-width: 430px)
{
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}

/*============================================
ad-section 
===========================================*/
.ad-section{padding:80px 0px; margin: auto; margin-top:0px; position:relative; margin-top:0px; height: auto; width:100%; background-size:cover;}
.ad-section .titles{width:100%;margin:auto; color:#FFFFFF; position: relative;display: flex;justify-content: center;align-items: baseline;padding: 40px 0px 0px 0px;}
.ad-section .titles h3{font-size:40px;font-weight: bold;color:#FFFFFF;}
.ad-section .titles h5{font-size:16px;font-weight: 500;text-transform: uppercase;color:#FFFFFF;}
.ad-section .titles .line{width:10px;height:10px; background:#ffffff; margin-right:3rem; position: relative;border-radius: 100px;}
.ad-section .titles .line:nth-last-child(1){margin-left:3rem;margin-right:0px;}
.ad-section .titles .line:nth-child(1):before{width:300px;height:1px; background:#ffffff; content:"";position: absolute;right:0px; top:5px;}
.ad-section .titles .line:nth-last-child(1):after{width:300px;height:1px; background:#ffffff; content:"";position: absolute;left: 0px; top:5px;}


.ad-cont{width:100%;}
.ad-cont ul{display:flex;flex-wrap: wrap; justify-content: space-between;}
.ad-cont ul li{width:calc((100% / 4) - 20px);margin:10px auto;}
.ad-cont ul li .innerbox{padding:3rem 3rem; color:#ffffff;text-align: center;}
.ad-cont ul li .innerbox em{font-family:"iconfont";font-size:50px;width: 130px;
    height: 130px;
    display: flex;
    background: rgba(255,255,255,0.3);
    border-radius: 100px;margin: auto auto 2rem auto;
    align-items: center;
    justify-content: center;}
.ad-cont ul li .innerbox h5{font-size: 28px;padding-bottom:5px;font-weight: bold;}
.ad-cont ul li .innerbox p{font-size: 16px;}

@media screen and (max-width: 1440px)
{
	.ad-section{padding: 50px 0px 0px 0px;}
	.ad-cont ul li .innerbox{padding: 1rem 3rem 3rem 3rem;}
	.ad-cont ul li .innerbox p{display: none;}
}


@media screen and (max-width: 1023px)
{
	.ad-section{padding:50px 0px 50px 0px;}
	.ad-cont ul li{width:100%;}
}

@media screen and (max-width: 767px)
{

}
@media screen and (max-width: 425px)
{
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}
/*============================================
ad2-section 
===========================================*/
.ad2-section{padding:50px 0px; margin: auto; margin-top:0px; position:relative; margin-top:0px; height: auto; width:100%;}
.ad2-section .ad-img{position: absolute; left:5vw;flex-direction: row;align-items: flex-end;display: flex;top: -90px;z-index: 100;}
.ad2-section .ad-img img:nth-child(2){margin-left: -50px;}
.ad2-section .wrap{display: flex; justify-content: center;align-items: center;height: 100%; /*max-width:1280px;*/}
.ad2-section .ad-c{width:auto;display: flex; flex-direction: column; justify-content: space-around;justify-content: center;align-items: center;color:#ffffff; max-width:auto;margin-left:500px;}
.ad-c h2{font-size:45px; font-weight: bold;padding-bottom:1rem;}
.ad2-section .ad-c h3{font-size:26px; font-weight: 500; line-height: 40px;}
.ad2-section .ad-c h5{font-size:16px;margin-top:10px;}
.ad2-section .ad-tel{margin-left:auto; margin-right:0px; display: flex; flex-direction: column;}
.ad2-section .ad-tel h5{font-size:28px; font-weight: bold;color:#ffffff; }
.ad2-section .ad-tel a{border:1px solid #ffffff;padding:5px; font-size:18px; color:#FFFFFF; border-radius: 100px;text-align: center; margin-top: 18px;}
.ad2-section .ad-tel a:hover{background:#e60012;transition: 0.5s; border:1px solid #e60012;}
.ad-c p{font-size:28px; font-weight: 500;}


@media screen and (max-width: 1023px)
{
	.ad2-section{display: none;}
}

@media screen and (max-width: 767px)
{

}
@media screen and (max-width: 430px)
{
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}

/*============================================
hzhb-section
===========================================*/
.hzhb-section{background:#f6f6f6;overflow: hidden;width:100%;padding-top: 50px;padding-bottom: 100px;}
.hzhb-section .wrap{max-width:1500px;}
.hzhb-section .hzhb-title{text-align: center;padding: 20px 0px;position: relative;    height: auto;display: flex;margin-bottom: 50px;align-items: baseline;justify-content: center;}
.hzhb-title:before{font-size:32px; color:#ccc; font-family: "iconfont";content: "\e672";}
.hzhb-title:after{font-size:32px; color:#ccc; font-family: "iconfont";content: "\e675";}
.hzhb-section .hzhb-title h3{font-size: 32px;
    color: var(--color3);
    line-height: 38px;
    margin-bottom: 10px;
    font-weight: bold;
    display: inline-block;
    padding: 0px 50px;margin-top: 30px;}
.hzhb-section .hzhb-title h3 span{color:#000;}
.hzhb-section .hzhb-title h5 {ffont-size: 18px;
    margin-bottom: 25px;
    color: #212121;
    font-weight: 300;
    max-width: 900px;
    margin: auto;
    line-height: 30px;
    margin-top: 10px;}

.hzhb-section ul{padding: 0px;margin: auto;}
.hzhb-section ul li{/*width: 240px;height: 135px;*/ max-height:152px;float: left;line-height: 0;border: #ddd 1px solid;position: relative;}
.hzhb-section ul li span{ /*display:block; position:relative;width: 240px;height: 135px;*/}
.hzhb-section ul li span:before{/*content: "";width: 1px;height: 100%;background: #ddd;position: absolute;top: 0;right: 0;z-index: 20;*/}
.hzhb-section ul li span:after{/*content: "";width: 100%;height: 1px;background: #ddd;position: absolute;bottom: 0;left: 0;z-index: 20;*/}
.hzhb-section ul li img{/*width: 240px;height: 135px;*/
/*-webkit-filter: grayscale(100%);
-moz-filter: grayscale(1);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;*/ }
.hzhb-section ul li:hover img{
/*-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);*/}
.hzhb-section ul li:nth-child(5n):before{background: none;}
.hzhb-section ul li:hover span{box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);z-index: 1;}

@media screen and (max-width: 1023px)
{
	.hzhb-section{padding-bottom: 50px;}
	.hzhb-section ul li{float:unset; text-align: center;}
}

@media screen and (max-width: 767px)
{

}
@media screen and (max-width: 430px)
{
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}

/*============================================
application-section
===========================================*/
.application-section{padding: 0px 0px 0px 0px; height: 90vh;}
.application-wrap{width: 100%;height: 100%;position: relative;}
.app-nav{width: calc((100% / 6) * 5);position: absolute;right: 10vw;left: 10vw; bottom:4rem;}
.app-nav ul{width: 100%;display: flex; justify-content: space-between;height: auto;flex-wrap: wrap;}
.app-nav ul li{width:calc(100% / 5);height: 100px; display: flex;align-items: center;
    justify-content: center;background-color:var(--color-b-20); transition: 0.5s; color:#ffffff; border:1px solid rgba(255,255,255,.8); border-right:0px;}
.app-nav ul li:nth-child(5n){border-right:1px solid rgba(255,255,255,.8);}
.app-nav ul li:nth-child(n+6){border-top:0px;}
.app-nav ul li a{color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;}
.app-nav ul li.active{background:var(--color1-90);}
.app-nav ul li i{width: 55px;
    height: 55px;
    border-radius: 100px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;}
.app-nav ul li i:before{font-size:25px;}
.app-nav ul li .text{padding: 0px 3rem; display: flex;width: 100%;align-items: center;}
.app-nav ul li .text p{font-size:16px;}
.app-nav ul li .t1{font-size: 30px;padding-bottom: 15px;font-weight: 300;display: block;}
.app-nav ul li .t1 .en {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    margin-left:10px;
    font-family: 'Tunga',Arial, Helvetica, sans-serif;
    font-weight: 100;
}
.app-nav ul li .text .wz{font-size:14px;}

.app-nav ul li .line{width: 0px;height: 4px;background: #fff;margin-top: 0; transition: 0.5s;}
.app-nav ul li.active .line{    width: 40px;margin-top: 80px;}


.app-cont{width:100%; height: 100%; display:flex;}
.app-cont .app-cont-item{display:none;width: 100%; transition: 0.5s}
.app-cont-item.active{display:flex;}
.app-cont-item.active .app-title{position:absolute; top:30%; left: 10vw; color:#FFFFFF;}
.app-title h2{font-size:var(--t1); font-weight: bold;}
.app-title h3{font-size:var(--t1);font-weight: bold;}
.app-cont-item img{width:100%; height: 100%;}
.app-cont-item .btn1{margin-top:3rem;}
.app-cont-item .btn1 a,.app-cont-item .btn1 a:before{border-radius: 100px;}

.application-wrap-m{display:none;}
@media screen and (max-width: 1900px)
{
	.application-section{min-height: unset;}
	.app-nav ul li .text{padding:0px 2rem;}
}
@media screen and (max-width: 1440px)
{
	.app-nav ul li .text{padding:0px 1rem;}
	.app-nav ul li .text .wz{display:none;}
	.app-nav ul li.active .text .wz{display:flex;}
	.app-nav ul li.active .line{margin-top: 20px;}
}
@media screen and (max-width: 1280px)
{
	.app-nav ul li .text{padding:0px 1rem;}
	.app-nav ul li i{width:40px; height: 40px;}
	.app-nav ul li i:before{font-size:1rem;}
	.app-nav ul li .text p{font-size:14px;}
}
@media screen and (max-width: 1199px)
{
	.app-nav ul li i{margin-right:0.5rem;}
}
@media screen and (max-width: 1023px)
{
	.application-section{border-bottom: 1px solid #efefef;padding-bottom: 50px;margin-bottom: 30px;}
	.application-wrap{display:none;}
	.application-wrap-m{display:flex;}
	.application-wrap-m ul{}
	.application-wrap-m ul li{width:100%;}
	.application-wrap-m ul li img{width:100%; max-width:100%;min-height: 200px;}
	.application-wrap-m ul li .desc{width:100%; padding:5%; background: #f5f5f5;}
	.application-wrap-m ul li h5{font-size:1.6rem; line-height: 1;float: left;}
	.application-wrap-m ul li span.en{font-size:1.3rem; text-transform: uppercase;float: left;padding-left: 1rem;font-weight: 300 !important;}
	.application-wrap-m ul li p{font-size:1.2rem; line-height: 2rem;overflow: hidden;width: 100%;}
}

@media screen and (max-width: 767px)
{

}
@media screen and (max-width: 425px)
{
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}


/*============================================
news-section
===========================================*/
.news-section{width:100%; padding:50px 0px;}
.news-section .wrap{width:85.8%;}
.news-section .titles{width:100%;display:flex;align-items: center;padding: 50px 0px;}
.news-section .titles h2{font-size:40px; font-weight: bold;}
.news-section .titles h2 span{margin-left:1rem;font-weight: 300;font-size:24px;color: var(--text-light-color); font-family: var(--ff2);}
.news-section .titles .btn1{margin-left:auto;}
.news-section .titles .btn1 a,.news-section .titles .btn1 a:before{border-radius: 50px;}
.news-list {
  display: flex;
  flex-wrap: wrap;
}
.news-list a{color: #3B3847;text-decoration: none;}

.news-list--front {
  padding-top: 104px
}
.news-list--carousel {
  flex-wrap: unset;
  margin: 0
}
ul li.news-item {width:calc((100% / 3) - 20px);background-color: #fff;
    padding: 0;
	margin:0px auto;
    transition: all .3s;
    border: 1px solid rgba(38,61,145,0.06);}

ul li.news-item .img{width: 100%;
    overflow: hidden;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 59.52%;}
ul li.news-item img{position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    transition: all .3s;}

ul li.news-item .wz{position: relative;padding:28px 36px 52px 36px;}
ul li.news-item .wz::before{content: '';width: 100%;height: 1px;background-color: #ededed;position: absolute;top:0;left:0;transition: all .3s;}
ul li.news-item .wz::after{content: '';width: 0;height: 1px;background-color: #0426A1;position: absolute;top:0;left:0;transition: all .3s;}
ul li.news-item .wz .time{font-size: 16px;color: #0426A1;margin-bottom: 22px;}
ul li.news-item .wz h3{font-size: 20px;line-height: 28px;overflow: hidden;font-family: hb; color: #000;margin-bottom: 15px;transition: all .3s;font-weight: bold;}
ul li.news-item .wz p{font-size: 14px;line-height: 22px;height: 44px; overflow: hidden;color: #000;margin-bottom: 30px;transition: all .3s;}
ul li.news-item .wz .more2{position: relative;width: 40px;height: 40px;border-radius: 20px;border:1px solid #ececec;transition: all .3s;display: flex;justify-content: center;align-items: center;}
ul li.news-item .wz .more2 i{display: flex;width: 11px;height: 6px;transition: all .3s;align-items: center;justify-content: center;}
ul li.news-item .wz .more2 i:before{content:"\e61f";font-family: "iconfont";}
ul li.news-item .wz .more2 span{display: block; font-size: 14px;color: #fff;transition: all .3s;position: absolute;left:30px;top:0;height: 40px;line-height: 40px;display:none;}

ul li.news-item:hover{box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);}
ul li.news-item:hover .img img{transform: scale(1.03);width:100%; height: 100%; max-width: 100%; transition: 0.5s;left: 50%;top: 50%;transform: translate(-50%, -50%);}
ul li.news-item:hover .wz{background:var(--color1);background-size: cover;}
/*ul li.news-item:hover .wz::after{width: 100%;}*/
ul li.news-item:hover .wz::before{opacity:0;}
ul li.news-item:hover .wz h3{color: #ffffff;}
ul li.news-item:hover .wz .time,ul li.news-item:hover .wz p{color:#FFFFFF;}
/*ul li.news-item:hover .wz .more2{width: 160px;background-color: #0426A1;justify-content: flex-end;padding:0 30px;border:1px solid #002972}*/
ul li.news-item:hover .wz .more2{border-color:transparent;background-color: #ffffff;}
ul li.news-item:hover .wz .more2 i:before{}
/*ul li.news-item:hover .wz .more2 span{display: block;}*/

@media screen and (max-width: 1023px)
{
	.news-section .titles{flex-direction: column;}
	.news-section ul li.news-item{width:100%;}
}

@media screen and (max-width: 767px)
{

}
@media screen and (max-width: 425px)
{
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}



@media (max-width:1840px){}
@media (max-width:1680px)
{
	
}
@media (max-width:1560px){
	
}
@media (max-width:1480px){}
@media (max-width:1440px){}
@media (max-width:1366px){}
@media (max-width:1280px){}
@media (max-width:1024px){}
@media (max-width:960px){}

@media screen and (max-width: 1023px)
{
	footer#footer{padding-top:50px;}
	#footer .foot-com{display: block;}
	#footer .foot-contact{display: block;}
	#footer .foot-col{display: block;}
	#footer .foot-qr{display: block;}
}
@media screen and (max-width: 768px)
{
	
}
@media screen and (max-width: 767px){}
@media screen and (max-width: 425px)
{
	
}
@media screen and (max-width: 414px)
{

}
@media screen and (max-width: 375px)
{
	
}
@media screen and (max-width: 320px)
{
	
}