@charset "utf-8";/*reset*/
* {
    font-family: Microsoft Yahei, "", "Times New Roman";
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition-property: background;
}
html, body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul {
    margin: 0;
    padding: 0;
}
body {
    -webkit-text-size-adjust: 100%;  /*font-family: Microsoft Yahei;*/ /*line-height: 1;*/
}
li {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: none;
    max-width: 100%;
    vertical-align: top;
}
a {
    text-decoration: none;
    outline: none;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
*zoom: 1;
}
.iconfont {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-family: "iconfont";
    font-size: 16px;
    font-style: normal;
}
.icon {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}
.img {
    overflow: hidden;
}
.nomargin {
    margin: 0 !important;
}
.wp100 {
    width:100%;
}
.layer {
    width:100%;
    max-width:1200%;
}
.wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    z-index:1;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mb10 {
    margin-bottom:10px;
}
.mb20 {
    margin-bottom:20px;
}
.mb30 {
    margin-bottom:30px;
}
.mb60 {
    margin-bottom:60px;
}
.ml20 {
    margin-left:20px;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.pst_r {
    position: relative;
}
.t_block {
    display: block;
}
img.t_block {
    display: block;
    max-width: 100%;
    _width: 100%;
    height: auto;
    margin:0 auto;
}
.icon {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "iconfont";
    font-size: 16px;
    font-style: normal;
}
.img {
    overflow: hidden;
}
.nomargin {
    margin: 0 !important;
}
a, a:link, a:visited {
    color:#484848;
    text-decoration: none;
}
a:hover {
    color:#f00;
    text-decoration: none;
}/*--header--*/
@font-face {
font-family: 'iconfont';
src: url("../font/iconfont.eot");
src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.svg#iconfont") format("svg"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype");
}/*reset*/
body, input, textarea {
    -webkit-text-size-adjust: 100%;
    font-family: Microsoft Yahei;
    font-size: 12px;
}
input, textarea {
    outline: none;
}
li {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.img {
    overflow: hidden;
}
img {
    border: none;
    max-width: 100%;
    vertical-align: top;
}
a {
    text-decoration: none;
    outline: none;
}/*--/reset end--*/
.container, .wrap {
    width: 1200px;
    margin: 0 auto;
}
.container, .wrap2 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}/*--header--*/
.header {
    position: relative;
    min-width: 1200px;
    text-align:center;
    z-index:9999;
}
.header .nav {
    line-height: 70px;
    background:#eee;
    font-size:18px;
    text-align:center;
    border-bottom:1px solid #e1e1e1;
    position:relative;
    z-index:1;
}
.header .nav a#logo {
    float:left;
    color:#000;
    width:259px;
    text-align:left;
}
.header .nav a#logo img {
    display:block;
    width:259px;
    height:59px;
    padding-top: 7px;
}
.header .nav ul {
    width:860px;
    float:left;
    position:relative;
    z-index:1;
}
.header .nav li {
    float:left;
    width:11%;
    position:relative;
    z-index:9999;
}
.header .nav li a {
    border:none;
    display:block;
    color:#333;
}
.header .nav li.cur a, .header .nav li a:hover {
    color:#f00;
}
.header .nav li span.arr_t {
    width: 0;
    height: 0;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: transparent transparent #f00;
    position:absolute;
    bottom:-1px;
    left:50%;
    margin-left:-8px;
    display:none;
    z-index:9999;
}
.header .nav li.cur span.arr_t {
    display:block;
}
.header .nav li ul {
    position:absolute;
    left:50%;
    margin-left:-110px;
    width:220px;
    top:70px;
    display:block;
    display:none;
    z-index:9999;
    background:#FFF;
    box-shadow:0 0 10px rgba(0, 0, 0, .3);
    border-top:2px solid #f00;
}
.header .nav li.cur ul {
    display:block;
}
.header .nav li li {
    display:block;
    width:100%;
    border-bottom:1px solid #eee;
    position:relative;
    z-index:9999;
}
.header .nav li li a {
    display:block;
    line-height:45px;
    border:none;
    text-align:center;
    font-size:16px;
}
.header .nav li.cur li a {
    color:#333;
    background:#fff;
}
.header .nav li li.a a, .header .nav li li a:hover, .header .nav li li.a li a:hover {
    background:#f00;
    color:#fff;
}
.header .nav li li ul, .header .nav li.cur ul ul {
    position:absolute;
    top:0;
    left:330px;
    border:none;
    display:none;
    z-index:9999;
    box-shadow:0 0 10px rgba(0, 0, 0, .3);
}
.header .nav li li.a ul {
    display:block;
}
.header .nav li li.a li a {
    background:none;
    color:#333;
}
.header .nav .search-btn {
    width:80px;
    height:70px;
    line-height:70px;
    float:right;
    font-size: 26px;
    background:none;
    color:#000;
    cursor:pointer;
    text-align:center;
}
.header .nav .search-btn img {
    margin-top:28px;
}
.header .nav .search-btn i {
    font-size:16px;
    font-style:normal;
    vertical-align:middle;
    line-height:70px;
    padding-left:5px;
}
.header .nav .resign {
    width:170px;
    float:right;
    position:relative;
    z-index:1;
}
.header .nav .resign a {
    color:#fff;
    display:block;
    background: #f00;
    margin: 15px 10px;
    height: 40px;
    line-height: 40px;
}
.header .nav .resign ul {
    display:block;
    width:100%;
    position:absolute;
    left:0;
    top:55px;
    z-index:9999;
    display:none;
}
.header .nav .resign li {
    display:block;
    width:100%;
    height:50px;
    font-size:16px;
}
.header .nav .resign li a {
    border-left:none;
    margin:0 10px;
    line-height:50px;
    height:50px;
    color:#fff;
}
.header .nav .resign img {
    display:inline-block;
    margin-right:5px;
    margin-top:15px;
}
.header .top-nav {
    line-height:40px;
    background:#2a2a2a;
    font-size:14px;
    z-index:99999;
    position: relative;
}
.header .top-nav a, .header .top-nav span {
    float:right;
    margin-left:26px;
    color:#cecece;
}
.header .top-nav .tel {
    width:140px;
}
.header .top-nav a:hover, .header .top-nav span:hover, .header .top-nav a.cur {
    color:#fff;
}
.header .top-nav a.fl {
    float:left;
    margin-right:26px;
    margin-left:0;
}
.header .top-nav #login a {
    float:none;
}
.header .top-nav img {
    display:inline-block;
    padding:7px 5px 0 0;
}
.header .top-nav .icon {
    font-size:18px;
    margin-right:5px;
}
.header .top-nav i img {
    margin:6px;
}
.header .top-nav span.invest, .header .top-nav span.global {
    position:relative;
    z-index:999999999;
}
.header .top-nav span.language img {
    padding:13px 0;
    display:inline-block;
    float:left;
}
.header .top-nav span.tel img {
    display:inline-block;
    float:left;
}
.header .top-nav .nation-list {
    display:none;
    position:absolute;
    top:40px;
    left:50%;
    padding:20px;
    width:460px;
    background:#fff;
    border:1px solid #f5f5f5;
    box-shadow:0 0 10px rgba(0, 0, 0, .3);
    z-index:99999;
    margin-left:-251px;
}
.header .top-nav .nation-list .col {
    float:left;
    width:50%;
    font-size:12px;
    text-align:left
}
.header .top-nav .nation-list .col a {
    display:block;
    height:26px;
    padding-left:16px;
    line-height:26px;
    background:url("../img/rect.jpg") left center no-repeat;
    color:#333;
    text-align:left;
    float: none;
    margin-left: 0;
}
.header .top-nav .nation-list .col .son {
    padding-left:26px;
    background-position:10px center
}
.header .top-nav .nation-list .col .gson {
    padding-left:46px;
    background-position:30px center
}
.header .top-nav .nation-list .nation-tl {
    font-size:16px;
    font-weight:bold;
    color:#222;
}
.header .top-nav .nation-list a:hover {
    color:#ff001e;
}
.header .top-nav span.invest span.arr_t, .header .top-nav span.global span.arr_t {
    width: 0;
    height: 0;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position:absolute;
    z-index:99999;
    bottom:-1px;
    left:50%;
    margin-left:-8px;
    display:none;
}
.header .top-nav span.invest ul {
    display:block;
    width:180px;
    padding:10px;
    text-align:center;
    line-height:30px;
    background:#fff;
    position:absolute;
    left:50%;
    margin-left:-100px;
    top:40px;
    z-index:99999;
    display:none;
    box-shadow:0 0 10px rgba(0, 0, 0, .3);
}
.header .top-nav span.invest li {
    display:block;
    width:100%;
}
.header .top-nav span.invest li a {
    padding-left:16px;
    background: url('../img/rect.jpg') left center no-repeat;
    float:none;
    color:#333;
}
.header .top-nav span.invest li a:hover {
    color:#f00;
}
.header .top-nav .icon {
    margin-right: 4px;
    font-size: 20px;
    vertical-align:middle;
    line-height: 1;
}/*.header .top-nav .icon.itel{vertical-align:baseline;}*//*--/header end--*//*--footer--*/
.footer {
    width: 100%;
    background-color: #2a2a2a;
    min-width:1200px;
    font-size:12px;
    text-align:center;
}
.footer .footb {
    width:1200px;
    margin:0 auto;
    text-align: center;
}
.footer .foot {
    display: inline-block;
    padding-top: 10px;
    height: 220px;
    text-align: left;
}
.footer .foot-left {
    width: 100%;
    height: 220px;
}
.footer dl {
    padding-top: 20px;
    width: 164px;
    float: left;
    line-height: 24px;
}
.footer dl dt {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
}
.footer dl dd {
    color: #eee;
    font-size: 14px;
}
.footer dl dd a {
    color: #b5b5b5;
    font-size: 14px;
}
.footer dl dd a:hover {
    color: #fff;
}
.footer dl dd p {
    font-size:20px;
    line-height:36px;
}
.footer .follow .code {
    margin-top: 18px;
    width: 115px;
    height: 115px;
}
.footer .follow .img:hover img {
    transform:scale(1.1);
    transition: 1s;
    -moz-transition: 1s;  /* Firefox 4 */
    -webkit-transition: 1s; /* Safari 和 Chrome */
    -o-transition: 1s;
}
.footer .follow .btn {
    margin-top: 18px;
}
.footer .follow a {
    display: inline-block;
}
.footer .copyright {
    line-height: 40px;
    color: #333;
    background: #fff;
}
.footer .copyright img {
    margin-top:2px;
}
.footer .copyright .url {
    float: right;
}
.footer .copyright .url a {
    margin-left: 22px;
    color: #333;
    float: right;
}
.footer .copyright .url a:hover {
    color:#f00;
}
.flink {
    display: block;
    float: right;
    width: 80px;
    color: #333;
    text-align: center;
    cursor:pointer;
    z-index:1000;
    position: relative;
}
.flink.cur {
    background:url("http://www.sanywj.com/img/aa.png") no-repeat top center;
    transition:none;
    color:#f00;
}
.flink .f_arr, .link_m {
    display:none;
}
.flink .f_arr {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #f3f3f3;
    position: absolute;
    bottom: 28px;
    left: 50%;
    margin-left: -6px;
}
.link_m {
    position:absolute;
    bottom:40px;
    right:0;
    background:#f3f3f3;
    padding:15px 0;
    z-index:1000;
}
.link_m strong {
    font-size:15px;
    float:left;
    color:#666;
    line-height:30px;
}
.footer .copyright .link_m a {
    margin-left: 0;
}
.footer .copyright .url .link_m a {
    font-size:13px;
    color:#666;
    float:left;
    line-height:24px;
    width:auto;
    display:inline-block;
    margin:0 8px;
}
.footer .copyright .url .link_m a.fr {
    float:right;
    margin:0;
}
.footer .copyright .url .link_m a:hover {
    color:#c00;
}
.width1200 {
    width: 1200px;
    margin: 0 auto;
}/*--footer end--*/
.bge8 {
    background:#e8e8e8;
}/*--search modal--*/
.modal {
    position: fixed;
    z-index: 9999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.modal-dialog {
    position: absolute;
    z-index:9999999999;
    left: 0;
    top: -174px;
    width: 100%;
    background-color: #2b2b2b;
}
.modal-content {
    width: 1100px;
    margin: auto;
}
.modal-content > div {
    float: left;
}
.modal-content input {
    border: none;
}
.modal-content .search-logo {
    margin-top: 30px;
    width: 162px;
    height: 128px;
}
.modal-content .search-bar {
    margin: 47px 30px 47px 50px;
    overflow: hidden;
}
.modal-content .search-tab .tab {
    padding: 6px 20px;
    float: left;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
.modal-content .search-tab .on {
    background: #fff;
    color: #fe0000;
}
.modal-content .tab-panel {
    display: none;
}
.modal-content .on {
    display: block;
}
.modal-content .search-bar .search-keywords {
    margin-top: 2px;
    border-radius: 6px;
    height: 34px;
    overflow: hidden;
}
.modal-content .search-bar .keywords {
    float: left;
    padding-left: 10px;
    width: 640px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
}
.modal-content .search-bar input[type="submit"] {
    float: left;
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    background: #ef011c;
    color: #fff;
    cursor: pointer;
}
.modal-content .search-close {
    margin-left: 14px;
    float: left;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    background: #eee;
    border-radius: 50%;
transition: .4s all;
}
.modal-content .search-close img {
    margin-top:7px;
}
.modal-content .search-close:hover {
    background: #ef011c;
    color: #fff;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.modal-open {
    overflow: hidden;
    padding-right: 17px;
}/*--/search modal end--*//*--right--*/
.go-top {
    position: fixed;
    right: 25%;
    bottom: 70px;
    z-index: 10000;
}/*--right fixed end--*/
.foot-left dl dd .bdsharebuttonbox a {
    display:inline-block;
    width:32px;
    height:32px;
    float:left;
    padding:0;
    margin:0;
    background:url(../images/share.png);
    padding-top:32px;
    margin:0 2px;
}
.foot-left dl dd .bdsharebuttonbox .bds_weixin {
    background-position:0 0;
}
.foot-left dl dd .bdsharebuttonbox .bds_tsina {
    background-position:96px 0;
}
.foot-left dl dd .bdsharebuttonbox .bds_qzone {
    background-position:64px 0;
}
.foot-left dl dd .bdsharebuttonbox .bds_fbook {
    background-position:32px 0;
}
.pager {
    width:100%;
    line-height:30px;
    font-size:16px;
    padding:10px 0;
    margin-bottom:30px;
    text-align:center;
}
.pager ul li {
    display:inline-block;
    border-bottom:none;
    padding:0 5px;
    color:#595757;
}
.news-list .thisclass {
    color:#e63520;
}
.pager .thisclass {
    color:#e63520;
    font-weight:bold;
}
