html {
    margin: 0;
    padding: 0;
    border: 0;
}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    position: relative;
    font: 14px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clear {
    clear: both;
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 14px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}
.xp{ color:#fff;
	left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.xp a{ color:#fff !important;}
.xp_l{
	left: 1.3em;
    position: absolute;
    padding: 0 2em;
    cursor: pointer;
}


.xp_r{
    right: 1.3em;
    cursor: pointer;
    text-align: center;
    top: 0;
    position: absolute;
    padding: 0 2em;
}
.menu {
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1002;
    height: 5em;
    line-height: 5em;
}

.logo img {
    height: 50px;
}

.logo {
    left: 1.3em;
    top: 1.8em;
    height: 3.5em;
    line-height: 3.5em;
    position: absolute;
    padding: 0 2em;
    cursor: pointer;
}

.menu .menuicon {
    color: #fff;
    font-size: 20px;
    right: 1.3em;
    cursor: pointer;
    text-align: center;
    top: 20px;
    height: 3.5em;
    line-height: 3.5em;
    position: absolute;
    padding: 0 2em;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    z-index: 1002;
}

.glyphicon-remove{
    color:#999!important;
}

#nav {
    width: 300px;
    height: 100% !important;
    position: fixed;
    top: 0;
    right: -300px;
    background-color: rgba(255, 255, 255, 0.95) !important;
    z-index: 1001;
    border-left-style: solid;
    border-left-color: rgba(240, 240, 240, 1);
    border-left-width: 1px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.right{
    right: 0!important;
}
.right300{
    right: -300px!important;
}
.navxdd {
    padding-top: 180px;
}

.navxdd ul li a {
    display: -ms-flexbox;
    -ms-flex-pack: start;
    height: 70px;
    line-height: 70px;
    border-bottom-style: solid !important;
    border-bottom-width: 1px;
    border-bottom-color: rgba(153, 153, 153, 0.3);
    color: #999;
    cursor: pointer;
    border-radius: 0px !important;
    display: block;
    padding-left: 90px;
    height: 70px;
    border-bottom-style: solid !important;
    border-bottom-color: #f4f4f4;
    border-bottom-width: 1px;
}
.navxdd ul li.active a{
    background-color: rgba(246,246,246,1) !important;
    color: rgb(51, 51, 51);
    font-weight: normal;
}
.navxdd ul li a:hover{
    background-color: rgba(246,246,246,1) !important;
    color: rgb(51, 51, 51);
    font-weight: normal;
}
.right {
    right: 0 !important;
    transform: rotate(0deg) scale(1) translate(0, 0%);
    transition: all 0.3s ease;
    -ms-transform: rotate(0deg) scale(1) translate(0, 0%);
    -moz-transform: rotate(0deg) scale(1) translate(0, 0%);
    -webkit-transform: rotate(0deg) scale(1) translate(0, 0%);
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.right300 {
    right: -300px !important;
    transform: rotate(0deg) scale(1) translate(0, 0%);
    transition: all 0.3s ease;
    -ms-transform: rotate(0deg) scale(1) translate(0, 0%);
    -moz-transform: rotate(0deg) scale(1) translate(0, 0%);
    -webkit-transform: rotate(0deg) scale(1) translate(0, 0%);
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.c-icon {
    display: none;
}

.c-icon2.c-state1 {
    display: none;
}
.footer{
    background: url(../images/footer.jpg) no-repeat center 0;
    height: 600px;
    background-size: cover;
    background-position: 50% 0%;
    background-position-y: 10%;
}
@media(max-width:768px){
    .footer{
        height: 500px;
    }
}
.i_link{
    margin-top: 150px;
}
.d_nav{
    margin-top: 150px;
}
.company-name{
    font-family: Source-Han-Light;
    font-weight: normal;
    font-size: 18px;
    color: rgb(204, 204, 204);
    margin-left: 5px;
    margin-bottom: 25px;
}
.i_link p{
    font-family: Source-Han-Light;
    color: rgb(153, 153, 153);
    margin-bottom: 13px;
    margin-left: 5px;
}
.container1{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media(min-width: 768px){
    .container1{
        width: 750px;
    }
}
@media(min-width: 992px){
    .container1{
        width: 970px;
    }
}
@media(min-width: 1200px){
    .container1{
        width: 1200px;
    }
}
.d_nav h3{
    font-size: 16px;
    margin-bottom: 25px;
}
.d_nav h3 a{
    font-family: Source-Han-Light;
    font-weight: normal;
    color :rgb(204, 204, 204);
}
.d_nav ul li a{
    font-family: Source-Han-Light;
    color: rgb(153, 153, 153);
    margin-bottom: 10px;
    margin-left: 5px;
    display: block;
}
.footer2{
    padding: 50px 0 0 0;
    line-height: 24px;
    color: #696969;
    font-size: 12px;
}

.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  min-height:80px;
  background:#
}
.phonefooternav ul li {
  width: 25%;
  background: #494949;
  float: left;
  padding: 10px 0;
  border-right: 1px solid #666;
  list-style: none;
  min-height: 80px;
}
.phonefooternav ul li a {
  display: block;
  color: #fff;
  text-align: center;
}
.phonefooternav ul li a:hover{
    text-decoration: initial;
}
.phonefooternav ul li a i {
  display: block;
  font-size: 20px;
  padding: 10px 0;
}

@media (max-width: 480px) {
  .phonefooternav ul li {
    padding: 3px 0px;
  }
}
@media (max-width: 991px) {
  body {
   padding-bottom:80px !important;
  }
}

/*--电脑端导航--*/
.nav{ width:1200px; height:80px; margin:50px 0 0 190px;  position:absolute;  z-index:999; background:#fff; box-shadow:0px 0px 3px rgba(0,0,0,0.1);}
.nav_logo{ float:left;}
.nav_logo dt{ float:left; margin-left:18px;}
.nav_logo dd{ float:left;}
.nav_con{ float:right; height:80px;}
.nav_con ul li{ float:left;}
.nav_con ul li a{ display:block; width:100px; height:80px; line-height:80px; font-size:15px;  color:#666;}
.nav_con ul li a em{ display:none; position:absolute; width:20px; height:2px; background:#007c4e; margin: -24px 0 0 18px;}
.nav_con ul li a:hover > em,.nav_con ul .active em{ display:block;}


@media(min-width:1200px){
.logo{ display:none;}
.menu .menuicon{ display:none;}
.nav_con{ display:block;}
}

@media(max-width:1199px){
.logo{ display:block;}
.menu .menuicon{ display:none;}
.nav_con{ display:none;}
	
}

/*--底部--*/
.bottom_top{ background:#222; margin-top:36px; height:340px;}

.bot_tit h3{ font-size:16px; color:#666; font-weight:bold;}
.bot_tit em{ display:block; background:#fff; width:24px; height:2px; margin: 18px 0 36px;}
.bot_left,.bot_cen{ margin-top:48px;}
.bot_left{ border-right:1px solid #333; height:257px; width:290px; margin-left:20px;}
.bot_right{ margin-left:50px;}

.bot_left dl dt{ font-size:14px; color:#666;}
.bot_left dl dd{ font-size:36px; font-weight:bold; color:#007c4e; padding-bottom:12px; }
.bot_left p{ font-size:14px; color:#999; line-height:30px;}

.bot_cen{ width:620px; margin-left:50px;}
.bot_cen p{ line-height:36px; color:#999;}
.bot_cen ul li{ line-height:42px; float:left; width:100px; height:42px;}
.bot_cen ul li a{ font-size:14px; color:#999;}
.bot_cen ul li a:hover{ color:#007c4e;}

.bot_right{ width:135px; margin-top:89px;}
.bot_right h3{ text-align:center; font-size:13px; color:#999; padding-top:8px;}

.bottom_bot{ background:#222; height:72px;  border-top:1px solid #333;}

.bottom_bot ul{ float:left;}
.bottom_bot ul li{ float:left; width:80px; font-size:14px; color:#666; text-align:center; line-height:72px;}
.bottom_bot ul li a:hover{ color:#007c4e;}
.bottom_bot p{ float:right; line-height:72px; color:#666; font-size:14px;}


/*--通用--*/
.wrap{ width:1200px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}