@charset "utf-8";

/* CSS Document */


/*全局样式*/

* {
    padding: 0;
    margin: 0 auto;
}

div,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
p,
span,
a {
    border: 0;
}

img,
input {
    border: none;
    vertical-align: middle;
}

body {
    font-family: "微软雅黑";
    font-size: 12px;
    text-align: center;
    color: #000;
    padding-top: 120px;
}

html {
    overflow-y: scroll;
}

ul,
ol {
    list-style-type: none;
}

th,
td,
input {
    font-size: 12px;
}

h3 {
    font-size: 14px;
}

button {
    border: none;
    cursor: pointer;
    font-size: 12px;
    background-color: transparent;
}

select {
    border-width: 1px;
    _zoom: 1;
    border-style: solid;
    padding-top: 2px;
    font-size: 12px;
}

.clear {
    clear: both;
    font-size: 1px;
    height: 0;
    visibility: hidden;
    line-height: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

a:link,
a:visited {
    text-decoration: none;
    color: #fff;
}

a:hover,
a:active {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.clearfloat {
    clear: both;
}

li,
li,
li a,
ul {
    color: #333333;
}

.claer {
    clear: both;
}

.firstbt {
    font-size: 25px;
    font-family: "微软雅黑";
    padding-top: 60px;
}

.firstbt a {
    color: #000;
}

.firstbt a:hover,
a:active {
    color: #000;
}

.secondbt {
    font-size: 15px;
    color: #9c9c9c;
    font-family: "微软雅黑";
    text-transform: uppercase;
    line-height: 30px;
}


/*边距
******************************/

.m0 {
    margin: 0!important;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px !important;
}

.m30 {
    margin: 30px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt100 {
    margin-top: 100px;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.ml5 {
    margin-left: 5px!important;
}

.ml10 {
    margin-left: 10px!important;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml27 {
    margin-left: 27px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.ml60 {
    margin-left: 60px;
}

.ml67 {
    margin-left: 67px;
}

.ml100 {
    margin-left: 100px !important;
}

.ml200 {
    margin-left: 200px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mr100 {
    margin-right: 100px;
}


/*边距
******************************/

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p30 {
    padding: 30px;
}

.pt3 {
    padding-top: 3px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px;
}

.pt80 {
    padding-top: 80px;
}

.pt100 {
    padding-top: 100px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
    ;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb100 {
    padding-bottom: 100px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pl50 {
    padding-left: 50px;
}

.pl100 {
    padding-left: 100px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pr50 {
    padding-right: 50px;
}

.pr100 {
    padding-right: 100px;
}


/*定位
******************************/

.tl {
    text-align: left !important;
}

.tc {
    text-align: center !important;
}

.tr {
    text-align: right !important;
}

.bc {
    margin-right: auto;
    margin-left: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right !important;
    display: inline;
}

.cb {
    clear: both;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.vm {
    vertical-align: middle;
}

.vt {
    vertical-align: top;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}


/*----------------------------------------*/

nav {
    width: 100%;
    height: 120px;
    background: #fff;
    margin: 0 auto;
    /* position: relative; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.top_big {
    width: 1200px;
    margin: 0 auto;
}

.top_left {
    float: left;
    line-height: 120px;
}

.top_left a {
    float: left;
    display: inline-block;
}

.top_right {
    float: right;
}

.top_right ul li {
    float: left;
    font-size: 16px;
    position: relative;
}

.top_right ul li a {
    line-height: 120px;
    padding: 19px 30px;
    color: #000000;
}

.top_right ul li a:hover {
    color: #005197;
    padding: 19px 30px;
    border-bottom: 1px solid #005197;
}

.top_right ul .active a {
    padding: 19px 30px;
    color: #005197;
    border-bottom: 1px solid #005197;
}

#li4:hover .pull-down {
    display: block;
}

#li7:hover .pull-down {
    display: block;
}

.pull-down {
    /* width: 400px;
	 height: 100px;*/
    width: 200px;
    background: rgba(100, 100, 100, 0.8);
    position: absolute;
    left: 50%;
    z-index: 20;
    transform: translateX(-50%);
    display: none;
}

.pull-down::after {
    content: '';
    display: block;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(100, 100, 100, 0.7);
    position: absolute;
    top: -20px;
    left: 50%;
    z-index: 20;
    transform: translateX(-50%);
}

.pull-down span {
    display: inline-block;
    /* width: 50%; */
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.pull-down span:hover {
    color: lightblue;
}


/*----------------------nav end-----------------------------*/


/*---------------index banner begin-------------------------*/


/************************幻灯片样式****************************/

.slideBox {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 45%;
    bottom: 25px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    line-height: 14px;
    text-align: center;
    background-color: #FFFFFF;
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: left;
    border-radius: 50% 50% 50% 50%;
    cursor: pointer;
    display: inline-block;
    margin: 0 4px;
    overflow: hidden;
    text-indent: -999px
}

.slideBox .hd ul li.on {
    background: #215993;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    text-align: center
}

.slideBox .bd img {
    max-width: 100%;
    height: 490px;
    display: block;
}

.slideBox .prev {
    position: absolute;
    left: 1%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 70px;
    height: 100px;
    opacity: 0.5;
}

.slideBox .next {
    position: absolute;
    right: 1%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 70px;
    height: 100px;
    opacity: 0.5;
}

.slideBox .prev {
    background: url(../img/left1.png) no-repeat;
}

.slideBox .prev:hover,
.slideBox .prev:focus {
    background: url(../img/left2.png) no-repeat !important;
}

.slideBox .next {
    background: url(../img/right1.png) no-repeat;
}

.slideBox .next:hover,
.slideBox .next:focus {
    background: url(../img/right2.png) no-repeat !important;
}


/*.carousel .banner01{ background:url(../images/banner01.png);  background-size: 100% 100%; position:relative;}*/


/*.carousel .banner02{ background:url(../images/banner02.png);  background-size: 100% 100%; position:relative;}
.carousel .banner03{ background:url(../images/banner03.png);  background-size: 100% 100%; position:relative;}
.carousel .banner04{ background:url(../images/banner04.png);  background-size: 100% 100%; position:relative;}*/


/*---------------banner文字样式-------------------------*/


/*
.carousel .item_banner01{ width:600px; margin:0 auto; position:absolute;    top: 52%;left: 20%;}
.item_banner01 h1{ letter-spacing:5px;    font-size: 2.8em; color: #fff; font-weight: 500; text-align:left;}
.item_banner01 span{ margin-left:30px; font-size:26px;; color:#fff;}
.item_banner01 h2{ letter-spacing:5px;     font-size: 2em; color: #fff; font-weight: 500; text-align:left;}
.item_banner01  a{     width: 160px;
    height: 42px;
    border: 2px solid #fff;
    border-radius: 80px;
    display: inline-block;
    font-size: 1.8em;
    color: #fff;
    line-height: 40px;
    float: left;
    margin-top: 10px;}
*/


/*--------------------banner end   产品中心  开始---------------------------------*/

.sy_productbig {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
}

.sy_productbig .sy_product {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

.sy_productbig .sy_product ul li {
    float: left;
    background: #ededed;
    width: 270px;
    height: 435px;
    position: relative;
}

.sy_productbig .sy_product ul li .we_img {
    overflow: hidden;
    width: 270px;
    height: 435px;
    border-radius: 10px;
}

.sy_productbig .sy_product ul li .wenzi {
    position: absolute;
    z-index: 999;
    width: 270px;
    margin-top: 34px;
}

.sy_productbig .sy_product ul li .wenzi span {
    font-size: 20px;
    color: #fff;
    font-family: "微软雅黑";
    line-height: 30px;
}

.sy_productbig .sy_product ul li img {
    display: block;
    width: 270px;
    height: 435px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border-radius: 10px;
}

.sy_productbig .sy_product ul li img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    overflow: hidden;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border-radius: 10px;
}


/*-----------------------产品中心 end ---------------------------------*/


/*------------------------解决方案---------------------------------------*/

.sy_solutionbig {
    background: url(../img/solutionbg.jpg) no-repeat;
    width: 100%;
    height: 649px;
    margin: 0 auto;
    padding-top: 0px;
}

.sy_solutionbig .sy_solution {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

.sy_solutionbig .sy_solution ul li {
    float: left;
    width: 279px;
    height: 230px;
}

.sy_solutionbig .sy_solution ul li .sysolu_img {
    overflow: hidden;
    width: 279px;
    height: 189px;
    border: 1px solid #aeaeae;
}

.sy_solutionbig .sy_solution ul li .solu_wenzi span a {
    font-size: 18px;
    color: #000;
    font-family: "微软雅黑";
    line-height: 50px;
}

.sy_solutionbig .sy_solution ul li img {
    display: block;
    width: 279px;
    height: 189px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.sy_solutionbig .sy_solution ul li img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    overflow: hidden;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.solu_more {
    height: 58px;
    width: 405px;
    margin-top: 80px;
    border: 1px solid #000;
}

.solu_more span a {
    font-size: 18px;
    color: #000;
    font-family: "微软雅黑";
    line-height: 58px;
}


/*------------------------解决方案 结束---------------------------------------*/


/*------------------------合作案例 开始---------------------------------------*/

.sy_casebig {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
}

.sy_casebig .sy_case {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

.sy_casebig .sy_case ul li {
    float: left;
    background: #ededed;
    width: 360px;
    height: 458px;
    position: relative;
}

.sy_casebig .sy_case ul li .we_img {
    overflow: hidden;
    width: 360px;
    height: 458px;
    border-radius: 10px;
}

.sy_casebig .sy_case ul li .wenzi {
    position: absolute;
    width: 360px;
    height: auto;
    overflow: hidden;
    left: 0;
    top: 50%;
    margin-top: -80px;
}

.sy_casebig .sy_case ul li .wenzi .tu1 {
    width: 68px;
    height: 64px;
    margin: 0 auto;
}

.sy_casebig .sy_case ul li .wenzi .contb1 {
    background: url(../img/case_sw.png) no-repeat;
}

.sy_casebig .sy_case ul li .wenzi .contb2 {
    background: url(../img/case_yh.png) no-repeat;
}

.sy_casebig .sy_case ul li .wenzi .contb3 {
    background: url(../img/case_zf.png) no-repeat;
}

.sy_casebig .sy_case ul li .wenzi span {
    width: 50px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 37px auto;
}

.sy_casebig .sy_case ul li .wenzi h6 {
    font-size: 22px;
    font-weight: bold;
}

.sy_casebig .sy_case ul li img {
    display: block;
    width: 360px;
    height: 458px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border-radius: 10px;
}


/*------------------------合作案例 结束---------------------------------------*/


/*------------------------新闻动态  开始---------------------------------------*/

.sy_newsbig {
    width: 100%;
    height: 549px;
    margin: 0 auto;
}

.sy_newsbig .sy_news {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

.sy_newsbig .sy_news .sy_newsleft {
    float: left;
    height: 370px;
    width: 511px;
}

.sy_newsbig .sy_news .sy_newsright {
    float: left;
    height: 370px;
    width: 600px;
    margin-left: 35px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    color: #888;
}

.sy_newsbig .sy_news .sy_newsright .head1 {
    padding-bottom: 20px;
    margin-bottom: 10px;
    display: block;
    clear: both;
    overflow: hidden;
}

.sy_newsbig .sy_news .sy_newsright .head_con {
    float: left;
    width: 600px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.sy_newsbig .sy_news .sy_newsright .head_con .head_con_more {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    float: right;
}

.sy_newsbig .sy_news .sy_newsright .head_con p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.sy_newsbig .sy_news .sy_newsright .head_con p a:hover,
a:active {
    color: #666;
}

.sy_newsbig .sy_news .sy_newsright .head_con p:first-child a {
    font-size: 18px;
    line-height: 25px;
    color: #0081cc;
}

.head_con2 {
    margin-top: 175px;
}

.sy_newsbig .sy_news .sy_newsright .newlist {
    line-height: 36px;
    font-size: 14px;
    position: relative;
    background: url(../img/point.png) no-repeat left 13px;
    padding-left: 12px;
}

.sy_newsbig .sy_news .sy_newsright .newlist a {
    color: #666;
}

.sy_newsbig .sy_news .sy_newsright .newlist a:hover,
a:active {
    color: #0081cc;
}

.head_con2 ul li span {
    float: right;
}


/*------------------------新闻动态  结束---------------------------------------*/


/*------------------------合作伙伴 开始---------------------------------------*/

.sy_partnersbig {
    width: 100%;
    margin: 0 auto;
    height: 412px;
}

.sy_partners {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

.sy_partners ul li {
    float: left;
    width: 180px;
    height: 93px;
}

.sy_partners ul li img {
    width: 180px;
    height: 93px;
}

.pan_tu2 {}


/*------------------------合作伙伴  结束---------------------------------------*/


/*------------------------联系我们  页面---------------------------------------*/

.contact_banner {
    width: 100%;
    margin: 0 auto;
}

.contact_banner img {
    width: 100%;
    display: block;
}

.dizhi {
    width: 100%;
    height: 130px;
    margin: 0 auto;
}

.dizhi_left {
    width: 900px;
    float: left;
}

.dizhi_left_one {
    width: 100px;
    float: left;
    padding-top: 10px;
}

.dizhi_left_one img {
    height: 113px;
    width: 95px;
}

.dizhi_left_two {
    padding-left: 10px;
    width: 350px;
    float: left;
    padding-top: 10px;
}

.dizhi_left_two li {
    list-style: none;
    line-height: 30px;
    color: #000;
    font-family: "微软雅黑";
    font-size: 18px;
    text-align: left;
}

.dizhi_left_three {
    padding-left: 120px;
    width: 320px;
    float: left;
    padding-top: 5px;
}

.dizhi_left_three li {
    list-style: none;
    width: 350px;
    line-height: 30px;
    color: #000;
    font-family: "微软雅黑";
    font-size: 18px;
    text-align: left;
    float: left;
}

.dizhi_right {
    width: 250px;
    float: right;
}

.dizhi_all {
    width: 1200px;
    margin: 0 auto;
}

.map {
    width: 100%;
    height: 492px;
    margin: 0 auto;
}

.map_all {
    width: 1200px;
    margin: 0 auto;
}

.map_all img {
    border: 1px solid #CCC;
}


/*----------------------联系我们 end--------------------------------*/


/*------------------------关于儒风 页面  开始---------------------------------------*/

.aboutus_banner_big {
    width: 100%;
    margin: 0 auto;
}

.aboutus_banner_big img {
    display: block;
    width: 100%;
    height: auto;
}

.daohang {
    width: 100%;
    height: 38px;
    margin: 0 auto;
}

.daohang_all {
    width: 720px;
    margin: 0 auto;
    text-align: center;
}

.daohang_all ul li {
    font-size: 16px;
    float: left;
    line-height: 20px;
    height: 38px;
}

.daohang_all ul li a {
    padding: 10px 38px;
    color: #000000;
}

.daohang_all ul li a:hover {
    color: #005197;
    padding: 10px 38px;
    border: 1px solid #005197;
}

.daohang_all ul .dianji a {
    padding: 10px 38px;
    color: #005197;
    border: 1px solid #005197;
}

.zh_aboutus {
    width: 100%;
    margin: 0 auto;
}

.zh_aboutus_content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.zh_aboutus_content .zh_aboutus_left {
    float: left;
    width: 480px;
    height: 560px;
    overflow: hidden;
}

.zh_aboutus_content .zh_aboutus_left img {
    width: 480px;
    display: block;
    transition-duration: 2s;
    cursor: pointer;
}

.zh_aboutus_content .zh_aboutus_left img:hover {
    display: block;
    transform: scale(1.2, 1.2);
    transition-duration: 2s;
}

.zh_aboutus_content .zh_aboutus_right {
    float: left;
    margin-left: 50px;
    width: 670px;
}

.zh_aboutus_content .zh_aboutus_right span {
    text-align: left;
    float: left;
    color: #0075c2;
    font-size: 18px;
    width: 670px;
    height: 35px;
}

.zh_aboutus_content .zh_aboutus_right h4 {
    text-align: left;
    float: left;
    font-size: 18px;
    color: #000000;
    width: 670px;
    height: 35px;
}

.zh_aboutus_content .zh_aboutus_right p {
    text-indent: 2em;
    text-align: left;
    font-size: 16px;
    color: #626262;
    margin-bottom: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}

.zh_aboutus_content .zh_aboutus_bottom {
    width: 1000px;
    height: 530px;
    overflow: hidden;
}

.zh_aboutus_content .zh_aboutus_bottom img {
    width: 1000px;
    height: 530px;
    overflow: hidden;
}


/*----------------------企业理念--------------------------------*/

.zh_qylnbig {
    width: 100%;
    margin: 0 auto;
}

.zh_qyln_content {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

.zh_qyln_content .zh_qyln_left {
    float: left;
    width: 320px;
    overflow: hidden;
}

.zh_qyln_left img {
    width: 320px;
    display: block;
    transition-duration: 2s;
    cursor: pointer;
}

.zh_qyln_right {
    float: left;
    margin-left: 30px;
    width: 500px;
}

.zh_qyln_right span {
    text-align: left;
    float: left;
    color: #0075c2;
    font-size: 18px;
    width: 500px;
    height: 35px;
}

.zh_qyln_right h4 {
    text-align: left;
    float: left;
    font-size: 18px;
    color: #000000;
    width: 500px;
    height: 35px;
}

.zh_qyln_right p {
    text-indent: 2em;
    text-align: left;
    font-size: 16px;
    color: #626262;
    margin-bottom: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}


/*----------------------技术实力--------------------------------*/

.zh_jsslbig {
    width: 100%;
    margin: 0 auto;
}

.zh_jssl_content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.zh_jssl {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.zh_jssl span {
    width: 1200px;
    text-align: left;
    float: left;
    color: #0075c2;
    font-size: 18px;
    height: 35px;
}

.zh_jssl h4 {
    width: 1200px;
    text-align: left;
    float: left;
    font-size: 18px;
    color: #000000;
    height: 35px;
}

.zh_jssl p {
    text-indent: 2em;
    text-align: left;
    font-size: 16px;
    color: #626262;
    margin-bottom: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}

.shilizs {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.shilizs img {
    width: 365px;
    display: block;
    transition-duration: 2s;
    cursor: pointer;
}

.shilizs ul li {
    float: left;
    margin-bottom: 30px;
}


/*----------------------合作伙伴--------------------------------*/

.zh_hzhbbig {
    width: 100%;
    margin: 0 auto;
}

.zh_hzhb_content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.zh_hzhb {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

.zh_hzhb span {
    width: 900px;
    text-align: left;
    float: left;
    color: #0075c2;
    font-size: 18px;
    height: 35px;
}

.zh_hzhb h4 {
    width: 900px;
    text-align: left;
    float: left;
    font-size: 18px;
    color: #000000;
    height: 35px;
}

.huoban {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

.huoban img {
    width: 140px;
    display: block;
    transition-duration: 2s;
    cursor: pointer;
}

.huoban ul li {
    float: left;
}


/*----------------------关于儒风 end--------------------------------*/


/*------------------------产品中心 页面  开始---------------------------------------*/

.product_banner_big {
    width: 100%;
    margin: 0 auto;
}

.product_banner_big img {
    display: block;
    width: 100%;
    height: auto;
}

.product_big {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.product_content {
    width: 1200px;
    margin: 0 auto;
}

.product_content h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 50px;
}

.chanpin {
    width: 1100px;
    margin: 0 auto;
}

.product_content .chanpin ul li {
    float: left;
    background: #ededed;
    width: 520px;
    height: 260px;
    position: relative;
}

.product_content .chanpin ul li .product_img {
    overflow: hidden;
    width: 520px;
    height: 260px;
}

.product_content .chanpin ul li .chanpinfenleiwenzi {
    position: absolute;
    z-index: 999;
    width: 520px;
    margin-top: 200px;
    height: 60px;
    background: #000;
    opacity: 0.5;
}

.product_content .chanpin ul li .chanpinfenleiwenzi span {
    font-size: 20px;
    color: #fff;
    font-family: "微软雅黑";
    line-height: 60px;
}

.product_content .chanpin ul li img {
    display: block;
    width: 520px;
    height: 260px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.product_content .chanpin ul li img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    overflow: hidden;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}


/*----------------------产品中心  end--------------------------------*/


/*----------------------解决方案  页面 开始--------------------------------*/

.solution_banner_big {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.solution_banner_big .solution_banner_big_text {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 80px;
    text-align: left;
}

.solution_banner_big_text h1 {
    line-height: 70px;
    font-size: 42px;
    font-weight: 500;
}

.solution_banner_big_text p {
    line-height: 30px;
    font-size: 20px;
}

.solution_banner_big img {
    display: block;
    width: 100%;
    height: auto;
}

.solution_big {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.solution_content {
    width: 1200px;
    margin: 0 auto;
}

.solution_content h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 50px;
}

.fangan {
    width: 1200px;
    margin: 0 auto;
}

.fangan ul li {
    float: left;
    width: 355px;
    height: 290px;
}

.fangan ul li .fangan_img {
    overflow: hidden;
    width: 355px;
    height: 222px;
}

.fangan ul li .fangan_wenzi {
    text-align: left;
}

.fangan ul li .fangan_wenzi span a {
    font-size: 18px;
    color: #000;
    font-family: "微软雅黑";
    line-height: 40px;
}

.fangan ul li .fangan_wenzi p {
    font-size: 13px;
    color: #999999;
    font-family: "微软雅黑";
}

.fangan ul li img {
    display: block;
    width: 355px;
    height: 222px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.fangan ul li img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    overflow: hidden;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}


/*----------------------解决方案   end--------------------------------*/


/*------------------------合作案例页面  开始---------------------------------------*/

.case_banner {
    width: 100%;
    margin: 0 auto;
}

.case_banner img {
    width: 100%;
    display: block;
}


/*----------------------td_banner  end--------------------------------*/

.our_point_big {
    width: 100%;
    margin: 0 auto;
}

.our_point_big .our_point {
    width: 1000px;
    margin: 0 auto;
}

.our_point h1 {
    font-size: 18px;
    color: #0075c2;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 35px;
}

.our_point .point_line {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.our_point h2 {
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
}

.our_point h2:before {
    content: "";
    border-bottom: 1px solid #000000;
    width: 30px;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    left: 20%;
}

.our_point h2:after {
    content: "";
    border-bottom: 1px solid #000000;
    width: 30px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 43%;
    left: 70%;
}

.point_content {
    width: 1000px;
    margin: 0 auto;
}

.point_content ul li {
    float: left;
    margin: 5px 40px 0px 70px;
    ;
    width: 215px;
    height: 250px;
}

.point_content ul li .point_top {
    width: 128px;
    height: 128px;
    border-radius: 64px;
    background: #0075c2;
    cursor: pointer;
    transition: background 1.5s;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
}

.point_content ul li .point_top:hover {
    background: #2f383d;
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
}

.point_content ul li .point_top p {
    color: #fff;
    line-height: 25px;
    font-size: 16px;
    padding-top: 30px;
}

.point_bottom p {
    font-size: 14px;
    color: #494949;
    line-height: 25px;
}


/*-----------------point_content end----------------------------------------*/


/*-----------------end----------------------------------------*/


/*------------------------新闻资讯 页面  开始---------------------------------------*/

.news_banner_big {
    width: 100%;
    margin: 0 auto;
}

.news_banner_big img {
    display: block;
    width: 100%;
    height: auto;
}

.zh_newsbig {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.zh_news_content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.article_list {}

.article_list ul li {
    margin-top: 45px;
    padding-bottom: 45px;
    border-bottom: 1px #CCC solid;
}

.wpart-border-line {
    height: 150px;
}

.wp-new-article-style-01-left {
    height: 150px;
    width: 240px;
    text-align: center;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 50px;
}

.wp-new-article-style-01-left a img {
    position: relative;
    height: 150px;
    width: 240px;
    display: inline;
}

.wp-new-article-style-01-right {
    width: 870px;
    overflow: hidden;
    word-wrap: break-word;
    float: left;
    text-align: left;
}

.wp-new-article-style-01-right .title {
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 18px;
    padding-top: 8px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}

.wp-new-article-style-01-right .title a {
    color: #000;
}

.wp-new-article-style-01-right .time {
    display: block;
    font-family: Microsoft YaHei;
    font-size: 14px;
    padding-top: 10px;
    color: #929292;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}

.wp-new-article-style-01-right .abstract {
    line-height: 140%;
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 14px;
    padding-top: 10px;
    color: #666666;
    font-weight: normal;
    text-decoration: none;
}

.news_more {
    height: 58px;
    width: 405px;
    margin-top: 80px;
    border: 1px solid #000;
    font-size: 18px;
    color: #000;
    font-family: "微软雅黑";
    line-height: 58px;
}

.neirong {
    width: 1000px;
    margin: 0 auto;
}

.neirong h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 50px;
}

.neirong p {
    text-indent: 2em;
    text-align: left;
    font-size: 16px;
    color: #626262;
    margin-bottom: 10px;
    line-height: 30px
}

<!--引用百度地图API-->.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
    word-wrap: break-word;
    font-size: 12px;
    color: #676767;
    line-height: 20px;
}

#dituContent {
    border: none !important;
}

.iw_poi_title {
    color: #1999d7;
    font-size: 15px;
}


/*-------------footer---------------------------*/

.foot {
    width: 100%;
    height: 225px;
    background: #eaeaea;
}

.foot_left {
    width: 900px;
    float: left;
}

.foot_left_one {
    margin-top: 50px;
    font-family: "微软雅黑";
    font-size: 12px;
    width: 500px;
    float: left;
}

.foot_left_one_li {
    list-style: none;
    width: 500px;
    line-height: 25px;
    color: #7f7f7f;
    text-align: left;
}

.foot_left_two {
    height: 125px;
    border: 1px dashed #9A9EA7;
    border-bottom: none;
    border-top: none;
    border-right: none;
    float: left;
    margin-top: 40px;
}

.foot_left_two img {
    padding-left: 100px;
    padding-top: 30px;
}

.foot_right {
    margin-top: 40px;
    width: 250px;
    float: left;
    border: 1px dashed #9A9EA7;
    border-bottom: none;
    border-top: none;
    border-right: none;
}

.foot_all {
    height: 220px;
    width: 1200px;
}


/*********返回顶部**********/

.my-scroll-btn {
    position: fixed;
    height: 80px;
    width: 40px;
    bottom: 200px;
    right: 20px;
    z-index: 100;
}

.scroll-item {
    position: relative;
    height: 36px;
    width: 40px;
    background-color: #006ecf;
    border-radius: 3px;
    text-align: center;
    margin-top: 10px;
}

.scroll-item a {
    height: 36px;
    width: 40px;
}

.scroll-icon {
    background-repeat: no-repeat;
    display: block;
}

.icon-customer {
    background-image: url(../img/customer.png);
}

.icon-erwm {
    background-image: url(../img/erwm.png);
}

.icon-top {
    background-image: url(../img/scroll-top.png);
}

.icon_c_phone {
    position: absolute;
    right: 45px;
    top: 1px;
    height: 36px;
    width: 137px;
    background-image: url(../img/phone.png);
    display: none;
}

.icon_c_erwm {
    position: absolute;
    right: 45px;
    top: 3px;
    height: 126px;
    width: 124px;
    background-image: url(../img/weixin.png);
    display: none;
}

.my-scroll-btn ul li:hover>div {
    display: block;
}

a:link,
a:visited,
a:hover,
a:active .bah {
    color: #ff6a00;
}


/* 首页新样式 */

.index-solution {
    padding-left: 190px;
    margin-top: 100px;
    /* margin-bottom: 80px; */
}

.index-solution-title {
    font-weight: 600;
    font-size: 36px;
    color: #333333;
    text-align: left;
    margin-bottom: 20px;
    padding-top: 60px;
}

.index-solution-title span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #999999;
}

.index-solution .slideBox {
    overflow: inherit;
}

.slide-box {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slide-box ul li {
    height: 500px;
    position: relative;
}

.slide-box ul li .slide-num {
    position: absolute;
    bottom: 0;
    left: 20px;
    font-size: 128px;
    font-weight: bold;
    color: #fff;
    opacity: 0.1;
}

.slide-page {
    position: absolute;
    top: -60px;
    right: 820px;
    color: #666;
    font-weight: 400;
    font-size: 16px;
}

.slide-page span {
    color: #333;
    font-weight: 500;
    font-size: 24px;
}

.solution-hd {
    position: absolute;
    top: -50px;
    right: 400px;
}

.solution-hd ul li {
    float: left;
    width: 100px;
    height: 3px;
    margin-left: 6px;
    background-color: #ccc;
    border-radius: 3px;
    font-size: 0;
}

.solution-hd ul li.on {
    background-color: #333;
}

.slide-tool {
    position: absolute;
    top: -70px;
    right: 200px;
    width: 140px;
    height: 70px;
}

.index-solution .slideBox .prev {
    width: 70px;
    height: 70px;
    opacity: 1;
    z-index: 9;
    top: 0;
    left: 0;
    background: #ededed url(../img/prev-new.png) no-repeat center!important;
}

.index-solution .slideBox .prev:hover {
    background: #ededed url(../img/prev-new.png) no-repeat center!important;
}

.index-solution .slideBox .next {
    width: 70px;
    height: 70px;
    opacity: 1;
    z-index: 9;
    top: 0;
    right: 0;
    background: #022ed9 url(../img/next-new.png) no-repeat center!important;
}

.index-solution .slideBox .next:hover {
    background: #022ed9 url(../img/next-new.png) no-repeat center!important;
}

.index-solution-item-left {
    float: left;
    width: 45%;
    padding: 95px 75px;
    text-align: left;
    color: #fff;
}

.solution-item-title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
}

.index-solution-item-left p {
    margin-bottom: 40px;
}

.index-solution-item-left .more span {
    display: block;
    padding-top: 20px;
    border-top: 1px solid #fff;
}

.index-solution-item-right {
    float: left;
    width: 55%;
}

.index-solution-item-right img {
    width: 1000px;
    height: 500px;
}

.index-news {
    margin-bottom: 40px;
    padding: 0 190px;
}

.index-news-title {
    font-weight: 600;
    font-size: 36px;
    color: #333333;
    margin-bottom: 20px;
    padding-top: 60px;
}

.index-news-title span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #999999;
}

.index-news-box {
    display: flex;
    justify-content: space-between;
}

.index-news-box .news-item {
    display: block;
    width: 30%;
    height: 400px;
    border: 1px solid #ccc;
    text-align: left;
}

.index-news-box .news-item:hover {
    box-shadow: 5px 5px 5px #ccc;
    ;
}

.index-news-box .news-item .news-text {
    padding: 0 20px;
}

.index-news-box .news-item img {
    width: 100%;
    height: 240px;
}

.index-news-box .news-item .news-date {
    font-size: 16px;
    color: #9b9b9b;
    margin-top: 13px;
}

.index-news-box .news-item p {
    margin-top: 15px;
    font-size: 18px;
    color: #333;
}

.index-news-box .news-item .news-detail {
    margin-top: 13px;
    font-size: 16px;
    color: #1d62bf;
}

.index-about {
    padding-top: 120px;
}

.index-about-title {
    font-weight: 600;
    font-size: 36px;
    color: #333333;
    margin-bottom: 20px;
}

.index-about-title span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #999999;
}

.about-box {
    height: 540px;
    overflow: hidden;
}

.about-left {
    float: left;
    width: 42%;
    height: 582px;
    overflow: hidden;
}

.about-left img {
    width: 800px;
    height: 582px;
}

.about-right {
    float: left;
    width: 58%;
}

.about-right-title {
    font-weight: 500;
    font-size: 24px;
    color: #1d62bf;
    margin-top: 30px;
    padding: 30px 60px;
    padding-bottom: 0;
    text-align: left;
}

.about-right-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background-color: #1d62bf;
    margin-top: 25px;
}

.about-right p {
    padding: 30px 60px;
    line-height: 30px;
    text-align: left;
    color: #666666;
}

.about-right-bottom {
    position: relative;
    padding-left: 160px;
    margin-top: 30px;
    height: 200px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.about-right-bottom .about-img {
    position: absolute;
    top: -10px;
    left: -120px;
    width: 287px;
    height: 258px;
}

.about-right-mode {
    display: block;
    width: 220px;
    height: 200px;
    float: left;
    border-right: 1px solid #ddd;
}

.about-right-mode:last-child {
    border-right: none;
}

.about-right-mode .mode-text {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    margin-top: 70px;
}

.about-right-mode .mode-text span {
    display: block;
    color: #666666;
    font-size: 16px;
}

.index-partner {
    margin-top: 130px;
    height: 600px;
    background: url(../img/parnter-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 190px;
}

.index-partner-left {
    float: left;
    width: 40%;
    text-align: left;
}

.index-partner-title {
    font-size: 36px;
    font-weight: 500;
    color: #333;
    margin-top: 200px;
}

.index-partner-title span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #666;
    margin-top: 20px;
}

.index-partner-left p {
    color: #595757;
    line-height: 30px;
    margin-top: 30px;
    padding-right: 60px;
}

.index-partner-right {
    float: left;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 400px;
    margin-top: 100px;
}

.index-partner-right ul {
    display: flex;
    justify-content: space-around;
}

.index-foot {
    width: 100%;
    height: 340px;
    background-color: #2b2b2b;
    /* position: relative; */
    position: absolute;
    bottom: 0;
    left: 0;
}

.index-foot-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #000000;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.index-foot-body {
    padding: 80px 190px;
    display: flex;
    justify-content: space-between;
}

.index-foot-body dl {
    color: #fff;
    text-align: left;
}

.index-foot-body dt {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.index-foot-body dd {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
}

.index-foot-body a {
    color: #fff;
}

.index-foot-body a:hover {
    text-decoration: underline;
}

#fullPage {
    /* margin-top: -100px; */
}