html,body{width: 100%;font-size:16px;font-family:"Microsoft Yahei","Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;}
*{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, ul, li, span, a {box-sizing: border-box;}
/*::-webkit-scrollbar {display:none}*/
li{list-style: none;}
.relative{position: relative;}
.absolute{position: absolute;}
a{ text-decoration:none; color:#333;}
.cuya{font-family: "impact";}
i,em{font-style: normal;}
.liuyan{ padding:0 0 30px 0}



/*主导航多级菜单*/
.header{width: 100%; padding:0.5% 2%;display: flex; display:-webkit-flex;justify-content:space-between;align-items: flex-start;flex: 5; background: #f4f4f4;}
.header .logo{flex: 1;max-width:389px; margin-top: 15px;;}
.header .logo img{width:100%;}
/*nav*/
.nav{ width:44%;  }
.nav ul{}
.nav li{line-height:80px; width:calc(100%/7); float: left;position: relative;  height:80px; text-align:center;}
.nav li a{ display: block; color: #333; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;}
.nav li a.nav-font{ display:block; height:0; overflow:hidden; color: #333;transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;}
.nav li.select a.nav-font, .nav li:hover a.nav-font{ height:26px; line-height: 1; margin-top: 20px; padding: 0;}
.nav li.select a, .nav li:hover a{line-height: 20px; padding: 6px 0 24px;font-weight: bold;}
.nav li:after{ content: ''; display: block; position: absolute; bottom: -10px; left: 50%; width: 2px; height: 0; background: #efbd45; opacity: 0; filter: alpha(opacity=0);}
.nav li.select:after, .nav li:hover:after{ opacity: 1; filter: alpha(opacity=100); height: 20px;}

.header .call{margin-top:4px;height:70px;background:url(../images/call.png) left center no-repeat;padding-left:70px; text-align:left}
.header .call p{font-size:18px;color:#333;padding:3px 0 2px 0;}
.header .call h3{font-size:27px;color:#333;font-family: georgia,serif;}

/* banner*/
#banner{position:relative;overflow:hidden;width:100%;}
#banner ul{position:relative;overflow:hidden;width:600%;margin: 0;}
#banner ul li{width:16.666%;float:left}
#banner ul li img{width:100%;display:block;}
#banner aside{position:absolute;top:0;bottom:0;height:0;width:90%;right:0;left:0;margin:auto}
#banner aside span{display:block;width:65px;height:65px;z-index:63;background:rgba(255,255,255,0.3);border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;position:relative;cursor:pointer;opacity:0;transition:all 0.3s;margin-top:-2%;}
#banner:hover aside span{opacity:1;}
#banner aside span:after{content:'';position:absolute;top:0;bottom:0;right:0;left:20%;margin:auto;width:27px;height:27px;border-top:3px solid #ffffff;border-left:3px solid #ffffff;-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-ms-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}
#banner aside span.prev{float:left;}
#banner aside span.next{float:right;}
#banner aside span.next:after{left:0;right:20%;-webkit-transform:rotateZ(135deg);-moz-transform:rotateZ(135deg);-ms-transform:rotateZ(135deg);-o-transform:rotateZ(135deg);transform:rotateZ(135deg)}
#banner #bannerBtnS{width:145px;position:absolute;right:0;left:0;bottom:3%;margin:auto}
#banner  #bannerBtnS em{display:block;float:left;width:12px;height:12px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border:3px solid #fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 4.75px;background:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}
#banner  #bannerBtnS em.act{background:#04589e}
@media (max-width:769px){
    #banner  #bannerBtnS em{width:8px;height:8px;}
}

.pro{ width:100%; position:relative; margin:4% 0;}
.pro h2{width: 100%; height: 140px; position: relative; overflow: hidden; text-align: center;}
.pro h2 i{ position: absolute; z-index: 1; left: 0;right: 0;text-transform: uppercase;opacity: 0.08;font-family: impact; font-size: 110px;}
.pro h2 strong{position: absolute; z-index: 2; left: 0;right: 0;bottom: 0;color: #e81123;transition: .5s; ;}
.pro h2 strong em{color: #333;}
.pro h2 strong:after{content: ""; width: 100px; height: 5px; background: #e81123; display: block; margin:15px auto 0 auto;}
.pro h2 strong:hover{color: #035297;}
.pro h2 strong em:hover{color: #e81123;}

.pro_list{width: 90%; margin: 4% auto;;}
.pro_list ul{display: flex; display:-webkit-flex;-webkit-justify-content: space-around;   justify-content:space-around;}
.pro_list li{ background:#e81123; padding: 1% 3%;border-radius: 10px;transition: .5s; text-transform: uppercase;}
.pro_list li:hover{background-image: -webkit-linear-gradient(left,#e81123, #2a3189);}
.pro_list li a{color: #fff;}

#top_scroll {height:700px;overflow: hidden;max-width:90%;margin:30px auto 0px auto;}
#top_scroll ul li{float: left;width:24%;margin:0.5%; background:#f1eded;}
#top_scroll ul li .img{overflow: hidden; }
#top_scroll ul li img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;width:100%}
#top_scroll ul li:hover img{-webkit-transform:scale(1.2, 1.2);-moz-transform:scale(1.2, 1.2);-o-transform:scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2);}
#top_scroll ul li h3{color:#333;font-weight:400; line-height:70px; border-bottom:1px solid #f2f2f2; text-align:center;}
#top_scroll ul li:hover{background-image: -webkit-linear-gradient(left,#e81123, #2a3189);}
#top_scroll ul li:hover h3{color:#fff;}


/*优势*/
#youshi{background:url(../images/adv.jpg) no-repeat center top; width: 100%; padding-bottom: 7%;}
.head-youshi{ width:70%; margin:0 auto; text-align: center; padding: 5% 0;}
.head-youshi p{ color: #fff; margin-top: 15px;}
.ys-content{width: 90%; margin: 0 auto;}
.ys-content ul{width:100%}
.ys-content ul li{float:left;width:25%}
.ys-content ul li a{background:#e81123;border-bottom-left-radius:170px;border-bottom-right-radius:170px;border:5px solid #e81123;display:block;margin:0 auto;padding-top:1rem;text-align:center;transition:.6s;width:340px}
.ys-content ul li a .img{background:url(../images/bg22.jpg) no-repeat;border-radius:50%;border:5px solid #fff;height:340px;width:340px}
.ys-content ul li.ys-c2 .img{background-position:0 -350px}
.ys-content ul li.ys-c3 .img{background-position:0 -700px}
.ys-content ul li.ys-c4 .img{background-position:0 -1050px}
.ys-content ul li a em{border-bottom:3px solid #fdf603;color:#fdf603;display:block;font-size:30px;line-height:2;margin-left:15%;width:100%;width:70%}
.ys-content ul li a p{color:#fff;line-height:2;margin:2rem 0;padding:0 1em;}
.ys-content ul li a:hover{background:#035297;border:5px solid #035297}

/*合作客户*/
.hezuo{ width:100%; position:relative; padding:4% 0; background: #f2f2f2;}
.hezuo h2{width: 100%; height: 140px; position: relative; overflow: hidden; text-align: center;}
.hezuo h2 i{ position: absolute; z-index: 1; left: 0;right: 0;text-transform: uppercase;opacity: 0.08;font-family: impact; font-size: 110px;}
.hezuo h2 strong{position: absolute; z-index: 2; left: 0;right: 0;bottom: 0;color: #e81123;transition: .5s; ;}
.hezuo h2 strong em{color: #333;}
.hezuo h2 strong:after{content: ""; width: 100px; height: 5px; background: #e81123; display: block; margin:15px auto 0 auto;}
.hezuo h2 strong:hover{color: #035297;}
.hezuo h2 strong em:hover{color: #e81123;}
.hezuo ul{display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; width: 90%; margin:4% auto 0 auto;flex-wrap: wrap;}
.hezuo li{justify-content:center; background: #fff; border: 1px solid #e5e4e4; margin:0 1% 1% 1%; width:18%;}
.hezuo li img{width: 100%;}

/*公司简介*/
.about{ width:100%;margin:0px auto;display: flex; display:-webkit-flex; justify-content:space-between;align-items: flex-start; }
.about .about_l{ width:45%; overflow:hidden;background:url(../images/about.jpg) no-repeat left top; height: 600px; }

.about .about_r{width: 55%; overflow: hidden; padding: 4% 0 0 0;height: 600px; position: relative;}
.about .about_r h2{display: block; color: #e81123; padding-left: 5%;}
.about .about_r h2:after{content: ""; width: 40%; height: 5px; background: #333; display: block; margin:15px 0 0 0;}
.about .about_r p{ width: 90%; margin-top:30px; line-height:31px; font-size:16px;text-indent:2em;padding-left: 5%;}

.hangye_icon{ width:100%;  height:165px; background:#e81123; margin-top: 8%; position: absolute; bottom: 0;}
.hangye_icon ul{ width:80%; text-align:center; color:#fff;display: flex; display:-webkit-flex; justify-content:space-between;align-content:center}
.hangye_icon li{ padding:0 1.5%; margin-top: 3%;}
.hangye_icon li:nth-child(1){ margin-left:50px;}
.hangye_icon li:nth-child(5){ padding-right:0}
.hangye_icon li i{ width:75px; height:75px; border:1px solid #f0a371;border-radius:50%; display:block; margin-bottom:10px; }
.hangye_icon li i img{ margin:0 auto; text-align:center; display:block; margin-top:16px;}

/*发货*/
.fahuo{ width:100%; position:relative; padding:4% 0; background: #f2f2f2;}
.fahuo h2{width: 100%; height: 140px; position: relative; overflow: hidden; text-align: center;}
.fahuo h2 i{ position: absolute; z-index: 1; left: 0;right: 0;text-transform: uppercase;opacity: 0.08;font-family: impact; font-size: 110px;}
.fahuo h2 strong{position: absolute; z-index: 2; left: 0;right: 0;bottom: 0;color: #e81123;transition: .5s; ;}
.fahuo h2 strong em{color: #333;}
.fahuo h2 strong:after{content: ""; width: 100px; height: 5px; background: #e81123; display: block; margin:15px auto 0 auto;}
.fahuo h2 strong:hover{color: #035297;}
.fahuo h2 strong em:hover{color: #e81123;}

#fahuo_scroll {height:700px;overflow: hidden;max-width:90%;margin:30px auto 0px auto;}
#fahuo_scroll ul li{float: left;width:24%;margin:0.5%; background:#fff;}
#fahuo_scroll ul li .img{overflow: hidden; }
#fahuo_scroll ul li img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;width:100%}
#fahuo_scroll ul li:hover img{-webkit-transform:scale(1.2, 1.2);-moz-transform:scale(1.2, 1.2);-o-transform:scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2);}
#fahuo_scroll ul li h3{color:#333;font-weight:400; line-height:70px; border-bottom:1px solid #f2f2f2; text-align:center;}
#fahuo_scroll ul li:hover{background-image: -webkit-linear-gradient(left,#e81123, #2a3189);}
#fahuo_scroll ul li:hover h3{color:#fff;}

/*news*/
.news{ width:100%; position:relative; padding:4% 0; }
.news h2{width: 100%; height: 140px; position: relative; overflow: hidden; text-align: center;}
.news h2 i{ position: absolute; z-index: 1; left: 0;right: 0;text-transform: uppercase;opacity: 0.08;font-family: impact; font-size: 110px;}
.news h2 strong{position: absolute; z-index: 2; left: 0;right: 0;bottom: 0;color: #e81123;transition: .5s; ;}
.news h2 strong em{color: #333;}
.news h2 strong:after{content: ""; width: 100px; height: 5px; background: #e81123; display: block; margin:15px auto 0 auto;}
.news h2 strong:hover{color: #035297;}
.news h2 strong em:hover{color: #e81123;}

.news .news_cont{ width:100%; background:url(../images/news.jpg) no-repeat center top; margin-top:40px;padding-top:80px;}
.news .news_cont .s_width{ background:#fff; overflow:hidden;}

.news_cont  .s_width{ width:1320px; position:relative; overflow:hidden; margin:0 auto;background:#fff; padding:0px 20px;}
.news_cont li{ width:420px; float:left;  height:495px; position:relative; border:1px solid #fff; margin:20px 13px 0 0; }
.news_cont li:nth-child(2){ background:#f2f2f2;}
.news_cont .xinwen_pic{ width:380px; height:265px; position:absolute; top:9px; left:50%; margin-left:-190px; overflow:hidden;}
.news_cont .xinwen_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.news_cont .xinwen_pic:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}

.news_cont .xinwen_text{ width:370px; padding:20px 15px; position:absolute; top:280px; left:0}
.news_cont .xinwen_text .xinwen_date{ font-size:14px; color:#9e9e9e; line-height:33px;}
.news_cont .xinwen_text .xinwen_title a{  color:#333; line-height:26px;}
.news_cont .xinwen_text .xinwen_title a:hover{ color:#333;}
.news_cont .xinwen_text .xinwen_span{ width:32px; height:2px; background:#c99619}
.news_cont .xinwen_text .xinwen_cont{ width:100%; font-size:15px; line-height:26px; color:#666; margin-top: 15px;}

/*footer*/
.footer{ width:100%; background:#191111;}
.footer .s_width{display: flex; display:-webkit-flex;justify-content:space-between;align-items: flex-start;width: 90%; margin: 0 auto; }
.footer .footer_a{ width:410px;color:#fff; padding:5% 0 0 0;}
.footer .footer_a p{border: 1px solid #fff; padding: 1% 3%;border-radius: 30px; font-size: 38px;font-family: impact;width: 80%; margin-bottom: 7%;}
.footer .footer_a p i{background:url(../images/tel.png) no-repeat left top 10px; display: inline-block; width: 40px; height: 40px; background-size: 76%;}
.footer .footer_a h2 em{display: block; font-weight: 100;text-transform: uppercase; line-height: 35px;}
.footer .footer_a ul{width: 55%;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
.footer .footer_a li{width: 48%;}
.footer .footer_a li img{width: 100%;}
.footer .footer_a li em{display: block; text-align: center; padding: 8px 0;}


.footer .footer_b{ border-left:1px solid transparent;border-right:1px solid transparent; border-color: rgba(151, 151, 151, 0.6);  padding:5% 5% 5% 5%;color:#fff; width: 47%;}
.footer .footer_b h2{text-transform: uppercase; font-weight:normal;padding-bottom:40px;}
.footer .footer_b ul{ overflow:hidden; padding-bottom:20px;display: flex; display:-webkit-flex;justify-content:space-between;flex-wrap: wrap;}
.footer .footer_b li{ width: 49%; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.6); margin-bottom: 1%; text-align: center; line-height: 50px; text-transform: uppercase;}
.footer .footer_b li em{ display:block; color:#fff; padding-bottom:20px;}
.footer .footer_b li em:after{ content:""; width:40px; height:3px; background:#79c440; display:block; margin-top:10px;}
.footer .footer_b li a{ color:#fff; line-height:31px;}
.footer .footer_b li a:hover{font-weight: bold;}

.footer .footer_c{   padding:5% 4% 0 5%;color:#fff;}
.footer .footer_c h2{text-transform: uppercase; font-weight:normal;padding-bottom:40px;}
.footer .footer_c p{line-height: 31px;}

.end{ background: #e81123; height:50px }
.end .end_l{ width:70%;}
.end .end_l img{ padding-top:0px; width: 11%;}
.end .end_l p{ font-size:16px; color:#fff; float:right; line-height:50px;}
.end .end_r{ padding-top:8px;}
.end a{ color:#fff; }
/*网站内页*/
.main{ width:80%; margin:80px auto 0 auto;display: flex; display:-webkit-flex;justify-content:space-between;align-items: flex-start;flex: 5;}
.neiye{margin-top: 5%;}
.neiye h2{display: block; width:26%; margin:5rem auto 0 auto;}
.neiye h2 img{width:100%;margin: 0 auto;display:block;}
.neiye h3{color:#000;display:block; font-weight:normal; padding: 0% 0 1% 0;text-align: center;}
.neiye h3:after{content:""; width: 120px; height: 4px; background: #abce03; display: block; margin:1rem auto;}


@media (max-width:769px){
    .neiye{  padding:50px 0 0 0;}
    .neiye h2{ width: 70%; margin: 0 auto;}
    .neiye h2 img{width:100%;}
    .neiye h3{ text-align: center; padding: 3% 0 3% 0;}
    .neiye h3:after{margin: 1rem auto 0 auto;}

}

.main_cont{ width:80%; margin:0 auto; overflow:hidden；}
.main_cont p{ font-size:17px; line-height:31px; color:#333; margin-bottom:10px;}

.main_l{width:280px}
.box_one{width: 100%;background-color: #e81123;padding: 10px 10px}
.box_one .title{text-align: center;margin-bottom:20px;}
.box_one .title h3{color:#fff;font-weight:bold;font-size:30px;margin:20px 0 10px 0;}
.box_one .title p{color:#fff;font-size:16px;}
.box_one ul li{line-height:50px;background-color:#fff;margin-bottom:5px;text-align:left;}
.box_one ul li a{color:#333;position: relative;z-index:1;font-size:17px; display:block; padding-left:20px;text-transform: uppercase;}
.box_one ul li i{position: absolute;width:100%;height:0;background-color:#035297;left:0;top:0;z-index:-1;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.box_one ul li a:hover i, .box_one ul li a.active i{height:100%;}
.box_one ul li a:hover, .box_one ul li a.active{color:#fff;}
.box_two{ background:#035297; padding:30px 10px 10px 10px; margin-top:1rem; color:#fff; width: 100%;}
.box_two h3{ font-size:18px; font-weight:normal;}
.box_two h3:after{ content:""; width:30px; height:5px; background:#fff; display:block; margin-top:10px; margin-bottom:20px;}
.box_two p{ font-size:16px; line-height:31px; color:#fff;}
.box_two a{ width:70%; height:30px; line-height:30px; margin:30px auto 30px auto; background:#f2f2f2; display:block; text-align:center; color:#333}

.main_r{ width:80%; background:#fbfbfb; padding:20px; overflow:hidden;}

.main_read h3{ text-align:center; font-size:25px; font-weight:normal; padding:50px 0 10px 0; }
.main_read .main_date{ text-align:center; font-size:15px; color:#666; line-height:35px;border-bottom: 1px solid #E0E0E0; margin-bottom:50px; }
.main_read img{  margin:0 auto 15px auto; display:block;}
.main_read .main_read_cont{font-size:16px;  line-height:31px; color:#333;margin:0 auto;}
.main_read .main_read_cont p{ }
.main_read .main_read_cont img{ display:block; margin:0 auto;}
.main_read .main_read_cont iframe{width: 800px; height: 600px;display: block; margin: 0 auto;}

@media (max-width:769px){
    .main{width:95%; margin:0px auto 0 auto;}
    .main_cont{width: 95%;}
    .main_l{display: none;}
    .main_r{width:100%; padding: 0 0 85px 0;}
    .main_read .main_read_cont iframe{width: 100%; height: 200px;;;}
}
/*内页公司简介*/
.se_about{ width:72%; background:#f2f2f2; padding:50px; overflow:hidden;}
.se_about p{font-size:16px; line-height:31px;}

@media (max-width:769px){
    .se_about{ width:100%;padding: 0 0 80px 0; }
    .se_about p img{width: 100%;}
}

/*内页产品展示*/
.main_r ul{ width:100%;}
.main_r li{width:32%; float:left; margin:0 2% 2% 0;overflow: hidden;position: relative;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.main_r li .img{overflow: hidden;}
.main_r li:nth-child(3n){ margin-right:0;}
.main_r li img{width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.main_r li:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}

@media (max-width:769px){
    .main_r li{width:100%; float:left; margin:0 0% 2% 0;}
}

.pro_liuyan{width: 100%; margin-top: 3rem;}
.panel-body{overflow: hidden; margin-top: 25px; }
.col-sm-2{float: left;height: 65px;width: 15%;text-align: right;vertical-align: middle;font-size: 14px;min-height: 1px;color: #333;}
.col-sm-9{width: 50%; float: left;}
.form-control{padding: 0 3px;float: left; width:64%;overflow: hidden;border:none;background: rgba(255,255,255,0.9);font-size: 16px;color: #666;line-height: 40px; border: 1px solid #eeecec;border-radius: 10px}
.control-label{float: left;height: 50px;line-height: 50px;width:11%;text-align: left;vertical-align: middle;font-size: 16px;min-height: 1px;color: #333;}
.form-group{padding:0.5rem 10px;font-size: 16px;color: #666;line-height: 35px; width:80%; float:left;}
.ffcontent{width: 99%; display:block}
.form-group2{padding: 10px 10px;background: rgba(255,255,255,0.9);font-size: 16px;color: #666;line-height: 35px; width:40%; float:left; margin:0 20px 0px 0;}
.btn-success{ display:block; background: #333; color:#fff;width: 100%;  text-transform: uppercase; font-size: 20px; height:58px;   line-height: 58px; border:none!important; margin:0 auto;border-radius: 30px;}
.btn-success a{}
.liuyan_cont .liuyan_b .btn {display:block;padding: 6px 12px;font-size: 18px;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;
-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;border: 1px solid transparent; margin:0 auto; width:100%}

.hezuo_r{ width:80%; background:#fbfbfb; padding:20px; overflow:hidden;}
.hezuo_r ul{ width:100%;}
.hezuo_r li{width:18%; float:left; margin:0 2% 2% 0;overflow: hidden;position: relative;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.hezuo_r li .img{overflow: hidden;}
.hezuo_r li:nth-child(3n){ margin-right:0;}
.hezuo_r li img{width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.hezuo_r li:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
/* 样式一 */
.item .info{padding:20px;background:url(../images/arrow2.png) right 90px no-repeat;}
.item strong{display: block;width:95%;font-weight:100;text-transform: uppercase;text-transform: uppercase;text-transform: uppercase;}
.item .line2{width:100%;height:2px;transform-origin: 100%;-webkit-transform-origin: 100%;-webkit-transition: -webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: -webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: transform .7s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transform: scaleX(0);-webkit-transform: scaleX(0);visibility: hidden\9;background-color:#e81123;text-transform: uppercase;}
.item p{display: none;}
.item:hover .line2{transform: scaleX(1);-webkit-transform: scaleX(1);-moz-transform: scaleX(1);transform-origin: 0;-webkit-transform-origin: 0;visibility: visible\9;}
.item:hover .info{background:url(../images/arrow2.png) right center no-repeat;}
.item:hover strong{border-right:1px solid #f1f1f1;text-transform: uppercase;}
/* 样式一 */

@media (max-width:769px){
    .main_r li{width:49%; margin:0 1% 1% 0;}
    .item .info{padding:20px 0;}

}

/*se_hangye*/
.se_news_con{ padding:40px 0 0 0; width:100%; margin:0 auto;}
.se_news_con ul{ }
.se_news_con li{  margin-bottom:15px;position:relative; overflow:hidden; cursor: pointer;position:relative; top:0; padding:25px 0; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; border-bottom:1px solid #eee}
.se_news_con li:hover { background:#e71321; top:20px;}
.se_news_con .se_news_da{ width:1380px; margin:0 auto}
.se_news_l{ width:300px; position:relative; overflow:hidden; height:200px; }
.se_news_l img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_news_l:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}

.se_news_r{ width: 976px; position: relative; z-index: 2; padding:10px 20px 0 0}
.se_news_r span{ display:block; background:url(../images/yuan.png) no-repeat left center; line-height:35px; font-size:14px; color:#888; padding:0 0 0 20px;}
.se_news_r h2{  font-size:14px; color:#555555; padding:5px 0 10px 0; font-weight:normal;}
.se_news_r h2 a{  font-size:23px; color:#333; text-transform:uppercase; display:block; line-height:50px;transition:all 0.2s ease 0s; -webkit-transition:all 0.2s ease 0s;}
.se_news_r h2 a:hover{   color:#0f58ce; }
.se_news_r p{ line-height:28px; color:#777; padding:10px 0 10px 0; font-size:15px;}
.se_news_r .se_news_more{ width:120px; border:1px solid #f2f2f2; background:#f2f2f2; line-height:30px; text-align:center; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.se_news_r .se_news_more a{ color:#00af5f; font-size:14px;}
.se_news_r .se_news_more a:hover{ color:#fff; }
.se_news_con li:hover .se_news_more{ background:#fff; border:1px solid #fff; }
.se_news_con li:hover .se_news_more a{ color:#ca2c2c; }
.se_news_con li:hover .se_news_r h2 a{ color:#fff; }
.se_news_con li:hover .se_news_r h2{ color:#fff; }
.se_news_con li:hover .se_news_r p{ color:#fff; }

@media( max-width:1366px ){
    .se_news_con .se_news_da{ width:90%; margin:0 auto}
    .se_news_r{ width: 70%; }
} 

@media (max-width:769px){
    .se_news_con{ padding:0px 0 0 0;}
    .se_news_con .se_news_da{width: 100%;}
    .se_news_l{display: none;}
    .se_news_r{width: 95%;}
}


/*内页产品案例*/
.se_tuandui { width:90%; margin:0 auto;  padding:0px 0 20px 0}
.se_tuandui ul{ width:100%;}
.se_tuandui li{float:left; padding:0; width:29.8%; margin:0 5% 25px 0; position:relative; overflow:hidden; background:#fff; border:1px solid #eee;}
.se_tuandui li .p-img{ width:100%; text-align:center;  position:relative; overflow:hidden }
.se_tuandui li .p-name{ height:85px; line-height:85px; word-break:break-all; word-wrap: break-word; overflow:hidden;text-align: center;font-size:22px; color:#333;}
.se_tuandui li .p-name em{ display:block; font-size:19px; color:#fff;}
.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:16px; line-height:35px; color:#666;}
.se_tuandui p span{ font-size:17px;  color:#af1318;}
.se_tuandui li:nth-child(3n){ margin:0 0 25px 0;}

@media( max-width:1279px){
.se_tuandui li .p-name{ height:55px; line-height:55px; word-break:break-all; word-wrap: break-word; overflow:hidden;text-align: center;font-size:20px;  color:#fff;}	
}
	
@media only screen and (max-width:750px ){
.main_read .main_read_cont{width:95%; margin:0 auto;}
.main_read .main_read_cont img{width: 100%;}
.se_tuandui li{float:left; padding:0; width:48%; margin:0 0.5% 25px 0.5%; position:relative; overflow:hidden; background:#fff; border:1px solid #eee;}
.se_tuandui li .p-name{ height:55px; line-height:55px;font-size:18px; }
.se_tuandui p{ font-size:14px; line-height:35px; color:#666;}
}


/*内页联系我们*/
.ny_contact{ background:#f2f2f2; padding:100px 0; width: 100%; overflow: hidden;}
.ny_contact .s_width{ width:1280px; margin:0 auto; background:#fff;}

.ny_contact_l{ width:40%; background:url(../images/cnt_r.jpg) no-repeat right top; padding:50px;}
.ny_contact_l h2 {font-family: arial;font-size: 60px;color: #666666;margin-bottom: 16px;line-height: 45px;text-transform: uppercase;}
.ny_contact_l h3 {line-height: 36px;font-size: 29px;}
.ny_contact_l .pub_title_link {width: 60px;height: 2px;background-color: #e60012;margin: 23px auto 32px;    margin-left: 0;}
.ny_contact_l p {line-height: 40px;font-size: 16px;}
.ny_contact_l p i{ padding-right:15px; font-size:18px;}
.ny_contact_l ul{width: 55%;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
.ny_contact_l ul li{width: 48%;}
.ny_contact_l ul li img{width: 100%;}
.ny_contact_l ul li em{display: block; text-align: center; padding: 8px 0;}


.ny_contact_r{ padding:50px; width:44%;}
.ny_contact_r h2{font-size: 24px;line-height: 30px; font-weight:normal; margin-bottom: 15px;}
.ny_contact_r .form-group{margin-bottom:10px;}
.ny_contact_r .control-label {float: left;line-height: 33px;font-size: 16px;width: 73px;text-align: right;color: #333;}
.ny_contact_r .espcms_bbs_form .content {    padding: 15px 0 0 0;    width: 600px;    border-right: 0 solid;    border-left: 0 solid;    overflow: hidden;}
.ny_contact_r .espcms_form_group {float: left;margin: 0 0 10px 0;}
.ny_contact_r .control_required {float: left;line-height: 35px; color:#fff; font-size:15px;}
.ny_contact_r .infoInput {width: 375px;}
.ny_contact_r .form-control {margin: 0 15px 0 10px;background:#eae9e9;border:none; width:300px;}
.ny_contact_r input {line-height: 33px;margin: 0 0px 0 10px; border:none;}
.ny_contact_r .button{ width:110px; height:35px; background:#2eb31c; text-align:center; line-height:35px; margin:40px 0 0 20px; color:#0da056; font-size:16px;}
.ny_contact_r .button a{ color:#0da056}

@media (max-width:769px){
    .ny_contact{padding:20px 0; }
    .ny_contact .s_width{ width:100%; padding: 20px;}  
    .ny_contact_l{width:100%;padding:0px;}
    .ny_contact_r{display: none;;}
}

.p_float{ position:fixed; width:80px; bottom:0;  right:0; z-index:9999; opacity:0}
.p_float li{ height:78px; width:78px;text-align:center; background:#e81123; position:relative; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.p_float p{ line-height:78px; color:#fff; font-size:16px;}

@media (max-width:769px){
    .p_float{display: none;}
}
.mbx{ width:100%; height:60px; border-bottom:1px solid #eaefed;}
.mbx .espcms_path{ width:90%; margin:0 auto; font-size:16px; line-height:60px;}
.mbx .espcms_path li{display: inline-block;}
.mbx .espcms_path > li + li:before {padding: 0 5px;color: #ccc;content: "/\00a0";}

@media (max-width:769px){
    .mbx .espcms_path{ font-size:13px; }
}

.espcms_page_botton{text-align: center;border-top: 1px solid #E0E0E0;padding:50px 0px 15px 0;}
.btn-default {color: #333;background-color: #fff;border-color: #ccc;outline: 0px;}
.btn {display: inline-block;padding: 6px 12px;margin-bottom: 0;font-size: 14px;font-weight: normal;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;
-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;border: 1px solid transparent;border-radius: 4px;}
.btn-group, .btn-group-vertical {position: relative;display: inline-block;vertical-align: middle;}

.btn-default {color: #333;background-color: #f2f2f2;outline:0px; margin-right:1px;}
.btn-default:focus,.btn-default.focus {color: #333;background-color: #e71321;outline:0px}
.btn-default:hover {color: #333;background-color: #e6e6e6;outline:0px}
.btn-default:active,.btn-default.active {color: #fff;background-color: #e71321;outline:0px}
.btn-default:active:hover,.btn-default.active:hover,.open > .dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open > .dropdown-toggle.btn-default:focus,.btn-default:active.focus,
.btn-default.active.focus,.open > .dropdown-toggle.btn-default.focus {color: #fff;background-color: #e71321;}
.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default {background-image: none;}
.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,
.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {background-color: #fff;border-color: #ccc;}
.btn-default .badge {color: #fff;background-color: #333;}

.espcms_info_pager{ width:100%; margin:10% auto 105px auto;}
.espcms_info_pager li{ width:46%; float:left; text-align:left; background:#f2f2f2; line-height:50px; margin-right:5%}
.espcms_info_pager li:nth-child(2n){ margin-right:0px;}

.container {padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}

@media (max-width:769px){
    .espcms_page_botton{text-align: center;border-top: 1px solid #E0E0E0;padding:10px 0px 10px 0;}
    .espcms_info_pager li{ width:100%;}
}
/*提醒*/
.espcms_warn{background-color: #fff;padding:50px 0px 80px 0px;width:100%;margin: 0px auto;border-radius: 10px;}
.espcms_warn .form-control-icon-feedback {line-height: 45px;font-size: 20px; color: #4D4D4D;position: absolute;top: 0;z-index: 2;display: block;width: 34px;height: 34px;text-align: center;pointer-events: none;}
.espcms_warn > h2 {font-size: 30px;font-weight: 300;line-height: 40px;position: relative;}
.espcms_warn > h3 {font-size: 20px;font-weight: 300;line-height: 30px;position: relative;}

.member_list_div{overflow: hidden;}
.member_list_div .h4{padding: 0px;margin: 0px;font-size:14px;}
.member_list_div .order_bottom{padding-top:15px;}
.mt20{margin-top:20px !important;}.mb1{margin-bottom:1px !important;}.mb2{margin-bottom:2px !important;}.mb5{margin-bottom:5px !important;}.mb10{margin-bottom:10px !important;}.mb20{margin-bottom:20px !important;}.mb30{margin-bottom:20px !important;}
.btn-warning {color: #fff;background-color: #f0ad4e;border-color: #eea236;}
.btn-warning:focus,.btn-warning.focus {color: #fff;background-color: #ec971f;border-color: #985f0d;}
.btn-warning:hover {color: #fff;background-color: #ec971f;border-color: #d58512;}
.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning {color: #fff;background-color: #ec971f;border-color: #d58512;}
.btn-warning:active:hover,.btn-warning.active:hover,.open > .dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,
.btn-warning.active:focus,.open > .dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open > .dropdown-toggle.btn-warning.focus {color: #fff;background-color: #d58512;border-color: #985f0d;}
.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning {background-image: none;}
.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active {background-color: #f0ad4e;border-color: #eea236;}
.btn-warning .badge {color: #f0ad4e;background-color: #fff;}


.bann_container{margin-top: 1px;background-image:linear-gradient(284deg, #039BE5,#B3E5FC);}
.page_bann_title{padding:55px 0px;text-align: center;}
.page_bann_title > h2{font-size:40px;color:#fff;font-weight: bold;text-shadow: 1px 1px 4px #424242;}
.page_bann_title > p{font-size:20px;color:#fff;text-shadow: 1px 1px 4px #424242;padding-top:10px;}

.espcms_title{margin-top: 40px;margin-bottom: 30px;}
.espcms_title .title_name{color:#0288D1;font-size:30px;}
.espcms_title .title_name_white{color:#fff;font-size:30px;}
.espcms_title .title_subhead{color:#757575;font-size:20px;}
.espcms_title .title_subhead_white{color:#fff;font-size:20px;}

.espcms_product_img img {margin-right: auto;margin-left: auto;display: block;max-width: 100%;height: auto;margin-bottom: 5px;max-height: 185px;}
.espcms_product_img .espcms_product_title {text-align: center;padding: 10px 0px 10px 0px;height: 40px;}
.espcms_page_book{padding-top:25px;padding-bottom:25px;}
.espcms_page_navigation_title > h4{padding:5px 0px;margin: 0px;font-weight: bold;font-size:16px;}
.espcms_page_navigation_title > h5{padding:0px 0px;margin: 0px;font-weight: bold;font-size:14px;}
.espcms_page_navigation{padding:0px;border:0px;margin: 0px;}
.espcms_page_navigation > li{border:0px;margin: 0px;padding:8px 5px;}
.espcms_page_navigation > li:before{float:left;padding-right:3px;font-family: 'Glyphicons Halflings';content:"\e250";font-size:7px !important;padding-top:2px;color:#ababab}
.espcms_page_navigation > li.active{background: none;color:#1565C0;font-weight: bold}
.espcms_page_navigation > li.active:hover{background: none;color:#1565C0;font-weight: bold}

.espcms_page_infolist{padding:0px;border:0px;margin: 0px;}
.espcms_page_infolist > li{border:0px;margin: 0px;padding:8px 5px;list-style: none}
.espcms_page_infolist > li:before{float:left;padding-right:3px;font-family: 'Glyphicons Halflings';content:"\e080";font-size:7px !important;padding-top:2px;color:#ababab}

.espcms_address{line-height: 200%;margin: 0px;padding:0px;}




.badge {display: inline-block;min-width: 10px;padding: 3px 7px;font-size: 12px;font-weight: bold;line-height: 1;color: #fff;text-align: center;white-space: nowrap;vertical-align: middle;background-color: #777;border-radius: 10px;}
.badge:empty {display: none;}
.btn .badge {position: relative;top: -1px;}
.btn-xs .badge,
.btn-group-xs > .btn .badge {top: 0;padding: 1px 5px;}
a.badge:hover,
a.badge:focus {color: #fff;text-decoration: none;cursor: pointer;}
/*新闻列表*/
.espcms_info_list{padding-top: 15px;}
.espcms_info_list > ul > li{border:0px;margin: 0px;padding:8px 5px;}
.espcms_info_list > ul > li:before{float:left;padding-right:5px;font-family: 'Glyphicons Halflings';content:"\e080";font-size:7px !important;padding-top:0px;color:#ababab}
.espcms_info_time{background: none;color:#BDBDBD}
.espcms_info_list > ul > li > .list-group-item-text{padding-left:15px;line-height: 150%;padding-top:10px;color:#BDBDBD}


.f_80{font-size: 80px;}
.f_72{font-size: 72px;}
.f_62{font-size: 62px;}
.f_55{font-size: 55px;}
.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;}

/*===================== 响应式代码 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;}
}
