/*bebasNeue字体*/
@font-face {
    font-family: 'bebasNeue';
    src: url('font/BebasNeue.eot');
    src: url('font/BebasNeue.eot?#iefix') format('embedded-opentype'),
    url('font/BebasNeue.woff') format('woff'),
    url('font/BebasNeue.ttf') format('truetype'),
    url('font/BebasNeue.svg#iconfont') format('svg');
}

.bebasNeue {
    font-family: "bebasNeue" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*siyuan字体*/
@font-face {
    font-family: 'SourceHanSansCN-Light';
    src: url('font/SourceHanSansCN-Light.otf');
}

.siyuan {
    font-family: "SourceHanSansCN-Light" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.m0 {
    margin: 0;
}

.ml0 {
    margin-left: 0;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mr0 {
    margin-right: 0;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.p1 {
    padding: 1px;
}

.pl5 {
    padding-left: 5px;
}

.p5 {
    padding: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.p10 {
    padding: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.p20 {
    padding: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pb20 {
    padding-bottom: 20px;
}


/*head*/
.top_fav {
    margin-left: 15px;
    line-height: 38px;
    vertical-align: top;
}

.top_fav a{
    font-size: 12px;
    color: #999;
}
.top_fav a .iconfont{
    font-size: 12px;
    color: #999;
}
.header{
    border: none;
}
.header .logo_box{
    margin-top: 25px;
    cursor: pointer;
}
.header .header_search .inp_bordered{
    border-top:none;
    border-left:none;
    border-right:none;
}
.header .header_search .inp{
    width: 180px;
}
.header .header_search .inp .inp_control{
    height: 32px;
    font-size: 12px;
    box-shadow:none;
    -webkit-box-shadow:none;
    *height:16px;
}
.header .header_search .iconfont{
    color: #999;
}
.header .btn_search{
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}

.nav_list > li > a > span{
    padding:15px 26px 20px 26px;
    border-bottom: 3px solid transparent;
    font-size: 14px;
}
.nav_list > li a{
    padding: 0;
}
.nav_list > li{
    padding: 0 7px;
    background: url("/Public/Images/首页/chengtou/zh-cn/s_line.png") no-repeat left 22px;
}
.nav_list > li:first-child{
    background: none;
}
.nav_list > li.active > a > span{
    color: #d80001;
    border-bottom: 3px solid #d80001;
}
.nav_list > li.on > a > span{
    background: #d80001;
    color: #fff;
    border-bottom: 3px solid #d80001;
}
.nav_list{
    margin-right: -33px;
}
.nav_normal > li .dropdown_menu{
    width: 108px;
    left:7px;
    webkit-box-shadow: 0px 0px 2px 2px rgba(72, 59, 52, .1);
    -moz-box-shadow: 0px 0px 2px 2px rgba(72, 59, 52, .1);
    box-shadow: 0px 0px 2px 2px rgba(72, 59, 52, .1);
}
.nav_normal .dropdown_menu li a{
    font-size: 12px;
    color: #b8b8b8;
    background: #fff;
}
.nav_normal .dropdown_menu li.on a,
.nav_normal .dropdown_menu li a:hover{
    color: #d80001;
}



/*banner*/

.banner {
    position: relative;
}
.banner .banner_item{
    padding-top: 29%;
}
.banner_slick > .banner_num{
    display: none;
}
.banner_slick > .banner_num:first-child{
    display: block;
}
.banner .banner_item{
    padding-top: 29%;
}
.banner .slick-slide .banner_item{
    padding-top: 29%;
}
.slick-prev:after,
.slick-next:after{
    display: none;
}

.banner .slick-prev,
.banner .slick-next{
    width: 40px;
    height: 60px;
    margin-top: -30px;
}

.banner .slick-prev{
    left: 30px;
    background: url("/Public/Images/首页/chengtou/zh-cn/slick.png") no-repeat left 0px;
}

.banner .slick-next{
    right: 30px;
    background: url("/Public/Images/首页/chengtou/zh-cn/slick.png") no-repeat left -71px;
}
.banner .slick-dots li{
    height: 12px;
    width: 12px;
    vertical-align: bottom;
    border-radius:0;
    background: url("/Public/Images/首页/chengtou/zh-cn/slick.png") no-repeat -4px -158px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.banner .slick-dots li.slick-active{
    height: 18px;
    width: 20px;
    background: url("/Public/Images/首页/chengtou/zh-cn/slick.png") no-repeat 0px -140px;
}
.banner .slick-dots li a{
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    vertical-align: top;
}
.banner .slick-dots li.slick-active a{
    font-size: 12px;
    color: #d80001;
    line-height: 17px;
    vertical-align: bottom;
}

/*main*/
.index{
    padding: 50px 0;
}
.index_new_box{
    webkit-box-shadow: 0px 0px 2px 2px rgba(72, 59, 52, .1);
    -moz-box-shadow: 0px 0px 2px 2px rgba(72, 59, 52, .1);
    box-shadow: 0px 0px 2px 2px rgba(72, 59, 52, .1);
}
.index_new_box .new_box_left{
    float: left;
    width: 90px;
    background: #d80001;
    text-align: center;
}
.index_new_box .new_box_left h3{
    margin: 40px 5px;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 1.1;
    text-align: right;
}
.index_new_box .new_box_left h3 small{
    font-size: 18px;
}
.index_new_box .new_box_left a{
    display: inline-block;
    display: -moz-inline-stack;
    *display: inline;
    line-height: 1.5;
    padding: 5px 10px;
    border-radius: 2px;
    margin: 42px 0;
    font-size: 12px;
    color: rgb(255,255,255);
    color: rgba(255,255,255,0.8);
    border: 1px solid rgb(255,255,255);
    border: 1px solid rgba(255,255,255,0.8);
    zoom: 1;
}
.index_new_box .new_box_right{
    margin-left: 100px;
}

.index_new_box .new_top{
    border-bottom: 1px solid #e5e5e5;
    margin-right: 10px;
    margin-top: 18px;
    height: 90px;
    cursor: pointer;
}
.index_new_box .new_box_right .img_box{
    float: left;
    width: 88px;
}
.index_new_box .new_box_right .img_txt{
    margin-left: 100px;
}
.index_new_box .new_box_right .img_txt h3{
    font-size: 16px;
    color: #d80001;
    letter-spacing: 1px;
    margin-bottom: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index_new_box .new_box_right .img_txt p{
    font-size: 12px;
    color: #808080;
    text-align: left;
    text-indent: 2em;
    letter-spacing: 1px;
    height: 50px;
    overflow: hidden;
}
.index_new_box .news_list .time {
    width: 60px;
    height: 50px;
    overflow: hidden;
    float: left;
    text-align: center;
    border-right-width: 1px;
    border-right-style: dashed;
    border-right-color: #cacaca;
}
.index_new_box .new_box_right .news_list{
    margin-right: 10px;
}
.index_new_box .news_list li {
    width: 100%;
    display: block;
    clear: both;
    height: 50px;
    margin-bottom: 10px;
}
.index_new_box .news_list .news_text {
    margin-left: 60px;
    overflow: hidden;
    line-height: 25px;
    padding-top: 15px;
    padding-left: 8px;
}
.index_new_box .news_list .news_text .tit {
    font-size: 14px;
    color: #4e4e4e;
    text-align: left;
    line-height: 1.2;
}
.index_new_box .news_list .news_text .dis {
    color: #999;

}
.index_new_box .news_list .time .date {
    font-size: 24px;
    display: block;
    color: #444444;
    text-align: center;
}
.index_new_box .news_list .time .mouth{
    display: block;
    font-size: 12px;
    color: #444444;
    text-align: center;
}

.index .col_lg_10{
    padding-right: 21px;
    *padding-right: 0;
}

.index .col_lg_14{
    padding-left: 21px;
    *padding-left: 0;
}

.index .accordion .item{
    height: 240px;
    width: 50px;
}
.index .accordion .item .pic_auto{
    height: 100%;
    /*width: 500px;*/
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-left: 1px solid #fff;
}
.index .accordion .item h4{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 0;
    padding: 0 0 0 5px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*background: rgb(0,0,0); !*The Fallback color,这里也可以使用一张图片来代替*!*/
    background: rgba(0, 0, 0,0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#7F000000,endColorstr=#7F000000)"; /*Filter for IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#7F000000, endColorstr=#7F000000); /*Filter for older IEs */
}

.index .accordion .item h4 .iconfont{
    font-size: 12px;
    margin-right: 2px;
}
.index .accordion .item h4.all,
.index .accordion .item.active h4.short{
    display: none;
}
.index .accordion .item h4.short,
.index .accordion .item.active h4.all{
    display: block;
}

.index .accordion .item:hover h4{
    /*color: #d80001;*/
}
.index .accordion .item:hover .iconfont{
    /*color: #d80001;*/
}

.banner_in{
    font-size: 0;
    line-height: 0;
    position: relative;
}

.banner_in .word{
    font-size: 20px;
    line-height: 40px;
    position: absolute;
    top:50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 1200px;
    margin-top: -20px;
}
.banner_in .word span{
    display: inline-block;
    *display: inline;
    font-size: 28px;
    line-height: 40px;
    width: 28px;
    zoom: 1;
}

/*面包屑*/
.cur_pos{
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    height: 50px;
    line-height: 50px;
    color: #c4c4c4;
    font-size: 12px;
}
.cur_pos a{
    color: #c4c4c4;
    margin: 0 4px;
    line-height: 50px;
    font-size: 12px;
}
.cur_pos a:hover{
    color: #d80001;
}

.cur_box{
    webkit-box-shadow: 0px 2px 2px 0px rgba(72, 59, 52, .1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(72, 59, 52, .1);
    box-shadow: 0px 2px 2px 0px rgba(72, 59, 52, .1);
}

/*side bar */
.zndh_box2{ width:230px; background:#e2e2e2; height:auto; float:left; margin-top:12px;}

.side_bar {
    width: 249px;
    height: auto;
    float: left;
    position: relative;
    margin-bottom: 40px;
    overflow: hidden
}

.side_bar h2 {
    width: 190px;
    height: 95px;
    background: #d80001;
    line-height: 95px;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.side_bar h3 p {
    font-size: 14px;
    line-height: 14px;
    padding-top: 9px;
}

.side_bar h2 a {
    color: #fff;
}

.side_bar ul li {
    margin-top: 1px;
	background:#f8f8f8;
	
}

.side_bar ul {

    margin-top: 1px;
}

.side_bar ul li a { font-family:Arial, Helvetica, sans-serif;
    display: block;
    width: 249px;
    height: 48px;
    font-size: 18px;
    color: #2d2d2d;
	background:#f8f8f8;
    text-align: left; padding-left:25px;
    line-height: 48px;
}

.side_bar ul li.has_sub > a{
    background-image: url("../images/product_08.jpg");
    background-position: 210px center;
    background-repeat: no-repeat;
}
.side_bar ul li.has_sub > a.active{
  
	background:url(../images/product_08_on.jpg) 210px center no-repeat;
	  color: #ff9900;
}
.side_bar ul li.has_sub .sub_nav a.on,
.side_bar ul li.has_sub .sub_nav a:hover{ margin-top:2px;
 background:url(../images/product_05.png) 12px 19px no-repeat #ff9900;
    color: #fff;
	font-size: 16px; padding-left:42px; height:50px; line-height:50px; border-bottom:1px dotted #d5d5d5;
}

.side_bar ul li > a.on {
 
    color: #000;
}

.side_bar ul li a:hover {
   
	 text-decoration:none;
    color: #000;
}

.side_bar ul .sub_nav li a{ background:url(../images/product_05.png) 12px 19px no-repeat; margin-top:2px;
    color: #545253;
    font-size: 16px; padding-left:42px;  height:50px; line-height:50px; border-bottom:1px dotted #d5d5d5;
}

.main_con{
    margin-left: 190px;
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: 500px;
}
.main_con .main_box {
    margin: 0 40px;
}
.main_con.jiagou{
    background-image: url("/Public/Images/首页/chengtou/zh-cn/globle.png");
    background-repeat: no-repeat;
    background-position: center 60px;
    -webkit-background-size: contain;
    background-size: contain;
}
.main_con h3{
    font-size: 36px;
    line-height: 1.8;
    font-weight: normal;
}

.main_con h3 small{
    display: block;
    text-align: center;
    color: #ccc;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.6;
    font-family: "SourceHanSansCN-Light";
    text-transform: uppercase;
}
.main_con .arrow_down .iconfont{
    font-size: 24px;
    color: #d80001;
}
.main_con .company{
    margin: 40px 25px 0;
}
.main_con .company_img{
    height: 330px;
    /*margin-right: 260px;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}
.main_con .company_img_right{
    height: 330px;
    width: 260px;
    float: right;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}
.main_con .company_box {
    border-radius: 5px;
    background: #d80001;
}

.main_con .company_img_right h4{
    margin-top: 50px;
}
.main_con .company_img_right p{
    text-align: center;
    line-height: 2;
    font-size: 30px;
    color: #fff;
}
.main_con .company .txt {
    margin-top: 40px;
}
.main_con .company .txt_border{
    padding-right: 13px;
    border-right: 1px solid #f1f1f1;
}
.main_con .company .txt p{
    font-size: 14px;
    color: #666;
    text-align: left;
    text-indent: 2em;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 1.7;
}
.main_con .company .event_list .time{
    float: left;
    font-size: 60px;
    color: #666;
    overflow: hidden;
    font-weight: normal;
}
.main_con .company .event_list .event{
    margin-left: 100px;
    padding-left: 40px;
    padding-top: 24px;
    background: url("/Public/Images/首页/chengtou/zh-cn/text_line.png") no-repeat left 32px;
}
.main_con .company .event_list .event p{
    font-size: 12px;
    line-height: 1.5;
    color: #aeaeae;
    letter-spacing: 0;
    text-indent: 0;
    margin-bottom: 0;
    height: 54px;

}
.main_con .company .event_list li{
    overflow: hidden;
    clear: both;
    margin-bottom: 13px;
}

.history .his_slick{
    margin: 0px 91px 0px;
}

.history .his_slick .slick-prev,
.history .his_slick .slick-next{
    height: 45px;
    width: 45px;
    bottom: 36px;
    top:auto;
    line-height: 45px;
    color: #dedede;
    background: transparent;
}
.history .his_slick .slick-prev:hover,
.history .his_slick .slick-next:hover{
    color: #d80001;
}
.history .his_slick .slick-prev{
    left: -70px;
}
.history .his_slick .slick-next{
    right: -70px;
}
.history .his_slick .iconfont{
    font-size: 45px;
}
.history .his_item{
    padding-top: 315px;
    position: relative;
}
.history .time{
    padding-top: 40px;
    text-align: center;
    font-size: 26px;
    color: #999;
    line-height: 2;
}
.history .his_slick{
    background: url("/Public/Images/首页/chengtou/zh-cn/year_line.png") repeat-x center 308px ;
}

.history .his_top{
    position: absolute;
    bottom: 120px;
    left:50%;
    width: 200px;
    margin-left: -100px;
    webkit-box-shadow: 1px 1px 4px 2px rgba(72, 59, 52, .1);
    -moz-box-shadow:1px 1px 4px 2px rgba(72, 59, 52, .1);
    box-shadow: 1px 1px 4px 2px rgba(72, 59, 52, .1);
    cursor: pointer;
}
.history .his_top .txt{
    height: 110px;
    margin: 10px 10px 0;

}
.history .his_top .txt p{
    font-size: 14px;
    color: #999;
}
.history .his_top .th{
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -16px;
    width: 28px;
    height: 17px;
    background: #fff url("/Public/Images/首页/chengtou/zh-cn/1-3-03.png") no-repeat bottom center;
    z-index: 2;
}
.history .img_box{
    margin: 6px 6px 0;
}
.history .his_top .img_box{
    display: none;
}
.history .slick-current .his_top .img_box{
    display: block;
}

.history .slick-current .time{
    color: #d80001;
    background:  url("/Public/Images/首页/chengtou/zh-cn/blue_line.png") no-repeat center 5px;
}

.history .slick-current .his_top{
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d80001;
}

.history .slick-current .his_top .th{
    background: #fff url("/Public/Images/首页/chengtou/zh-cn/1-3-02.png") no-repeat bottom center;
}

.business{
    margin-top: 20px;
}
.business .row{
    margin-left: -5px;
    margin-right: -5px;
}
.business .col_lg_6{
    padding-left: 5px;
    padding-right: 5px;
}

.business .business_item{
    padding-top: 78%;
    position: relative;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.business .business_item .img_box{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-left: 1px solid #fff;
    display: none;
}

.business .business_item .txt{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    /*background: rgb(0,70,173); !*The Fallback color,这里也可以使用一张图片来代替*!*/
    /*background: rgba(0,70,173,0.5);*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#7Fd80001,endColorstr=#7Fd80001)"; !*Filter for IE8 *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#7Fd80001, endColorstr=#7Fd80001); !*Filter for older IEs *!*/
}

.business .business_item .txt .iconfont{
    font-size: 48px;
    color: #666666;
    margin-top: 40px;
}
.business .business_item .txt h3{
    margin-top: 5%;
}
.business .business_item .txt h4{
    text-align: center;
    font-size: 18px;
    color: #444;
    line-height: 1.5;
}
.business .business_item .txt p{
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    font-family: "微软雅黑";
    color: #bfbfbf;
}
.business .business_item .blue_line{
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 70px;
    background: #d80001;
    z-index: 3;
}
.business .business_item:hover .blue_line{
    display: none;
}

.business .business_item:hover .txt h4,
.business .business_item:hover .txt h3,
.business .business_item:hover .txt p,
.business .business_item:hover .txt .iconfont{
    color: #fff;
}
.business .business_item:hover .txt {
    /*background: rgb(0,70,173); !*The Fallback color,这里也可以使用一张图片来代替*!*/
    background: rgba(216,0,1,0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#7Fd80001,endColorstr=#7Fd80001)"; /*Filter for IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#7Fd80001, endColorstr=#7Fd80001); /*Filter for older IEs */
}
.business .business_item:hover .img_box {
    display: block;
}

.qualifications .qua_slider_for{
    width: 64%;
    margin: 20px auto;
}
.qualifications .qua_slider_for .img_box img{
    width: 100%;
    padding: 5px 15px;
    border: 1px solid #c0c8dd;
}
.qualifications .qua_slider_for h5{
    font:normal normal 14px/2 '微软雅黑';
    text-align: center;
}

.qualifications .qua_slider_nav .img_box{
    margin: 0 5px;
}
.qualifications .qua_slider_nav .img_box img{
    width: 100%;
    padding: 2px 3px;
    border: 1px solid #c0c8dd;
}
.qualifications .qua_slider_nav .slick-current .img_box img{
    border: 1px solid #d80001;
}
.qualifications .qua_slider_nav{
    margin: 0 40px;
}

.qualifications .qua_slider_for .slick-prev,
.qualifications .qua_slider_for .slick-next{
    height: 60px;
    width: 50px;
    line-height: 60px;
    color: #cccccc;
    background: transparent;
    margin-top: -30px;
}
.qualifications .qua_slider_for .slick-prev:hover,
.qualifications .qua_slider_for .slick-next:hover{
    color: #7f7f7f;
}
.qualifications .qua_slider_for .slick-prev{
    left: -70px;
}
.qualifications .qua_slider_for  .slick-next{
    right: -70px;
}
.qualifications .qua_slider_for  .iconfont{
    font-size: 50px;
}

.qualifications .qua_slider_nav .slick-prev,
.qualifications .qua_slider_nav .slick-next{
    height: 100px;
    width: 30px;
    line-height: 100px;
    color: #c5c5c5;
    background: #f2f2f2;
    margin-top: -50px;
    text-align: center;
}
.qualifications .qua_slider_nav .slick-prev:hover,
.qualifications .qua_slider_nav .slick-next:hover{
    color: #fff;
    background: #7f7f7f;
}
.qualifications .qua_slider_nav .slick-prev{
    left: -35px;
}
.qualifications .qua_slider_nav  .slick-next{
    right: -35px;
}
.qualifications .qua_slider_nav  .iconfont{
    font-size: 25px;
}

.qualifications.impression .img_box img{
    padding:0;
}


.news .iconfont{
    font-size: 14px;
    margin-right: 2px;
}

.news .img_box img{

}
.news_list .img_box{
    height: 180px;
    overflow: hidden;
    margin: 10px 30px 10px 10px;
}
.news .news_box{
    height: 200px;
    overflow: hidden;
}
.news .news_box:hover{
    background: #f1f1f1;
}
.news .news_box:hover .news_link{
    display: block;
}
.news .news_date span{
    font-size: 14px;
    color: #cdcdcd;
}
.news .news_describe p{
    height: 67px;
    color: #999;
}
.news .news_describe h5{
    line-height: 1.8;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 16px;
}
.news .news_link{
    display: none;
    float: right;
    background: transparent;
    color: #d80001;
}

.news .news_item{
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 15px;
}
.page {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    border:none;
}
.page a{
    margin: 2px;
    color: #333333;
    border: 1px solid #e8e8e8;
}
.page a.on, .page a:hover {
    background-color: #d80001;
    color: #fff;
}

.news .news_detail{
    margin: 0 20px;
}
.news .news_head{
    padding-bottom: 20px;
    border-bottom: 1px dashed #e5e5e5;
}
.news .news_head h3{
    font-size: 24px;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
}
.news .news_head h3 small{
    font-size: 20px;
    color: #333;
    font-weight: normal;
    font-family: "思源黑体", "微软雅黑", "Arial";
}
.news .news_head p{
    text-align: center;
}
.news .news_head .news_info span{
    font-size: 12px;
    color: #999;
    margin: 0 20px;
}
.news .bdsharebuttonbox{
    display: inline;
}
.news .news_con{
    padding: 25px 0;
}
.news .news_con p{
    font-size: 18px;
    line-height: 1.8;
    text-indent: 2em;
    margin-bottom: 8px;
    letter-spacing: 1.5px;
    font-family: 宋体;
}
.news .news_con h4{
    font-size: 14px;
    line-height: 1.8;
    text-indent: 2em;
    margin-bottom: 8px;
    color: #333;
}
.news .news_con p.p_img{
    text-indent: 0;
    text-align: center;
}

.news .news_con img{
    margin-bottom: 10px;
}

.news .down_link{
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    padding: 8px 15px;
    margin: 12px 0;
    font: normal normal 14px/1 "微软雅黑";
    color: #999;
    border-radius: 2px;
    background-color: #ececec;
    zoom: 1;
}
.news .down_link:hover{
    color: #d80001;
}
.news .down_link .iconfont{
    margin-right: 5px;
}


.news .news_foot {
    padding-top: 25px;
    border-top: 1px dashed #e5e5e5;
}
.news .news_foot .art_back,
.news .news_foot .back{
    float: right;
}
.news .news_foot .back a .iconfont{
    margin-right: 5px;
}
.news .news_foot .back a{
    margin-top: 11px;
    display: block;
    padding: 6px 25px;
    color: #fff;
    background: #9b9b9b;
}
.news .news_foot .back a:hover{
    background: #d80001;
}

.news .news_foot .art_back a .iconfont{
    font-size: 26px;
}
.news .news_foot .art_back a:hover{
    color: #d80001;
}
.news .news_foot .art_back a{
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    padding: 5px 10px;
    margin-top: 11px;
    color: #999999;
    zoom: 1;
}

.news .news_foot .link_list{
    margin-right: 100px;
}
.news .news_foot .link_list li ,
.news .news_foot .link_list li a{
    font-size: 14px;
    color: #999;
    line-height: 2;
}
.news .news_foot .link_list li a:hover{
    color: #d80001;
}

.select_box{
    border: 1px solid #eee;
    background: #fff;
}
.select_box .select_item{
    background: #f6f6f6;
    margin-right: 20px;
}

.select_box .select_con{
    margin-left:20px;
    overflow: hidden;
}
.select_box .select_con.select_border{
    border-bottom: 1px dotted #d1d1d1;
}
.select_box h5{
    font-size: 14px;
    float: left;
    padding: 13px 12px;
}
/*.select_box .select_border h5{*/
    /*border-bottom: 1px dotted #d1d1d1;*/
/*}*/
/*.select_box .select_border .choose{*/
    /*border-bottom: 1px dotted #d1d1d1;*/
/*}*/
.select_box .choose{
    margin-left: 80px;
    background: #fff;
    padding: 5px 0;
}
.select_box a{
    display: inline-block;
    display: -moz-inline-stack;
    *display: inline;
    padding: 2px 5px;
    margin: 5px 8px;
    border-bottom: 1px solid transparent;
    color: #777;
    zoom: 1;
}
.select_box a.on,
.select_box a:hover{
    color: #d80001;
    border-bottom: 1px solid #d80001;
}


.honor .honor_list {
    margin-top: 20px;
}
.honor .honor_item h6{
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 0;
    color: #999;
    font-weight: normal;
    border-bottom: 2px dashed #e3e3e3;
}
.honor .honor_item h6 .iconfont{
    color: #d80001;
    margin-right: 3px;
}
.honor .fancybox img{
    width: 0;
}
.honor .slick-slide .fancybox img{
    width: 100%;
}
.honor .fancybox{
    display: block;
    font-size: 0;
    margin: 20px 10px 35px 10px;
}
.honor .honor_slick .slick-prev,
.honor .honor_slick .slick-next{
    height: 26px;
    width: 26px;
    line-height: 26px;
    color: #aeaeae;
    background: transparent;
    margin-top: 0;
    text-align: center;
    top: -30px;
}
.honor .honor_slick .slick-prev{
    left: auto;
    right:28px;
}
.honor .honor_slick  .slick-next{
    right: 0;
}
.honor .honor_slick  .iconfont{
    font-size: 20px;
}

.fancybox-next,
.fancybox-prev{
   color: #b7b7b7;
    background: transparent;
}

.fancybox-prev {
    left: -60px;
}
.fancybox-next {
    right: -60px;
}
.fancybox-next .iconfont,
.fancybox-prev .iconfont{
    font-size: 40px;
}

.project {
    margin: 20px 30px 0;
}
.project .col_lg_12{
    padding: 0 30px;
    *padding: 0 ;
    margin-top: 10px;
    margin-bottom: 40px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    float: none;
}
.project .txt h5{
    font-size: 16px;
    color: #666;
    line-height: 55px;
    text-align: center;
    background: #f0f0f0;
}
.project .project_item .img_box{
    position: relative;
}
.project .project_item .img_box img{
    width: 100%;
}
.project .project_item:hover .sh{
    opacity: 1;
}
.project .project_item:hover .txt h5{
    color: #d80001;
}
.project .project_item:hover .sh em{
    transform: scale(1);
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari 和 Chrome */
    -o-transform: scale(1); /* Opera */
    -moz-transform: scale(1); /* Firefox */
}
.project .project_item .sh{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("/Public/Images/首页/chengtou/zh-cn/pro_sh.png") repeat;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.project .project_item .sh em{
    height: 86px;
    width: 86px;
    position: absolute;
    top:50%;
    left:50%;
    margin: -43px 0 0 -43px;
    background: url("/Public/Images/首页/chengtou/zh-cn/pro_plus.png") no-repeat center;

    transform: scale(0);
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari 和 Chrome */
    -o-transform: scale(0); /* Opera */
    -moz-transform: scale(0); /* Firefox */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.project_detail{
    margin: 20px 30px;
}
.project_detail{

}

.project_detail .slick-dots {
    bottom: -25px;
}
.project_detail .slick-dots li {
    width: 12px;
    height: 12px;
    background-color: transparent;
    background-image: url("/Public/Images/首页/chengtou/zh-cn/dots.png");
    background-position: right center;
}
.project_detail .slick-dots li.slick-active {
    background-position: left center;
}
.project_detail .detail_slick img{
    width: 100%;
}
.project_detail .txt_box{
    padding-top: 15px;
    margin-top: 50px;
    border-top: 1px dashed #e5e5e5;
}

.project_detail .txt_box .right_col{
    float: right;
}
.project_detail .table_box{
    margin-right: 10px;
    margin-left: 30px;
}
.project_detail .table_box table{
    width: 100%;
}
.project_detail .table_box table td{
    padding: 8px 15px;
    color: #666;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.project_detail .table_box table td:first-child{
    background: #efefef;
    color: #999;
}
.project_detail .txt_box h5{
    padding-left: 30px;
    margin-bottom: 6px;
    font-size: 18px;
    color: #333;
}

.project_detail .txt_box .left_col{
    margin-right: 300px;
    border-right: 1px solid #f5f5f5;
}
.project_detail .txt_box .left_col .txt{
    margin-right: 30px;

}
.project_detail .txt_box .left_col .txt p{
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.project_detail .detail_nav{
    /*height: 48px;*/
    line-height: 48px;
    color: #999;
    position: relative;
    border-top: 1px dashed #e5e5e5;
    margin-top: 30px;

}
.project_detail .detail_nav a{
    height: 48px;
    line-height: 48px;
    color: #999;
}

.project_detail .detail_nav a:hover{
    color: #d80001;
}

.project_detail .detail_nav .prev {
    text-align: left;
}
.project_detail .detail_nav .next {
    text-align: right;
}
.project_detail .detail_nav .menu {
    text-align: center;
    position: absolute;
    left: 50%;
    top:0;
    margin-left: -38px;
    font-size: 14px;
    color: #999;
    z-index: 2;
}
.project_detail .detail_nav .ico_menu {
    line-height: 48px;
    font-size: 16px;
    margin-right: 5px;
    cursor: pointer;
}

.article {
    margin-top: 15px;
    border: 1px solid #eeeeee;
    overflow: hidden;
}
.article h4 {
    font: normal bold 14px/35px "微软雅黑";
    border-bottom: 1px solid #eeeeee;
    padding-left: 10px;
}
.article h4 .iconfont{
    color: #d80001;
}

.article .article_list li .li_box{
    margin: 0 20px;
    padding: 12px 0;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
}
.article .article_list li:hover{
    background: #f6f6f6;
}

.article .article_list li h5{
    font: normal normal 14px/2 "微软雅黑";
    color:#666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article .article_list li small span{
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    font: normal normal 14px/1.5 "微软雅黑";
    color: #999;
    margin: 2px 10px;
    zoom:1;
}
.article .article_list li .txt{
    margin-right: 140px;
}
.article .article_list .art_link{
    float: right;
    padding: 6px 15px;
    margin: 12px 0;
    font: normal normal 14px/1 "微软雅黑";
    color: #bbb;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-right: 20px;
}
.article .article_list .art_link:hover{
    color: #d80001;
    border: 1px solid #d80001;
}
.article .iconfont{
    margin-right: 5px;
}

.contact #map{
    height:300px;
    width: 100%;
}

.contact .map_border{
    border: 1px solid #d88888;
    padding-right: 1px;
}
.contact .font{
    width: 75px;
    height: 75px;
    margin: 20px auto;
    line-height: 75px;
    background-image: url('/Public/Images/首页/chengtou/zh-cn/con_g.png');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}
.contact .font .iconfont{
    font-size: 28px;
    color: #d80001;
}

.contact{
    margin-top: 40px;
}

.contact p{
    margin: 0 -5px;
    line-height: 1.8;
    text-align: center;
}
.contact h4{
    font-size: 28px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 20px;
}

.contact h4 small{
    font-size: 12px;
    color: #555;
    line-height: 1.5;
    font-weight: normal;
    font-family: SourceHanSansCN-Light;
    display: block;
}

.contact_form {
    background: #f4f4f4;
}
.contact_form .form_box{
    margin-top: 20px;
}
.contact_form .form_box .s_row .col_lg_12{
    padding-right: 35px;
    padding-left: 35px;
    *padding-right: 0px;
    *padding-left: 0px;
}
.contact_form .form_box .s_row{
    margin-right: -35px;
    margin-left: -35px;
    *margin-right: 0px;
    *margin-left: 0px;

}
.contact_form .form_box .s_row .inp_control{
    *width: 380px;
}
.contact_form .form_box textarea.inp_control{
    *width: 845px;
}
.contact_form .inp_control{
    border: 1px solid #dbdbdb;
    margin-bottom: 15px;
}
.contact_form .inp_control.inp_yzm{
    *width: 180px;
}
.contact_form .label_control{
    float: left;
    overflow: hidden;
}
.contact_form .label_control span{
    color: #d80001;
}
.contact_form .inp{
    margin-left: 45px;
    width: auto;
}
.contact_form .yzm{
    height:34px;
    cursor: pointer;
}
.contact_form .btn{
    background: #929294;
    padding: 6px 35px;
}

.contact_form .btn:hover{
    background: #d80001;
}



/*2017.1.2*/
.m_choose{
    display: none;
    margin-top: 0px;
    position: relative;
}
.m_choose.is_stuck{
    z-index: 2;
    margin-top: 50px;
    transition: all 0.5s;
}
.m_choose .left{
    width: 15%;
}
.m_choose .left >a{
    display: block;
    width: 100%;
    background: #dd0000;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding-left: 13px;
    text-align: center;
    /*border-bottom: 1px solid #dd5f40;*/
}

.m_choose .iconfont{
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    margin-right: 10px;
}

.m_choose .right{
    width: 85%;
}

.m_choose .right a{
    display: block;
    height: 40px;
    line-height: 40px;
    background: #f0f0f0;
    padding-left: 13px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #f0f0f0;
}
.m_choose .right .iconfont{
    float: right;
    font-size: 20px;
    color: #666;
    line-height: 40px;
    margin-right: 10px;
}
.m_choose .sub_nav{
    position: absolute;
    top:40px;
    left: 0;
    width: 100%;
}

.m_choose .dropdown_menu a{
    border-top: 1px solid #fff;
}
.m_choose .sub_nav a{
    display: block;
    font-size: 14px;
    /*padding: 10px 20px;*/
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding-left: 13px;
    background: #dd0000;
    border-top: 1px solid #dd5f40;
}
.m_choose .dropdown_menu a .iconfont{
    float: right;
    line-height: 40px;
    font-size: 14px;
}
.m_choose .dropdown_menu{
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.project_detail a.back{
    display: none;
}

.search_result .result_list li a:hover,
.search_result .result_list li a:hover .date,
.search_result .result_list li a:hover .clumn{
    color: #d80001;
}


@media (max-width: 1200px) {

    .banner{
        margin-top: 50px;
    }
    .banner .slick-slide .banner_item{
        padding-top: 34%;
    }
    .banner .word_range{
        width: 100%;
    }
    .banner .word{
        width: 100%;
    }
    .m_nav_fixed {
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: #fff;
        max-width: 9999px;
        z-index: 9999;
    }
    .m_nav_fixed button{
        float: right;
        height: 50px;
    }
    .m_nav_fixed button:after{
        top: 13px;
    }
    .m_nav_fixed .logo_box a{
        display: block;
    }
    .m_nav_fixed .logo_box img{
        width: 260px;
        margin-top: 5px;
        margin-left: 5px;
    }
    .m_nav_fixed .m_nav_list{
        top:50px;
        margin: 0;
        z-index: 99999;
    }
    .m_nav_fixed button {
        background: #d80001;
    }

    .m_nav_fixed button:hover,
    .m_nav_fixed button.nav_btn_active,
    .m_nav_fixed ul {
        background: #d80001;
    }


    .history .his_slick {
        margin: 0px 59px 0px;
    }
    .history .his_slick .slick-prev{
        left: -55px;
    }
    .history .his_slick .slick-next{
        right: -55px;
    }
    .business .business_item .txt .iconfont{
        font-size: 32px;
    }
    .business .business_item .txt h4{
        font-size: 16px;
    }
    .main_con h3{
        line-height: 1.5;
    }
    .business .business_item .txt p{
        font-size: 12px;
    }
    .footer .copy_right{
        margin-left: 10px;
    }
    .footer .friend{
        margin-right: 10px;
    }
}


@media (max-width: 992px) {

    .index .accordion .item .pic_auto{
        border: none;
    }
    .index .accordion .item h4.all{
        display: block;
    }

    .index .accordion .item h4.short{
        display: none;
    }

    .side_bar{
        display: none;
    }
    .main_con{
        margin-left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        overflow: hidden;
    }
    .main_con .main_box{
        margin: 0 10px;
    }
    .main_con h3{
        font-size: 28px;
    }

    .main_con h3 small {
        font-size: 20px;
    }
    .cur_box{
        display: none;
    }
    .m_choose{
        display: block;
    }
    .contact h4{
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .banner_in .word{
        display: none;
    }
    .banner_in .word_b{
        display: none;
    }
    .index .col_lg_14{
        padding-left: 10px;
    }
    .index .col_lg_10{
        padding-right: 10px;
    }
    .index .index_new_box {
        margin-bottom: 15px;
    }
    .index{
        padding:  30px 0;
    }

    .banner .slick-prev,
    .banner .slick-next{
        /*-webkit-transform: scale(0.5);*/
        /*-moz-transform: scale(0.5);*/
        /*-ms-transform: scale(0.5);*/
        /*-o-transform: scale(0.5);*/
        /*transform: scale(0.5);*/
        display: none !important;
    }

    .slick-dots{
        bottom: 10px;
    }
    .qualifications .qua_slider_for .slick-prev,
    .qualifications .qua_slider_for .slick-next{
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }
    .index_new_box .new_box_left{
        float: none;
        width: auto;
        text-align: right;
    }
    .index_new_box .new_box_right{
        margin-left: 10px;
    }
    .index_new_box .new_box_left h3{
        float: left;
        margin: 10px 5px;
    }
    .index_new_box .new_box_left a{
        margin: 6px 5px;
    }
    .main_con .company{
        margin: 10px 0;
        position: static;
    }
    .main_con .company .txt .col_lg_9{
        display: none;
    }
    .main_con .company .txt .col_lg_15{
        width: 100%;
    }
    .main_con .company .txt_border{
        padding-right: 0;
        border: none;
    }
    .main_con .company_img_right{
        display: none;
    }
    .main_con .company_img{
        margin-right: 0;
        height: 0;
        padding-top: 55%;
    }
    .main_con h3{
        font-size: 24px;
    }

    .main_con h3 small {
        font-size: 18px;
    }

    .footer{
        text-align: center;
    }
    .history .slick-current .time{
        background:  url("/Public/Images/首页/chengtou/zh-cn/blue_line.png") no-repeat center 5px;
    }


    .footer span{
        display: block;
        text-align: center;
    }
    .footer .copy_right{
        margin-right: 0;
        float: none;
    }
    .footer .pull_left{
        float: none;
    }
    .friend{
        display: none;
    }
    .qualifications .qua_slider_for{
        width: 80%;
    }
    .qualifications .qua_slider_for .slick-prev {
        left: -46px;
    }
    .qualifications .qua_slider_for .slick-next {
        right: -46px;
    }
    .project .project_item .img_box img{
        width: 100%;
    }
    .project .col_lg_12{
        margin-bottom: 20px;
    }
    .project_detail{
        margin: 20px 0;
    }
    .project_detail .detail_nav{
        line-height: 36px;
    }
    .project_detail .txt_box .left_col{
        margin-right: 0;
        border: none;
    }
    .project_detail .txt_box .right_col{
        width: 100%;
        margin-bottom: 15px;
    }
    .project_detail .table_box{
        margin-left: 10px;
    }
    .project_detail .txt_box h5{
        padding-left: 0px;
    }
    .project_detail .detail_nav .menu{
        display: none;
    }
    .project_detail a.back {
        margin: 0 auto;
        width: 108px;
        height: 36px;
        /*padding: 4px 0;*/
        border: 1px solid #aaaaaa;
        display: block;
        text-align: center;
        color: #aaaaaa;
        -webkit-transition: .3s;
        transition: .3s;
        line-height: 36px;
        border-radius: 2px;
        margin-top: 15px;
    }
    .project_detail .detail_nav .next{
        text-align: left;
    }
    .project_detail .txt_box .left_col .txt{
        margin-right: 0;
    }
    .news .news_describe p{
        height: auto;
    }
    .news .news_head .news_info span.shera{
        display: none;
    }
    .project .col_lg_12{
        width: 100%;
        padding: 0;
    }
    .news_list .img_box{
        width: 100%;
        float: none;
        margin: 0;
    }
    .news .news_box{
        height: auto;
    }
    .news .news_head h3{
        font-size: 20px;
    }
    .news .news_head h3 small{
        font-size: 16px;
    }

    .article .article_list li .li_box{
        margin: 0 10px;
    }
    .article .article_list .art_link{
        margin-right: 0;
        padding: 4px 10px;
    }
    .article .article_list li .txt {
        margin-right: 100px;
    }
    .contact .map_border{
        margin-top: 40px;
    }
    .form_box .text_right{
        text-align: left;
    }
    .form_box .text_right input{
        margin-left: 45px;
    }
    .news .news_foot .art_back a.print{
        display: none;
    }
    .news .news_foot .art_back a{
        padding: 5px;
    }
    .news .news_detail{
        margin: 0;
    }
    .news .news_con img{
        height: auto;
    }

}

@media (max-width: 321px) {
    .business .business_item .txt h4 {
        font-size: 14px;
    }
    .business .business_item .txt p{
        line-height: 1.2;
    }
}



/*2018.1.4 neal edit*/
.pro_main.main_box{
    margin: 0 20px;
}
.pro_main .detail_list h4,
.pro_main .txt h4{
    font: normal normal 18px/1.5 "微软雅黑",Arial;
    color: #666;
}
.pro_main .good{
    display: block;
    position: absolute;
    top:10px;
    right: 10px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: url("/Public/Images/首页/chengtou/zh-cn/zan.png") no-repeat center;
    cursor: pointer;
    font-size: 16px;
    color: #030303;
    z-index: 999;
    text-indent: 40px;
    text-align: center;
}
.pro_main .good.on{
    background: url("/Public/Images/首页/chengtou/zh-cn/zan_on.png") no-repeat center;
}

.pro_main .txt p{
    font: normal normal 14px/1.6 "微软雅黑",Arial;
    color: #999;
    text-indent: 2em;
}
.project_detail {
    margin: 20px -10px;
}

.slick-prev:after,
.slick-next:after{
    display: none;
}

.detail_slick .slick-prev,
.detail_slick .slick-next{
    width: 40px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    background: rgba(0, 0, 0,0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#7F000000,endColorstr=#7F000000)"; /*Filter for IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#7F000000, endColorstr=#7F000000); /*Filter for older IEs */
}

.detail_slick .slick-prev .iconfont,
.detail_slick .slick-next .iconfont{
    font-size: 28px;
    color: #b1b1b0;
}
.detail_slick a{
    display: block;
}
.detail_slick .detail_item{
    padding-top: 70%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.project_detail .txt{
    margin-top: 20px;

}
.project_detail .txt .txt_t{
    border: 1px solid #e9e9e9;
    padding:5px 10px;
    min-height: 116px;
}
.detail_list ul{
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}
.detail_list li{
    height: 43px;
    line-height: 43px;
    border-bottom: 1px solid #e9e9e9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
}
.detail_list .name{
    background-color: #f2f2f2;
    color: #999;
    font-size: 14px;
    text-align: center;
}
.re_list{
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px dashed #dcdcdc;
}
.re_list h4{
    width: 300px;
    margin-bottom: 15px;
    font: normal bold 16px/2 "微软雅黑";
    color: #333;
    border-bottom: 1px solid #dcdcdc;
}
.re_list h4 span{
    display: inline-block;
    *display: inline;
    margin-bottom: -1px;
    border-bottom: 2px solid #d80001;
    zoom: 1;
}
.re_list h5{
    font: normal normal 14px/40px "微软雅黑";
    color: #666;
    background: #f7f7f7;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.re_list a{
    display: block;
}

.banner .word_range{
    position: absolute;
    width: 1200px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.banner .word_range .word_b{
    position: absolute;
    top: 10px;
    left: 0px;
}

.banner .word.word_b{
    font-size: 20px;
    line-height: 40px;
    color: #fff;
}
.banner .word_range .word_b span{
    display: none;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}

.fixed_bottom{
    position: fixed;
    bottom: 100px;
    right: 50px;
}
.fixed_bottom ul{
    border: 2px solid #ddd;
    border-radius: 4px;
}
.weixin_b,
.go_top{
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    /*display: none;*/
}
.weixin_b{
    border-bottom: 2px solid #c9c8c8;
}
.weixin_b:hover .iconfont{
    color: #51c332;
}
.weixin_b .iconfont{
    font-size: 30px;
    color: #ccc;
}
.go_top .iconfont{
    font-size: 38px;
    color: #ccc;
}
.fixed_bottom .weixin_img{
    display: none;
    position: absolute;
    right:54px;
    top:0;
    width: 150px;
    background: #fff;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    webkit-box-shadow: 0px 0px 2px 2px rgba(72, 59, 52, .1);
    -moz-box-shadow: 0px 0px 2px 2px rgba(72, 59, 52, .1);
    box-shadow: 0px 0px 2px 2px rgba(72, 59, 52, .1);
}

.fixed_bottom .weixin_img p{
    color: #999;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    padding-bottom: 10px;
}


.staff_txt {
    margin-top: 25px;
    margin-left: 20px;
    margin-right: 20px;
}
.staff_txt p{
    font: normal normal 16px/1.5 宋体;
    margin-bottom: 15px;
    text-indent: 2em;
}
.staff_nav{
    height: 48px;
    line-height: 48px;
    color: #999;
    position: relative;
    border-top: 1px dashed #e5e5e5;
    margin-top: 30px;

}
.staff_nav a{
    height: 48px;
    line-height: 48px;
    color: #999;
}

.staff_nav a:hover{
    color: #d80001;
}

.staff_nav .prev {
    text-align: left;
}
.staff_nav .next {
    text-align: right;
}
.staff_nav .menu {
    text-align: center;
    position: absolute;
    left: 50%;
    top:0;
    margin-left: -38px;
    font-size: 14px;
    color: #999;
    z-index: 2;
}
.staff_nav .ico_menu {
    line-height: 48px;
    font-size: 16px;
    margin-right: 5px;
    cursor: pointer;
}
.employee .qua_slider_for .img_box{
    text-align: center;
    height: 500px;
    line-height: 500px;
}

.employee .qua_slider_for .img_box img{
    display: inline;
    max-height: 100%;
    vertical-align: middle;
    width: auto;
}
.employee .qua_slider_nav .img_box {
    border: 1px solid #c0c8dd;
    padding-top: 90%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.employee .qua_slider_nav .slick-current .img_box{
    border: 1px solid #d80001;
}
@media (max-width: 1200px) {

    .banner .word_range {
        width: 100%;
        font-size: 20px;
    }

    .banner .word {
        width: 100%;
        font-size: 20px;
    }
    .banner .word_range .word_b span{
        font-size: 20px;
    }
}


.ball-clip-rotate > div{
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 2px solid #d80001;
    border-bottom-color: transparent;
    height: 26px;
    width: 26px;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: rotate 0.75s 0s linear infinite;
    animation: rotate 0.75s 0s linear infinite;
}
.loader-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
}
.banner_load{
    position: absolute;
    z-index: 9999;
    background: #f5f5f5;
    width: 100%;
    padding-top: 29%;
}
.honor_slick .img_box{
    padding-top: 75%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}


/*2018.2.2 neal edit*/
.new_honorimg{
    border: 1px solid #c0c8dd;
    padding: 5px;
    font-size: 0;
    line-height: 0;
    margin: 10px 0;
}
.new_honorimg img{
    width: 100%;
}
