@charset "UTF-8";
#header .header_top {
  height: 50px;
  background: #F2F2F2;
}
#header .header_top .header {
  width: 1200px;
  margin: 0 auto;
  line-height: 50px;
}
#header .header_top .header .pull-left {
  color: #666;
}
#header .header_top .header .pull-left img {
  padding-top: 15px;
}
#header .header_top .header .pull-left a {
  color: #666;
}
#header .header_top .header input[type="text"] {
  border: #ccc;
}
#header .header_top .header .submit {
  margin-right: 140px;
  width: 80px;
  height: 31px;
  border: none;
  background: #EF2F39;
  color: #fff;
  margin-top: -1px;
  vertical-align: middle;
}
#header .header_bottom {
  background: url("../img/header_bt_bg.png");
  height: 200px;
}
#header .header_bottom .header {
  width: 1200px;
  margin: 0 auto;
}#main .main .main_top .main_right .list li p
#header .header_bottom .header .left .top span {
  font-family: Arial;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #333333;
  vertical-align: middle;
  line-height: 144px;
  margin-left: 40px;
}
#header .header_bottom .header .left .bottom {
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #333;
  margin-top: -5px;
}
#header .header_bottom .header .right {
  margin-right: 50px;
}
#header .header_bottom .header .right .top span {
  font-family: Arial;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #EF2F39;
  vertical-align: middle;
  line-height: 80px;
}
#header .header_bottom .header .right .bottom {
  margin-top: 10px;
}
#header .header_bottom .header .right .bottom > div {
  float: left;
  line-height: 34px;
}
#header .header_bottom .header .right .bottom .img_box {
  width: 36px;
  height: 34px;
  border-radius: 50%;
  background: #f2f2f2;
  margin-right: 3px;
}
#header .header_bottom .header .right .bottom .star {
  color: #EF2F39;
  margin-right: 10px;
}
#header .header_bottom .header .right .bottom .star b {
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #FF0000;
}
#nav {
  background: #EF2F39;
  border-bottom: none;
}
#nav .nav {
  width: 1200px;
  margin: 0 auto;
}
#nav .nav li {
  width: 146px;
  float: left;
  border-right: 1px solid #fff;
  text-align: center;
}
#nav .nav li a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}
#nav .nav li:first-child {
  border-left: 1px solid #fff;
}
#main .main {
  width: 1200px;
  margin: 0 auto;
}
#main .main .main_top .main_left {
  width: 300px;
  height: auto;
  margin-right: 20px;
}
#main .main .main_top .main_left .category .panel_head {
  padding-left: 20px;
  box-sizing: border-box;
  background: #EF2F39;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
}
#main .main .main_top .main_left .category .panel_body li {
  line-height: 50px;
  border-top: 1px dashed #e6e6e6;
  padding: 0 30px;
  background: url(../img/icon_right.png) no-repeat 240px;
}
#main .main .main_top .main_left .category .panel_body li a {
  display: block;
  font-size: 16px;
}
#main .main .main_top .main_left .category .panel_body li:first-child {
  border-top: none;
}
#main .main .main_top .main_left .category .panel_body.contact {
  background: #fff;
  padding: 24px 10px;
}
#main .main .main_top .main_left .category .panel_body.contact > div {
  font-size: 14px;
  line-height: 40px;
}
#main .main .main_top .main_left .category .panel_body.contact > div span {
  display: inline-block;
  width: 70px;
  text-align: right;
  float: left;
}
#main .main .main_top .main_left .category .panel_body.contact > div b {
  float: left;
  display: inline-block;
  width: 180px;
  font-weight: 500;
}
#main .main .main_top .main_right {
  width: 880px;
  height: auto;
}
#main .main .main_top .main_right .list {
  margin-left: -10px;
  margin-right: -10px;
}
#main .main .main_top .main_right .list li {
  border: 1px solid #e6e6e6;
  padding: 10px ;
  width: 280px;
  height: 256px;
  box-sizing: border-box;
  float: left;
  margin: 0 10px;
  margin-top: 20px;
}
#main .main .main_top .main_right .list li strong{
  display: block;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
#main .main .main_top .main_right .list li .pic_box {
  width: 100%;
  height: 180px;
  background: #f1f1f1;
}
#main .main .main_top .main_right .list li .pic_box img{
  width: 100%;
  height: 100%;
}

#main .main .main_top .main_right .list li .list_title {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 24px;
  white-space:nowrap;
}
#main .main .main_top .main_right .list li p {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
#main .main .title {
  padding: 0 20px;
  border-bottom: 2px solid #EF2F39;
  line-height: 50px;
  font-size: 16px;
  color: #EF2F39;
}
#main .main .title a {
  font-weight: bold;
  font-size: 14px;
  vertical-align: center;
  color: #EF2F39;
}
#main .main .main_cont .main_head {
  padding: 0 20px;
  border-bottom: 2px solid #EF2F39;
  line-height: 50px;
  font-size: 16px;
  color: #EF2F39;
}
#main .main .main_cont .main_head span {
  vertical-align: top;
  font-size: 18px;
  font-weight: bold;
  margin-top: -4px;
}
#main .main .main_cont .main_head .right {
  margin-top: -2px;
  margin-left: 15px;
}
#main .main .main_cont .main_body {
  padding: 10px;
  padding-bottom: 0;
}
#main .main .main_cont .main_body .pic_box {
  width: 417px;
  height: 278px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  position: relative;
}
#main .main .main_cont .main_body .pic_box img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#main .main .main_cont .main_body .right {
  width: 700px;
  margin-left: 50px;
  font-size: 14px;
}
#main .main .main_cont .main_body .right a{
  color: #fff;
}
#main .main .main_cont .main_body .right a:hover{
  text-decoration: none;
}
#main .main .main_cont .form {
  padding: 20px 50px;
  background: url("../img/icon_zxly_bg_2.png") center no-repeat;
}
#main .main .main_cont .form div {
  margin-top: 10px;
}
#main .main .main_cont .form .label {
  display: inline-block;
  width: 150px;
  text-align: right;
  color: #fff;
}
#main .main .main_cont .form .label i {
  font-style: normal;
  color: #ef2f39;
  padding-right: 10px;
}
#main .main .main_cont .form input[type="text"],
#main .main .main_cont .form input[type="email"],
#main .main .main_cont .form input[type="tel"] {
  width: 280px;
  height: 40px;
  padding: 0 10px;
  line-height: 30px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #e5e5e5;
}
#main .main .main_cont .form input[id="code"] {
  width: 120px;
}
#main .main .main_cont .form textarea {
  vertical-align: top;
  height: 80px;
}
#main .main .main_cont .form .measage {
  vertical-align: top;
}
#main .main .main_cont .form img {
  cursor: pointer;
  margin-left: 10px;
}
#main .main .main_cont .form .button {
  padding-left: 160px;
}
#main .main .main_cont .form .button button {
  background: #f59b0e;
}
#main .main .introduce {
  width: 100%;
}
#main .main .introduce .header {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #FF0000;
  line-height: 50px;
  border-bottom: 2px solid #EF2F39;
  padding: 0 20px;
}
#main .main .introduce .content {
  padding: 20px;
}
#main .main .list_bottom {
  margin-top: 20px;
}
#main .main .list_bottom .header {
  font-family: Arial;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  line-height: 50px;
  border-bottom: 2px solid #EF2F39;
}
#main .main .list_bottom .header .left {
  width: 280px;
  background: #EF2F39;
  padding-left: 20px;
  box-sizing: border-box;
}
#main .main .list_bottom .header .right a {
  font-size: 14px;
  color: #EF2F39;
  padding-right: 20px;
}
#main .main .list_bottom .list_body {
  overflow: hidden;
  margin-left: -20px;
}
#main .main .list_bottom .list_body li {
  width: 280px;
  height: 256px;
  float: left;
  margin-left: 20px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin-top: 20px;
}
#main .main .list_bottom .list_body li .pic_box {
  width: 100%;
  height: 180px;
  background: #f1f1f1;
}
#main .main .list_bottom .list_body li .pic_box img{
  width: 100%;
  height: 100%;
}
#main .main .list_bottom .list_body li .list_title {
  font-size: 14px;
}
#main .main .list_bottom .list_body li .list_title a{
  display: block;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;

}
#main .main .list_bottom .list_body li .list_describe p {
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
#main .main .contact {
  padding: 20px 120px;
  background: url(../img/bg_message.png) center no-repeat;
  position:relative;
}
#main .main .contact .item {
  line-height: 54px;
  margin-top: 10px;
}
#main .main .contact .item > div {
  display: inline-block;
}
#main .main .contact .item span {
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #333333;
  margin-left: 30px;
}
#main .main .detail {
  margin-top: 20px;
}
#main .main .detail .pic_box {
  width: 400px;
  box-sizing: border-box;
  overflow: hidden;
}

#main .main .detail .pic_box .pic_box_top {
  width: 378px;
  height: 254px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #e6e6e6;
}
#main .main .detail .pic_box .pic_box_top img{
  width: 100%;
  height: 100%;
}
#main .main .detail .pic_box .pic_box_bottom {
  margin-top: 10px;
}
#main .main .detail .pic_box .pic_box_bottom li {
  width: 70px;
  float: left;
  box-sizing: border-box;
  margin-left: 7px;
  border: 1px solid #e6e6e6;
}
#main .main .detail .pic_box .pic_box_bottom li img {
  width: 100%;
  cursor: pointer;
}
#main .main .detail .pic_box .pic_box_bottom li.active {
  border: 1px solid #1987d1;
  box-sizing: border-box;
}
#main .main .detail .title_box {
  width: 447px;
  height: 286px;
  margin-left: 20px;
  word-break: break-all;
}
#main .main .detail h2 {
  margin-bottom: 10px;
}
#main .main .detail .desc {
  font-size: 16px;
}
#main .main .detail .desc .left {
  width: 80px;
}
#main .main .detail .desc .right {
  width: 367px;
  color: #666;
}
.main.template2 {
  width: 1200px;
  margin: 0 auto;
}
.main.template2 .title1 {
  text-align: center;
  color: #fff;
}
.main.template2 .title1 strong {
  display: block;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}
.main.template2 .title1 b {
  display: block;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}
.main.template2 .title1 i {
  margin: 0 auto;
  display: block;
  height: 2px;
  width: 70px;
  background: transparent;
  margin-top: 10px;
}
.main.template2 .company {
  width: 1200px;
  height: 330px;
  margin-top: 70px;
  margin-bottom: 60px;
  background: #0000FF;
}
.main.template2 .company .left {
  width: 50%;
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
}
.main.template2 .company .left .pic_box {
  width: 600px;
  height: 400px;
  margin-top: -37px;
}
.main.template2 .company .left .pic_box img{
  width: 100%;
  height: 100%;
}

.main.template2 .company .right {
  width: 550px;
  margin-left: 50px;
  padding-top: 20px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 80px;
}
.main.template2 .company .right .desc {
  margin-top: 20px;
}
.main.template2 .company .right .desc p {
  height: 170px;
  font-size: 16px;
  color: #fff;
}
.main.template2 .company .right .desc button {
  margin-left: 280px;
  margin-top: 20px;
  overflow: hidden;
}
.main.template2 .company .right .desc button a {
  display: block;
  background: #fff;
  color: #1987d1;
  font-size: 14px;
}
.main.template2 .company .right .desc button a:hover {
  background: #F1F1F1;
}
.main.template2 .company_product .title1 {
  color: #0000FF;
}
.main.template2 .company_product .title1 i {
  background: transparent;
}
.main.template2 .company_product .list {
  margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
}
.main.template2 .company_product .list li {
  border: 1px solid #e6e6e6;
  padding: 10px ;
  width: 280px;
  box-sizing: border-box;
  float: left;
  margin: 0 10px;
  margin-top: 20px;
}
.main.template2 .company_product .list li .pic_box {
  width: 100%;
  height: 180px;
  background: #FF5722;
}
.main.template2 .company_product .list li .pic_box img{
  width: 100%;
  height: 100%;
}
.main.template2 .company_product .list li .list_title {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
}
.main.template2 .company_product .list li .list_title:hover {
  color: #1987d1;
}
.main.template2 .company_product .list li p {
  color: #999999;
  line-height: 20px;
  height: 40px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.main.template2 .company_product .btn_more {
  display: block;
  width: 264px;
  height: 60px;
  margin: 0 auto ;
  margin-top: 20px;
  border-radius: 64px;
  border: 1px solid #e6e6e6;
}
.main.template2 .company_product .btn_more a {
  display: block;
  text-align: center;
  line-height: 60px;
  color: #1987d1;
}
.main.template2 .contactWay {
  width: 1200px;
  height: 506px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background: url("../img/contact1.jpg") center;
}
.main.template2 .contactWay .left {
  padding-top: 60px;
  padding-left: 110px;
  box-sizing: border-box;
}
.main.template2 .contactWay .left .title2 {
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #FFFFFF;
}
.main.template2 .contactWay .left > div {
  margin-top: 20px;
}
.main.template2 .contactWay .left > div > span {
  display: block;
  font-family: Arial;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #FFFFFF;
}
.main.template2 .contactWay .right {
  margin-top: 30px;
  margin-left: 40px;
}
.main.template2 .contactWay .right .title2 {
  padding-left: 114px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #FFFFFF;
}
.main.template2 .contactWay .right form {
  padding: 20px 50px;
  padding-top: 10px;
}
.main.template2 .contactWay .right form > div {
  margin-top: 10px;
}
.main.template2 .contactWay .right form .label {
  display: inline-block;
  width: 150px;
  text-align: right;
  color: #fff;
}
.main.template2 .contactWay .right form .label i {
  font-style: normal;
  color: #ef2f39;
  padding-right: 10px;
}
.main.template2 .contactWay .right form input[type="text"],
.main.template2 .contactWay .right form input[type="tel"] {
  width: 280px;
  height: 40px;
  padding: 0 10px;
  line-height: 30px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #e5e5e5;
}
.main.template2 .contactWay .right form input[type="email"] {
  width: 280px;
  height: 40px;
  padding: 0 10px;
  line-height: 30px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #e5e5e5;
}
.main.template2 .contactWay .right form input[id="code"] {
  width: 120px;
}
.main.template2 .contactWay .right form textarea {
  vertical-align: top;
}
.main.template2 .contactWay .right form .measage {
  vertical-align: top;
  margin-left: 3px;
}
.main.template2 .contactWay .right form img {
  cursor: pointer;
  margin-left: 10px;
}
.main.template2 .contactWay .right form .button {
  padding-left: 160px;
}
.main.template2 .contactWay .right form .button button {
  background: #1987d1;
}
.template #nav {
  background: #1987d1
;
}
.template #main .main .introduce .header {
  color: #1987d1;
  border-bottom: 2px solid #1987d1;
}
.template #main .main .list_bottom .header {
  border-bottom: 2px solid #1987d1;
}
.template #main .main .list_bottom .header .right a {
  color: #1987d1;
}
.template #main .main .list_bottom .header .left {
  background: #1987d1;
}
.template a:hover {
  color: #1987d1 !important;
}
.template #main .main .title {
  padding: 0 20px;
  border-bottom: 2px solid #1987d1;
  line-height: 50px;
  font-size: 16px;
  color: #1987d1;
}
.template .page ul > li:hover {
  background: #1987d1;
}
.template .page ul > li:hover a {
  color: #fff;
  text-decoration: none;
}
.template .page ul li.active {
  background: #1987d1;
}
.template #main .main .main_cont .main_head {
  padding: 0 20px;
  border-bottom: 2px solid #1987d1;
  line-height: 50px;
  font-size: 16px;
  color: #1987d1;
}
.template #main .main .main_top .main_left .category .panel_head {
  background: #1987d1;
}

.map-wrap {
    width: 490px;
    height: 373px;
    border: 2px solid #ccc;
    box-shadow: 0 0px 10px 0px #000;
    position: absolute;
    top: 30px;
    right: 30px;
}
.map-wrap #allmap {width: 100%;height: 100%;overflow: hidden;margin:0;font-family:"微软雅黑";text-align: center;
        line-height: 436px;}
		
.certified {
	width: 880px;
	height: 965px;
	background: url("../img/certificate/icon_qyrz_bg.png") no-repeat center;
	margin: 0 auto;
}
.certified .certified_top {
        height: 120px;
        margin-top: 20px;
        margin-left: 252px;
        margin-right: 140px;
        font-size: 18px;
        line-height: 40px;

    }

    .certified .certified_content {
        position: relative;
    }

    .certified .certified_content .seal {
        position: absolute;
        right: 170px;
        bottom: -20px;
    }

    .certified .certified_content .pic_box {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .certified .certified_content .certified_company {
        text-align: right;
        font-size: 16px;
        line-height: 40px;
        padding-right: 141px;
        padding-top: 96px;

    }

    .certified .certified_footer {
        padding-top: 305px;
        text-align: center;
        /* padding-right: 180px; */
    }

#company{
  width: 100%;
  background: rgba(25, 135, 209,0.7);
}
#company .company {
  width: 1200px;
  height: 330px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 60px;
}
#company .title1 {
  text-align: center;
  color: rgb(255, 255, 255);
}
#company .title1 strong{
  display: block;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none
}
#company .company .left {
  width: 50%;
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
}
#company .company .left .pic_box {
  width: 600px;
  height: 400px;
  margin-top: -37px;
  border: 1px solid #e6e6e6;
	box-shadow: 0px 0px 3px 0px #ddd;
}
#company .company .left .pic_box img{
  width: 100%;
  height: 100%;
}

#company .company .right {
  width: 550px;
  margin-left: 50px;
  padding-top: 20px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 80px;
}
#company .company .right .desc {
  margin-top: 20px;
}
#company .company .right .desc p {
  height: 170px;
  font-size: 16px;
  color: #fff;
}
#company .company .right .desc button {
  margin-left: 280px;
  margin-top: 20px;
  overflow: hidden;
}
#company .company .right .desc button a {
  display: block;
  background: #fff;
  color: #1987d1;
  font-size: 14px;
}
#company .company .right .desc button a:hover {
  background: #F1F1F1;
}