/*reset*/
:focus{outline:0;}

body,ul,img,p,input,dl,dd,tr,th,td{margin:0;padding:0;}
em{font-style:normal;}
img{border:none;}
li,ul,ol{list-style:none;}
a{text-decoration:none;color:#333;}
a:hover{text-decoration:none;}
input{padding:0px;vertical-align: middle;line-height: normal;border:none;} 
body{overflow-x:hidden;}
dt {
    font-weight: 300;
}
table,th,tr,td{border: none !important;} 
::selection {
background:#808080; 
color:#fff;
}
::-moz-selection {
background:#808080; 
color:#fff;
}
::-webkit-selection {
background:#808080; 
color:#fff;
}
.font-10px{  
  transform: scale(0.8);  
  -ms-transform:scale(0.8);  
  -moz-transform:scale(0.8);  	
  -webkit-transform:scale(0.8);  
  -o-transform:scale(0.8);
  font-size: 12px;  
}  

.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{line-height:0; display:table; content:"";}
.clearfix:after{clear:both;}

.center {
 width: auto;
 display: table;
 margin-left: auto;
 margin-right: auto;
}
.text-center {
 text-align: center;
}

/*share*/
body{font-size:16px;font-family: "Microsoft YaHei";color:#1b1a18; background: #fff;}
.clear{clear:both;} 
.arial{font-family: "Arial";}


.fl{float:left}
.fr{float:right}

.w1440{
    /*width: 1600px;*/
	width: 90%;
    min-width: 1100px;
	margin: 0 auto;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}

.width1{
    width: 80%;
    max-width: 1520px;
    margin: 0 auto;
}
.width3{
  width: 1200px;
  margin:0 auto;
  height: auto;
}
.altitt{
    font-size: 30px;
}
.width2{
    width: 53%;
    margin: 0 auto;
}

.in-block>div{
	display: inline-block;
	/*margin-top: 19px;*/
    margin-top: 1.1875rem;
}

.header{
	width: 100%;
	/*height: 120px;*/
    min-height: 7.5rem;
	/*overflow: hidden;*/
	/*background: rgba(0,0,0,0.2);*/
}
.header_left>div{
	display: inline-block;
	vertical-align: middle;
}
/*.header_right{
    margin-left:22rem;
}*/
.logo img{
	/*width: 214px;*/
    width: 13.375rem;
	position: relative;
    top: -6px;
	/*max-height: 90px;*/
    max-height: 5.625rem;
}
.logo{
	position: relative;
}
.logo:after{
	content: "";
	width: 2px;
	height: 67px;
	background: #1b1a18;
	/*border-right: 2px solid #1b1a18;*/
	position: absolute;
	    top: -2px;
    right: -18px;
}
.top_tel {
	/*margin-left: 30px;*/
    margin-left: 1.875rem;
	color: #1b1a18;
	/*font-size: 20px;*/
    font-size: 1.25rem;
	/*line-height: 40px;*/
    line-height: 2.5rem;
}
.top_tel dl dd img{
	vertical-align: middle;
	margin-right: 10px;
	width: 23.5px;
    height: 23.5px;
}
.top_tel dl dd{
    font-size: 24px;
 
}
.nav ul li a{
	color: #1b1a18;
	/*font-size: 18px;*/
    font-size: 1.125rem;
	/*margin: 0 23px;*/
    margin: 0 1.4375rem;
	transition: all 0.4s ease;
}
.nav ul li a:hover {
    color: #a6a6a6;
    transition: all 0.4s ease;
}
.header_mid{
    /*margin-left: 60px;*/
	margin-left: 3.75rem;
	    position: relative;
    top: 10px;
}
.banner_con{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
}
.borbot{
	/*height: 119px;*/
    /*height: 7.4375rem;*/
	/*border-bottom: 1px solid #666;*/
}
.ind_a1{
	margin-top: 30px;
}
.ind_a1_tab{
	margin-top: 30px;
	margin-bottom: 30px;
}
.ind_a1_tab ul li{
	margin:0 20px;
}
.ind_a1_tab ul li:nth-child(1){
    margin-left: 0px;
}
.ind_a1_tab ul li a{
	    display: block;
    width: 100%;
    height: 44px;
    overflow: hidden;
    position: relative;
}
.ind_a1_tab ul li a span{
	    font-size: 20px;
    color: #595757;
    display: block;
    text-align: center;
    height: 44px;
    line-height: 44px;
    width: 100%;
    background: #fff;
}
.ind_a1_tab ul li a .sp1{
	filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.ind_a1_tab ul li a .sp2{
	filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
}
.ind_a1_tab ul li a:hover .sp1{
	filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.ind_a1_tab ul li a:hover .sp2{
	filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}
.al_lb ul li{
	overflow: hidden;
	width: 25%;
	position: relative;
    /*min-height: 322px;*/
}
.al_lb ul li a img{
	display: block;
	width: 100%;
   /* max-width: 427px;
    max-height: 320px;*/
	/*max-height: 300px;*/
    height: auto;
	transition:0.4s;
}
.al_blcak{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}
.al_blcon{
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #fff;
}
.al_blcon p{
	font-size: 22px;
    margin-bottom:4px;
}
.al_blcon span{
	font-size: 14px;
}
.al_lb ul li:hover a img{
	transform:scale(1.2);
	transition:0.4s;
}
.more{
	margin-top: 30px;
	margin-bottom: 30px;
}
.more a{
	display: block;
	width: 152px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 16px;
	color: #959595;
	border: 1px solid #959595;
}

.ind_a2_midbanner .slideBox{ width:100%; height:461px; overflow:hidden; position:relative; border:1px solid #ddd;  }
		.ind_a2_midbanner  .slideBox .hd{ height:15px; overflow:hidden; position:absolute; left:50%; bottom:30px; z-index:1; transform:translateX(-50%); }
		.ind_a2_midbanner  .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.ind_a2_midbanner  .slideBox .hd ul li{ float:left; margin-right:10px;  width:15px; height:15px; border-radius: 50%; line-height:14px; text-align:center; background:#e6e6e6; cursor:pointer; }
		.ind_a2_midbanner  .slideBox .hd ul li.on{ background:#fff; color:#fff; }
		.ind_a2_midbanner  .slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.ind_a2_midbanner  .slideBox .bd li{ zoom:1; vertical-align:middle; }
		.ind_a2_midbanner .slideBox .bd img{ width:100%; height:461px; display:block;  }


.fuwuxiangmu_container {
    min-width: 1100px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.fuwuxiangmu_container h2 {
    color: #595757;
    line-height: 70px;
    font-size: 28px;
    border-bottom: 1px #e3e3e3 solid;
    margin-bottom: 30px;
}
.fuwuxiangmu_container h2 span{
    font-size: 22px;
    padding-left: 35px;
}

.f1{
    /*margin: 10px 0;*/
    /*margin-right: 140px;*/
    /*margin-right: 155px;*/
       width: 18%;
    margin-right: 2.5%;
}
.f2{

    /*margin: 10px 0;*/
    /*margin-right: 152px;*/
    /*margin-right: 9.5rem;*/
}
.sizex{
    font-size: 16px !important;
}
.f2:nth-last-child(1){
    margin-right: 0px;
}
.f1:nth-child(5n){
    margin-right: 0px;
}
.fuwuxiangmu_container{
     /*width: 19.9%;*/
    margin: 10px 0;
}
.fwxm_menu {
    float: left;
    /*width: 20%;*/

}
.fwkk{
    /*overflow: hidden; */
    width: 22% !important;
    /* width: 258px; */
    position: relative;
    margin-right: 4%;
    height: auto;
}
.fwxm_menu_title {
    line-height: 35px;
    height: 35px;
    font-size: 16px;
    background: #ff0000;
    color: #FFF;
    /*max-width: 220px;*/
    padding: 0px 0px 0px 15px;
    /* width: 8.75rem; */
    /* width: auto; */
}
.fwxm_menu_en {
    color: #b4b4b4;
    font-size: 12px;
    /*border-bottom: 1px #e3e3e3 solid;*/
    padding-bottom: 18px;
    padding-left: 12px;
    padding-top: 5px;
    position: relative;
}
.fwxm_menu_en:after{
       content: "";
    position: absolute;
    width: 514px;
    height: 1px;
    background: #e3e3e3;
    right: 0px;
    bottom: 3px;
}
.fwxm_menu_en1 {
    color: #b4b4b4;
    font-size: 12px;
    /*border-bottom: 1px #e3e3e3 solid;*/
    padding-bottom: 18px;
    padding-left: 12px;
    padding-top: 5px;
    position: relative;
}
.fwkk:after {
      content: "";
    position: absolute;
    width: 1px;
    height: 600px;
    background: #595757;
    right: -30px;
    top: 0px;
}
.fwkk:nth-last-child(1):after{
    width: 0px;
    height:0px;
}
.fwxm_menu>ul {
    padding-top: 12px;
    padding-left: 12px;
}
.fwxm_menu ul li {
    font-size: 14px;
    color: #777777;
    line-height: 25px;
}
.fuwuxiangmu_container .f2,.fuwuxiangmu_container .f3,.fuwuxiangmu_container .f4,.fuwuxiangmu_container .f5 {
    width: 19.9%;
}


.new_foot_top {
    /*background: #fbfbfb;*/
    padding-top: 14px;
    margin-top: 40px;
/*    padding-left: 40px;
    padding-right: 40px;*/
}
.m_kuang {
    min-width: 1100px;
    width:100%;
    margin: 0 auto;
}
.mmtitile {
    color: #595757;
    line-height: 70px;
    /*font-weight: bold;*/
    font-size: 28px;
    border-bottom: 1px #e5e5e5 solid;
    margin-bottom: 20px;
}
.mmtitile2 {
    text-align: left;
}
.foor_top_menu {
    padding-bottom: 80px;
}
.foor_top_menu1 {
    width: 100%;
    /*float: left;*/
}
.mmtitile2 span{
    font-size: 22px;
    padding-left: 35px;
}
.foor_top_menu1_title {
    color: #caa970;
    padding-bottom: 12px;
    font-size: 22px;
}

.foor_top_menu1 ul li {
    font-size: 14px;
    width: 13%;
     text-align: left;
    /*float: left;*/
    display: inline-flex;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    color: #777777;
    margin-right: 1.1%;
}
.foor_top_menu1 ul li:nth-child(7n){
    margin-right: 0px;
}
.foor_top_menu1 ul li a{
    font-size: 14px;
    color: #777777;
    display: block;
}
.foor_top_menu2 {
    width: 59%;
    float: left;
}
.foor_top_menu2_title {
    color: #caa970;
    padding-bottom: 12px;
    font-size: 22px;
}
.foor_top_menu2 ul li {
    font-size: 14px;
    width: 24.8%;
    text-align: left;
    float: left;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    color: #777777;
}
.clear {
    clear: both;
}

.m_kuang2 {
    min-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.new_foot_bottom_txt {
    width: 60%;
}
footer #footer_nav ul {
    clear: both;
}
footer #footer_nav ul li {
    float: left;
    color: #FFF;
}
footer #footer_nav ul li a {
    display: block;
    color: #FFF;
    padding: 0px 10px 22px 0px;
    font-size: 16px;
    font-family: "微软雅黑";
}
.foot_tel {
    background: #caa970;
    line-height: 35px;
    height: 35px;
    font-size: 16px;
    padding: 0px 20px 0px 20px;
    width: 480px;
    color: #3f3f3f;
    margin-bottom: 20px;
}

.new_foot_bottom a {
    color: #8c8c8c;
    font-family: "微软雅黑";
}
.footer{
       font-size: 14px;
    padding-top: 3px;
    color: #8c8c8c;
    background: #3f3f3f;

    font-family: "微软雅黑";
}
.footerbox{
	    min-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.ft_left{
	width: 61%;
    /*width: 719px;*/
}
.ft_right{
    /*width: 35%;*/
    margin-top: 97px;
}
.ft_nav li a{
	color: #fff;
   font-size: 1.125rem;
}
.ft_nav li{
       margin-right: 53px;
}
.lxxinx{
        background: #ff0000;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    padding: 0px 20px 0px 20px;
    width: 480px;
    color: #fff;
    margin-bottom: 20px;
        margin-top: 20px;
}
.lxxinx span img{
        vertical-align: middle;
        margin-right: 3px;
        width: 6%;
}
.lxxinx span {
    margin-right: 24px;
}
.luokuan{
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.footerbox>div{
    display: inline-block;
}
.linekk{
    border-right: 1px solid #fff;
        padding-right: 20px;
    width: 161px;
    height: 140px;
}
.ft_right img:nth-child(2){
    margin-left: 10px;
}
.ft_right img{
        vertical-align: top;
}
.rixx{
    margin-left: 20px;
}
/*.rixx img{
    margin-left: 38px;
}*/
.rixx p{
    font-size: 17px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}
.bannerw img{
    width: 100%;
    height: auto;
}
.langy{
    margin-top: 30px;
}
.langy_tit{
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #595757;
}
.langy_tit p{
    color: #ff0000;
    font-size: 35px;
}
.langy_tit p span{
    color: #595757;
    font-size: 35px;
    margin-left: 20px;
}
.langy_info{
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    margin:20px 0;
}
.csekuang{
    width: 100%;
    min-height:  223px;
    background: #ff7b00;
    box-shadow: 0px 5px 4px #ed5600;
}
.langy_kuang{
   padding: 43px 0 20px 151px;
}
.langy_kuang dl dt img{
    width: 216px;
    height: 75.95px;
}
.lylin{
    color: #fff;
    line-height: 42px;
    margin-left: 10px;
}
.lylin p{
    font-size: 30px;
}
.lylin span{
    font-size: 20px;
}
.lylin2{
    font-size: 30px;
    color: #fff;
        margin-top: 17px;
}
.langy_con{
    margin-top:30px;
    margin-bottom: 30px;
        overflow: hidden;
}
.langy_tit2{
    text-align: center;
    padding-bottom: 30px;
    line-height: 55px;
    border-bottom: 1px solid #595757;
}
.langy_tit2 p{
    color: #ff0000;
    font-size: 35px;
}
.langy_tit2 span{
    color: #595757;
    font-size: 35px;
    /*margin-left: 20px;*/
}
.langy_main{
    margin-top: 30px;
    color: #595757;
    font-size: 18px;
    line-height: 35px;
}
.langy_con img{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.lylin2 img{
    max-width: 100%;
}
.langy_info img{
    max-width: 100%;
}
.zlang_top {

    padding: 10px 0px;
    border-top: 1px solid #9fa0a0;
    border-bottom: 1px solid #9fa0a0;
}
.w1000{
        width: 1000px;
    margin:auto;
}
.zlang_top,.zlang_con{
    color: #000000;
    line-height: 30px;
    font-size: 18px;
}
.zl_left{
    line-height: 50px;
    color: #ff0000;
    font-size:28px;
}
.zl_right {
    font-size: 28px;
    line-height: 50px;
}
.zlang_main{
    margin-top: 30px;
    margin-bottom: 30px;
}
.zlang_top{
    margin-top: 30px;
    margin-bottom: 30px;
}
.zlangm_left,.zlangm_right{
    width: 47%;
    font-size: 20px;
    color: #000;
    line-height: 35px;
}
.zlangm_left img,.zlangm_right img{
    max-width: 100%;
}

.menu1box_w {
    border-top: 1px #e0e0e0 solid;
    border-bottom: 1px #e0e0e0 solid;
}
.menu1box {
    position: relative;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    width: 540px;
    margin: 0 auto;
}
#menu1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#menu1 li {
    float: left;
    display: block;
    cursor: pointer;
    width: 178px;
    text-align: center;
    color: #b4b4b4;
}
#main1 ul {
    display: none;
    background: #3c3c3c;
}
.main1box {
    height: 45px;
    line-height: 45px;
    width: 100%;
    color: #b4b4b4;
    text-align: center;
}

.main1box a {
    color: #b4b4b4;
    font-family: "微软雅黑";
    padding-left: 12px;
    padding-right: 12px;
}

.dongtai {
    margin-top: 30px;
    margin-bottom: 30px;
}
#menu1 li a:hover {
    color: #caa970;
}
.dt_name ul li dl dt a{
    overflow: hidden;
    display: block;
    width: 285px;
    height: 288px;
}
.dt_name ul li dl dt a img{
    width: 285px;
    height: 288px;
    display: block;
    transition:0.5s;
    overflow: hidden;
}
.hoverimg1:hover{
    transition:0.5s;
    transform:scale(1.2);
}
.dtxq_right{
    width: 450px;
    height: 292px;
    margin-left: 30px;
}
.dtxq_right span{
    font-size: 14px;
}
.dtxq_right .dth2{
    font-size: 20px;
    margin-top: 14px;
}
.dtxq_right p{
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
    line-height: 25px;
}
.dtxq_right .newsmore{
    color: #666666;
    border-bottom: 1px solid #666666;
}
.dt_name ul li{
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.newsdet_con{
    font-size: 16px;
    line-height: 30px;
}
.anli_a1{
    margin-top: 30px;
    margin-bottom: 30px;
}
.cegao{
    height: 40px;
    width: 100%;
}

.anlilb_box{
    background: #8a8a8a;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: none;
}
.anlilb_box li a{
    color: #fff;
    margin:0 15px;
}
img[src='']{
    filter:alpha(opacity=0);
    opacity: 0;
}
.anli_ff{
    margin-top: 30px;
    margin-bottom: 30px;
}
.fixright{
    position: fixed;
    bottom: 200px;
    right: 0;
    z-index: 999999;
}
.fixright li{
    cursor: pointer;
}
.vx_img{
    display: none;
    position: absolute;
    bottom: 33px;
    right: 50px;
    width: 150px;
    height: 150px;
    z-index: 999999;
}
.vx_img img{
    width: 137px;
    height: 137px;
}
.tel_num{
    display: none;
    position: absolute;
    bottom: 55px;
    right: 50px;
    min-width: 150px;
    height: 36px;
    color: #fff;
    padding: 0 5px;
    line-height: 36px;
    text-align: center;
    background: #CC0000;
    z-index: 9999999;
}
.anli_xqy_tit{
    border-bottom: 1px solid #9fa0a0;
    width: 100%;
}

.anli_xqy_tit a{
    margin-top: 9px;
    display: block;
    margin-bottom: 11px;
    background: #c8c8c8;
    width: 148px;
    height: 29px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 29px;
}
.anli_lunbo{
    margin-top: 30px;
}
.anlinycon{
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 25px;
    font-size: 16px;
    color: #525252;
}
/*.zlangm_left img{
    cursor: pointer;
}*/
.fixedCode{
    width: 150px;
    height: 150px;
}