body { font-size:14px; font-family:microsoft yahei,Verdana; line-height:1.5; color:#333; margin:0px; padding:0px;}
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p { padding:0; margin:0;}
ul { list-style:none;}
img { border:0px;}
textarea{ resize:none;}
input,textarea{outline:none;-webkit-appearance: none;}
a { color:#333; text-decoration:none;}
a:hover { color:#cd0213;}

.w1200{ width:1200px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}


/*body*/
.container { width:100%; min-width:1280px; margin:0 auto;}

/*header*/
.header { height:120px; background:#fff;}

 
/*main*/
.maincontent { margin:0 auto;}

 
/*footer*/
.footer { height:70px; background:#CCFFCC;}


.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
.clear{ width:0px; height:0px; padding:0px; margin:0px; clear:both;}

.logo{}
.phone_language {
	 margin-top:46px;
}
.phone_language .phone {
	 height:32px;
	 line-height:32px;
	 background:url("../images/phone.png") no-repeat left center;
	 text-indent:32px;
	 margin-right:42px;
	 font-size:16px;
}
.phone_language p {
	 padding:5px;
	 border-radius:20px;
	 background:#e9e8e8;
}
.phone_language em {
	 display:inline-block;
	 padding:3px 5px;
	 font-style:normal;
	 font-size:13px;
}
.phone_language em.active {
	 background:#cd0213;
	 color:#fff;
	 border-radius:10px;
}

.navbar {
	 margin: 0px;
	 border:none;
	 background-color: #CD0213;
	 min-height: 60px;
}
.navbar-nav > li {
    float: left;
}
.navbar-nav > li:first-child {
}
.navbar-nav > li:last-child {
}
.navbar-nav > li > a {
	 text-align: center;
}
.navbar-default .navbar-nav > li > a {
	 color: #fff;
	 font-size: 16px;
	 padding: 19px 53px 19px 53px;
	 line-height:60px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	 background-color: #d7322e; color: #fff; 
}
.navbar-brand {
	 display: none;
}
.navbar-fixed-top {
	 min-height: 50px;
	 margin-top:0px;
	 opacity: 0.9;
}
.navbar-fixed-top ul.navbar-nav > li > a {
	 padding: 15px 25px 15px 25px;
}

#app_menudown,
#search_btn {
	 display:none;
}
.mfoot_box {
	 display:none;
}
.navbar-nav > li > .dropdown-menu {
	 margin-top: 0;
	 border-top-left-radius: 0;
	 border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	 margin-bottom: 0;
	 border-top-left-radius: 4px;
	 border-top-right-radius: 4px;
	 border-bottom-right-radius: 0;
	 border-bottom-left-radius: 0;
}
.navbar-btn {
	 margin-top: 8px;
	 margin-bottom: 8px;
}
.navbar-btn.btn-sm {
	 margin-top: 10px;
	 margin-bottom: 10px;
}
.navbar-btn.btn-xs {
	 margin-top: 14px;
	 margin-bottom: 14px;
}
.navbar-text {
	 margin-top: 15px;
	 margin-bottom: 15px;
}

.dropup,
.dropdown {
	 position: relative;
}
.dropdown-toggle:focus {
	 outline: 0;
}
.dropdown-menu {
	 position: absolute;
	 top: 100%;
	 left: 0;
	 z-index: 1000;
	 display: none;
	 float: left;
	 min-width: 170px;
	 padding: 5px 0;
	 margin: 2px 0 0;
	 font-size: 14px;
	 text-align: left;
	 list-style: none;
	 background-color: #fff;
	 -webkit-background-clip: padding-box;
             background-clip: padding-box;
	 border: 1px solid #ccc;
	 border: 1px solid rgba(0, 0, 0, .15);
	 border-radius: 4px;
	 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
             box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
	 right: 0;
	 left: auto;
}
.dropdown-menu .divider {
	 height: 1px;
	 margin: 9px 0;
	 overflow: hidden;
	 background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	 display: block;
	 padding: 3px 20px;
	 clear: both;
	 font-weight: normal;
	 line-height: 1.42857143;
	 color: #333;
	 white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	 color: #262626;
	 text-decoration: none;
	 background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	 color: #fff;
	 text-decoration: none;
	 background-color: #337ab7;
	 outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	 color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	 text-decoration: none;
	 cursor: not-allowed;
	 background-color: transparent;
	 background-image: none;
	 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
	 display: block;
}
.open > a {
	 outline: 0;
}
.dropdown-menu-right {
	 right: 0;
	 left: auto;
}
.dropdown-menu-left {
	 right: auto;
	 left: 0;
}
.dropdown-header {
	 display: block;
	 padding: 3px 20px;
	 font-size: 12px;
	 line-height: 1.42857143;
	 color: #777;
	 white-space: nowrap;
}
.dropdown-backdrop {
	  position: fixed;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 z-index: 990;
}
.pull-right > .dropdown-menu {
	 right: 0;
	 left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	 content: "";
	 border-top: 0;
	 border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	 top: auto;
	 bottom: 100%;
	 margin-bottom: 2px;
}

.nav_small {
	 background-color:#d7322e;
	 background-color: rgba(215,50,46,0.9);
	 padding: 10px 0px;
	 padding-bottom: 15px;
	 border-radius: 0px;
	 border: none;
	 box-shadow: none;
}
.nav_small > li > a {
	 line-height:20px;
	 padding: 7px 0px;
	 text-align:center; 
	 color: #fff;
     font-size: 15px;
}
.nav_small > li > a:hover {
	 color: #fff;
	 background-color: #bd0803;
}


/*banner*/
.banner{ min-width:1003px;height:600px; position:relative; margin:0 auto; overflow:hidden; z-index:1;}
.banner_pre_next{position:relative;z-index:101;top:230px;display:none;}
.banner_pre_next .banner_btn_left{position:absolute;left:4%;color:#fff;font:bold 80px/normal simsun;}
.banner_pre_next .banner_btn_right{position:absolute;right:4%;color:#fff;font:bold 80px/normal simsun;}
.banner_pre_next .banner_btn_right:hover,.banner_pre_next .banner_btn_left:hover{color:#cd0213;}
.yq_banner_list{ height:25px;position:absolute; bottom:4%; text-align:right; z-index:100; left:48%; padding-right:12px;}
.yq_banner_list a{ display:inline-block; width:20px; height:30px;background:url(../images/img1.png) no-repeat; margin:0px 5px;}
.yq_banner_list a:hover,.yq_banner_list a.hover{background:url(../images/img1_1.png) no-repeat; }
.banner_show{ width:100%; text-align:center; height:600px; overflow:hidden; position:relative;  }
.bannger_inbox{ position:absolute; left:50%; top:0;}


.prod_all{ width: 100%; height:100%; overflow:hidden; min-width: 1200px; padding-top: 50px; padding-bottom:45px;}
.prod_t{ font-size: 32px; color: #4f4f4f; text-align:center; font-weight:bold;}
.prod_t span{ color:#cd0213;}
.prod_t_line{width:80px;height:3px; background:url(../Images/index_title_line.jpg);margin:14px auto 0px auto;}
.prod_t_detail{ font-size:16px; line-height:24px; color:#6e6e6e; text-align:center; margin:15px auto 40px auto;}
.prod_l{ width: 260px; background: #fff;}
.prod_l .list_t{ line-height:26px; padding:24px 0 15px 75px; font-size: 25px; font-weight: bold; color: #fff; background:url(../images/index_pr_title_bg.jpg)top left no-repeat;}
.prod_l .list_t p{font-family: "arial"; text-transform: uppercase; font-size: 13px; font-weight: normal;}
.list_c{ margin: 0 auto; height:100%; overflow:hidden; padding-bottom:20px;}
.list_b{}
#classimgshow1{ width:195px !important;margin: 15px 0 5px 0; background:#006adc url(../uploadfile/image/20190429/20190429111642_1885647126.png)180px 12px no-repeat !important;  }
#classimgshow1 a{font-size:18px; color: #fff; }
#classimgshow2{  width:210px !important;padding-left:0 !important; border-bottom:1px dashed #ddd;}
#classimgshow2:before{ display: inline-block; content: ""; margin:0 3px 0 0; width: 8px; height: 8px; border-radius: 50%; border: 1px solid #bbb;}
#classimgshow2 a{ font-size: 14px;}
.rightarrowpointer{ display: none;}
.prod_r{ width: 900px; overflow: hidden;}
#colee{ height:500px; overflow: hidden;}
.prod_r tr > td:first-child { margin-left: 0;}
.prod_r tr > td:nth-of-type(3){ margin-right: 0;}
.prod_r td { display: block; float: left; padding: 0 !important; width: 290px; margin: 8px 6px 8px 8px; position: relative;}
.prod_r td> a:after,.prod_r td > a::after{ content: ''; position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.5); left:0; top: -100%; transition:0.3s all ease-in-out; }
.prod_r td > span { height: 40px; width: 100%; padding-top: 0 !important; display: block; position: relative; overflow: hidden;}
.prod_r td > span > a{ display:block; border-top: 1px solid #ddd; height: 40px; line-height: 40px; color: #454545; font-size: 15px; transition:0.3s all ease-in-out; position: relative; z-index: 1111}
.prod_r td > span:after,.pro_bg td > span::after{ position: absolute; content: ''; width: 100%; height: 100%; background: #cc0000; bottom: -100%; left: 0; transition:0.3s all ease-in-out; }
.prod_r td:hover > a:after,.pro_bg td:hover > a::after{ top: 0; }
.prod_r td:hover > span > a{ color: #fff; }
.prod_r td:hover > span:after,.pro_bg td:hover > span::after{ bottom: 0; }
.prod_r td br { display: none;}
.prod_r tr:after, .pro_bg tr::after { content: ''; display: block; clear: both; }
.prod_r td a{ position: relative; display: block; overflow: hidden; }
.prod_r td a img{ display: block; width: 100%; height: auto; transition:0.5s all ease-in-out; }
.prod_r td:hover a img{ transform:scale(1.2); }

.new_prod{ margin-bottom:30px;}
.benfit_wwt {
    width:900px;
    height: 300px;
    overflow: hidden;
    position: relative;
    z-index: 9
}

.benfit_wwt ul {
    height: 100%;
    position: absolute;
}

.benfit_wwt ul li {
    float: left;
    width: 1100px;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.benfit_wwt ul li>div {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.benfit_wwt .btnBg {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #2d9fff;
    display: none;
}

.benfit_wwt .btn {
    display: none;
    position: absolute;
    width: 90px;
    padding-right: 50px;
    height: 23px;
    margin-left: -46px;
    left: 50%;
    bottom: 35px;
    text-align: right;
}

.benfit_wwt .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

.benfit_wwt .btn span.on {
    background: #fff;
}

.benfit_wwt .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 120px;
	opacity:0.8;
    background: url(../images/20190429113818_1692280629.png) no-repeat 0 0;
    cursor: pointer;
}
.benfit_wwt .pre {
    left: 0;
}

.benfit_wwt .next {   right: 0;
 background-position: right top;}
 
 
 /** index_box2 **/
.index_box2{ }
.index_box2_box{background:url(../images/index_news_bg.jpg); padding-bottom:50px;}
.prod_t_1{ font-size: 32px; color: #fff; text-align:center; font-weight:bold; padding-top:40px;}
.prod_t_1 span{ color:#cd0213;}
.prod_t_1_line{width:80px;height:3px; background:url(../Images/index_title_line_1.jpg);margin:14px auto 0px auto;}
.prod_t_1_detail{ font-size:16px; line-height:24px; color:#fff; text-align:center; margin:15px auto 40px auto;}
/** index_box2 **/
/** index_box3 **/
.index_box3{ height:100%; overflow:hidden; padding:60px 0;}
.shipinbofang{ 
position:absolute; 
left:0px; 
top:0px;  
z-index:-1 
}
.xpfd{ width:78%; margin:0 auto;}
.index_box3 .col-lg-6{ padding:0;}
.index_box3_left{ position:relative}
.index_box3_right{ background:#cd0213; padding:0 50px;}
.index_box3_right h1{ font-size:20px; margin-bottom:26px; color:#fff; text-align:left; margin-top:0; padding-top:15%;}
.index_box3_right p{ font-size:14px; color:#fff; line-height:28px; }
.index_box3_right .btn1{ 
width:120px; 
line-height:40px; 
text-align:center; 
display:block; 
color:#333; 
float:left; 
margin-top:30px;
font-size: 14px; 
background:#fff;
}
.col-lg-6 {
    width: 50%;
}
/** index_box3 **/
/** index_box4 **/
.index_box4{
	padding: 0;
    overflow: hidden;
    height: 0px;
}
.index_box4_lb{ padding:0; border-right:1px solid #fff;}
.index_box4_lb h1{ 
    background:url(../images/light-stripe1.png) repeat left top #979797;
    color: #ffffff; 
	padding:28px;
	font-size:22px; 
	text-align:center; 
	margin-bottom:20px; 
	margin-top:0;
	 }
.index_box4_lb h1:hover{ background:url(../images/light-stripe1.png) repeat left top #cd0213;}	 
.index_box4_lb img{ display:block; margin:0 auto;}
.index_box4_lb h2{font-size:20px; text-align:center; 
    line-height: 24px; color:#000; width:85%; margin:60px auto 20px auto;}
.index_box4_lb p{line-height: 1.4em;
    font-size:15px;
    font-style: 500;
    padding-bottom:10px;
    color: #333;
    font-style: normal; width:85%; margin:0 auto; line-height:24px;}
.col-lg-4 {
    width: 33.22222222%;
	float: left;
}
/** index_box4 **/


.tl-bg{ width:1200px; height:100%; overflow:hidden; background-color:#f5f5f5; margin:-0px auto -85px auto; position:relative; z-index:10;}
.tl-bg ul li{ float:left; width:24.9%; border-right:1px solid #e5e5e5; padding:42px 0;}
.tl-bg ul li:nth-of-type(4){ border-right:none;}
.tl-bg ul li div{ display:block; width:88%; margin:auto;}
.tl-bg ul li div span{ display:block; float:left; width:86px; height:86px; margin-right:20px; margin-top:10px; background-color:#cd0213; background-repeat:no-repeat; background-position:center; background-size:34px 36px; border-radius:50%; -webkit-border-radius:50%; transition:all .3s ease-in-out; -webkit-transition:all .3s ease-in-out;}
.tl-bg ul li div span.in01{ background-image:url(../Images/lx01.png);}
.tl-bg ul li div span.in02{ background-image:url(../Images/lx02.png);}
.tl-bg ul li div span.in03{ background-image:url(../Images/lx03.png);}
.tl-bg ul li div span.in04{ background-image:url(../Images/lx04.png);}
.tl-bg ul li div p{ padding-top:15px; text-transform:uppercase; font-size:15px; line-height:22px;}
.tl-bg ul li div p strong{ display:block; font-size:16px; color:#333; margin-bottom:4px;}
.tl-bg ul li div p u{ text-decoration:none;}

@media screen and (max-width:1440px){ 
.tl-bg ul li a p{ font-size:12px; line-height:16px;}
.tl-bg ul li a p strong{ margin-bottom:5px;}
.xpfd{ width:90%; margin:0 auto;}
.index_box3_right{ background:#cd0213; padding:0 50px;}
.index_box3_right h1{ font-size:20px; margin-bottom:26px; color:#fff; margin-top:0; padding-top:8%;}
.index_box3_right p{ font-size:14px; color:#fff; line-height:28px; }
.index_box3_right .btn1{ 
width:120px; 
line-height:40px; 
text-align:center; 
display:block; 
color:#333; 
float:left; 
margin-top:30px;
font-size: 14px; 
background:#fff;
}
}
@media screen and (max-width:1280px){ 
.tl-bg ul li a{ width:80%;}
.tl-bg ul li a span{ margin-right:10px;}
}
@media screen and (max-width:1024px){ 
.tl-bg{ margin:0 5% -65px;}
.tl-bg ul li{ padding:35px 0;}
.tl-bg ul li a{ width:90%;}
.tl-bg ul li a span{ float:inherit; margin:auto;}
.tl-bg ul li a p{ padding-top:15px; text-align:center;}
.tl-bg ul li a p u{ display:none;}
}
@media screen and (max-width:800px){ 
.tl-bg ul li a span{ width:62px; height:62px;}
.tl-bg ul li a p strong{ font-size:14px; font-weight:normal; margin-bottom:0;}
.tl-bg ul li a p font{ display:none;}
}
@media screen and (max-width:480px){ 
.tl-bg{ margin:0 4% -45px;}
.tl-bg ul li{ padding:20px 0;}
.tl-bg ul li a span{ width:52px; height:52px;}
.tl-bg ul li a p{ padding-top:10px;}
}

/* Css Bottom */
.bt-bg{ background-image:url(../Images/bottom.jpg); background-repeat:no-repeat; background-position:center; background-size:cover; padding:130px 10% 0;}
.bt-bg .bt-ls{ float:left; overflow:hidden;}
.bt-bg .bt-ls ul li{ float:left; margin-right:128px;}
.bt-bg .bt-ls ul li a{ display:block; color:#888; line-height:24px;}
.bt-bg .bt-ls ul li div.nm{ font-size:16px; color:#fff; line-height:38px;}
.bt-bg .bt-ls ul li a:hover{ color:#fff;}
.bt-bg .bt-ig{ float:right; overflow:hidden;}
.bt-bg .bt-ig ul li{ float:left; width:114px; height:143px; background-color:#fff; text-align:center; margin-top:12px; margin-left:15px; border-radius:4px; -webkit-border-radius:4px;}
.bt-bg .bt-ig ul li img{ display:block; width:98px; height:98px; margin:8px auto 0;}
.bt-bg .bt-ig ul li p{ margin-top:5px; color:#000;}
.bt-bg .bt-cy{line-height:24px; font-size:14px; color:#555; padding:30px 0px;}
.bt-bg .bt-cy a{ color:#555;}

@media screen and (max-width:1440px){ 
.bt-bg{ padding:120px 5% 0; height:390px;}
}
@media screen and (max-width:1280px){ 
.bt-bg .bt-ls ul li{ float:left; margin-right:50px;}
}
@media screen and (max-width:1100px){ 
.bt-bg .bt-ls ul li{ margin-right:35px;}
}
@media screen and (max-width:1024px){
.bt-bg{ padding:100px 5% 0; height:150px;}
.bt-bg .bt-ls{ display:none;}
.bt-bg .bt-ig{ display:none;}
.bt-bg .bt-cy{ margin-top:0; text-align:center; color:#888;}
}
@media screen and (max-width:480px){ 
.bt-bg{ padding:65px 4% 0; height:130px;}
.bt-bg .bt-cy{ font-size:12px; line-height:20px;}
}

#side { float:left; width:255px; border:1px #dddddd solid;}
#left_nav{ width:253px; background:#fff;}

.bd{ margin-left:-30px; margin-top:50px; height:255px; overflow:hidden;}
.bd ul li{ width:340px; height:230px; border:1px #eee solid; background:#fff; float:left; margin-left:30px; padding:0 19px; position:relative;}
.bd ul li:hover{ border:1px #ddd solid;-moz-box-shadow:0 0 10px #ddd; -webkit-box-shadow:0 0 10px #ddd; box-shadow:0 0 10px #ddd; margin-top:5px;}
.bd ul li a{ display:block;width:340px;}
.bd .time{ width:96px; height:70px; position: absolute; left:0; top:0; text-align:center; color:#333;}
.bd .time .year{ background:#cd0213; font-size:15px;height:70px; line-height:70px; color:#fff;}
.bd .time .day{ height:40px; line-height:40px; background:#1a64aa; font-size:24px;}
.bd .tit{font-size:16px; color:#333; padding:10px 0 30px 92px; line-height:28px; text-align:left;}
.bd .tit span{ position:relative;top:10px;}
.bd .desc{ color:#555; line-height:24px; border-bottom:1px #eee solid; border-top:1px #eee solid; padding:18px 0; font-size:14px; text-align:justify;}
.bd .info{ font-size:12px; color:#999; margin-top:15px;}
.bd .info .view{ background:url(../images/view_icon.jpg) left no-repeat; padding-left:25px; margin-right:10px;}
.bd .info .sort{ background:url(../images/sort_icon.jpg) left no-repeat; padding-left:15px;}

.h_more{ text-align:center; background:#fff; border-radius:25px;width:164px; height:40px; line-height:40px; font-size:16px; margin:40px auto 0px auto;}
.h_more a{ color:#333; display:block;}


#box_mian{padding-bottom:40px;padding-left:0;width:100%; height:100%; overflow:hidden; padding-right:0;float:none;padding-top:0; margin:60px auto;}
#box_mian_sub2{margin:0 auto;width:1200px; font-size:16px;}
.FrontComContent_detail01-d1_c1{text-align:left;background:#fff;clear:both;font-size:15px;overflow:hidden}
.FrontComContent_detail01-d1_c1{width:100%}
.FrontComContent_detail01-d1_c1 .content{margin:0}
.FrontComContent_detail01-d1_c1 .htmledit{list-style:disc none outside;z-index:auto;border-bottom:medium none;text-justify:auto;text-align:left;border-left:medium none;text-transform:none;text-indent:0;margin:auto;width:auto;display:inline;border-collapse:separate;word-wrap:normal;white-space:normal;background:none transparent scroll repeat 0 0;float:none;letter-spacing:normal;height:auto;visibility:inherit;clear:none;vertical-align:baseline;overflow:visible;word-break:normal;border-top:medium none;border-right:medium none;word-spacing:normal;text-decoration:none;font-stretch:normal}
.container_gsjj{
   padding-bottom: 40px;
    margin: 0px auto;
    width: 1200px;
}
H1{
   text-align: center;
    line-height: 1.4;
    color: #333;
    font-size: 28px;
    font-weight: 500;
}
.row{
   margin: 0px auto;
    width: 1200px;
}
.mb80{
   text-align: center;
    line-height: 24px;
    color: #666666;
    font-size: 14px;
}
.about-bg-3{
   margin-top: 0px;
}
.about-bg{
   background-color: #f5f5f5;
    width: 100%;
    overflow: hidden;
}
.container-fluid{
   margin: 0px auto;
    width: 1200px;
    float: none;
}
.about-bg_fiexd_text_warp{
   margin: 0px auto;
    height: 420px;
    overflow: hidden;
}
.atjz-bg_fiexd_text_warp{
   margin: 0px auto;
    height: 400px;
   
}
.about-bg_fiexd1{
    width: 50%;
    float: left;
    height: 412px;
}
.about-bg_fiexd2{
    width: 50%;
    float: right;
    height: 400px;
}
.atjz-bg_fiexd2{
    width: 50%;
    float: right;
    height: 630px;
}
.about-bg_fiexd3{
    width: 50%;
    float: left;
    height: 420px;
}
.atjz-bg_fiexd3{
    width: 50%;
    float: left;
    height: 400px;
}
.about-bg_fiexd_text{
   padding-left: 40px;
   padding-right: 40px;
   padding-top: 80px;
   width:39%;
}
.FrontComContent_detail01-d1_c1 .htmledit H1{font-weight:bolder}
.about-bg_fiexd_text P{
    text-align: left;
    line-height: 32px;
    color: #333;
    font-size: 16px;
	 text-align:justify;
}
.about-bg-3{
   margin-top: 0px;
}
.bt1_about{
   text-align: left;
   line-height: 2;
   margin-bottom: 20px;
   font-size: 20px;
   font-weight: normal;
}


.about-2{width:1150px;height:440px;background:url("../images/about-2.jpg") no-repeat center bottom; margin:0 auto;}
.about-2-left{padding-top:110px; padding-left:50px;}
.about-2-left h3{font-size:22px;color:#fff;}
.about-2-left h4{font-size:36px;color:#fff;font-family: Arial, Helvetica, sans-serif;letter-spacing: -3px;font-weight:500;}
.about-2-con{width:340px;height:410px;padding:35px 20px 0px 20px; background:#ececec;position:absolute;top:0;right:0;animation-delay:1.4s;}
.about-2-con p{font-size:16px;color:#333; line-height:26px; padding-bottom:16px;}
.pr{position:relative;}

#inner_banner_1{ width:100%; height:405px; position:relative; background-size:100% 100%; background: url(../Images/001.jpg) center no-repeat; overflow:hidden; z-index:-1;}
#inner_banner_2{ width:100%; height:405px; position:relative; background-size:100% 100%; background: url(../Images/002.jpg) center no-repeat; overflow:hidden; z-index:-1;}
#inner_banner_3{ width:100%; height:405px; position:relative; background-size:100% 100%; background: url(../Images/003.jpg) center no-repeat; overflow:hidden; z-index:-1;}
#inner_banner_4{ width:100%; height:405px; position:relative; background-size:100% 100%; background: url(../Images/004.jpg) center no-repeat; overflow:hidden; z-index:-1;}
#inner_banner_5{ width:100%; height:405px; position:relative; background-size:100% 100%; background: url(../Images/005.jpg) center no-repeat; overflow:hidden; z-index:-1;}
#inner_banner_6{ width:100%; height:405px; position:relative; background-size:100% 100%; background: url(../Images/006.jpg) center no-repeat; overflow:hidden; z-index:-1;}
.banner_text{ font-size:35px; font-weight:700; color:#FFFFFF; text-align:center; line-height:44px; padding-top:130px; letter-spacing:5px;}
.banner_text span{ font-size:24px; font-weight:normal; letter-spacing:normal; font-family:Arial, Helvetica, sans-serif}

#position{ height:64px; border-bottom:1px #ececec solid; margin:0 auto;}
#position_content{ width:1200px; margin:0 auto;}
#position_content_left{ float:left;}
#position_content_right{ float:right;}

.newslist_menu_list{ height:64px;}
.newslist_menu_list li{ float:left;display:block; width:78px; height:64px; text-align:center; margin:0px 60px 0px 0px;}
.newslist_menu_list li a{ float:left; display:block; width:78px; height:64px; line-height:62px; color:#232323; font-size:16px; text-align:center; text-decoration:none;}
.newslist_menu_list li a:hover{ float:left; display:block; width:78px; height:62px; line-height:62px; color:#c91516; text-align:center; border-bottom:3px #cd0213 solid;}
.newslist_menu_list li.selectTag,.newslist_menu_list li.selectTag a{ float:left; display:block; width:78px; height:62px; background-position:center; line-height:62px; color:#333; text-align:center; border-bottom:3px #cd0213 solid;}
.newslist_content_content{ display:none;}
#tagContent DIV.selectTag,#tagContent1 DIV.selectTag,#tagContent2 DIV.selectTag,#tagContent3 DIV.selectTag,#tagContent4 DIV.selectTag,#tagContent5 DIV.selectTag,#tagContent6 DIV.selectTag,#tagContent7 DIV.selectTag,#tagContent8 DIV.selectTag,#tagContent9  DIV.selectTag{ display:block;}

#position_content_right_text{ color:#232323; line-height:64px;}
#position_content_right_text span{ color:#cd0213;}


.culture_con{
	background: #f4f4f4;
}
.culture{
	background: #f4f4f4;
	height:100%;
	overflow:hidden;
	margin-top:20px;
}

.culture li{
	width: 33.3%;
	float: left;
	text-align: center;
}
.culture_text{
	padding: 20% 0 20% 0;
}
.culture_text h3{
	color: #262626;
	font-size: 26px;
	margin-bottom:5%;
}
.culture_text p{
	color: #4f4e4e;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	padding: 0 6%;

}


.news_cn{ margin-top:20px;}
.news_cn .new{height:60px; padding:25px; border:1px solid #dcdcdc; margin-bottom:20px;}
.news_cn .new .date{width:10%; float:left; text-align:center; font-family:Arial, Helvetica, sans-serif; display:block; font-size:18px; line-height:55px;}
.news_cn .new .text{float:left; width:85%; margin-left:30px; margin-top:-15px; line-height:40px;}
.news_cn .new .text dl dt a{font-size:18px;color:#333333; font-weight:600;}
.news_cn .new .text dl dt a:hover{color:#cd0213; text-decoration:underline;}
.news_cn .new .text dl dd{line-height:22px; color:#888; font-size:15px;}

.works a{
	display: block;
	background: url(../images/img_78.png) no-repeat center center;
	width: 240px;
	height: 50px;
	padding-right: 30px;
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 50px;
	margin-top: 26px;
	transition: all 0.3s;
}
.works a:hover{
	background: url(../images/img_79.png) no-repeat center  center;
	color: #c7000b;
	transition: all 0.3s;
}


.human-list { float: left; width: 100%; border-bottom: 1px solid #dfdfdf; margin-bottom: 50px; }
.human-list .human-pic { float: left; width: 479px; height: 300px; position: relative; }
.human-list .human-pic i { height: 0; width: 0; border-left: 100px solid transparent; border-right: 0px solid transparent; border-bottom: 300px solid #fff; border-top: 0; display: block; top: 0; position: absolute; right: 0; }
.human-list dl { float: left; margin-left: 82px; width:550px;}
.human-list dl dt { color: #444; font-size: 28px; font-weight: bold; margin-bottom: 15px; margin-top: 30px; }
.human-list dl dd { font-size: 16px; line-height: 36px; float: left; }
.human-list dl dd i { display: inline-block; line-height: 25px; color: #fff; padding-right: 5px; background: url(../images/human-icon.png) no-repeat center; text-align: center; margin-right: 10px; width:40px; float:left; margin-top: 5px }
.human-list dl dd span {  float:left; display:block; width:450px; }
.human-list2 { float: left; width: 100%; margin-bottom:30px;}
.human-list2 .human-pic { float: right; width: 479px; height: 300px; position: relative; }
.human-list2 .human-pic i { height: 0; width: 0; border-right: 100px solid transparent; border-left: 0px solid transparent; border-bottom: 300px solid #fff; border-top: 0; display: block; top: 0; position: absolute; left: 0; }
.human-list2 dl { float: left; margin-left: 82px; margin-top:30PX; width:550px; }
.human-list2 dl dt { color: #444; font-size: 28px; font-weight: bold; margin-bottom: 15px; margin-top: 30px; }
.human-list2 dl dd { font-size: 16px; line-height: 36px; float:left; }
.human-list2 dl dd i { display: inline-block; line-height: 25px; color: #fff; padding-right: 5px; background: url(../images/human-icon.png) no-repeat center; text-align: center; margin-right: 10px; width:40px; float:left; margin-top: 5px}
.human-list2 dl dd span {  float:left; display:block; width:450px; }


.Separate {background: url(../images/20190429172442_1605895287.png) no-repeat bottom;font-size:30px;text-align: center;margin: 35px auto 40px; overflow: hidden; padding-top: 15px;} 
.Separate {padding-bottom:24px}
.Separate span{display:block;font-size:14px;letter-spacing: 5px;color: #a4a4a4;    margin-top: 10px;}
.lxfsnr{overflow:hidden;border:1px solid #ccc;border-radius:3px;padding-top:20px;}
.lxfsnr ul{overflow:hidden;}
.lxfsnr li{margin :0 0 0 22px;float:left;width:549px;padding:  20px 0 19px 28px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;}
.lxfsnr li img{float:left;}
.lxfsnr li p{float:left;line-height:46px;padding-left: 25px;font-size:16px;}
.lxfsnr li a{font-size:16px;}
.lxfsnr li:nth-of-type(2n){ border-right: none;}
.lxfsnr li:nth-of-type(8){}
.wzdt{margin-bottom:20px !important;}
