@charset "utf-8";
/* CSS Document */
/*CSS reset*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}slegend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
.fl{ float:left}
.fr{ float:right}
.clear{ clear:both}
a{ text-decoration:none; color:#555;}
a:hover{ color:#9a191e; }


body{ margin:0 auto;padding:0px;width:100%; font-family:Arial, Helvetica, sans-serif;font-size:16px!important;color:#555; }
/*----
.zhiding{ position:fixed; width:100%;  z-index:100000;background:#fff}--*/
.heada{ width:100%; margin:0 auto; background:url(../images/index_01.jpg) no-repeat center; height:38px;}
.hea_zhong{ width:1200px; margin:0 auto}
.hea_zhong ul { float:right}
.hea_zhong ul li{ float:left}
.hea_zhong ul li a{ color:#fff; line-height:38px; font-size:15px;}
.julia{ color:#fff; margin-left:10px; margin-right:10px; line-height:38px;}
.headb{ width:1200px; margin:0 auto; }
.tel{ background:url(../images/index_04.jpg) no-repeat left; height:48px; padding-left:65px;margin-bottom:27px; margin-top:27px; }
.tel h2{ font-size:15px;}
.tel h3{ font-size:25px; font-weight:bold; color:#000;}
.headb h1{ }

.search{height:38px;margin:0 auto; border:1px solid #d8d8d8;margin-top:25px; margin-bottom:25px;}
.search li{ float:left; width:auto }
.searchinput{ background:#fff; border:0px; height:38px; line-height:25px; color:#d8d8d8; width:220px; padding-left:15px; margin-top:0px; }
.bline{ margin-top:20px;background:#d8d8d8; height:53px; width:1px; margin-left:10px; margin-right:15px;}
.kouhao{ margin-top:22px;}
.kouhao h2{ font-size:25px;}
.kouhao h3{ font-size:25px;}

.nav_bgc{ width:100%; margin:0 auto; background:#9a191e; height:60px; }
.nav{ width:1200px; margin:0 auto}
.nav li {float: left;display: inline-block;list-style: none;font-size: 18px;text-align: center;position: relative;}
.nav li a {width: 200px;
display: block;text-align: center;position: relative;color: #fff;height: 60px;line-height: 60px;}
.nav li.hover a, .nav li:hover a {color: #fff;background: #fbae17;}
.nav li .subnav { color:#fff;background: #f7ab17;box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);height: auto;left: 0;overflow: hidden;position: absolute;top: 100%; width: 100%;z-index: 99999999;}
.nav li .subnav { color:#fff;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.nav li:hover .subnav {opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0); color:#fff;}
.nav li .subnav a {-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0; color:#fff;display: block;font-size: 16px;font-weight: 500;
line-height: 40px;height: 40px;padding: 0;transition: all 0.2s ease-in-out 0s;width: 100%;border-bottom: 1px solid #eee;background: #f7ab17;}
.nav li .subnav a:hover {color: #9a191e;text-indent: 10px;}


.banner{
width: 100%;
/*height: 560px;*/
/*background: black;*/
/*子绝父相*/
position: relative;
/*超出部分全部隐藏，解决横向滚动条*/
overflow: hidden;
}
.banner ul{
position: absolute;
}
.banner ul li{
/*这个100%是相对于父盒子的（会把父盒子的宽度继承过来,如父盒子300%,这这里的100%就会相当于300%）*/
width: 100%;
height:450px;
float: left;
background:  no-repeat center center;
}
/*.banner ul li:nth-child(1){*/
/*background: url('./1.jpg') no-repeat center center;*/
/*}*/
/*.banner ul li:nth-child(2){*/
/*background: url('./2.jpg') no-repeat center center;*/
/*}*/
/*.banner ul li:nth-child(3){*/
/*background: url('./3.jpg') no-repeat center center;*/
/*}*/
.banner ol{
/*width: 60px;*/
height: 20px;

position: absolute;
left:50%;
/*margin-left: -40px;*/
bottom: 30px;
padding: 0 10px;
border-radius: 10px;
}
.banner ol li{
width: 10px;
height: 10px;
float: left;
margin: 5px 5px;
background: rgba(255,255,255,0.5);
border-radius: 50%;
cursor: pointer;
}
.banner ol .current{
background: rgba(255,255,255,1);
}
.banner i{
width: 58px;
height: 120px;
position: absolute;
top: 40%;
margin-top: -25px;
cursor: pointer;
border-radius: 5px;
display: none;
}
.banner .left{
left: 60px;
background: url('../images/left_right.png') no-repeat 0 0px;
}
.banner .right{
right: 60px;
background: url('../images/left_right.png') no-repeat 0px -120px;
}
.banner .left:hover , .banner .right:hover{
background-color: rgba(0, 0, 0, 0.31);
}




/*------------公司---------*/
.about{ width:1200px; margin:0 auto; padding-bottom:60px; padding-top:80px;}
.abimg{ width:465px; height:285px;overflow:hidden}
.abimg img{cursor: pointer; width:100%;transition: all 0.8s;}
.abimg img:hover{   transform: scale(1.2);}
.abtxt{ width:670px;}
.abtxt h2{ font-size:50px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;color:#000; font-weight:900;}
.abtxt h3{font-size:30px;color:#9a191e;font-weight:900;  margin-top:5px; margin-bottom:10px;}
.aline{ background:#9a191e; height:3px; width:60px;}
.amiao{ font-weight:bold; font-size:15.5px;text-overflow: ellipsis;display: -webkit-box; color:#818181;-webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow:hidden; line-height:30px; height:120px; margin-top:20px; } 
.gd{ border:2px solid #f2f2f2; width:120px; height:30px; line-height:30px; margin-top:10px; text-align:center}
.gd a{ font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; color:#b6b6b6; font-size:14px;}
.stel{ background:url(../images/index_15.jpg) no-repeat center; width:63px; height:54px; margin-top:15px;}
.stxt h2{ margin-left:20px; margin-top:18px; font-size:15px;}
.stxt h3{margin-left:20px; font-size:24px; font-weight:900; color:#000;}
.smap{ background:url(../images/index_12.jpg) no-repeat center; width:165px; height:83px;}
.shuzi .bia{ font-size:30px; color:#000; font-weight:900;}
.sline{ background:#d8d8d8; height:40px; margin-top:5px; width:1px; margin-left:30px; margin-right:30px;}
.shuzi { font-size:12px;}
.avd{ margin-top:20px;}
.shaa{ margin-top:20px;}
/*-------产品-------*/
.product{ background:url(../images/bg.jpg) no-repeat center top #9a191e; width:100%;}
.chanpin{ width:1200px; margin:0 auto; padding-top:70px;}
.pwenzi{ color:#fff;}
.pwenzi h2{ font-size:35px; font-weight:bold; text-transform:uppercase}
.pwenzi h3 .enaa{  font-size:40px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:900;}
.pwenzi h3 .shuoaa{ font-size:30px; color:#e0fa00; font-weight:900; padding-left:20px;}

.pwentxt h4{ margin-top:10px;}
.pwentxt h4 a{ color:#fff; margin-right:20px;}
.pwentxt h4 a:hover{ color:#f9b531; font-weight:bold}
.pwenzi h4{ font-size:17px;}
.gengduo{ background:#fff; padding-left:30px; padding-right:30px; border-radius:5px; height:40px; line-height:40px; text-align:center;}
.gengduo a{ color:#9a191e}
.hl_main5_content1{ margin-top:60px; width:1200px; height:243px;overflow:hidden; padding-bottom:60px;}
.hl_main5_content1 ul{ width:260000px; overflow:hidden;height:243px;}
.hl_main5_content1 ul li{float:left; margin-right:23px; position:relative;list-style:none; width:207px!important; height:243px; border:5px solid #f2f2f2;display:inline; }
.hl_main5_content1 ul li{transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;}
.hl_main5_content1 ul li {width: 207px;height: 243px;overflow: hidden;}
.hl_main5_content1 ul li  img{cursor: pointer;transition: all 0.6s;}
.hl_main5_content1 ul li img:hover{transform: scale(1.4);}
.hl_main5_content1 ul li span{ background:#fff;line-height:55px; height:55px; text-align:center;position:absolute;width: 207px;left:0;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;bottom:-2px; font-size:15px;}
.hl_main5_content1 ul li:hover {transform:translate(0,-10px);    -webkit-transform:translate(0,-10px);    -moz-transform:translate(0,-10px);    -o-transform:translate(0,-10px);    -ms-transform:translate(0,-10px);}


.product .xtop .fl{ font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:30px;}
.wscp{ width:1200px; margin:0 auto; }
.product .xtop .fr{ margin-top:20px;}
.wsyuan{ width:1200px; margin:0 auto; background:#fff; border-radius:15px; padding:30px; z-index:1000000000; position:relative; }
.biga{ width:296px; background:#f5af36; height:185px; font-size:35px; text-align:center}
.biga a{ color:#fff; font-weight:900; text-align:center; line-height:185px;}
.biga a:hover{ margin-top:-10px; display:block}
.cpa{ background:#129992;}
.biga a{-webkit-transition: margin-top .8s;
-moz-transition: margin-top .8s;
-o-transition: margin-top .8s;}

.wsbg{ width:100%; margin:0 auto; background:url(../images/index_17.jpg) no-repeat center; height:315px; margin-top:-220px;}
.cpaaa{ width:270px; height:174px; border-radius:10px; text-align:center;background:#ececec; margin-left:23px; }
.cpaaa h2{ font-size:20px; color:#393939!important;text-overflow: ellipsis;display: -webkit-box; color:#818181;-webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow:hidden;padding-top:30px;padding-left:20px; padding-right:20px; }
.cpaaa a{-webkit-transition: margin-top .8s;
-moz-transition: margin-top .8s;
-o-transition: margin-top .8s;}
.cpaaa h3{ color:#7b7b7b; font-size:15px; margin-top:10px;}
.cpgd{ background:#fff; border-radius:15px; width:150px; margin:0 auto; line-height:35px; height:35px; text-align:center; margin-top:10px;}
.cpgd a{ color:#afaeae}
.cpaaa a:hover { margin-top:-10px;display:block; width:270px; height:184px; overflow:hidden; background:#129992; border-radius:10px; }
.cpaaa a:hover h2,.cpaaa a:hover h3{ color:#fff!important;}

/*----------新闻---------*/
.wenzi{ margin:0 auto;padding-top:60px; padding-bottom:40px; text-align:center;}
.wenzi h2 { color:#000; font-weight:bold; font-size:35px; text-align:center; margin:0 auto; margin-bottom:10px;font-weight:bold; text-transform:uppercase }
.wenzi h3{ font-size:17px; color:#333; line-height:25px; }
.news{ width:1200px; margin:0 auto; padding-bottom:60px;}
.nyou{  width:620px; margin-top:20px;}
.nzuo{ width:512px; margin-top:20px;}
.nzuo img{ width:512px; height:273px;}
.biaoti{ background:#9a191e;height:70px;line-height:70px;text-overflow: ellipsis;display: -webkit-box;color:#818181;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow:hidden; }
.biaoti a{ color:#fff; font-size:17px; padding-left:25px; padding-right:25px;}
.list{ width:620px;margin:0 auto;margin-bottom:10px;border-bottom:1px dashed #d8d8d8;  padding-bottom:10px; }
.lzuo{ width:81px; height:81px; background:#f2f2f2}
.lzuo .big{ color:#555; font-size:30px; text-align:center; font-weight:bold; margin-top:10px; margin-bottom:5px;}
.lzuo .small{ text-align:center; font-size:13px;}
.lyou{ width:520px; }
.oppa{ color:#333333; font-size:16px;}
.opmiao{ line-height:22px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow:hidden; color:#818181; margin-top:5px; font-size:14px;}
.list a:hover .lzuo{ background:#9a191e; color:#fff!important; display:block}
.list a:hover .oppa{ color:#9a191e;}
.list a:hover .big{ color:#fff}

 .tabbox { width:100%}
    .tabmenu {width:100%;height:40px; margin-bottom:20px;}
    .tabmenu ul {margin:0;padding:0;list-style-type: none;}
	.tabmenu li:last-child{ border-right:0px;}
    .tabmenu li { text-align:center; float:left; display:block; width:33%; height:40px; overflow:hidden; background-color: #f2f2f2; line-height:40px; border-right:#ccc 1px solid;  display:inline; font-size:16px; color:#333;}
    .tabmenu .cli {text-align:center;float:left;display:block;width:33%;height:40px;overflow:hidden;background-color: #9a191e;line-height:40px;border-right:#ccc 1px solid;display:inline;font-size:16px; cursor:pointer;color:#fff;}
    #tabcontent {width:620px;}
    #tabcontent ul {margin:0;list-style-type: none;}
    #tabcontent .hidden {display:none;}



/*-------底部-----------*/
.foot{ background:#9a191e;width:100%; margin:0 auto}
.foota{ width:1200px; margin:0 auto;padding-top:40px; padding-bottom:20px; color:#e6e6e6; border-bottom:1px solid #ae474b; font-size:16.5px;}
.foota a{color:#e6e6e6;}
.ftel { background:url(../images/index_27.jpg) no-repeat left; height:76px; margin-top:30px; }
.fmail { background:url(../images/index_29.jpg) no-repeat left; height:76px; margin-left:70px; margin-right:50px;margin-top:30px;}
.fadd { background:url(../images/index_31.jpg) no-repeat left; height:76px;margin-top:30px; width:300px}
.foota h2{ font-size:16px; padding-left:100px; margin-top:15px;}
.foota h3{ font-size:16px;padding-left:100px; margin-top:8px;}
.ewm p{ padding-top:10px; text-align:center; font-size:16px;}

.footb{ width:1200px; margin:0 auto; color:#e6e6e6; line-height:70px;}
.footb a { color:#e6e6e6}
a.zzb07link{font-family: Arial, Helvetica, sans-serif;font-size: 16px;text-decoration:none;color: #e6e6e6;}
a.zzb07link:hover {text-decoration: underline;color: #e6e6e6;}
.zzb07tail{font-size:px;font-family:Arial, Helvetica, sans-serif;color:#e6e6e6;}

.wsts{ text-align:center; margin:0 auto; color:#F00; line-height:40px; font-size:35px;padding-top:90px; font-family:"楷体";background: rgba(0, 0, 0,0.5); padding-bottom:90px;}


/*----内页---*/
.nyabout{width:100%; margin:0 auto; background:url(../images/nyabout.jpg) no-repeat center; height:300px; }
.nyjob{width:100%; margin:0 auto; background:url(../images/nyjob.jpg) no-repeat center; height:300px; }
.nyyoua{width:100%; margin:0 auto; background:url(../images/nyyou.jpg) no-repeat center; height:300px; }
.nycon{width:100%; margin:0 auto; background:url(../images/nycon.jpg) no-repeat center; height:300px; }
.nyfuwu{width:100%; margin:0 auto; background:url(../images/nyfuwu.jpg) no-repeat center; height:300px; }
.nydaili{width:100%; margin:0 auto; background:url(../images/nydaili.jpg) no-repeat center; height:300px; }
.nypro{width:100%; margin:0 auto; background:url(../images/nypro.jpg) no-repeat center; height:300px; }
.nynews{width:100%; margin:0 auto; background:url(../images/nynews.jpg) no-repeat center; height:300px; }

.neiye{ background:#f2f2f2; width:100%; margin:0 auto;}
.nybanner{width:100%;margin:0 auto;height:300px; overflow:hidden}
.yuanquan{ background:#179447; width:300px; overflow:hidden!important; height:300px; border-radius:50%; text-align:center; margin:0 auto;color:#fff;filter:alpha(opacity=90); 
-moz-opacity:0.9; 
-khtml-opacity: 0.9; 
opacity: 0.9;}
.yuanquan h2{ font-size:30px; text-align:center; margin:0 auto; font-weight:bold; padding-top:100px; margin-bottom:22px;}
.yline{ background:#fff; width:50px; margin-top:20px; margin:0 auto; text-align:center; height:2px;}
.yuanquan h3{ font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; padding-top:20px; font-size:20px;}
.nymain{ width:1200px; margin:0 auto; padding-top:50px; padding-bottom:50px;}
.nyzuo{ width:235px;}
.nyzuo h2{ background:#9a191e; height:100px; color:#fff; text-align:center; line-height:100px; text-transform:capitalize; font-size:32px;}
.nyzuo ul{ margin-top:10px;}
.nyzuo ul li{ border:1px solid #e2e2e2;height:40px; line-height:40px; margin-bottom:10px;}
.nyzuo ul li a:hover{ background:#9a191e; color:#fff; display:block;}
.nyzuo ul li a{ padding-left:30px; font-size:18px;}
.nyzuo .ctel{ font-size:20px;}

.nyyou{ width:900px;}
.rtop{ border-bottom:1px solid #d8d8d8; padding-bottom:10px;}
.rtop h2{text-transform:capitalize; font-weight:bold}
.weizhi{ margin-top:15px; display:none}

.weizhi span{ padding-left:10px; padding-right:10px;}
.neirong{ padding-top:20px; line-height:30px; min-height:600px;}




.nlist{ border-bottom:1px dashed #d8d8d8; margin-bottom:20px; padding-bottom:20px;}
.n_img{ width:150px; height:100px;  overflow: hidden; border:1px solid #d8d8d8;}
.n_img img{cursor: pointer;transition: all 0.6s;}
.n_img img:hover{transform: scale(1.4);}
.n_txt{ width:720px;}
.n_bt a{ color:#159a2e; font-weight:bold}
.n_nr{ overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; line-height:22px; height:44px; margin-bottom:5px; font-size:14px;}
.n_txt .riqi{
    background: url(../images/date.png) no-repeat;
    height: 20px; line-height:20px;
    padding-left: 30px;}
.nybt{font-size:18px; color:#333; padding-bottom:10px; text-align:center; margin:0 auto; }
.nline{ background:#d8d8d8; height:1px; width:100%; margin:0 auto}
.fanhui{ text-align:center; line-height:25px; margin-top:20px; background:#f5f5f5;}


.nyzhong{ width:1200px; margin:0 auto}


.wszhong{ padding:30px; line-height:30px;}




.page_zhici_box_l{ width:347px;}
.page_zhici_box_r{ background:#f2f2f2; height:320px; width:853px;padding-bottom:50px; margin-top:70px;}
.page_zhici_box_r_title{ padding-top:50px; padding-left:50px; font-size:25px; font-weight:bold; padding-bottom:30px;}
.page_zhici_box_r_con{ padding-left:50px; padding-right:50px; }

.neirong .cplist2{ width:260px;-webkit-transition: .4s;margin-right:20px; margin-left:20px; margin-top:10px;}
.neirong .biaoq2{ width:260px; height:200px; border:1px solid #d8d8d8; margin-top:40px;text-align:center;vertical-align:middle;display:block;position:relative;display:table-cell;vertical-align:middle; }
.neirong .biaoq2 img{max-width:260px;max-height:200px; }
.neirong .cplist2 h2{ font-size:15px;color:#333; text-align:center; padding-top:15px; padding-bottom:15px;}
.neirong .cplist2 a:hover .biaoq2{border:1px solid #9a191e;}
.neirong .cplist2 h2 a{ color:#333}
.neirong .cplist2 a:hover  h2 { color:#9a191e}
.neirong .cplist2:hover{-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px); -o-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition: .4s;-moz-transition:.4s;-o-transition: .4s;}

.contentPage{text-align:center; margin:0px 3px; padding:0px; padding-top:15px;width: 100%; color: #9a191e; line-height: 30px; text-decoration: none; clear:both; margin-top:20px;}
.contentPage a:link {color: #9a191e; text-decoration: none; font-size: 12px; margin:0px 3px; padding:4px 7px; border: 1px solid #9a191e; font-weight: normal;}
.contentPage a:visited {color: #9a191e; text-decoration: none; font-size: 12px; margin:0px 3px; border: 1px solid #9a191e; padding:4px 7px; font-weight: normal;}
.contentPage a:hover {color:#FFF; margin:0px 3px; font-size: 12px; text-decoration: none; padding:4px 7px; background-color:#9a191e;font-weight:normal;}
.contentPage .current{color:#9a191e; text-decoration: none; font-size: 12px; margin: 0px; border:0px solid #9a191e; padding:4px 7px; font-weight: normal;}
.contentPage .zi{font-size:12px; font-weight:bold; float:none!important;}
.contentPage .zi form{ display:inline;}
.contentPage .zi form input[type="text"]{ border:1px solid #CCC; line-height:18px; width:25px!important;}
.contentPage .zi form input[type="submit"]{ background-color:#CCC; border:0px; line-height:20px; color:#FFF; cursor:pointer;}



.weizhi b {
    font-weight: normal;
    padding-left: 30px;
    background-image: url(../images/map.png);
    background-repeat: no-repeat;
    background-position: left center;}
.endit-content{ line-height:28px;}
.endit-content p{margin:15px 0;}
.endit-content img{max-width:100%;}

.lianxi_ny { height:520px;}
.lianxi_ny_l, .lianxi_ny_r   { width:47%;  }
.lianxi_ny_l h2, .lianxi_ny_r h2  {font-size:25px; line-height:75px; width:100%; float:left; color:#333; }


.lianxi_ny_l .con {width:100%;float:left; margin-top:10px;}
.lianxi_ny_l .con .li {width:30%;float:left; margin-right:3%;}
.lianxi_ny_l p { width:100%; line-height:24px; margin-top:15px; float:left;  }
.lianxi_ny_l strong { width:100%; line-height:29px; margin-top:15px; float:left; font-size:18px;   color:#333;}
.lianxi_ny_l .zixun { line-height:50px; width:200px; color:#fff; text-align:center; background-color:#fa951f; float:left; margin-top:20px;}


.con_gg { color:#fff; padding:30px 0; height:120px; background:url(../images/ys_bg.jpg) no-repeat top center;}
.con_gg h2 { padding-top:15px; line-height:50px; font-size:32px; }
.con_gg p { font-size:18px; line-height:35px;}

.job_ny  table tr td { border:1px solid #efefef; }
.content_lxwm_Bcn{
    overflow: hidden; margin-bottom:60px;
    margin-top: 50px;
    border-top: 4px solid #F3F3F3;
    border-bottom: 4px solid #F3F3F3;
}
.content_lxwm_Bcnl{
    float: left;
    width:28%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 58px;
}.content_lxwm_Bcnlrb { font-size:16px; color:#2e2e2e; line-height:28px;}
.content_lxwm_Bcnlrt{
    font-size: 24px;
    color: #000000;
}
.content_lxwm_Bcnlr{
    padding-top: 13px;
}
.content1 {
    width: 1200px;
    margin: 0 auto;
}

.kuang1 {
    line-height: 50px;
    height: 50px;
    width: 572px;
    color: rgb(41, 41, 41);
    font-family: 微软雅黑;
    padding-left: 20px;
    margin: 5px;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(205, 205, 205) !important;
    border-image: initial !important;
}
.kuang2 {
    line-height: 50px;
    height: 120px;
    width: 572px;
    font-family: 微软雅黑;
    float: left;
    padding-left: 20px;
    color: rgb(41, 41, 41) !important;
    margin: 5px;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(205, 205, 205) !important;
    border-image: initial !important;
}
.kuang3 {
line-height: 50px;
height: 50px;
width: 366px;
float: left;
color: rgb(41, 41, 41);
font-family: 微软雅黑;
padding-left: 20px;
margin: 5px;
border-width: 1px !important;
border-style: solid !important;
border-color: rgb(205, 205, 205) !important;
border-image: initial !important;
}
.font7 table tr td img {
float: left;
height: 52px;
width: 166px;
}
.ann {
line-height: 48px;
color: rgb(255, 255, 255);
text-align: center;
height: 46px;
width: 198px;
font-family: 微软雅黑;
font-size: 15px;
margin-top: 15px;
background-color:#f9a22f!important;
border-width: 1px;
border-style: solid;
border-color: #f9a22f!important;
border-image: initial;
}
.tit {font-size: 28px;text-align: center;margin: 55px 0;}
.wmen { color:#f9a22f;}
.chi {margin-bottom: 5px;font-weight: bold;color: #333;letter-spacing: 2px;}
.chi i {font-weight:400;color:#fa951f;font-size:14px;padding: 0 15px;font-family:Arial, Helvetica, sans-serif;font-style: italic; letter-spacing: 0px;}
.eng {text-transform: uppercase;font-weight: 100;font-size: 16px;}
.lianxi_ny { height:520px;}
.lianxi_ny_l, .lianxi_ny_r   { width:47%;  }
.lianxi_ny_l h2, .lianxi_ny_r h2  {font-size:25px; line-height:75px; width:100%; float:left; color:#333; }


#ny_xinwen {
	width:100%; margin:auto; clear:both; }
#ny_xinwen ul {
	float: left;
	height: 221px;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	position: relative;
}
#ny_xinwen ul .aamp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #6d6d6d;
	height: 57px;
	width: 72px;
	border-top-width:2px;
	border-top-style: solid;
	border-top-color: #6d6d6d;
	position: absolute;
	left: 32px;
	top: 40px;
	line-height: 57px;
	text-align: center;
}
#ny_xinwen ul font {
	font-size:13px;font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: #6d6d6d;
	height: 25px;
	width: 72px;
	position: absolute;
	left: 32px;
	top: 97px;
}
#ny_xinwen ul li {
	font-size: 17px;
	line-height: 19px;
	color: #000;
	height: 19px;
	width: 629px;
	position: absolute;
	left: 136px;
	top: 40px;
}
#ny_xinwen ul li a{

	color: #000;
	
}
#ny_xinwen ul p {
	font-size: 13px;
	line-height: 28px;
	color: #848484;
	text-align: left;
	float: left;
	height: 56px;
	width: 480px;
	position: absolute;
	left: 136px;
	top: 75px;
	text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow:hidden; 
}
#ny_xinwen ul em {
	font-size: 13px;
	line-height: 30px;
	color: #9a191e;
height: 30px;
	width: 95px;
	position: absolute;
	left: 136px;
	top: 149px;border:1px solid #9a191e;
	font-style: normal;
	text-align: center;
}
#ny_xinwen ul em a{ color:#9a191e;-webkit-transition: padding-left .8s;	
-moz-transition: padding-left .8s;
-o-transition: padding-left .8s;}
#ny_xinwen ul em a:hover em{ border:1px solid #fbae17}
#ny_xinwen ul em a:hover {padding-left:20px; display:block; background:#9a191e; color:#fff; border:none}

.xwtupian img:hover{   transform: scale(1.4);}
.xwtupian{ width:229px; height:133px; border:1px solid #d8d8d8;text-align:center;vertical-align:middle;display:block;position:relative;position: absolute;
	top: 40px;
	right: 22px; overflow:hidden}
.xwtupian a{display:table-cell;vertical-align:middle;width:229px; height:133px; }
.xwtupian  img{max-width:229px;max-height:133px;transition: all 0.8s; }
.mingcheng{ line-height:50px; margin-left:20px;}
.youimg{ width:30px; margin-top:10px; margin-right:10px;}
.youimg img{ width:100%;}
.zuoimg{ background:#9a191e; height:50px; width:50px; border-top-left-radius:10px; text-align:center; margin:0 auto;border-bottom-left-radius:10px;}
.imaaa{ width:30px; padding-left:10px; padding-top:10px;}
.imaaa img{ width:100%;}
.cplieaa li{ background:#f2f2f2;border-bottom-right-radius:10px;border-top-right-radius:10px; margin-bottom:20px;}

#ny_xinwen_da {
	width:100%; 
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#ny_xinwen_da h3 {
	font-size: 28px;
	line-height: 33px;
	color: #333;
	text-align: center;
	float: left;
	padding-bottom:20px;
	width:100%; 
	margin-top: 55px;
	font-weight: normal;
}
.xinwen_zz {
	font-size: 13px;
	line-height: 32px;
	color: #bbbbbb;
	float: left;
	height: 46px;
	width:100%; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	text-align: center;
}.proimg{ width:500px;text-align:center;vertical-align:middle;display:block;position:relative;display:table-cell;vertical-align:middle; border:1px solid #d8d8d8; overflow:hidden}
.proimg img{ max-width:500px; }
.proimg img{cursor: pointer; width:100%;transition: all 0.6s;}
.proimg img:hover{   transform: scale(1.4);}
.protxt{ width:630px;}
.protxt h2{ font-size:25px; font-weight:900; color:#000;}
.protxt h3{ color:#fdae17; font-size:20px; margin-top:10px;}
.protxt h4{text-overflow: ellipsis;display: -webkit-box; color:#818181;-webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow:hidden; margin-top:10px;}
.shangxia{ margin-top:30px;}
.wshs{ border:10px solid #f2f2f2; width:100%;}

.baoo{ font-size:30px; color:#000; font-weight:900; margin-bottom:40px;}
.xwbiaoti{ text-align:center; font-size:20px; color:#333; font-weight:bold}
.fabu{ color:#bbbbbb; text-align:center; margin-top:10px;}
.fline{ background:#d8d8d8; height:1px; width:1200px; margin:0 auto; margin-top:30px; margin-bottom:40px;}
.wsline{ background:#f2f2f2; height:5px; margin-bottom:20px; width:100%;}
.nyabouta{ width:550px;}
.nyvideo{ width:600px; margin-top:90px;}
.nymiao{ line-height:30px;}
.nyabouta h2{ color:#000; font-weight:30px; font-weight:900; margin-bottom:30px;}
.abhs .abjam{ width:1200px; margin:0 auto; padding-top:70px; padding-bottom:70px; }
.abhs{ background:#f2f2f2; width:100%; margin:0 auto}
.ccp{ background:#fbae17; height:160px; line-height:160px; color:#fff; font-size:30px; text-align:center; padding:0px;}
.con4{ width:1200px; margin:0 auto;padding-bottom:70px; margin-top:70px;}
.con4 table td{ padding-left:30px; padding-top:30px; padding-bottom:30px; padding-right:20px;}
.con4 table p{ font-size:20px; font-weight:bold; color:#fbae17; padding-bottom:10px;}
.con4 table span{ font-size:15px;}

#demolefta{OVERFLOW: hidden; WIDTH:1200px; margin:0 auto; padding-bottom:20px; }
.cplist{ float:left; margin-right:23px; position:relative;list-style:none; width:207px!important; height:223px; border:5px solid #f2f2f2;display:inline;-webkit-transition: .4s; }
.cplist img{cursor: pointer;transition: all 0.6s;}
.cplist{transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;}
.cplist {width: 207px;height: 223px;overflow: hidden;}
.cplist img:hover{transform: scale(1.4);}
.cplist span{ background:#fff;line-height:55px; height:55px; text-align:center;position:absolute;width: 207px;left:0;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;bottom:-2px; font-size:15px;}
.cplist:hover {transform:translate(0,-10px);    -webkit-transform:translate(0,-10px);    -moz-transform:translate(0,-10px);    -o-transform:translate(0,-10px);    -ms-transform:translate(0,-10px);}

.hl_main5_content1{ margin-top:60px; width:1200px; height:243px;overflow:hidden;}
.hl_main5_content1 ul{ width:260000px; overflow:hidden;height:243px;}
.hl_main5_content1 ul li{float:left; margin-right:23px; position:relative;list-style:none; width:207px!important; height:243px; border:5px solid #f2f2f2;display:inline; }
.hl_main5_content1 ul li{transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;}
.hl_main5_content1 ul li {width: 207px;height: 243px;overflow: hidden;}
.hl_main5_content1 ul li  img{cursor: pointer;transition: all 0.6s;}
.hl_main5_content1 ul li img:hover{transform: scale(1.4);}
.hl_main5_content1 ul li span{ background:#fff;line-height:55px; height:55px; text-align:center;position:absolute;width: 207px;left:0;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;bottom:-2px; font-size:15px;}
.hl_main5_content1 ul li:hover {transform:translate(0,-10px);    -webkit-transform:translate(0,-10px);    -moz-transform:translate(0,-10px);    -o-transform:translate(0,-10px);    -ms-transform:translate(0,-10px);}


.shangyi { margin-top:60px;width:23px;height:146px;background:url(../images/zuo.png) no-repeat;}
.xiayi {width:23px;margin-top:60px;height:146px;background:url(../images/you.png) no-repeat;}

.device{ width:1200px; height:auto; overflow:hidden;}
.device .scroll{ width:1100px; height:270px; overflow:hidden; position:relative;  margin-top:-18px;left:20px;}
.device .scroll ul{ position:absolute; left:0; top:0; height:270px; overflow:hidden;}
.device h2{ height:18px; line-height:18px; text-align:left;font-size:12px;}
.device h2 a{ display:block; padding-right:10px;color:#686363;}
.device ul{ overflow:hidden;}
.device ul li{overflow:hidden; position:relative; float:left;}
.lanrenzhijia{ width:190px; height:115px;text-align:center;vertical-align:middle;display:block;position:relative; background:#fff; width:190px;margin-right:28px;  margin-bottom:15px; border:1px solid #d8d8d8; }
.lanrenzhijia a{display:table-cell;vertical-align:middle;width:192px; height:115px;}
.lanrenzhijia a img{max-width:150px;max-height:95px; }


.lanrenzhijia a:hover{ border:1px solid #9a191e}
.device ul li:hover img{opacity: 0.8;filter: alpha(opacity=80);}

.hezuo{ background:#f2f2f2; width:100%; margin:0 auto;}
.huoban{ width:1200px; margin:0 auto; padding-bottom:50px; }
.calie{ width:192px; height:120px; background:#fff; display: flex;justify-content: center; overflow:hidden; 
align-items: center;border:1px solid #d8d8d8; }
.calie  img{max-width:150px;max-height:100px; transition: all 0.8s; overflow:hidden }
.calie  img:hover{   transform: scale(1.4); overflow:hidden}