@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'gotham-book';
    src: url('../fonts/gotham-book-webfont.eot');
    src: url('../fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-book-webfont.woff2') format('woff2'), url('../fonts/gotham-book-webfont.woff') format('woff'), url('../fonts/gotham-book-webfont.ttf') format('truetype'), url('../fonts/gotham-book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: aria;
    src: url("../font/arial-webfont.eot");
    src: url("../font/arial-webfont.eot?#iefix") format('embedded-opentype'), url("../font/arial-webfont.woff") format('woff'), url("../font/arial-webfont.ttf") format('truetype'), url("../font/arial-webfont.svg") format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: DINCond;
    src: url("../font/DINCond-Medium.eot");
    src: url("../font/DINCond-Medium.eot?#iefix") format('embedded-opentype'), url("../font/DINCond-Medium.woff") format('woff'), url("../font/DINCond-Medium.ttf") format('truetype'), url("../font/DINCond-Medium.svg") format('svg');
    font-weight: normal;
    font-style: normal;
}
body, html {
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 30px;
    color: #666666;
    font-family:"Microsoft YaHei"; font-family:"microsoft yahei";
    
}
:focus {
    outline: 0;
}
* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}
fieldset {
    border: 1px dotted #ccc;
    border-radius: 3px;
}
sup, sub {
    font-size: 6px;
}
button[type='button'], input[type='button'], input[type='submit'], input[type='text'], input[type='search'], input[type='reset'] {
    -webkit-appearance: none;
}
input[type='text'], input[type='search'] {
    font-size: 14px;
}
em, i {
    font-style: normal;
}
ul, li, form {
    list-style-image: none;
    list-style: none;
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}
a, span, font, input, textarea, select, label, i {
    display: inline-block;
    vertical-align: top;
}
a span, label {
    cursor: pointer;
}
input, textarea, button {
    font-size: 14px;
    outline: none;
    resize: none;
    -webkit-appearance: none;
    transition: all 0.1s linear;
    vertical-align: top;
}
select {
    font-size: 14px;
    outline: none;
    resize: none;
    transition: all 0.1s linear;
}
input[type=checkbox] {
    -webkit-appearance: checkbox;
}
input[type=radio] {
    -webkit-appearance: radio;
}
img {
    border: 0;
    vertical-align: middle;
}
svg {
    vertical-align: middle;
}
form, div, p {
    display: block;
}
p {
    margin: 0;
    padding: 0.6em 0 0.6em 0;
}
a {
    color: #333333;
    text-decoration: none;
    transition: color 0.1s linear, background-color 0.1s linear, box-shadow 0.1s linear;
}
a:hover {
    color: #1d3994;
    text-decoration: none;
}
.mxmain {
    width: 1200px;
    margin: 0 auto;
}
.fl {
    float: left
}
.fr {
    float: right
}
.topbg {
    height: 10px;
    line-height: 10px;
    background-color: #0259b6;
    color: #fff;
    width: 100%;
    font-size: 14px;
    min-width: 1200px;
    padding: 0;
}
.topbg a {
    color: #fff;
}
.topbg .am-fr {
    position: absolute;
    right: 0px;
    padding: 0 0 0 0px;
  
    background-color: #cd281e;
    border-left: 2px solid #ffffff;
    height: 10px;
    width: 60%;
}
.topbg .am-fr .content {
    display: block;
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: skewX(-150deg);
    margin-right: 25%;
    text-align: right;
}
.topbg .am-fr span {
    padding-left: 10px;
}
.logo {
    padding: 20px;
    width: 283px;
    height: 57px;
}
.nav {
    width: 680px;
    margin: 0 auto;
    background-color: #000000;
    display: block;
    margin-top: 35px;
}
.nav li {
    float: left;
    display: block;
    position: relative;
    padding: 0px 30px;
}
.nav>li>a {
    display: block;
    height: 64px;
    text-align: left;
    position: relative;
}
.nav>li>a:before {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #0259b6;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}
.nav>li>a:hover:before, .nav>li>a.hov:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}
.nav>li>a.active .zh, .nav>li>a.hov .zh {
    color: #ff6400;
}
.nav .zh {
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}
.nav .en {
    color: #999;
    font-size: 12px;
    font-family: gotham-book;
    line-height: 30px;
    text-align: center
}
.clear {
    clear: both
}
.banner {
    background: url("../images/banner.jpg") no-repeat center top;
    width: 100%;
    height: 592px;
    min-width: 1200px;
}
/* 关于 */
.about {
    float: left;
    padding-top: 75px;
    width: 690px;
    height: 405px;/*	background: url(../images/about_pic.jpg) no-repeat right bottom;*/
}
.about .tit {
    height: 105px;
}
.about .tit h2 {
    font-size: 24px;
    color: #0259b6;
    line-height: 42px;
}
.about .tit h3 {
    font-family: DINCond;
    font-size: 16px;
    color: #CCC;
    line-height: 10px;
}
.about .con {
    width: 680px;
    height: 180px;
    font-size: 14px;
    color: #888;
    line-height: 36px;
}
.about .btm a.more {
    display: inline-block;
    width: 114px;
    height: 30px;
    background: url(../images/more_arrow.gif) no-repeat right center;
    font-size: 13px;
    color: #666;
    line-height: 30px;
}
.about .btm a:hover.more {
    background: url(../images/more_arrow_over.gif) no-repeat right center;
    color: #F68237;
}
/* 新闻 */
.news {
    float: right;
    position: relative;
    width: 460px;
}
.news .box {
    position: absolute;
    top: -100px;
    right: -20px;
    width: 460px;
    height: 520px;
    background: url(../images/news_bg.png) no-repeat;
    z-index: 99;
}
.news .tit {
    padding: 35px 60px 0 80px;
    height: 65px;
}
.news .tit h2 {
    float: left;
    height: 65px;
    background: url(../images/news_tit_line.gif) no-repeat left bottom;
    font-size: 24px;
    font-weight: normal;
    color: #0259b6;
    line-height: 65px;
}
.news .tit span {
    float: right;
    padding-top: 55px;
}
.news .tit span em {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #CCC;
    cursor: pointer;
    overflow: hidden;
}
.news .tit span em.emon {
    width: 10px;
    height: 10px;
    background: #F68237;
}
.news .con2 {
    padding: 0 60px 0 80px;
}
.news .list1 {
    display: none;
    width: 320px;
    overflow: hidden;
}
.news .list1 li {
    padding-top: 10px;
    width: 320px;
}
.news .list1 li .pic {
    width: 320px;
    height: 160px;
}
.news .list1 li h4 {
    padding: 0px 0 0px;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    line-height: 28px;
}
.news .list1 li a:hover h4 {
    color: #F68237;
}
.news .list1 li p {
    color: #888;
    font-size: 14px;
}
/*优势*/
.imain {
    width: 100%;
    overflow: hidden;
    margin: auto;
    clear: both;
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    clear: both;
}
.imain_content {
    width: 1200px;
    margin: auto;
    margin-top: 80px;
}
.ibg1 {
    height: 579px;
    background: url(../images/i_bg.jpg) center top no-repeat;
    min-width: 1200px;
}
.advantagel {
    margin-top: 20px;
    width: 30%;
    float: left;
    position: relative;
}
.btitle {
    height: 150px;
    padding: 50px 50px 20px 0px;
    color: #FFF; /*background:url(../images/kuang.png) right top no-repeat; */
    float: left;
}
.btitle h2 {
    font-size: 36px;
    font-weight: bold;
}
.btitle h2 i {
    background: #fff;
    height: 1px;
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.5;
}
.btitle h1 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: gotham-medium
}
.advantagetxt {
    clear: both;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.8;
}
.advantagetxt h1 {
    font-size: 14px;
    padding-bottom: 20px;
    color: #fff;
    padding-right: 20px;
}
.advantagetxt .more {
    padding: 6px 20px;
    background: #123e80;
    font-size: 14px;
    color: #fff;
    font-family: DINCond;
    margin-top: 30px;
}
.advantagetxt .more:hover {
    color: #e44509;
    background: #fff;
}
.advantager {
    width: 60%;
    padding: 2%;
    background: #FFF;
    float: left;
}
.advantager * {
    display: block;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.advantager li {
    float: left;
}
.advantager li img {
}
.advantager li h3 {
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px;
}
.advantager li i {
    background: #0259b6;
    height: 2px;
    width: 30px;
    margin: 10px 0px 20px 0px;
}
.advantager li span {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.advantager li:hover h3 {
    color: #e44509;
}
.advantager li:hover span {
    color: #000;
}
.adv1 {
    width: 40%;
    margin-bottom: 30px;
    padding-right: 5%;
    margin-left: 3%;
}
.adv2 {
    width: 45%;
    margin-bottom: 50px;
    padding-left: 5%;
}
.adv3 {
    width: 40%;
    padding-right: 5%;
    margin-left: 3%;
}
.adv4 {
    width: 45%;
    padding-left: 5%;
}
.iprobg {
    background-color: #f8f8f8;
    width: 100%;
    min-width: 1200px;
    height: 1040px
}
.ixnews {
    overflow: hidden;
    padding: 40px 0 60px
}
.ixnews h2 {
    height: 180px;
    text-align: center;
    background: url("../images/titlebg.jpg") no-repeat center 80px;
    font-size: 48px;
    color: #333333;
}
.ixnews h2 em {
    display: block;
    font-weight: normal;
    padding-top: 15px;
    font-size: 24px;
    color: #5a5a5a;
    text-transform: uppercase;
}
.ixnews h2 a {
    color: #333333;
}
/*底部*/
footer {
    background-color: #222;
    overflow: hidden;
    position: relative;
    padding: 10px;
    color: #ccc;
    min-width: 1200px;
}
footer .nice-select {
    border-color: #666;
}
footer .content .foot-nav {
    width: 60%;
    float: left;
    margin-bottom: 40px;
}
footer .content .foot-nav li {
    width: 33.3%;
    float: left;
    text-align: left;
}
footer li {
    float: left;
    padding: 0;
    color: #fff;
    margin-bottom: 10px;
}
footer li h3 a, .contact-info h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}
footer li p {
    line-height: 20px;
    font-size: 14px;
}
footer li p a, .contact-info .t1 {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    padding-bottom: 0;
}
.contact-info .t2, .contact-info .t2 a {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}
.contact-info .t3 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: gotham-book
}
footer li.foot-nav a:hover {
    color: #fff;
}
footer li.foot-nav h3 {
    color: #666;
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 10px;
    line-height: normal;
}
footer li.foot-nav p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: normal;
    color: #666;
}
footer h2 {
    margin-bottom: 5px;
}

.contact-info {
    color: rgba(255, 255, 255, .5);
}

footer .content {
    padding-top: 20px;
}
.copyright {
    overflow: hidden;
    font-size: 14px;
    background-color: #000000;
    padding:10px  0;
    min-width: 1200px;
}

.inews {
    overflow: hidden;
}
.inews dl {
    margin: 0px 0 10px;
    overflow: hidden
}
.inews dd {
    float: left;
    width: 100%;
}
.ilistnews {
    overflow: hidden;
*zoom:1;
}
.indexproductlist {
    padding-bottom: 50px;
    clear: both;
    padding-top: 20px;
    background-color: #ffffff;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}
.indexproductlist * {
    display: block;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.indexproductlist li {
    width: 250px;
    border: #ffffff 1px solid;
    background-color: #f8f8f8;
    padding: 10px;
    float: left;
    margin-right: 36px;
    margin-bottom: 30px;
}
.indexproductlist li:nth-child(3n+3) {
    width: 250px;
    border: #ffffff 1px solid;
    padding: 10px;
    float: left;
    margin-bottom: 20px;
    margin-right: 0;
}
.indexproductlist li a.hpimg {
}
.indexproductlist li a img {
    width: 250px;
    height: 180px
}
.indexproductlist li a h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
    color: #333333;
    text-transform: uppercase;
}
.indexproductlist li a:hover h3 {
    color: #12298c;
}
.indexproductlist li i {
    background: #123e80;
    height: 1px;
    width: 30px;
}
.indexproductlist li span {
    padding: 20px 0px 10px 0px;
}
.indexproductlist li span h2 {
    padding: 0px 0px 20px 0px;
    font-size: 16px;
    width: 100%;
}
.indexproductlist li span h4 {
    padding: 0px 0px 10px 0px;
}
.indexproductlist li span a {
    border: #e5e5e5 1px solid;
    width: 21%;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 5px 8px;
    border-radius: 6px;
    margin-bottom: 5px;
    margin-right: 10px;
    float: left;
}
.indexproductlist li span a:hover {
    color: #fff;
    background: #123e80;
}
.indexproductlist li a.more {
    padding: 5px 0px;
    font-size: 16px;
    font-family: DINCond
}
.indexproductlist li a.more:hover {
    color: #123e80;
}
.indexproductlist li:hover {/*box-shadow:0px 1px 20px 0px #ccc;*/
    border: #123e80 1px solid;
    box-shadow: 0px 1px 20px 0px #ccc;
}
.ilistnews li {
    width: 50%;
    height: 74px;
    margin-bottom: 40px;
    float: left;
}
.ilistnews li span, .showdate span {
    display: block;
    width: 74px;
    height: 74px;
    text-align: center;
    border-right: 1px solid #e3e3e3;
    float: left;
    margin-right: 16px;
}
.ilistnews li span em, .showdate span em {
    font-size: 16px;
    color: #999;
    display: block;
    font-style: normal
}
.ilistnews li span i, .showdate span i {
    font-size: 36px;
    color: #162c71;
    font-weight: bold;
    display: block;
    font-style: normal;
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.btit {
    width: 80%;
    float: left;
    height: 76px;
    overflow: hidden;
}
.btit h3 a {
    font-size: 16px;
    color: #000000;
    font-weight: 700
}
.btit h3 a:hover {
    color: #ff9501;
}
.btit p {
    font-size: 14px;
    color: #999999;
    margin-top: 0px;
    line-height: 20px;
}
.sbanner {
    width: 100%;
    height: 300px;
    min-width: 1200px;
    background: url("../images/sbanner.jpg") no-repeat center top;
}
.side_title {
    display: block;
    height: 45px;
    background: #cd281e;
    color: #fff;
    padding: 30px 30px 20px 30px;
    font-size: 30px;
    font-weight: normal;
}
.side_title span {
    display: block;
    height: 30px;
    font-size: 12px;
}
.side_manu {
    margin-bottom: 15px;
}
.side_manu ul {
    display: block;
    margin: 0px;
    padding-top: 10px;
}
.side_manu ul li {
    height: 45px;
    line-height: 45px;
    margin-bottom: 6px;
    background: url(http://www.rfcarbon.com/skin/default/images/guany_11.jpg) no-repeat;
}
.side_manu ul li a {
    display: block;
    padding-left: 50px;
    font-size: 14px;
}
.side_manu ul li a:hover {
    display: block;
    background: url(http://www.rfcarbon.com/skin/default/images/guany_08.jpg) no-repeat;
    color: #fff;
    font-size: 14px;
}
.side_manu ul li .active {
    display: block;
    background: url(http://www.rfcarbon.com/skin/default/images/guany_08.jpg) no-repeat;
    color: #fff;
    font-size: 14px;
}
.side_manu ul em {
    display: block;
    height: 45px;
    line-height: 45px;
    margin-bottom: 6px;
    background: url(http://www.rfcarbon.com/skin/default/images/guany_11.jpg) no-repeat;
}
.side_manu ul em a {
    display: block;
    padding-left: 50px;
    font-size: 14px;
}
.side_manu ul em a:hover {
    display: block;
    background: url(http://www.rfcarbon.com/skin/default/images/guany_08.jpg) no-repeat;
    color: #fff;
    font-size: 14px;
}
.side_manu ul em a.active {
    display: block;
    background: url(http://www.rfcarbon.com/skin/default/images/guany_08.jpg) no-repeat;
    color: #fff;
    font-size: 14px;
}
.side_manu ul i {
    display: block;
    height: 45px;
    line-height: 45px;
    margin-bottom: 6px;
    background: url(http://www.rfcarbon.com/skin/default/images/li_em.png) no-repeat 20px center;
    padding-left: 40px;
    border-bottom: 1px #f5f5f5 dotted;
}
.xcontact {
    background: #ffffff;
}
.xcontact span {
    display: block;
    padding: 20px 0px 0px 0px;
    color: #D40003;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.xcontact ul {
    display: block;
    margin: 0px;
    padding: 10px;
}
.diysr {
    height: 45px;
    line-height: 45px;
    color: #999;
    color: #cc0309;
    font-size: 16px;
    font-weight: bold;
    text-indent: 5px;
}
.diysr .line {
    border-top: 1px solid #f8f8f8;
    font-size: 0;
    height: 0;
    margin-right: 10px;
    overflow: hidden;
}
.pp30 {
    padding: 10px 0
}
.diysr i {
    font-size: 10px;
    font-family: arial;
    font-weight: normal;
    text-transform: uppercase;
    font-style: normal;
    padding-left: 5px;
    color: #999;
}
.am-breadcrumb {
    padding: .7em .5em;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 85%
}
.am-breadcrumb>li {
    display: inline-block
}
.am-breadcrumb>li [class*=am-icon-]:before {
    color: #999;
    margin-right: 5px
}
.am-breadcrumb>li+li:before {
    content: "\00bb\00a0";
    padding: 0 8px;
    color: #ccc
}
.am-breadcrumb>.am-active {
    color: #999
}
.am-breadcrumb-slash>li+li:before {
    content: "/\00a0"
}
.news-tit h3 {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #172450;
    text-align: center;
    padding-top:10px
}
.news-tit p {
    text-align: center;
    color: #666666;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}
.news-con {
    margin-top: 20px;
}
.fenxiang {
    width: 100%;
    height: 20px;
    line-height: 20px;
    border-bottom: solid 1px #ccc;
}
.fenye {
    width: 100%;
    height: 30px;
    padding: 0px 0px 0px 0px;
}
.right {
    float: right;
}



.xnews li {
    width: 100%;
    height: 84px;
    margin-bottom: 10px;
    float: left;
    border-bottom: 1px solid #f8f8f8;
    padding-top:15px;
}
.xnews li span, .showdate span {
    display: block;
    width: 74px;
    height: 74px;
    text-align: center;
    border-right: 1px solid #e3e3e3;
    float: left;
    margin-right: 16px;
}
.xnews li span em, .showdate span em {
    font-size: 16px;
    color: #999;
    display: block;
    font-style: normal
}
.xnews li span i, .showdate span i {
    font-size: 36px;
    color: #162c71;
    font-weight: bold;
    display: block;
    font-style: normal;
    width: 100%;
    height: 50px;
    line-height: 50px;
}