body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{padding:0; margin:0;}
body{ background:#fff; color:#666;overflow-x: hidden;min-width:1150px;}
body,button,input,select,textarea{font:13px/1.5 "微软雅黑",arial; color:#333;}
h1,h2,h3,h4,h5,h6,button,input,select,textarea{font-size:100%}
address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp{font-family:courier new, courier, monospace}
small {font-size:12px}
ul,ol{list-style-type:none; list-style-image:none}
a {color:#333; text-decoration:none; outline:none;}
a:hover{text-decoration:none;}
img{ border:none;}
input{border: none;outline: none;}
*{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.tan05{-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.tan01{-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.b{display: block;width: 100%;height: 100%;}
.p{padding: 0 calc(50% - 550px);}
@font-face {font-family: code;  src: url('../fonts/code.woff');}
.noclick{pointer-events: none;}
.trans{opacity: 1;-webkit-transform: translate(0, 0);-moz-transform: translate(0, 0);-ms-transform: translate(0, 0);-o-transform: translate(0, 0);transform: translate(0, 0);}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*首页-----------------------------------------------------------*/
.header{
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 1150px;
    z-index: 99999999;
    background: white;
}
.logo{
    width: 193px;
    height: 50px;
    float: left;
    margin:15px 35px 0 0;
}
.nav{
    width: 830px;
    float: left;
    height: 100%;
    padding-top: 20px;
    text-align: center;
}
.nav li{
    float: left;
    width: 78px;
    height: 100%;
    position: relative;
    margin-right: 15px;
    font-size: 16px;
    line-height: 42px;
}
.nav li>a{
    width: 100%;
    height: 60px;
    display: block;
}
.nav li:hover>a,.nav li.active>a{
    color: white;
    background: #c5271e;
}
.nav li:after{
    border: 5px solid transparent;
    border-top-color: #333;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    content: "";
    top: 20px;
    right: -12px;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li:last-child:after{
    display: none;
}
.nav_two{
    position: absolute;
    top: 60px;
    background-color: rgba(197,39,30,.7);
    font-size: 14px;
    width: 136px;
    display: none;
}
.nav_two a{
    display: block;
    height: 60px;
    color: white;
    text-align: left;
    text-indent: 13px;
    font-size: 14px;
    font-weight: normal;
    line-height: 60px;
    border-bottom: 1px dashed hsla(0,0%,100%,.5);
}
.nav_two a:last-child{
    border-bottom: none;
}
.nav_two a:hover{
    background-color:#c5271e;
}
/*banner图*/
.swiper_banner{
    width: 100%;
    overflow: hidden;
    height: 375px;
    position: relative;
    margin-top: 80px;
}
.swiper_banner .swiper-slide{
    overflow: hidden;
    position: relative;
}
.swiper_banner .swiper-slide img{
    display: block;
    position: absolute;
    left: 50%;
    width: 1920px;
    height: 375px;
    margin-left: -960px;
}
.swiper_banner .swiper-slide-active{
    z-index: 9999;
}
.swiper_banner .swiper_banner_span{
    position: absolute;
    text-align: center;
    bottom: 20px;
    z-index: 99999;
    width: 100%;
}
.swiper_banner_span span{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    cursor: pointer;
    opacity: 1;
    background-color: white;
}
.swiper_banner_span span.swiper-pagination-bullet-active{
    background-color: #c5271e;
}
/*新闻模块*/
/*新闻模块*/
.news {
    background: url("../images/news_bg.jpg");
    border-bottom: 12px solid #d0dfeb;
    height: 230px;
}

.news_c {
    width: 837px;
    height: 100%;
    /*margin: 0 auto;*/
    background: white;
    float: left;
}
.news-peper{
    float: left;
    width: 263px;
    border-left: 1px solid #999;
    height: 100%;
    overflow: hidden;
}


.swiper_news {
    width: 442px;
    float: left;
    height: 100%;
    padding: 20px 20px 0;
    overflow: hidden;
    position: relative;
}

.title {
    font-size: 20px;
    color: #0e6eb8;
    line-height: 30px;
    font-weight: normal;
}

.title a {
    color: #0e6eb8;
}

.title b {
    font-family: "code";
}


.swiper_news .swiper-slide {
    font-size: 14px;
}

.swiper_news .swiper-slide h3 {
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper_news .swiper-slide p {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #666;
}

.swiper_news .swiper-wrapper {
    height: 168px;
}

.swiper_news .swiper-slide span {
    color: #999;
    margin-top: 10px;
    display: block;
}

.swiper_news_prev, .swiper_news_next {
    position: absolute;
    width: 31px;
    height: 26px;
    text-align: center;
    color: black;
    background: #efefef;
    bottom: 27px;
    z-index: 9999;
    cursor: pointer;
}

.swiper_news_prev:hover, .swiper_news_next:hover {
    background: #d5d5d5;
    color: #0e6eb8;
}

.swiper_news_prev:hover:before {
    border-bottom-color: #0e6eb8;
    border-left-color: #0e6eb8;
}

.swiper_news_next:hover:before {
    border-top-color: #0e6eb8;
    border-right-color: #0e6eb8;
}

.swiper_news_prev {
    right: 45px;
}

.swiper_news_next {
    right: 10px;
}

.swiper_news_prev:before, .swiper_news_next:before {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 8px;
    border: 1px solid black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.swiper_news_prev:before {
    left: 12px;
    border-top-color: transparent;
    border-right-color: transparent;
}

.swiper_news_next:before {
    left: 7px;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.case {
    width: 395px;
    float: left;
    height: 100%;
    background: url("../images/case_bg.jpg") no-repeat;
    text-align: center;
    padding: 20px 35px 0;
}

.case > div > a > p {
    font-size: 20px;
    line-height: 34px;
    color: white;
    font-family: "code", "微软雅黑";
}

.case_list {
    overflow: hidden;
    margin-top: 20px;
}

.case_list li {
    float: left;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    line-height: 62px;
    font-size: 14px;
    margin-right: 25px;
}

.case_list li a {
    background: white;
    border-radius: 50%;
}

.case_list li:last-child {
    margin-right: 0;
}

.case_list li:hover a {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.case_list li:hover a {
    color: #0e6eb8;
}
/*服务模式*/
.service{
    background: #f5f5f5;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
}
.service_title{
    display: inline-block;
    margin-bottom: 10px;
}
.service_title p{
    font-family: "code","微软雅黑";
    color: #c5271e;
    font-size: 32px;
    line-height: 52px;
}
.service_list{
    overflow: hidden;
}
.service_list li{
    width: 260px;
    height: 245px;
    float: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}
.service_list li:nth-child(4n){
    margin-right: 0;
}
.service_list li i{
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 12px;
    right: 12px;
    z-index: 999;
}
.service_list li i:before,.service_list li i:after{
    display: block;
    position: absolute;
    content: "";
    background: #c5271e;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.service_list li i:before{
    width: 100%;
    height: 3px;
    top: 6px;
}
.service_list li i:after{
    width: 3px;
    height: 100%;
    top: 0;
    left: 6px;
}
.service_info{
    position: absolute;
    z-index: 99;
    background: rgba(197,39,30,.85);
    top: 197px;
}
.service_info h3{
    color: white;
    line-height: 48px;
    font-size: 16px;
}
.service_info p{
    font-size: 14px;
    line-height: 24px;
    padding: 0 25px;
    text-align: left;
    color: white;
}
.service_list li:hover i{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.service_list li:hover i:before,.service_list li:hover i:after{
    background: white;
}
.service_list li:hover .service_info{
    padding-top: 30px;
    background: rgba(197,39,30,1);
    top: 0;
}
/*关于我们*/
.about{
    display: none;
    height: 350px;
    background: url("../images/about_bg.jpg") no-repeat center center;
    padding:40px calc(50% + 25px) 40px calc(50% - 575px);
    color: white;
}
.about .title a{
    color: white;
    line-height: 60px;
}
.about_info{
    height: 210px;
    overflow: hidden;
}
.about_info p{
    font-size: 14px;
    line-height: 30px;
}
/*友情链接*/
.friend{
    padding: 20px calc(50% - 500px) 40px;
    text-align: center;
    position: relative;
}
.friend .title{
    line-height: 70px;
}
.swiper_friend{
    height: 55px;
    overflow: hidden;
}
.swiper_friend li{
    border: 1px solid #d6d6d6;
}
.swiper_friend_prev,.swiper_friend_next{
    width: 12px;
    height: 27px;
    position: absolute;
    top: 105px;
    cursor: pointer;
}
.swiper_friend_prev{
    background: url("../images/friend_l.png") no-repeat;
    left: calc(50% - 550px);
}
.swiper_friend_next{
    background: url("../images/friend_r.png") no-repeat;
    right: calc(50% - 550px);
}
/*底部信息*/
.footer{
    width: 100%;
    height: 120px;
    border-top: 1px solid #ccc;
    text-align: center;
    line-height: 30px;
    padding-top: 30px;
}
.footer p a{
    display: inline-block;
    padding: 0 18px;
    height: 13px;
    line-height: 13px;
    margin-top: 5px;
    border-right: 1px solid #333;
}
.footer p a:hover{
    text-decoration: underline;
}
.footer p a:last-child{
    border-right: none;
}
.footer p img{
    display: inline-block;
    vertical-align: baseline;
}
.i_footer{
    height: 90px;
}
/*关于我们页面--------------------------------------------------------------*/
.i_head{
    margin-top: 80px;
    height: 250px;
    position: relative;
}
.i_head>img{
    display: block;
    position: absolute;
    width: 1920px;
    height:100%;
    margin-left: -960px;
    left: 50%;
}
.i_info{
    padding-top: 25px;
    padding-bottom: 50px;
}
.i_title{
    overflow: hidden;
    padding-bottom: 25px;
}
.i_title>p{
    line-height: 50px;
    font-size: 22px;
    float: left;
    color: #666;
}
.i_title p b{
    font-size: 25px;
    color: #c4261c;
}
.i_alist{
    float: right;
    font-size: 13px;
    color: #999;
    line-height: 50px;
}
.i_alist a{
    color: #999;
}
.i_alist a:hover{
    text-decoration: underline;
}
.i_title2{
    overflow: hidden;
    height: 63px;
    border-bottom: 5px solid #ddd;
    background: #f5f5f5;
}
.i_title2 li{
    float: left;
    width: 137px;
    height: 100%;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 15px;
    line-height: 58px;
}
.i_title2 li:hover a,.i_title2 li.active a{
    background: #c4261c;
    color: white;
}
.i_info_con{
    margin-top: 30px;
}
.i_info_con>img{
    display: block;
    width: 100%;
    height: 380px;
    margin-bottom: 10px;
}
.i_info_con>h3{
    font-size: 24px;
    line-height: 60px;
    text-align: center;
}
.i_info_con>p{
    font-size: 14px;
    line-height: 32px;
}
/*产品中心页面----------------------------------------------------------*/
.i_prolist{
    padding-top: 25px;
    overflow: hidden;
}
.i_prolist li{
    float: left;
    width: 252px;
    height: 230px;
    margin: 0 30px 20px 0;
}
.i_prolist li:nth-child(4n){
    margin-right: 0;
}
.i_prolist li img{
    display: block;
    width: 100%;
    height: 189px;
}
.i_prolist li p{
    line-height: 41px;
    text-align: center;
}

/*flinkink neiye*/

.i_prolist_link{
    padding-top: 25px;
    overflow: hidden;
}
.i_prolist_link li{
    float: left;
    width: 144px;
    height: 86px;
    margin: 0 46px 20px 0;
}
.i_prolist_link li:nth-child(6n){
    margin-right: 0;
}
.i_prolist_link li img{
    display: block;
    width: 100%;
    height: 189px;
}
.i_prolist_link li p{
    line-height: 41px;
    text-align: center;
}
.pages{
    clear: both;
    text-align: center;
    overflow: hidden;
    margin:20px auto;
}
.pages a{
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #c3c3c3;
    background-color: #f5f5f5;
    line-height: 24px;
    text-align: center;
    margin-right: 16px;
}
.pages a:last-child{
    margin-right: 0;
}
.pages a.page_top,.pages a.page_bottom{
    width: 30px;
}
.pages a.page_active{
    color: #ff0000;
}
/*品质保证内页-------------------------------------------------------------*/
.i_title_b{
    border-bottom: 1px solid #c6c6c6;
}
.i_q_info{
    padding: 0 25px 0 0;
    line-height: 30px;
}
.i_q_info dt{
    font-size: 18px;
    color: #c4261c;
}
.i_q_info dd{
    font-size: 14px;
    margin-bottom: 20px;
}
/*人才招聘页面---------------------------------------------------------------*/
.i_p_list{
    overflow: hidden;
    padding-top: 25px;
}
.i_p_list li{
    float: left;
    width: 530px;
    height: 345px;
    padding: 25px;
    margin: 0 40px 30px 0;
    background: #eee;
    line-height: 30px;
}
.i_p_list li:nth-child(2n){
    margin-right: 0;
}
.i_p_info dt{
    font-weight: bold;
    font-size: 16px;
    line-height: 38px;
}
.i_p_info dt:first-child{
    font-size: 18px;
}
.i_p_info dt:first-child b{
    color: #c4261c;
}
.i_p_info dd{
    font-size: 16px;
    color: #666;
}
.i_p_info dd span{
    display: inline-block;
}
.i_p_info dd span:first-child{
    margin-right: 60px;
}
.i_p_info dd b{
    color: #0e6eb8;
    font-weight: normal;
    cursor: pointer;
}
.i_p_info_fiexd{
    width: 100%;
    height: 100%;
    min-width: 1150px;
    min-height: 850px;
    position: fixed;
    background: rgba(0,0,0,.5);
    top: 0;
    display: none;
}
.i_p_info_fiexd i{
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,.6);
    top: 10px;
    right: 10px;
}
.i_p_info_fiexd i:before,.i_p_info_fiexd i:after{
    display: block;
    position: absolute;
    content: "";
    background: white;
    cursor: pointer;
}
.i_p_info_fiexd i:before{
    width: 35px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 17px;
    left: 2px;
}
.i_p_info_fiexd i:after{
    width: 5px;
    height: 35px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
    left: 17px;
}
.i_p_info_fiexd dl{
    width: 900px;
    height: 600px;
    padding: 50px;
    overflow-y: scroll;
    background: white;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -300px 0 0 -450px;
}

/*人才招聘页面---------------------------------------------------------------*/

.jobtable {
    width: 1000px;
    margin: 20px auto;
}

.jobtable .hr-bg {
    background: #cccccc;
}

.jobtable th {
    height: 40px;
    font-size: 12px;
    color: #d71921;
    text-align: center;
    border-right: 1px solid #fff;
    font-family: "微软雅黑";
}

.jobtable tr {
    width: 1000px;
    height: 40px;
    border-bottom: 1px solid #dcdcdc;
}
.jobtable td {
    text-align: center;
    border-right: 1px solid #dcdcdc;
    color: #666666;
    font-family: "宋体";
}

.jobtable .first {
    padding-left: 15px;
    text-align: left;
}

.jobtable td.last {
    border: none;
}
/*人才招聘详情页面--------------------------------------------------------*/
.joinus_tb{
    width: 1000px;
    margin: 20px auto;
    line-height: 40px;
}
/*新闻页面---------------------------------------------------------------*/
.i_news_list{
    overflow: hidden;
    padding: 25px 10px 0;
}
.i_news_list li{
    width: 340px;
    height: 300px;
    padding: 25px;
    box-shadow: 0 0 5px rgba(0,0,0,.6);
    line-height: 26px;
    font-size: 14px;
    margin: 0 30px 31px 0;
    float: left;
}
.i_news_list li:nth-child(3n){
    margin-right: 0;
}
.i_news_list li h3{
    font-size: 16px;
    margin-bottom: 10px;
    height: 52px;
    overflow: hidden;
}
.i_news_list li p{
    color: #666;
    height: 156px;
    overflow: hidden;
}
.i_news_list li span{
    display: inline-block;
    padding-right: 25px;
    color: #0e6eb8;
    margin-top: 5px;
    background: url("../images/i_news_more.png") no-repeat right center;
}
.i_news_list li:hover h3{
    text-decoration: underline;
}
/*联系我们页面---------------------------------------------------------*/
.i_c_info{
    padding-top: 50px;
    overflow: hidden;
}
.i_c_info_l{
    /*float: left;*/
    line-height: 42px;
    /*text-align: center;*/
    /*width: 490px;*/
}
.i_c_info_l h3{
    font-size: 26px;
}
.i_c_info_l h4{
    font-size: 22px;
    margin-top: 10px;
}
.i_c_info_l p{
    font-size: 20px;
}
.map{
    /*width: 610px;
    float: left;*/
    margin-top: 30px;
    height: 450px;
    overflow: hidden;
}

/*修改---------------------------------------------------------------------*/
.swiper-news-imp{
    width: 395px;
    height: 100%;
    overflow: hidden;
    float: left;
    position: relative;
}
.swiper-news-imp .swiper-news-imp-span{
    position: absolute;
    height: 20px;
    bottom: 20px;
    padding: 0 20px;
    z-index: 9;
    text-align: right;
}
.swiper-news-imp-span span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    background: white;
    padding: 2px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    border-radius: 0;
    opacity: 1;
}
.swiper-news-imp-span span +span{
    margin-left: 10px;
}
.swiper-news-imp-span span.swiper-pagination-bullet-active{
    color: #36c;
    font-weight: bold;
}

/*二维码*/
.erweima{
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 100px;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,.6) url("../images/wechat.png") no-repeat center center / 40px 40px;
}
.erweima img{
    display: block;
    position: absolute;
    left: -142px;
    opacity: 0;
    visibility: hidden;
    top: -90px;
    border: 3px solid black;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.erweima:hover img{
    visibility: visible;
    opacity: 1;
    top: -50px;
}











.r{ float:right;}
.l{ float:left;}
a{ outline:none;}
.blue{ color:#C4261C;}
.mar_20{margin-top:20px;}
.ny_pad{ min-height:300px;  overflow:hidden; width: 1100px;margin: 0 auto; padding-top: 30px;}
.ny_news_tl88 li{text-align:center; height:40px; line-height:40px;}
.ny_news_tl88 .new_title{font-size:18px; font-weight:bold; border-bottom:#ab916e dotted 1px;}
.ny_news_tl88 span{padding:0 5px; color:#999;}
.ny_news_ct88{padding:0px 0px 30px; line-height:30px;}
.ny_news_ct88 p{ text-indent: 24px; }
.news_fy{padding:10px 50px 0; height:55px; border-top:#ccc solid 1px;position: relative;z-index: 999;}
.news_fy_l{width:300px;}
.news_fy_l li{height:24px; line-height:24px;}
.news_fy_l span{font-weight:bold;}
.news_fy_r{height:35px; overflow:hidden; padding-top:12px; width:200px;}
.news_fy_r .bdsharebuttonbox{float: right;}

.feedback_table{border-collapse:collapse; }
.feedback_table tr td input,.feedback_table tr td textarea{ margin:0 10px; border: 1px solid #ccc;}
.feedback_table tr td textarea{margin:10px 0px 10px 10px;}
.feedback_table tr td{ border: solid 1px #cccccc;}
.feedback_table tr td .bt{ width:57px; height:22px; line-height:22px;}

.sub{width: 320px;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}

.news_image{ padding:20px 0; position:relative;}
.news_image img{ border-radius:4px; display:block; margin:0 auto;}
.news_image #pre1{position:absolute; display:block; width:50%; height:100%; top:0; z-index:9; cursor: url(/images/1.cur?t=844888),auto;}
.news_image #next1{position:absolute;display:block; width:50%; height:100%; top:0; left:50%;z-index:9;cursor: url(/images/2.cur?t=844888),auto;}
 
/*翻页*/
.fy{height:32px;line-height:32px; text-align:center; width:100%; }
.fy a,.fy span{padding:5px 11px;border:#aaa solid 1px;margin:0 7px;background-color:#f5f5f5;}
.fy span,.fy a:hover{color:#0E6EB8;border: #0E6EB8 solid 1px;}
.flink a{ margin:0 5px;}
 


/*新闻页面修改-----------------------------------------------------------------*/
.i-n{
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 60px;
}
.i-n-l{
    float: left;
    width: 225px;
    margin-right: 36px;
}
.i-n-l h3{
    height: 65px;
    background: #e6e6e6;
    border-radius: 10px;
    font-size: 22px;
    line-height: 65px;
    color: #4d4d4d;
    font-weight: normal;
    margin-bottom: 13px;
    text-align: center;
    box-shadow: 0 3px 0 0 rgba(187,187,187,1);
}
.i-n-l h3 b{
    color: #c4261c;
    font-size: 23px;
}
.i-n-l-list li{
    height: 45px;
    line-height: 45px;
    text-indent: 35px;
    font-size: 16px;
    border-radius: 10px;
    box-shadow: 0 3px 0 0 rgba(187,187,187,1);
    margin-bottom: 7px;
    background:#e6e6e6 url("../images/i_n_list_libg.png") no-repeat left 20px center;
}
.i-n-l-list li a{
    color: #333;
}
.i-n-l-list li.active a,.i-n-l-list li:hover a{
    color: #c4261c;
}
.i-n-r{
    float: left;
    width: 835px;
}
.i-n-r-title{
    overflow: hidden;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 20px;
}
.i-n-r-title h3{
    color: #c4261c;
    float: left;
    font-weight: normal;
    font-size: 25px;
    line-height: 60px;
}
.i-n-list{
    margin-bottom: 40px;
}
.i-n-list li{
    height: 45px;
    line-height: 44px;
    border-bottom: 1px dashed #999;
}
.i-n-list li a{
    padding-left: 20px;
    background: url("../images/i_n_list_libg.png") no-repeat left center;
}
.i-n-list li p{
    float: left;
    width: 700px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.i-n-list li span{
    float: right;
    color: #999;
}
.i-n-list li:hover p{
    color: #c4261c;
}













/*联系我们页面修改----------------------------------------------------------------------*/
.i-co-info h3{
    font-size: 26px;
    margin-bottom: 10px;
}
.i-co-info p{
    font-size: 20px;
    line-height: 42px;
}
.i-co-info{
    background: url("../images/contact_info.jpg") no-repeat right center;
}