* {
  margin: 0;
  padding: 0;
  font-family: "microsoft yahei";
  text-decoration: none;
  color:#333;
  font-size:16px;
}
ul,
ol,
li {
  list-style: none;
}
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
p,
blockquote,
figure,
form,
fieldset,
input,
legend,
pre,
abbr,
button {
  margin: 0;
  padding: 0;
}
a,
button,
input {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
}
img {
  vertical-align: middle;
}
a {
  color: #666;
  text-decoration: none !important;
  /*background-color: transparent;*/
}
.clear {
  clear: both;
}
.m {
  width:1300px;
  margin: 0 auto;
}
i{font-style:normal;}
html,
body {
  height: 100%;
  width: 100%;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.clearfix:after {
  clear: both;
}
.fl,.lf {
  float: left;
}
.fr,.rt{
  float: right;
}
.clearfix {
  *zoom: 1;
  /*IE/7/6*/
}
/* 回到顶部 */
#toTop {
  width: 56px;
  height: 56px;
  position: fixed;
  cursor: pointer;
  display: none;
  right: 3%;
  bottom: 4%;
  z-index: 60;
  background: #d73240;
  color:#fff;
  text-align: center;
  line-height: 56px;
  font-size:50px;
  font-weight: bold;
}

/* 头部 */
.header{
 padding:20px 0;
 position: relative;
 z-index: 1000;
}
.header h1{
  color:#d73240;
  text-align:center;
  font-size: 35px;
  display: inline-block;
  vertical-align:  middle;
}
.header ul{
display:inline-block;
vertical-align:middle;
}
.header ul li{
     display: inline-block;
     width:122px;
     text-align: center;
     height: 70px;
}
.header ul li.lion::after{
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  background: #d73240;
  margin-top: 17px;
}
.header ul li>a{
  color:#666;
  font-size:20px;
  display:block;
  height: inherit;
  line-height: 70px;
}
.header ul li div a{
  color:#666;
  font-size:18px;
  display:block;
  padding:10px 0;
  /* text-align: center; */
  color:#fff;
}
.header ul li  div{
  float:left;
  width:100%;
  display:none;
  background:rgba(87, 161, 46, 0.7);
  margin-top:18px;
}


/* 主体 */
.t_r{
  text-align:right;
}
.t_l{
  text-align:left;
}
.t_c{
  text-align:center;
}
.company_profile{
  padding:50px 0;
 
}
.company_profile_l {
  width:710px;
}
.branch_title{
  font-weight: bold;
  position: relative;
  min-width:1200px;
  padding: 80px 0 0
}
.branch_title::before,
.branch_title::after{
  display: block;
  content: '';
  width: 45%;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 130px;
}
.branch_title::before{
  left:auto;
  right:0;
}
.branch_title h2{
  color:#333;
  font-size:24px;
  margin-bottom: 5px;
  
}
.branch_title p{
  color:#d73240;
}

.company_profile_con{
  margin-top: 10px;
  line-height: 34px;
  font-size: 16px;
  max-height: 204px;
  overflow: hidden;
}
.company_profile_con:hover p,
.company_profile_con:hover a,
.company_profile_con:hover *,
.company_profile_con:hover span{color:#d73240 !important;}
.company_profile_con *{line-height: 34px !important;}
.more{

  width:200px;
  text-align:center;
  line-height: 40px;
  height:40px;
  border: 1px solid #d73240;
  border-radius: 20px;
  color: #d73240;

  display: block;
  margin: 20px auto 0;
}

.company_profile_r{
  width:432px;
}
.company_profile_r ._box{
  width:100%;
  height:284px;
  overflow:hidden;
}



.pro_category{
 text-align: center;
  height: 375px;
  min-width:1200px;
}
.pro_category_in{
   text-align: center;
   padding-top:100px;
   margin-bottom:50px;
}
.pro_category_in p{
  color: #d73240;
  font-size: 33px;
  line-height: 70px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.pro_category .more{
  color:#fff;
  background:#d73240;
}
/* 服务项目 */
.survice_cate{
  padding:80px 0;
}
.survice_cate li{
  display:inline-block;
  width:276px;
  margin-right:20px;
  text-align: center;
  height:356px;
  background:#d73240;
  border:2px solid #d73240;
 
}
.survice_cate  ul{
  height:450px;
}
.survice_cate li p{
  color:#fff;
  
}
.survice_cate li p.pro_p1{
  font-size:20px;
  padding: 50px 0 10px;
}
.survice_cate li:last-child{
  margin-right:0;
}
.pro_div>img{
  width:30px;
  margin: 40px 0 95px;
}
.survice_cate li a>.picBox{
  width:175px;
  height:175px;
  /*-webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;*/
  margin: auto;
  overflow: hidden;
}
.survice_cate li:hover{
  background:#e36f78;
}
.survice_cate li:hover .pro_img1{
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  /*transform:rotate(45deg);
  -ms-transform:rotate(45deg); 	
  -moz-transform:rotate(45deg); 	
  -webkit-transform:rotate(45deg); 
  -o-transform:rotate(45deg); 	*/
}

/* 新闻中心 */
.news_center{
  background:#f1f1f1;
}
.news_center .branch_title::before,.news_center .branch_title::after {
  
  width:25%;
  background: #ccc;
  position: absolute;
  left:15%;
  top: 130px;
}
.news_center .branch_title::before{
  left:auto;
  right:15%;
}
.news_center_in{
  padding:50px 0 50px;
}
.news_center_in .news_l{
  width:575px;
  position: relative;
}
.news_center_in .news_l h3{
  line-height:50px;
  background:#777777;
  position: absolute;
  bottom:0;
  width:100%;
  left:0;
  color:#fff;
  text-align: center;
  font-weight: normal;
}

/*.news_center_in .news_l  img{
  width:100%;
  height:360px;
}*/
.news_center_in .news_r{
  width:600px;
}
.news_r_1{
  background:#e7e5e5;
  padding:20px;
}
.news_r_1 h4{
  color:#fff;

}
.news_r_1 p{
  color: #fff;
  margin-top: 10px;
  font-size: 15px;
  line-height: 30px;
  height:90px;
  overflow: hidden;
}
.news_r_1 p img{display:none;}
.news_r_1:last-child{
  background:#e7e5e5;
  margin-top:40px;
  
}
.news_r_1 p,
.news_r_1 h4{
  color:#333;
}
.news_r_1:hover{background: #d73240;}
.news_r_1:hover *{color:#fff !important;}
/* 底部 */
.footer{
  padding:50px 0 0;
}
.footer .footer_l{
  width: 495px;
}
.footer_l input{
  width: 390px;
  padding-left:10px;
  height: 30px;
  border: 1px solid #ccc;
  outline: none;
  margin-bottom: 15px;
}
.footer_l em{
  font-style: normal;
  display: inline-block;
  /* width: 70px; */
  text-align: right;
  /* height: 400px; */
  /* margin-right: 20px; */
  position: relative;
  top: -100px;
}
.footer_l .message{
  padding:50px 0;
}
.footer_l .footer_pp{
  line-height:30px;
  margin-top:40px;
}
.footer_l textarea{
  width:400px;
  height:200px;
  border: 1px solid #ccc;
}
.footer_l button{
  width: 400px;
  height: 40px;
  background: #d73240;
  color: #fff;
  border: none;
  border-radius: 20px;
  margin: 15px 0 0 87px;
  font-size: 18px;
}
.footer h4{
  font-size:20px;
}
.footer h4 strong{
  font-size:20px;
  color:#d73240;
}
.footer_r{
  width:600px;
  position: relative;
}
.footer_r .message1{
  padding:30px 0 20px;
  /* width:350px; */
}
.footer_r .message1 p{
  line-height:30px;
}
.footer_r>img{
  width:100%;
}
.footer_r .erweima{
  /* position: absolute; */
  right:30px;
  top:30px;
}
.footer_r .erweima p{
   font-size: 14px;
  margin-top:5px;
}
.copyright{
  width:100%;
  padding:20px 0;
  background:#363b3f;
  color:#7b818d;
}
.copyright p{ color:#7b818d;}
/* 联系我们 */
.main_c{
  margin:28px 0;
}
.leftNav{
  width:240px;
}

.product_class_list {
    width: 100%;
    background: #d73240;
    padding-bottom: 25px;
}
.product_class_list h3 {
    height: 80px;
    background: #d73240;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
	font-weight:bold;
    text-align: center;
    line-height: 80px;
    border-bottom: 1px solid #fff;
}
.product_class_list ul {
    margin-top: 10px;
}
.product_class_list li {
    border-bottom: 1px solid #fff;
    line-height: 45px;
    padding: 0 13px;
	    text-align: center;
}
.product_class_list li a {
    color: #fff;
    font-size: 14px;
	display:block;
}
.product_class_list .subnav2 {
    
    margin-bottom: 10px;
    background:#d73240;
    display:none;
}
.product_class_list .subnav2 a {
    display: block;
    line-height: 35px;
    color: #fff;
}

#contentRight {
    width:900px;
    height: auto;
    
}
.content_com_title {
    position: relative;
    height: 45px;
    margin-bottom: 15px;
    border-bottom: 2px solid #d0d0d0;
}
.content_com_title {
    position: relative;
    height: 45px;
    margin-bottom: 15px;
    border-bottom: 2px solid #d0d0d0;
}
.content_com_title {
    position: relative;
    height: 45px;
    margin-bottom: 15px;
    border-bottom: 2px solid #d0d0d0;
}

.content_com_title h2 {
    display: inline-block;
    padding: 0 6px 6px 6px;
    position: absolute;
    left: 0;
    top: 10px;
    border-bottom: 2px solid #d73240;
    font-size: 22px;
    font-weight: normal;
    color: #333333;
    text-align: left;
}
.bread a {
    display: inline-block;
    color: #666666;
}
.bread a {
    display: inline-block;
    color: #666666;
}
.bread {
    color: #666666;
    float: right;
    line-height: 45px;
}

.content p{
  text-align:left;
  margin-bottom: 30px;
}
.main_c{
  margin:28px 0;
}

.contact_in h3 {
    border-bottom: 3px solid #d73240;
    line-height: 50px;
    font-size: 24px;
    font-weight: normal;
    color: #d73240;
    margin-top: 10px;
}
.contact_in dl {
    border: 3px solid #e3e3e3;
    margin: 10px auto 5px auto;
    padding: 10px;
}

.contact_in dt {
    float: left;
    border-right: 1px solid #e3e3e3;
    width: 65px;
    text-align: center;
}

.contact_in dt img {
    display: inline-block;
}
.contact_in dd {
    float: left;
    padding-left: 10px;
    font-size: 14px;
    color: #979797;
    line-height: 22px;
}
.contact_in dd span {
    font-size: 9px;
    color: #979797;
    text-transform: uppercase;
    line-height: 14px;
    font-family: Arial;
}
.contact_in p {
    font-size: 28px;
    font-family: Impact;
    color: #d73240;
    border-bottom: 1px solid #cfcfcf;
    line-height: 50px;
}
.contact_in li.lx1 {
    background: url(../../images/mobile.png) 5px 9px no-repeat;
}
.contact_in li {
    font-size: 14px;
    line-height: 32px;
    border-bottom: 1px solid #cfcfcf;
    padding-left: 32px;
    color: #666666;
    text-align:left;
}
.contact_in li.lx2 {
    background: url(../../images/tel2.png) 5px 9px no-repeat;
}
.contact_in li.lx3 {
    background: url(../../images/mail.png) 3px 9px no-repeat;
}
.contact_in li.lx4 {
    background: url(../../images/address.png) 5px 9px no-repeat;
}

.product3, .product4, .product5, .product6, .product7, .product7 li, .product8, .product8 li {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.product3 li, .product4 li, .product5 li, .product6 li {
    width: 33%;
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
}
.product3 li>div {
    width: 200px;
    margin: 3px auto;
    height: 200px;
    position: relative;
  /*-webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;*/
  overflow: hidden;
}

.product1 li>p, .product2 li>p, .product3 li>p, .product4 li>p, .product5 li>p, .product6 li>p {
    width: 88%;
    margin: 0 auto;
    text-align: center;
    font: 14px/42px "microsoft yahei";
}
.pg-color {
    color: #737373;
}

.view h1 {
    width: 100%;
    text-align: center;
    font: 16px/30px "microsoft yahei";
    color: #343434;
    padding: 0 5px 0 0;
}
.view div {
    font-size: 14px;
}

.view img {
    max-width: 100%;
    display: inline;
}

.back {
    font: 14px/39px "microsoft yahei";
    color: #fff;
    background: #d73240;
    width: 138px;
    margin: 20px auto;
    border-radius: 4px;
    display: block;
    text-align: center;
}
.center{
  margin:20px auto;
  text-align: center;
}

.page {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
    position: relative;
}
.page p {
    width: 100%;
    height: 28px;
    font: 12px/28px "microsoft yahei";
    color: #1d1d1d;
    overflow: hidden;
}

.news1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 12px auto;
}
.news1 li {
  text-align:left;
    width: 100%;
    padding: 5px 0;
    height: 30px;
    font: 14px/30px "microsoft yahei";
    color: #737373;
    border-bottom: 1px dashed #ccc;
    text-indent:1em;
    
}
.news1 li a {
    float: left;
    margin-left: 12px;
}
.news1 li span {
    float: right;
    margin-right: 12px;
    font-size: 12px;
}
.msg_now {
    width: 100%;
    height: 34px;
    background: url(../../images/msg_line1.png) center center no-repeat;
    overflow: hidden;
    margin: 15px 0 0 0;
}

.msg_title {
    width: 155px;
    height: 34px;
    background: url(../../images/msg_btn.png) 7px center no-repeat #d73240;
    /*text-indent: 43px;*/
    margin: 0 auto;
    color: #fff;
    font: 22px/34px "microsoft yahei";
  text-align: center !important;
}
.msg_ul {
     width: 580px;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
    position: relative;
    left: 65px;
}
.msg_ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 6px;
}
.msg_ul li p {
    width: 90px;
    float: left;
    height: 36px;
    font: 14px/36px "microsoft yahei";
    color: #333;
    vertical-align: top;
    text-align: right;
    margin: 0 6px 0 0;
}
.msg_input {
    width: 264px;
    height: 34px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    padding: 0 10px;
}
.info {
    color: #666;
    position: absolute;
    display: none;
    line-height: 34px;
    float: right;
}
.Validform_checktip {
    margin-left: 4px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
}
.dec {
    bottom: -8px;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 10px;
    width: 17px;
}
.dec .dec1 {
    color: #ccc;
}
.dec s {
    font-family: simsun;
    font-size: 16px;
    height: 19px;
    left: 0;
    line-height: 21px;
    position: absolute;
    text-decoration: none;
    top: -9px;
    width: 17px;
}
.dec .dec2 {
    color: #fff;
    top: -10px;
}
.msg_pin {
    width: 100px;
    height: 34px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    padding: 0 10px;
    float: left;
}


.msg_ul input{
  float:left;
  
}
#valid_img{
  float:left;
}
.msg_submit {
    width: 286px;
    height: 36px;
    margin: 20px auto;
    border-radius: 3px;
    border: 0;
    text-align: center;
    font: 18px/36px "microsoft yahei";
    color: #fff;
    background: #d73240;
    cursor: pointer;
}
.message i{
    font-style: normal;
    display: inline-block;
    width: 90px
}
.message div:nth-child(3) input{
width:200px;
}
.message div img{    margin-left: 10px;}
