.nav-page,
.inside-roof {
    display: none;
}

.index-3 {
    position: relative;
    padding-top: 110px;
}


/* 头部 */

.headbg {
    background: url(../images/logo.jpg) top center no-repeat;
}

.header {
    width: 1200px;
    height: 102px;
    margin: 0 auto;
}

.header .left_logo {
    width: 166px;
}

.pc_nav {
    width: 820px;
    height: 102px;
    line-height: 102px;
}

.pc_nav a {
    position: relative;
    width: 110px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
}

.pc_nav a::after {
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #702019;
    transition: all 0.2s linear;
}

.pc_nav a:hover {
    color: #fff;
}

.pc_nav a:hover::after {
    top: 0;
}

.right_icon {
    width: 100px;
}


/* banner */

.banner_wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

.swiper-container img {
    width: 100%;
}


/* product_wrapper */

.product_wrapper {
    width: 1200px;
    margin: 0 auto 150px;
}

.pro_list {
    margin-bottom: 50px;
    border-top: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
}

.pro_list_item {
    position: relative;
    width: 25%;
    height: 250px;
    border-right: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    flex-direction: column;
    overflow: hidden;
    cursor: pointer;
}

.pro_list_item::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 0;
    height: 0;
    border-radius: 50%;
    z-index: -1;
    background-color: #701f19;
    transition: all 0.3s linear;
}

.pro_list_item:hover::after {
    /* width: 142%;
  height: 142%; */
    width: 390px;
    height: 390px;
}

.pro_list_item .bi_icon {
    position: relative;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.pro_list_item:hover .bi_icon {
    transform: rotateY(360deg);
}

.pro_list_item .bi_icon img {
    position: absolute;
    transition: all 0.3s linear;
}

.pro_list_item:hover .bi_icon .bi_normal {
    opacity: 0;
}

.pro_list_item .bi_icon .bi_active {
    opacity: 0;
}

.pro_list_item:hover .bi_icon .bi_active {
    opacity: 1;
}

.pro_list_item .bi_text {
    text-align: center;
    transition: all 0.2s linear;
}

.pro_list_item .bi_text h5 {
    font-size: 18px;
    color: #0E0E0E;
}

.pro_list_item .bi_text span {
    font-size: 14px;
    color: #8A8A8A;
    text-transform: uppercase;
}

.pro_list_item:hover .bi_text h5 {
    color: #fff;
}

.pro_list_item:hover .bi_text span {
    color: #fff;
}

.pro_list_active {
    background-color: #701f19;
}

.pro_list_active .bi_icon .bi_active {
    opacity: 1 !important;
}

.pro_list_active .bi_text h5 {
    color: #fff;
}

.pro_list_active .bi_text span {
    color: #fff;
}

.pro_main {
    width: 100%;
}

.pro_main_child {
    display: none;
}

.pro_main_child:first-of-type {
    display: block;
}

.pro_item {
    position: relative;
    float: left;
    margin-right: 10px;
}

.pro_item:nth-of-type(2) {
    margin-right: 0 !important;
}

.pro_item .pro_link {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    flex-direction: column;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.55);
}

.pro_item .pro_link p {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    border: 1px solid #D4D4D4;
}

.pro_item .pro_link p img {
    width: 60px;
}

.pro_item .pro_link span {
    font-size: 18px;
    line-height: 68px;
}

.pro_item>h5 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 55px;
    padding-left: 40px;
    font-size: 18px;
    line-height: 55px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.55);
}

.pro_item>img {
    width: 100%;
}

.pro_item:hover .pro_link {
    opacity: 1;
}

.pro_item:hover>h5 {
    opacity: 0;
}


/* grid_banner */

.grid_banner {
    width: 100%;
    height: 337px;
    margin-bottom: 65px;
    color: #fff;
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 143px;
    background-attachment: fixed;
}

.grid_banner_bg {
    width: 100%;
    height: 100%;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.37);
}

.grid_banner h4 {
    font-size: 30px;
    margin-bottom: 20px;
}

.grid_banner p {
    font-size: 16px;
}


/* server_wrapper */

.server_wrapper {
    width: 100%;
    margin-bottom: 100px;
}

.server_title {
    text-align: center;
    margin-bottom: 85px;
}

.server_title h3 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #2D2D2D;
}

.server_title p {
    font-size: 14px;
    color: #6F6F6F;
}

.server_main {
    position: relative;
    width: 100%;
}

.server_main::before {
    position: absolute;
    top: 72px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    transition: all 0.2s linear;
}

.server_main:hover::before {
    border-color: #701f19;
}

.server_proecss {
    width: 504px;
    margin: 0 auto;
}

.server_proecss .server_item {
    position: relative;
    flex-direction: column;
	width: 20%;
}

.server_proecss .server_item .server_icon {
    position: relative;
    width: 44px;
    height: 44px;
    border: 0;
	padding-left: 20px;
}

.server_proecss .server_item .server_icon img {
    position: absolute;
    transition: all 0.3s linear;
}

.server_proecss .server_item:hover .server_icon .si_normal {
    opacity: 0;
}

.server_proecss .server_item .server_icon .si_active {
    opacity: 0;
}

.server_proecss .server_item:hover .server_icon .si_active {
    opacity: 1;
}

.server_proecss .server_item .server_step {
    position: absolute;
    top: 72px;
    right: 0;
    width: 70px;
    height: 26px;
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 26px;
    background-color: #fff;
}

.server_proecss .server_item:hover .server_step {
    color: #701f19;
}

.server_proecss .server_item .server_text {
    text-align: center;
}

.server_proecss .server_item .server_text h4 {
    font-size: 16px;
    line-height: 54px;
    color: #2D2D2D;
}

.server_proecss .server_item .server_text p {
    font-size: 14px;
    color: #6F6F6F;
}

.server_proecss .server_item:hover .server_text h4 {
    font-weight: bold;
    color: #701f19;
}

.server_proecss .server_item:hover .server_text p {
    font-weight: bold;
    color: #701f19;
}


/* about_wrapper */

.about_wrapper {
    width: 100%;
    height: 550px;
    background: url(../images/about_bg.jpg) top center no-repeat;
}

.about_main {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.about_main .about_img {
    margin-top: 90px;
  
}

.about_main .about_right {
    margin-top: 100px;
   width: 504px;
}

.about_main .about_right .about_title {
    height: 60px;
    font-size: 36px;
    line-height: 69px;
    color: #242424;
}

.about_main .about_right .about_content {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 35px;
    padding-top: 51px;
	margin-right: 30px;
}

.server_proecss .server_item .server_icon .about_main .about_right .about_more {
    display: inline-block;
    width: 154px;
    height: 42px;
    border-radius: 21px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #DADADA;
    color: #464646;
}

.zou-title img {
    display: block;
    margin: 0 auto;
}

.about_main .about_right .about_more:hover {
    color: #fff;
    background-color: #701f19;
}

.tt3 {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    z-index: -1;
}

.shui2 {
    position: relative;
    margin-top: 50px;
}

.shui2-pic {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    z-index: -1;
}

.suo-div {
    position: relative;
    width: 278px;
    margin: 0 auto;
    height: 401px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/cheng-vg.png);
    padding: 0 19px;
    padding-top: 97px;
    position: relative;
    overflow: hidden;
    padding-bottom: 29px;
}

.shui2-list li:hover .shui2-con {
    height: 260px;
}

.suo-pic {
    position: absolute;
    left: 19px;
    right: 19px;
    top: 97px;
    z-index: 2;
}

.suo-pic img {
    display: block;
    width: 100%;
}

.shui2-con {
    position: absolute;
    left: 19px;
    right: 19px;
    bottom: 26px;
    padding-top: 35px;
    background-color: #fff;
    transition: .3s;
    z-index: 3;
    padding-bottom: 10px;
    height: 115px;
    overflow: hidden;
}

.shui2-con h1 {
    font-size: 20px;
    color: #414141;
    text-align: center;
}

.shui2-con h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #b5b5b5;
    font-family: 'Georgia';
    text-align: center;
    margin-top: 12px;
}

.shui2-con p {
    font-size: 14px;
    color: #999;
    height: 44px;
    overflow: hidden;
    padding: 0 10px;
    line-height: 1.6;
    margin-top: 47px;
}

.shui2-con a {
    display: block;
    width: 188px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-image: url(../images/more3.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 35px auto 0;
    font-size: 14px;
    color: #c4af8d;
}

.shipin {
    margin-top: 100px;
    margin-bottom: 80px;
}

.shipin div.wp {
    position: relative;
}

.bo-wp {
    position: absolute;
    width: 85px;
    height: 85px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/bo-wp.png);
    left: 50%;
    margin-top: -42px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.shipin div.wp:hover .bo-wp {
    /* Ã¨Â®Â¾Ã§Â½Â®Ã¥Å Â¨Ã§â€Â»Ã¯Â¼Å’animation:Ã¥Å Â¨Ã§â€Â»Ã¥ÂÂÃ§Â§Â° Ã¥Å Â¨Ã§â€Â»Ã¦â€™Â­Ã¦â€Â¾Ã¦â€”Â¶Ã©â€¢Â¿Ã¥Ââ€¢Ã¤Â½ÂÃ§Â§â€™Ã¦Ë†â€“Ã¥Â¾Â®Ã§Â§â€™ Ã¥Å Â¨Ã§â€Â»Ã¦â€™Â­Ã¦â€Â¾Ã§Å¡â€žÃ©â‚¬Å¸Ã¥ÂºÂ¦Ã¦â€ºÂ²Ã§ÂºÂ¿linearÃ¤Â¸ÂºÃ¥Å’â‚¬Ã©â‚¬Å¸ Ã¥Å Â¨Ã§â€Â»Ã¦â€™Â­Ã¦â€Â¾Ã¦Â¬Â¡Ã¦â€¢Â°infiniteÃ¤Â¸ÂºÃ¥Â¾ÂªÃ§Å½Â¯Ã¦â€™Â­Ã¦â€Â¾; */
    -webkit-animation: play 3s linear infinite;
    -moz-animation: play 3s linear infinite;
    animation: play 3s linear infinite;
}

.bo {
    position: absolute;
    width: 37px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/bo.png);
    left: 50%;
    margin-left: 27px;
    /* top: 50%; */
    margin-top: -19px;
}

div.wp {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

.box3 {
    background: url(../images/bj3.jpg) no-repeat top center;
    height: 630px;
    overflow: hidden;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.advantage-index {
    padding-top: 16px;
}

.advantage-title {
    text-align: center;
    padding: 20px 0;
}

.advantage-list {
    margin-top: 46px;
}

.advantage-list li {
    float: left;
    width: 24%;
    height: 471px;
    background: url(../images/t3.png) no-repeat top center;
    position: relative;
    padding-top: 26px;
    margin: 0 3px;
    text-align: center;
}

.advantage-list li span {
    font-weight: bold;
    color: #000000;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
}

.advantage-list li h2 {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000000;
    line-height: 35px;
    font-family: "å®‹ä½“";
    font-weight: normal;
    padding: 0 26px;
}

.advantage-list li .ad-more {
    display: block;
    height: 100%;
    background: url(../images/more.png) no-repeat top center;
    height: 94px;
    text-align: center;
    line-height: 38px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.advantage-list li .ad-more a {
    font-size: 94px;
    color: #701f19;
    font-weight: bold;
}

.advantage-list li .ad-img {
    position: absolute;
    bottom: 3px;
    width: 138px;
    left: 50%;
    margin-left: -69px;
}

.advantage-list li:hover {
    background: url(../images/t3h.png) no-repeat top center;
}

.advantage-list li:hover span {
    color: #fff;
}

.advantage-list li:hover h2 {
    color: #fff;
}

.advantage-list li:hover .ad-more a {
    color: #fff;
}

.casebg {
    width: 1200px;
    margin: auto;
    position: relative;
}

.case {
    width: 820px;
    overflow: hidden;
    margin-top: 20px;
}

.guiz {
    float: left;
    text-align: center;
    width: 120px;
}

.reset_style {
    line-height: 48px;
}

.dib_beij {
    height: 479px;
    background: url(../images/ft_bg.jpg) no-repeat top center;
    padding-top: 157px;
    border-bottom: solid 1px #6f7276;
}

.dib_jvz {
    width: 1200px;
    margin: 0 auto;
}

.dib_logo {
    float: left;
    width: 240px;
    padding: 20px 0 0 0;
}

.lianx_wom {
    width: 410px;
    float: left;
    margin-left: 50px;
    padding: 20px 0;
    color: #f8f8f8;
}

.lianx_wom h1 {
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 20px;
}

.lianx_wom h1 span {
    border-bottom: solid 2px #701f19;
    padding-bottom: 10px;
}

.lianx_wom h3 {
    line-height: 35px;
    font-size: 16px;
}

.lianx_wom h3 p {
    text-align: justify;
    float: left;
    color: #d8dadc;
}

.lianx_wom h3 img {
    margin-right: 15px;
}

.jis_zhic {
    height: 55px;
    background: #393c3f;
    text-align: center;
    color: #f8f8f8;
    line-height: 50px;
    font-size: 14px;
}

.jis_zhic a {
    color: #fff;
}

.messages {
    padding: 15px 0;
    width: 500px;
    float: right;
}

.messages h1 {
    margin-bottom: 20px;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
}

.messages h1 span {
    border-bottom: solid 2px #701f19;
    padding-bottom: 10px;
}

.messages input,
.messages select,
.messages textarea {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    font-family: "Microsoft Yahei";
}

.messlist {
    height: 30px;
    margin-bottom: 10px;
}

.messlist label {
    float: left;
    width: 100px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: right;
    padding-right: 10px;
    color: #CACACA;
}

.messlist input {
    float: left;
    width: 240px;
    height: 28px;
    padding-left: 5px;
    border: #6f7276 1px solid;
    color: #AFB1B3;
}

.messlist.textareas {
    height: auto;
    overflow: auto;
}

.messlist textarea {
    float: left;
    width: 355px;
    height: 55px;
    padding: 5px;
    border: #6f7276 1px solid;
    color: #AFB1B3;
}

.messlist.yzms input {
    width: 100px;
}

.messlist.yzms .yzmimg {
    float: left;
    margin-left: 10px;
}

.messsub {
    padding: 0px 0 0 110px;
}

.messsub input {
    width: 100px;
    height: 28px;
    border-radius: 14px;
    color: #fff;
    background: #701f19;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 5px
}

.messsub input:hover {
    background: #f60;
    color: #fff;
}

.w_rbox {
    background-color: rgba(255, 255, 255, 1);
    width: 335px;
    height: 256px;
    position: absolute;
    top: 372px;
    left: 855px;
    z-index: 999;
    -moz-box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.2) !important;
    -webkit-box-shadow: 0px 0px 8px rgb(51 51 51 / 20%) !important;
    box-shadow: 0px 0px 8px rgb(51 51 51 / 20%) !important;
}

#w_common_text-1531901976805 {
    position: absolute;
    top: 25px;
    left: 17px;
    z-index: 1;
    width: 310px;
    height: 51px;
    border-bottom: 1px solid rgba(119, 119, 119, 0.9);
}

.w_btn-002 .p_CommonBtn {
    font-size: 14px;
    width: 100%;
    height: 50px;
    color: rgba(119, 119, 119, 0.9);
    border-width: 1px;
    border-style: none;
    border-color: transparent;
    background-color: rgba(106, 186, 190, 1);
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.e_btn {
    display: table;
    width: inherit;
    height: inherit;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    color: inherit;
    font-size: 18px;
    font-family: inherit;
    font-weight: inherit;
    text-decoration: none;
    background-size: 100% 100%;
}

.w_btn-002 .p_CommonBtn {
    border-radius: 20px;
    border: 1px rgba(119, 119, 119, 0.9) solid;
}

.w_btn-002 .p_CommonBtn {
    width: 100%;
    height: inherit;
    padding: 0;
    background-color: rgba(255, 102, 0, 0);
}

#w_common_text-1531902760752 {
    position: absolute;
    top: 86.5px;
    left: 15.5px;
    z-index: 2;
    width: 307px;
    height: 21px;
}

#w_hline-1531902830320 {
    position: absolute;
    top: 76px;
    left: 17px;
    z-index: 3;
    width: 301px;
    height: 17px;
}

#w_common_text-1531962515817 {
    position: absolute;
    top: 123px;
    left: 17px;
    z-index: 4;
    width: 307px;
    height: 74px;
}

#w_btn-1535187668996 {
    position: absolute;
    top: 207px;
    left: 217px;
    z-index: 5;
    width: 100px;
    height: 30px;
}

.reset_style {
    z-index: 1;
    height: 51px;
    color: rgba(119, 119, 119, 0.9);
    line-height: 24px;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 16px;
}

.reset_style p {
    font-size: 12px;
}

.reset_nr {
    line-height: 30px;
}

.content_middle {
    width: 100%;
    height: 520px;
    margin: 0px auto;
    position: relative;
}

.common_da {
    width: 800px;
}

.center_top {
    width: 1000px;
}

.content_middle ul li {
    width: 100%;
    height: 520px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    margin: 0px auto;
}

.content_middle .btnLeft {
    opacity: 0.5;
    left: 0px;
    background: url(/img/bannerbtn.png) no-repeat;
}

.content_middle .btnRight {
    opacity: 0.5;
    right: 0px;
    background: url(/img/bannerbtn.png) no-repeat -50px 0;
}

.content_middle .table {
    position: relative;
    margin: 0 auto;
    z-index: 9;
    display: table;
    padding-top: 460px;
}

.content_middle .table a {
    /* background: #E3DEE1; */
    text-align: center;
    /* line-height: 33px; */
    margin: 0 10px;
    display: block;
    float: left;
    overflow: hidden;
    color: #fff;
    font-size: 30px;
    transition: all 0.5s ease 0s;
    line-height: 60px;
    font-family: 'Dosis', sans-serif;
    text-align: center;
}

.content_middle .table a.small_active {
    background: url(../images/bannerline02.png);
    color: #fff;
    font-size: 50px;
    transition: all 0.5s ease 0s;
    padding: 0 30px;
    line-height: 60px;
    text-align: center;
}


/* case_wrapper */

.case_wrapper {
    width: 100%;
}

.plate_title {
    height: 220px;
    flex-direction: column;
    text-align: center;
}

.plate_title::after {
    display: inline-block;
    margin-top: 10px;
    content: "";
    width: 45px;
    height: 1px;
    background-color: #345E4C;
}

.plate_title h3 {
    font-size: 36px;
    color: #000;
}

.plate_title p {
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: lighter;
    letter-spacing: 8px;
    color: #4E4E4E;
}

.case_main {
    width: 100%;
}

.case_main img {
    width: 100%;
    height: 100%;
}

.case_main img:hover {
    transform: scale(1.1);
}

.case_main .case_left {
    width: 60.2%;
    overflow: hidden;
}

.case_main .case_left .case_top {
    overflow: hidden;
}

.case_main .case_left .case_bottom {}

.case_main .case_left .case_bottom .case_bottom_item {
    width: 50%;
    overflow: hidden;
}

.case_main .case_right {
    width: 39.8%;
    overflow: hidden;
}


/* equipment_wrapper */

.equipment_wrapper {
    width: 1200px;
    margin: 0 auto 110px;
}

.equipment_content {}

.equipment_content .equipment_item {
    width: 380px;
}

.equipment_content .equipment_item .equipment_img {
    width: 380px;
    height: 280px;
    overflow: hidden;
}

.equipment_content .equipment_item .equipment_img img {
    width: 100%;
}

.equipment_content .equipment_item:hover .equipment_img img {
    transform: scale(1.1);
}

.equipment_content .equipment_item .equipment_info {
    height: 52px;
    border-bottom: 1px solid #D4D4D4;
}

.equipment_content .equipment_item .equipment_info a {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 52px;
    color: #4E4E4E;
}

.equipment_content .equipment_item:hover .equipment_info {
    border-bottom: 2px solid #701f19;
}


/* news_wrapper */

.news_wrapper {
    width: 100%;
    height: 826px;
}

.news_left {
    width: 50%;
    height: 100%;
    padding-left: 360px;
    background-image: url("../images/index_10.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.news_left .news_title {
    font-size: 36px;
    line-height: 60px;
    color: #fff;
    margin: 110px 0 70px 0;
}

.news_left .news_title .nt_en {
    text-transform: uppercase;
}

.news_left .news_title .nt_cn::after {
    display: inline-block;
    margin-left: 15px;
    content: "";
    width: 45px;
    height: 1px;
    background-color: #fff;
}

.news_left .news_main {
    padding-right: 70px;
}

.news_left .news_main .news_item {
    margin-bottom: 85px;
    color: #fff;
}

.news_left .news_main .news_item .ni_time {
    position: relative;
    width: 60px;
    margin-right: 15px;
    text-align: center;
}

.news_left .news_main .news_item .ni_time::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 70px;
    background-color: #fff;
}

.news_left .news_main .news_item .ni_time span {
    display: block;
    margin-bottom: 5px;
    font-size: 36px;
}

.news_left .news_main .news_item .ni_time p {
    font-size: 14px;
}

.news_left .news_main .news_item .ni_content {
    flex: 1;
}

.news_left .news_main .news_item .ni_content a {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
}

.news_left .news_main .news_item .ni_content p {
    font-size: 14px;
}

.news_right {
    width: 50%;
    height: 100%;
}

.news_right .news_project {
    height: 50%;
}

.news_right .news_project .np_text {
    width: 50%;
    padding: 90px 50px;
    background-color: #F6F6F6;
}

.news_right .news_project .np_text .np_time {
    font-size: 16px;
}

.news_right .news_project .np_text .np_title {
    position: relative;
    height: 60px;
    font-size: 16px;
    line-height: 40px;
    color: #191919;
}

.news_right .news_project .np_text .np_title::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 41px;
    height: 1px;
    background-color: #701f19;
}

.news_right .news_project .np_text .np_content {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 35px;
    color: #595959;
}

.news_right .news_project .np_text .np_more {
    width: 100%;
    padding-right: 10px;
    text-align: right;
}

.news_right .news_project .np_text .np_more a {
    display: inline-block;
    width: 110px;
    height: 36px;
    border-radius: 18px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #DADADA;
    color: #464646;
}

.news_right .news_project .np_text .np_more a:hover {
    color: #fff;
    background-color: #701f19;
}

.news_right .news_project .np_pic {
    width: 50%;
}

.news_right .news_project .np_pic img {
    width: 100%;
    height: 100%;
}

.news_right .news_project .right_arrows {
    position: relative;
}

.news_right .news_project .right_arrows::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
    border-top: 34px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 34px solid transparent;
    border-left: 50px solid #F6F6F6;
}

.news_right .news_project .left_arrows {
    position: relative;
}

.news_right .news_project .left_arrows::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
    border-top: 34px solid transparent;
    border-right: 50px solid #F6F6F6;
    border-bottom: 34px solid transparent;
    border-left: 50px solid transparent;
}


/* footer */

.footer {
    width: 1200px;
    margin: 0 auto 100px;
}

.footer_left {
    width: 520px;
    flex-direction: column;
}

.footer_left .ft_title {
    margin-bottom: 40px;
    font-size: 34px;
    color: #737373;
    font-weight: lighter;
}

.footer_left .ft_title span {
    font-size: 20px;
    padding-left: 10px;
}

.footer_left .ft_contact {
    flex: 1;
}

.footer_left .ft_contact .fc_text {
    font-size: 14px;
    line-height: 30px;
    color: #737373;
}

.footer_left .ft_contact .fc_code {
    width: 140px;
    height: 166px;
    padding: 8px 8px 0 8px;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    text-align: center;
}

.footer_left .ft_contact .fc_code img {
    width: 100%;
}

.footer_left .ft_contact .fc_code span {
    font-size: 14px;
    color: #5A5A5A;
    line-height: 34px;
}

.footer_left .ft_select {
    width: 220px;
}

.footer_left .ft_select select {
    width: 220px;
    height: 40px;
    border: 1px solid #D4D4D4;
    padding-left: 15px;
    color: #5A5A5A;
}

.footer_right {
    width: 520px;
}

.footer_right form {
    width: 100%;
}

.footer_right form input {
    width: 245px;
    height: 60px;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #D4D4D4;
}

.footer_right form textarea {
    margin: 40px 0 30px;
    width: 100%;
    height: 80px;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #D4D4D4;
}

.footer_right form button {
    width: 148px;
    height: 46px;
    margin-bottom: 40px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    border: 0;
    color: #fff;
    background-color: #701f19;
}

.footer_right .bottom_text {
    font-size: 14px;
    line-height: 30px;
    color: #828282;
}


/* 内页banner menu */

.inside_banner {
    position: relative;
    width: 100%;
}

.inside_banner_text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #000;
}

.inside_banner_text h4 {
    font-size: 32px;
    margin-bottom: 15px;
}

.inside_banner_text {
    font-size: 14px;
}

.inside_banner img {
    width: 100%;
    height: auto;
}

.inside_top_nav {
    padding: 25px 0;
    background-color: #f8f7fc;
}

.inside_top_nav a {
    padding: 0 25px;
}


/* 内页主体 */

.inside_main_wrapper {
    border-bottom: 1px solid #DADADA;
    margin: 80px 0;
    padding-bottom: 80px;
}

.inside_main {
    width: 1200px;
    margin: 0 auto;
}

.inside_single {
    font-size: 14px;
    line-height: 30px;
}


/* inside_product */

.inside_product {
    
    justify-content: space-between;
    flex-wrap: wrap;
}

.inside_pro_item {
    width: 24%;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #DADADA;
	    float: left;
    margin-right: 10px;

}

.inside_pro_item:nth-of-type(4n) {
    margin-right: 0;
}

.inside_pro_item:hover {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(129, 129, 129, .3);
}

.inside_pro_item .pro_img {
    width: 286px;
	height:217px;
    overflow: hidden;
}

.inside_pro_item .pro_img img {
    width: 100%;
}

.inside_pro_item:hover .pro_img img {
    transform: scale(1.05);
}

.inside_pro_item .pro_text {
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    transition: all .2s linear;
    border-top: 1px solid #DADADA;
}

.inside_pro_item:hover .pro_text {
    color: #fff;
    background-color: #701f19;
}

.inside_pro_item:hover a {
    color: #fff;
}


/* inside-news */

.inside_news {}

.inside_news_item {
    width: 100%;
    border: 1px solid #DADADA;
    padding: 20px;
    margin-bottom: 30px;
}

.inside_news_item:hover {
    background-color: #fafafa;
    box-shadow: 0 0 20px rgba(129, 129, 129, 0.3);
}

.inside_news_item .inside_news_item_img {
    width: 240px;
    height: 170px;
    margin-right: 30px;
}

.inside_news_item .inside_news_item_img img {
    width: 100%;
    height: 100%;
}

.inside_news_item .inside_news_item_info {
    flex-direction: column;
    flex: 1;
}

.inside_news_item .inside_news_item_info h3 {
    font-size: 22px;
    line-height: 44px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.inside_news_item .inside_news_item_info h3 a {
    color: #000;
}

.inside_news_item .inside_news_item_info span {
    color: #999;
    line-height: 22px;
}

.inside_news_item .inside_news_item_info p {
    line-height: 22px;
    width: 100%;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.inside_news_item .inside_news_item_info>a {
    display: block;
    text-align: center;
    width: 100px;
    color: #777;
    border: 1px solid #e0e0e0;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    border-radius: 5px;
}

.inside_news_item .inside_news_item_info:hover>a {
    border: 1px solid #701f19;
    color: #fff;
    width: 120px;
    background-color: #701f19;
}

/******产品分页*******/
.ny_news_page {
	margin: 10px auto 60px;
	clear: both;
	padding-top: 10px;
	width: 1200px;
}
.ny_news_page a, .ny_news_page span {
	display: block;
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	width: 70px;
	height: 40px;
	color: #333;
	background-color: #f8f8f8;
	margin-right: 10px
}
.ny_news_page a:hover, .ny_news_page span {
	background-color:#702019;
	color: #fff;
}
.ny_news_page a.page_aa {
	background-color: #702019;
	color: #fff;
}
.newshow_bt {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 10px;
}
.newshow_time {
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    border-top: 1px dashed #dfdfdf;
    border-bottom: 1px dashed #dfdfdf;
}
.proshow_a{
	margin: 40px auto;
}