﻿
@charset "utf-8";

/* CSS Document */
body {
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    font-family: "微软雅黑", Tahoma, Arial, Helvetica, sans-serif;
    color: #222;
    background: #FFF;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
pre {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "微软雅黑"
}

h1,
h2,
h3,
h4 {
    font-size: 14px;
    font-family: "微软雅黑", Tahoma, Arial;
}

a {
    text-decoration: none;
    color: #222;
    outline: none;
}

input {
    outline: none;
}

img {
    border: 0 none;
    vertical-align: top;
}

ul li {
    list-style: none;
}

i {
    font-style: normal;
}

.c {
    clear: both;
    overflow: hidden;
    zoom: 1;
}

.center {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.warp {
    max-width: 100%;
    margin:0 6%;
    clear: both;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt18 {
    margin-top: 18px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}
.mt75 {
    margin-top: 75px;
}

.mt90 {
    margin-top: 90px;
}

.logo{
	padding-top:10px;    width: 30%;
}
#header_box {
    height: 90px;
    background: rgba(255, 255, 255, 1);
    clear: both;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -moz-box-shadow: 0px 0px 13px #666;
    -webkit-box-shadow: 0px 0px 13px #666;
    box-shadow: 0px 0px 13px #666;
}

.header { 
    margin: 0 6%;
    clear: both;
    position: relative;
}

.header .logo img {
    width: 100%;
    overflow: hidden;
}

.search_box {
    width: 38px;
    height: 38px;
    border-radius: 6px;
    background: #eee;
    display: block;
    text-align: center;
    line-height: 38px;
    font-size: 22px;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
    z-index: 101
}

#search-form {
    -moz-transition: max-width, 0.5s;
    -o-transition: max-width, 0.5s;
    -webkit-transition: max-width, 0.5s;
    transition: max-width, 0.5s;
    position: absolute;
    top: 25px;
    right: 216px;
    width: 100%;
    max-width: 0;
    overflow: hidden;
    background-color: #e5e5e5;
    border-radius: 6px;
    z-index: 101
}

#search-form.open {
    height: 38px;
    max-width: 260px;
}

#search-form fieldset {
    position: relative;
    margin: 0 50px 0 0;
    padding: 0;
    border: none;
}

#search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 38px;
}

#search-form input[type="search"] {
    width: 100%;
    padding: 0 5px 0 16px;
    background: transparent;
    border: none;
}

#search-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 38px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    background: #eee;
    border: none;
    cursor: pointer;
    font-size: 22px;
    border-radius: 6px;
}

.headers-box {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 90px;
    z-index: 10;    z-index: 99999999;
    background: #fff;
	-moz-box-shadow: 0px 0px 13px #666;
    -webkit-box-shadow: 0px 0px 13px #666;
    box-shadow: 0px 0px 13px #666;
}

.header-box-black {
    /*  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.6)), to(transparent));
      background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.6), transparent);
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.6),transparent);
background-image: linear-gradient(to bottom, rgba(0,0,0,0.6), transparent);*/
    z-index: 10;
    border-bottom: 0px !important;
}

.header-box-black #ftop {
    color: #fff
}

.header-box-black #ftop a {
    color: #fff
}

#menu01{ display:inline-block;  height:90px; line-height:90px;}
#menu01 li{ display:inline-block; float:left; width:90px; text-align:center; font-size:15px; margin-left:10px;}
#menu01 li a{   width:100px; white-space:nowrap; overflow:hidden; display:block;}
#menu01 li.cur a{ }
#nav{display:inline-block;   height:90px; line-height:90px;}
#nav li{ display:inline-block; float:left; width:90px; text-align:center; font-size:15px; margin-left:10px; overflow:hidden}
#nav li a:hover { color:#a81d20;}
#nav li a{  width:100px; white-space:nowrap; overflow:hidden; display:block;}
#nav li:hover{ overflow:visible;}
#nav ul > li { float: left; position: relative; }
#nav li ul { background:#fff; -moz-box-shadow:0px 5px 5px rgba(0,0,0,.18); -webkit-box-shadow:0px 5px 5px rgba(0,0,0,.18); box-shadow:0px 5px 5px rgba(0,0,0,.18);}
#nav li ul li {width:140px; height:38px; line-height:38px; overflow:hidden; white-space:nowrap; margin:0;}
#nav li ul a { width:140px;  text-align:center; font-size:14px; color:#555;}
.nav3 ul > li:hover ul{ opacity:1; top:90px;}
.nav3 ul > li:hover ul li {height:38px; border-bottom:#eaeaea dashed 1px;}
.nav3 li ul {position: absolute; left:-20px; top:0px; opacity:0; transform:translate(0,0); transition:all .2s ease-in 0s; }
#nav li:hover .mainlevel{ color:#a81d20;}


/*page2 动画*/
.page2 .fl {
    transition: 1s;
    transform: translateX(-2000px);
	padding-top:25%;
}

.page2.active .fl {
    transform: translateX(0px);
}

.page2 .fr {
    transition: 1s;
    transform: translateX(2000px);
}

.page2.active .fr {
    transform: translateX(0px);
}

/*关于我们*/
.about_box {
    width: 40%; 
    height: auto;
    display: inline-block;
}

.about_tt {
    clear: both;
    overflow: hidden;
}

.about_tt h2 { 
    font-size: 18px;
    float: left;
	width:100%;
    display: block;
	color:#a72b30;
    margin-top: 10px;
	margin-bottom:5px;
    letter-spacing: 1px;
}

.about_tt h3 {
    font-size: 38px;
    color: #3f3f3f;
	width:100%;
    font-weight: normal;
    display: inline-block;
    float: left;
    font-family: Arial;
}
 .about_tt p{
	 width:100%;
	 display:block;
	 color:#343434;
	 line-height:26px;
	 font-size:12px;
	 
 }
.about_name {
    font-size: 22px;
    clear: both;
    overflow: hidden;
    height: 44px;
    line-height: 44px;
    background: #a72b30;
    width: auto;
    display: inline-block;
    padding: 0 20px;
    letter-spacing: 1px;
    transform: translate(0, 0);
    transition: all .4s ease-in 0s;
}

.about_name:hover {
    letter-spacing: 5px;
}

.about_item {
    position: absolute;
    left: 23px;
    top: 130px;
    width: 550px;
    height: 426px;
    display: block;
    padding-left: 45px;
    background: url(../images/fd_01.png) left top no-repeat;
    overflow: hidden;
}

.about_item h2 {
    font-size: 24px;
    height: 88px;
    line-height: 88px;
    overflow: hidden;
}

.about_item .txt {
    font-size: 15px;
    line-height: 30px;
    height: 240px;
    overflow: hidden;
    clear: both;
}

.in_about_more {
    width: 150px;
    height: 45px; 
    text-align: center;
    transform: translate(0, 0);
    transition: all .4s ease-in 0s;
}

.in_about_more a {
    font-size: 16px;
    color: #4d4d4d;
    height: 40px;
    line-height: 40px; 
	border:solid 1px #dedede; 
    display: block;
    transform: translate(0, 0);
    transition: all .3s ease-in 0s; 
}
 
.in_about_more:hover a {
    color: #a72b30
}

.in_about_pic {
    width: 35%;
    overflow: hidden;
    float: right;
    padding-top: 28%;
}
.in_about_pic div{
	color: #a72b30;
    width: 50%;
    float: left;
    height: 35px;
    display: block;
}
.in_about_pic a{  
	height:35px;
	line-height:35px;padding-left: 5px;
	text-decoration:underline;
	font-size:16px; 
	color:#242424;
}
/*page3 动画*/
.page3 .new_box {
    transition: 1s;
    transform: translateY(-9999px);
	margin-top: 14%;
}

.page3.active .new_box {
    transform: translateY(0px);
}

.page3 .pro_list {
    transition: 1.3s; 
}

.page3.active .pro_list {
    transform: translateY(0px);
}

.page3 .pro_more {
    transition: 1.5s;
    transform: translateY(9999px);
}

.page3.active .pro_more {
    transform: translateY(0px);
}

/*项目展示*/
.pro_box {
    height: auto;
    overflow: hidden;
    color: #FFF;
}

.pro_tt {
    clear: both;
    overflow: hidden;
}

.pro_tt h2 {
    font-weight: normal;
    font-size: 38px;
    float: right;
    display: block;
    margin-top: 24px;
    letter-spacing: 1px;
}

.pro_tt h3 {
    font-size: 120px;
    color: rgba(255, 255, 255, .1);
    display: inline-block;
    text-transform: uppercase;
    float: right;
    margin-right: -66px;
    font-family: Arial;
}

.pro_tt h2::after {
    width: 50px;
    height: 5px;
    background: #a72b30;
    display: block;
    content: "";
    margin-top: 26px;
    position: absolute;
    right: 0;
}

.pro_list {
    clear: both;
    position: relative;
}

 

.pro_list .swiper-slide {   
    float: left;
    display: inline-block;  
    transform: translate(0, 0);
    transition: all .3s ease-in 0s;
}
.swiper-slide123{
    width:24%;
    float: left;
    margin: 0 0.5%;
    background: #fff;
}
.pro_pic {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.pro_pic img {
       width: 90%; 
    padding: 5%;
    overflow: hidden;
    transform: translate(0, 0);
    transition: all .3s ease-in 0s;
}
.pro_list .shijian{
	width:95%;
	margin:0 auto;
	font-size:14px;
	text-align:left;
	padding-bottom:15px;
}
.pro_list .shijian a{
	padding:0px 15px;
	float:right;
	background:#a72b30;
	border-radius: 15px;
	color:#fff;
}
.pro_list p {
 width: 95%;
	margin:0 auto;
    overflow: hidden; 
    line-height: 30px;
    color: #444444;
	text-align:left;
	height:60px;
    font-size: 16px; 
    margin-top: 10px;
	border-bottom:solid 2px #cccccc;
	margin-bottom: 20px;
    padding-bottom: 15px;
}

 .pro_list p a:hover{
	 color:#a72b30;
 }

.pro_list .pro_pic:hover img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    -webkit-transform: all 1s ease 0s;
}
 .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

 
.pro_list .prev,
.pro_list .next {
    width: 30px;
    height: 56px;
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.pro_list .prev {
    left: -66px;
    background: url(../images/btn_left.png) no-repeat;
    width: 30px;
    height: 56px;
    opacity: .5
}

.pro_list .next {
    right: -78px;
    background: url(../images/btn_right.png) no-repeat;
    width: 30px;
    height: 56px;
    opacity: .5
}

.pro_list .prev:hover,
.pro_list .next:hover {
    opacity: 1
}

.pro_more {
    width: 170px;
    height: 46px;
    line-height: 46px;
    background: rgba(255, 255, 255, .3);
    text-align: center;
    transform: translate(0, 0);
    transition: all .4s ease-in 0s;
    margin: 60px auto 0;
}

.pro_more a {
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    display: block;
    transform: translate(0, 0);
    transition: all .3s ease-in 0s;
    letter-spacing: 1px;
}

.pro_more:hover {
    background: #a72b30;
}

.pro_more:hover a {
    color: #fff;
}


/*page4 动画*/
.page4 .new_box1 {
    transition: 1s;
    transform: translateY(9999px);
}

.page4.active .new_box1 {
    transform: translateY(0px);
}

.page4 .new_list1 {
    transition: 1.5s;
    transform: translateY(9999px);
	margin: 10% auto;
    width: 95%;
}

.page4.active .new_list1 {
    transform: translateY(0px);
}

.page4 .new_more1 {
    transition: 1.8s;
    transform: translateY(9999px);
}

.page4.active .new_more1 {
    transform: translateY(0px);
}
.new_box1 {
   color: #FFF;
    display: inline-block; 
   width: 100%;
    position: absolute;
    margin-top: 10%; 
}
.new_list1 img{
	width:100%;
}
.new_tt1 {
    clear: both;  
}
.new_tt1  h2{
	font-size:30px;
	padding-bottom:15px;
}
.new_tt1 h3{
	font-size:14px;
	font-weight:normal;
	line-height:25px;
 }
.new_tt1 span {
    font-weight:bold;
    font-size: 32px; 
padding-right:40px;	
}

.new_tt1 a {
   font-size: 16px;
    color: #fff;
    background: #6d6d6d;
    padding:3px 30px;
    margin-right: 15px; 
    border-radius: 15px;
	
}
 .new_tt1 a:hover {
   font-size: 16px;
    color: #fff;
    background: #bf242a;
    padding: 3px 30px;
    margin-right: 15px; 
    border-radius: 15px;
	
}
.new_list1 {
    position: relative;
    display: inline-block;
    color: #FFF;
    text-align: center;
}

.new_list1 ul {
    width: 1240px;
}

.new_list1 li {
    width: 560px;
    height: 120px;
    padding: 20px;
    overflow: hidden;
    background: rgba(0, 0, 0, .2);
    float: left;
    display: inline-block;
    margin: 20px 20px 0 0;
    transform: translate(0, 0);
    transition: all .4s ease-in 0s;
}

.new_list1 li a {
    color: #FFF;
}

.new_list1 li:hover {
    background: rgba(0, 0, 0, .6);
}
 


.new_box {
    height: auto;
    color: #FFF;  
	position:relative;
}
.new_list img{
	width:100%;
}
.new_tt {
    clear: both; 
}
.new_box {
    position: relative;
    height: 50px;
}
.new_tt span {
    font-weight:bold;
    font-size: 32px; 
padding-right:40px;	
float: left;
    color: #3f3f3f;
}
.tabs{
    margin-top: 15px;
    float: left;
}
.new_tt a {
   font-size: 16px;
    color: #fff;
    background: #6d6d6d;
    padding:3px 30px;
    margin-right: 15px; 
    border-radius: 15px;
	
}
 .new_tt a:hover {
   font-size: 16px;
    color: #fff;
    background: #bf242a;
    padding: 3px 30px;
    margin-right: 15px; 
    border-radius: 15px;
	
}
.new_list {
    clear: both;
    overflow: hidden;
    color: #FFF;
	text-align:center;
}

.new_list ul {
    width: 1240px;
}

.new_list li {
    width: 560px;
    height: 120px;
    padding: 20px;
    overflow: hidden;
    background: rgba(0, 0, 0, .2);
    float: left;
    display: inline-block;
    margin: 20px 20px 0 0;
    transform: translate(0, 0);
    transition: all .4s ease-in 0s;
}

.new_list li a {
    color: #FFF;
}

.new_list li:hover {
    background: rgba(0, 0, 0, .6);
}

.new_list li:hover .date {
    border-color: #a72b30;
}

.new_list li .date {
    line-height: 50px;
    color: #e0e0e0;
    text-align: center;
    border: 3px solid rgba(214, 206, 206, 0.5);
    font-size: 18px;
    width: 114px;
    height: 114px;
    overflow: hidden;
}

.new_list .date span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 44px;
    color: #fff;
    font-size: 60px;
    text-align: center;
}

.new_list li .cont {
    width: 420px;
    height: 114px;
    overflow: hidden;
}

.new_list li .cont .nowti {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
}

.new_list li .cont .tx {
    font-size: 14px;
    line-height: 26px;
    color: #ccc;
    margin-top: 8px;
}

.new_list li .cont .nowti:hover a {
    color: #a72b30
}

.new_more {
    width: 170px;
    height: 46px;
    line-height: 46px;
    background: rgba(0, 0, 0, .2);
    text-align: center;
    transform: translate(0, 0);
    transition: all .4s ease-in 0s;
    margin: 50px auto 0;
}

.new_more a {
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    display: block;
    transform: translate(0, 0);
    transition: all .3s ease-in 0s;
    letter-spacing: 1px;
}

.new_more:hover {
    background: rgba(0, 0, 0, .6);
}

.new_more:hover a {
    color: #fff;
}


/*page5 动画*/
.page5 .new_box {
    transition: 1s;
    transform: translateY(-9999px);
}

.page5.active .new_box {
    transform: translateY(0px);
}

.page5 .swiper-container {
    transition: 1.5s;
    transform: translateY(9999px);
}

.page5.active .swiper-container {
    transform: translateY(0px);
}

.page5 .swiper-button-prev {
    transition: 2s;
    transform: translateX(-2000px);
}

.page5.active .swiper-button-prev {
    transform: translateX(0px);
}

.page5 .swiper-button-next {
    transition: 2s;
    transform: translateX(2000px);
}

.page5.active .swiper-button-next {
    transform: translateX(0px);
}

.page5 .pro_more {
    transition: 1.8s;
    transform: translateY(9999px);
}

.page5.active .pro_more {
    transform: translateY(0px);
}

/*成功案例*/
#certify {
    position: relative;
    margin-top: 29px;
}

#certify .swiper-container {
    padding-top: 50px;
    height: 420px;
    overflow: hidden;
}

#certify .swiper-slide {
    width: 520px;
    height: 420px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .24);
}

#certify .swiper-slide img {
    width: 520px;
    height: 340px;
    overflow: hidden;
}

#certify .swiper-slide p {
    line-height: 74px;
    padding-top: 0;
    text-align: center;
    color: #444;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    cursor: move
}

#certify .swiper-button-prev {
    left: -30px;
    top: 52%;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-size: 100%;
    opacity: .4
}

#certify .swiper-button-prev:hover {
    opacity: 1
}

#certify .swiper-button-next {
    right: -30px;
    top: 52%;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
    opacity: .4
}

#certify .swiper-button-next:hover {
    opacity: 1
}


/*page6 动画*/
.page6 .new_box {
    transition: 1s;
    transform: translateY(-9999px);
}

.page6.active .new_box {
    transform: translateY(0px);
}

.page6 .i_contact_ul {
    transition: 1.3s;
    transform: translateY(9999px);
}

.page6.active .i_contact_ul {
    transform: translateY(0px);
}

.page6 #in_copy {
    transition: 1.5s;
    transform: translateY(9999px);
}

.page6.active #in_copy {
    transform: translateY(0px);
}

.i_contact_ul {
    overflow: hidden;
    clear: both;
    margin: 120px 0 80px 0;
}

.i_contact_ul ul {
    width: 1220px;
}

.i_contact_ul ul li {
    float: left;
    width: 285px;
    height: 145px;
    padding: 6px 0;
    background: rgba(255, 255, 255, .1);
    text-align: center;
    margin: 0px 10px 0 10px;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.i_contact_ul ul li a {
    cursor: pointer;
    transform: translate(0, 0);
    transition: all .3s ease-in 0s;
    display: block;
}

.i_contact_ul ul li:hover {
    background: #a72b30;
}

.i_contact_ul ul li:hover a {
    margin-top: -4px;
    display: block;
}

.i_contact_ul ul li img {
    width: 44px;
    height: 43px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 25px;
}

.i_contact_ul ul li a {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    height: 100%;
    display: block;
    color: #fff;
}

/*copy*/
#in_copy { 
    width: 100%;  
    color: #FFF;
    clear: both;
    overflow: hidden;
    font-size: 12px;
}

 .dbbg{
	 background:#4b4b4b;
 }

#in_copy a {  
    color: #c4c4c4;
}

#in_copy a:hover {
    color: #c4c4c4;
    text-decoration: underline;
}

#in_copy .warp li a{
	color:#333;
}
#in_copy .warp li a:hover{
	color:#333;
}
/*右侧悬浮客服*/
.toolbar-item,
.toolbar-layer {
    background: url(../images/toolbar.png) no-repeat;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
}

.toolbar {
    position: fixed;
    right: 3px;
    bottom: 38%;
    z-index: 1000;
}

.toolbar a {
    outline: none;
    cursor: pointer;
}

.toolbar-item {
    display: block;
    width: 52px;
    height: 52px;
    margin-top: 2px;
    position: relative;
    -moz-transition: background-position .4s;
    -ms-transition: background-position .4s;
    -o-moz-transition: background-position .4s;
    -webkit-moz-transition: background-position .4s;
    transition: background-position .4s;
}

.toolbar-item:hover .toolbar-layer {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.toolbar-item-weixin {
    background-position: 0 -372px;
}

.toolbar-item-weixin:hover {
    background-position: 0 -434px;
}

.toolbar-item-kefu {
    background-position: 0 -124px;
}

.toolbar-item-kefu:hover {
    background-position: 0 -186px;
}

.toolbar-item-top {
    background-position: 0 -248px;
}

.toolbar-item-top:hover {
    background-position: 0 -310px;
}

.toolbar-item-phone {
    background-position: 0 0px;
}

.toolbar-item-phone:hover {
    background-position: 0 -62px;
}

.toolbar-layer {
    background: #FFF;
    padding: 5px;
    width: 140px;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
    position: absolute;
    right: 60px;
    bottom: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: 95% 95%;
    -moz-transform-origin: 95% 95%;
    -ms-transform-origin: 95% 95%;
    -o-transform-origin: 95% 95%;
    -webkit-transform-origin: 95% 95%;
    transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    -webkit-transform: scale(0.01);
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.toolbar-layer p {
    width: 140px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #000;
}

.toolbar-layer img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
}

.toolbar-item:hover .toolbar-layer1 {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.toolbar-layer1 {
    background: #FFF;
    padding: 20px 0;
    width: 260px;
    text-align: center;
    overflow: hidden;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
    position: absolute;
    right: 60px;
    bottom: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: 95% 95%;
    -moz-transform-origin: 95% 95%;
    -ms-transform-origin: 95% 95%;
    -o-transform-origin: 95% 95%;
    -webkit-transform-origin: 95% 95%;
    transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    -webkit-transform: scale(0.01);
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.foot_tel_icon01 {
    clear: both;
    overflow: hidden;
    display: block;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #444;
}

.foot_telphone01 {
    font-size: 30px;
    font-family: Impact;
    color: #a72b30;
    margin-top: 4px;
}



/*page*/
#page_box { 
    clear: both;
    overflow: hidden; 
}

#page_top {
    width: 100%; 
    background: #a72b30;
    clear: both;
    overflow: hidden;
position: relative;	
}

.zy_top {
    height: 100%; 
}

.zy_top_left {
   overflow: hidden;
    position: absolute;
    width: 80%;
    left: 8%;
    text-align: left;
    bottom: 15%; 
    z-index: 999;
}
.zy_top_left1 {
   overflow: hidden;
    position: absolute;
    width: 80%;
    left: 8%;
    text-align: left;
    bottom: 15%; 
    z-index: 999;
}
.nybanner{
	    position: relative;
}
.nybanner img{
	width:100%;
}
.zy_top_left span img{
   padding-left:15px;
   padding-bottom: 5px;
}

.zy_top_left span.cn {
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    padding-bottom: 5px; 
    float: left; 
	    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.zy_top_left span{
	width: 100%;
    display: block;
	font-size: 16px;
    color: #fff;
	text-transform: uppercase;
}
.zy_top_left span .en{
	font-size:12px;
    color: #fff;
	display: block;
    width: 100%;
	height:30px;
}
.zy_top_left a{ 
    color: #fff;
}
.zy_top_left em {
    font-family: Georgia;
    font-size: 38px;
    color: #ff9c01;
    font-weight: bold;
    margin: 0 12px;
    float: left;
    margin-top: -3px;
}


.zy_top_left1 span img{
   padding-left:15px;
   padding-bottom: 5px;
}

.zy_top_left1 span.cn {
    color: #000;
    text-transform: uppercase;
    font-size: 42px;
    padding-bottom: 5px; 
    float: left; 
	    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.zy_top_left1 span{
	width: 100%;
    display: block;font-size: 16px;
    color: #000;
}
.zy_top_left1 span .en{
	font-size:12px;
    color: #000;
	display: block;
    width: 100%;
	height:30px;
}
.zy_top_left1 a{ 
    color: #000;
}
.zy_top_left1 em {
    font-family: Georgia;
    font-size: 38px;
    color: #ff9c01;
    font-weight: bold;
    margin: 0 12px;
    float: left;
    margin-top: -3px;
}

.news_list ul{
	    width: 100%;
    overflow: hidden;
    display: block;
}
.weizhi {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    color: #444;
    text-align: right;
    font-size: 13px;
}

.weizhi em {
    font-style: normal;
    margin-right: 6px;
    font-size: 18px;
}

.weizhi a {
    color: #555;
}

.weizhi a:hover {
    color: #a72b30;
    text-decoration: underline;
}

.weizhi01 {
    overflow: hidden;
    color: #444;
    text-align: right;
    font-size: 13px;
}

.weizhi01 em {
    font-style: normal;
    margin-right: 6px;
    font-size: 18px;
}

.weizhi01 a {
    color: #555;
}

.weizhi01 a:hover {
    color: #a72b30;
    text-decoration: underline;
}

.page_nav {
    clear: both;
    overflow: hidden; 
    height: 100%;
}

.page_nav li {
    display: inline-block; 
	margin-top:10px;
    height: 50px;
    line-height: 50px;
    text-align: center;   
}

.page_nav li a {
    color: #FFF;
   height: 40px;
    line-height: 40px;
    font-size: 17px;
    display: block;
    padding: 0 30px;
	background: url(../images/t1.png) no-repeat right 50%;
}

.page_nav li a:hover {
    background: #fff;border-radius: 8px;
    border: 1px solid #fff;
	color:#000;
   height: 40px;
    line-height: 40px;
    font-size: 17px;
	padding:0 30px; 
}

.page_nav li.on {
    background: #a72b30;
    border: 1px solid #a72b30;
}
.page_online{
	width:100%;
	display:inline-block;
}
.page_about_con {
    font-size: 16px;
    line-height: 2.4;
    clear: both;
    overflow: hidden;
	font-weight: normal;
    padding:40px 0px 30px 0px;
}

.page_about_con img {
    max-width: 100%;
    height: auto;
    /*width: expression(this.width > 1220px ? "1220px" : this.width);*/
    overflow: hidden;
}
.gkny{
    width: 48%;
    margin: 0 1%;
    float: left;

}
.c1{
	background:url(../images/c1.jpg )no-repeat center;
	background-size: cover;
  background-position: center;
  padding:30px 0; 
}
.con_title {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    line-height: 56px;
}

.con_auth {
    clear: both;
    height: 34px;
    line-height: 34px;
    overflow: hidden; 
    color: #999;
    border-bottom: #ededed solid 1px;
    padding: 5px 0;
}

.con_auth span {
    margin-right: 25px;
}

/**/
#in_bg04 {
    width: 100%;
    overflow: hidden;
    clear: both; 
    position: relative;
}

#in_bg04 #in_copy {
    position: unset;
    left: unset;
    bottom: unset;
}

/*新闻动态*/
.list_pic{
	
        width: 100%;
		padding-bottom:10px;
}
.list_pic a{
        width: 100%;
    height: 180px;
    overflow: hidden;   
	display: block;
}

.list_pic img {
    width: 100%; 
    overflow: hidden;
	border-radius:15px;
    transform: translate(0, 0);
    transition: all .4s ease-in 0s;
}

.news_list li:hover img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    -webkit-transform: all 1s ease 0s;
}

.list_con {
    width: 100%;
    overflow: hidden;
	padding-bottom:20px;
    background: url(../images/xw.jpg) no-repeat 50% bottom;
}

.new_list {
    clear: both;
    overflow: hidden;
}

.news_list li {
    padding: 20px 10px 0px 10px;
    margin: 8px;
    width: 21.2%;
    float: left;
    overflow: hidden;
}

.news_list li:hover {
     /*-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .13);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .13);
   box-shadow: 0px 0px 8px rgba(0, 0, 0, .13);*/
}
.news_list4 li {
    padding: 20px 10px 30px 10px;
    margin: 8px;
    width: 100%;
    float: left;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}
 
.list_con_au4{
    width: 8.5%;
    float: left;
    background: #f0f0f0;
    text-align: center;
    height: 100px;
    transition: all 1s;
}
.list_con_ri{
    font-size: 48px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    display: block;
    margin-top: 10px;
}
.list_con_yue{
    font-size: 14px;
    font-weight: bold;
    color: #a72b30;
    font-family: Arial, Helvetica, sans-serif;
}
.box_con_title4{
    width: 87%;
    float: left;
    margin-left: 2%;
}
.box_con_tit4{
    font-size: 20px;
    line-height: 30px;
    color: #666;
    transition: all 1s;
}
.box_con_contents4{
    font-size: 14px;
    line-height: 24px;
    color: #888;
    margin: 3px auto;
    height: 48px;
}
.news_list4  ul li:hover .box_con_title4 .box_con_tit4{
    color: #a72b30; 
}
.news_list4  ul li:hover .list_con_au4{
    color: #fff; 
    background: #a72b30;
}
.news_list4  ul li:hover .list_con_au4 .list_con_ri{    color: #fff; }
.news_list4  ul li:hover .list_con_au4 .list_con_yue{    color: #fff; }
.list_con_xx {
    clear: both;
    overflow: hidden;
    font-size: 14px;
    height: 56px;
    line-height: 28px;
    color: #787878;
    margin-top: 6px;
}

.list_con_au { 
    line-height: 38px;
    overflow: hidden;
    font-size: 13px;
    color: #000;
	margin-top: 10px;
	background:#ececec;
	border-radius:5px;
}
.list_con_au  a{
	padding-left:10px;
    color: #000;
}
.list_con_au  a:hover{ 
    color: #000;
}
.list_con_au span {
	float:right;
    color: #000;
	padding-right:10px;
}

.list_con_au span i {
    font-size: 16px;
    display: inline-block;
    color: #999;
    margin: 0 8px 0 2px;
    display: inline-block;
}


.news_list1{
	background: #f3f3f3;
    display: inline-block;
    width: 100%;
	padding-top: 20px;
}
.list_pic1{
	
        width: 100%; 
}
.list_pic1 a{
        width: 100%; 
    overflow: hidden;   
	display: block;
}

.list_pic1 img {
    width: 100%; 
    overflow: hidden;
	border-radius:15px 15px 0px 0px;
    transform: translate(0, 0);
    transition: all .4s ease-in 0s;
}

.news_list1 li:hover img {
    transform: scale(1.1);
	border-radius:15px 15px 0px 0px;
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    -webkit-transform: all 1s ease 0s;
}

.list_con1 {
    width: 100%;
    overflow: hidden; 
	border-radius: 0px 0px 15px 15px;
    background: #fff;
    width: 90%;
    padding: 5%;
}
.list_con1 .list_con_au1 a{ 
background:#797979;
padding:5px 15px;
color:#fff;
}
.list_con1 .list_con_au1 a:hover{ 
background:#a72b30;
padding:5px 15px;
color:#fff;
}
.box_con_title1 a{
	display:block;
	width:100%; 
	line-height: 35px;
    height: 70px;
}
.new_list1 {
    clear: both;
    overflow: hidden;
	
}

.news_list1 li { 
    margin: 8px;
    width: 23.5%;
    float: left;
    overflow: hidden;
}
  
.list_con_au1 { 
    line-height: 38px;
    overflow: hidden;
    font-size: 13px;
    color: #000;   
}
 



.box_con_title {  
    overflow: hidden;
	height:80px; 
}

.box_con_title a {
    font-size: 16px;
    vertical-align: middle;
    color: #444;
}

.box_con_title a:hover {
    color: #a72b30;
}

.news_list li:hover .list_con_au {
    color: #a72b30;
}

.news_list li:hover .list_con_au span i {
    color: #a72b30;
}

/*翻页*/
#page {
    margin: 20px 5% 30px 5%;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    clear: both;
}

#page .scott {
    display: flex;
    margin: 0 auto;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

#page .scott span,
#page .scott a:hover { 
    display: inline;
    float: left;
   margin: 5px 3px;
    padding: 0 14px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}

#page .scott a {
    padding: 0 14px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 5px 3px;
    display: inline;
    float: left;
    color: #222;
}

/**/
.page_back {
    border-top: 1px dashed #ddd;
    padding: 20px 0;
    margin-top: 13px;
    position: relative;
    min-height: 50px;
    _height: 50px;
    font-size: 16px;
    line-height: 40px;
}

.page_back a {
    color: #444;
}

.page_back a:hover {
    text-decoration: underline;
    color: #a72b30;
}

.page_back .bapage_back_up {
    position: absolute;
    right: 10px;
    top: 40px;
}

.bapage_back_up em.iconfont {
    font-size: 18px;
    font-style: normal;
    margin-right: 6px;
    display: inline-block;
}

/*在线留言*/
.message_kk {
    width: 380px;
    height: 48px;
    line-height: 48px;
    background: rgba(102, 102, 102, .6);
    margin: 10px 0px 20px 20px;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
}

.message_name {
    width: 90px;
    float: left;
    display: inline;
    text-align: right;
    overflow: hidden;
    margin-right: 3px;
}

.message_input {
    float: left;
    display: inline;
    width: 235px;
}

.message_input input {
    width: 235px;
    height: 48px;
    border: 0 none;
    color: #fff;
    background: none;
}

.message_icon {
    width: 50px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    float: right;
    display: inline;
    text-align: center;
}

.message_icon em.name_icon {
    font-size: 30px;
    display: inline-block;
    margin-top: 2px;
}

.message_icon em.tel_icon {
    font-size: 24px;
    display: inline-block;
    margin-top: 2px;
}

.message_icon em.mail_icon {
    font-size: 26px;
    display: inline-block;
    margin-top: 2px;
}

.message_kk1 {
    width: 1180px;
    height: 220px;
    line-height: 48px;
    background: rgba(102, 102, 102, .6);
    color: #fff;
    font-size: 14px;
    clear: both;
    overflow: hidden;
    margin: 0 20px;
}

.message_textarea {
    float: left;
    display: inline;
    width: 1020px;
}

.message_textarea textarea {
    width: 1020px;
    height: 216px;
    background: none;
    line-height: 1.6;
    padding: 14px 0 8px 0;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    font-family: "微软雅黑";
    resize: none;
}

.message_btn {
    background: rgba(102, 102, 102, .6);
    color: #fff;
    width: 150px;
    height: 42px;
    font-size: 15px;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0 25px;
}

.message_btn:hover {
    background: #a72b30;
    color: #FFF;
}

.message_Tis {
    color: #bdbdbd;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
}


/*案例分类*/
.page_menu {
    clear: both;
    overflow: hidden;
}

.page_menu li {
    height: 40px;
    width: 140px;
    background: #FFF;
    overflow: hidden;
    float: left;
    display: inline-block;
    text-align: center;
    margin: 6px 6px;
}

.page_menu li a {
    color: #666;
    display: block;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    border: #ddd solid 1px;
    height: 38px;
    width: 138px;
    line-height: 38px;
    transform: translate(0, 0);
    transition: all .3s ease-in 0s;
}

.page_menu li a:hover {
    background: #a72b30;
    border: #a72b30 solid 1px;
    color: #FFF;
}

.page_menu li.on a {
    background: #a72b30;
    border: #a72b30 solid 1px;
    color: #FFF;
}

/*产品分类*/
.case_list {
    clear: both;
    overflow: hidden;
}

.case_list ul {
    width: 100%;
}

.case_list li {
    width: 29%;
    height: 100%;
    float: left;
    display: inline-block;
    overflow: hidden;
    background: #FFF;
    position: relative;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .08);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .08);
    margin: 26px 20px ;
    transform: translate(0, 0);
    transition: all .3s ease-in 0s;
}
 

.case_list li p {
    text-align: center;
    font-size: 14px;
    color: #787878;
    white-space: nowrap;
    overflow: hidden;
}

.case_list li p em {
    font-size: 17px;
    font-style: normal;
    height: 50px;
    line-height: 50px;
    color: #444;
}

.case_list li:hover {
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .24);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .24);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .24);
}

.case_list li:hover .case_pic img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    -webkit-transform: all 1s ease 0s;
}

/*产品列表*/
.case_list1 {
    clear: both;
    overflow: hidden;
}

.case_list1 ul {
    width: 100%;
}

.case_list1 li {
    width: 22.5%;
    height: 100%;
    float: left;
    display: inline-block;
    overflow: hidden;
    background: #FFF;
    position: relative;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .08);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .08);
    margin: 26px 15px;
    transform: translate(0, 0);
    transition: all .3s ease-in 0s;
}

.case_pic1 {
    width: 100%; 
    overflow: hidden;
}

.case_pic1 img {
    display: block;
    height: 100%;
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
    transform: translate(0, 0);
    transition: all .4s ease-in 0s;
}

.case_pic1 a {
    display: block;
}

.case_list1 li .case_name1 {
 
    width: 100%;
    height:120px;
    padding: 2px 0 8px 0;
}

.case_list1 li p {
    text-align: left; 
    color: #787878; 
    overflow: hidden;
	padding: 0px 10px;
    width: 93%;
    font-size: 12px;
}

.case_list1 li p em {
    font-size: 14px;
    font-family: blod;
    font-style: normal;
    line-height: 25px;
    padding-top: 15px;
    margin-top: 15px;
    width: 100%;
    display: inline-block;
    color: #444;
    border-top: solid 1px #e5e5e5;
}

.case_list1 li:hover {
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .24);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .24);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .24);
}

.case_list1 li:hover .case_pic1 img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    -webkit-transform: all 1s ease 0s;
}
.page_pic{
	margin: 0 auto;
    text-align: center;
    width: 60%;
	padding: 20px 0;
}
.case_pic img{
 width:100%;
}
.con_title{
	text-align:center;
}
/*网站地图*/
.sitemap {
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
}

.sitemap dl {
    padding: 14px 10px;
    width: 1200px;
    border-bottom: #ddd dashed 1px;
}

.sitemap dl dt {
    height: 58px;
    line-height: 58px;
    clear: both;
    overflow: hidden;
}

.sitemap dl dt a {
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.sitemap dl dt a:hover {
    color: #a72b30;
}

.sitemap dl dd a {
    font-size: 16px;
    color: #555;
    margin-right: 30px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
}

.sitemap dl dd a:hover {
    text-decoration: underline;
    color: #a72b30;
}




.business {
    margin-top: 6%;
    display: flex;
    flex-wrap: wrap;
}

.business a {
    display: block;
    padding: 10px 20px;
    background: rgb(255 255 255 / 80%);
    margin: 5px;
}

.fb_nav ul {
      display: block;
    width: 100%;
    overflow: hidden; 
}

.fb_nav ul li {
	    display: block; 
    line-height: 58px; 
    float: left;
}
.copybottom p{
	text-align:center;
}
.copybottom a{
	color:#fff;
}
.copyright {
    text-align: center;
    line-height: 2.2;
    font-size: 15px; 
	padding:10px 0px 10px 0px;
}

.fb_nav {
    background: rgb(255 255 255 / 30%);
}



div#fbooter .fp-tableCell {
    vertical-align: inherit;
    padding-top: 68px;
    display: block;
}


#ftop {
    width: 1300px;
    margin: 5px auto;
    display: flex;
    justify-content: space-between;
}

.webinfo {
    margin: 10px auto;
    line-height: 25px;
    font-size: 15px;
}

.map .map_item {
    margin-bottom: 10px;
}

.map .map_item span {
    line-height: 30px;
    font-size: 16px;
}

.map .map_item ul {
    display: flex;
    flex-wrap: wrap;
}

.map .map_item ul li {
    padding: 10px;
    width: unset !important;
    margin: 0 !important;
}

.map a {
    color: #333
}

.map .map_item ul li a {
    height: unset !important;
    width: unset !important;
}

.tagg b {
    font-size: 17px;
}


.newsrel_list ul {
    display: flex;
    flex-wrap: wrap;
}

.newsrel_list ul li {
    display: block;
    width: 48%;
    margin: 1%;
    padding: 10px 0;
    display: flex;
    border-bottom: 1px dashed #d5d5d5;
    justify-content: space-between;
}

.newsrel_list ul li a {
    font-size: 16px;
}
.copy_email{
	font-size:12px;
	color:#c4c4c4;
	text-align: left;
	line-height:20px;
}
.email_tijiao .e_tj{
	display:inline-block;
	width:100%;
}
.copy_email .copy_address{
	display:inline-block;
	width:100%;
	margin: 1% auto;
	}
.email_tijiao .e_tj span{
	font-size:14px;
	color:#fff; 
	width: 100%;
    display: block;
	padding-bottom: 3%;
}
.email{
	width:100%;
	    display: inline-block;
    padding-bottom: 10px;
	background:url(../images/xt.jpg) repeat-x bottom;
}
.email .email_tijiao{
	width:55%;
	float:left;
}
.email .erwei{
	width:20%;
	float:left;
	margin-top:15px;
}
.email .erwei p{
	width:35%;
	float:left;
	color:#fff; 
	text-align:center;
	margin-right: 15px;
}
.email .erwei p img{
	width:100%;
}
.email .phone{
	width:25%;
	float:left;
	margin-top: 15px;
	line-height: 22px;
}
.email .phone h5{
	color:#fff;
	font-size:16px;
}
.email .phone h6{
	color:#fff;
	font-size:14px;
}
.copy_address .c_menu{
	width:34%;
	float:left;
}
.copy_address .c_address{
	width:100%;
	float:left;
	line-height:23px;
	/*background:url(../images/xt1.jpg) repeat-y top left;
	margin-left:2%;
	padding-left:2%;*/
}
 .c_menu .c_menu_1{
	width:39%;
	float:left;
}
 .c_menu .c_menu_2{
	width:20%;
	float:left;
}
.c_address .c_add_1{
	width:31%;
	margin-right: 2%;
	float:left;
}
.c_address .c_add_1 h6{
	font-size:13px;
	color:#fff;
}
 .c_menu .c_menu_1 h5{
	font-size:16px;
	color:#fff;
	font-weight:bold;
	padding: 10px 0;
}
 .c_menu .c_menu_1 a{
	 width:100%;
	 text-align:left;
	 line-height:25px;
	 font-size:12px;
	 display:block;
	 color:#d3d3d3;
 }
 .c_menu .c_menu_2 h5{
	font-size:16px;
	color:#fff;
	font-weight:bold;
	padding: 10px 0;
}
 .c_menu .c_menu_2 a{
	 width:100%;
	 text-align:left;
	 line-height:25px;
	 font-size:12px;
	 display:block;
	 color:#d3d3d3;
 }

.position{
	position:relative;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
#product{
	padding:70px 0;
	text-align:center;
}
.product .titleBox .title{
	margin:-16px auto 0;
	width: 120px;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	background: #fff;
}
.product .titleBox .hr{
	margin: 0 auto 0;
	width: 220px;
	height: 2px;
	background: #e0e0e0;
}
.product .titleBox .enTitle{
	font-size: 16px;
	line-height: 26px; 
	color: #a9a9a9;
}
.product .imgList a{
	position:relative;
	display: block;
	overflow: hidden; 
	padding-bottom: 40px;
}
.product .imgList a:after {
	content: "";
	display: block;
	position:absolute;
	left: 0;
	bottom: 0;
	width: 100%;
    height: 90px; 
}
.product .imgList a img{
	width: 99%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	 
}
.product .imgList a:hover .mask {
	top: 0;
}
.product .imgList a:hover .title {
	bottom: 50%;
	color:#fff;
}
.product .imgList .mask{
	position:absolute;
	top:100%;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(196,23,29,0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.product .imgList .title{
	position:absolute;
	left: 0;
	bottom: 0px;
	text-align:center;
	z-index: 2;
	padding: 0 15px;
	width: 100%;
	height: 44px;
	font-size: 20px;
	line-height: 44px;
	color: #000;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 1;
  	-webkit-box-orient: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.product .imgList .mask .wenzi{
	position:absolute;
	left: 50%;
	text-align:left;
	top: 50%;
	margin-left: -85px;
	width: 168px; 
	font-size: 16px;
	line-height: 42px; 
	border-radius: 22px;
	color: #fff;
}
.product .imgList .mask .see{
	position:absolute;
	left: 50%;
	text-align:center;
	top: 50%;
	margin-left: -85px;
	width: 168px;
	height: 42px;
	font-size: 16px;
	line-height: 42px;
	border: 1px solid #fff;
	border-radius: 22px;
	color: #fff;
}
.page_online .page_wz{
background: url(../images/xx2.jpg) no-repeat left top;
    background-size: contain;
    width: 47%;
    height: 308px;
    float: left;
    margin-right: 5%;
}
.page_wz a{ 
	margin-top: 33%;
    color: #fff;
    padding: 0px 20px;
    float: left;
}
.page_wz a:hover{
	color:#fff;
}
.page_online .page_wz1{ 
	width: 47%;
    height: 308px;
    float: left;
}
.messTip{background: #a72b30; color: #fff; display: inline-block; padding:15px ;}

.message h2{margin-bottom: 30px;}
.layui-form-label i{color:red; font-size: 12px;}
.submitBtn button{background: #a72b30;}
.layui-form-label i{padding-right: 5px;}
.container h2{
	font-size:18px;
	padding:15px 0px;
}
.layui-form-label {
    float: left;
    display: block;
	width:100px;
    padding: 0px 15px; 
    font-weight: 400;
    line-height: 30px;
    text-align: right;
}
.layui-input, .layui-select, .layui-textarea{
    height: 35px; 
	line-height:35px;
}
.layui-form-item{
	margin-top:15px;
}
.layui-input-block{
    margin-left: 140px;
    min-height: 36px;
}
.layui-form-label{
}
.middle-x4{
width: 43%;
    padding: 2%;
	margin:1%;
    float: left;
    display: inline-block;
    height: 210px;
	border:solid 1px #ccc;
}
.middle-x8{
width: 43%;
    padding: 2%;
	margin:1%;
    height: 480px;
    float: left;
    display: inline-block; 
	border:solid 1px #ccc;
}
.middle-x2{
width: 47%;  
    display: inline-block; 
}
.middle-x5{
	float: left;
width: 45%;
    display: inline-block;
}.middle-x7{
	
width: 45%;
    display: inline-block;
}
.articleCon .fuwu a {
    font-size: inherit;
}
.font18 {
    font-size: 18px;
}
.articleCon .fuwu p {
    line-height: 50px;
}
.fuwu h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.textCenter { 
font-size:28px;
font-weight:bold;
}
.fuwu .box {
    border: 6px solid #e5e5e5;
    width: 100%;
}
.fuwu .flex {
    align-content: center;
    justify-content: center;
}
 
.middle-x12{
	width:100%;
	display: inline-block;
}
 .grid{
	 border-bottom: solid 1px #ccc;
    padding-bottom: 30px;
	margin-top:15px;
	margin-bottom:30px;
 }
 .box .font18 img{
	 padding-right: 140px;
 }
  .middle-x4 .font18 span{
	  padding-bottom:10px;
	position: relative;
	margin-bottom:10px;
	display:inline-block;
	width:100%;
  }
 .middle-x4 .font18 span:after {
    position: absolute;
    content: '';
    z-index: 0; 
    display: block;
    width: 65px;
    height: 5px;
    background: #5b5b5b;
    border-bottom: 0;
    left:0px;
	margin-top: 10px;
}
.middle-x8  .font18 span{
    padding-bottom:10px;
  position: relative;
  margin-bottom:10px;
  display:inline-block;
  width:100%;
}
.middle-x8  .font18 span:after {
  position: absolute;
  content: '';
  z-index: 0; 
  display: block;
  width: 65px;
  height: 5px;
  background: #5b5b5b;
  border-bottom: 0;
  left:0px;
  margin-top: 10px;
}
.copybottom p{
	line-height:48px;
}
.jtlx{
    float: left;
    width:48%;
}
.jtlx1{
    float: right;
    width:45%;
}