@CHARSET "UTF-8";
body {
    background: #f0f0f0;
}
body.body-white {
    background: #fff; overflow: hidden; margin: 0 auto;
}
*{ margin:0px; padding:0px;} 
html{overflow-x:hidden;}
body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, blockquote { font-size:14px;_background-image:url(about:blank);_background-attachment:fixed;font-family:'微软雅黑';}
input, button, textarea,select, optgroup, option { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit;}
ul, li, dl, dt, dd, ol { display: block; list-style: none; }
img{border:0;}
a{ text-decoration:none;outline:0; color: #333; }
a:hover{ text-decoration:none;outline:0; }

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar .nav .user {
    padding: 0;
    line-height: 70px;
}

.navbar .nav .user .headicon {
    margin: 0 5px;
    height: 30px;
}

.navbar .nav .user .caret {
    vertical-align: middle;
    margin: 0 5px;
}

/*tc widget*/
.tc-main {
    margin-top: 20px;
}

/*tc-box*/
.tc-box {
    background: #fff;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}

.body-white .tc-box{
    border: solid 1px #eee;
}

.tc-box.first-box {
    margin: 0 0 10px 0;
}

.tc-box.article-box {
    padding: 5px 20px;
}

/*tc-box end */

/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/
.tc-gridbox-container {
    width: 25%;
    float: left;
}

.tc-gridbox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #eee;
    background: #fff;
    cursor: pointer;
}

.tc-gridbox {
    margin: 0 10px 20px 10px;
}

.tc-gridbox:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
}

.tc-gridbox a {
    text-decoration: none;
}

@media ( min-width: 768px) and (max-width: 979px) {
    .tc-gridbox {
        display: block;
        float: none;
        width: 95%;
    }
}

@media ( max-width: 979px) {
    .tc-gridbox-container {
        display: block;
        float: none;
        width: 100%;
    }

    .tc-gridbox {
        margin: 0 0 10px 0;
    }
}

.tc-gridbox .header {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    background: #fff;
}

.tc-gridbox .footer {
    padding: 5px 14px 5px 14px;
    text-align: right;
    background: #fff;
}

.tc-gridbox .header .item-image {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.tc-gridbox .header img {
    margin-bottom: 5px;
    width: 100%;
    /*-webkit-transition: all 0.8s ease-in-out;*/
    /*-moz-transition: all 0.8s ease-in-out;*/
    /*-o-transition: all 0.8s ease-in-out;*/
    /*-ms-transition: all 0.8s ease-in-out;*/
    /*transition: all 0.8s ease-in-out;*/
}

.tc-gridbox .header img:hover {

    /*-webkit-transform: scale(1.2) rotate(2deg);*/
    /*-moz-transform: scale(1.2) rotate(2deg);*/
    /*-o-transform: scale(1.2) rotate(2deg);*/
    /*-ms-transform: scale(1.2) rotate(2deg);*/
    /*transform: scale(1.2) rotate(2deg);*/
}

.tc-gridbox .header h3 {
    color: #454a4e;
    margin: 0 5px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}

.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
    color: #454a4e;
    white-space: nowrap;
}

.tc-gridbox .header .meta {
    color: #5a6065;
}

.tc-gridbox .header hr {
    border-top-color: #eee;
    border-bottom: none;
    margin: 5px 0;
}

.tc-gridbox .body {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 14px;
    color: #343a3f;
}

.tc-gridbox .body a {
    color: #666;
}

.tc-gridbox .body a:hover {
    color: #428bca;
}

.tc-gridbox .btn {
    float: right;
    margin-right: 10px;
    margin-bottom: 18px;
}

/*masonary*/

.masonary-container .item {
    margin-bottom: 20px;
}

.masonary-container .item h3 {
    line-height: 100%;
}

.masonary-container .grid-sizer, .masonary-container .item {
    width: 24.9%;
    margin: 10px 0.05%;
    float: left;
    zoom: 1;
}

@media ( max-width: 479px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 98%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

@media ( min-width: 480px) and (max-width: 767px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 48%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

/*list Boxes
------------------------------------*/
.list-boxes {
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
    border: solid 1px #eee;
}

.list-boxes:hover {
    border: solid 1px #ddd;
}

.list-boxes h2 a {
    color: #555;
}

.list-boxes:hover h2 a {
    color: #f90;
}

.list-boxes .list-actions a {
    font-size: 16px;
    text-decoration: none;
}

.list-boxes p a {
    color: #72c02c;
}

.list-boxes .list-boxes-img li i {
    color: #72c02c;
    font-size: 12px;
    margin-right: 5px;
}

.list-boxes .list-boxes-img img {
    display: block;
    margin: 5px 10px 10px 0;
}

.list-boxes h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
    display: inline;
}

.list-boxes ul.list-boxes-rating li i {
    color: #f8be2c;
    cursor: pointer;
    font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
    color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
    color: #fff;
}

/*Red list Box*/
.list-boxes-red {
    background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
    background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
    background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
    background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
    border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
    border-top-color: #16a085;
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
    border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
    border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
    border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
    border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
    border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
    border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
    border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
    border-right-color: #5fb611;
}

/*comments*/
.comment {
    margin-bottom: 10px;
}

.comment .avatar {
    height: 40px;
    width: 40px;
}

.comment-body {
    overflow: hidden;
}

.comment-content {
    padding-bottom: 2px;
    word-break: break-all;
    word-wrap: break-word;
}

.comment > .pull-left {
    margin-right: 10px;
}

.comment .time {
    color: #ccc;
    font-size: 12px;
    line-height: 14px;
}

.comment-postbox {
    width: 100%;
    padding: 10px;
}

.comment-reply-box {
    position: relative;
}

.comment-reply-box .textbox {
    width: 100%
}

.comment-reply-submit .btn {
    margin-top: 20px;
}

/*ranking box*/

.ranking ul li {
    padding: 5px 0;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i {
    margin-right: 5px;
}

.ranking li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #aaa;
}

.ranking li.top3 i {
    background: #FC9B0B;
}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
    padding: 10px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
    /*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    width: 0;
    height: 0;
    right: 0px;
    bottom: 0px;
    content: " ";
    display: block;
    position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:before {
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
    border-color: #FC9B0B;
    border-top-color: #FC9B0B;
    background: #f0f0f0;
}

.comment-ranking .comment-ranking-inner:hover:after {
    border-top-color: #FC9B0B;
}

.comment-ranking .comment-ranking-inner span.comment-time {
    color: #777;
    display: block;
    font-size: 11px;
}

.comment-ranking .comment-ranking-inner a {
    text-decoration: none;
}

.comment-ranking .comment-ranking-inner a:hover {
    text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos {
    margin: 0;
}

.tc-photos li {
    display: inline;
}

.tc-photos li a {
    text-decoration: none;
}

.tc-photos li img {
    opacity: 0.6;
    width: 50px;
    height: 50px;
    margin: 0 2px 8px;
    border: 1px solid #ddd;
}

.tc-photos li img:hover {
    opacity: 1;
    border: 1px solid #f90;
    /* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

.posts .dl-horizontal dt {
    width: 60px;
    float: left;
}

.posts .dl-horizontal dt .img-wraper {
    display: block;
    width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd;
}

.posts .dl-horizontal dt img {
    width: 100%;
    height: 100%;
    /* width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd; */
}

.posts .dl-horizontal dd {
    margin-left: 70px;
}

.posts .dl-horizontal dd p {
    margin: 0;
}

.posts .dl-horizontal dd a {
    font-size: 14px;
    line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
    text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #FC9B0B;
    border-color: #FC9B0B !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*by andiess diy css*/
.top_logo{ margin:0px auto; height: 98px; display: block; position: relative; overflow: hidden; background: url(../images/logo.jpg) center no-repeat; }

.navbar-fixed-top{ position: relative; }
.navbar{ margin:0 auto; height: 93px; line-height: 93px; background: url(../images/dhbg.jpg) center; }
.navbar .navdh{ position: relative; width: 1200px; margin: 0 auto; line-height: 93px; }
.navbar .navdh #main-menu{ }
.navbar .navdh #main-menu>li{ margin-left: 0px; text-align: center; }
.navbar .navdh .denglu a{ position: absolute; top: 28px; right: 0px; width: 120px; height: 42px; line-height: 42px; background: #018379; color: #fff; font-size: 18px; text-align: center; }

.nav_lis{ width:100%; height:93px; line-height: 93px; }
.nav_lis li{ position: relative; text-align: center; width:130px; height:104px; line-height:104px; display: block; margin-right: 22px; top: -5px; }
.nav_lis li:hover{ background-color: #ea7207; box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5); top: -5px; }
.nav_lis li:last-child{ margin-right:0px; }
.nav_lis li a{ height:104px; line-height:104px; color:#fff; font-size:20px; font-family:"微软雅黑"; text-align: center; }

.dropdown-menu{ width:130px; min-width: 130px; padding:15px 0px; margin:0px; border:0px; top:98%!important;
    background-color: #fff!important;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0)!important;
}
.dropdown-menu dd{ height:40px!important; line-height:20px; position: relative; text-align:center; margin:5px auto; }
.dropdown-menu dd a{ width: 130px; background-color:#fff!important; height:40px!important; line-height:20px!important;  
    font-size:20px!important; color:#1a1a1a!important; box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0)!important; margin-right:0px!important; top: 0px!important; }
.dropdown-menu dd a:hover{ color:#ea7207!important; }
.dropdown-menu .nav14{ width:80px; margin:0 auto; height:60px!important; } 
.dropdown-menu .nav14 a{ width:80px!important;  } 

#main-menu-user{ display: none }
.navbar-form{ display: none }

.about_t1 h1{ font-size:40px; font-weight: normal; line-height:40px; letter-spacing: 10px; color: #010101; margin-top: 60px; margin-bottom:15px; padding-left:15px; }
.about_t1 .t1_ico{ width:292px; height: 30px; position:relative; text-align: center; margin:25px auto; }
.about_t1 .t1_ico img{ display: block; margin: 0 auto }
.jj_box{ overflow: hidden; min-height: 400px; margin:70px auto; }
.jj_box .jj_con{ width: 1265px; height: 400px; margin:0px auto; position: relative; overflow: hidden; }
.jj_box .jj_txt{ width: 625px; float: left; font-size: 24px; line-height:39px; letter-spacing:2px; color:#965739; }
.jj_box .jj_txt p{ }
.jj_box .jj_txt .mor1{ color: #f37f0e; font-size: 24px; }
.jj_box .jj_tu{ width: 600px; height: 400px; float: right; overflow: hidden; }



.footer{  background:#1c1b1b; overflow: hidden; }
.footer_con{ width: 1260px; margin: 0 auto; position:relative; overflow: hidden; }
.foot_lxwm{ width: 50%; position: relative; overflow: hidden; float: left; }
.foot_lxwm dt{ height: 30px; line-height: 30px; color: #fff; margin-top:40px; font-size:30px; letter-spacing: 6px; font-weight: normal; }
.foot_lxwm dl{ margin-top:30px; }
.foot_lxwm dl dd{ line-height: 42px; color:#FFF; font-size: 24px; font-weight: normal; }

.foot_lxfr{ width: 48%; margin-top: 80px; position: relative; overflow: hidden; float:right; }
.foot_lxfr dl{ margin-top:30px; }
.foot_lxfr dl dd{ width:123px; color:#FFF; font-size: 24px; line-height: 48px; display:inline-block; text-align:center; margin-left:70px; }
.foot_lxfr dl dd img{ width:123px; height:123px; display:block; }

.foot_txt{ margin:0 auto; position: relative; }
.foot_txt dl{ width: 1200px; position: relative; margin: 0px auto; }
.foot_txt dl dt{ color: #fff; font-size: 24px; font-weight:normal; line-height: 58px; text-align:center; }
.foot_txt dl dt a{ font-size: 24px; font-weight:normal; line-height: 58px; color: #fff; }


.float_qq {position: fixed; top: 50%; right: 0; margin-top: -101px; width: 50px; height: 203px; z-index: 6666 }
.float_qq li {width: auto; height: 50px; z-index: 20 }
.float_qq li.float_qq1, .float_qq li.float_qq4 {position: absolute; left: 0; width: 62px }
.float_qq li.float_qq1 {top: 0 }
.float_qq li.float_qq2 {position: absolute; top: 51px; left: 0; width: 126px }
.float_qq li.float_qq3 { position: absolute; /*top: 51px;*/ top: 102px; left: 0; width: 276px }
.float_qq li.float_qq4 { /*top: 102px;*/ top: 153px }
.float_qq4 {position: absolute; top: 153px; left: 0 }
.float_qq li a { display: block; font-family: "Microsoft Yahei"; color: #FFF; font-size: 14px; height: 50px; line-height: 50px; overflow: hidden; background-color: #f07e0b; opacity: .8; border-radius: 6px }
.float_qq li a img {display: block; float: left; vertical-align: middle; width: 24px; height: 24px; margin: 12px 12px 14px 14px }
.float_qq li a:hover {background-color: #f07e0b; opacity: 1 }
.float_shwx {position: absolute; bottom:0px; left: -216px;  width: 216px; height: 216px; padding-bottom: 9px; display: none }
.float_shwx img {display: block; padding: 14px; background-color: #FFF; width: 188px; height: 188px }
.weizhi{ width: 1140px; height: 48px; line-height: 48px; background: #1BAC75; margin:20px auto; }
.weizhi dl{ }
.weizhi dl p{ margin-left: 28px; color: #fff; font-size: 14px; }
.weizhi dl span{ color: #fff; font-size: 14px; }
.weizhi dl a{ color: #fff; font-size: 14px; }
.about_box{ background: #f5f5f5; overflow: hidden; }
.about_con{ width: 1200px; margin: 0 auto; background: url(../images/jjditu.jpg) center left no-repeat; height: 528px; border-bottom: 1px solid #eee; }
.about_txt{ margin-left: 580px; position: relative; overflow: hidden; }
.about_txt dt{ position: relative; margin-top: 40px; }
.about_txt dt i{ width:57px; height: 46px; display: block; background: url(../images/ab_ico2.jpg) center no-repeat;  }
.about_txt dl h1{ margin-top: 35px; margin-left: 35px; font-size: 34px; line-height: 34px;font-weight: bold;color: #333333; }
.about_txt dl h2{ margin-top: 15px; margin-left: 35px; font-size: 28px; line-height: 34px;font-weight: bold;color: #333333; }
.about_txt dl dd{ margin-top: 35px; font-size: 16px;line-height: 35px;color: #333333; }
.about_gg1{ width: 1200px; margin: 0 auto; position: relative; overflow: hidden; }
.about_gg1 dl dd{ width: 20%; float: left; position: relative; }
.about_gg1 dl dd i{ width:29px; height:29px; line-height: 29px; border-radius: 50%; background-color:#fd7336; display:block; text-align: center; font-style: normal; color: #fff;font-size: 18px; position: absolute; top: 45px; right: 0px; }
.about_gg1 dl dd span{ text-align: center; height: 70px; line-height: 70px; font-size: 69px; margin: 0 auto; font-weight: bold; color:#018378; display: block; margin-top: 20px; margin-bottom: 10px; }
.about_gg1 dl dd p{ text-align:center; display: block;font-size: 16px;font-weight: bold;color: #666666; margin-bottom: 70px; }
.about_gg1 dl dd .ico1{ right: 60px; }
.about_gg1 dl dd .ico3{ right: 40px; }
.about_gg1 dl dd .ico4{ right: 40px; }
.about_gg1 dl dd .ico5{ right: 20px; }
.ab_ad1{ width: 1200px; margin: 50px auto; overflow: hidden; position: relative; }
.ab_ad1 dt{ width: 600px; float: left; overflow: hidden; }
.ab_ad1 dl{ width: 560px; float: right; overflow: hidden; }
.ab_ad1 dl h1{ font-size: 32px; line-height: 40px; font-weight: bold;color: #333; margin-top: 30px; }
.ab_ad1 dl h2{ font-size: 19px;font-weight: normal;color: #999; line-height: 20px; margin-top: 10px; }
.ab_ad1 dl dd{ font-size: 16px; line-height: 29px; color: #666; }
.ryzz_box{ width:1200px; margin: 0 auto; position: relative; overflow: hidden; }
.ryzz_box ul{ width: 1250px; }
.ryzz_box ul li{ width: 288px; float: left; border: 1px solid #e7e7e7; overflow: hidden; margin-right: 15px; }
.ryzz_box ul li a p img{ display: block; width: 235px; height: 317px; margin:10px auto; }
.ryzz_box ul li a span{ display: block; height: 66px; line-height: 66px; text-align: center;background-color: #e7e7e7;font-size: 16px;color: #333333; }
.list_news_zd{ width: 1200px; margin: 0 auto; overflow: hidden; position: relative; margin-top: 50px; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #eee; }
.list_news_zd dl{ width: 525px; float: left; position: relative; overflow: hidden; margin-left: 20px; }
.list_news_zd dl i{ display: block; width: 90px; height: 40px; border:2px solid #018378; line-height: 40px; text-align: center; color:#018378; font-size: 18px; position: absolute; top: 44px; left: 0px; font-style: normal; }
.list_news_zd dl h1{ height: 40px; line-height: 40px; margin-left: 105px; margin-top: 44px; font-size: 22px; color: #333333; font-weight: bold; }
.list_news_zd dl dd{ font-size: 16px; height: 68px; line-height: 34px;color: #333333; margin-top: 30px; margin-bottom: 50px; overflow: hidden; }
.list_news_zd dt{ width: 464px; height: 263px; float: right; }
.list_news_zd dt img{ width: 464px; height: 263px; }
.list_news{ margin:20PX; overflow: hidden; position: relative; }
.list_news ul li{ overflow: hidden; position: relative; border-bottom: 1px dashed #ccc; }
.list_news ul li em{ width: 250px;height: 155px; margin: 12px 0px; display:block; }
.list_news ul li em img{ width: 250px;height: 155px; display: block; }
.list_news ul li div{ position: absolute; top: 0px; right: 0px; left: 260px; }
.list_news ul li div a{ color: #333; }
.list_news ul li div h2{ line-height: 22px; font-size: 16px; color: #333; margin: 15px 0px; font-weight: bold; }
.list_news ul li div p{ font-size: 14px; height: 68px; line-height: 34px; display: block; overflow: hidden; color: #333333; }
.list_news ul li div span{ display: block; width: 135px; height: 34px; line-height: 34px; text-align: center; font-size: 14px; background: #2172CD; color: #fff; }
.list_news ul li div i{ display: block; color: #666; position: absolute; top: 15px; right: 10px; font-style: normal; font-size: 14px; }


.pro_t1 h1{ font-size:40px; font-weight: normal; line-height:40px; letter-spacing: 10px; color: #010101; margin-top:10px; margin-bottom:15px; padding-left:15px; }
.pro_t1 .t1_ico{ width:432px; height: 37px; position:relative; text-align: center; margin:25px auto; }
.pro_t1 .t1_ico img{ display: block; margin: 0 auto; }
.cp_box{ width: 1265px; margin:40px auto; }
.cp_con{ width: 1265px; }
.cp_con dl{ width: 377px; float:left; position: relative; overflow: hidden; margin-top: 30px; margin-right: 65px;  }
.cp_con dl:last-child{ margin-right:0px; }
.cp_con dl dt{ width: 377px; }
.cp_con dl dt .img{ width: 377px; display: block; margin: 0px; }
.cp_con dl dd{ height:180px; background-color: #e6e6e6; text-align:center;  overflow: hidden; }
.cp_con dl dd h1{ line-height: 22px; font-size: 22px; color: #4d4c4c; font-weight: bold; margin:20px auto; }
.cp_con dl dd p{ display: block; line-height: 30px; margin:10px; overflow: hidden; color: #d22c06; font-size: 24px; }
.cp_con dl dd .cp_mor1{ display:inline-block; width: 169px; height: 49px; line-height: 49px; letter-spacing: 3px; border: solid 1px #4c4c4c; text-align: center; font-size: 25px; color:#4d4c4c; overflow: hidden; }
.cp_con dl dd .cp_mor1:hover{ border: solid 1px #f37f0e; background:#f37f0e; color:#fff; }
.pro-slider .sy-controls{ display:block!important; }
.pro-slider .sy-controls li a{ width:73px; height:73px; border-radius:50%; border:2px solid #333; }
.pro-slider .sy-controls li.sy-prev{ left:-100px; top:45%; }
.pro-slider .sy-controls li.sy-next{ right:-150px; top:45%; }

.sy_news1{ width:1265px; margin:0 auto; }
.sy_news1 dl dt{ width: 599px; height: 406px; float:left; }
.sy_news1 dl dt .img{ width: 599px; height: 406px; }
.sy_news1 dl dd{ width:620px; height:405px; overflow:hidden; float:right; font-size: 24px; line-height: 41px; letter-spacing: 1px;color: #965739; }
.sy_news1 dl dd .mor1{ color: #f37f0e; font-size: 24px; }

.inve_t1 h1{ font-size:40px; font-weight: normal; line-height:40px; letter-spacing: 10px; color: #010101; margin-top:10px; margin-bottom:15px; padding-left:15px; }
.inve_t1 .t1_ico{ width:727px; height: 37px; position:relative; text-align: center; margin:25px auto; }
.inve_t1 .t1_ico img{ display: block; margin: 0 auto }
.inve_box{ width: 1265px; margin:40px auto; }
.inve_con{ width: 1365px; }
.inve_con ul li{ width: 389px; float:left; position: relative; overflow: hidden; margin-top:20px; margin-right:50px;  }
.inve_con ul li img{ width: 389px; height:232px; display:block; }
.inve_con ul li h1{ text-align:center; font-size: 24px; height:30px; line-height:30px; margin:10px; letter-spacing: 2px; color: #020202; }

.n_list_hyzx{ width:1270px; margin:0 auto; margin-top:40px; }
.n_list_hyzx ul li{ height:30px; line-height:30px; margin-bottom:55px; position:relative; overflow: hidden; }
.n_list_hyzx ul li em{ width: 21px; height: 20px; background-color: #ea7207; border-radius:50%; position:absolute; top:5px; left:0px; }
.n_list_hyzx ul li span{ margin-left:28px; margin-right:350px; display:block; height:30px; line-height:30px; overflow: hidden; color:#4d4c4c; font-size:24px; }
.n_list_hyzx ul li i{ height: 30px; line-height:30px; color:#4d4c4c; font-size:24px; font-style:normal; position:absolute; top:0px; right:0px; }

.n_list_news{ width:1270px; margin:0 auto; margin-top:40px; overflow: hidden; position: relative; }
.n_list_news ul li{ overflow: hidden; position: relative; border-bottom: 1px dashed #ea7207; }
.n_list_news ul li em{ width: 352px;height: 235px; margin:30px 0px; display:block; }
.n_list_news ul li em img{ width: 352px;height: 235px; display: block; }
.n_list_news ul li div{ height:245px; position: absolute; top: 20px; right: 0px; left: 388px; }
.n_list_news ul li div a{ color:#1d1b18; }
.n_list_news ul li div h2{ line-height:35px; font-size:24px; color:#1d1b18; margin:0px; font-weight:normal; display:none; }
.n_list_news ul li div p{ font-size: 24px;  letter-spacing: 2px; height: 168px; line-height: 41px; display: block; overflow: hidden; color:#1d1b18; position:relative; }
.n_list_news ul li div p span{ display: block; width: 135px; height: 41px; line-height: 41px; text-align:right; font-size:24px; color:#ea7207; position: absolute; bottom:0px; right: 0px; }
.n_list_news ul li div i{ display: block; color: #666; position: absolute; bottom:0px; right: 0px; font-style: normal; font-size:20px; }




.cjwt_box{ width: 1200px; position: relative; overflow: hidden; margin:50px auto; }
.liuyan{ width: 560px; float: left; margin: 0 auto; overflow: hidden;  }
.liuyan dl dd{ position: relative; margin-bottom: 15px; clear: both; overflow: hidden; }
.liuyan dl dd span{ display: inline-block; line-height: 36px; font-size: 16px; float: left; }
.liuyan dl dd .xing{ display: inline-block; width:455px; display: block; line-height:36px; font-size:14px; border:0px; padding-left: 15px; background:#EFEFEF; float: right; }
.liuyan dl dd .verify_img{ position:absolute; top: 1px; right: 1px; }
.liuyan dl .subtn{ margin-top: 20px; }
.liuyan dl dd .subtn1{ width: 100%; height: 51px; display: block; line-height: 51px; font-size: 16px; background-image: linear-gradient(180deg, #28A15A 0%, #6CDFA8 100%); border: 0px; color: #fff; }
.cjwt_con{ width: 579px; height: 313px; background-color: #f6f6f6; float: right; overflow: hidden;  }
.cjwt_con dt{ height: 49px; position: relative; overflow: hidden; }
.cjwt_con dt span{ height: 49px; display: block; line-height: 49px; text-align:left; margin-left: 20px;font-size: 15px;color: #1bac74;letter-spacing: 2px; }
.cjwt_con dt a{ line-height: 49px; position: absolute; top: 0px; right: 20px; font-size: 15px;color: #1bac74;letter-spacing: 2px; }
.cjwt_con dl{ margin:0px 15px; width: 105%; }
.cjwt_con dl dd{ width: 270px; background: #fff; height: 66px; float: left; margin-right: 13px; margin-bottom: 15px; }
.cjwt_con dl dd h1{ height: 33px; overflow: hidden; position:relative; }
.cjwt_con dl dd h1 i{ height:21px; width: 21px; line-height: 21px; display: block; background: #1bac74; text-align: center; color: #fff; font-style: normal;font-size: 12px; margin: 7px 10px; }
.cjwt_con dl dd h1 span{ height: 21px; line-height: 21px; display:block; position: absolute; left: 40px; top: 7px; font-size: 12px; overflow: hidden; }
.cjwt_con dl dd h1 p{ height: 21px; line-height: 21px; display:block; position: absolute; left: 40px; top: 7px; font-size: 12px; overflow: hidden; }

.contact{ width: 1200px; position: relative; overflow: hidden; margin:40px auto; }

.left{ width:252px; overflow: hidden; border-bottom: 0px; float: left; overflow: hidden; position: relative; background-image: linear-gradient(0deg, #1168b5 0%, #03539a 79%, #066ec5 100%);  }

.l_fenlei{ width: 252px; }
.l_fenlei dt{ height:91px; overflow: hidden; background: url(../images/cpflt1.jpg) center no-repeat; }
.l_fenlei dt h1{ margin-top: 15px; font-weight: bold; }
.l_fenlei dt h1 span{ display: block; font-size: 30px;line-height: 41px;color:#A5B8D6; }
.l_fenlei dt h1 p{ display: block; font-size: 30px; line-height: 41px; color: #ffffff; text-align: center; }
.l_fenlei dl{ margin-top: 13px; margin-bottom: 12px; }
.l_fenlei dl dd{ width: 212px; height: 38px; border: 1px solid #fff; display: block; margin: 0 auto; margin-bottom: 22px; position: relative; overflow: hidden; }
.l_fenlei dl dd a{ display: block; }
.l_fenlei dl dd a { line-height: 38px; padding-left: 40px; font-size: 16px; color: #fff; }
.l_fenlei_tel{ overflow: hidden; text-align: center; margin-bottom: 20px; }
.l_fenlei_tel p{ line-height: 32px; font-size: 14px; color: #fff; text-align:center; margin-top:20px; }
.l_fenlei_tel h1{ text-align: center; color: #fff; font-size: 14px; line-height: 32px; letter-spacing: 1px; font-weight: bold; font-weight: normal; }

.l_lxwm{ height: 82px; position:relative; overflow: hidden; color: #fff; background: url(../images/l_lxwm.jpg) left center no-repeat #545454; }
.l_lxwm dl{ margin-left: 70px; margin-top: 20px; }
.l_lxwm dl dd span{  font-size:13px; line-height: 1.5 }
.l_lxwm dl dd p{  font-size:16px; line-height: 1.5 }

.r_n_con_box{ width: 896px; float: right; overflow: hidden; }
.r_title{ line-height: 48px; height: 48px; overflow: hidden; background: #1BAC75; position: relative; }
.r_title dt{ font-size: 18px; font-weight: bold; height: 22px; line-height: 22px; border-left: 3px solid #fff; margin-left: 13px; margin-top: 10px; padding-left: 10px; color: #fff; }
.r_title dd{ position: absolute; top: 0px; right: 20px; line-height: 48px; color: #fff; font-size: 14px; }
.r_title dd a{ color: #fff; font-size: 14px; }
.r_n_con{}
.r_n_con dt{ margin-top: 15px; }
.r_n_con dt h1{ line-height: 40px; font-size: 22px; color: #333; font-weight: bold; }
.r_n_con dt p{ line-height:30px; font-size: 16px; font-weight: normal; margin: 0px; }

.news_nav{ text-align: center; margin-top: 70px; margin-bottom:60px; }
.news_nav dl dd{ text-align: center; }
.news_nav dl dd a{ display: inline-block; width:142px; height: 48px; line-height: 48px; color: #333; font-size: 16px; text-align: center; margin-right: 18px; border-radius: 4px; border:1px solid #1BAC75; }
.news_nav dl dd .on{ background: #1BAC75; color: #fff; }

.list_product{ width:1274px; margin:0 auto; margin-top: 25px; overflow: hidden; }
.list_product dl{ margin-bottom:38px; clear:both; overflow: hidden; }
.list_product dl dt{ width: 605px; height:605px; display:block; float:left; }
.list_product dl dt .img{ width: 605px; height:605px; }
.list_product dl dd{ width: 605px; height:605px; display:block; float:right; overflow: hidden; padding-left:20px; }
.list_product dl dd h1{ color:#ea7207; font-size:40px; line-height:2; }
.list_product dl dd { color:#020202; font-size:26px; line-height:1.6; }
.list_product .css2 dt{ float:right; }
.list_product .css2 dd{ float:left; text-align:right; padding-left:0px; }

.list_anli{ width:1274px; margin:0 auto; margin-top: 25px; overflow: hidden; }
.list_anli ul{ width: 108%; }
.list_anli ul li{ width: 622px; height:440px; float: left; overflow: hidden; margin-right:25px; margin-bottom: 30px; }
.list_anli ul li .img{ width: 622px; height:440px; }

.list_zizhi{ width:1274px; margin:0 auto; margin-top: 25px; overflow: hidden; }
.list_zizhi ul{ width: 100%; }
.list_zizhi ul li{ width: 32%; float: left; overflow: hidden; margin-right:1%; margin-bottom: 30px; }
.list_zizhi ul li .img{ width: 100%;  }
.list_zizhi ul li p{ text-align:center; font-size: 26px; color: #000000; line-height:70px;  }

.n_list_con{ width:1265px; margin:0 auto; }
.n_list_t1{ margin-top:80px; }
.n_list_t1 dt{ font-size:26px; color:#ea7207; line-height:28px; position:relative; }
.n_list_t1 dt span{ font-weight:normal; }
.n_list_t1 dt a{ position:absolute; top:0px; right:0px; font-weight:normal; color:#ea7207; font-size:22px; }

.gsjj_box{ margin: 0 auto; background:#fdfcfa; overflow: hidden; position: relative; }
.gsjj_con{ width:1270px; margin:0 auto; }
.gsjj_con1{ overflow: hidden; position: relative; margin-top:60px; font-size:24px; color:#965739; letter-spacing: 2px; line-height:40px; }
.gsjj_con1 p{ margin:0px; line-height:40px; }
.gsjj_con2{ overflow: hidden; position: relative;margin-top: 40px; line-height:2; color: #965739; }
.gsjj_con2 dl{ margin:0px; margin-bottom:22px; clear:both; overflow: hidden; }
.gsjj_con2 dl dd{ display:inline-block; }
.gsjj_con2 dl dt{ display:block; clear:both; }
.gsjj_con2 dl dt h1{ display:block; clear:both; font-size: 20px; line-height:24px; margin-bottom:20px; letter-spacing: 3px; color: #965739; text-align:center; font-weight: bold;  }


.n_lxwm_box{ width: 1240px; margin: 0 auto; }
.n_lxfs_box{   }
.n_lxfs_con{ margin-top:60px; color: #030303; }
.n_lxfs_con dl{ margin: 25px 20px; position: relative; }
.n_lxfs_con dl dd h1{ font-size:35px; line-height:40px; font-weight: bold; margin-bottom:30px; letter-spacing: 4px; }
.n_lxfs_con dl dd p{ line-height:55px; font-size:30px; font-weight:normal; }
.n_lxfs_con dl dd p i{ font-style:normal; font-size:30px; color:#ea7207; }
.n_lxfs_con dl dt{ margin-top:40px; }
.n_lxfs_con dl dt p{ display:inline-block; width:130px; margin-right:125px; text-align:center; line-height:55px; font-weight: normal; font-size: 23px; color: #030303; }
