/*
@Author: Yan Peihong
@Create Time: 2016-09-22
*/
/*common element*/
.container {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.oh {
  overflow: hidden;
}
.ele {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mainColor {
  color: #ea791d;
}
.subColor {
  color: #0084da;
}
.bgwhite {
  background: #FFFFFF;
}
.header .logo img {
  max-width: 265px;
  height: 46px;
  margin: 32px 0 20px;
}
.header .nav {
  max-width: 800px;
}
.header .nav li {
  float: left;
  padding: 43px 0 29px;
}
.header .nav li a {
  color: #666;
  display: block;
  padding: 0 20px;
  line-height: 28px;
}
.header .nav li a:hover {
  color: #ea791d;
}
.header .nav li.on a {
  color: #FFFFFF;
  background: #ea791d;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.footer {
  margin-top: 60px;
  background: #ea791d;
  width: 100%;
  color: #FFFFFF;
}
.footer a {
  color: #FFFFFF;
}
.footer .footer_nav {
  background: url(../images/footer_nav_48.png) repeat-x left top;
}
.footer .footer_nav dl {
  float: left;
  width: 170px;
}
.footer .footer_nav dl dt {
  line-height: 48px;
  margin-bottom: 10px;
}
.footer .footer_nav dl dd {
  line-height: 28px;
  font-size: 12px;
}
.footer .footer_bottom {
  margin-top: 15px;
  background: url(../images/footer_nav_48.png) repeat left top;
  padding: 35px 0;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
}
.banner {
  position: relative;
  width: 100%;
  height: 360px;
  z-index: 8;
  overflow: hidden;
}
.banner .bd {
  width: 100%;
  height: 360px;
}
.banner .bd img {
  display: block;
  width: 100%;
  height: 360px;
  margin: 0 auto;
}
.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: 16px;
  width: 16px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #FFFFFF;
}
.banner .hd li.on {
  background-color: #ea791d;
}
.index_product {
  margin-top: 40px;
  border: 1px solid #dbdbdb;
  background: url(../images/index_pro_bg.png) repeat-x left top;
}
.index_product .index_product_nav {
  height: 48px;
}
.index_product .index_product_nav li {
  float: left;
  text-align: center;
}
.index_product .index_product_nav li a {
  display: block;
  line-height: 40px;
  padding: 0 30px;
  color: #727272;
}
.index_product .index_product_nav li a:hover {
  color: #ea791d;
}
.index_product .index_product_nav li.on a {
  color: #FFFFFF;
  background: url(../images/index_pro_on_bg.png) repeat-x;
}
.index_product .index_product_nav li.on:after {
  content: "";
  display: block;
  margin: 0 auto;
  height: 0;
  width: 0;
  border-width: 8px 8px 0;
  border-style: solid solid dashed;
  border-color: #ea791d transparent transparent;
}
.index_product .index_product_content li {
  float: left;
  width: 373px;
  margin: 20px 0 18px 20px;
}
.index_product .index_product_content li a {
  display: block;
}
.index_product .index_product_content li .index_pro_img {
  height: 210px;
  line-height: 210px;
  text-align: center;
  border: 1px solid #dbdbdb;
}
.index_product .index_product_content li .index_pro_img img {
  max-width: 100%;
  max-height: 210px;
}
.index_product .index_product_content li .index_pro_name {
  text-align: center;
  padding: 10px 0;
  line-height: 32px;
  font-size: 12px;
  color: #616161;
}
.index_product .index_product_content li a:hover .index_pro_img {
  border-color: #ea791d;
}
.index_product .index_product_content li a:hover .index_pro_name {
  color: #0084da;
}
.index_product .index_product_content ul + ul {
  display: none;
}
.index_threeRson {
  padding-bottom: 6px;
  background: url(../images/line.png) repeat-x left bottom;
  overflow: hidden;
}
.index_threeRson .top {
  margin-top: 48px;
  height: 120px;
  color: #FFFFFF;
  text-align: center;
  background: url(../images/liyou-bg.png) no-repeat;
}
.index_threeRson .top h3 {
  padding: 23px 0 0;
  font-size: 34px;
  line-height: 34px;
  font-weight: 400;
}
.index_threeRson .top p {
  padding: 12px 0 0;
  font-size: 24px;
  line-height: 24px;
}
.index_threeRson .index_threeRson_text {
  width: 620px;
  padding: 31px 0 31px 20px;
  overflow: hidden;
}
.index_threeRson .index_threeRson_text h3 {
  font-size: 23px;
  color: #ea791d;
  font-weight: 400;
  line-height: 30px;
  border-bottom: 3px double #ea791d;
}
.index_threeRson .index_threeRson_text h3 b {
  font-family: "宋体";
  font-size: 40px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.index_threeRson .index_threeRson_text p {
  font-size: 12px;
  min-height: 27px;
  margin-top: 17px;
  color: #808080;
  line-height: 20px;
  padding-left: 40px;
  background: url(../images/set.png) top left no-repeat;
}
.index_threeRson .index_threeRson_pic {
  width: 460px;
  position: relative;
}
.index_threeRson .index_threeRson_pic img {
  padding: 4px;
  background: #fff;
  height: 150px;
  width: 232px;
  border: 1px solid #dddddd;
  position: absolute;
}
.index_threeRson .index_threeRson_pic .pic01 {
  top: 37px;
  right: 177px;
}
.index_threeRson .index_threeRson_pic .pic02 {
  top: 113px;
  right: 32px;
}
.index_threeRson_one,
.index_threeRson_two,
.index_threeRson_three {
  height: 335px;
  background: #FFFFFF;
  overflow: hidden;
}
.index_problem .index_problem_name {
  margin: 40px 0 33px;
}
.index_problem .index_problem_name span {
  display: inline-block;
  height: 48px;
  padding: 0 15px;
  line-height: 48px;
  font-size: 26px;
  background: #ea791d;
  color: #FFFFFF;
}
.index_problem .index_problem_content {
  margin-left: -10px;
}
.index_problem .index_problem_faqbox {
  float: left;
  width: 595px;
  height: 160px;
  margin: 0 0 10px 10px;
  overflow: hidden;
  background: #f1a363;
  color: #FFFFFF;
}
.index_problem .faqimg img {
  width: 227px;
  height: 160px;
}
.index_problem .faqcontent {
  position: relative;
  z-index: 2;
  width: 333px;
  height: 140px;
  padding: 20px 15px 0 20px;
}
.index_problem .faqcontent .faqname {
  margin-bottom: 15px;
  line-height: 28px;
  font-size: 18px;
}
.index_problem .faqcontent .faqname a {
  color: #FFFFFF;
}
.index_problem .faqcontent .faqtext {
  font-size: 12px;
  height: 66px;
  line-height: 22px;
  overflow: hidden;
}
.index_problem .faqcontent:before {
  content: "";
  position: absolute;
  left: -7px;
  margin: 0 auto;
  height: 0;
  width: 0;
  border-width: 8px 8px 8px 0;
  border-style: solid solid solid dashed;
  border-color: transparent #f1a363 transparent transparent;
}
.index_problem .index_problem_faqbox_3 .faqcontent:before,
.index_problem .index_problem_faqbox_4 .faqcontent:before {
  right: -7px;
  left: auto;
  border-width: 8px 0 8px 8px;
  border-style: solid dashed solid solid;
  border-color: transparent transparent transparent #f1a363;
}
.index_problem .index_problem_faqbox:hover {
  background: #5bbeff;
}
.index_problem .index_problem_faqbox:hover .faqcontent:before {
  border-right-color: #5bbeff;
}
.index_problem .index_problem_faqbox_3:hover .faqcontent:before,
.index_problem .index_problem_faqbox_4:hover .faqcontent:before {
  border-left-color: #5bbeff;
}
.about_contact_box {
  margin-top: 40px;
}
.about_contact_box .about_contact_t {
  height: 48px;
  background: url(../images/index_pro_bg.png) repeat-x;
}
.about_contact_box .about_contact_t span {
  display: block;
  width: 128px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  background: url(../images/index_pro_on_bg.png) repeat-x;
}
.about_contact_box .about_contact_t span:after {
  content: "";
  display: block;
  margin: 0 auto;
  height: 0;
  width: 0;
  border-width: 8px 8px 0;
  border-style: solid solid dashed;
  border-color: #ea791d transparent transparent;
}
.index_about {
  width: 728px;
  height: 398px;
  border: 1px solid #DBDBDB;
}
.index_about .index_about_content {
  padding: 20px;
}
.index_about .index_about_content img {
  width: 295px;
  height: 210px;
  padding: 4px;
  margin-right: 20px;
  border: 1px solid #DBDBDB;
}
.index_about .index_about_content h3 {
  font-size: 24px;
  color: #ea791d;
  margin: 15px 0 10px;
  line-height: 26px;
  font-weight: 400;
}
.index_about .index_about_content p {
  font-size: 12px;
  color: #7b7b7b;
  line-height: 20px;
  height: 100px;
  overflow: hidden;
}
.index_about .index_about_content a {
  display: block;
  width: 96px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  background: #0084da;
  margin-top: 25px;
}
.index_contact {
  width: 442px;
  height: 398px;
  border: 1px solid #DBDBDB;
}
.index_contact .index_contact_content {
  padding: 20px;
}
.index_contact .index_contact_content li {
  padding: 20px 0 26px;
  color: #787878;
  border-bottom: 1px dashed #b4b4b4;
  overflow: hidden;
}
.index_contact .index_contact_content li img {
  margin-right: 28px;
}
.index_contact .index_contact_content li p {
  line-height: 26px;
}
.index_contact .index_contact_content li .tel4 {
  font-size: 26px;
}
.news_case_box {
  margin-top: 60px;
}
.news_case_box .index_news,
.news_case_box .index_case {
  padding: 20px;
  border: 1px solid #DBDBDB;
  background: url(../images/line.png) repeat-x top left;
}
.news_case_box .index_news {
  width: 403px;
}
.news_case_box .index_case {
  width: 688px;
}
.news_case_box .news_case_t {
  border-bottom: 1px solid #E0E0E0;
  font-size: 30px;
  color: #ea791d;
  padding-bottom: 15px;
}
.news_case_box .news_case_t span {
  font-size: 22px;
}
.news_case_box .index_news_list li {
  height: 34px;
  margin-top: 14px;
}
.news_case_box .index_news_list li a {
  display: block;
  padding-left: 40px;
  font-size: 12px;
  color: #7e7e7e;
  background: url(../images/set-gray.png) no-repeat left center;
}
.news_case_box .index_news_list li a:hover {
  color: #0084da;
  background: url(../images/set.png) no-repeat left center;
}
.news_case_box .index_case_list {
  margin-top: 20px;
}
.news_case_box .index_case_list li {
  width: 339px;
  float: left;
}
.news_case_box .index_case_list li a {
  display: block;
  border: 1px solid #E0E0E0;
  color: #8f8f8f;
  overflow: hidden;
}
.news_case_box .index_case_list li a img {
  width: 338px;
  height: 200px;
}
.news_case_box .index_case_list li a .con {
  padding: 15px 22px;
}
.news_case_box .index_case_list li a .con .title {
  font-size: 16px;
}
.news_case_box .index_case_list li a .con .text {
  font-size: 12px;
}
.news_case_box .index_case_list li a:hover {
  border-color: #ea791d;
  background: #ea791d;
  color: #FFFFFF;
}
.news_case_box .index_case_list li + li {
  margin-left: 10px;
}
/*产品中心*/
.content_left {
  width: 320px;
  margin-right: 43px;
}
.content_right {
  border: 1px solid #D0D0D0;
  margin-top: 30px;
}
.content_right .content_right_t {
  line-height: 36px;
  padding: 12px 19px;
  background: #EEEEEE;
}
.content_right .content_right_t h2 {
  font-size: 28px;
  color: #ea791d;
  font-weight: 400;
  margin-right: 10px;
}
.content_right .content_right_t .en {
  font-size: 22px;
  color: #C1C1C1;
}
.content_right .content {
  padding: 19px;
}
.breadcrumb {
  color: #696969;
  font-size: 12px;
}
.breadcrumb > img {
  height: 26px;
  margin-right: 10px;
}
.breadcrumb a {
  color: #969696;
}
.breadcrumb a:hover {
  color: #ea791d;
}
.pagination {
  text-align: center;
  margin: 25px 0;
}
.pagination ul {
  display: inline-block;
}
.pagination li {
  float: left;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: #f1a363;
  margin-right: 10px;
  cursor: pointer;
}
.pagination li a {
  font-size: 12px;
  color: #FFFFFF;
}
.pagination li.on,
.pagination li:hover {
  background: #27aaff;
}
.content_left_box {
  margin-bottom: 30px;
}
.content_left_box .content_left_box_t {
  height: 48px;
  line-height: 48px;
  background: #ea791d;
  color: #FFFFFF;
  padding: 0 20px;
  font-size: 24px;
}
.content_left_box .content_left_box_t img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.content_left_box .content_left_box_b {
  border: 1px solid #D0D0D0;
  border-top: 0;
}
.content_left_box .content_left_box_b .product_nav {
  padding: 20px 19px;
}
.content_left_box .content_left_box_b .product_nav > li {
  margin-bottom: 10px;
}
.content_left_box .content_left_box_b .product_nav > li > a {
  display: block;
  padding: 0 0 0 55px;
  line-height: 40px;
  color: #FFFFFF;
  font-size: 18px;
  background: #ea791d url(../images/set-w.png) no-repeat left 10px center;
}
.content_left_box .content_left_box_b .product_nav > li ul {
  display: none;
}
.content_left_box .content_left_box_b .product_nav > li ul li {
  text-align: center;
  line-height: 30px;
  border-bottom: 1px dashed #D0D0D0;
}
.content_left_box .content_left_box_b .product_nav > li ul li a {
  color: #888888;
}
.content_left_box .content_left_box_b .product_nav > li ul li a:hover,
.content_left_box .content_left_box_b .product_nav > li ul li a.on {
  color: #0084da;
}
.content_left_box .content_left_box_b .product_nav > li.on ul {
  display: block;
}
.content_left_box .content_left_box_b .product_nav > li.on > a {
  background-color: #c26112;
}
.content_left_box .content_left_box_b .contact_box {
  padding: 20px;
}
.content_left_box .content_left_box_b .contact_box p {
  color: #ea791d;
  line-height: 22px;
  margin-bottom: 5px;
}
.product_list {
  overflow: hidden;
}
.product_list li {
  float: left;
  width: 390px;
  margin: 30px 0 10px 19px;
}
.product_list li a {
  display: block;
  border: 1px solid #D0D0D0;
}
.product_list li a img {
  width: 388px;
  height: 298px;
}
.product_list li a p {
  line-height: 78px;
  text-align: center;
  color: #ea791d;
  background: #ebebeb;
}
.product_list li a:hover p {
  color: #0084da;
}
.product_info {
  padding: 30px 19px;
}
.product_info .product_info_img img {
  width: 338px;
  border: 1px solid #D0D0D0;
}
.product_info .product_info_right {
  padding: 20px 0 0 20px;
}
.product_info .product_info_right .product_name {
  padding: 10px 0;
  font-size: 16px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #D0D0D0;
}
.product_info .product_info_right ul li {
  color: #666666;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 5px;
}
.product_detail {
  margin-top: 20px;
}
.product_detail .product_detail_t {
  border-bottom: 8px solid #ea791d;
}
.product_detail .product_detail_t span {
  padding: 6px 25px;
  color: #FFFFFF;
  background: #ea791d;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.product_detail .product_detail_b {
  margin: 19px;
}
.tuijian_product {
  padding: 9px;
}
.tuijian_product li a {
  display: block;
  margin-top: 9px;
  color: #999999;
}
.tuijian_product img {
  width: 298px;
  height: 228px;
  border: 1px solid #D0D0D0;
}
.tuijian_product p {
  line-height: 34px;
  text-align: center;
}
/*新闻*/
.hot_news {
  padding: 19px;
}
.hot_news li {
  border-bottom: 1px dashed #D0D0D0;
}
.hot_news li a {
  display: block;
  padding: 0 0 0 35px;
  line-height: 35px;
  overflow: hidden;
  color: #888888;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/jiantou-gray.png) no-repeat left 12px center;
}
.hot_news li a:hover {
  color: #0084da;
  background-image: url(../images/jiantou.png);
}
.news_list {
  padding: 0 15px;
}
.news_list li {
  margin: 25px 0;
}
.news_list li .news_title {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 15px;
}
.news_list li .news_title a {
  color: #787878;
}
.news_list li .news_title a:hover {
  color: #0084da;
}
.news_list li .news_sum {
  font-size: 12px;
  line-height: 22px;
  color: #afafaf;
  overflow: hidden;
}
.news_list .first .news_img img {
  width: 383px;
  height: 258px;
  margin-right: 38px;
  border: 1px solid #D0D0D0;
}
.news_list .first .news_title {
  padding-bottom: 15px;
  background: url(../images/line.png) repeat-x left bottom;
}
.news_list .first .more {
  margin-top: 30px;
  display: block;
  width: 110px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  background: #5bbeff;
}
/*常见问题列表*/
.faq_list {
  padding: 19px;
}
.faq_list li {
  height: 180px;
  margin: 10px 0 20px;
  background: #ea791d;
  overflow: hidden;
  color: #FFFFFF;
}
.faq_list li .faqimg img {
  width: 283px;
  height: 180px;
}
.faq_list li .faqcontent {
  position: relative;
  z-index: 2;
  width: 479px;
  height: 160px;
  padding: 20px 15px 0 20px;
}
.faq_list li .faqcontent .faqname {
  margin-bottom: 15px;
  line-height: 28px;
  font-size: 18px;
}
.faq_list li .faqcontent .faqname a {
  color: #FFFFFF;
}
.faq_list li .faqcontent .faqtext {
  font-size: 12px;
  height: 66px;
  line-height: 22px;
  overflow: hidden;
}
.faq_list li .faqcontent:before {
  content: "";
  position: absolute;
  left: -7px;
  margin: 0 auto;
  height: 0;
  width: 0;
  border-width: 8px 8px 8px 0;
  border-style: solid solid solid dashed;
  border-color: transparent #ea791d transparent transparent;
}
.faq_list li:hover {
  background: #5bbeff;
}
.faq_list li:hover .faqcontent:before {
  border-right-color: #5bbeff;
}
.article .article_title {
  text-align: center;
  font-size: 20px;
  color: #ea791d;
  margin: 25px 0 10px;
}
.article .article_data {
  text-align: center;
  margin: 10px 0;
}
.article .article_data span {
  display: inline-block;
  margin: 0 10px;
  color: #969696;
}
.article .article_content {
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px dashed #696969;
  border-bottom: 1px dashed #696969;
}
.prev_next_page {
  font-size: 12px;
  color: #969696;
  line-height: 28px;
}
.prev_next_page a {
  color: #969696;
}
.prev_next_page a:hover {
  color: #0084da;
}
.honor_customer {
  padding: 10px;
}
.honor_customer li {
  float: left;
  width: 248px;
  margin: 10px 0 0 18px;
}
.honor_customer li img {
  width: 246px;
  height: 120px;
  border: 1px solid #E0E0E0;
}
.honor_customer li span {
  margin: 12px 0;
  display: block;
  text-align: center;
  font-size: 12x;
  color: #6c6c6c;
  line-height: 22px;
}
.contact dt {
  color: #ea791d;
  font-size: 16px;
  margin: 16px 0;
}
.contact dd {
  color: #707070;
  line-height: 22px;
}
.recruit .recruit_title {
  margin: 22px 0;
}
.recruit th,
.recruit td {
  text-align: center;
}
.recruit th {
  background: #eeeeee;
  line-height: 48px;
}
.recruit td {
  padding: 5px;
  line-height: 22px;
}
.message {
  min-height: 800px;
  padding: 80px 0 0 140px;
}
.message .control_label {
  display: inline-block;
  vertical-align: text-top;
  line-height: 22px;
  width: 80px;
  font-size: 14px;
  color: #6e6e6e;
  text-align: right;
}
.message .form_control {
  display: inline-block;
  vertical-align: text-top;
  padding: 4px 5px;
  line-height: 20px;
  border: 1px solid #c3c3c3;
  margin-bottom: 10px;
}
.message .required {
  color: #FF0000;
}
.message .btn {
  display: inline-block;
  padding: 5px 20px;
  color: #FFFFFF;
  margin: 10px;
}
.message .submit_btn {
  background: #0ea0ff;
  margin-left: 85px;
}
.message .reset_btn {
  background: #0084da;
}
/*# sourceMappingURL=style.css.map */
