/*==========公共样式==========*/
.container {
  width: 1170px;
  margin: 0 auto;
}
.page_main {
  width: 100%;
  padding: 25px 0;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.mt-25 {
  margin-top: 25px;
}
.mlr-35 {
  margin: 0 35px;
}
.pd-15 {
  padding: 15px;
}
.pd-20 {
  padding: 20px;
}
/*背景色*/
.bg-white {
  background-color: #FFFFFF;
}
.bg-grey {
  background-color: #F4F4F4;
}
/*==========页面公共部分样式  页头、页尾==========*/
.site_nav {
  width: 100%;
  height: 35px;
  line-height: 35px;
  background-color: #F4F4F4;
}
.site_nav p {
  font-size: 14px;
  color: #585858;
}
.header {
  width: 100%;
  background-color: #FFFFFF;
}
.header .top {
  height: 85px;
  padding-top: 25px;
}
.header .top .logo {
  width: 258px;
  height: 44px;
  margin: 0 20px 0 0;
}
.header .top .top_rt a {
  float: left;
  position: relative;
  padding: 0 10px;
  font-size: 12px;
  color: #383838;
}
.header .top .top_rt a + a {
  border-left: 1px solid #383838;
}
.header .top .top_rt .mobile .mobile_code {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  width: 110px;
  height: 110px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  z-index: 9;
}
.header .top .top_rt .mobile:hover .mobile_code {
  display: block;
}
.header .top .top_rt .weichat_code img {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  width: 110px;
  height: 110px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  z-index: 9;
}
.header .top .top_rt .weichat_code:hover img {
  display: block;
}
.header .top .tel_top {
  margin-top: 14px;
  padding-left: 40px;
  padding-top: 10px;
  color: #383838;
  font-size: 14px;
  background: url(../images/header_tel_icon.png) no-repeat left bottom;
}
.header .top .tel_top b {
  padding-left: 10px;
  font-size: 22px;
  color: #ba0111;
  font-weight: 400;
}
.nav {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #026dce;
}
.nav li {
  float: left;
  padding: 0 45px;
  line-height: 40px;
  text-align: center;
}
.nav li a {
  font-size: 14px;
  color: #FFFFFF;
}
.nav li.on {
  background-color: #37a7fd;
}
.nav li + li {
  background: url(../images/nav_line.png) no-repeat left center;
}
.footer {
  width: 100%;
  padding: 25px 0;
  background-color: #026dce;
  overflow: hidden;
}
.footer .footer_l {
  width: 920px;
  overflow: hidden;
}
.footer .footer_l .copyright {
  width: 100%;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
}
.footer .footer_l .copyright a {
  float: left;
  color: #cadae8;
  margin-right: 20px;
}
.footer .footer_l p {
  line-height: 30px;
  font-size: 14px;
  color: #ffffff;
}
.footer .footer_l p span {
  padding-right: 20px;
}
.footer .footer_r {
  width: 220px;
  overflow: hidden;
}
.footer .footer_r .footer_code {
  width: 115px;
  height: 115px;
}
.footer .footer_r span {
  color: #FFFFFF;
}
.page-header {
  width: 100%;
  height: 460px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page-header a {
  display: block;
}
.page-header a img {
  width: 100%;
  height: 460px;
}
.page_left {
  float: left;
  width: 290px;
  margin-right: 35px;
}
.page_right {
  background-color: #FFFFFF;
  overflow: hidden;
}
.page_pos {
  padding-bottom: 5px;
  border-bottom: 2px solid #026dce;
}
.page_pos .pos_title {
  width: 170px;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  text-indent: 45px;
  color: #FFFFFF;
  background: #026dce url(../images/title_arr_white.png) no-repeat 20px center;
}
.breadcrumb {
  margin-top: 25px;
  padding: 0 15px;
  color: #383838;
}
.breadcrumb a {
  color: #585858;
}
.pagination {
  margin: 35px auto;
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.pagination a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 20px;
  text-align: center;
  padding: 5px 8px;
  border: 1px solid #E0E0E0;
  color: #383838;
  background-color: #FFFFFF;
}
.pagination a:hover,
.pagination a.on {
  color: #FFFFFF;
  background-color: #026dce;
}
.pagination2 {
  border-top: 1px solid #CCCCCC;
  margin: 20px auto 30px;
  padding: 0 20px;
}
.pagination2 > div {
  margin-top: 10px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pagination2 > div a {
  color: #383838;
}
.pagination2 > div a:hover,
.pagination2 > div a:focus {
  color: #026dce;
}
.menu_wrap dt {
  margin: 0 10px;
  padding: 10px 15px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  background-color: #026dce;
  overflow: hidden;
}
.menu_wrap .menu {
  margin-bottom: 20px;
}
.menu_wrap .menu li {
  border-bottom: 1px dashed #C2C2C2;
  padding-left: 35px;
  line-height: 38px;
  background: url(../images/menu_arr_green.png) no-repeat 15px center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.menu_wrap .menu li a {
  font-size: 14px;
  color: #383838;
}
.menu_wrap .menu li.on a,
.menu_wrap .menu li a:hover {
  color: #026dce;
}
.contact .panel_bd li {
  font-size: 14px;
  line-height: 30px;
}
.title {
  padding: 10px 15px;
  line-height: 20px;
  background: #026dce;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 16px;
  font-style: italic;
}
.panel_bd {
  padding: 15px;
  border: 2px solid #026dce;
  border-top: 0;
  background-color: #FFFFFF;
}
.hot_clicks {
  padding: 10px;
  background-color: #F4F4F4;
  overflow: hidden;
}
.hot_clicks .hot_clicks_hd {
  float: left;
  width: 80px;
  color: #383838;
}
.hot_clicks .hot_clicks_bd {
  float: left;
  width: 1070px;
  overflow: hidden;
}
.hot_clicks .hot_clicks_bd a {
  float: left;
  color: #585858;
  padding: 0 8px;
}
.hot_clicks .hot_clicks_bd a:hover {
  color: #026dce;
}
.hot_clicks .hot_clicks_bd a + a {
  border-left: 1px solid #ccc;
}
/*==========首页==========*/
.friendlink {
  border: 1px solid #E0E0E0;
  display: table;
  padding: 10px 20px;
  border-top: 2px solid #026dce;
  margin: 35px auto;
}
.friendlink .links_hd {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  font-size: 14px;
  padding-top: 5px;
  font-weight: bold;
  color: #026dce;
  border-right: 1px solid #E0E0E0;
}
.friendlink .links_hd i {
  font-size: 24px;
  color: #CCCCCC;
}
.friendlink .links_bd {
  padding-left: 10px;
  width: 1090px;
  display: table-cell;
  vertical-align: middle;
}
.friendlink .links_bd a {
  line-height: 28px;
  font-size: 14px;
  padding: 0 5px;
  color: #585858;
}
.friendlink .links_bd a:hover {
  color: #026dce;
  text-decoration: underline;
}
.banner {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
}
.banner .bd {
  width: 100%;
  height: 420px;
}
.banner .bd ul {
  width: 100%;
  height: 420px;
}
.banner .bd ul li {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.banner .bd ul li .pic {
  height: 420px;
  display: block;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .hd {
  width: 100%;
  position: absolute;
  bottom: 2%;
  text-align: center;
  z-index: 2;
}
.banner .hd li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 4px;
  width: 24px;
  cursor: pointer;
  margin-right: 10px;
  background-color: #CCCCCC;
}
.banner .hd li.on {
  background-color: #FFFFFF;
}
.main1 {
  height: 840px;
  overflow: hidden;
}
.advantage .hd {
  height: 69px;
  line-height: 69px;
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  background: url(../images/adv_title_bg.png) no-repeat;
}
.advantage .hd span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
  margin-left: -30px;
}
.advantage .hd span b {
  font-size: 48px;
  vertical-align: bottom;
}
.advantage .hd span em {
  font-size: 30px;
  font-style: italic;
}
.advantage .advantage_list {
  margin-top: 45px;
}
.advantage .advantage_list li {
  float: left;
  width: 240px;
  text-align: center;
  margin: 0 26px;
}
.advantage .advantage_list li img {
  width: 178px;
  height: 178px;
  padding: 10px;
  background-color: #F4F4F4;
  border-radius: 50%;
}
.advantage .advantage_list li h3 {
  font-size: 16px;
  color: #026dce;
  margin: 20px 0 10px;
}
.advantage .advantage_list li p {
  font-size: 12px;
  line-height: 2;
  color: #585858;
}
.index_title {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-bottom: 2px solid #026dce;
}
.index_title span {
  float: left;
  font-size: 20px;
  color: #FFFFFF;
  padding: 0 20px 0 30px;
  background: #026dce url(../images/title_arr_white.png) no-repeat 20px center;
}
.index_title .more {
  float: right;
  padding-right: 10px;
  font-size: 12px;
  color: #585858;
  background: url(../images/more_jia.png) no-repeat right center;
}
.picScroll-left {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
  position: relative;
}
.picScroll-left .prev,
.picScroll-left .next {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
  width: 17px;
  height: 57px;
  background: url(../images/index_lunbo_arr_l.png) no-repeat;
  overflow: hidden;
}
.picScroll-left .next {
  background: url(../images/index_lunbo_arr_r.png) no-repeat;
  left: auto;
  right: 0;
}
.picScroll-left .bd {
  width: 1112px;
  margin: 0 auto;
}
.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll-left .bd ul li {
  margin: 0 14px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  background-color: #FFFFFF;
}
.picScroll-left .bd ul li a {
  padding: 10px;
  display: block;
  width: 230px;
}
.picScroll-left .bd ul li img {
  width: 230px;
  height: 162px;
  display: block;
}
.picScroll-left .bd ul li span {
  display: block;
  font-size: 16px;
  color: #585858;
  margin-top: 10px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
}
.technical_news {
  width: 290px;
}
.technical_news .index_title span {
  width: 100%;
}
.technical_news dl {
  margin-top: 7px;
  height: 380px;
  padding: 8px;
  background: #F4F4F4;
}
.technical_news dl dt {
  height: 172px;
}
.technical_news dl dt img {
  width: 100%;
  height: 172px;
}
.technical_news dl dd {
  padding: 0 5px;
  margin-top: 3px;
  background-color: #FFFFFF;
}
.technical_news dl dd li {
  height: 39px;
  line-height: 39px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.technical_news dl dd li i {
  color: #3aab6c;
  padding-right: 5px;
}
.technical_news dl dd li a {
  color: #585858;
}
.technical_news dl dd li + li {
  border-top: 1px solid #E0E0E0;
}
.index_about {
  width: 860px;
  overflow: hidden;
}
.index_about .about_content {
  margin-top: 17px;
}
.index_about .about_content img {
  float: left;
  width: 206px;
  height: 164px;
  padding: 5px;
  margin-right: 20px;
  border: 1px solid #E0E0E0;
}
.index_about .about_content p {
  position: relative;
  height: 118px;
  text-indent: 2em;
  line-height: 30px;
  padding-bottom: 60px;
  overflow: hidden;
}
.index_about .about_content p a {
  text-indent: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #FFFFFF;
  padding: 0 10px;
  background-color: #b9cf6b;
}
.index_about .other_show {
  margin-top: 20px;
}
.index_about .other_show li {
  float: left;
  width: 202px;
}
.index_about .other_show li img {
  width: 194px;
  height: 136px;
  padding: 3px;
  border: 1px solid #E0E0E0;
}
.index_about .other_show li strong {
  margin-top: 10px;
  display: block;
  padding: 0 5px;
  line-height: 36px;
  text-align: center;
  color: #585858;
  background-color: #F4F4F4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_about .other_show li + li {
  margin-left: 16px;
}
.column {
  float: left;
  width: 316px;
  height: 390px;
  padding: 25px;
  background-color: #FFFFFF;
  overflow: hidden;
}
.column .column_hd {
  height: 55px;
  padding-left: 15px;
  font-size: 20px;
  color: #026dce;
  border-left: 2px solid #026dce;
  overflow: hidden;
}
.column .column_hd span {
  line-height: 26px;
  font-size: 24px;
  color: #999999;
}
.column .column_bd li {
  width: 100%;
  border-bottom: 1px dashed #E0E0E0;
  line-height: 38px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.column .column_bd li a {
  padding-left: 15px;
  color: #585858;
  background: url(../images/list_dot.png) no-repeat left 5px center;
}
.column .column_bd .li_pic {
  border: 0;
  margin-top: 12px;
}
.column .column_bd .li_pic a {
  display: block;
  border: 1px solid #E0E0E0;
  padding: 4px;
}
.column .column_bd .li_pic a img {
  width: 306px;
  height: 126px;
}
/*==========案例、产品页面 ==========*/
.article {
  padding: 20px;
}
.article .article_hd {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px dashed #C2C2C2;
}
.article .article_hd h2 {
  font-size: 18px;
  color: #383838;
  line-height: 30px;
  margin-bottom: 10px;
}
.article .article_hd h6 {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.article .article_hd h6 span + span {
  margin-left: 10px;
}
.article .article_bd {
  margin-top: 20px;
}
.article .article_bd img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
.product_list li {
  float: left;
  margin: 24px 13px 0px 13px;
  *display: inline;
  text-align: center;
  width: 254px;
}
.product_list li img {
  padding: 5px;
  width: 242px;
  height: 187px;
  border: 1px solid #CCCCCC;
}
.product_list li span {
  display: block;
  width: 100%;
  line-height: 30px;
  font-size: 18px;
  margin-top: 8px;
  color: #383838;
  overflow: hidden;
}
.product_list li a:hover span {
  color: #026dce;
}
.case_list li a span {
  height: 60px;
  text-align: left;
}
.product_pic {
  padding: 5px;
  width: 385px;
  height: 285px;
  margin-right: 30px;
  overflow: hidden;
}
.product_pic img {
  width: 385px;
  height: 285px;
}
.product_pic_r {
  overflow: hidden;
}
.product_pic_r h2 {
  margin: 10px 0;
  font-size: 18px;
  color: #026dce;
}
.product_pic_r p {
  line-height: 2;
}
.product_pic_r .pro_attr {
  margin-top: 10px;
  border-top: 1px dashed #b2b2b2;
  border-bottom: 1px dashed #b2b2b2;
}
.product_pic_r .pro_attr li {
  line-height: 28px;
  color: #666;
}
.product_pic_r .pro_attr li b {
  color: #026dce;
}
.product_pic_r .reserve_btn {
  margin-top: 15px;
  overflow: hidden;
}
.product_pic_r .reserve_btn a {
  width: 188px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  float: left;
  background-color: #ef5a1f;
}
.product_infor_hd {
  font-size: 18px;
  color: #026dce;
  line-height: 36px;
  font-weight: bold;
  border-bottom: 2px solid #026dce;
}
.product_infor_bd {
  margin: 20px 0 35px;
  overflow: hidden;
}
.reserve_form {
  width: 600px;
  margin: 35px auto;
  height: auto;
  overflow: hidden;
}
.reserve_form .form-group {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.reserve_form .form-group .control-label {
  width: 80px;
  margin-right: 10px;
  float: left;
  text-align: right;
  line-height: 45px;
  font-size: 16px;
  color: #585858;
}
.reserve_form .form-group .control-label span {
  color: #FF0000;
}
.reserve_form .form-group .form-control {
  float: left;
  width: 398px;
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  font-size: 14px;
  border: 1px solid #E0E0E0;
  background-color: #FFFFFF;
}
.reserve_form .form-group .form-brizhu {
  height: auto;
}
.reserve_form .form-group .required {
  margin-left: 15px;
  line-height: 45px;
  color: #FF8400;
}
.reserve_form .form-group .yzm-control {
  width: 148px;
}
.reserve_form .form-group .yzm_pic {
  float: left;
  width: 110px;
  height: 47px;
  margin-left: 10px;
}
.reserve_form .form-group .huan_a {
  padding-left: 10px;
  line-height: 47px;
  font-size: 14px;
  color: #999;
}
.reserve_form .form-group .submint_btn {
  display: inline-block;
  margin-left: 90px;
  vertical-align: middle;
  height: 50px;
  width: 420px;
  border-radius: 3px;
  font-size: 18px;
  color: #FFFFFF;
  font-family: "微软雅黑";
  background-color: #FF8400;
  cursor: pointer;
}
.reserve_form .tip {
  padding-left: 90px;
  font-size: 12px;
  margin-top: 5px;
  overflow: hidden;
}
.reserve_form .tip-false {
  color: #FC3526;
}
/*==========新闻页面==========*/
.news_list li {
  padding: 0 20px 15px;
  margin-top: 20px;
  overflow: hidden;
  border-bottom: 1px dashed #CCCCCC;
}
.news_list li h3,
.news_list li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_list li h3 a {
  line-height: 2;
  font-size: 18px;
  color: #026dce;
}
.news_list li h3 a:hover {
  text-decoration: underline;
}
.news_list li p {
  color: #585858;
}
.news_list li .news_pic {
  float: left;
  width: 154px;
  height: 112px;
  padding: 3px;
  border: 1px solid #E0E0E0;
  margin-right: 20px;
}
.news_list li .news_pic img {
  width: 100%;
  height: 100%;
}
.news_list li .news_content {
  overflow: hidden;
}
.news_list li .news_content p {
  margin-top: 20px;
  white-space: normal;
  height: 45px;
  line-height: 22px;
}
/*==========企业招聘==========*/
.recruit .job {
  margin-bottom: 20px;
}
.recruit .recruit_name {
  font-size: 14px;
  color: #026dce;
  line-height: 30px;
  padding-left: 10px;
  border-left: 10px solid #E9E9E9;
  background-color: #f3f3f3;
}
.recruit .recruit_con_sec {
  margin: 20px 0;
  overflow: hidden;
}
.recruit .recruit_con_sec .sec_tit {
  color: #585858;
  padding-bottom: 10px;
}
.recruit .recruit_con_sec .sec_con {
  overflow: hidden;
  padding-left: 15px;
  line-height: 24px;
  color: #585858;
}
.recruit .recruit_con_sec .sec_con li {
  float: left;
  width: 50%;
  padding-bottom: 5px;
  color: #585858;
  overflow: hidden;
}
.recruit .recruit_con_sec .sec_con li.long {
  float: none;
  width: 100%;
}
.contact_box {
  overflow: hidden;
}
.contact_box .company_name {
  font-size: 18px;
  font-weight: bold;
  color: #026dce;
  margin-top: 20px;
}
.contact_box .contact_way li {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 5px;
  color: #383838;
}
.map {
  float: left;
  width: 490px;
  height: 340px;
  margin-right: 20px;
  border: 1px solid #E0E0E0;
}
.honor_list {
  width: 100%;
  overflow: hidden;
}
.honor_list li {
  float: left;
  margin: 0 15px 15px;
  width: 260px;
  overflow: hidden;
}
.honor_list li img {
  display: block;
  padding: 10px;
  width: 238px;
  height: 168px;
  border: 1px solid #CCCCCC;
}
.honor_list li p {
  margin-top: 10px;
  text-align: center;
  color: #666666;
  white-space: nowrap;
}
/*# sourceMappingURL=style.css.map */
