@charset "utf-8";

/* CSS Document*/
body,
div,
address,
blockquote,
iframe,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
table,
caption,
th,
td,
form,
legend,
fieldset,
input,
button,
select,
textarea {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
}

ol,
ul,
li {
    list-style: none;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑";
    font-size: 12px;
}

a,
em {
    text-decoration: none;
    font-style: normal;
}

.clear {
    clear: both;
    height: 13px;
    overflow: hidden
}

a {
    cursor: pointer;
}

.fl,
.left {
    float: left;
}

.fr,
.right {
    float: right;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.text-center {
    text-align: center;
}

/*顶部*/
.header-bd {
    height: 125px;
}

.header-bd .logo,
.header-bd .logo a {
    display: block;
    height: 125px;
    position: relative;
    width: 800px;
}

.header-bd .logo img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto auto auto 0;
    max-height: 100%;
}

.header-bd .call {
    background: url(../image/call.png) no-repeat left center;
    padding-left: 60px;
    margin: 37px 0 0;
    background-size: 46px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1D1D1D;
}

.header-bd .call p {
    line-height: 1.1;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1D1D1D;
    margin-top: 5px;
}


/*导航*/
.menu {
    background: #cc0000;
    width: 100%;
    height: 80px;
    clear: both;
}

.menu>ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu>ul>li {
    flex: 1;
    text-align: center;
    position: relative;
}

.menu>ul>li>a {
    position: relative;
    line-height: 80px;
    display: block;
    color: #fff;
    zoom: 1;
    font-size: 18px;
    font-family: MicrosoftYaHeiLight;
}

.menu li a:hover,
.menu .cur a {
    background: #fff;
    text-decoration: none;
    zoom: 1;
    color: #E62129;
}

.menu>ul>li>a>span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 14px;
    background: #FFFFFF;
}

.menu>ul>li:last-child>a>span {
    display: none;
}

.menu ul li ul {
    position: absolute;
    display: none;
    left: 0;
    z-index: 999;
    background: #cc0000;
    width: 120%;
}

.menu ul li ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.menu ul li ul li a {
    line-height: 50px;
    color: #fff;
    padding: 0 10px;
    overflow: hidden;
    display: block;
    font-size: 14px;
}

.menu ul li:hover ul {
    display: block;
}

.menu .cur .subnav a {
    background: none;
    color: #fff;
}

.menu .cur .subnav a:hover {
    background: rgba(255, 255, 255, .2);
}

/*banner*/
.banner {
    min-width: 1200px;
    position: relative;
    overflow: hidden;
    background: url(../image/loading.gif) 50% no-repeat;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 450px;
}

.flex-control-nav {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 50px;
    height: 3px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 50px;
    height: 3px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background: #bf0908;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 38px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../image/prev_icon.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../image/next_icon.png) center center no-repeat;
}

.flex-direction-nav li a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.main {
    min-width: 1200px;
    background: url(../image/bj.gif) repeat-x;
    width: 100%;
    overflow: hidden;
    clear: both;
    padding-bottom: 60px;
}

.main_Con {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.main_Con_t {
    padding-top: 26px;
    height: 210px;
}



/**/
.i-search,
.i-search *,
.i-product,
.i-product *,
.i-avantage,
.i-avantage *,
.i-about,
.i-about *,
.i-news,
.i-news *,
.footer,
.footer * {
    box-sizing: border-box;
}

/**/
.i-search {
    width: 1200px;
    height: 50px;
    line-height: 48px;
    margin: 14px auto 23px;
    border: 1px solid #ddd;
    border-left: 4px solid #c90d23;
    overflow: hidden;
}

.i-search-hd {
    font-family: "宋体";
    color: #858687;
}

.i-search-hd span {
    width: 110px;
    display: inline-block;
    height: 48px;
    text-align: center;
    background: url(../image/sspan.png) no-repeat center;
    color: #c90d23;
    margin-right: 10px;
}

.i-search-hd a {
    font-size: 12px;
    color: #858687;
}

.i-search-bd {
    width: 172px;
    margin-top: 11px;
    margin-right: 10px;
}

.i-search-bd .form_text {

    width: 133px;
    height: 27px;
    border: 1px solid #e8e8e8;
    line-height: 25px;
    padding: 0 5px;
    vertical-align: top;
    color: #999;
}

.i-search-bd .submit {

    width: 39px;
    height: 27px;
    background: url(../image/sbtn.png) no-repeat center #c90d23;
    border: none;
    vertical-align: top;
    cursor: pointer;
    background-size: 25px;
}

/**/
.i-link {
    height: 35px;
    font-size: 16px;
    color: #3f3f3f;
}

.i-link a {
    color: #3f3f3f;
    padding-right: 10px;
}

/**/








/*公用*/
.title {
    color: #474747;
    font-size: 16px;
    background: url(../image/icon.gif) left center no-repeat;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #cc0000;
}

.title span {
    color: #bf0908;
    text-transform: uppercase;
    font-size: 14px;
}

.more {
    padding-top: 6px;
    float: right;
    _margin-top: -33px;
}

.more a {
    color: #034383;
    font-size: 13px;
}

/*关于我们*/
.main_Con_t_L {
    float: left;
    width: 776px;
}

.index_gywm {
    color: #333;
    font-size: 12px;
    line-height: 2.0em;
    padding-top: 24px;
    height: 211px;
    overflow: hidden;
}

/*荣誉资质*/
.main_Con_t_M {
    float: right;
    width: 380px;
}

.block {
    margin: 26px auto 20px;
    width: 332px;
    _width: 340px;
}

.block .hd {
    position: relative;
}

.block .hd a {
    position: absolute;
    display: block;
    width: 16px;
    height: 28px;
    top: 90px;
}

.block .prev {
    background: url(../image/l.png) left center no-repeat;
    left: -21px;
}

.block .next {
    background: url(../image/r.png) left center no-repeat;
    right: 0;
}

.blnk {
    width: 290px;
    height: 210px;
    margin: 0 5px;
    float: left;
    background: #cc0000;
}

.blnk span {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

/*成功案例*/
.blue {
    height: 322px;
}

.hon_con {
    width: 1200px;
    height: 210px;
    position: relative;
    margin-top: 26px;
}

.hon_wrp .hd {
    position: relative;
}

.hon_wrp .hd a {
    position: absolute;
    top: 76px;
    width: 16px;
    height: 28px;
}

.hon_wrp .hd .prev {
    background: url(../image/l.png) no-repeat;
    left: -28px;
}

.hon_wrp .hd .next {
    background: url(../image/r.png) no-repeat;
    right: -28px;
}

.hon_wrp {
    width: 1150px;
    margin: 0 auto;
}

.hon_wrp ul {
    position: relative;
}

.hon_wrp li {
    float: left;
    width: 220px;
    margin: 0 5px;
    display: inline;
    position: relative;
}

.hon_wrp span {
    display: block;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #cc0000;
    height: 40px;
    line-height: 40px;
}

/*产品展示*/
.main_Con_b {
    padding-top: 54px;
    clear: both;
}

.pro_02 {
    width: 1200px;
    height: 480px;
    float: left;
}

.pro_02 ul li {
    width: 224px;
    height: 220px;
    float: left;
    margin: 20px 0 0px 20px;
    _margin-left: 15px;
}

.pro_02 ul li:nth-child(5n-4) {
    margin-left: 0;
}

.pro_02 ul li img {
    display: block;
    border: 2px solid #d1d1d1;
    padding: 3px;
}

.pro_02 ul li h2 {
    text-align: center;
    background: #e7e7e7;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.pro_02 ul li h2 a {
    color: #353535;
    font-size: 12px;
}

.pro_02 ul li:hover h2 {
    background: #cc0000;
}

.pro_02 ul li:hover h2 a {
    color: #fff;
}

.pro_02 ul li:hover h1 img {
    border: 2px solid #cc0000;
}

/*新闻*/
.kj {
    border: 1px #c9c9c9 solid;
    width: 1200px;
    margin: 40px auto 15px;
}

.inews_1 {
    width: 365px;
    float: left;
    height: 380px;
    padding: 10px 15px;
    background: url(../image/inbg1.jpg) no-repeat right;
}

.inews_2 {
    width: 460px;
    float: left;
    height: 380px;
    padding: 10px 15px;
    background: url(../image/inbg1.jpg) no-repeat right;
}

.inews_3 {
    width: 280px;
    float: right;
    height: 380px;
    padding: 10px 15px;
}

.inews_3 img {
    padding-top: 15px;
}

.nlist {
    padding: 15px 0 0;
}

.nlist li {
    font-size: 12px;
    color: #828282;
    background: url(../image/idian.jpg) no-repeat left;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px #cbcbcb dashed;
    text-indent: 15px;
    overflow: hidden;
}

.nlist li a {
    font-size: 12px;
    color: #666;
}

.nlist li a:hover {
    color: #cc0000;
}

.nlist li a span {
    float: right;
    color: 333;
    font-size: 13px;
}

.rsnew {
    float: left;
    margin-right: 12px;
    text-indent: 0;
    margin-left: 5px
}

.rsnew img {
    padding: 2px;
    border: 1px solid #ccc;
}

.inew2 {
    padding-top: 10px
}

.inew2 a {
    line-height: 30px;
    color: #000;
    background: url(../image/dian.jpg) 5px no-repeat;
    text-indent: 20px;
    display: block;
}

.inew2 a font {
    float: right;
    color: 333;
    font-size: 13px;
}

.inew2a {
    text-indent: 0;
    padding: 3px 10px
}

.inew2a p a {
    line-height: 30px;
    color: #5f5f5f;
    background: url(../image/idian.jpg) 5px no-repeat;
    text-indent: 20px;
    display: block;
    height: 30px;
    overflow: hidden;
}

.inew2a p a span {
    float: right;
    color: #5f5f5f;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif
}

.inew2a p a:hover {
    color: #cc0000
}

.inews_2tj {
    padding: 15px 5px 0px
}

.cc a {
    color: #010101;
    font-size: 12px;
    font-weight: bold;
    text-indent: 0;
    line-height: 20px;
}

.cc a:hover {
    color: #cc0000
}

.ccbox {
    line-height: 20px;
    color: #434343;
    font-size: 12px;
    padding-right: 5px;
    padding-top: 5px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 8px;
}

.ljxq {
    color: #cc0000;
    font-size: 12px;
    padding-top: 5px;
}

.icontact {
    font-size: 12px;
    line-height: 25px;
    color: #3f3f3f
}

.icontact font {
    color: #cc0000;
    line-height: 50px;
    display: block;
    font-size: 16px
}

/*友联*/
.link {
    line-height: 26px;
    height: 110px;
    overflow: hidden;
}

.link h2 {
    height: 49px;
    line-height: 49px;
    font-weight: normal;
    font-size: 16px;
    padding: 0 30px 0 38px;
    border-bottom: solid 1px #bebebe;
    background: url(../image/ico03.jpg) no-repeat 0 13px;
    padding: 0 0 0 30px;
    color: #333;
}

.link h2 a {
    color: #cc0000;
}

.link h2 em {
    font-style: normal;
    font-size: 14px;
    padding: 0 0 0 5px;
    text-transform: uppercase;
    font-family: "Times New Roman", Times, serif;
    color: #bf0908;
}

.link h2 span {
    font-size: 12px;
}

.lnk_c {
    padding: 8px 0 0 10px;
    overflow: hidden
}

.lnk_c a {
    padding-left: 35px;
    display: inline-block;
    color: #4d4d4d;
}

/*底部*/
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.foot {
    overflow: hidden;
    background: #cc0000;
    padding: 0 0 40px 0;
}

.footnav {
    float: left;
    padding: 40px 0 0 0;
    width: 840px;
    color: #fff;
    line-height: 26px;
}

.footnav a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 0 12px;
}

.footnav p {
    margin-top: 20px;
}

.fooer {
    float: right;
    width: 315px;
    padding: 0 0 0 0;
    margin: 48px 36px 0 0;
    text-align: right;
}

.fooer h4 span {
    display: block;
    color: #fff;
    font-size: 16px;
}

.fooer h4 label {
    display: block;
    height: 24px;
    margin: 4px 0 0 0;
    font-size: 18px;
    color: #4e739d;
}

.rui_frtel {
    display: block;
    color: #fff;
    padding: 20px 0 0 0
}

.rui_frtelh {
    display: block;
    color: #fff;
    padding: 5px 0 0 0;
    font-size: 24px;
    font-family: impact;
}

.boot {
    overflow: hidden;
    color: #537aa6;
    padding: 0 0 0 0;
    font-size: 12px;
    background: #002c5e;
}

.boot .fright {
    float: right;
    width: 100%;
    line-height: 50px;
    color: #537aa6;
}

.boot .fright a {
    color: #537aa6;
}

/*分页*/
.paging {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 50px;
}

.paging_L {
    float: left;
    width: 246px;
}

.paging_R {
    float: right;
    width: 920px;
}

/*banner*/
.ejbanner {
    width: 100%;
    height: 370px;
    clear: both;
    min-width: 1200px;
}

.ejbanner img {
    width: 100%;
    height: 370px;
}

.line {
    background: url(../image/line.gif) no-repeat;
    width: 100%;
    height: 50px;
}

.L_title {
    text-align: center;
    width: 226px;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    background: #cc0000;
    height: 62px;
    padding: 8px 10px 0;
    overflow: hidden;
}

.L_title span {
    display: block;
    padding-left: 10px;
    color: #bedaed;
    font-size: 16px;
    font-family: arial;
    text-transform: uppercase;
}

.L_fl,
.leftNewsUl,
.paging_lxwm_con {
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
.L_fl ul li {
    border-bottom: 1px dashed #d3d3d3;
    width: 220px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.L_fl ul li ul{
    position: absolute;
    width: 100%;
    top: 0;
    background: #bf0908;
    z-index: 666;
    height: auto;
    left: 220px;
}
.L_fl ul li a {
    color: #333;
    font-size: 16px;
}

.L_fl ul li a:hover {
    color: #bf0908;
}
.L_fl ul li ul li{
    border: none;
}
.L_fl ul li ul li a{
    color: #fff;    
}
.L_fl ul li ul li:hover a {
    color: #bf0908;
}
.L_fl ul li ul li:hover{
    background-color: #fff;
}
/*左侧联系*/
.paging_lxwm {
    width: 246px;
    overflow: hidden;
    margin-top: 20px;
}

.paging_lxwm_con {
    line-height: 2em;
    padding: 20px 10px;
    font-size: 14px;
    color: #666;
}

.paging_lxwm_con h2 {
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
}

.paging_lxwm_con span {
    display: block;
}

/*推荐资讯*/
.tuijian {
    margin-top: 20px
}

.leftNewsUl {
    width: 244px;
    padding-bottom: 5px;
}

.leftNewsUl li {
    width: 200px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding-left: 20px;
    border-bottom: 1px dashed #d7d7d7;
    margin: 0 auto;
    background: url(../image/icons_03.jpg) 5px center no-repeat;
}

.leftNewsUl li a {
    color: #666;
    font-size: 14px;
    line-height: 40px;
}

.leftNewsUl li a:hover {
    color: #bf0908
}

/*右侧头部*/
.paging_R_title {
    border-bottom: 1px solid #999;
    overflow: hidden;
    _height: 44px;
}

.nav_title_L {
    float: left;
    color: #474747;
    font-size: 18px;
    line-height: 42px;
    background: url(../image/icon.gif) left center no-repeat;
    padding-left: 15px;
}

.nav_title_R {
    float: right;
    line-height: 24px;
    background: url(../image/dqwz.gif) left center no-repeat;
    padding-left: 17px;
    height: 20px;
    margin-top: 13px;
}

.nav_title_R {
    color: #333;
}

.nav_title_R a {
    color: #cc0000;
}

.con {
    clear: both;
    color: #555;
    font-size: 14px;
    line-height: 1.8em;
    /*width: 400px;*/
}

/*news-list*/
.news_list {
    width: 920px;
    margin: 26px auto 30px;
}

.news_list ul li {
    list-style-type: none;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    border-bottom: 1px dashed #d2d2d2;
    padding: 0 10px
}

.news_list ul li a {
    color: #444;
    text-decoration: none;
    cursor: pointer;
}

.news_list ul li span {
    float: left;
    height: 45px;
    overflow: hidden;
    width: 715px;
    background: url(../image/idian.jpg) left center no-repeat;
    padding-left: 15px;
    font-size: 14px;
}

.news_list ul li em {
    padding-left: 35px;
    font-style: normal;
    text-align: right;
}

.news_list ul li:hover span {
    color: #bf0908;
}

/*product-list*/
.case_list {
    padding-top: 20px;
}

.case_list ul li {
    width: 286px;
    height: 260px;
    float: left;
    margin: 12px 10px 12px 10px;
    _margin: 12px 8px 12px 9px;
}

.case_list ul li img {
    padding: 5px;
    ;
    border: 2px solid #c1c2c3;
}

.case_list ul li h2 {
    margin-top: 5px;
    text-align: center;
    background-color: #e5e5e5;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.case_list ul li h2 a {
    color: #353535;
}

.case_list ul li:hover img {
    border: 2px solid #cc0000;
    transform: scale(1);
}

.case_list ul li:hover h2 {
    background: #cc0000;
}

.case_list ul li:hover h2 a {
    color: #fff;
}

/*about*/
.about {
    line-height: 28px;
    padding: 15px 0;
}

.about h1 {
    font-size: 24px;
    margin: 50px 0 10px 0;
}

.about span {
    display: block;
    color: #999;
}

.about img {
    margin: 20px 0;
}

.about .fanye {
    margin: 20px 0 0 0;
}

.about .fanye span {
    height: 26px;
    overflow: hidden;
    display: block;
    width: 100%;
}

.about .fanye span a {
    color: #cc0000;
}


/*page*/
.Page {
    width: 100%;
    text-align: center;
    padding: 40px 0px;
}

.Page a,
.Page span {
    display: inline-block;
    background: #fff;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    text-decoration: none;
    color: #333;
    padding: 5px 10px;
}

.Page a:hover,
.Page span {
    background: #cc0000;
    color: #FFF;
    border: 1px solid #cc0000;
}


/*********/

img {
    max-width: 100%;
}

.table_form {
    margin: 10px;
    width: 95%;
}

.table_form input,
.table_form textarea {
    line-height: 28px;
    width: 100%;
}

.table_form input,
.table_form textarea {
    background: transparent;
    border: 1px solid #ddd;
}

.table_form td {
    padding-left: 12px
}

.table_form th {
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
    color: #fff
}

.table_form td label {
    vertical-align: middle
}

.table_form td,
.table_form th {
    padding: 8px 0 5px 8px;
    line-height: 22px;
}

.table_form tbody td,
.table_form tbody th {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    vertical-align: top;
}

.colorpanel tbody td,
.colorpanel tbody th {
    padding: 0;
    border-bottom: none;
}

.table_form .button {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    background: #666;
    cursor: pointer;
    border: none;
}

.table_form .button1 {
    background: #cc0000;
}

.xg-tit {
    font-size: 20px;
    font-weight: normal;
    color: #cc0000;
    line-height: 50px;
    margin: 20px 0;
    padding: 0 0 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    position: relative;
}

.xg-tit:before {
    content: '';
    font-size: 36px;
    vertical-align: top;
    background: #cc0000;
    width: 3px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 18px;
}

.xg-img {
    display: flex;
}

.xg-img li {
    flex: 1;
    margin-right: 20px;
}

.xg-img li a:hover img {
    transform: scale(1);
}

.xg-img li a {
    color: #666;
}

.xg-img li:last-child {
    margin-right: 0;
}

.xg-news li {
    display: flex;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.xg-news li a {
    flex: 1;
    font-size: 14px;
    color: #666;
}

.xg-keyword a {
    display: inline-block;
    margin: 0 20px 10px 0;
    color: #ba760a;
}

.page_detail {
    padding: 20px;
}

.page_detail h1 {
    font-size: 30px;
    color: #333;
    text-align: center;
    line-height: 1.3;
}

.page_detail .title_desc {
    font-size: 14px;
    text-align: center;
    color: #999;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.page_detail .title_desc em {
    padding: 0 0 0 10px;
}

.page_detail .title_desc a {
    display: inline-block;
    padding: 0 3px;
    color: #999;
}

.page__img {
    text-align: center;
    margin: 20px 0;
}

.page__content {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
}

.page__content p {
    margin-bottom: 10px;
}

.page__turn {
    margin-top: 10px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 5px 0;
}

.page__turn p {
    line-height: 20px;
    padding: 3px 10px;
    font-size: 14px;
}