﻿body{
	
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font:#3e3e3e;
overflow-x: hidden;
outline:unset;
	
} 
body,h1,h2,h3,h4,h5,h6,p,div,form,input,select,ul,ol,li,dl,dt,dd{margin:0px;padding:0px;} 
ul,ol{
	list-style:none; 
} 
a{outline: none;star:expression(this.onFocus=this.blur());color:black;text-decoration:none;} 
.clear{width:0px;height:0px;margin:0px;padding:0px;font-size:0px;line-height:0px;clear:both;} 
.clearfix{*zoom:1;} 
.clearfix:after{content:'\20';display:block;height:0;clear:both;} 
a:link,
a:visited{ text-decoration:none!important;background:# #fff;!important;}
a:hover{ text-decoration:none!important;color:#000000;}
img{border:0;} 
textarea {resize:none}
.f_l{float:left;}
.f_r{float:right;}
.red{color:#d00000;}
.thisclass{color:#be0000;}




/************common*************/
#banner{width: 1920px;height: 159px;left:0px;top:0px;z-index:9999; position:fixed;
    background: #fff;}
.logo{float: left;height:120px; width:139px;margin:15px 0px 0px 357px;background:url("../images/index/logo_tm.png") no-repeat center center;  }
.lan{height:96px; width:550px;background:url("../images/index/lan.jpg") no-repeat center center; margin: 0px 210px 0px 0px;
    float: right;}
.top{width:1400px;float: left;}
.top .lan #c{ height: 21px;
    width: 70px;
    margin-right: 223px;
    margin-top: 38px;
    display: block;
   float: right;
    position: relative;}
.top .lan #e{ height: 21px;
    width: 70px;
    margin-right: -152px;
    margin-top: 38px;
    display: block;
    float: right;
    position: relative;
}
.top_en{height:96px; width:1920px;background:url("../images/index/head_en.jpg") no-repeat center center;position: relative;}
.top_en .logo{width: 72px;height: 74px;left: 80px;position: absolute;top:0;}
.top_en .lan #c{ background:url("../images/index/lan.png") no-repeat center center; height:21px; width:70px; margin-left:1347px;margin-top:52px;display:block;float:left;}
.top_en .lan #e{ background:url("../images/index/e.png") no-repeat center center; height:21px; width:70px; margin-left:12px;margin-top:52px; display:block;float:left;}
.navm{ float: left;width:1124px;background:#FFF;height: 40px; margin-right: 250px;line-height: normal;}
#nav{margin-left:0px;height: 40px;margin:0 auto; color:#000; width:auto; float:left; }
.nav{
	
	float: left;
	height: 40px;
	margin-left:60px;
}

#li1{}
.sitenav{
	float: left;
	font: 12px!important;
	padding: 0px;
	display: block;
	width: 110px;
	}
.nav #wzdh{
	display: block;
	font-size: 12px!important;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
	line-height: 36px;
	padding-left: 20px;
	}
.nav .daohang{float: left;height: 40px; margin-right:38px;position: relative;color:#000;background:#FFF; font-family: "Microsoft YaHei UI";line-height: 40px;}
.nav .daohang_en{ letter-spacing:-1px; word-spacing:2px; }
.nav .daohang a{display:block;font-size: 16px;font-weight: normal;font-family:"思源黑体 CN Light";color:#000;padding:0px 0px 0px 0px;}

a.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #d8b482;
}
a.hvr-underline-from-left:before {
 content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background:#d8b482;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.hvr-underline-from-left:hover:before,a.hvr-underline-from-left:focus:before,a.hvr-underline-from-left:active:before {
  right: 0;color: #d8b482;
}

a.button2{
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  padding: 1em;
  cursor: pointer;
  background:none;
  text-decoration: none;
  font-size: 1.2em;
  color: #d8b482;
  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a.button2{
  padding: 1em;
  cursor: pointer;
  background:#fff;
  text-decoration: none;
  font-size: 1.2em;
  color: #fff;
  }

.nav .dropbtn {
   display: block;
    font-size: 15px;
    font-weight: normal;
    font-family: "思源黑体 CN Light";
    color: #000;
    line-height: 40px;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
}

.nav .dropdown {
    position: relative;
    display: inline-block;
}

.nav .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 180px;
    left: -45px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.nav .dropdown-content a {
    color: black;
       margin: 5px 9px 12px 9px;
    text-decoration: none;
    display: block;border-bottom: 1px #000 dashed;text-align: center;
}

.nav .dropdown-content a:hover {background-color: #ffffff}

.nav .dropdown:hover .dropdown-content {
    display: block;
}

.nav .dropdown:hover .dropbtn {
    background-color: #ffffff;
}
.nav .daohang a:hover{
	color: #d8b482;
background:none;
}
.nav .daohang .subnav{display:none;position: absolute;top:36px;left: 0;width: 200px;z-index: 3;background-color: #010101;padding-bottom: 10px;}
.nav .daohang .gcsan{height: 30px;line-height: 30px;}
.nav .daohang .gcsan a{display:block;opacity: 0.7;font-size: 12px;}
.nav .daohang .daohang_erji{

}
.navm #nav ul::after {
    content:"";
    display:block;
    clear:both;
}
.navm #nav ul ul {
    display:none;
}
.navm #nav ul::after {
    content:"";
    display:block;
    clear:both;
}
.navm #nav ul li:hover > ul {
    display:block;
}
.nav #lxwm{}
.navm .search{ width:183px; height:24px; margin-top:5px; border:solid #dadada 1px; float:left; background:#FFF; }
.navm .search .ss{ width:160px; height:24px;float:left; border:none;background:none;outline:none;}
.navm .search button{border:none;background:none;}
.navm .search .fdj{ display:block;width:16px; line-height:26px; height:26px; background:url("../images/index/search1.png") no-repeat center center; float:left; outline:none;cursor: pointer;}

.footer{ height:311px;border-top:1px #ebebeb solid;clear: both;  margin-top: 3px;color:#333;text-align:left;width:1920px;
font-family: "Microsoft YaHei UI";}
.footer_lx{ position:absolute!important;margin-top: 2265px!important;}
.footer a{ font-family: "Microsoft YaHei UI";color:#333;}

.footer .law{width:99px;height:98px;margin-left:390px; margin-top:84px;font-family: "Microsoft YaHei UI";float: left;text-align:left;background:url("../images/index/erweima.jpg") no-repeat center center;}
.footer .bottom_t{ padding-top:40px;margin-top:84px;font-family: "Microsoft YaHei UI"; clear:both;width:1920px;text-align:left;}
.footer .law_b{ font-family: "Microsoft YaHei UI";float: left;text-align:left;margin-left:140px;}
.footer .bianju{padding-left:-30px;}

.footer .law_en{margin-left:440px; margin-top:84px;font-family: "Microsoft YaHei UI";float: left;text-align:left;}
.footer .law img{margin: 0 auto;display: none;}
.footer .law_en img{margin: 0 auto;display: block;}
.footer .law span{font-size:12px; line-height:10px; text-align:center; display:block;font-family: "Microsoft YaHei UI"; margin-top:102px;}
.footer .law_en span{font-size:12px; line-height:10px; text-align:center; display:block;font-family: "Microsoft YaHei UI"; }
.footer .wxxcx{width:99px;height:99px;margin-left:40px; margin-top:68px;font-family: "Microsoft YaHei UI";float: left;text-align:left;background:url("../images/index/wxxcxewm.jpg") no-repeat center center;}
.footer .wxxcx span{font-size:12px; line-height:16px; text-align:center; display:block;font-family: "Microsoft YaHei UI"; margin-top:10px;}
.footer .lianxi{ width:200px; height:175px; background:url("../images/index/lianxi-bg.jpg") no-repeat center center;margin-left:162px; margin-top:56px;float: left;    background-position-y: top;}
.footer .lianxi #fous{font-family: "Microsoft YaHei UI"; font-size:14.53px; font-weight:bolder; line-height:29px;padding: 0px 0px 10px 0px;}
.footer .lianxi a{ cursor:pointer;} 
.footer .lianxi ul{margin-top: -6px;margin-left: 6px;}
.footer .lianxi li{padding:0px 0px 0px 27px;font-size:13px;line-height:26px;font-family: "Microsoft YaHei UI";}
.footer .lianxi_en{ width:280px; height:160px; background:url("../images/index/lianxi.jpg") no-repeat center center;margin-left:95px; margin-top:56px;float: left;}
.footer .share_b{height: 59px; float: left;font-family: "Microsoft YaHei UI";margin-left:80px; text-align:left;}
.footer .share{height: 59px; float: left;font-family: "Microsoft YaHei UI";margin-left:167px; margin-top:50px;text-align:left;}
.footer .share_en{height: 59px; float: left;font-family: "Microsoft YaHei UI";margin-left:80px; margin-top:50px;text-align:left;}
.footer #about{font-family: "Microsoft YaHei UI"; font-size:14.53px; font-weight:bolder; line-height:29px;padding-bottom:10px;}
.footer .share li{ font-size:13px; line-height:26px;text-align: left;}
.footer .share_en li{ font-size:13px; line-height:26px;text-align: left;}
.footer .share_b li{ font-size:13px;text-align: left; float:left;}
.footer .share_b .fenxiang1{width: 30px;height: 22px;}
.footer .share_b .fenxiang1 img{margin-top: 2px;}
.footer .share_b .fenxiang2{width: 27px;height: 22px;}
.footer .share_b .fenxiang3{width: 17px;height: 22px;}
.footer .share_b .fenxiang{height: 22px;}
.footer .share_b .bdsharebuttonbox{margin-top:0px;}
.footer .link{float: left;font-family: "Microsoft YaHei UI";margin-left:178px; margin-top:50px;text-align:left;}
.footer .link_en{float: left;font-family: "Microsoft YaHei UI";margin-left:155px; margin-top:50px;text-align:left;}
.footer .link #link{font-family: "Microsoft YaHei UI"; font-size:14.53px; font-weight:bolder; line-height:29px;padding-bottom:10px;}
.footer .link_en #link{font-family: "Microsoft YaHei UI"; font-size:14.53px; font-weight:bolder; line-height:29px;padding-bottom:10px;}
.footer .link li{text-align: left; font-size:13px; line-height:26px;}
.footer .link_en li{text-align: left; font-size:13px; line-height:26px;}