html,body{width: 100%;overflow-x:hidden; padding: 0!important; margin: 0;}
*{ margin:0; padding:0;}
em{ font-style:normal;}
img {border: 0 none;height: auto;vertical-align: middle;}
ul{ list-style:none;}
.clear{ clear:both}
.l{ float:left;}
.r{ float:right;}
div{box-sizing: border-box;}
/*::-webkit-scrollbar {display:none}*/
li{list-style: none;}
.relative{position: relative;}
.absolute{position: absolute;}
a,img{-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;text-decoration:none;}
img,video{width:auto;height:auto;max-width:100%;vertical-align:middle}
a { background: transparent; text-decoration: none; color: #666; transition: 0.3s; -moz-transition: 0.3s; 
	-webkit-transition: 0.3s; -o-transition: 0.3s;}
a:active, a:hover { outline: 0;}

.s_width{ width:85%; margin:0 auto; position:relative}
@media( max-width:1440px){
	.s_width{width: 90%;}
}
i,em{ font-style:normal;}
.biaoge{overflow-x: auto;}
.biaoge td{padding:0.5% 1%;white-space: nowrap;}

table {width: 100%;border-collapse: collapse;}
table td {border: 1px solid #e6e7ea;padding: 0.5%;line-height: 31px; }
.biaoge p{font-size: 16px; line-height: 31px;}

.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1}

@font-face {
	font-family: "DINENGSCHRIFTSTD";
	src: url("../css/font/DINENGSCHRIFTSTD.woff2") format("woff2"),
	url("../css/font/DINENGSCHRIFTSTD.woff") format("woff"),
	url("../css/font/DINENGSCHRIFTSTD.ttf") format("truetype"),
	url("../css/font/DINENGSCHRIFTSTD.eot") format("embedded-opentype"),
	url("../css/font/DINENGSCHRIFTSTD.svg") format("svg");
}
.fontDIN {font-family: "DINENGSCHRIFTSTD";}

/*===================== 公用样式 START =====================*/
.pub_title{text-align: center;color: #fff;text-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0px 0px 30px rgba(0,0,0,0.075);}
.pub_title h3{font-weight: 700;text-transform: uppercase;}
.pub_title p,.pub_title h4{font-weight: 400;}
.img img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}


.more-info{ line-height: 40px;}
.more-info ul{width: 100%; margin: 0 auto; padding-top: 20px;}
.more-info li{width: 100%;}
.more-info li a{color: #333;}
.more-info li em{font-weight: 500; padding-right: 15px;}

/*主导航多级菜单*/
.hbg{width: 100%;height:80px;position: fixed;top: 0px; left: 0; z-index: 9999;background: none;text-align: center;border-bottom:1px solid transparent; border-color: rgba(255, 255, 255, 0.3);display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;  justify-content:space-around;background: #fff;}
#logo{transition: .5s; margin-top: 9px; }
#logo img{ width:100%}
#logo2{display: none;}

.hbg .navbox{ height:50px; width:51%; position: relative; }
.hbg .navbox ul{display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;  justify-content:space-around}
.hbg .navbox li{text-align:center; line-height:80px; position:relative; padding:0 10px; position: relative;}
.hbg .navbox li a{ color:#333; display:block;  font-weight: 400;}
.hbg .navbox li  a:before{content:"";height:20px;border:0 solid #00adef;border-top:none;border-radius:20px;display:block;position:absolute;left:50%;right:50%;bottom:22px;transition:.5s}
.hbg .navbox li  .active a:before,.hbg .navbox li:hover a:before{left:0;right:0;border:2px solid #44d0ab;border-top:none} 

.hbg .navbox .navli:hover .subox{ display:block}
.hbg.hover-act .navbox .navli .navTl span {color: #000;}
.hbg .navbox .navli .navTl {display: block;-webkit-perspective-origin: 500px;-moz-perspective-origin: 500px;perspective-origin: 500px;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;padding: 0 30px;position: relative;color: #333;}

.hbg .navbox .navli .subox {display: none;position: absolute;width: auto;min-width: 100%;left: 50%;top: 100%;padding: 0 20px;background: rgba(5, 23, 85, 0.95);line-height: 40px;text-align: center;color: #333;transform: translateX(-50%);}
.hbg .navbox .navli .subox a {-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;display: block;white-space: nowrap;color: #fff;}
.hbg .navbox .navli .subox a:before {content: none;}
.hbg .navbox .navli .subox a:hover {text-decoration: underline;}
.hbg .navbox .current .navTl span,.hbg .navbox .navli:hover .navTl span {color: #00479d;}
.hbg .navbox .current .navTl span::after,.hbg .navbox .navli:hover .navTl span::after {-webkit-transform: scaleX(1);-moz-transform: scaleX(1);-ms-transform: scaleX(1);transform: scaleX(1);}
.hbg .navbox .navli:last-child {margin-right: 0;}

.hbg.act .navbox .navli .navTl span {color: #000;line-height: 60px;}





@media( max-width:1600px){
	#logo img{ width:80%}
    header .navbox .navli .navTl {padding: 0 10px;}
}
@media( max-width:1135px){
    header .navbox .navli .navTl {padding: 0 8px;}
}
@media( max-width:1090px){
    header .navbox .navli .navTl {padding: 0 3px;}
}



.ttel{text-align: center;color: #0268d0;padding: 0 15px;transition: .5s;line-height: 35px;text-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0px 0px 30px rgba(0,0,0,0.075);}
.ttel img{display: inline-block;border-right: 1px solid rgba(0,0,0,0.1);padding-right: 5px;margin-right: 5px;}
.ttel em{ padding-left: 5px; display: inline-block;text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);}
.hrt{margin-top:21px;}



.hbg.bg{background:rgba(6, 90, 189, 0.95);padding: 0; height: 65px;}
.hbg.bg .navbox{padding-top: 0;}
.hbg.bg .navbox li{line-height:65px; }
.hbg.bg .navbox li a{color: #fff;}
.hbg.bg #logo{display: none;}
.hbg.bg #logo2 {display: block;}
.hbg.bg #logo2 img{width: 70%; margin-top: 8px;}
.hbg.bg .hrt{margin-top:9px;}
.hbg.bg .ttel{color: #fff;}

@media (max-width:1650px){
	.hbg .nav{width: 60%;}
}

@media (max-width:1280px){
	.hbg{height: 70px;}
	#logo{top:22px; }
	.hbg .nav{ width: 69%; }
	.hbg .nav li{ line-height: 29px; font-family: 16px;}
	.hrt{margin-top:16px;}
	.hbg.bg .nav li{line-height:31px; }
	.hbg.bg .nav li a{margin-top: 10px;}
}

  
/*banner*/
.sw5out {position: relative;width: 100%;height: 100%;}
#sw5 {width: 100%;height: 100%;}
#sw5 .swiper-slide {width: 100%;height: 100%;}
.sw5out .swiper-pagination {left: 0;bottom: 30px;width: 100%;font-size: 0;}
.sw5out .swiper-pagination-bullet {width: 10px;height: 10px;margin: 0 5px;background-color: #333;opacity: 1;-webkit-transition: 0.3s;transition: 0.3s;}
.sw5out .swiper-pagination-bullet-active {background-color: #0a60c6;}
.sw5out .sw-next,.sw5out .sw-prev {position: absolute;top: 50%;width: 60px;height: 60px;z-index: 10;cursor: pointer;font-size: 0;border-radius: 50%;text-align: center;margin-top: -30px;}
.sw5out .sw-prev {left: 5%;background: rgba(0, 0, 0, 0.2) url('../images/lt4.png') center no-repeat;}
.sw5out .sw-next {right: 5%;background: rgba(0, 0, 0, 0.2) url('../images/gt4.png') center no-repeat;}
.sw5out .sw-prev:hover,.sw5out .sw-next:hover {background-color: #0a60c6;-webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);}
#sw5 .slideinner {position: relative;width: 100%;height: 100%;background-color: #000;}
#sw5 .slideinner img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;-webkit-transition: 0.5s;transition: 0.5s;}
@media screen and (max-width: 750px) {
.sw5out .sw-next,.sw5out .sw-prev {width: 40px;height: 40px;margin-top: -20px;}
}
@media screen and (max-width: 560px) {
.sw5out .sw-next,.sw5out .sw-prev {display: none;}
}

.PubLink {display: inline-block;color:#fff;width: 100px;line-height: 45px;text-align: center;font-family:  Times New Roman;font-size: 15px; background: #054498; padding: 0px 30px; margin-top: 7%;border-radius: 50px}
.PubLink:hover {background: #e40025;color: #fff;}

/*公司简介*/
.about{width:100%; margin:0px auto; position: relative; overflow: hidden; padding: 5% 0;}
.about .s_width{display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between; }
.about .about_l{ width: 50%; padding: 4%; }
.about .about_l h2{ font-weight: 500; color: #0e74f0;font-size: 18px; }
.about .about_l h2 em{font-weight: 800; text-transform: uppercase; display: block;}
.about .about_l h2:after{ content: ""; width: 100px; height: 5px; background: #999; display: block; border-radius: 10px; margin-top: 15px;}
.about .about_l p{ margin-top: 9%; line-height: 31px; font-weight: 200;}
.flex {display: -webkit-box;display: -webkit-box;display: -ms-flexbox;display: flex;display: -webkit-flex;width: 100%; margin: 0 auto;}
.flexwp {flex-wrap: wrap;-webkit-flex-wrap: wrap;}
.flexbt {-webkit-box-pack: space-between;-ms-flex-pack: space-between;justify-content: space-between;-webkit-justify-content: space-between;}
.brandNum {margin-top: 1rem;}
.brandNum{ margin-top:5%;}
.brandNum .fbs{width: 46%; margin: 3% 2% 4% 0;}
.imgBad img{width: 1.5rem;margin-bottom: 1.6rem;}
.brandLeft{padding: .5rem 0 0 1rem; width: 45%; background-size: cover !important;position: relative;z-index: 3;}
.mapPoint{ margin: .6rem 0 -1.2rem 0;}
.colorlogo {color: #333;}
.line1{line-height: 1;}

.about .about_r{width: 50%; position: relative; }
.about .about_r .duowei{width: 100%;}
.about .about_r .duowei img{width: 100%; }

@media screen and (max-width:770px){
	.about .s_width{width: 95%;display:block;}
	.about .about_l{width: 100%;}
}

/*pro*/
.pro{width: 100%; background: #f2f7fb; padding: 4% 0;}
.pro .pro_tit{width: 85%; margin: 0 auto;display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between;}
.pro .pro_tit h2{font-size: 1.875vw;line-height: 1.875vw;margin-bottom: 1.5vw;color: #225e82;}
.pro .pro_tit h3{font-size: 16px;line-height: 32px;font-weight: 400;}
.pro .pro_tit .pro_tit_r{background-color: #225e82;width: 160px;height: 44px;line-height: 44px;border-radius: 3px;-webkit-border-radius: 3px;text-align: center;}
.pro .pro_tit .pro_tit_r a{color: #fff; font-size: 16px;}
#top_scroll {overflow: hidden;width:100%; margin:3% auto 0 auto; padding-bottom: 3%; height: 800px;}
#top_scroll ul li{position: relative; float: left;width:24%;margin:0 .5% 1%;overflow: hidden; border-bottom: #e1dfdf 1px solid; box-sizing: border-box;background-color:#f8f8f8;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
#top_scroll ul li .img{width: 100%;height: 100%;object-fit: cover; object-position: center; overflow: hidden;  }
#top_scroll ul li .img img{ width: 400px; height: 300px; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
#top_scroll ul li .img:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
#top_scroll ul li .proText{ padding: 6% 0; transition: .4s;-webkit-transition: .4s;}
#top_scroll ul li strong{display: block;font-weight: normal; color: #333333; font-size: 18px;  text-align: center;}
#top_scroll ul li:hover{background-color:#065abd;}
#top_scroll ul li:hover strong{ color: #fff;}

@media (max-width:1650px){
	#top_scroll ul li .img img{ height: 256px;}
}

@media (max-width:1440px){
	#top_scroll ul li .img img{ height: 215px;}
}

@media (max-width:1280px){
	#top_scroll ul li .img img{ height: 190px;}
}


/*adv*/
.padvbg{background: #f5f5f5; padding: 4% 0 0 0;}
.padv{position: relative; padding-bottom: 5%;}
.padv h2{text-align: center; font-weight: 500;}
.padv h2 em{font-weight: 800;}
.padv h2 i{color: #0497dd;}
.padv h3{text-align: center; font-weight: 500;}
.padv h3::before{content: ""; width: 267px; height: 6px; background: url('../images/line.png') no-repeat center top;display: block; margin:1% auto;}
.padv ul{display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; margin: 4% 0 8% 0; }
.padv li{background: #fff; margin-right: 3%;padding: 3% 2% 3% 2%;width: 25%; }
.padv li:nth-child(4){margin-right: 0;}
.padv li i{width: 148px;height: 148px;display: block;border-radius: 50%;background:url(../images/adv_a.png)no-repeat center #0497dd;margin: 45px auto 0;}
.padv li:nth-child(2) i{background-image: url(../images/adv_b.png);}
.padv li:nth-child(3) i{background-image: url(../images/adv_c.png);}
.padv li:nth-child(4) i{background-image: url(../images/adv_d.png);}
.padv li p{font-size: 22px;color: #333;font-weight: bold;margin: 25px 0 10px; text-align: center;}
.padv li d{font-size: 14px;color: #666;line-height: 22px; text-align: center; display: block;}

.padvbg .padv_banner{width: 85%;height: 270px;border-radius: 135px;background: #0497dd;position: absolute;bottom:-135px;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; left: 50%; margin-left: -42.5%;}
.padv_banner_r{position: relative;top: -25px;left:-40px; width: 26%;}
.padv_banner_l{padding-left: 120px;width: 60%;}
.padv_banner_l p{font-size: 36px;color: #fff;font-weight: bold;margin: 70px 0 20px;}
.padv_banner_l li{float: left;padding: 0 30px;}
.padv_banner_l li:nth-child(1){padding-left: 0px;}
.padv_banner_l span{display: block;font-size: 20px;color: #49c2fc;}
.padv_banner_l d{font-size: 24px;color: #fff;font-weight: bold;}
.padv_banner_l li+li{border-left: 1px dashed #49c2fc;}

@media( max-width:1440px){
	.padvbg .padv_banner{width: 90%;height: 200px;border-radius: 135px;background: #0497dd;position: absolute;bottom:-135px; margin-left: -45%;}
	.padv_banner_l p{font-size: 29px;font-weight: 700;margin: 27px  0 20px;}
	.padv_banner_l d{font-size: 21px;font-weight:700; margin-top: 10px;}

}


.adv{position: relative; height: 725px;width: 85%; margin:15% auto 0 auto;}
.adv_t p{font-size: 40px;color: #333;font-weight: bold;border-left: 8px solid #0497dd;padding-left: 30px;}
.adv_t span{display: block;font-size: 18px;color: #666;border-left: 8px solid #49c2fc;height: 50px;line-height: 50px;padding-left: 30px;}
.adv_l {right: 0; position: absolute;width: 50%; }
.adv_l ul{width: 100%;margin-top: 3%;}
.adv_l li{width: 274px;height: 108px;border: 1px solid #ccc;float: left;margin-right: 25px;margin-bottom: 25px;cursor: pointer;}
.adv_l li.on{background: #0497dd;border-color: #0497dd;}
.adv_l li i{background: url(../images/20200817151803_1091462744.png)no-repeat left -60px;width: 50px;height: 47px;display: block;margin: 31px 10px 31px 25px;float: left;-webkit-transition: 0.3s ease all;transition: 0.3s ease all;}
.adv_l li:nth-child(2) i{background-position: -50px -60px;}
.adv_l li:nth-child(3) i{background-position: -100px -60px;}
.adv_l li:nth-child(4) i{background-position: -150px -60px;}
.adv_l li.on i{background-position: left 0px;}
.adv_l li.on:nth-child(2) i{background-position: -50px 0px;}
.adv_l li.on:nth-child(3) i{background-position: -100px 0px;}
.adv_l li.on:nth-child(4) i{background-position: -150px 0px;}
.adv_l li p{font-size: 26px;font-weight: bold;color: #333;margin-top: 28px;}
.adv_l li d{font-size: 14px;color: #999;}
.adv_l li.on p{color: #fff;}
.adv_l li.on d{color: #51c5fc;}
.adv_wz{width: 670px;background: #f9f9f9;overflow: hidden;}
.adv_wz p{font-size: 28px;color: #333;font-weight: bold;width: 100%;padding: 40px 0px 0px 40px;}
.adv_wz i{width: 60px;height: 1px;display: block;background: #0497dd;margin: 15px 0 15px 40px; }
.adv_wz d{font-size: 16px;color: #666;line-height: 30px; padding-left: 40px;}

.adv_r{width: 697px;height: 697px;border-radius: 50%;background: #0497dd;position: absolute;top: -50px;left: 0;}
.adv_img{width: 674px;height: 674px;border-radius: 50%;background: url(../images/20200817154912_41512967.jpg)no-repeat right;position: relative;left: 3px;top: 20px;}
.adv:hover .adv_img{-webkit-animation: 'flymove' 10s linear infinite;-moz-animation: 'flymove' 10s linear infinite;-ms-animation: 'flymove' 10s linear infinite;}
@-webkit-keyframes flymove{
            from{background-position:-882px center;}
            to{background-position:0 center;}
}

@media( max-width:1650px){
	.adv{position: relative; height: 725px;width: 90%; margin:15% auto 0 auto;}
	.adv_r{width:550px;height: 550px;}
	.adv_img{width: 550px;height: 550px;}
}
@media( max-width:1440px){
	.adv{position: relative; height: 630px;width: 90%; margin:20% auto 0 auto;}
	.adv_r{width:500px;height: 500px;}
	.adv_img{width: 500px;height: 500px;}
	.adv_l{width: 57%;}
}

@media( max-width:1280px){
	.adv{position: relative; height: 540px;width: 90%; margin:20% auto 0 auto;}
	.adv_r{width:450px;height: 450px;}
	.adv_img{width: 450px;height: 450px;}
	.adv_l{width: 57%;}
	.adv_t p{font-size: 30px;}
	.adv_l li{height: 91px;}
	.adv_l li i {margin: 22px 10px 31px 25px;}
	.adv_l li p {margin-top: 16px;}
	.adv_wz p{padding: 9px 0px 10px 40px;}


}


/*news*/
.news{width:100%; margin:0px auto; position: relative; overflow: hidden;  padding:0 0 3% 0; background:url(../images/news.jpg) repeat center top;}
.news_tit{ padding: 3% 0;}
.news_tit h2{ text-align: center;background:url("../images/protit.png") no-repeat center top;   margin: 0 auto; font-size: 55px; line-height: 90px; font-weight: 500; padding-top: 35px;background-size:40%;}
.news_tit h2 em{font-weight: 800;}
.news_tit h2:after{ content: ""; width: 100px; height: 5px; background: #0497dd; display: block; margin:10px auto 0 auto;border-radius: 10px}
.news_tit p{text-align: center; margin-top: 20px; color: #666666;}

.news_cont{position: relative;  width: 85%; margin: 0 auto;}
.c-list {display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.c-list li {width: 24%; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.1);background:rgba(255,255,255,0.7)}
.c-list li .c-wrap {position: relative;z-index: 1;display: block;height: 35vh;overflow: hidden;border-bottom: 1px solid #d0d0d0;}
.c-list li .c-wrap:before {opacity: 0;content: "";position: absolute;top: 0;left: 0;z-index: 3;width: 100%;height: 100%;background: rgba(0, 0, 0, .4);transition: all 0.5s;}
.c-list li .c-wrap:after {content: "";position: absolute;bottom: -100%;left: 0;z-index: 3;width: 100%;height: 156px;background: rgba(39,120,190,.7);transition: all 0.5s;}
.c-list li .c-wrap:hover:after {bottom: 0;}
.c-list li .c-wrap img {position: relative;z-index: 2;opacity: 0;transition: all 0.5s;width: 100%;height: 100%;object-fit: cover;}
.c-list li .c-wrap .c-text-box {position: absolute;bottom: 50%;left: 0;padding: 20px 30px;z-index: 5;width: 100%;color: #fff;-webkit-transform: translateY(50%);transform: translateY(50%);transition: all 0.5s;}
.c-list li .c-wrap .c-text-box .c-time {line-height: 36px;color: #666;transition: all 0.5s;}
.c-list li .c-wrap .c-text-box .c-title {color: #333;height: 60px;font-size: 16px;line-height: 30px;transition: all 0.5s;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;
display: -webkit-box;-webkit-line-clamp: 2;}
.c-list li .c-wrap .c-text-box .c-arrow {opacity: 1;height: 65px;transition: all 0.5s; color: #666; overflow: hidden; line-height: 31px;} 
.c-list li .c-wrap:hover:before, .c-list li .c-wrap:hover img,.c-list li .c-wrap:hover .c-mask-red {opacity: 1;}
.c-list li .c-wrap:hover .c-text-box .c-arrow{display: none;}
.c-list li .c-wrap:hover .c-text-box{bottom: -30px;-webkit-transform: translateY(0);transform: translateY(0);}
.c-list li .c-wrap:hover .c-text-box .c-time, .c-list li .c-wrap:hover .c-title{color: #fff;}

.anewa{transition:all 1s ease;opacity:1;margin-left:0;}
.hz_new_b{margin-left:200px;opacity:0}
.anewb{transition:all 1s ease 0.5s;opacity:1;margin-left:0;}
.hz_new_c{width:0;height:88px;background:#e77d1b;position:absolute;left:0;top:-88px;}
.anewc{width:7px;top:0;transition:all 1s ease 0.5s;}
.anewmore{right:0;transition:all 1s ease 0.5s;opacity:1}
.news_cont_content{width:200px;position:absolute;height:70px;top:50%;left:50%;margin-left:-50px;margin-top:-35px;opacity:0;}
.news_cont_content li{width:32%;margin:0 2% 0 0;height:100%;position:relative;background-size:100%;background-position:50% 50%;background-repeat:no-repeat;list-style:none;}
.news_cont_content li:nth-child(3){margin-right:0}
.new_ut_z_m{color:#fff;padding-left:70px;position:relative;float:right;}
.new_ut_z_m::after,.new_ut_z_m::before{content:"";display:block;overflow:hidden;position:absolute;left:0;top:0;bottom:0;margin:auto;transition:.5s;}
.new_ut_z_m::after{width:60px;height:1px;background:rgba(255,255,255,0.5);}
.new_ut_z_m::before{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,1);}
.new_ut_z_m:hover{color:#ff9a00;}
.new_ut_z_m:hover::before{left:60px;background:#ff9a00;}

@media screen and (max-width: 1280px) {
	.c-list li .c-wrap{height: 32vh;}
}


.index-hr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:center;align-content:center}
.index-hr:after{display:none}
.index-hr:after{display:none}
.index-hr .dt,.index-hr .dd{-webkit-box-sizing:border-box;box-sizing:border-box}
.index-hr .dt{width:40%;padding:4.6875%}
.index-hr .dt h1{margin-bottom:.75em;font-weight:bold;color:#333}
.index-hr .dt .hr{width:3em;height:1px;background-color:#38bab1}
.index-hr .dt p{margin-top:1em}
.index-hr .dd{width:60%;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:center;align-content:center;text-align:center;padding:1.82291667% 0}
.index-hr .dd:after{display:none}
.index-hr .dd:after{display:none}
.index-hr .dd .col{z-index:1;position:relative;width:25%;padding:3% 0;border:#b0b0b0 solid 1px;color:#333;-webkit-box-sizing:border-box;box-sizing:border-box}
.index-hr .dd .col:before,.index-hr .dd .col:after{content:" ";position:absolute;z-index:-1;border:#fff solid 1px;pointer-events:none}
.index-hr .dd .col:before{top:.5em;bottom:.5em;left:-1px;right:-1px}
.index-hr .dd .col:after{top:-1px;bottom:-1px;left:.5em;right:.5em}
.index-hr .dd .col:nth-child(1n+2){margin-left:-1px;padding-left:1px}
.index-hr .dd .icoImg{margin-bottom:.5em;width:4em;-webkit-transition:all 220ms ease 0s,all 220ms ease 0s;transition:all 220ms ease 0s,all 220ms ease 0s}
@media screen and (min-width:1025px){.index-hr .dd .col:hover .icoImg{-webkit-transform:scale(1.1);transform:scale(1.1)}}
@media screen and (max-width:1024px){
	.index-hr{display:block;padding-bottom:4.6875%}
	.index-hr .dt,.index-hr .dd{width:100%}
	.index-hr .dt{padding-bottom:3.125%}
	.index-hr .dd{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 4.6875%}
}
@media screen and (max-width:540px){
	.index-hr .dd .col{width:50%;margin-left:0 !important;padding-left:0 !important}
	.index-hr .dd .col:nth-child(1n+3){margin-top:-1px !important}
	.index-hr .dd .col:nth-child(2n+2){padding-left:1px !important;margin-left:-1px !important}
	.index-hr .dd .icoImg{width:1.75em;height:1.75em}
}


/*footer*/
.fixed_footer{display: none;}
.index-about{width: 100%; height: 625px; background: url(../images/index-about.jpg) no-repeat center; overflow: hidden; position: relative;}
.index-about .s_width{width: 80%; margin: 0 auto; min-width: 1200px;}
.about-msg{float: right; width: 45%; margin: 4% 0;}

.about-base{float: left; margin-top: 64px;}
.about-base .about-name{margin-bottom: 20px;}
.about-base .about-name span{color: #0497dd; font-size: 50px; font-family: Candaral; text-transform: uppercase;}
.about-base .about-name p{color: #464646; font-size: 50px; margin: 0 0 20px; padding-top: 22px; background-size: 140%; }


.about-msg .about-name{margin-bottom: 30px;}
.about-msg .about-name span{color: #0497dd; font-size: 50px; font-family: Candaral; text-transform: uppercase;}
.about-msg .about-name p{color: #464646; font-size: 50px; margin: 0 0 20px;background: url(../images/message.png) no-repeat left top; padding-top: 22px; background-size:41%; }
.about-msg h2{font-size: 16px;border-bottom:1px solid transparent; border-top:1px solid transparent;border-color: rgba(255, 255, 255, 0.3); padding: 10px 0; color: #fff ; font-weight: 200; line-height: 29px;}
.erweima{}
.erweima p{float: left; text-align: center; font-size: 16px; line-height: 36px; color: #464646; margin-right: 40px;}
.erweima p img{width: 110px;}

.about-base ul{margin-top: 36px;}
.about-base ul li{position: relative; width: 100%; display: flex; align-items: center; margin-bottom: 30px;}
.about-base ul li p{color: #0497dd; font-size: 23px; line-height: 30px; margin-left: 28px;}
.about-base ul li p i{color: #464646; font-size: 16px;}

.comment_form{margin-top: 5%;}
.liu_con{overflow: hidden; width:80%; margin:2% auto 5% auto;}
.layui-input{padding: 0 3px 0 10px;float: left; width:45%;overflow: hidden;border:none;background:rgba(255,255,255,0.5);font-size: 15px;color: #666;line-height: 50px; margin: 0 2% 2% 0;}
.layui-textarea{padding:2%;font-size: 14px;color: #666;line-height: 35px;  width: 92%;border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); margin-bottom: 3%;background:rgba(255,255,255,0.5);}
.layui-btn{ display:block; background: #0497dd; color:#fff;width: 30%;  font-size:16px; height:50px;   line-height: 50px; border:none!important; margin:0 auto; padding:0 31px; float: left; margin: 0 3% 0 0; }
.layui-btn-primary{display: none;}

.end{width: 100%;background: #464646; padding: 1% 0; color:#fff; font-size: 16px;}
.end a{color: #fff;}
.footer_p .s_width{width: 85%; margin: 0 auto; min-width: 1200px;}
.footer_p ul{}
.footer_p ul li{float: left; margin-right: 20px;}
.footer_p ul li a{font-size: 16px; line-height: 80px; color: #fff;}
.footer_p div{font-size: 16px; line-height: 80px; color: #fff;}

@media only screen and (max-width: 1554px){
    .footer_p ul li{margin-right: 19px;}
}
@media only screen and (max-width: 1440px){
    .footer_p ul li{margin-right: 7px;}
}
@media only screen and (max-width: 1260px){
    .footer_p ul li{margin-right: 5px;}
}
.go_top{display: none;background-color:#0e82e7;width:34px;height:34px;text-align: center;border-radius:50%;position: fixed;right:15px;bottom:100px;z-index:99999999999;}
.go_top img{display: inline-block;margin-top:12px;width:16px;}


@media screen and (max-width:1350px){
	.footer .f_wx{ width: 30%; padding:3% 0; }
	.footer .f_about{ padding:3% 0 0 0%;}
	.footer .f_pro{padding:3% 0 0 0%;}

}

@media (max-width:1280px){
	.footer .s_width{ width:90%;}
	.footer .f_wx li{ width:100px;}
}


@media (max-width:790px){
	.index-about{display: none;}
	.fixed_footer{background-color:rgba(1,118,172,0.9);height:50px;position: fixed;bottom:0px;left:0%;z-index:999;width:100%;border-radius:10px; display: block;}
    @media (min-width:640px){.fixed_footer{width:640px !important;left:50%;margin-left:-320px;}}
    .fixed_footer a{width:33.3%;text-align: center; float: left;}
    .fixed_footer img{display: block;height:24px;margin:5px auto;}
    .fixed_footer strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;}
}

.news_box{width: 85%; margin: 0 auto;}
.news_box li{ line-height: 55px; border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.news_box li span{float: right;}
.flex-center{width: 85%; margin: 5% auto; text-align: center;}


/* ===================== 内页 Banner 图 ===================== */
.inbanner {width: 100%;height: 520px;position: relative;overflow: hidden; background: #000; }
.inbanner .mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url('../images/ibcover.png') center 0 no-repeat;
  }
.inbanner > img {position: relative;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;z-index: 0; animation: bg_move 8s infinite ease-in-out;-webkit-animation: bg_move 8s infinite ease-in-out; */
-ms-animation: bg_move 8s infinite ease-in-out;}
@keyframes bg_move{ 
0% { transform:scale3d(1, 1, 1); } 
50% { transform: scale3d(1.1, 1.1, 1.1); } 
100% { transform: scale3d(1, 1, 1); } 
}
.inbanner .cer {position: relative;height: 100%;}
.ibcatein {position: absolute;width: 100%;left: 0;top:55%;z-index: 1;color: #fff;text-align: center;overflow: hidden;}
.ibcatein .cn {font-size: 30px;line-height: 46px;}
.ibcatein .en {font-size: 72px;line-height: 84px;font-weight: bold;text-transform: uppercase;}
.ibcatein .en:after {content: '';position: absolute;left: 50%;bottom: 0;z-index: 0;width: 66px;height: 2px;background-color: #fff;margin-left: -33px;display: none;}
.mouse {width: 62px;height: 62px;/*font-size: 16px; line-height: 28px; color: #fff; text-align: center;*/background: url('../images/mouse.png') center no-repeat; margin: 78px auto 0 auto;}
.ibcate {position: absolute;left: 0; right: 0; top: 50%;z-index: 3;margin-top: -75px;color: #fff;font-weight: bold; text-align: center;}
.ibcate .en {font-size: 16px;line-height: 32px;letter-spacing: 2px;text-transform: uppercase;word-break: normal;}
.ibcate .cn {font-size: 60px;line-height: 74px;letter-spacing: 7px;margin-top: 10px;}
@media screen and (max-width: 1440px) {
	.inbanner {height: 500px;}
}

@media screen and (max-width: 1280px) {
.inbanner {height: 400px;}
.ibcate {	left: 10%;}
.ibcate .cn {	font-size: 50px;	line-height: 62px;}
}
@media screen and (max-width: 1024px) {
.ibcate .cn {	font-size: 40px;	line-height: 50px;}
}
@media screen and (max-width: 750px) {
.ibcate {	left: 5%;	width: 90%;	text-align: center;}
.mouse {	margin: 70px auto 0;}
}
.updown{ -webkit-animation: updown 2s linear infinite; animation: updown 2s linear infinite;}
@-webkit-keyframes updown {
  0% { -webkit-transform: translate(0px, 0px); }
  25% { -webkit-transform: translate(0px, -10px); }
  50% { -webkit-transform: translate(0px, 0px); }
  75% { -webkit-transform: translate(0px, 10px); }
  100% { -webkit-transform: translate(0px, 0px);}
}
@-moz-keyframes updown {
  0% { -moz-transform: translate(0px, 0px); }
  25% { -moz-transform: translate(0px, -10px); }
  50% { -moz-transform: translate(0px, 0px); }
  75% { -moz-transform: translate(0px, 10px); }
  100% { -moz-transform: translate(0px, 0px);}
}
@keyframes updown {
  0% { transform: translate(0px, 0px); }
  25% { transform: translate(0px, -10px);}
  50% { transform: translate(0px, 0px);}
  75% { transform: translate(0px, 10px);}
  100% { transform: translate(0px, 0px);}
}


.main{width: 100%; background: #ebf1f5; padding: 5% 0;}
.se_about{ width:85%; margin:0 auto 0 auto; padding: 4%; background: #fff;box-shadow: 0 0 10px #d8d8d8;}
.se_about h2{font-size: 0.5rem;color: #054498;line-height: 48px;font-weight: bold;height: 48px;overflow: hidden;}

.se_about_cont{width: 100%; margin:3% auto;}
.se_about_cont p{ line-height: 31px; margin-bottom: 15px;text-indent:2em;}
.se_about_cont p img{margin-top: 2rem;text-indent:-4em; display: block;}


/* ===================== 内页 Banner 图 ===================== */

.mbx{ width:100%; height:60px;   border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.mbx .mbx_cont{ width:85%; margin:0 auto; font-size:16px; line-height:60px; color:#333}
.mbx .mbx_cont a{color: #333;}

@media (max-width:1280px){
	#nyba{height:350px;}
}

@media (max-width:750px){
	#nyba{height:150px;}
}





/*内页联系我们*/
.contact-uss {padding: 97px 10% 90px;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-justify-content: space-between;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.solute-title strong {display: block;margin-bottom: 22px;line-height: 1;color: #e03a3a;font-weight: normal;font-size: 38px;}
.solute-title small {display: block;line-height: 1;color: #999999;font-size: 28px;font-weight: lighter;text-transform: uppercase;}
.complaint-info {margin-top: 80px;margin-bottom: 155px;}
.complaint-info p {color: #333333;font-size: 16px;}
.add-list {width: 42.578%;}
.add-list p {position: relative;height: 74px;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;
padding-left: 10px;border-bottom: 1px solid #eeeeee;color: #333333;font-size: 16px;}
.add-list p:before {position: absolute;left: 0;bottom: -1px;content: "";width: 54px;height: 1px;background: #e03a3a;}
.tels b {display: block;line-height: 1;color: #e03a3a;font-weight: normal;}
.tels p{ line-height: 45px;}


/*内页产品展示*/
.se_prolist{width: 95%;display: block; margin: 0 auto 3% auto;}
.se_prolist ul{display: flex; display:-webkit-flex;-webkit-justify-content: center;   justify-content:center; flex-wrap: wrap;}
.se_prolist li{width:15%; margin: 0 1% 1% 0; line-height: 55px; background: #0e74f0; text-align: center; font-size: 18px;transition: .5s; }
.se_prolist li:last-child{ margin-right: 0;}
.se_prolist li:hover{background: #44d0ab;}
.se_prolist li a{color: #fff;}

.se_tuandui { width:90%; margin:0 auto 1rem auto; }
.se_tuandui ul{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.se_tuandui li{padding:0; width:24%; margin:0 1% 1% 0; position:relative; overflow:hidden; background:#fff; border:1px solid #eee;}
.se_tuandui li:nth-child(4n){ margin-right:0px;}
.se_tuandui li .p-img{  margin:0 auto 0px auto;  text-align:center;  position:relative; overflow:hidden;width: 100%;object-fit: cover; object-position: center; }
.se_tuandui li .p-name{ line-height:65px; word-break:break-all; word-wrap: break-word; overflow:hidden;text-align: center; font-weight: 500;}
.se_tuandui li .p-img img{ width:100%; height: 100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_tuandui li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_tuandui p{ font-size:18px; line-height:35px; color:#666;}
.se_tuandui p span{ font-size:17px;  color:#0e74f0;}
.se_tuandui ul li:hover{background-color:#0e74f0;cursor:pointer; }
.se_tuandui ul li:hover .p-name{ color: #fff;}

@media (max-width:1440px){
	.se_tuandui li .p-img{}
}
@media (max-width:1280px){
	.se_tuandui { width:95%; margin:3rem auto 1rem auto; }
	.se_tuandui li{width: 24%;}
	.se_tuandui li .p-img{}
}

@media (max-width:1000px){
	.se_tuandui li .p-img{height: 185px;}
	.se_tuandui ul li i{  background:none;}
}


.se_case { width:90%; margin:4% auto 1rem auto; }
.se_case ul{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.se_case li{padding:0; width:15%; margin:0 1% 2% 0; position:relative; overflow:hidden; border:1px solid #eee; color:#fff;}
.se_case li:nth-child(6n){ margin-right:0px;}
.se_case li .p-img{  margin:0 auto 0px auto;  text-align:center;  position:relative; overflow:hidden;width: 100%;object-fit: cover; object-position: center; }
.se_case li .p-name{ line-height:65px; word-break:break-all; word-wrap: break-word; overflow:hidden;text-align: center; font-weight: 500; color:#fff;background:#2778be;text-transform: uppercase; }
.se_case li .p-img img{ width:100%; height: 100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_case li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}



@media (max-width:1440px){
	.se_tuandui li .p-img{}
}
@media (max-width:1280px){
	.se_tuandui { width:95%; margin:1rem auto 1rem auto; }
	.se_tuandui li{width: 26%;}
	.se_tuandui li .p-img{}

	.se_case li{padding:0; width:18%;}
}

@media (max-width:1000px){
	.se_tuandui li .p-img{height: 185px;}
	.se_tuandui ul li i{  background:none;}
}


@media (max-width:769px){
.se_tuandui { width:100%; margin:2rem auto; }
.se_tuandui ul{}
.se_tuandui li{float:left; padding:0; width:47%; margin:0 1% 25px 1%; position:relative; overflow:hidden;  border:1px solid #eee;}
.se_tuandui li:nth-child(2n){ margin-right:0px;}
.se_tuandui li .p-img{ width:100%; height:auto; margin:0 auto 0px auto;  text-align:center;  position:relative; overflow:hidden }
.se_tuandui li .p-name{ height:45px; line-height:45px; word-break:break-all; word-wrap: break-word; overflow:hidden;text-align: center;font-size:16px; border-top:1px solid #eee; font-weight: 200;}
.se_tuandui li .p-img img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_tuandui li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_tuandui p{ font-size:18px; line-height:35px; color:#666;}
.se_tuandui p span{ font-size:17px;  color:#af1318;}	
.se_tuandui ul li i{display: none;}

}


.fenye{width: 85%; margin: 3% auto 3% auto;display: flex; display:-webkit-flex;-webkit-justify-content:center;   justify-content: center; align-items: center;-webkit-align-items: center; height: 45px; color: #fff;}
.fenye_zong{ font-size: 14px; width: 200px; background: #2778be; text-align: center;  line-height: 45px;}

.seprobox_l{ background: #fff; width: 100%; }
.seprobox_l h3 {margin-top: 50px;margin-bottom: 40px;font-size: 29px;color: #000000;line-height: 1.3;font-weight: bold;}
.seprobox_l h3 i {margin-right: 3.125%;font-size: 36px;color: #c4c4c4;font-family: "Consolas";font-style: normal;font-weight: normal;line-height: 1;opacity: 0.5;}
.seprobox_l h3 i:before {content: "";width: 12px;height: 3px;background: #c4c4c4;display: inline-block;vertical-align: middle;margin-right: 17px;}
.seprobox_l p {margin-bottom: 21px;color: #000000;text-indent:2em;}
.seprobox_l p img{text-indent:-4em; display: block; margin: 0 auto;}



/*se_hangye*/
.main .s_width { width:85%; margin:0 auto 1rem auto;padding: 4%; background: #fff;box-shadow: 0 0 10px #d8d8d8; }
.newslist {width: 100%;font-size: 0;overflow: hidden;}
.newslist li {width: 100%;border-bottom: 1px solid #e7e7e7;}
.newslist li .lin {padding: 60px 0;position: relative;}
.newslist li a {display: block;position: relative;min-height: 225px;overflow: hidden;padding-right: 540px;}
.newslist li .pic {position: absolute;right: 0;top: 0;z-index: 1;width: 400px;height: 225px;overflow: hidden;}
.newslist li .pic img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.newslist li .wrap {padding: 26px 0 0;}
.newslist li h3 {font-size: 26px;color: #333;line-height: 42px;height: 42px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-weight: bold;margin: 20px 0;}
.newslist li .date {font-size: 24px;color: #999;line-height: 32px;height: 32px;font-family: "Times New Roman";}
.newslist li .txt {color: #666;line-height: 31px;text-align: justify;overflow: hidden;height: 89px;-webkit-box-orient: vertical;}
.newslist li i {width: 50px;height: 50px;border-radius: 50%;overflow: hidden;-webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.15);box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.15);-webkit-transition: 0.5s;transition: 0.5s;
opacity: 0;position: absolute;left: 50%;top: 50%;z-index: 2;margin-left: -25px;margin-top: -25px;}
.newslist li:hover i {width: 200px;height: 200px;margin-left: -100px;margin-top: -100px;opacity: 1;}
.newslist li .cov {position: absolute;left: 0;top: 0;z-index: 1;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0);}
.newslist li label {position: absolute;left: 0;top: 50%;z-index: 3;width: 100%;height: 30px;margin-top: -15px;font-size: 14px;color: rgba(255, 255, 255, 0);line-height: 30px;text-align: center;cursor: pointer;}
.newslist li:hover {border-bottom-color: #222;}
.newslist li:hover h3 {color: #0c6eb9;}
.newslist li:hover .cov {background-color: rgba(0, 0, 0, 0.4);}
.newslist li:hover label {color: #fff;}
.newslist li,.newslist h3,.newslist .cov,.newslist label {-webkit-transition: 0.4s;transition: 0.4s;}
@media screen and (max-width: 1200px) {
.newslist {padding: 60px 0;}
.newslist li .lin {padding: 40px 0;}
.newslist li a {padding-right: 490px;}
}
@media screen and (max-width: 1100px) {
.newslist li .wrap {padding: 30px 0 0;}
.newslist li .txt {height: 104px;}
}
@media screen and (max-width: 1023px) {
.newslist {width: auto;margin: 0 -20px;}
.newslist li {display: inline-block;width: 50%;padding-top: 0;margin-bottom: 30px;}
.newslist li .lin {margin: 0 20px;padding-top: 0;}
.newslist li .pic {position: relative;width: 100%;height: 0;padding-bottom: 62.8%;right: 0;}
.newslist li .pic img {position: absolute;left: 0;top: 0;z-index: 0;}
.newslist li a {padding-right: 0;}
.newslist li .wrap {padding: 20px 15px 0;}
.newslist li h3 {font-size: 20px;margin: 10px 0;}
}
@media screen and (max-width: 750px) {
.newslist {margin: 0 -10px;padding: 60px 0 20px;}
.newslist li .lin {margin: 0 10px;padding-bottom: 10px;}
.newslist li .wrap {padding: 20px 0 0;}
.newslist li .date {font-size: 18px;line-height: 24px;height: 24px;}
.newslist li h3 {font-size: 18px;margin: 0;}
.newslist li .txt {display: none;}
}
@media screen and (max-width: 600px) {
.newslist {margin: 0 0;}
.newslist li {display: block;width: 100%;}
.newslist li .lin {margin: 0 0;}
.newslist li .txt {display: block;height: 52px;}
}

/*新闻详情页*/
.se_newsbox{width: 100%; background: #ebf1f5; padding-bottom: 5%;}
.container{width: 70%; margin: 3% auto 0 auto; background: #fff; padding: 3%;box-shadow: 0 0 10px #d8d8d8; }
.container h2{text-align: center;font-weight: bold; font-size: 22px;}
.info-intro{text-align: center; font-size: 16px; line-height: 55px; border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); padding-bottom: 15px;}
.info-pic{ margin: 10px 0;}
.info-pic img{ margin: 0 auto;  display: block;text-indent:-4em;}
.info_cont{font-size: 16px; line-height: 31px;;}
.info_cont p{ margin-bottom: 15px;text-indent:2em;}

.more-info{ line-height: 40px; font-size: 16px;}
.more-info ul{width: 90%; margin: 0 auto;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; padding-top: 20px;}
.more-info li{width: 50%;}
.more-info li em{font-weight: 500; padding-right: 15px;}

@media (max-width:750px){
	.container{margin-bottom: 15%;width: 95%; }
	.more-info ul{width: 95%; display: block;}
	.more-info li{width:100%;}
}




/*内页联系我们*/
.contact-uss {padding: 97px 10% 90px;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-justify-content: space-between;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.solute-title strong {display: block;margin-bottom: 22px;line-height: 1;color: #f53b2e;font-weight: normal;font-size: 38px;}
.solute-title small {display: block;line-height: 1;color: #999999;font-size: 28px;font-weight: lighter;text-transform: uppercase;}
.complaint-info {margin-top: 80px;margin-bottom: 155px;}
.complaint-info p {color: #333333;font-size: 16px;}
.add-list {width: 42.578%;}
.add-list p {position: relative;height: 74px;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;
padding-left: 10px;border-bottom: 1px solid #eeeeee;color: #333333;font-size: 16px;}
.add-list p:before {position: absolute;left: 0;bottom: -1px;content: "";width: 54px;height: 1px;background: #f53b2e;}
.tels b {display: block;line-height: 1;color: #f53b2e;font-weight: normal;}
.tels p{ line-height: 45px;}


/*内页招聘信息*/
.linian {text-align: center;}
.linian h2.btitle {font-size: 42px;color: #222;line-height: 66px;height: 66px;overflow: hidden;}
.linianfig {position: relative;width: 1000px;max-width: 100%;height: 400px;overflow: hidden;margin: 0 auto;}
.liniancon {margin: 30px 0 90px;font-size: 16px;color: #333;line-height: 34px;}
.liniancon img {max-width: 100%;}
.zpout {padding: 110px 0 120px; width: 80%; margin: 0 auto;;}
.rec-head {height: 76px;background-color: #fff;overflow: hidden;padding-left: 70px;border-bottom: 2px solid #333;}
.rec-head .th {float: left;padding: 18px 0;width: 20%;height: 76px;overflow: hidden;font-size: 16px;color: #222;line-height: 40px;text-align: center;}
.rec-head .th.zhiwei {text-align: left;}
.reclist {background-color: #fff;}
.reclist li {border-bottom: 1px solid #ddd;}
.rec-hand {height: 64px;line-height: 64px;background-color: #fff;padding-left: 70px;overflow: hidden;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.rec-hand .td {float: left;padding: 12px 0;width: 20%;overflow: hidden;font-size: 16px;color: #222;line-height: 40px;text-align: center;height: 40px;}
.rec-hand .td.zhiwei {text-align: left;}
.reclist li:hover .rec-hand {background-color: #eee;}
.reclist li.on .rec-hand {background-color: #333;}
.reclist li.on .rec-hand .td {color: #fff;}
.reclist li,.rec-hand,.reclist .td {-webkit-transition: 0.5s;transition: 0.5s;}
.reclist .rec-con {display: none;}
.rec-txt {color: #444;line-height: 31px;padding: 34px 70px 46px;background-color: #f7f7f7; font-family: serif;}
.rec-txt .email {color: #1d6bdd;}
.rec-txt .email:hover {text-decoration: underline;}
@media screen and (max-width: 1080px) {
.rec-head,.rec-hand {    padding-left: 40px;}
.rec-txt {padding: 34px 40px 46px;}
}
@media screen and (max-width: 770px) {
	.linianfig{width: 100%; height: 4rem;}
.rec-head .th {width: 33%;font-size: 0.3rem;}
.reclist {font-size: 0.1rem;}
.rec-head .th.bumen {display: none;}
.rec-hand .td {width: 33%;}
.rec-hand .td.bumen {display: none;}
.rec-head,.rec-hand {padding-left: 20px;}
.rec-txt {padding: 1rem 0.4rem 1rem 0; }
.linian {padding-top: 20px;}
.linian h2.btitle {font-size: 34px;}
.zpout {padding: 25px 0; width: 95%;}
.liniancon {margin: 0.5rem auto 0.5rem auto; width: 95%; line-height: 28px;font-size: 0.35rem;}
pre{width: 85%;font-size: 0.1rem;}
}



/*===================== 响应式代码 START =====================*/
.f_80{font-size: 80px;}
.f_72{font-size: 72px;}
.f_62{font-size: 62px;}
.f_48{font-size: 48px;}
.f_40{font-size: 40px;}
.f_30{font-size: 30px;}
.f_24{font-size: 23px;}
.f_20{font-size: 20px;}
.f_18{font-size: 18px;}
.f_16{font-size: 16px;}
.f_15{font-size: 15px;}
.f_14{font-size: 14px;}
.f_12{font-size: 12px;}

/*===================== 响应式代码 START =====================*/
@media( max-width:1600px ){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 40px;}
.f_48{font-size: 38px;}
.f_40{font-size: 30px;}
.f_30{font-size: 24px;}
.f_24{font-size: 20px;}
.f_20{font-size: 20px;}
.f_18{font-size: 18px;}
.f_16{font-size: 16px;}
.f_15{font-size: 15px;}
.f_14{font-size: 14px;}
}

@media( max-width:1210px ){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 30px;}
.f_48{font-size: 28px;}
.f_40{font-size: 26px;}
.f_30{font-size: 24px;}
.f_24{font-size: 16px;}
.f_20{font-size: 18px;}
.f_18{font-size: 16px;}
.f_16{font-size: 14px;}
.f_15{font-size: 14px;}
.f_14{font-size: 14px;}

}


@media (max-width:750px){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 30px;}
.f_48{font-size: 22px;}
.f_40{font-size: 22px;}
.f_30{font-size: 24px;}
.f_24{font-size: 14px;}
.f_20{font-size: 14px;}
.f_18{font-size: 16px;}
.f_16{font-size: 14px;}
.f_14{font-size: 14px;}
}

/*===================== 响应式代码 END =====================*/