@charset "utf-8";
/* CSS Document */
@charset "utf-8";
@font-face{
	font-family: myFirstFont;
	src:url(../font/georgia.ttf);
}
.tc2{transition:all ease 300ms;position: fixed;width: 100%;height: 100%; top: 0;left: 0;z-index:999; text-align:center; display:table-cell; vertical-align:middle;}
.tc2-box{z-index: 1; display:inline-block; position:relative;position: absolute;     top:0;     left:0;     bottom:0;     right:0;     width:200px;     height:200px;     margin:auto;}
.tc2.act{display: block;}.close{position: absolute; cursor:pointer;font-size: 20px;right: 30px;top: 30px;}
.tc2-bg {height: 100%;background: rgba(0,0,0,0.7);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}
.tc2{ pointer-events: none;  filter:alpha(opacity=0);   -moz-opacity:0;   -khtml-opacity:0;   opacity:0;transform:scale(1.1); display:none;}
.tc2.act{ filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity: 1;   opacity: 1;   pointer-events: auto;transform:scale(1); display:block;}
.close:hover{ transform:rotate(180deg);}.close,.tc2{ transition:all ease 400ms; -moz-transition:all ease 400ms; -ms-transition:all ease 400ms; -o-transition:all ease 400ms; -webkit-transition:all ease 400ms; } /*动画效果*/
.tc2-box img{ display:block; width: 0; height: 0; -moz-transition: all .4s ease .4s !important; -ms-transition: all .4s ease .4s !important;    -o-transition: all .4s ease .4s !important;    
-webkit-transition: all .4s ease .4s !important;    transition: all .4s ease .4s !important;}
.tc2.act .tc2-box img{    width: 200px; height:200px;}
/*===================CSS Reset================*/
::selection {color:#fff;background-color: #4687f2;}
::-moz-selection {color:#fff;background-color: #4687f2;}
::-webkit-selection {color:#fff;background-color: #4687f2;}
::-webkit-scrollbar {width: 8px;height: 8px;background-color: #F5F5F5;}
::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);background-color: #555;}
* {padding: 0;margin: 0;}
body {font: 14px/1.231 "微软雅黑", 'Microsoft YaHei', arial, helvetica, clean, sans-serif; position:relative; color: #333; margin: 0; line-height:1; min-width:1200px; overflow-x:hidden}
:focus { outline: 0;}
 input,button,a { outline:0;}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {display: block;}
ins {background-color: #ff9;color: #000;text-decoration: none;}
mark {background-color: #ff9;color: #000;font-style: italic;font-weight: bold;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
hr {display: block;height: 1px;border: 0;border-top: 1px solid #cccccc;margin: 1em 0;padding: 0;}
input,select {vertical-align: top;}
li,ul {list-style-type: none;}
img {border: none;}
a{text-decoration: none; color:#393939;}
a:link,a:hover,a:active,a:visited {text-decoration: none;}
input,textarea {outline: 0;border: 0;}
textarea {resize: none;}
h1,h2,h3,h4,h5,h6,dl,dd,dt,i,em {font-weight: normal;font-style: normal;}
ul, li {list-style: none;margin: 0;padding: 0;}

/*自定义样式*/
.fl {float: left;}
.fr {float: right;}
.m{width: 1200px;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;}
.img{ overflow:hidden;}
.img img{ width:100%; height:100%;}
h5{ text-align:left; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
h5 a{ display:block; font-size:16px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.txt p{ color:#777;}
.clear{ clear:both;}

/*===============================================header================================================*/
/*=================导航=================*/
#header{z-index:999;width:100%;/* position:absolute; */}
.logo{
    /* padding-top: 15px; */
}
.flag{margin:0 40px;margin-top:30px}
.flag h1{font-size: 22px;font-weight: bold;margin-top:15px;text-align: center;color: #663300;}
.nav_box{/* height:130px;overflow:hidden; */float:right;/* margin-top: 44px; */}
#nav{/* height:130px; */}
#nav>li{float:left;text-align:center;/* height:130px; */position:relative;width:106px;z-index: 0;transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-o-transition:.5s;-webkit-transition:.5s;display:table;}
#nav>li>a{position:relative;overflow:hidden;height: 90px;display:table-cell;vertical-align:middle;}
#nav>li h3{color: #444;font-size: 16px;}
#nav>li span{ font-size:12px; color:#fff; color:rgba(255,255,255,.55); font-family:arial; text-transform:uppercase; margin-top:6px; display:block;}
#nav>li:before{content:"";position: absolute;z-index:-1;display:block;width:106px;height:0;background:#db2426;bottom:-3px;transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-o-transition:.5s;-webkit-transition:.5s;}
#nav>li:hover:before{ height:3px; }
#nav>li a:hover{ color:#fff;}
#nav>li.on:after{transform:scaleY(1); opacity:1;}
#nav>li.on a{/* color:#fff; */}
#nav>li.on{border-bottom: #db2426 3px solid;}
.erji{width: 100%;position: absolute;top:93px;background: #fff;left: 0;z-index: 999;display: none;transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-o-transition:.5s;-webkit-transition:.5s;}
.erji a{display: block;line-height: 35px;text-align: center;}
.erji a:hover{background: #db2426;}
#nav>li:hover .erji{display: block!important;}

#gotop { position:fixed; z-index:90; bottom:80px; right:30px; width:60px; height:60px; padding-top:15px; box-sizing:border-box; text-align:center; border-radius:3px; background:rgba(0,0,0,0.8); cursor:pointer; -moz-transition:all .5s; -webkit-transition:all .5s;}
#gotop img{ width:30px; height:30px;}
#gotop.hide { bottom:-80px;}
#gotop:hover { background:#d82426;}

/*=================导航=================*/


/*==============footer=====================*/

/*foot end*/
             
/*foot*/
#footer{background: #3d3d3e;box-sizing:border-box;padding-top:60px;position:relative;z-index:0;}
#footer .foot_nav{/* margin-left:-35px; */width:830px;position:relative;}
#footer .foot_nav ul li:after{content:"";position:absolute;height:1px;width:0px;background:#c10000;left: 50px;bottom:-21px;transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-o-transition:.5s;-webkit-transition:.5s;}
#footer .foot_nav ul li:hover:after{width:61px;}
#footer .foot_nav ul li.on:after{width:61px;}
#footer .foot_nav ul li{display:inline-block;margin-right: 50.9px;position:relative;}
#footer .foot_nav ul li:before{ content:""; width:1px; height:11px; background:#4a4a4a; display:block; position:absolute; left:0; top:4px;}
#footer .foot_nav ul li:first-child:before{ background:none;}
#footer .foot_nav ul li a{ font-size:15px; color:#fff; position:relative;transition:.2s; -webkit-transition:.2s; }
#footer .foot_nav ul li a:hover{}
#footer .foot_logo{float:left;width: 185px;margin-right:40px;margin-top:5px;}
#footer .gz{width:754px;margin-top:32px;overflow:hidden;border-top: 1px solid #888;margin-top:20px;padding-top:20px;}
#footer .gz .txt{width: 330px;float:left;text-align:justify;height:72px;overflow:hidden;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 3;display: -webkit-box;-webkit-box-orient: vertical;text-align:justify;margin-right:25px;margin-top: 27px;}
#footer .gz .txt p{font-size:12px;color: #999;line-height:24px;text-align:justify;}
.footer *{ font-size:13px; color:#636363; }
#footer .ewm{width:111px;height:90px;text-align:center;font-size:12px;color:#767676;line-height:20px;margin-left:15px;float: right;}
#footer .ewm img{width:90px; height:90px; border:5px solid #1d1e20; float:right;}
#footer .ewm p{ width:20px; height:90px; display: table;float:left; }
#footer .ewm span{width:20px;height:90px;display: table-cell;vertical-align:middle;font-size:12px;text-align:center;color: #a2866a;line-height:1.1;}
#footer .form{ width:477px;}

.foot_bot{background: #3d3d3e;/* padding:20px 0; */margin-top:38px;font-size:12px;/* height:78px; */line-height:38px;color:#6f6e70;/* padding-bottom:20px; */border-top: 1px solid #999;text-align:center;margin-top:30px;}
.foot_bot .bq{ text-align:center; line-height:25px;}
.foot_bot p{ display:inline-block; font-size:12px; color:#6f6e70;}
.foot_bot p a{ font-size:12px; color:#6f6e70;}
.foot_bot p a:hover{ color:#eee;}


#footer .fr{width:384px;float:right;padding-left:50px;border-left: 1px solid #888;}
#footer p{font-size:13px;color:rgba(255,255,255,0.7);color: #eee;font-family:arial;line-height:25px;margin:0;text-align:right;}
#footer .fr .ico{ float:right; margin-top:43px;}
#footer .fr .ico a{ margin-left:15px; opacity:1;}
#footer .fr .ico a:hover{ opacity:0.8;}


.foot_bot *{ color:rgba(255,255,255,0.3) !important; font-size:12px !important; display:inline-block;}
.foot a:hover{ color:#fff; text-decoration:underline;}
.foot_bot a:hover{ color:#fff !important;}
#s_wx{ position:relative;}

#fix_ewm_box{position: absolute; top: -55px; right: 0; z-index: 99999999999; display: none; height:30px; text-align:right;}

#fix_ewm_box .ewm{ display:inline-block; line-height:30px; height:30px; font-size:17px; font-family:arial; color:#999; text-align:right; -moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out; margin:0;}


#fix_sj_box{position: fixed; top: 0px; right: 0; z-index: 9999; display: none; width: 100%; height: 100%; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#D8000000', endColorstr='#D8000000');background:rgba(0,0,0,0.85); }

#fix_sj_box .ewm img{ display: block; position: absolute; top: 50%; margin-top: -100px;  left: 50%; margin-left: -100px; width: 200px; height: 200px; -moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out; }



/* 点击搜索框获取焦点 placeholder消失-开始 */

.foot input::-webkit-input-placeholder{
            color: rgba(255,255,255,0.7); font-size:14px; font-family:"Microsoft Yahei";
        }
.foot input::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color: rgba(255,255,255,0.7); font-size:14px; font-family:"Microsoft Yahei";
        }
.foot input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color: rgba(255,255,255,0.7); font-size:14px; font-family:"Microsoft Yahei";
        }
.foot input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color: rgba(255,255,255,0.7); font-size:14px; font-family:"Microsoft Yahei";
        }
.foot textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255,255,255,0.7); font-size:14px; font-family:"Microsoft Yahei";
}
.foot textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255,255,255,0.7); font-size:14px; font-family:"Microsoft Yahei";
}
.foot textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255,255,255,0.7); font-size:14px; font-family:"Microsoft Yahei";
}
.foot textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255,255,255,0.7); font-size:14px; font-family:"Microsoft Yahei";
 
}
/* WebKit browsers */
input:focus::-webkit-input-placeholder {
color: transparent;
/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}
/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder {
color: transparent;
}
/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder {
color: transparent;
}
/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder {
color: transparent;
}
/* 点击搜索框获取焦点 placeholder消失-结束 */



textarea:focus::-webkit-input-placeholder {
color: transparent; 
}
textarea:focus:-moz-placeholder {
color: transparent;
}
textarea:focus::-moz-placeholder {
color: transparent;
}
textarea:focus:-ms-input-placeholder {
color: transparent;
}





/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../Images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }


/*====分享插件====*/
.shart_box{float: right;height: 40px; position:relative; top:-49px;}
.shart_box:hover #j_shart_s_24{ display:block;}
#j_shart_s_24 .bds_count{ font-size:12px;}
#j_shart_s_24{padding-left: 15px;position:relative;float: right;}
#j_shart_s_24 strong{ display:block; position:absolute; left:0; z-index:2; line-height:36px; font-size:12px; color: #a3a0a9;}
#j_shart_s_24 .bds_qzone{background:url(../Images/j_shart.png) center -224px no-repeat}
#j_shart_s_24 .bds_tsina{background:url(../Images/j_shart.png) center -311px no-repeat}
#j_shart_s_24 .bds_tqq{background:url(../Images/j_shart.png) center -195px no-repeat}
#j_shart_s_24 .bds_renren{background:url(../Images/j_shart.png) center -340px no-repeat}
#j_shart_s_24 .bds_weixin{background:url(../Images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_sqq{background:url(../Images/j_shart.png) center -79px no-repeat}
#j_shart_s_24 .bds_fbook{background:url(../Images/j_shart.png) center -166px no-repeat}
#j_shart_s_24 .bds_twi{background:url(../Images/j_shart.png) center -137px no-repeat}
#j_shart_s_24 .bds_linkedin{background:url(../Images/j_shart.png) center -108px no-repeat}
#j_shart_s_24 .bds_tieba{background:url(../Images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_huaban{background:url(../Images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_douban{background:url(../Images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_copy{background:url(../Images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_print{background:url(../Images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_mshare{background:url(../Images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_count{font-size:12px}
#right_news ul li img{float:left;width: 202px;height: 104px;margin-bottom:28px;}




/*新闻列表*/
.n_news_list{ }
.n_news_list ul{ margin:-25px;}
.n_news_list li{width:421px; height:408px; background:#ebedf1; border:1px solid #e2e4e7; margin: 24px; box-sizing:border-box; float:left;}
.n_news_list li a{ display:block;}
.n_news_list .img{ height:195px; margin:-1px;}
.n_news_list li .box{ padding:40px 46px;}
.n_news_list li .riqi{ width:29px; float: left; font-size:12px; color: #a7a8aa; font-family: arial; border-bottom: 1px solid #f5ca6b; height:77px;}
.n_news_list li:hover .riqi{ width:65px;}
.n_news_list li .riqi p{ font-size: 26px;width: 60px; color: #2d2d2e; margin-bottom:5px;}
.n_news_list li .txt{ float: right; width: calc(100% - 104px)}
.n_news_list li .txt h5{ font-size: 16px; color: #2d2d2e; padding-top: 18px; text-overflow:ellipsis; overflow: hidden; white-space: nowrap; margin-bottom:16px; display:block;}
.n_news_list li .txt p{ font-size: 12px; color: #848486; line-height: 20px; height: 40px; overflow: hidden; margin-bottom:26px;}
.n_news_list li .txt span{ display: block; font-size: 13px; color: #848486;}
.n_news_list li .txt span a{font-size: 13px; color: #848486;}
/*====翻页效果====*/
.j_pages{/* float:right; */}
.j_pages .box{display:inherit;width:100%;text-align: center;padding-top: 49px;font-size: 0;}
.j_pages a{padding: 0px 13px;height: 34px; line-height: 32px;display:inline-block; margin:0 5px; border:1px solid #dedede; color: #666666;font-size: 12px; box-sizing: border-box;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.j_pages a font{font-size:12px;font-family:SimSun;color:#666}
.j_pages .on{background:#d82426;color:#fff!important;border:1px solid #d82426;}
.j_pages span{background:#e57a18;color:#fff!important;border:1px solid #e57a18}
.j_pages a:hover{background:#d82426;color:#fff!important;text-decoration:none;border:1px solid #d82426;}
.j_pages a:hover font{color:#fff}
j_pages a.u_bnt{ transition: all 1s;-moz-transition: all 1s; /* Firefox 4 */-webkit-transition: all 1s; /* Safari 和 Chrome */-o-transition: all 1s; /* Opera */}

h1, h2, h3, h4, h5, h6, strong {
    font-weight: normal;
}
/*内容样式*/
.ar_article{ font-size:14px; color:#727374; line-height:30px; text-align:justify;}
.ar_article p{font-size:14px;color:#727374;line-height:30px;text-align:justify; padding-bottom:15px;}	
.ar_article strong{ font-weight:bold;}
.ar_article td,.ar_article th{ padding:5px 15px; border: 1px solid #c6c5c5;}
.ar_article td p,.ar_article th p{ padding-bottom:0; margin-bottom:0; text-align: inherit;}
.ar_article img{ max-width:100%;}
.ar_article a{ color:#717173;}
.ar_article h1,.ar_article h2,.ar_article h3,.ar_article h4,.ar_article h5,.ar_article h6{ font-weight:bold;}
.ar_article ul li,
.ar_article ol li{ padding-bottom:0 !important; margin-bottom:0 !important; margin-left:2rem;}
.ar_article ul li p,
.ar_article ol li p{ padding-bottom:0; margin-bottom:3px !important; }
.ar_article ul,
.ar_article ol{ margin-bottom:15px;}
.ar_article sub {
    vertical-align: sub;
    font-size: smaller;
}

.ar_article sup {
    vertical-align: super;
    font-size: smaller;
}



/*选择框美化*/
label {font-size:12px;cursor:pointer; margin-left:10px;}
label i {font-size:12px;font-style:normal;display:inline-block;width:11px;height:11px;text-align:center;line-height:12px;color:#fff;vertical-align:middle;margin:-2px 5px 1px 0px;border:#ffc114 2px solid;}
input[type="checkbox"],input[type="radio"] {display:none;}
input[type="radio"] + i {border-radius:5px;}
input[type="checkbox"]:checked + i,input[type="radio"]:checked + i {background:#ffc114;}
input[type="checkbox"]:disabled + i,input[type="radio"]:disabled + i {border-color:#ccc;}
input[type="checkbox"]:checked:disabled + i,input[type="radio"]:checked:disabled + i {background:#ccc;}


/* 点击搜索框获取焦点 placeholder消失-开始 */
input::-webkit-input-placeholder{
           color: #999 !important; font-size:12px; font-family:"Microsoft Yahei";
        }
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
          color: #999 !important; font-size:12px; font-family:"Microsoft Yahei";
        }
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
           color: #999 !important; font-size:12px; font-family:"Microsoft Yahei";
        }
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
           color: #999 !important; font-size:12px; font-family:"Microsoft Yahei";
        }
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999 !important; font-size:12px; font-family:"Microsoft Yahei";
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
 color: #999 !important; font-size:12px; font-family:"Microsoft Yahei";
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
 color: #999 !important; font-size:12px; font-family:"Microsoft Yahei";
}
textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
 color: #999 !important; font-size:12px; font-family:"Microsoft Yahei";
 
}


#n_up_box {
    border-bottom: 1px #e1e1e1 solid;
    background: #fff;
    /* margin-top: -30px; */
}
.main_box {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    /* position: relative; */
}
#position {
    /* position: absolute; */
    line-height: 50px;
    height: 50px;
    /* right: 0px; */
    /* top: 0px; */
    color: #8a8c8e;
    font-size: 12px;
   background: url(../images/home_ico.png) no-repeat left center;
    padding-left: 22px;
}
#position span, #position a, #position i {
    font-size: 12px;
    color: #8a8c8e;
}
#position em {
    font-size: 12px;
    color: #db2426;
    font-style: normal;
}
#n_nav a.on {
    background: #db2426;
    color: #fff;
}
#n_nav a {
    display: inline-block;
    position: relative;
    height: 50px;
    padding: 0 40px;
    line-height: 50px;
    font-size: 15px;
    color: #555;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
#n_nav a strong{font-weight: normal;}
#position {
    /* position: absolute; */
    line-height: 50px;
    height: 50px;
    /* right: 0px; */
    /* top: 0px; */
    color: #8a8c8e;
    font-size: 12px;
   background: url(../images/home_ico.png) no-repeat left center;
    padding-left: 22px;
}
#position span, #position a, #position i {
    font-size: 12px;
    color: #8a8c8e;
}
#position em {
    font-size: 12px;
    color: #db2426;
    font-style: normal;
}
#n_nav a.on {
    background: #db2426;
    color: #fff;
}
.banban{width: 100%;/* position: relative; *//* top:-30px; *//* z-index: -1; */}
.banban img{display: block;width: 100%;}
#n_nav a:hover {
    background: #db2426;
    color: #fff;
}

.qytd{margin:30px auto;}
.qytd ul li a{display: flex;align-items: center;}
.tdtu{width: 130px;height: 188px;}
.tdtu img{width: 100%;height: 100%;}
.qytd ul li{background: #f4f5f9;}
.tdzi{padding:2%;}
.tdzi h1{font-size: 16px;color: #db2426;line-height: 30px;}
.tdzi p{font-size: 13px;color: #444;line-height: 30px;}
.tdzi{width: 1070px;}
.qytd ul li{margin-bottom: 2%;}
.qytd ul li:hover{/* box-shadow: #d4d6de 3px 3px 13px; */background: #db2426;
 -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;}
.qytd ul li:hover h1{color:#fff;
 -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;}
.qytd ul li:hover p{color:#fff;
 -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;}
.qyry{margin:30px auto;width: 1200px;}
.qyry ul{display: flex;flex-wrap: wrap;}
.qyry ul li{width: 280px;margin:0 10px;box-sizing: border-box;padding: 20px;background: #f4f5f9;margin-bottom:20px;}
.qyry ul li a p{font-size: 15px;color: #444;margin-top:10px;text-align: center;}
.rytu{width: 240px;height: 180px;}
.rytu img{width: 100%;height: 100%;}
.qyry ul li:hover{background: #db2426;
 -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;}
.qyry ul li:hover p{color:#fff;
 -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;}
	
	.bigimg{width:55%!important;height:auto!important; position: fixed;left: 0;top: 0; right: 0;bottom: 0;margin:auto;display: none;z-index:9999;border: 10px solid #fff;}
				.mask{position: fixed;left: 0;top: 0; right: 0;bottom: 0;background-color: #000;opacity:0.5;filter: Alpha(opacity=50);z-index: 98;transition:all 1s;display: none}
				.bigbox{width:840px;background: #fff;border:1px solid #ededed;margin:0 auto;border-radius: 10px;overflow: hidden;padding:10px;}
				.imgbox{}
				.imgbox>img{width:100%;}
				.imgbox:hover{cursor:zoom-in}
				.mask:hover{cursor:zoom-out}
				.mask>img{position: fixed;right:10px;top: 10px;width: 60px;}
				.mask>img:hover{cursor:pointer}
				
.syul{margin-top:30px}
.syul li{background: #f4f5f9;margin-bottom: 2%;}
.syul li a{display: flex;}
.sytu{width: 320px;height: 190px;}
.sytu img{width: 100%;height: 100%;}
.syzi{width:880px;padding: 20px;box-sizing: border-box;}
.syzi h1{font-size: 18px;color: #444;margin-top:10px}
.syzi p{font-size: 14px;color: #666;margin:15px 0; line-height: 28px;overflow:hidden;text-overflow: ellipsis;-webkit-line-clamp:2;display: -webkit-box;-webkit-box-orient: vertical;}
.syzi span{display: block;width: 130px;line-height: 30px;text-align: center;color: #666;font-size: 14px;border: 1px #ccc solid;}
.syul li:hover{background: #db2426; -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;}
.syul li:hover h1{color: #fff; -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;}
.syul li:hover p{color: #fff; -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;}
.syul li:hover span{color: #fff;border:1px #fff solid; -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;}
.syhz{padding: 30px 0;}



.qyry1{margin:30px auto;width: 1200px;}
.qyry1 ul{display: flex;flex-wrap: wrap;}
.qyry1 ul li{width: 280px;margin:0 10px;box-sizing: border-box;background: #f4f5f9;margin-bottom:20px;}
.qyry1 ul li a p{font-size: 15px;color: #444;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:1;display: -webkit-box;-webkit-box-orient: vertical;padding: 14px;text-align: center;}
.rytu1{width: 100%;height: 200px;}
.rytu1 img{width: 100%;height: 100%;}
.qyry1 ul li:hover{background: #db2426;
 -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;}
.qyry1 ul li:hover p{color:#fff;
 -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;}
	
.scyy{width: 1200px;margin: 40px auto;}
.scyy{display: flex;flex-wrap: wrap;}
.scyy li{width: 43.8%;border-bottom: 1px #ccc solid;padding: 3%;}
.scyy li a{display: flex;}
.scyy li:nth-of-type(2n){border-left: 1px #ccc solid;}	
.scl{width: 15%;}
	.scl h1{font-size:32px;color:#999;text-align: center;}
	.scl span{display: block;width: 80px;height: 1px;background: #ccc;margin:10px auto;}
	.scl p{font-size: 14px;color: #999;text-align: center;}
.scr{width: 80%;margin-left: 5%;}	
.scr h2{font-size: 16px;color:#444;overflow:hidden;text-overflow: ellipsis;-webkit-line-clamp:1;display: -webkit-box;-webkit-box-orient: vertical;
}
.scr p{font-size: 14px;color:#999;margin-top:10px;line-height: 28px;overflow:hidden;text-overflow: ellipsis;-webkit-line-clamp:2;display: -webkit-box;-webkit-box-orient: vertical;
}
.scyy li:hover h1{color:#DB2426}	
.scyy li:hover .scl p{color:#DB2426}	
.scyy li:hover .scl span{background:#DB2426}		
.scyy li:hover .scr h2{color:#DB2426}		
	
.n_dashiji{ padding:60px 0 0; min-height:535px;background: url(../images/bj.jpg) no-repeat bottom center;background-size: 100%;}
.n_dashiji .miso_hd{ background:url(../images/kedu.png) center 50% no-repeat; margin-bottom:50px}
.n_dashiji .miso_hd ul li{height:100px;text-align:center;cursor: pointer;}
.n_dashiji .miso_hd ul li:before{content:"";position:absolute;background:url(../images/dot.png) center no-repeat;width:16px;height:16px;top:50%;margin-top: -7px;left:50%;margin-left:-8px; transition:0.6s}
.n_dashiji .miso_hd ul li:after{content:"";position:absolute;background:url(../images/dot_on.png) center no-repeat;width:16px;height:16px;top:50%;margin-top: -7px;left:50%;margin-left:-8px; transition:0.6s; transform:scale(0)}
.n_dashiji .miso_hd ul li .icon{ height:78px; opacity:0; transition:0.6s; transform:scale(0)}
.n_dashiji .miso_hd ul li h3{ font-size:24px; color:#d4d4d4}
.n_dashiji .miso_hd ul li.miso-current .icon{ opacity:1; transform:scale(1)}

.n_dashiji .miso_hd ul li.miso-current:before{ transform:scale(0)}
.n_dashiji .miso_hd ul li.miso-current:after{ transform:scale(1)}

.n_dashiji .miso_bd ul li h2{font-size:16px;color: #dd231d;}
.n_dashiji .miso_bd ul li h2 big{ font-size:30px; margin-right:8px}
.n_dashiji .miso_bd ul li h3{font-size:16px;color: #dd231d;margin:28px 0 18px;}
/* Slider */
.miso-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; z-index:1 }
.miso-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.miso-list:focus { outline: none; }
.miso-loading .miso-list { background: #fff url(../images/ajax-loader.gif) center center no-repeat; }
.miso-list.dragging { cursor: pointer; cursor: hand; }
.miso-slider .miso-list, .miso-track, .miso-slide, .miso-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.miso-track {position: relative;left: 0;top: 0;display:inline-block;zoom: 1;margin-left: auto;margin-right: auto;vertical-align: top;}
.miso-track:before, .miso-track:after { content: ""; display: table; }
.miso-track:after { clear: both; }
.miso-loading .miso-track { visibility: hidden; }
.miso-slide { float: left; height: 100%; min-height: 1px; display: none; }
.miso-slide img { display:inline-block; }
.miso-slide.miso-loading img { display: none; }
.miso-slide.dragging img { pointer-events: none; }
.miso-initialized .miso-slide { display: block; }
.miso-loading .miso-slide { visibility: hidden; }
.miso-vertical .miso-slide { display: block; height: auto; border: 1px solid transparent; }
/* Arrows */
.miso-prev, .miso-next {position: absolute;display: block;height: 20px;width: 20px;line-height: 0;font-size: 0;cursor: pointer;background: transparent;color: transparent;padding: 0;border: none;outline: none;top: 50%;z-index: 1;}
.miso-prev{ left:0}
.miso-next{ right:0}
.miso-lightbox .miso-prev:before,.miso-lightbox .miso-next:before{ font-size:20px; color:#fff; font-weight:bold; font-family:"Microsoft Yahei"}
.miso-lightbox .miso-prev:before{ content: '←';}
.miso-lightbox .miso-next:before{ content: '→';}
/* Dots */
.miso-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.miso-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0px 5px; padding: 0px; cursor: pointer; }
.miso-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer;}
.miso-dots li button:focus { outline: none; }
.miso-dots li.miso-active a { transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg);}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.mitu{width: 500px;height: 250px;}
.mitu img{width: 100%;height: 100%;}
.mizi{width: 700px;box-sizing: border-box;padding: 30px;}
.miso_bd ul li{background: #f4f5f9;}
	
	#n_hr{width: 1200px;
	    margin: 50px auto;
	}
	#n_hr .left{ background: url(../images/bg_hr_info.jpg) center top no-repeat; width:355px; height: 780px; display: block;}
	#n_hr .left .ar_article{ padding:90px 20px 55px 20px; text-align: center;font-size: 13px;}
	#n_hr .left .ar_article p{text-align: center; font-size: 13px;}
	#n_hr .left .more{ text-align:center; }
	#n_hr .left .more a{ display: block; text-align: center;}
	#n_hr .left .more a img{ display: block; margin: 0 auto; -moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
	#n_hr .left .more h1{ font-size: 12px; color: #5b5b5d; display: block; margin-top: 5px;}
	#n_hr .left .more:hover img{ margin-top: -5px; }
	#n_hr .left .more:hover h1{ color: #cc9933;}
	#n_hr .right{ width: 740px;}
	/*==============Ã¤ÂºÂºÃ¦â€°ÂÃ¦â€¹â€ºÃ¨ÂËœ=====================*/
	#n_hr .up_box{ margin-bottom: 65px;}
	#n_hr #list_slide{  position:relative;}
	#n_hr #list_slide dl strong.num{position: absolute;left: -90px;top: -1px;display: block;width: 50px;height: 50px;line-height: 50px;text-align: center;color: #fff;font-size:18px;background: #dd231d;}
	#n_hr #list_slide dl{  margin-left: 60px; margin-bottom:15px; border-bottom:1px dotted #cccdd1; position: relative; background:#f3f5f8; border: 1px solid #e7e7eb;}
	#n_hr #list_slide dt{border:none;  display:block; position:relative;  padding: 0px 30px; background: #fff;  cursor:pointer; height:48px; }
	#n_hr #list_slide dt h1{  color:#424243; font-size:15px; line-height:48px; background:url(../images/icon_hr_on.png) right center no-repeat;  display:block;}
	#n_hr #list_slide dd{ display:none; line-height:24px;  padding: 0px 30px;}
	#n_hr #list_slide dd p{  margin-bottom:0;}
	#n_hr #list_slide dd p:last-child{ padding-bottom:0;}
	#n_hr #list_slide dd .content{ padding:14px 0px 15px 0px;}
	#n_hr #list_slide dd .content { color:#929397; font-size:12px; line-height:24px;}
	#n_hr #list_slide dt.on{background: #f3f5f8;}
	#n_hr #list_slide dt.on h1{ background:url(../images/icon_hr_off.png) right center no-repeat ;  }
/*  */
#n_cultur {width: 1200px;margin: 80px auto;/* padding-bottom:170px; */}
#n_cultur .content_box{ position: absolute; left: 0; width: 100%; top: 50%; margin-top: -230px; z-index: 2; }
#n_cultur ul{ position: relative; height: 520px;   }
#n_cultur li{ display: block;   position: absolute; overflow: hidden; background: #000;}
#n_cultur li img.img{ display: block; width: 100%; position: relative; opacity:.65;filter:alpha(opacity=65); -webkit-transform: scale(1.05, 1.05);transform: scale(1.05, 1.05);transition: all 1s; transition-delay: 0s;}
#n_cultur li .box{ display:table-cell; vertical-align: middle; }
#n_cultur li .text_box{ position: absolute; top: 0; left: 0; height: 100%; display: table; text-align: center; width: 100%;}
#n_cultur li .text_box .box .icon{ display: block; margin: 0 auto 10px auto;}
#n_cultur li .text_box h1{font-size: 16px; color: #fff; font-weight: 400; display: block; margin-bottom: 3px;  }
#n_cultur li .text_box strong{font-size: 12px; color: #fff; text-transform: uppercase; font-weight: 400; display: block; }
#n_cultur li .text_box_pop{display: table;text-align: center;position: absolute;top: 0;left: 0;height: 100%;background: #fff;overflow: hidden;opacity: 0;/* -webkit-transform: scale(0.5, 0.5); *//* transform: scale(0.5, 0.5); *//* transition: all .6s; *//* transition-delay: 0s; */}
#n_cultur li .text_box_pop .box{ text-align: left; padding: 0 10%}
#n_cultur li .text_box_pop .icon{ display: block; margin: 0 auto 10px auto;}
#n_cultur li .text_box_pop h2{ font-size: 16px; font-weight: 400;color:#dd231d; display: block; margin-bottom: 15px; text-align: center; padding-bottom: 20px; border-bottom: 1px solid #e4e6e9;}
#n_cultur li .text_box_pop p{ font-size:14px; line-height: 26px; color: #615e5e; text-align: center;}
#n_cultur li.li1{ left: 0; top: 0; width: 285px; height: 520px;}
#n_cultur li.li1 .text_box_pop{width: 285px;}
#n_cultur li.li2{ left: 305px; top: 0; width: 590px; height: 250px;}
#n_cultur li.li2 .text_box_pop{width: 590px;}
#n_cultur li.li3{ left: 305px; bottom: 0;width: 590px; height: 250px;}
#n_cultur li.li3 .text_box_pop{width: 590px;}
#n_cultur li.li4{ right: 0; top: 0; width: 285px; height: 520px;}
#n_cultur li.li4 .text_box_pop{width: 285px;}#n_cultur li:hover img{ -webkit-transform: scale(1, 1) !important;transform: scale(1, 1) !important;}
#n_cultur li:hover .text_box_pop {opacity: 1 !important; -webkit-transform: scale(1, 1) !important;transform: scale(1, 1) !important;transition-delay: 0s;}
#n_cultur li:hover .text_box { opacity: 0 !important;}
#n_cultur .icon_box{ position:absolute;  display:block; left:0; top:0; width:100%; height:100%;  }
#n_cultur li:hover .icon_box {}
#n_cultur .icon_box::before,#n_cultur .icon_box::after {position: absolute;top: 0px;right: 0px;bottom: 0px;left: 0px;content: '';opacity: 0;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s; -moz-transition: all 1s ease-in-out;-webkit-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}
#n_cultur .icon_box::before {border-top: 3px solid #dd231d;border-bottom: 3px solid #dd231d;-webkit-transform: scale(0,1);transform: scale(0,1);}
#n_cultur .icon_box::after {border-right: 3px solid #dd231d;border-left: 3px solid #dd231d;-webkit-transform: scale(1,0);transform: scale(1,0);}
#n_cultur li:hover .icon_box::before,#n_cultur li:hover .icon_box::after {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}

	.dzl{width: 331px;padding: 30px;background:#f3f3f3 url(../images/ldzc.png) no-repeat bottom center;background-size: 100%;}
	.dzr{width: 770px;margin-left: 30px;}
	.dzl h1{font-size: 26px;color: #DD231D;}
	.dzl h1 e{font-size: 16px;}
	.dzl p{font-size: 14px;color:#666;margin-top:10px;}
	.dsztu{width: 100%;margin:15px 0;}
	.jieshao h1{font-size: 20px;color:#444;font-weight: bold; position: relative;padding-left: 15px;}
	.jieshao h1::before{content: "";position: absolute;width: 3px;height: 20px;background: #DD231D;left: 0;top:0}
	.jieshao p{font-size: 14px;color:#666;line-height: 28px;margin-top:15px;}
	.jieshao{margin-bottom:25px;}
.ldzc{width: 1200px;margin:50px auto;display: flex;align-items: flex-start;}



.n_about{ padding:3.5rem 0 2rem}
.layui-container01 {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    max-width: 1250px;
}
.n_about .fl01 {
    margin-bottom: 1.75rem;
}
.n_about .fl01{margin-bottom:1.75rem;}
.n_about .fl01 .img{/* width:24rem */margin-left: -350px;}
.n_about .fl01 .img img{float:left;/* margin-left:-350px; */display: inline-block;}
.n_about .fl01 .right{ width:calc(100% - 24rem);}
.n_about .fl01 .right h3{ font-size:1.44rem; color:#494949; text-transform:uppercase; margin-bottom:0.625rem;}
.n_about .fl01 .right h4{ font-size:1.125rem; color:#9c9c9c; margin-bottom:2.375rem}
.n_about .fl02{ overflow:hidden; margin-bottom:2.25rem}
.n_about .fl02 .left{ width:66.3934%;}
.n_about .fl02 .right{ width:32.7869%; position:relative;}
.n_about .fl02 .right img{ width:100%; height:auto}
.n_about .fl02 .right .img{ position:absolute; left:50%; width:36px; height:36px; top:50%; margin-left:-18px; margin-top:-18px;}
.n_about .fl03{ padding:0 0.35rem}
.artit h1{font-size: 18px;font-weight: bold;}
.artit span{font-size: 14px;color:#999}
.artit{margin-bottom: 20px;}


#n_contact {
   width: 1200px;margin:0 auto;
}
#n_contact .up_box {
    position: relative;
    min-height: 355px;
}
#n_contact .un {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    position: relative;
}
.ee img{width: 120px;height: 120px;}
.ee{margin-right: 50px;}
.ee p{text-align: center;}

.liuyan{padding:40px;background: #dd231d;width: 1120px;margin:0 auto;}
.liuyan h1{font-size: 24px;text-align: center;color:#fff;margin-bottom:15px;}
.lyk{display: flex;justify-content: space-between;}
.lyinput{display: flex;width: 935px;justify-content: space-between;flex-wrap: wrap;}
.lyinput input{width: 27%;line-height: 50px;padding:0 2%;margin-top: 15px;}
.lyk button{width: 150px;height: 115px;margin-top:15px;background:#fff;border:none;font-size:18px;}



.newsDetail_top {
    padding: 30px 0;
}
.newsDetail_top .left {
    /*border-left: 6px solid #e77817;
    padding-left: 15px;*/
    border-left: 5px #da241a solid;
    padding-left: 1.5%;
}
.newsDetail_top .title {
    font-size: 24px;
    color: #333;
    line-height: 34px;
    font-weight: bold;
}
.newsDetail_top .info {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}
.newsDetail_bottom {
    padding-top: 40px;
}
.newsDetail_bottom .left {
    width: 90%;
}
.newsDetail_bottom .clearfix {
    margin-bottom: 1px;
}
.newsDetail_bottom .clearfix:hover a{color:#da241a}
.newsDetail_bottom .right:hover a{background: #da241a;color:#fff}
.newsDetail_bottom .left_l {
    width: 8%;
    height: 34px;
    border-radius: 3px 0 0 3px;
    background: #d4d4d4;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.newsDetail_bottom .left_r {
    width: 90%;
    height: 34px;
    padding: 0 1%;
    line-height: 34px;
    background: #ededed;
    font-size: 14px;
    color: #666;
}
.newsDetail_bottom .left_r a {
    color: #666;
}
.newsDetail_bottom .right {
    width: 10%;
    height: 69px;
    background: #d4d4d4;
    line-height: 69px;
    text-align: center;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
}
.newsDetail_bottom .right a {transition: all 0.6s ease-in-out;
    font-size: 16px;
    color: #666;
    display: block;
}
.newsDetail_con{margin-bottom:50px}
.newsDetail_con p{font-size:16px;color:#666;line-height: 34px;}