@charset "utf-8";
.container{margin:0 auto;max-width:1200px;width: 94%;}
.pc{display: block !important;}
.wrap{display: none !important;}
.null{clear:both; margin:0 auto;}


/*公用样式*/
div,table,tr,td,img,ul,li,ol,h1,h2,h3,h4,h5,h6,p,em,i,font,span,b,dl,dt,dd,form,textarea,input,select{ margin:0; padding:0; font-style:normal; font-family:"Microsoft YaHei"; box-sizing:border-box;}
ul,ol{ list-style-type:none;}
h1,h2,h3,h4{font-weight:500;}
img{ border:none; -ms-interpolation-mode:bicubic;}
.left{ float:left;}
.right{ float:right;}
.clear{ clear:both;}
.clear0{ clear:both; font-size:0px; height:0px; overflow:hidden;}
.hidden{display:none;}
.w{ max-width:1200px; width:88%; margin:0 auto; max-height:999999px;}
.comflex{ display:flex; flex-wrap:wrap; justify-content:space-between;}
.comflex1{ display:flex; flex-wrap:wrap;}
.comflex2{ display:flex; flex-wrap:wrap; justify-content:center; align-items:center;}
.comflex3{ display:flex; flex-wrap:wrap; align-items:center;}
.comflex4{ display:-webkit-flex; -webkit-flex-flow:row-reverse wrap; display:flex; flex-flow:row-reverse wrap; justify-content:space-between;}
.comflex5{ display:flex; flex-wrap:wrap; justify-content:center;}
.pic{ position:relative; width:100%; overflow:hidden; transition:all .6s;}
.dfimg{ display:block; width:100%;}
.pic_w{ position:absolute; left:0; right:0; top:0; bottom:0; background:#fff;}
@font-face{ font-family:impact;src:url('../images/impact.ttf'); /* IE9+ */}
.m { display: none!important;}


/*导航*/
/*header*********************************************************************/
.head{ height:138px; position:relative; transition:all linear .2s; z-index:55;}
.head-fixed{ width:100%; background:#fff; /*position:fixed;*/ position:relative; top:0; left:0; right:0; z-index:10; transition:all linear .2s; -webkit-box-shadow:0 0 5px rgba(0,0,0,0.1); -moz-box-shadow:0 0 5px rgba(0,0,0,0.1); box-shadow:0 0 5px rgba(0,0,0,0.1); height:138px;}
.head_w{ position:relative; height:84px;}
.logo{ display:inline-block; margin-top:29px;}
.logo img{ height:26px;}
.tell{ position:absolute; right:0; top:50%; margin-top:-20px;/*padding-right:34px; */font-size:20px; color:#0090ff; font-family:"impact"; /*background:url(../images/tell.png) right center no-repeat;*/}
.head_on .head-fixed{ transform:translateY(-84px);}

.nav_w{ width:100%; position:relative; background:#1b273f;}
.nav .plebans{ font-size:18px; line-height:54px;}
.nav .plebans a{ display:block; color:#fff;}
.nav li{ position:relative; width:16.666666666%; text-align:center;}
.nav li .plebans{ position:relative;}
.nav li.on,.nav li:hover{ background:#e60002;}
.nav li.on a,.nav li:hover a{ color:#fff;}

.goutp{ display:none; position:absolute; top:54px; left:0; right:0; border-radius:0 0 5px 5px; z-index:10; background:#2376d3; padding:10px 0; box-shadow:0 2px 5px rgba(0,0,0,0.1); text-align:center;}
.goutp p{ font-size:14px; line-height:1.5;}
.goutp p a{ display:block; padding:8px 0; color:#fff;}
.goutp p a:hover{ color:rgba(255,255,255,.8);}
/**/
.nav  li::after {content: ''; width: 1px;height: 16px;background: #fff; position: absolute; right: 0; top: 50%;transform: translateY(-50%); }
.nav  li:last-child::after { display: none; }
.nav li:hover::after {display: none; }
.nav li.on::after {display: none; }
.nav li.ons::after { display: none; }
.tell {display: flex;align-items: center; }
.tell img { display: block; }
.tell div {overflow: hidden; margin-right: 9px; text-align: right; }
.tell div p { font-size: 14px; color: #000; margin-bottom: 3px; }
.tell div span { display: block; font-size: 20px; color: #e60002; font-weight: bold;  line-height: 1; }
/*首页幻灯片*/
.bannerHome{position: relative; z-index: 1;}
.bannerHome .swiper-slide{ width: 100%;}
.bannerHome .swiper-slide img{ width: 100%; height: auto; object-fit: cover; display: block;}
.bannerHome .swiper-pagination-bullet{ width:10px; height:10px; border-radius:50%; background:#ffffff; opacity: 1; margin: 0 10px;}
.bannerHome .swiper-pagination-bullet-active{ width: 10px;height: 10px; background: #e7333f; border-radius: 5px; position: relative;}
.bannerHome .swiper-pagination-bullet-active:after{ content: '';position: absolute; width: 15px; height: 15px;  border-radius: 50%; border:3px solid  #e7333f; left: 50%;top: 50%; margin-left: -10px; margin-top: -10px;}
.bannerHome .swiper-pagination{ bottom: 2%;width: auto; left: 50%;
  transform:translateX(-250%);
-webkit-transform:translateX(-250%);}

/*二级页幻灯片*/
.otherBanner{width: 100%; height:522px; overflow: hidden;text-align: center; position: relative; margin-bottom:0px; margin-top:0px; z-index:-1;}
.otherBanner img{text-align: center;}
.otherBanner img{ margin: 0  auto;display: block;object-fit: cover; }
/**/
.bgh{  background: #fff;overflow: hidden;}
/*新闻列表*/
.newsList{margin-top: 86px;}
.newsList li {overflow: hidden;margin-bottom: 45px; border-bottom: 1px solid #bfbfbf;padding-bottom: 45px;}
.newsList li:nth-child(3){overflow: hidden;margin-bottom:0px; border-bottom: 0px solid #bfbfbf;padding-bottom: 45px;}
.newsList li .img{float: left;width: 530px;}
.newsList li .img img{width: 100%;display: block;}
.newsList li .box{width: calc(100% - 550px);float: right;}
.newsList li .box .title{margin-top: 65px;}
.newsList li .box .title a{font-size: 24px;color: #4f4f50;font-family: 黑体;}
.newsList li .box .desc{font-size: 16px;color: #5a5959;line-height: 1.6;margin-top: 30px;}
.newsList li .box .date{text-align: right;margin-top: 35px;font-size: 16px;color: #000000;}
.newsList li .box .date span{font-size: 22px;}
/*首页在线客服*/
.customer{position: fixed;right: 0;top: 50%;margin-top: -200px;z-index: 2;}
.customer .box{width: 70px;height: 70px;margin-bottom: 10px;position: relative;}
.customer .box .box2{position: absolute;right: 0;top: 0;bottom: 0; background: #275565;color: #ffffff;
  -webkit-transition:all .9s;transition:all .9s;}
.customer .box .box2{overflow: hidden;width: 0;}
.customer .box .box2 .box3{ padding-right: 75px;line-height: 70px;padding-left: 10px; position: relative;}
.customer .box .box3 span{position: absolute;display: inline-block; width: 120px;}
.customer .box i{display:flex;width: 70px;height: 70px; background: #babbbc; align-items: center; justify-content: center; position: relative;z-index: 2;}
.customer .box:hover i{ background: #275565;}
.customer .box.back i{}
.customer .box:hover .box2{ width: 260px;}
.customer .box2pic{position: absolute; width: 120px;right: 80px;top: 0;display: none;}
.customer .box .box2pic img{width: 100%;}
.customer .box:hover  .box2pic{display: block;}

/*内页位置*/
.local{margin-top: 55px;overflow: hidden;border-bottom: 1px solid #e6e6e6;padding-bottom: 10px;}
.local .weizhi{float: left;position: relative;display: inline-block;padding-left: 15px;}
.local .weizhi h2{color:#1b273f;font-size: 22px;font-weight: 600;}
.local .weizhi p{color: #bfbfbf;font-size: 14px;display: block;margin-top: 10px;  text-transform: uppercase}
.local .weizhi::after{content: '';background: #1b273f;width: 3px;height: 100%;position: absolute;left: 0;top: 0;}
.local .navigation{float: right;color: #7f7f7f; font-size: 16px;margin-top: 35px;background: url(../images/ico-address.png)  left center no-repeat;padding-left: 25px;}
/*关于我们*/
.titMax2 {text-align: center;margin-top: 100px; margin-bottom:60px;}
.titMax2 span { position: relative;display: inline-block; padding-bottom:30px;font-size: 32px;font-weight: bold; color: #000;}
.titMax2 span::after { content: '';background:#1b273f; height: 4px; width:40%;left: 32%;position: absolute;bottom: 0;}
.Dimg {float: left; margin-top:0px;width:52%; padding:0 55px 25px 0;}
.Ddesc {width:100%; margin-top:40px;}
.Ddesc .title { text-align:left;border-bottom: 0px solid #e60002; font-size:27px;text-indent: initial; padding-left:2px; color:#1b273f; font-weight:600; margin-bottom:50px; padding-top:20px;}
.Ddesc .title h1 {color: #e60002; border-bottom: 1px solid #e60002; display: inline-block; font-size: 36px; font-weight: bold; line-height:3;font-weight:600;}
.Ddesc .title hr{/*border: 1px solid #e6e6e6; */width:48%; float:right;border-top: 1px solid #1b273f; height:0px; margin-top:25px;display: inline-block;}
.contenta {font-size:18px;line-height:2.5;margin-top:10px;/*text-indent:2em; */letter-spacing:2px;}
.contenta em{color:#1b273f; padding-right:5px;}
.picList{display: flex; justify-content: space-between; margin-top:40px; margin-bottom:60px;}
/**/
.titc{ text-align:center; padding:30px 0;}
.titc em{ display:inline-block; position:relative; padding:20px 75px; font-size:36px; color:#333; font-weight:bold; line-height:34px;}
.titc em:before,.titc em:after{ content:""; display:block; position:absolute; bottom:25px; font-size:0; overflow:hidden; width:56px; height:24px;}
.titc em:before{ left:0; background:url(../images/t1.png) left center no-repeat;}
.titc em:after{ right:0; background:url(../images/t2.png) left center no-repeat;}
.titc span{ display:inline-block; line-height:40px; padding:0 35px; font-size:18px; color:#fff; font-weight:bold; border-radius:1000px; background:#1b273f;}

.con10{padding:30px 0 30px 0;}
.con10 .swiper-slide{ background:#fff; text-align:center; padding:45px 0 30px 0; margin-top:70px; transition:all 0.6s;}
.con10 .swiper-slide .pic{ width:66.66666666666667%; margin:0 auto;}
.con10 .swiper-slide .pic .dfimg{ position:relative; z-index:3;}
.con10 .swiper-slide .pic .pic_w{ left:15px; bottom:15px; right:15px; top:15px;}
.con10 .swiper-slide p{ font-size:21px; color:#333; margin-top:20px; line-height:1.333333333333333;}
.con10 ul li.hover{ transform:translateY(-45px); border-bottom:5px solid #e60002;}
.con10 ul li.hover .pic img{ transform:scale(1);}
/**/





/**/
/*产品中心*/
.leftBox{float: left;position: relative;z-index: 20;width: 254px;margin-top: 46px; background: #f8f8f8;}
.tit2s1{background: #1b273f;text-align: center;font-size: 22px !important; color: #ffffff;font-size: 30px;height: 65px;line-height: 65px;border-radius: 5px 5px 0 0;}
.leftMenu li {height: 66px; line-height: 66px;font-size: 20px;color: #333;font-weight: 600;padding-left: 25px;padding-right: 25px; text-align:left;border-bottom: 0px dashed #dddddd; /*background:#0d1b40; */text-align:center; border-bottom: 1px solid #ebe8e8;}
.leftMenu li a {font-size: 16px;color: #333;}
.leftMenu li:hover {font-weight:600;color: #fff;background:#e60002;}
.leftMenu li:hover a{color: #fff;}
.leftMenu li.on {font-weight:600;color: #fff; background:#e60002;}
.leftMenu li.on a{font-weight:600;color: #fff;}

/*产品左侧导航下例联系我们*/
.lxwmBox{text-align: center;background: #fafafb;padding: 45px 0;}
.lxwmBox img{display: inline-block;}
.lxwmBox  p{font-size: 36px;color: #3971ac;margin-top: 15px;}
/*产品右侧*/
.rightBox{float: right;width: calc(100% - 320px);margin-top: 46px;}
.proList li{float: left;width: calc((100% - 40px)/3);margin-right:20px;margin-bottom: 20px;text-align: center;display: inline-block; background: #ffffff; border-radius: 10px;}
.proList li:nth-child(3n){margin-right: 0;}

.proList li .title {height: 90px;display: flex;align-items: center;justify-content: space-between;}
.proList li .title a{font-size: 20px;color: #3c3c3d;margin-left: 25px;}
.proList li .title span{display:flex;width: 35px;height: 35px;background: #0090ff;border-radius: 50%;display: flex;align-items: center;margin-right: 25px;color: #ffffff;justify-content: center;font-weight: bold;}
.proList li:hover .title{height: 90px;display: flex;align-items: center;justify-content: space-between;background: #e6000f;}
.proList li:hover .title a{font-size: 20px;color: #fff;margin-left: 25px;}
.proList li:hover .title span{display:flex;width: 35px;height: 35px;background: #ffffff;border-radius: 50%;display: flex;align-items: center;margin-right: 25px;color: #6a3f2c;justify-content: center;font-weight: bold;}
.proList li .img{/*  margin-top: 20px;*/ width:100%; height:370px;}
.proList li .img img{/*  margin-top: 20px;*/ width:100%; height:370px;}
.ewm{text-align: center; margin: 15px;}

/*联系我们*/
.contact_left{float: left;width: 465px;position: relative;z-index: 20;margin-top: 86px;margin-bottom: 50px;}
.contact_left .title{display: flex;align-items: center;border-bottom: 1px solid #d6d6d6;padding-bottom: 10px;margin-top: 35px;}
.contact_left .title p{font-size: 24px;color: #333333;margin-left: 10px;font-family:黑体;}
.contact_left .desc{font-size: 15px;color: #535353;line-height: 1.5;margin-top: 10px;} 
.contact_left .pic{display: inline-block;text-align: left;line-height: 3;margin-top: 24px;font-size: 14px;}
.contact_left .pic p{line-height: 1; font-size:16px; text-align:center; width:100px;}
.map{ float: right;width: calc(100%  - 495px);	margin-top: 86px;}
.map .box{ height:650px;}
/*.map img{
  width: 100%;
}*/

/*留言，底部*/
.input{ width:42%;height:40px; border: 0;outline: none;background: none; border-bottom:1px solid #5e5c5c;}
::-webkit-input-placeholder { 
/* WebKit browsers，webkit内核浏览器 */
color: #5e5c5c; font-size: 18px;} 
:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #5e5c5c; font-size: 18px;} 
::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #5e5c5c; font-size: 18px;} 
:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #5e5c5c; font-size: 18px;}
.main_form .m textarea {margin-top:25px;height:60px;width:100%;padding:0px;  border: 0px solid #BFBFBF;  outline: none; background: none; font-size: 18px;  color: #5e5c5c;  box-sizing: border-box;   resize: none; transition: all .1s;border-bottom:1px solid #5e5c5c;}
.main_form .m .submit { display: flex; align-items: center;  justify-content: center;  width: 160px;  height: 50px; background: #1b273f; font-size: 18px; color:#fff !important;   cursor: pointer;   margin: 0 auto;   border-radius:5px; /*  margin-top: 60px; */ transition: all .1s;	float:right;font-weight:500; border:0px;}

.main_form .m .submit2 { display: flex; align-items: center;  justify-content: center;  width: 168px;  height: 58px; color:#fff !important;   cursor: pointer;   margin: 0 auto;   border-radius:5px;   margin-top: 60px;  transition: all .1s;	float:right;font-weight:500; border:2px solid #1b273f;}


.bg_5 .titMax {text-align: center;margin-top: .6rem;margin-bottom: 1.2rem;}
.bg_5 .titMax h1 {font-size: .65rem;color: #333333;}
.form {margin-top:.5rem;}
.form .row { height: .6rem;}
.form .row  .col{float: left;height: .6rem; background: #ffffff; line-height: .6rem; box-shadow:0px 0px 5px 0px #cccccc; width: calc((100% - 40px)/2);position: relative;border-radius: 5px;}
.form .row :nth-child(1){float: left;}
.form .row :nth-child(2){float: right;}
.form .row span{ margin-left: .2rem; font-size: .18rem; display:flex;float: left; width: .4rem; height: 100%;position: relative; align-items: center;}
.form .row .col span img.a{ display: inline-block;}
.form .row .col  span img.as{ display: none;}
/*.form .row .col.on{ border: 1px solid #e7333f; box-shadow:0px 0px 0px 0px;}
.form .row2 .col.on{  border: 1px solid #e7333f;  box-shadow:0px 0px 0px 0px;}*/
.form .row input{ margin-right: .2rem;font-size: .18rem; display: inline-block;float: left;width: calc(100% - .8rem);position: relative;top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);  border: 0; background: none;}
.form .row2 {margin-top: .47rem;background: #ffffff;}
.form .row2 .col {height: .8rem;background: #275565;line-height: .8rem;}
.form .row2  .col textarea{ width: calc(100% - 1.5rem); float: left;height:.8rem; /*margin-top: 5px;*/border: 0;background: none;}
.form .row2 span{ margin-left: .2rem; font-size: .18rem; display: inline-block;float: left; width: .8rem; position: relative;/*margin-top: .1rem;*/ color:#FFFFFF}
.form .row2 .col span img.a{display: inline-block;}
/*.form .row2 .col.on textarea::-webkit-input-placeholder{ color: #e7333f;}
.form .row .col.on input::-webkit-input-placeholder{color: #e7333f;}*/
.sumbit{text-align: center; margin-top: 30px;}
.sumbit a{ color: #ffffff; font-size: 18px; display: inline-block;background: #275565; width: 160px;height: 50px;text-align: center;line-height: 50px;}
.sumbit .sub{ color: #ffffff; font-size: 18px; display: inline-block;background: #275565; width: 160px;height: 50px;text-align: center;line-height: 50px;border: 0px;}
.bg_5{/*background-image: url(../images/bg_5.png); */background-position: center center; background-repeat: no-repeat;background-size: cover;padding: 55px 0;margin-top:50px; background-color:#dbdbdb;}
/*页码*/
.page{border-top: 1px solid rgba(191, 191, 191,.5);text-align: center;margin-top:0px;margin-bottom:0px;}
.page span{display:inline-block;position: relative;line-height: 53px;margin-left: 20px;margin-right: 20px;padding: 0 15px;height: 53px;overflow: hidden;}
.page span img{display: block;}
.page span a{font-size: 22px;font-family:'Times New Roman', Times, serif;display: flex;justify-content: center;align-items: center;height: 100%;}
.page span a:hover{color: #1b273f !important;}
.page span.on::after{content: '';background: #1b273f;position: absolute;top: 0px;left: 0;right: 0;height: 3px;}
.page span:hover::after{content: '';background: #1b273f;position: absolute;top: 0px;left: 0;right: 0;height: 3px;}
.page .on a{ color:#1b273f;}
/*0元定制*/
.main_contact {overflow: hidden;width: 100%; background: #fff; margin-top:60px;}
.main_contact .m { width: 1200px; overflow: hidden; margin: 0 auto; display: flex; justify-content: space-between; }
.main_contact .m .list {overflow: hidden;width: 50%;background: #fff;padding: 0 56px; }
@media(max-width:1100px){
.main_contact .m .list {overflow: hidden;width:40%;background: #fff;padding: 0px; float:left; }
.main_contact .m .form {overflow: hidden;width:48%; margin-right:250px; float:left;}
}
.main_contact .m .form {overflow: hidden;width:48%; }
.main_contact .m .form .title{background:#f3f3f3; padding:20px; border-radius:10px; width:100%;}
.main_contact .m .form .title div:nth-child(1){font-size:22px; font-weight:500;}
.main_contact .m .form .title div:nth-child(3){font-size:18px; }
.title2 p:nth-child(1){ width:40px; height:40px; display:flex; float:left;align-items: center;justify-content: flex-start;}
.main_contact .m .form > img {display: block; margin: 0 auto;margin-bottom: 34px; }
.main_contact .m .form > p {font-size: 30px;color: #37dcd6; font-weight: bold;text-align: center; margin-bottom: 10px; }
.main_contact .m .form > p span { color: #ff9909;font-weight: bold; }
.main_contact .m .form > em { display: block;text-align: center; font-size: 18px; color: #555555; margin-bottom: 40px; }
.main_contact .m .form .submit {overflow: hidden; width: 160px; height: 42px; display: flex;  align-items: center;  cursor: pointer; justify-content: center; font-size: 18px; color: #fff; border-radius: 40px;  background: #6f97c1; margin: 0 auto;  margin-top: 52px; transition: all .1s;border: blue; }
.main_contact .m .form .submit:hover { opacity: 0.7; }
.main_contact .m .form .label { overflow: hidden; width: 90%;  margin-top: 14px; display: flex; align-items: flex-start;  background: #fff;  font-size: 12px; padding-left: 20px; border: 1px solid #878686;margin-left: 5%;}
.main_contact .m .form .label img { display: block;  margin-top: 15px; }
.main_contact .m .form .label textarea {  width: 80%;  resize: none;  border: none; outline: none; height: 155px; font-size: 18px; color: #30302f;  padding: 13px 20px; }
.main_contact .m .form .label textarea::placeholder {  color: #BCBBBB; }
.main_contact .m .form .label input {  width: 80%; border: none;  outline: none;  height: 55px;  font-size: 18px;  color: #30302f; padding-left: 20px; }
.main_contact .m .form .label input::placeholder { color: #BCBBBB; }
/*合作加盟*/
.content .tong_title { width: 100%; display: flex; align-items: center;justify-content: center; }
.content .tong_title p { font-size: 46px;color: #333333;margin: 0 5px; font-weight: bold; }
.content .tong_title .icon { flex: 1; display: flex;align-items: center; }
.content .tong_title .icon img {display: block;margin: 0 5px; }
.content .tong_title .icon div { flex: 1;height: 1px; background: #1b273f; }
/**/
.content .main_page1 { overflow: hidden;width: 100%; margin-bottom:60px; padding: 0px 0 0 0; }
.content .main_page1 .m {margin: 0 auto; }
.content .main_page1 .m .tong_title p { color: #fff; }
.content .main_page1 .m .tong_title .icon div { background: #fff; }
.content .main_page1 .m ul {display: flex; }
.content .main_page1 .m ul li{width: calc((100% - 60px)/4);margin-right:20px; color:#FFFFFF; text-align:center;padding:60px 0 30px 0;overflow: hidden;  margin-top: 70px; background:#1b273f;}
.content .main_page1 .m ul li:nth-child(4n){margin-right: 0;}
.content .main_page1 .m ul li img { display: block; margin: 0 auto; width:62px;margin-bottom: 18px;   }

.content .main_page1 .m ul li:hover{background:#e60002;}
.content .main_page1 .m ul li .title em {display: block;font-size:24px; font-weight: bold; line-height: 1.41304347826087;}
.content .main_page1 .m ul li .title p { display: block; line-height: 1.9; font-size: 16px; margin-top: 5px;color:#c6c9cf}
.content .main_page1 .m ul li span {display: block;font-size: 16px; color: #fff; line-height: 30px; padding:0 40px 0 50px; text-align:left; display: flex;justify-content: flex-start; align-content: center; border-bottom:}
.content .main_page1 .m ul li .line{background:#eee; height:1px; margin:20px 45px 20px 50px;}
/**/
.con22{overflow: hidden; width: 100%;display: flex;background:#f2f1f1;}
.con22_right {float: right; width:50%; position: relative; z-index: 20;margin-top:60px; text-align:left; padding:30px 40px 0px 70px; font-size:16px; }
.con22_right .titc em{font-size:30px;}
.con22_right .titc p{font-size:18px;}
.con22_right em,.con22_right p{text-align:left;}
.con22_map {float:left;width:50%;overflow:hidden;background:url(../images/jiameng/con22-1.jpg) no-repeat;height: 758px;background-position-x: right; }
.con22_list{width:100%; }
.con22_list li{font-size:20px;position: relative; float:left; text-align:left; float:left; margin-bottom:50px; }
.con22_list li div{color:#e2000f; position:relative; font-size:26px; line-height: 1.9;font-weight:bold; padding-left:15px;}
.con22_list li div::after { content: '';  background: #e2000f;  width: 3px; height: 55%;  position: absolute; left: 0; top: 25%;}
.con22_list li p{text-align:left;margin-top: 10px;}
.con22_list li li:nth-child(4){margin-bottom:0px;}
/**/



@media(max-width:1440px){
.jjsy_left{width: 300px;}
.jjsy_left ul{left: 150px;}	
}
@media(max-width:1200px){
.fxjs_title h2{font-size: 36px;}
.fxjs_title p{font-size: 16px;}
.fxjs_left{width: 50%; padding-left: 50px;}
.fxjs_text{width: 250px; padding: 20px;}
.fxjs_text p{font-size:14px;}
.fxjs_right{width: 45%;}
.fxjs_right li{padding: 0 0 40px; width: 50%;}
.fxjs_right ul{margin: 0;}
.fxbox{margin: 0 auto; width: 120px; height: 120px;}
.fxtext h2{font-size: 24px;}
.fxtext h3{font-size: 14px;}
.qhtext{ padding: ;}
.wdts_right{width: 50%;}
.qhbox p{font-size: 14px; line-height: 20px;}
.wdts_qh span{font-size: 18px; line-height: 60px;}
.wdts_qh li{height: 60px;width: 55%;}
.slls_box li{font-size: 16px;line-height: 24px;}
.fxjs{padding: 90px 0;}
.wdts{padding-bottom: 90px;}
.sfty{padding: 90px 0;}
.sfty_nr ul{margin-left: -30px;}
.sfty_nr li{padding-left: 30px;}
.sfty_text p{font-size: 16px;}
.jktf{padding: 90px 0;}
.jkhover{width: 380px;}
.jktf_right p{font-size: 14px;}
.jktf_left p{font-size: 14px;}
.jktf_right li{height: 220px;}
.jktf_left li{height: 220px;}
.cbds_left{width: 300px;}
.cbds_right{width: 300px;}
.cbds{padding-top: 90px;}
.cbds_title h2{font-size: 36px;}
.cbds_title p{font-size: 16px;}
.cbds_zhang{width: 500px;}
.xqws{padding: 90px 0;}
.xqws_text{padding: 0 20px;}
.xqws_text p{font-size: 16px; line-height: 26px;}
.xqws_text1{padding: 0 20px;}
.xqws_text1 p{font-size: 16px; line-height: 26px;}
.xqws_text1 h2{font-size: 20px;}
.xqws_text h2{font-size: 20px;}

.ldys{padding: 90px 0;}
.ldys_nr{margin-top: 55px;}
.ldys_nr img{width: 300px;}
.ldys_left h2{font-size: 16px;}
.ldys_left{width: 300px;}
.ldys_right{width: 330px;}
.ldys_right h2{font-size: 16px;}
.jjsy_title{top: 90px;}
.jjsy_title h2{font-size: 30px;}
.jjsy_title p{font-size: 16px;}
.jjsy_left{height: 700px;}
.jjsy_left li{padding: 25px 0;}
.jjtext h2{font-size: 20px;}
.jjtext p{font-size: 14px;}
.jjsy_left ul{left: 175px;}
.jjsy_left li:nth-child(2){padding-left: 70px;}
.jjsy_left li:nth-child(3){padding-left: 70px;}
.lspp{padding: 90px 0;}
.lspp_text h2{font-size: 24px;}
.lspp_nr{background-size: 90%;}
.lspp_text p{font-size: 16px; line-height: 1.7;}
.lspp_text li{font-size: 16px; line-height: 1.7;}
.syhh{padding: 90px 0;}
.syhh_nr p{font-size: 16px; line-height: 26px;}
.rybox span{padding: 20px 10px;}
.rybox p{font-size: 14px;}
.qyry{padding: 90px 0;}
.zytd,.fjnr,.cgal{padding: 90px 0;}
.wdw1{margin-top: -90px;}
.cgal_text p{font-size: 16px;}

.fddz{padding-top: 90px;}
.fddz_bottom p{font-size: 16px;line-height: 1.7;}
.fddz_bottom h2{font-size: 16px; line-height: 1.7;}
.fddz_nr{padding: 40px 25px 55px 25px;}

.foot_text h2{font-size: 16px;}
.foot_text h3{font-size: 24px;}
.foot_text p{font-size: 16px;line-height: 1.6;}
}
@media(max-width:1100px){
.wdw1{margin-top: -87px;}
.cgal_text p{font-size: 14px;}	
}
@media(max-width:1000px){
.banner .swiper-pagination{bottom: 20px;}


.fhbj{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,.7);top: 0;left: 0;z-index: 18;display: none;}
.fgt{height: .95rem;}

.gywm{padding: .8rem 0 1.1rem 0;position: relative;}
.gywm_left{float: none; width: 100%; padding: 0;}
.gywm_right{float: none; width: 43%;padding:.46rem .1rem 0 0;}
.gywm_bottom{position: absolute; width: 57%; right: 0; bottom: 1.1rem; padding: 0;}
.gywm_bottom li{width: 50%; padding: .1rem 0 0 .1rem;}
.gywm_bottom ul{margin-left: -.1rem;}

.fxjs{padding:.9rem 0 1rem 0;}
.fxjs_title{background-size: 70% auto;padding-top: .35rem;}
.fxjs_title h2{font-size:.4rem; margin-bottom: .15rem;}
.fxjs_title p{font-size: .24rem;}
.fxjs_nr{padding-top: .6rem;}
.fxjs_right{width: 100%;float: none;}
.fxbox{width: 1.95rem;height: 1.95rem;}
.fxjs_right li{padding-bottom: .6rem;}
.fxbox b{width: .46rem; line-height: .46rem;bottom: -.23rem;font-size: .24rem;height: .46rem;}
.fxtext h2{font-size: .3rem;margin-bottom: .1rem;}
.fxtext h3{font-size: .24rem;}
.fxjs_left{width: 100%; float: none; padding-left: 2.5rem;background: #fff;}
.fxjs_text{width: 60%; padding: .25rem;bottom:auto;top:50%; transform: translateY(-50%);}
.fxjs_text p{font-size: .24rem;}
.wdts_nr{ margin: 0 3%;}
.wdts_right{width: 100%; float: none;}
.wdts_left{width: calc(100% - 6%); float: none; position: static;    transform: translate(0,0); margin: 0 auto;padding: .95rem 0; max-width: 100%;}
.wdts_qh li{width: 100%;}
.wdts_qh{width: calc(100% + 6%);}
.wdts{padding-bottom: 0;}
.slls{display: none;}
.sfty{padding: .95rem 0 .9rem;}
.fxjs_title h3{margin-top: .45rem;font-size: .24rem; line-height: 1.7;zoom: .9;}
.sfty_nr{padding-top: .35rem;}
.sfty_nr li{padding-left: .15rem;}
.sfty_nr ul{margin-left: -.15rem;}
.sfty_text{padding: .18rem .08rem;}
.sfty_text p{font-size: .24rem; line-height: 1.7;}
.jktf{padding: .9rem 0 .7rem;}
.jktf_nr{margin-top: .45rem;}
.jkhover{width: 90%; position: static; margin: 0 auto;    transform: translateX(0);}
.jktf_left{float: none; width: 100%;padding-top: .5rem;}
.jktf_left h2{font-size: .3rem;margin-bottom: .2rem;}
.jktf_left p{font-size: .24rem; line-height: 1.7;}
.jktf_left li{height: auto; padding-bottom: .22rem;}
.jktf_left a{display: none;}
.jktf_right{float: none; width: 100%;text-align: left;}
.jktf_right li{padding-bottom: .2rem;height: auto;}
.jktf_right h2{font-size: .3rem;margin-bottom: .2rem; padding-left: 20px;}
.jktf_right p{font-size: .24rem; line-height: 1.7;}
.jktf_right h2:before{left: 0;right: auto;}
.jktf_right a{display: none;}

.cbds{padding: .9rem 0 0 0;}
.cbds_title{background-size: 85% auto; padding-top: .25rem;}
.cbds_title h2{font-size: .4rem;margin-bottom: .15rem;}
.sjzs{display: block;}
.cbds_nr img{width: 100%;}
.cbds_right{display: none;}
.cbds_left{display: none;}
.cbds_zhang{width: 85%;}
.cbds_nr{padding: .6rem 0 6rem 0;}
.fxjs_title.fxjs_title1 h2{font-size: .36rem;}
.xqws{padding: .9rem 0;}
.xqws_nr{padding-top: .4rem;}
.xqws_left{display: none;}
.xqws_right{float: none; width: 100%}
.xqws_tp{width: 2.8rem;}
.xqws_text{width: calc(100% - 3.15rem); padding: 0;background-size: 80% auto;}
.xqws_text p{font-size: .24rem;line-height: 1.7;zoom: 0.9;}
.xqws_text h2{font-size: .26rem;}
.xqws_box1{margin-top: .25rem;}
.xqws_tp1{width: 2.8rem;}
.xqws_text1{padding: 0; width: calc(100% - 3.15rem);background-size: 80% auto;}
.xqws_text1 p{font-size: .24rem;line-height: 1.7;zoom: 0.9;}
.xqws_text1 h2{font-size: .26rem;}

.ldys{padding: .9rem 0;}
.ldys_nr{margin-top: .5rem;}
.ldys_nr img{width: 5rem; position: static; transform: translate(0,0); margin: 0 auto;}
.ldys_left{width: 35%;zoom: .68;}
.ldys_right{width: 65%;zoom: .6675;}
.bj5{display: none;}
.lspp{padding: .9rem 0;}
.lspp_nr{margin-top: .6rem;}
.lspp_tp{width: 100%; padding: 0 .3rem;float: none;}
.lspp_tp img{border-radius: 0 2.1rem 0 0;}
.lspp_text{width: 100%; float: none;padding-top: .75rem;}
.lspp_text h2{font-size: .45rem;}
.lspp_text p{font-size: .24rem; line-height: 1.7;}
.lspp_text li{font-size: .24rem; line-height: 1.7;}
.bj6{display: none;}
.qyry{padding: .9rem 0 .4rem;}
.qyry_nr{padding: .55rem 0 .88rem 0;margin: 0;}
.rybox span{padding: .2rem .1rem;}
.rybox p{font-size: .24rem; padding: 0; line-height: 1rem;}
.zytd, .fjnr, .cgal{padding: .9rem 0;}
.zytd_nr{padding: .52rem 0 1rem 0;}
.fjnr_nr{padding: .55rem 0 1rem 0;}
.bj9{display: none;}
.fddz{padding: .9rem 0;}
.fddz_nr{margin-top: .55rem; padding: .55rem .45rem;}
.fddz_top{display: none;}
.fddz_bottom li{float: none; width: 100%;}
.fddz_bottom h2{font-size: .24rem; color: #1b273f; line-height: 1.8;}
.fddz_bottom p{font-size: .24rem; color: #1b273f; line-height: 1.8;}

.bddh {position: fixed; width: 100%; background: #4785c4;bottom: 0;left: 0; z-index: 15; }
.bddh ul{overflow: hidden;}
.bddh li{float: left; width: 50%;text-align: center; line-height: 1.1rem; font-size: .36rem;}
.bddh li a{display: block; text-align: center;color: #fff;}
.bddh ul li:nth-child(2) a{ background: #75a147;}
.rightfd{display: none;}


}


/*网站底部*/
.con16{ background:#f8f8f8; padding:100px 0; margin-top:60px;}
.con16 .mes_form{ padding:30px 0 0 0;}
.con16 .mes_form li{ padding-top:3.75%; width:48.3%;}
.con16 .mes_form li.big{ width:100%;}
.m_intxt{ border:1px solid #fff; background:#fff; line-height:1.388888888888889; font-size:18px; padding:20px 35px; width:100%; resize:none; transition:all 0.6s;}
.m_intxt:focus{ border-color:#0090ff; color:#fff; background:#e60002;}
.m_intxt:focus::-webkit-input-placeholder{ color:#fff;}
.m_intxt:focus::-moz-placeholder{ color:#fff;}
.m_intxt:focus:-moz-placeholder{ color:#fff;}
.m_intxt:focus:-ms-input-placeholder{ color:#fff;}
.m_inbut{ color:#fff; font-weight:bold; background:#e60002; font-size:24px; cursor:pointer; border:none; line-height:2.583333333333333; border-radius:1000px; margin:0 auto; width:200px; display:block; text-align:center; transition:all 0.6s; margin-top:40px; box-shadow:9px 0 16px rgb(181,181,181,.38);background: url(../images/com_but_bg.png) no-repeat center , linear-gradient(#e60002, #e60002); background-position:right 15% center; background-size:12%;padding-right: 3%;}
.m_inbut:hover{ opacity:.9;}

.com li .pic img{ display:block; transition:all 0.6s; width:100%;}
.com li.hover .pic img{ transform:scale(1.05);}
.con1,.con2,.con3,.con4,.con5,.con6,.con7,.con8,.con9,.con10,.con11,.con12,.con13,.con14,.con15,.con16,.con17,.con18,.con19,.con120,.con21,.con33{ overflow:hidden;}


/*foot style*********************************************************************/
.footer{ width:100%; background:#1b273f; padding:25px 0 0 0;}
.foot1{ padding:50px 0; border-bottom:2px solid #9196a2;}
.foot1 .f_lf{ width:22.5%;}
.foot1 .f_lf img{ height:31px; display:block;}
.foot1 .f_nav{ width:63.3%; line-height:31px;}
.foot1 .f_nav li a{ color:#fff; font-size:16px;}
.foot1 .f_nav li a:hover{ color:rgba(255,255,255,.9);}
.foot2{ position:relative; padding:25px 0;}
.foot2 .f_ewm{ position:absolute; right:0; top:50%; margin-top:-70px;}
.foot2 .f_ewm li{ width:114px; margin-left:24px; text-align:center;}
.foot2 .f_ewm li .e_pic{ position:relative;}
.foot2 .f_ewm li .e_pic:before,.foot2 .f_ewm li .e_pic:after,.foot2 .f_ewm li .e_pic .clear:before,.foot2 .f_ewm li .e_pic .clear:after{ content:""; display:block; position:absolute; font-size:0; overflow:hidden; width:10px; height:10px;}
.foot2 .f_ewm li .e_pic:before{ top:-1px; left:-1px; border-left:1px solid #ebf6ff; border-top:1px solid #ebf6ff;}
.foot2 .f_ewm li .e_pic:after{ top:-1px; right:-1px; border-right:1px solid #ebf6ff; border-top:1px solid #ebf6ff;}
.foot2 .f_ewm li .e_pic .clear:before{ bottom:-1px; left:-1px; border-left:1px solid #ebf6ff; border-bottom:1px solid #ebf6ff;}
.foot2 .f_ewm li .e_pic .clear:after{ bottom:-1px; right:-1px; border-right:1px solid #ebf6ff; border-bottom:1px solid #ebf6ff;}
.foot2 .f_ewm li .e_pic .clear{ padding:5px; position:relative;}
.foot2 .f_ewm li .e_pic .clear img{ width:104px; height:104px; display:block;}
.foot2 .f_ewm li p{ font-size:16px; color:#fcf9e8; line-height:1.6875;}
.foot2 .f_tell{ padding:31px 0 0 0; width:33.33%;}
.foot2 .f_tell em{ display:block; font-size:20px; color:#fcf9e8; line-height:40px; margin-bottom:10px;}
.foot2 .f_tell p{ font-size:48px; color:#ffffff; font-family:"impact"; line-height:60px;}
.foot2 .f_adr{ padding:30px 0; width:63.3%;}
.foot2 .f_adr p{ font-size:16px; color:#fcf9e8; line-height:2.25;}
.foot{ font-size:14px; line-height:1.714285714285714; padding:15px 0; background:#0a2132; border-bottom:2px solid #5fd5c9;}
.foot em{ color:rgba(255,255,255,.6);}

@media(max-width:1000px){
.foot_text h3 {font-size: 25px;margin-bottom: 10px}
.foot_text p {}
.foot_text p span {padding-left:0px; display:block;}
.fddz_nr { padding: 65px 0px;}
.footerbox {padding-bottom:0px;}
.fddz_bottom li {height:108px;}
.contact_left {width: 365px;}
.map {width: calc(100% - 395px);}
}
