/* CSS Document */
* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0px;
    padding: 0px;
}

fieldset, img {
    border: none;
}

img {
    border: none;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
}

input {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Microsoft YaHei';
}

input::-moz-focus-inner {
    border: none;
    padding: 0px;
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 13px;
    margin: 0px;
}

input[type="text"], input[type="password"], textarea {
    outline-style: none;
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

body {
    font-family: "Microsoft YaHei";
    background: #fff;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearit {
    clear: both;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
    width: 100%;
}

.max {
    min-width: 1200px;
}

.box {
    width: 1200px;
    margin: 0 auto;
}

.box:after {
    content: "";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

ul:after {
    content: "";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

.max:after {
    content: "";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

a {
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    text-decoration: none;
}

.sy_left {
    float: left;
}

.sy_right {
    float: right;
}

.sy_header {
    padding-top: 30px;
    padding-bottom: 20px;
}

.sy_header .sy_left a {
    display: block;
    float: left;
    padding-right: 15px;
    border-right: 0px solid #e6e6e6;
    margin-right: 10px;
}

.sy_header .sy_left img {
    display: block;
}

.sy_header .sy_left span {
    font-size: 22px;
    color: #e45600;
    padding-top: 20px;
}

.sy_header .sy_left strong {
    font-size: 22px;
    color: #e45600;
    padding-top: 20px;
}

.sy_header .sy_left p {
    font-size: 20px;
    color: #c41c23;
    font-weight: bold;
    padding-top: 10px;
}

.sy_header .sy_right {
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 48px;
}

.sy_header .sy_right p {
    font-size: 16px;
    color: #898989;
}

.sy_header .sy_right strong {
    font-size: 27px;
    color: #e45600;
    font-family: Impact;
    font-weight: normal;
}

/*.nav{ height:57px; line-height:57px; background:url(../images/nav_ul.png) repeat-x center;}
.nav ul li{ display:block; float:left; width:150px; text-align:center; font-size:15px;  border-right:1px solid #3694e8; box-sizing:border-box;-webkit-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s;}
.nav ul li a{ display:block; color:#fff;}
.nav ul li.last{ border:none;}
.nav ul li:hover, .active{ background:#3694e8}*/
/*
.fullSlide{ min-width:1200px;  position:relative;height:600px; z-index:9}
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden; height:600px;  }
.fullSlide .bd ul{ width:100%  !important; height:600px; }
.fullSlide .bd li{ width:100% !important; height:600px; overflow:hidden; text-align:center;  }
.fullSlide .bd li a{ display:block;  height:600px; }
.fullSlide .hd{width:100%;  position:absolute; z-index:1; bottom:10px; left:0; height:30px; line-height:30px;}
.fullSlide .hd ul{display:block;width:16%;margin:0 auto; text-align:center; }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:13px; height:13px; border-radius:25px; margin:5px; background:rgba(255,255,255,0.7); overflow:hidden; line-height:9999px;}
.fullSlide .hd ul .on{ background:#2175cc; }*/

.lmt {
    padding-top: 40px;
    margin-bottom: 20px;
}

.lmt strong {
    display: block;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
}

.lmt p {
    font-size: 16px;
    text-align: center;
    color: #797979;
    margin-top: 10px;
}

.sy_youshi_1 {
    padding-bottom: 55px;
    border-bottom: 1px solid #ebebe9
}

.sy_youshi_1 dl {
    width: 1230px;
}

.sy_youshi_1 dl dd {
    display: block;
    float: left;
    width: 214px;
    height: 191px;
    background: #f4f4f5;
    border-radius: 5px;
    margin-right: 30px;
    padding-top: 24px;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out 0s !important;
    transition: all .4s ease-in-out 0s !important;
}

.sy_youshi_1 dl dd i {
    display: block;
    width: 90px;
    height: 98px;
    margin: 0 auto;
    background: url(../images/youshi_ico1.png) no-repeat center;
    margin-bottom: 18px;
}

.sy_youshi_1 dl dd strong {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #292929;
    -webkit-transition: all .4s ease-in-out 0s !important;
    transition: all .4s ease-in-out 0s !important;
}

.sy_youshi_1 dl dd p {
    text-align: center;
    font-size: 14px;
    color: #82868c;
    margin-top: 10px;
    -webkit-transition: all .4s ease-in-out 0s !important;
    transition: all .4s ease-in-out 0s !important;
}

.sy_youshi_1 dl dd.ys_1 i {
    background: url(../images/youshi_ico1.png) no-repeat center;
    -webkit-transition: all .4s ease-in-out 0s !important;
    transition: all .4s ease-in-out 0s !important;
}

.sy_youshi_1 dl dd.ys_2 i {
    background: url(../images/youshi_ico2.png) no-repeat center;
    -webkit-transition: all .4s ease-in-out 0s !important;
    transition: all .4s ease-in-out 0s !important;
}

.sy_youshi_1 dl dd.ys_3 i {
    background: url(../images/youshi_ico3.png) no-repeat center;
    -webkit-transition: all .4s ease-in-out 0s !important;
    transition: all .4s ease-in-out 0s !important;
}

.sy_youshi_1 dl dd.ys_4 i {
    background: url(../images/youshi_ico4.png) no-repeat center;
    -webkit-transition: all .4s ease-in-out 0s !important;
    transition: all .4s ease-in-out 0s !important;
}

.sy_youshi_1 dl dd.ys_5 i {
    background: url(../images/youshi_ico5.png) no-repeat center;
    -webkit-transition: all .4s ease-in-out 0s !important;
    transition: all .4s ease-in-out 0s !important;
}

.sy_youshi_1 dl dd:hover {
    background: #c41c23
}

.sy_youshi_1 dl dd:hover strong {
    color: #fff;
}

.sy_youshi_1 dl dd:hover p {
    color: #fff;
}

.sy_youshi_1 dl dd.ys_1:hover i {
    background: url(../images/youshi_ico1_on.png) no-repeat center;
}

.sy_youshi_1 dl dd.ys_2:hover i {
    background: url(../images/youshi_ico2_on.png) no-repeat center;
}

.sy_youshi_1 dl dd.ys_3:hover i {
    background: url(../images/youshi_ico3_on.png) no-repeat center;
}

.sy_youshi_1 dl dd.ys_4:hover i {
    background: url(../images/youshi_ico4_on.png) no-repeat center;
}

.sy_youshi_1 dl dd.ys_5:hover i {
    background: url(../images/youshi_ico5_on.png) no-repeat center;
}


.pro-index {
    padding-top: 45px;
    padding-bottom: 14px;
}

.pro-index .sy_left {
    width: 250px;
}

.nydh {
    width: 250px;
    background: #c41c23;
    padding-bottom: 2px;
}

.nydh .title {
    padding-top: 28px;
    padding-bottom: 20px;
}

.nydh .title strong {
    display: block;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.nydh .title p {
    font-size: 12px;
    color: rgba(255, 255, 255, .2);
    text-align: center;
    margin-top: 6px;
}

.nydh ul {
    width: 246px;
    background: #fff;
    margin: 0 auto;
}

.nydh ul dl dt {
    width: 210px;
    height: 48px;
    line-height: 48px;
    background: url(../images/pro-nav-dt.png) no-repeat 13px #dbe6f4;
    font-size: 15px;
    color: #2d3e54;
    font-weight: bold;
    padding-left: 35px;
}

.nydh ul dl .pro-dd {
    width: 220px;
    margin: 0 auto;
}

.nydh ul dl .pro-dd:after {
    content: "";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

.nydh ul dl .pro-dd dd {
    display: block;
    float: left;
    width: 100px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
    background: url(../images/pro-nav-dd.png) no-repeat left center;
    padding-left: 10px;
}

.nydh ul dl .pro-dd dd a {
    display: block;
    color: #6f6f6f;
}

.nydh ul dl {
    margin-bottom: 15px;
}

.nydh ul dl .pro-dd dd a:hover {
    color: #c41c23
}

.nydh ul dl .pro-dd dd.on a {
    color: #c41c23
}

.pro-index .right {
    width: 930px;
}

.pro-index .right ul {
    width: 960px;
}

.pro-index .right ul li {
    display: block;
    float: left;
    width: 290px;
    margin-right: 30px;
    margin-bottom: 24px;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.pro-index .right ul li i {
    display: block;
    width: 290px;
    height: 240px;
    overflow: hidden;
}

.pro-index .right ul li i img {
    display: block;
    width: 290px;
    height: 240px;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.pro-index .right ul li:hover i img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pro-index .right ul li .pro-text {
    width: 288px;
    border: 1px solid #e0e0e0;
    padding: 13px 0;
}

.pro-index .right ul li .pro-text strong {
    display: block;
    font-size: 15px;
    text-align: center;
    color: #2b2b2b;
}

.pro-index .right ul li .pro-text p {
    text-align: center;
    font-size: 12px;
    color: #767676;
    margin-top: 8px;
}

.pro-index .right ul li:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}


.tiaofu {
    height: 245px;
    background: url(../images/tiaofu.jpg) no-repeat center;
}

.tiaofu .box {
    position: relative;
    height: 245px;
}

.tiaofu .box strong {
    display: block;
    font-size: 42px;
    color: #00ffea;
    position: absolute;
    right: 30px;
    bottom: 40px;
    font-family: Impact;
    font-weight: normal;
}


.youshi_2 {
    background: url(../images/youshi_2.jpg) no-repeat center;
    height: 647px;
    padding-top: 70px;
}

.youshi_2 .title {
    width: 100%;
    height: 130px;
    background: url(../images/youshi_2_tit.png) no-repeat center;
}

.youshi_2 .yuoshi_2_nr {
    height: 352px;
    background: url(../images/youshi_2_box.png) no-repeat center;
    margin-top: 70px;
}

.youshi_2 .yuoshi_2_nr dl {
    display: block;
    float: left;
    width: 350px;
}

.youshi_2 .yuoshi_2_nr dl dt {
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    height: 39px;
    line-height: 39px;
}

.youshi_2 .yuoshi_2_nr dl dd {
    font-size: 16px;
    color: #5b5b5b;
    line-height: 30px;
    margin-top: 5px;
}

.youshi_2 .yuoshi_2_nr dl.youshi2_1 {
    text-align: right;
    margin-top: 26px;
}

.youshi_2 .yuoshi_2_nr dl.youshi2_1 dt {
    padding-right: 20px;
}

.youshi_2 .yuoshi_2_nr dl.youshi2_2 {
    float: right;
    margin-top: 26px;
}

.youshi_2 .yuoshi_2_nr dl.youshi2_2 dt {
    padding-left: 20px;
}

.youshi_2 .yuoshi_2_nr dl.youshi2_3 {
    text-align: right;
    margin-top: 101px;
}

.youshi_2 .yuoshi_2_nr dl.youshi2_3 dt {
    padding-right: 20px;
}

.youshi_2 .yuoshi_2_nr dl.youshi2_4 {
    float: right;
    margin-top: 101px;
}

.youshi_2 .yuoshi_2_nr dl.youshi2_4 dt {
    padding-left: 20px;
}

.case {
    padding-bottom: 50px;
}

.case ul {
    width: 1220px;
}

.case ul li {
    display: block;
    float: left;
    width: 568px;
    height: 187px;
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 10px;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.case ul li img {
    display: block;
    float: left;
    width: 198px;
    height: 187px;
}

.case ul li .right {
    width: 350px;
    margin-right: 5px;
}

.case ul li .right a.tit {
    display: block;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #eaeaea;
    font-size: 17px;
    overflow: hidden;
    color: #1f1f1f;
    font-weight: bold;
}

.case ul li .right p {
    font-size: 14px;
    color: #979797;
    line-height: 23px;
    margin-top: 5px;
    height: 69px;
    overflow: hidden;
}

.case ul li .right a.more {
    display: inline-block;
    width: 111px;
    height: 28px;
    line-height: 28px;
    border: 2px solid #bcbcbc;
    background: #bcbcbc;
    border-radius: 25px;
    margin-right: 20px;
    margin-top: 13px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.case ul li .right a.more1 {
    background: #fff;
    color: #626262;
}

.case ul li:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2)
}

.case ul li .right a.tit:hover {
    color: #c41c23;
}

.case ul li .right a.more:hover {
    background: #c41c23;
    color: #fff;
    border: 2px solid #c41c23;
}


.case .more_1 {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    margin: 0 auto;
    margin-top: 40px;
    background: #c41c23;
}

.case .more_1:hover {
    box-shadow: 0px 0px 20px rgba(31, 118, 229, 1)
}

.liucheng {
    height: 276px;
    background: url(../images/liucheng_bg.jpg) no-repeat center;
}

.liucheng .lmt strong {
    color: #fff;
}

.liucheng .lmt p {
    color: #fff;
}

.liucheng ul {
    width: 1266px;
    margin-left: 20px;
}

.liucheng ul li {
    display: block;
    float: left;
    width: 93px;
    margin-right: 60px;
    position: relative;
}

.liucheng ul li img {
    display: block;
    margin: 0 auto;
}

.liucheng ul li p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-top: 8px;
}

.liucheng ul li:after {
    content: "";
    width: 46px;
    height: 10px;
    background: url(../images/liucheng_after.png) no-repeat center;
    position: absolute;
    right: -53px;
    top: 43px;
}

.liucheng ul li.last:after {
    display: none;
}

.sy_about {
    padding-top: 75px;
    padding-bottom: 70px;
    background: url(../images/about_bg.png);
}

.sy_about .left {
    width: 445px;
    float: left;
}

.sy_about .right_1 {
    width: 725px;
    padding-top: 35px;
    float: right;
}

.sy_about .right_1 .tit {
    font-size: 32px;
    color: #363636;
    position: relative;
    padding-left: 13px;
}

.sy_about .right_1 .tit:after {
    content: "";
    width: 6px;
    height: 28px;
    background: #c41c23;
    position: absolute;
    left: 0;
    top: 9px;
}

.sy_about .right_1 .tit span {
    font-size: 16px;
    color: #c5c4c2;
}

.sy_about .right_1 .ab_tab a {
    display: inline-block;
    width: 124px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 25px;
    background: #dedede;
    color: #656565;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sy_about .right_1 .ab_tab a.on, .sy_about .right_1 .ab_tab a:hover {
    color: #fff;
    background: #c41c23
}

.sy_about .right_1 p.jianjie {
    font-size: 15px;
    color: #757575;
    line-height: 33px;
}

.sy_about .right_1 p.jianjie a {
    color: #c41c23;
}

.news {
    padding-top: 30px;
    height: 538px;
}

.news .left {
    width: 567px;
}

.news .left .hd {
    background: url(../images/news-ico1.png) no-repeat left center;
    padding-left: 26px;
}

.news .left .hd span.more {
    float: right;
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #9a9a9a
}

.news .left .hd span.more a {
    color: #9a9a9a
}

.news .left .hd span.more a:hover {
    color: #c41c23
}

.news .left .hd ul li {
    display: block;
    float: left;
    width: 113px;
    text-align: center;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    color: #363636;
}

.news .left .hd ul li a {
    color: #363636;
}

.news .left .hd ul li.on a {
    color: #c41c23;
    font-weight: bold;
}

.news .left .bd .news_tj {
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
}

.news .left .bd .news_tj a {
    display: block;
    font-size: 16px;
    color: #000;
    height: 28px;
    line-stacking: 28px;
    overflow: hidden;
    font-weight: bold;
}

.news .left .bd .news_tj a:hover {
    color: #c41c23
}

.news .left .bd .news_tj p {
    font-size: 14px;
    color: #878787;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.news .left .bd ul li {
    height: 37px;
    line-height: 37px;
    padding-left: 12px;
    overflow: hidden;
    background: url(../images/li.png) no-repeat left center;
}

.news .left .bd ul li span {
    float: right;
    font-size: 14px;
    color: #bababa;
    margin-left: 15px;
}

.news .left .bd ul li a {
    font-size: 14px;
    color: #535353
}

.news .left .bd ul li a:hover {
    color: #c41c23
}

.news .right {
    width: 565px;
}

.news .right .title {
    height: 56px;
    line-height: 56px;
    background: url(../images/news-ico2.png) no-repeat left center;
    padding-left: 35px;
}

.news .right .title p {
    font-size: 20px;
    color: #363636;
    font-weight: bold;
}

.news .right .title p a {
    color: #363636;
}

.news .right .title a.more {
    float: right;
    font-size: 14px;
    color: #9a9a9a
}

.news .right .title a.more:hover {
    color: #c41c23
}

.news .right dl {
    padding-top: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed
}

.news .right dl dt {
    display: block;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    background: url(../images/w.png) no-repeat left center;
    padding-left: 28px;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
}

.news .right dl dt a {
    color: #000;
}

.news .right dl dt a:hover {
    color: #c41c23
}

.news .right dl dd {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 22px;
    height: 44px;
    background: url(../images/d.png) no-repeat left 3px;
    padding-left: 28px;
    overflow: hidden;
}

.news .right dl:last-child {
    border: none;
}

.links {
    margin-top: 20px;
    border-top: 1px solid #eee;
    margin-bottom: 30px;
}

.links .title {
    height: 56px;
    line-height: 56px;
    background: url(../images/news-ico2.png) no-repeat left center;
    padding-left: 35px;
}

.links .title p {
    font-size: 20px;
    color: #363636;
    font-weight: bold;
}

.links .title p a {
    color: #363636;
}

.links a {
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    color: #878787;
    margin-right: 10px;
}

.sy_footer {
    background: #272727;
    padding-top: 35px;
}

.sy_footer .foot_left {
    width: 730px;
    border-right: 1px solid #3d3d3d;
    height: 295px;
    float: left;
}

.sy_footer .foot_left dl {
    display: block;
    float: left;
    width: 115px;
    margin-right: 75px;
}

.sy_footer .foot_left dl dt {
    display: block;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #3d3d3d;
    color: #fff;
    font-weight: bold;
    position: relative;
    font-size: 15px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.sy_footer .foot_left dl dt:after {
    content: "";
    width: 7px;
    height: 1px;
    background: #c41c23;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sy_footer .foot_left dl dd {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #8c8c8c;
}

.sy_footer .foot_left dl dd a {
    color: #8c8c8c
}

.sy_footer .foot_left dl dd a:hover {
    color: #fff;
}


.sy_footer .foot_left dll {
    display: block;
    float: left;
    width: 195px;
    margin-right: 75px;
}

.sy_footer .foot_left dll dt {
    display: block;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #3d3d3d;
    color: #fff;
    font-weight: bold;
    position: relative;
    font-size: 15px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.sy_footer .foot_left dll dt:after {
    content: "";
    width: 7px;
    height: 1px;
    background: #c41c23;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sy_footer .foot_left dll dd {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #8c8c8c;
}

.sy_footer .foot_left dll dd a {
    color: #8c8c8c
}

.sy_footer .foot_left dll dd a:hover {
    color: #fff;
}

.sy_footer .foot_right {
    width: 414px;
    float: right;
}

.sy_footer .box {
    padding-bottom: 35px;
}

.sy_footer .foot_right .tit {
    display: block;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #3d3d3d;
    color: #fff;
    font-weight: bold;
    position: relative;
    font-size: 15px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.sy_footer .foot_right .tit:after {
    content: "";
    width: 7px;
    height: 1px;
    background: #c41c23;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sy_footer .foot_right img {
    float: right;
}

.sy_footer .foot_right p {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    color: #8c8c8c
}

.sy_footer .copyright {
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #1d1d1d;
    color: #8c8c8c;
    font-size: 14px;
}

.sy_footer .copyright a {
    color: #8c8c8c;
}


.neiye {
    padding-top: 25px;
    padding-bottom: 20px;
}


.nylx {
    width: 250px;
    margin-top: 15px;
    text-align: center;
}

.nylx .left_title {
    width: 247px;
    height: 57px;
    line-height: 57px;
    background: #c41c23;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.nylx .left_title span {
    font-weight: normal;
    font-size: 12px;
    color: rgba(255, 255, 255, .2);
}

.nylx .left_title:after {
    content: "";
    width: 4px;
    height: 13px;
    background: #fff;
    position: absolute;
    left: 11px;
    top: 22px;
}


.nylx .nylx_box {
    width: 248px;
    border: 1px solid #dfdfdf;
    border-top: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nylx .nylx_box img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.nylx .nylx_box span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #c41c23;
    margin-bottom: 5px;
}

.nylx .nylx_box strong {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #c41c23;
}

.nylx .nylx_box b {
    display: block;
    width: 230px;
    margin: 0 auto;
    font-size: 15px;
    color: #323232;
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
    margin-top: 10px;
}

.nylx .nylx_box p {
    width: 230px;
    margin: 0 auto;
    font-size: 14px;
    color: #5d5d5d;
    line-height: 29px;
    margin-top: 5px;
}

.neiye .right {
    width: 930px;
}

.neiye .right .newsnav {
    width: 928px;
    height: 53px;
    line-height: 53px;
    border: 1px solid #e9e9e9;
    border-top: 2px solid #c41c23;
}

.neiye .right .newsnav p {
    float: right;
    margin-right: 15px;
    font-size: 14px;
    color: #aeaeae;
}

.neiye .right .newsnav p a {
    color: #aeaeae;
}

.neiye .right .newsnav strong {
    display: block;
    font-size: 19px;
    color: #2b2b2b;
    padding-left: 20px;
    position: relative;
}

.neiye .right .newsnav strong:after {
    content: "";
    width: 4px;
    height: 15px;
    background: #c41c23;
    position: absolute;
    left: 11px;
    top: 19px;
}

.newsnav {
    width: 928px;
    height: 53px;
    line-height: 53px;
    border: 1px solid #e9e9e9;
    border-top: 2px solid #c41c23;
}

.newsnav p {
    float: right;
    margin-right: 15px;
    font-size: 14px;
    color: #aeaeae;
}

.newsnav p a {
    color: #aeaeae;
}

.newsnav strong {
    display: block;
    font-size: 19px;
    color: #2b2b2b;
    padding-left: 20px;
    position: relative;
}

.newsnav strong:after {
    content: "";
    width: 4px;
    height: 15px;
    background: #c41c23;
    position: absolute;
    left: 11px;
    top: 19px;
}


.neiye .right .neiye_right {
    width: 930px;
    margin-top: 15px;
    margin-bottom: 50px;
}

.neiye .right .neiye_right .case_list li {
    padding: 10px;
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.neiye .right .neiye_right .case_list li:after {
    content: "";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

.neiye .right .neiye_right .case_list li img {
    display: block;
    width: 198px;
    height: 187px;
    float: left;
    margin-right: 15px;
}

.neiye .right .neiye_right .case_list li .case_nr {
    float: right;
    width: 690px;
}

.neiye .right .neiye_right .case_list li .case_nr a.tit {
    display: block;
    font-size: 17px;
    color: #1f1f1f;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e9e9e9;
    font-weight: bold;
}

.neiye .right .neiye_right .case_list li .case_nr p {
    font-size: 14px;
    color: #979797;
    line-height: 23px;
    margin-top: 10px;
    height: 69px;
    overflow: hidden;
}

.neiye .right .neiye_right .case_list li a.more {
    display: inline-block;
    width:
}

.neiye .right .neiye_right .case_list li a.more {
    display: inline-block;
    width: 111px;
    height: 28px;
    line-height: 28px;
    border: 2px solid #bcbcbc;
    background: #bcbcbc;
    border-radius: 25px;
    margin-right: 20px;
    margin-top: 13px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.neiye .right .neiye_right .case_list li a.more1 {
    background: #fff;
    color: #626262;
}

.neiye .right .neiye_right .case_list li:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .1)
}

.neiye .right .neiye_right .case_list li .case_nr a.tit:hover {
    color: #c41c23;
}

.neiye .right .neiye_right .case_list li a.more:hover {
    background: #c41c23;
    color: #fff;
    border: 2px solid #c41c23;
}


.fenye {
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 30px;
    text-align: center;
}

.fenye a {
    display: inline-block;
    padding: 0 13px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #eee;
    font-size: 14px;
    color: #333;
    margin: 0 2px;
    border-radius: 5px;
    background: #eee;
}

.fenye b, .fenye a:hover {
    display: inline-block;
    padding: 0 13px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #c41c23;
    font-size: 14px;
    color: #fff;
    margin: 0 2px;
    background: #c41c23;
    border-radius: 5px;
}


.neiye .right .neiye_right .pro-list {
    width: 965px;
}

.neiye .right .neiye_right .pro-list li {
    display: block;
    float: left;
    width: 290px;
    margin-right: 30px;
    margin-bottom: 23px;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.neiye .right .neiye_right .pro-list li i {
    display: block;
    width: 290px;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.neiye .right .neiye_right .pro-list li i img {
    display: block;
    width: 290px;
    height: 240px;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.neiye .right .neiye_right .pro-list li:hover i img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.neiye .right .neiye_right .pro-list li i a.more {
    padding-top: 7px;
    display: block;
    width: 54px;
    height: 56px;
    background: url(../images/dg.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 18px;
}

.neiye .right .neiye_right .pro-list li .pro_text {
    width: 288px;
    border: 1px solid #e1e1e1;
    padding: 13px 0;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.neiye .right .neiye_right .pro-list li .pro_text strong {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #2b2b2b;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.neiye .right .neiye_right .pro-list li .pro_text p {
    text-align: center;
    font-size: 13px;
    color: #767676;
    margin-top: 10px;
}

.neiye .right .neiye_right .pro-list li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.neiye .right .neiye_right .pro-list li:hover .pro_text {
    border: 1px solid #fff;
}

.neiye .right .neiye_right .pro-list li:hover .pro_text strong {
    color: #c41c23;
}


.neiye .right .neiye_right .news-list {
    margin-bottom: 30px;
    border: 1px solid #eee;
}

.neiye .right .neiye_right .news-list li {
    padding: 15px;
    border-bottom: 1px solid #eee;
}


.neiye .right .neiye_right .news-list li .brief {
    padding: 45px 15px 15px 15px;
    color: #999999;
}

.neiye .right .neiye_right .news-list li img {
    display: block;
    float: left;
    width: 197px;
    height: 141px;
    margin-right: 18px;
}

.neiye .right .neiye_right .news-list li:after {
    content: "";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

.neiye .right .neiye_right .news-list li a.tit {
    overflow: hidden;
    display: block;
    font-size: 17px;
    color: #313131;
    height: 39px;
    line-height: 39px;
    font-weight: bold;
}

.neiye .right .neiye_right .news-list li p {
    font-size: 14px;
    color: #898989;
    line-height: 27px;
}

.neiye .right .neiye_right .news-list li a.more {
    display: inline-block;
    margin-top: 10px;
    width: 100px;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    color: #c41c23;
    font-size: 14px;
}

.neiye .right .neiye_right .news-list li a.tit:hover {
    color: #c41c23
}

.neiye .right .neiye_right .news-list li span {
    display: block;
    height: 39px;
    line-height: 39px;
    overflow: hidden;
}

.neiye .right .neiye_right .news-list li span i {
    float: right;
    font-size: 14px;
    color: #aaaaaa;
    margin-left: 25px;
    font-style: normal;
}


.nydh .ul_li {
    width: 248px;
    border: 1px solid #e9e9e9;
    border-bottom: none;
}

.nydh .ul_li li {
    font-size: 16px;
    color: #3b3b3b;
    background: url(../images/ul_li1.png) no-repeat 20px center;
    height: 60px;
    line-height: 57px;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 50px;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.nydh .ul_li li a {
    display: block;
    color: #3b3b3b;
}

.nydh .ul_li li:hover, .nydh .ul_li li.on {
    background: url(../images/ul_li.png) no-repeat 20px center;
}

.nydh .ul_li li:hover a, .nydh .ul_li li.on a {
    color: #c41c23;
}

.pd {
    padding-bottom: 0;
}


.pro-xq {
    width: 930px
}

.pro-xq .pic {
    float: left;
    width: 483px;
    height: 358px;
    margin-right: 20px;
}

.pro-xq .pic img {
    width: 483px;
    height: 358px;
}


.TB-focus {
    width: 483px;
    height: 358px;
    position: relative;
    overflow: hidden;
}

.TB-focus .hd {
    position: absolute;
    right: 9px;
    bottom: 10px;
    z-index: 1;
    padding-left: 2px;
}

.TB-focus .hd li {
    color: #f60;
    cursor: pointer;
    margin-left: 3px;
    width: 18px;
    height: 18px;
    background: #7c7c7c;
    float: left;
    font-size: 13px;
    line-height: 18px;
    overflow: visible;
    text-align: center;
    margin-left: 3px;
    color: #fff;
    border-radius: 10px;
}

.TB-focus .hd li.on {
    background: #b00000;
    color: #fff;
}

.TB-focus img {
    width: 483px;
    height: 358px;
}

.pro-xq .pro-js {
    width: 427px;
    float: left;
}

.pro-xq .pro-js h1 {
    font-size: 26px;
    color: #000;
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #eee;
}


.pro-xq .pro-js .pro-xx {
    font-size: 14px;
    color: #5b5b5b;
    overflow-y: auto;
    line-height: 23px;
    height: 160px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.pro-xq .pro-lx {
    padding-top: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.pro-xq .pro-lx p {
    width: 240px;
    float: left;
    font-size: 16px;
    color: #c41c23;
}

.pro-xq .pro-lx p i {
    display: block;
    float: left;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background: url(../images/ico-tel.png) no-repeat center;
}

.pro-xq .pro-lx p font {
    line-height: 15px;
    display: block;
    margin-bottom: 3px;
}

.pro-xq .pro-lx:after {
    content: " ";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

.pro-xq .pro-lx p span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #c41c23;
    line-height: 24px;
}

.pro-xq .pro-lx a.zx {
    display: inline-block;
    float: right;
    width: 120px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
    background: #c41c23;
    margin-top: 5px;
}

.pro-xq .pro-lx a.zx1 {
    background: #c41c23;
}

.pro-xq .pro-lx a.zx:hover {
    border-radius: 25px;
}

.pro-xq .pro-xiangqing {
    margin-top: 20px;
    font-size: 14px;
    color: #3c3c3c;
    line-height: 28px;
    padding-bottom: 30px;
}

.pro-xq .pro-xiangqing img {
    max-width: 100%;
    height: auto !important;
}

.neiye .right .newsnav1 {
    border: none;
    border-bottom: 1px solid #e9e9e9;
}

.neiye .right .newsnav1 strong {
    padding-left: 13px;
}

.neiye .right .newsnav1 strong:after {
    left: 0;
}


.neiye .right .neiye_right .biaoti {
    width: 930px;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.neiye .right .neiye_right .biaoti h1 {
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

.neiye .right .neiye_right .biaoti p {
    font-size: 14px;
    color: #ccc;
    margin-top: 15px;
}

.neiye .right .neiye_right .fn {
    width: 930px;
    margin: 0 auto;
    margin-top: 30px;
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
    padding-bottom: 30px;
}

.neiye .right .neiye_right .fn p {
    font-size: 14px;
    line-height: 30px;
    color: #565656
}

.neiye .right .neiye_right .fn p a {
    color: #565656
}

.neiye .right .neiye_right .fn p a:hover {
    color: #c41c23;
}


.danye {
    font-size: 15px;
    color: #5e5e5e;
    line-height: 31px;
    padding-bottom: 20px;
}


#map {
    width: 100%;
    height: 440px;
    margin-bottom: 10px;
}

.contact .left {
    width: 422px;
}

.contact .title {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
}

.contact .title p {
    display: inline-block;
    font-size: 17px;
    color: #c41c23;
    font-weight: bold;
    border-bottom: 2px solid #c41c23;
    height: 43px;
    line-height: 43px;
    padding: 0 3px;
}

.contact .left strong {
    display: block;
    font-size: 16px;
    color: #4e4e4e;
    margin-bottom: 10px;
}

.contact .left img {
    float: right;
    margin-top: 20px;
}

.contact .left p.dizhi {
    font-size: 15px;
    color: #7c7c7c;
    line-height: 29px;
}

.contact .right {
    width: 463px;
}

.contact .right form p {
    font-size: 15px;
    color: #7c7c7c;
    line-height: 32px;
    width: 100%;
    margin-bottom: 10px;
}

.contact .right form p.text {
    width: 49%;
    float: left;
}

.contact .right form p.text input {
    width: 135px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ececec;
    padding-left: 5px;
}

.contact .right form textarea {
    width: 373px;
    height: 105px;
    border: 1px solid #ececec;
    padding-top: 5px;
    padding-left: 5px;
}

.contact .right form p span {
    display: block;
    float: left;
    width: 80px;
    font-size: 14px;
}

.contact .right form p .submit {
    display: inline-block;
    width: 123px;
    height: 35px;
    border: none;
    background: #c41c23;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    margin-right: 10px;
}

.contact .right form p .reset {
    background: #bcbcbc;
}
