

/*声明 思源字体-Light*/
@font-face {
  font-family: 'KaiGenGothicSC-Light';
  src: url('/static/font/KaiGenGothicSC-Light.eot');
  src:
    url('/static/font/KaiGenGothicSC-Light.eot?#font-spider') format('embedded-opentype'),
    url('/static/font/KaiGenGothicSC-Light.woff') format('woff'),
    url('/static/font/KaiGenGothicSC-Light.ttf') format('truetype'),
    url('/static/font/KaiGenGothicSC-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*******CSS commont*************/

html {
  font-size: 62.5%;
    /* 10÷16=62.5% */
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  max-width: 100%;
}

ol,ul,li {
  list-style: none;
}

h1,h2,h3 {
  font-weight: normal;
  font-size: 100%;
}

q:before,q:after {
  content: '';
}

abbr,acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,textarea,select,button {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  border: 0px;
}

input,textarea,select {
  *font-size: 100%;
}

legend {
  color: #000;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section{background-color: #fff; position: relative;z-index: 9}
/*******CSS reset*************/

body {
  background: #fff;
  color: #313131;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  font-family:"Noto Sans SC",Arial;
}

@media (min-width:1200px) {

  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .container{width: 1230px !important}
}

@media (min-width:1500px) {
    .container{width: 1430px !important}
}
a {
  color: #313131;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
  color: #004f9e;
}

.left {
  float: left;
}

.right {
  float: right;
}

.ovfl {
  overflow: hidden;
}

.mar {
  margin: 0px auto;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*******Css header*******/
.header{width: 100%; position:fixed;left: 0;right: 0; top: 0; z-index: 99}
.header .nav_lg{width: 620px;float: right;}
.header .nav_lg .p01{color: #fec601;font-size: 26px;font-weight: bold; text-align:right;}
.header .nav_lg .p02{width: 100%}
.header .nav_lg .p02 li{width:16.66%;height: 42px;line-height: 42px;text-align: right; float: left;}
.header .nav_lg .p02 li a{font-size: 20px;color: #fff}
.header .nav_lg .p02 li:hover a{color:#fec601;border-bottom:1px #fec601 solid}
.video{width: 100%;height:100%;background: rgba(0,0,0,0.5);left: 0;right: 0;top: 0;bottom: 0;position: fixed;z-index: -1;}
.bnwords{padding:10rem 0 5rem;color: #fff;}
.bnwords .p01{font-size: 1.6rem;text-transform: uppercase;}
.bnwords .p01 b{color: #fec601;font-size: 2rem;padding-left: 5px}
.bnwords .p02 span{font-weight: bold;font-size: 2rem;display: inline-block;position: relative;}
/*.bnwords .p02 span:after{content: "";width:4rem;height: 5px;background: #ff0;display: block;position: absolute;left: 0;bottom:-5}*/
.bnwords .p03{font-size: 1.6rem;padding-top: 0;font-weight: 100}

@media(max-width:640px){
  .header{background: #141414}
  .video{height: 80%}
  .logo{padding: 10px;height: 60px}
  .header .logo > img{max-height: 100%}
  .bnwords{padding:8rem 0 3rem;width:100%; height:260px;display:table}
  .bnwords .container{display:table-cell;vertical-align:middle}
  .bnwords .p02 span{font-size:1.6rem}
  .bnwords .p03{font-size:1.4rem}
}

@media(min-width: 1200px)
{
   .header{padding-top: 16px;background-image: linear-gradient(#313131b0, #31313100)}
   .logo{padding-top:22px;}
   .bnwords{height: 900px; padding:430px 0 262px 0px}
   .bnwords .p01{font-size: 30px;line-height: 30px}
   .bnwords .p01 b{font-size: 45px}
   .bnwords .p02{margin-top: -15px}
   .bnwords .p02 span{font-size: 53px;line-height: 100px}
   .bnwords .p02 span:after{width: 112px}
   .bnwords .p03{font-size: 34px;padding-top: 0}
}

/* Default navigation icon */
.nav__trigger {
  display: block;
  position: absolute;
  width: 40px;
  /* height: 30px; */
  right: 35px;
  top: 10px;
  border-radius: 4px;
  padding: 0px 10px 10px 8px;
  border: 1px solid rgba(255,255,255,0.1);
  z-index: 200;
}
.nav--active .nav__trigger {
  opacity: 0.5;
}
.nav__icon {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 2px;
  border-radius: 1px;
  background-color:rgba(255,255,255,0.5);
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width:24px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  background-color:rgba(255,255,255,0.5);
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before {
  margin-top: -6px;
}
.nav__icon:after {
  margin-top: 6px;
}

/* Don't nest if you don't have to. */
/* Style #1*/
.nav {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
  height:100vh;
}
.nav {
    position: fixed;
    z-index: 100;
    opacity: 0;
    left: 0;
    top: 0;
    padding: 30px 30px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.nav__link {
  color: #fff;
  font-size:1.6rem;
  line-height: 3.5rem;
  opacity: 0;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.navul{width:100%;height:auto;overflow:hidden}
.navul li{width: 50%;float: left;}
.nav .navp1{padding-top:20px}
.nav .navp2{color:#fff;font-size:1.6rem;padding:20px 0}
.nav .navp2 b{color:#fec601}
.nav--active .nav__link {
  opacity: 1;
}
.nav--active .nav {
  background: rgba(0,0,0,0.9);
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}
.nav--active .nav__icon:before {
  background: #f2f2f2;
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav--active .nav__icon:after {
	background:#f2f2f2;
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}


/*Css index*/
.in_pro{padding: 15px 0}
.in_pro .in_pro_box{height: auto;overflow:hidden;}
.in_pro .pbox{width: 100%;text-align: center;margin-bottom: 20px;transition:0.5s all}
.in_pro .pbox .top{width: 100%;height:8rem;background-color:#313131;background-size: 100% auto;background-position: center; color: #fff;font-size:2rem;font-weight: bold; line-height:8rem}
.in_pro .pbox:hover .top{background-color:#fcc601;}
.in_pro .pbox .btm1{width: 100%;background: #f6f6f6; padding:20px 5px}
.in_pro .pbox01 .top{background-image:url(../image/pbox01.jpg);transition:0.5s all}
.in_pro .pbox02 .top{background-image:url(../image/pbox02.jpg);transition:0.5s all}
.in_pro .pbox03 .top{background-image:url(../image/pbox03.jpg);transition:0.5s all}
.in_pro .pbox04 .top{background-image:url(../image/pbox04.jpg);transition:0.5s all}
.in_pro .pbox01:hover .top{background-image:url(../image/pbox01h.jpg);}
.in_pro .pbox02:hover .top{background-image:url(../image/pbox02h.jpg);}
.in_pro .pbox03:hover .top{background-image:url(../image/pbox03h.jpg);}
.in_pro .pbox04:hover .top{background-image:url(../image/pbox04h.jpg);}
.in_pro .pbox .btm2{height:320px;background: #fff;border: 2px #fcc601 solid;border-top:none;display: none;}
.in_pro .pbox .btm2 .p01{padding: 20px 10px}
.in_pro .pbox .btm2 .p02{width: 100%;height: auto;text-align: center;overflow: hidden;border-top: 1px #ddd solid;}
.in_pro .pbox .btm2 .p02 > div{width: 50%;text-align: center; float: left;}
.in_pro .pbox .btm2 .p02 b{font-weight: bold;color: #000;font-size: 22px;line-height: 30px;display: block;margin-top: 15px;}
.in_pro .pbox .btm2 .p02 span{color: #000;font-size: 14px;opacity: 0.6;margin-bottom: 15px;display: block;}
.in_pro .pbox .btm2 .p02 .more{display: inline-block;padding: 4px 15px;line-height: 30px;color: #fcc601;border-radius: 10px;border: 1px solid #fcc601;}
.in_pro .pbox .btm2 .p02 .more:hover{background-color: #fcc601;color: white;}
.in_pro .pbox.active .btm1{display: none}
.in_pro .pbox.active .btm2{display: block;}
.in_pro .pbox.active .btm2 > div{
  -webkit-animation: fadeinB 300ms;
     -moz-animation: fadeinB 300ms;
       -o-animation: fadeinB 300ms;
          animation: fadeinB 300ms;
}


@media(min-width: 768px)
{
   .in_pro .pbox{width: 50%;float: left;}
}
@media(min-width: 992px)
{
   .in_pro .pbox{width: 50%;float: left;}
}
@media(min-width: 1200px)
{
   .in_pro{padding: 26px 0 40px}
   .in_pro .pbox .top{font-size: 28px;height: 160px;line-height: 160px}
   .in_pro .pbox{width: 25%;padding:0 14px; float: left;}
   .in_pro .pbox .btm1{height: 320px;line-height: 36px;color: #333333;font-size:17px}
   .in_pro .pbox .btm2 .p01{height:148px;overflow:hidden}
}



.in_syst{width: 100%;height: auto;overflow: hidden; padding-bottom: 15px}
.in_syst .intitle{width: 100%;color:#fff; display: table-cell;vertical-align: middle;}
.in_syst .sbox{width: 100%; color: #fff;padding-bottom:20px;margin-bottom:5px; background-color:#333333;background-size: 100% 100%;display: table;transition:0.5s all}
.in_syst .sbox01{background-image:url(../image/sbox01.jpg)}
.in_syst .sbox02{background-image:url(../image/sbox02.png)}
.in_syst .sbox03{background-image:url(../image/sbox03.png)}
.in_syst .sbox04{background-image:url(../image/sbox04.png);}
.in_syst .sbox01:hover{background-image:url(../image/sbox01h.jpg)}
.in_syst .sbox02:hover{background-image:url(../image/sbox02h.jpg)}
.in_syst .sbox03:hover{background-image:url(../image/sbox03h.jpg)}
.in_syst .sbox04:hover{background-image:url(../image/sbox04h.jpg);}
.in_syst .in_syst_lf{width:100%;}
@media(min-width: 1200px)
{
   .in_syst{padding-bottom: 53px}
   .in_syst .sbox{margin-bottom: 15px}
   .in_syst .in_syst_lf .intitle{height: 174px;margin-top:330px; display: block;}
   .in_syst .in_syst_rt .intitle{height: 110px;margin-top: 85px; display: block;}
   .in_syst .in_syst_lf{width: 50%;float: left;padding-right: 8px;}
   .in_syst .in_syst_rt{width: 50%;float: right;padding-left: 8px}
   .in_syst .in_syst_lf .intitle big{font-size: 56px}
   .in_syst .in_syst_rt .intitle big{font-size: 42px}
   .in_syst .sbox01{height: 900px}
   .in_syst .sbox02{height: 290px}
   .in_syst .sbox03{height: 290px}
   .in_syst .sbox04{height: 290px}
}
.in_num{padding: 30px 0; background:url(../images/in_num.jpg) center no-repeat #fcc601;background-size: auto 100%}
.in_num .in_num_logo{max-width:60%;display: block;margin: 0 auto}
.in_num .p01{color: #fff;font-size: 2rem;font-weight: 100; letter-spacing: 5px;text-align: center;padding: 15px 0 0}
.in_num .p02{color: #fff;font-size:12px;text-align: center;padding-bottom:20px}
.in_num .p03{width: 150px;height:48px; background:url(../image/ar.png) center no-repeat #7ab704;transform: scale(0.8);transition: 0.5s all; margin: 0 auto}
/*.in_num .p03:hover{background:url(../image/ar.png) center no-repeat #de3106}*/
@media(min-width: 1200px)
{
   .in_num{height: 682px;background-size: 100% 100%}
   .in_num .in_num_logo{padding-top:95px}
   .in_num .p01{font-size:30px;letter-spacing: 24px;padding: 45px 0 0}
   .in_num .p02{letter-spacing:5px;padding-bottom: 52px}
   .in_num .p03{transform: scale(1);}
}


.in_advt{padding:15px 0 30px; background:url(../images/in_advt.jpg) center no-repeat #333333;background-size: auto 100%}
.in_advt .intitle{color: #fff}
.in_advt .shili{height: auto;overflow: hidden;}
.in_advt .shili li{width: 48%;margin: 1%;background:#fff;text-align: center; font-weight: bold;transition: all 0.3s;position: relative; display: table; float: left;vertical-align:middle;overflow:hidden}
.in_advt .shili li p{padding: 1rem 0;display: table-cell;vertical-align: middle;position: relative;z-index: 2}
.in_advt .shili li big{font-size:2.5rem;font-family:"Noto Sans SC";font-weight: 100; line-height: 2rem; display: block;}
.in_advt .shili li:hover{color:#fff}
.in_advt .shili li .icon-hover{position: absolute;z-index: 1; left: 0; top: -22px; margin: auto; width: 100%; height: 100%;opacity: 0;}
.in_advt .shili li:hover .icon-hover { opacity: 1;}
.in_advt .shili li .icon-hover .dot {
    float: left;
    width: 50px;
    height:50px;
    background: #f60;
    border-radius: 50%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.in_advt .shili li:hover .icon-hover .dot{
    background: #7ab704;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
@media(min-width: 1200px)
{
   .in_advt{background-size: 100% 100%;padding: 73px 0 94px}
   .in_advt .shili{ padding-top: 5px;display: flex;flex-wrap: wrap;justify-content: center;}
   .in_advt .shili li{width: 30%;height: 175px; font-size: 20px; margin: 1%;}
   .in_advt .shili li big{font-size:20px;line-height:35px}
   .in_advt .shili li .icon-hover .dot {
    float: left;
    width: 100px;
    height: 100px;
    background: #f60;
    border-radius: 50%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    }
}

.in_case{padding: 15px 0;}
.in_case .casebox{background: url(../image/in_advt.jpg) center no-repeat;background-size: 100% 100%}
.in_case .casebox #demo02 a{width: 100%;display: block; position: relative;}
.in_case .casebox #demo02 .pic{background: #000;position: relative;z-index: 1}
.in_case .casebox #demo02 .pic img{width: 100%;opacity: 0.3;transition: 0.5s all;}
.in_case .casebox #demo02 a:hover .pic img{opacity: 1}
.in_case .casebox #demo02 a .tit{width: 100%;font-size: 22px;font-weight: bold; text-align: center;color: #fff;left: 0;top: 50%;transform: translateY(-50%);position: absolute;z-index: 2;}
@media(min-width: 1200px)
{
   .in_case{padding: 40px 0}
}

.in_abt{padding: 15px 0}
.in_abt .abt01{width: 100%;padding:30px 0; background:url(../images/inabt.jpg) center no-repeat #333333;background-size: auto 100%;}
.in_abt .abt01 .abt_title{text-align: center; color: #fff;background:#2b649dbd;border-bottom:5px #fff solid;padding:10px 0; margin: 0 15px;}
.in_abt .abt01 .abt_title big{font-weight: bold;font-size: 2rem;padding-bottom: 15px; background:url(../image/intitle_w.png) bottom center no-repeat;display: block;}
.in_abt .abt01 .abt_title p{font-size: 12px;color: #fff;padding: 15px 0 0;}
.in_abt .abt02{text-align: center;font-weight: bold; font-size: 1.6rem;color: #004f9e;padding-top: 15px}
.in_abt .abt03{padding: 15px 0;color: #333333}
.in_abt .abt04{text-align: center;}
.in_abt .abt04 a{padding:5px 40px;background:#e0e0e0;color: #313131;font-size: 1.6rem;margin: 5px; display: inline-block;}
.in_abt .abt04 a:hover{color: #fff;background: #2b649d}
@media(min-width: 1200px)
{
   .in_abt{padding:70px 0 15px}
   .in_abt .abt01 .abt_title{border-bottom:10px #fff solid;margin:70px 267px 0;padding: 33px 0 58px}
   .in_abt .abt01 .abt_title big{font-size: 53px}
   .in_abt .abt01 .abt_title p{font-size: 20px;padding-top: 20px}
   .in_abt .abt01{width: 1200px;height: 479px;background-size: 100% 100%;margin: 0 auto}
   .in_abt .abt02{font-size: 22px;line-height: 36px;padding-top: 48px}
   .in_abt .abt03{width: 1200px;text-align: center; font-size: 16px;line-height: 32px;margin: 0 auto;padding: 35px 0 28px}
   .in_abt .abt04{width: 1150px;margin: 0 auto}
   .in_abt .abt04 a{font-size: 20px;padding:5px 40px;}
}

.in_news{padding: 15px 0}
.in_news .nbox{margin-bottom: 30px}
.in_news .nbox .nbox_title{width: 100%;padding: 20px 30px;color: #fff;font-weight: bold;font-size: 2rem; background:url(../images/ntitle.jpg) right bottom no-repeat ;background-size: auto 100%}
.in_news .nbox .inlist01{padding: 10px 20px;background: #f6f6f6;}
.in_news .nbox .inlist01 li{line-height: 3rem}
.in_news .nbox .inlist01 li b{padding-right: 10px;font-size:2rem}
.in_news .nbox .inlist02{padding: 10px 20px;background: #f6f6f6;}
.in_news .nbox .inlist02 li{padding:10px 0}
.in_news .nbox .inlist02 li .p01{color:#333333;padding-left:30px; background:url(../image/wen01.jpg) left center no-repeat;margin-bottom:5px}
.in_news .nbox .inlist02 li .p02{color:#666666;padding-left:30px;font-size:14px;line-height:22px;background:url(../images/wen02.jpg) left top no-repeat}
.in_news .nbox .inlist02 li:hover .p01{color:#f00}
@media(min-width: 1200px)
{
   .in_news{padding: 55px 0 40px}
   .in_news .container{width: 1260px !important;}
   .in_news .nbox{width: 33.33%;float: left;padding: 0 14px;}
   .in_news .nbox .nbox_title{font-size: 40px;height: 158px;line-height: 118px}
   .in_news .nbox .inlist01{padding: 32px 24px;height:400px}
   .in_news .nbox .inlist01 li{font-size: 16px;line-height: 46px}
   .in_news .nbox .inlist02 li{padding:17px 0}
   .in_news .nbox .inlist02 li .p02{padding-left:40px}
   .in_news .nbox .inlist02 li .p01{font-size: 16px;margin-bottom:8px;padding-left:40px;}
   .in_news .nbox .inlist02{padding:24px 20px;height:400px}
}





/*******Css footer*******/
.ftlx{background:#333333;color: #fff; padding:30px 0;position:relative;z-index:9}
.ftlx a{color: #fff}
.ftlx a:hover{color: #fcc601}
.ftlx .pt{padding-top:20px}
.ftlx .ft_ewm{padding-top: 20px;height: auto;overflow: hidden;}
.ftlx .ft_ewm li{width: 50%;padding: 2%;text-align: center; float: left;}
.ftlx .ft_ewm li img{max-width: 95%;border:5px #fff solid;margin: 0 auto; display: block;}
.footer{background:#333333;color: #888888;padding-bottom: 5px;position:relative;z-index:9}
.footer a{color: #888888;}
.footer a:hover{color: #fff;}
.footer .ftlk{padding-right:20px;margin-right:18px;background: url(../image/ftline.png) right center no-repeat;}
.footer p a:last-child{background: none}
.footernav{ width: 100%; color: #fff; height:auto; overflow: hidden;border-top: 1px solid rgba(255,255,255,0.1); position: fixed; bottom:0px; padding:10px 0px; left: 0px; z-index: 999; background:#333333;}
.footernav a{ color: #fff; }
.footernav ul li{width: 20%; float: left; text-align: center; }
@media (min-width:1200px) {
    .ftlx{font-size: 20px;line-height: 47px;padding: 107px 0 80px}
    .ftlx .pt{padding-top: 85px}
    .ftlx .pt .fm{width:50%;display: inline-block;float: left;}
    .ftlx .ft_ewm{width: 385px;font-size:18px; padding-top:3px;float: right;}
    .ftlx .ft_ewm li{padding-bottom: 24px;line-height: 54px}
    .ftlx .ft_ewm li img{border: 14px #fff solid}
    .footer{font-size: 16px;text-align: center;padding-bottom: 5px}
}


/*******Css about us*******/
.intitle{text-align: center;font-size: 12px;color:#313131;text-decoration:none; background: url(../image/intitle.png) bottom center no-repeat; padding: 15px 0;margin-bottom:30px}
.intitle big{font-weight: bold;font-size: 2.5rem;display: block;}
.cur_page{padding: 15px 0;color: #313131;background: #fff}
.info_pic{width: 100%; background: #fcc601;height: auto;overflow: hidden;}
.info_pic .info_pic_rt{padding: 2rem 3rem; color: #000; background:url(../image/bg_info.jpg) right bottom no-repeat #fcc601;background-size: auto 50%}
.info_pic .info_pic_rt .p01{font-size:2rem;font-weight: bold;}
.info_pic .info_pic_rt .p02{font-size: 1.5rem;}
.info_pic .info_pic_rt .p03{line-height:2rem; color: #fff;font-weight: bold;text-transform: uppercase;padding-top: 1rem}
.info_txt{padding-top: 15px;padding-bottom: 15px}
.info_txt .info_txt01{color: #fcc601;font-size: 1.8rem;font-weight: bold;text-align: center;}
.info_txt .info_txt02{padding-top: 15px}
@media (min-width:1200px) {
    .intitle{font-size: 18px;padding: 0 0 26px;margin-bottom: 40px;}
    .intitle big{font-size: 53px}
    .cur_page{text-align:right;font-size: 18px;padding: 40px 0 6px}
    .info_pic{background:url(../image/bg_info.jpg) right bottom no-repeat #fcc601}
    .info_pic .info_pic_lf{width: 50%;float: left;}
    .info_pic .info_pic_rt{width: 50%;padding: 80px 54px 0;background:transparent; float: right;}
    .info_pic .info_pic_rt .p01{font-size: 51px}
    .info_pic .info_pic_rt .p02{font-size: 36px;line-height: 50px;padding: 5px 0 50px}
    .info_pic .info_pic_rt .p03{font-size: 26px;line-height: 38px}
    .info_txt{padding-top: 60px;padding-bottom: 50px;}
    .info_txt .info_txt01{font-size: 30px;}
    .info_txt .info_txt02{font-size: 20px;line-height: 46px;color: #333333;padding-top: 32px}
  
}


.abt_team{padding-bottom:30px}
.team_pic{width: 100%;height: auto;overflow: hidden;}
.team_pic img{padding: 5px;}
.team_pic .team_pic01{width: 50%}
.team_pic .team_pic02{width: 50%}
@media(min-width: 1200px)
{
   .abt_team{padding: 15px 0 80px}
   .abt_team .article{padding: 10px}
   .abt_team .intitle{margin-bottom: 30px}
}
.abt_culture{background: url(../images/qywh.jpg) no-repeat center 0;padding: 15px 0 30px;position: relative;z-index: 2;background-size: 100% 100%}
.abt_culture .intitle{background: url(../image/intitle.png) bottom center no-repeat;}
.abt_culture .box{width:48%;height: 120px; margin: 1%;font-size: 12px; text-align: center;background: #fff;padding: 5px;display: table; float: left;position: relative;z-index: 2}
.abt_culture .box big{font-weight: bold;font-size:1.8rem; display: block;}
.abt_culture .box:hover{background: #7ab704;color: #fff;transition: all 1s;}
.abt_culture .container{padding: 5px;}
.abt_culture .box p{display: table-cell;vertical-align: middle;}
.abt_culture .bgpic1{max-width:30%; right:0px;top: 0;z-index: 1; position: absolute;}
.abt_culture .bgpic2{max-width:25%;left:0px;bottom: 0;z-index: 1; position: absolute;}
@media(min-width: 1200px)
{
   .abt_culture{padding: 70px 0 100px}
   .abt_culture .intitle{margin-bottom: 27px}
   .abt_culture .box{width: 48%;margin: 0.6%; height: 205px}
   .abt_culture .box big{font-size: 30px}
   .abt_culture .box p{font-size: 18px}
   .abt_culture .bg01{background:url(../images/bg_cult01.jpg) #fff;}
   .abt_culture .bg02{background:url(../images/bg_cult02.jpg) #fff;}
   .abt_culture .bg03{background:url(../images/bg_cult03.jpg) #fff;}
   .abt_culture .bg04{background:url(../images/bg_cult04.jpg) #fff;}
   .abt_culture .bgpic1{left:50%;right: none; margin-left:460px}
}
.abt_honor{background: #2a2a2a;padding: 15px 0 30px;position: relative;z-index: 2}
.abt_honor .intitle{color: #fff}
.abt_honor .article .inpic{background: #282828;display: block;}
.abt_honor .article .inpic > img {opacity: 0.4}
@media(min-width: 1200px)
{
  .abt_honor{padding: 78px 0 100px}
}

.abt_strenth{background: #f9f9f9;background-size: 80% auto; padding: 15px 0 40px;position: relative;z-index: 2}
.abt_strenth .shili{padding: 15px 0}
.abt_strenth .shili li{width: 48%;margin: 1%;background:url(../image/bg_shili_w.png) right bottom no-repeat #fff;background-size: auto 70%; text-align: center; font-weight: bold;font-size:1.2rem; transition: all 1s; border: 3px #eeeeee solid;display: table; float: left;position: relative;}
.abt_strenth .shili li p{padding: 1rem 0;display: table-cell;vertical-align: middle;position: relative;z-index: 2}
.abt_strenth .shili li big{font-size:2.5rem;font-family:"Noto Sans SC";font-weight: 100; line-height: 2rem; display: block;}
.abt_strenth .shili li:hover{background: url(../image/bg_shili.jpg) right bottom no-repeat #fcc700;border: 3px #fcc700 solid;color: #fff;background-size: auto 70%; }
.abt_strenth .shili li:after{content: "";width: 100%;height:0;background: url(../image/bg_shili.jpg) right bottom no-repeat #fcc700;left: 0;bottom: 0;position: absolute;z-index:1; transition: 0.2s all}
.abt_strenth .shili li:hover:after{height: 100%}
.abt_strenth .shili li:hover{color: #fff}

@media(min-width: 1200px)
{
   .abt_strenth{padding: 65px 0 73px;background-size:auto;}
   .abt_strenth .intitle{margin-bottom: 30px}
   .abt_strenth .shili{padding: 0}
   .abt_strenth .shili li{width: 23%;height: 200px; font-size: 25px; border: 3px #eeeeee solid; margin: 1%;}
   .abt_strenth .shili li big{font-size: 65px;line-height:70px}
}

.abt_prog{padding: 15px 0 30px;background:#fcc601;}
.abt_prog .intitle{background: url(../image/intitle_w.png) bottom center no-repeat;}
.abt_prog .prog_list{width: 100%;height: all;overflow: hidden;}
.abt_prog .prog_list_lf,.abt_prog .prog_list_rt{height: auto;overflow: hidden;}
.abt_prog .pic{width:50%;float: left; }
.abt_prog .inpic{margin:2px 2px 4px;background: #2a2a2a;}
.abt_prog .inpic img{opacity: 0.3;transition: 1s all}
.abt_prog .inpic:hover img{opacity: 1}
@media(min-width: 1200px)
{
    .abt_prog{padding: 54px 0 64px}
    .abt_prog .prog_list_lf,.abt_prog .prog_list_rt{width: 50%;float: left;}
    .abt_prog .inpic{margin: 0px 5px 9px}

}

.abt_develop{background:#f9f9f9;padding: 15px 0 30px;}
.abt_develop .list{border-left: 3px #fcc601 solid;padding-left:15px;position: relative;}
.abt_develop .list li{padding: 10px 0;color: #313131; position: relative;}
.abt_develop .list li:nth-child(1) i{position: absolute;left: -26px;top: -8px;font-size: 20px;color: #fcc601;}
.abt_develop .list li b{font-weight: bold;font-size: 2rem;line-height: 3rem; display: block;}
.abt_develop .list li span{width: 24px;height: 24px;background: url(../image/dot.png) center no-repeat;background-size:100% 100%;position: absolute;left:-28px;top:1.5rem; display: inline-block;}
@media(min-width: 1200px)
{
    .abt_develop{padding: 40px 0 60px}
    .abt_develop .list{width: 100%;height: 900px;padding: 0;border: 0;background-image: url(../image/develop.png);background-repeat: no-repeat;background-position: 445px 140px;}
    .abt_develop .list li{height: 105px;line-height: 30px;font-size: 22px;position: absolute;padding: 0 15px;}
    .abt_develop .list li span{display: none}
    .abt_develop .list li:nth-child(1){left: 1118px;top: 135px;}
    .abt_develop .list li:nth-child(1) i{display: none}
    .abt_develop .list li:nth-child(1) b{font-size: 26px;}
    .abt_develop .list li:nth-child(2){text-align: right;border-right: 1px #333333 solid;left: 512px;top: 35px;}
    .abt_develop .list li:nth-child(3){left: 780px;top: 247px;border-left: #000 solid  1px;}
    .abt_develop .list li:nth-child(4){left: 5px;top: 250px;text-align: right;border-right: 1px #000 solid;}
    .abt_develop .list li:nth-child(5){left: 330px;top: 450px;text-align: right;border-right: 1px #000 solid;}
    .abt_develop .list li:nth-child(6){left: 816px;top: 585px;border-left: 1px #000 solid;}
    .abt_develop .list li:nth-child(7){left: 0px;top: 600px;text-align: right;border-right: 1px #333333 solid;}
    .abt_develop .list li:nth-child(8){left: 650px;top: 753px;border-left: 1px #333333 solid;}
    .abt_develop .list li b{font-size: 39px;line-height: 35px;padding-bottom: 13px;}
}


.abt_cctv{background:#fff;padding: 15px 0;position: relative;z-index: 2}
.abt_cctv .article .inpic{background: #333333;}
.abt_gongyi{background:#fff;position: relative;padding-bottom: 30px; z-index: 2}
.abt_gongyi .gongyi_list{width: 100%;height: auto;overflow: hidden;}
.abt_gongyi .box{width: 50%;float: left;padding: 2px;}
.abt_gongyi .box .pd{/*padding-bottom: 4px;*/}
.abt_gongyi .gongyi_list_lf{width: 100%;height: auto;overflow: hidden;}
.abt_gongyi .gongyi_list_rt img{width: 50%;padding: 2px; float: left;}
@media(min-width: 1200px)
{
   .abt_cctv{padding:75px 0 50px}
   .abt_cctv .article{padding: 5px}
   .abt_gongyi .gongyi_list_lf{width:926px;float: left;}
   .abt_gongyi .gongyi_list_rt{width:450px; float: right;}
   .abt_gongyi .gongyi_list img{width:450px; float: none;}
   .abt_gongyi .box{width: 450px;padding: 0}
   .abt_gongyi .box.pl{margin-left: 26px}
   .abt_gongyi{padding-bottom: 60px}
}

.abt_msg{background:url(../images/bg_msg.jpg) center #2a2a2a;background-size: auto 100%;color: #fff; padding:30px 0 45px;}
.abt_msg .p01{font-weight: bold;text-align: center;font-size:1.8rem}
.abt_msg .p02{font-size: 1.6rem;text-align: center;padding-top: 1rem}
.abt_msg .p03{text-align: center;padding:2rem 0}
.abt_msg .p03 span{height: 2rem;line-height: 2rem; padding:5px 15px;transition:0.4s all;background: #7ab704}
.abt_msg .p03 img{height:2rem;padding: 0.5rem}
/*.abt_msg .p03 span:hover{border:1px #fcc601 solid;background:#fcc601;}*/
.abt_msg .p04{text-align: center;font-size: 1.6rem;}
.abt_msg .p04 b{color: #fcc601}
.abt_msg #form1{width: 100%;height: auto;overflow: hidden; padding-top: 15px}
.abt_msg .G_InputText{width: 100%;height: 4rem;text-indent: 20px; color: #888888; line-height:4rem;border: 1px #fff solid;margin-bottom: 15px; display: block;background: #fff}
.abt_msg .G_textarea{width: 100%;height:4rem;text-indent: 20px;color: #888888;line-height: 4rem;border: 1px #fff solid;margin-bottom: 15px;display: block;background: #fff}
.abt_msg .G_But{width: 100%;height: 4rem;text-align: center; color: #fff; line-height: 4rem;border: 1px #fcc601 solid;background: #fcc601}

@media(min-width: 1200px)
{
   .abt_msg{padding: 130px 0 115px}
   .abt_msg .p01{font-size: 40px;line-height: 70px}
   .abt_msg .p02{font-size: 31px;letter-spacing:12px;font-weight: 100;padding-top: 55px}
   .abt_msg .p03{padding: 30px 0 100px}
   .abt_msg .p03 span{font-size: 18px;font-weight: lighter;padding: 11px 30px}
   .abt_msg .p03 img{height: 24px;padding: 0 0 0 14px;}
   .abt_msg .p04{font-size: 30px}
   .abt_msg #form1{width: 1230px;margin: 0 auto}
   .abt_msg .G_InputText,.abt_msg .G_textarea{width: 312px;height: 55px;margin: 0 7px;font-size: 18px; float: left;}
   .abt_msg .G_But{width:230px;height: 55px;font-size:18px; margin: 0 7px; float: left;}
}

/*css contact*/
.lx_txt{padding: 15px 0 20px}
.lx_txt .p01{padding-bottom: 2rem}
.lx_txt .p02{background: #004f9e;color: #fff;font-size:1.8rem; padding: 3rem 2rem}
.lx_txt .p02 img{max-width: 50%; display: block;margin: 0 auto;padding-bottom: 20px}
.lx_api{padding: 15px 0}
.lx_api li{width:25%;padding:0 3px;line-height: 54px; text-align: center; float: left;}
.lx_api li img{padding: 5px;border: 1px #d3d3d4 solid;display: block;margin: 0 auto}
.lx_map{}
#allmap{width: 100%; height: 300px;border: 3px #dcdcdc solid}
.lx_msg{padding:30px 0}
.lx_msg .p01{text-align: center;font-size: 1.8rem}
.lx_msg .p01 b{color: #fe0000}
.lx_msg #form1{width: 100%;height: auto;overflow: hidden; padding-top: 15px}
.lx_msg .G_InputText{width: 100%;height:52px;text-indent: 20px; color: #888888; line-height: 4rem;border: 1px #d3d3d4 solid;margin-bottom: 15px; display: block;background: #fff}
.lx_msg .G_textarea{width: 100%;height:52px;text-indent: 20px;color: #888888;line-height:4rem;border: 1px #d3d3d4 solid;margin-bottom: 15px;display: block;background: #fff}
.lx_msg .G_But{width: 48%;margin-left:2%; height:52px;text-align: center; color: #fff; line-height: 4rem;border: 1px #fe2222 solid;background: #fe2222;float: left;}
.lx_msg .G_reset{width:48%;margin-right:2%; height:52px;text-align: center; color: #fff; line-height: 4rem;border: 1px #333333 solid;background: #333333;float: left;}

@media(min-width: 1200px)
{
    .lx_txt{padding: 75px 0 30px}
    .lx_txt .intitle{margin-bottom:70px}
    .lx_txt .p01{font-size: 26px;line-height: 56px;}
    .lx_txt .p02{font-size: 26px;line-height: 46px;padding:70px 140px 56px;margin-top: 15px}
    .lx_txt .p02 img{max-width: 70%}
    .lx_api{padding: 15px 0 55px}
    .lx_api li{font-size: 20px}
    .lx_api li img{padding:20px;max-width:100%}
    #allmap{height: 565px}
    .lx_msg{padding: 50px 0 100px}
    .lx_msg #form1{padding-top: 35px}
    .lx_msg .G_InputText,.lx_msg .G_textarea,.lx_msg .G_But,.lx_msg .G_reset{font-size: 18px;margin-bottom: 28px}
    .lx_msg .G_But,.lx_msg .G_reset{width: 228px;margin-right: 12px;margin-left: 0}
    .lx_msg .p01{font-size: 40px}
}

/*news css*/
.news_content{width: 100%;height: auto;background: #f0f0f0;padding:24px 12px; overflow: hidden;}
@media(min-width: 1200px)
{
   .news_content{padding: 50px}
}






/*product css*/
.pro{}
.type_m{width: 100%;height: auto;overflow: hidden;}
.type_m a{width: 25%;padding:1px; display: block; float: left;}
.type_m li{width: 100%;height: 4rem;color: #fff;line-height: 4rem;text-align: center;background: #333333}
#proUL{height: auto;overflow: hidden;padding-top: 30px}
#proUL li{padding-left: 10px;padding-right: 10px}
#proUL .pic_01{width: 100%}
#proUL .pic_01 img{width: 100%;border:1px #d3d3d4 solid;display:block}
#proUL .pic_02{text-align: center;padding-bottom: 15px;}
.type_lg .lg_li{margin-bottom:3px;background:#333333}
.type_lg .lg_li span{height: 60px;line-height: 60px;background: #fcc601;color: #333333;font-size: 20px;font-weight: bold;padding: 0 50px;display: block;}
.type_lg .icon-add{font-size: 28px;font-style: normal;}
.type_lg .lg_li_sub{width:100%;min-width:240px; overflow: hidden; display: none}
.type_lg .lg_li_sub li{color: #fff;font-size: 16px;text-indent:20px; line-height: 48px;transition: 0.4s all}
.type_lg .lg_li_sub li:hover{color: #fcc601;padding-left: 8px}
.type_lg .lg_li_sub li i{font-size: 18px;padding-right: 10px}
/*.type_lg .lg_li.active .lg_li_sub{height: auto;padding: 20px 60px 30px 60px; display:block;}*/
.pro_msg{background: url(../image/pro_msg.jpg) center no-repeat #fcc601;padding: 40px 0;background-size: auto 100%}
.pro_msg .p01{text-align: center;font-size:2rem;color: #333333}
.pro_msg .p01 b{color: #fe0000}
.pro_msg #form1{width: 100%;height: auto;overflow: hidden; padding-top: 15px}
.pro_msg .G_InputText{width: 100%;height: 4rem;text-indent: 20px; color: #888888; line-height:4rem;border: 1px #fff solid;margin-bottom: 15px; display: block;background: #fff}
.pro_msg .G_textarea{width: 100%;height:4rem;text-indent: 20px;color: #888888;line-height: 4rem;border: 1px #fff solid;margin-bottom: 15px;display: block;background: #fff}
.pro_msg .G_But{width: 100%;height: 4rem;text-align: center; color: #fff; line-height: 4rem;border: 1px #333333 solid;background: #333333}

@media(min-width: 1200px)
{
   .pro{padding: 70px 0 100px}
   .pro .intitle{margin-bottom: 50px}
   #proUL{padding-top: 0}
   #proUL .pic_02{line-height: 55px;padding-bottom: 18px;font-size: 18px}
   #proUL .pic_01 img{height: 252px;}
   .pro_msg{padding: 80px 0 90px}
   .pro_msg .p01{font-size: 40px;padding-bottom: 10px}
   .pro_msg #form1{margin: 0 auto}
   .pro_msg .G_InputText,.pro_msg .G_textarea{width: 312px;height: 55px;margin: 0 7px;font-size: 18px; float: left;}
   .pro_msg .G_But{width:230px;height: 55px;font-size: 18px;margin: 0 7px; float: left;}
}

/*productinfo css*/
.pcase{background:#e9e9e9;padding: 15px 0;margin-bottom:15px; text-align: center;}
.pcase .p01{font-size: 2rem;font-weight: bold;color: #333333}
.pcase .p02{padding:15px 28px 20px;}
.pcase .p02 li{color: #fff;background: #333333;margin-bottom:10px;transition:0.4s all}
.pcase .p02 li:hover{background:#004f9e;color:#fff}
.pinfo_lf{padding-top:15px}
.pinfo_lf img{width:100%}
.pinfo_rt .p01{font-weight: bold;font-size: 2rem;padding: 15px 0 5px;}
.pinfo_rt .p02{padding-bottom: 15px; border-bottom: 1px #c8c8c8 dashed}
.pinfo_rt .p03{padding-top: 15px;width: 100%;height: auto;overflow: hidden; position: relative;}
.pinfo_rt .p03 b{font-weight: bold;color: #fe0000;font-size: 2rem;display: block;}
.pinfo_rt .p03 span{color: #fff;line-height: 44px;height: 44px;border-radius: 22px;text-align: center; background: #fcc601;padding: 0 20px;margin-top:5px; float: right;}
.pro_info{padding: 15px 0}
.pro_info .tit{font-size: 2rem;font-weight: bold;}
.pro_info .info{padding: 15px 0}
.pro_info .info img{display:block;padding:10px 0;height:auto !important}
#prev_next{padding: 30px 0 30px}
@media(min-width: 1200px)
{
   .pcase .p01{font-size: 30px}
   .pcase .p02 li{height: 42px;line-height: 42px;font-size:16px}
   .proinfo{padding: 70px 0 100px}
   .pro_info{padding-top: 22px}
   .pinfo_lf{padding-top: 0}
   .pinfo_lf img{height: 400px;}
   .pinfo_rt{padding-left: 40px}
   .pinfo_rt .p01{font-size: 28px;line-height: 60px; padding: 0}
   .pinfo_rt .p02{font-size: 15px;line-height:30px;max-height:300px;overflow:hidden}
   .pinfo_rt .p03{font-size: 16px;padding-top: 25px}
   .pinfo_rt .p03 b{font-size: 28px;line-height: 36px}
   .pinfo_rt .p03 span{width: 150px;font-size: 20px;}
}

/*metal roof css*/
.roof_strenth{ padding: 15px 0 40px;position: relative;z-index: 2}
.roof_strenth .shili{height: auto;overflow: hidden;}
.roof_strenth .shili li{width: 48%;margin: 1%;background:url(../image/bg_shili_w.png) right bottom no-repeat #fff;background-size: auto 70%; text-align: center; font-weight: bold;transition: all 1s;font-size:1.2rem; border: 3px #eeeeee solid;display: table; float: left;position: relative;}
.roof_strenth .shili li p{padding: 1rem 0;display: table-cell;vertical-align: middle;position: relative;z-index: 2}
.roof_strenth .shili li big{font-size:2.5rem;font-family:"Noto Sans SC";font-weight: 100; line-height: 2rem; display: block;}
.roof_strenth .shili li:after{content: "";width: 100%;height:0;background: url(../image/bg_shili.jpg) right bottom no-repeat #fcc700;left: 0;bottom: 0;position: absolute;z-index:1; transition: 0.2s all}
.roof_strenth .shili li:hover:after{height: 100%}

@media(min-width: 1200px)
{
   .roof_strenth{padding: 75px 0 83px;background-size:auto;}
   .roof_strenth .intitle{margin-bottom: 30px}
   .roof_strenth .shili{padding: 0}
   .roof_strenth .shili li{width: 23%;height: 200px; font-size: 25px; border: 3px #eeeeee solid; margin: 1%;}
   .roof_strenth .shili li big{font-size: 65px;line-height:70px}
}

.proce{background: url(../image/process.jpg) center no-repeat #cdd1d8;padding:10px 0 40px}
.proce .lc{height: auto;overflow: hidden;}
.proce .lc li{width:25%;text-align: center;font-size:18px;background: #fff;background-position:bottom center; border-right: 1px #ffffff30 solid; padding:15px 0; float: left;transition: 0.5s all}
.proce .lc li big{font-size: 3rem;font-weight: bold;display: block;}
.proce .lc li:nth-child(1),.proce .lc li:nth-child(3),.proce .lc li:nth-child(6),.proce .lc li:nth-child(8){background:url(../image/roof_strenth2.png) bottom no-repeat #efefef}
.proce .lc li:hover{color: #fff;background:url(../image/roof_strenth.png) bottom no-repeat #333333;background-size: 90% auto}
@media(min-width: 1200px)
{
   .proce{padding:60px 0 93px}
   .proce .lc{padding-top:13px}
   .proce .lc li{width: 11.11%; font-size: 32px;padding: 55px 0 155px}
   .proce .lc li:nth-child(even){background:url(../image/roof_strenth2.png) bottom no-repeat #fff}
   .proce .lc li:nth-child(odd){background:url(../image/roof_strenth2.png) bottom no-repeat #efefef}
   .proce .lc li:hover{color: #fff;background:url(../image/roof_strenth.png) bottom no-repeat #333333;background-size: 90% auto}
   .proce .lc li big{font-size: 62px;padding-bottom: 35px}
   .proce .lc li.active{width: 22.22%;color: #fff;background:url(../image/roof_strenth.png) bottom no-repeat #333333;background-size: 90% auto}
}

.roof_sw{background: url(../image/roof_sw.jpg) center no-repeat #2a2b2b;background-size: auto 100%; padding:10px 0 40px}
.roof_sw .intitle{color: #fff}
.roof_sw .swlist{height: auto;overflow: hidden;}
.roof_sw .swlist li{width:48.8%;height: 120px;line-height: 120px; text-align: center; background:#fff; margin:0.6%; float: left;position: relative;transition: 0.4s all;}
.roof_sw .swlist li .p01{width: 100%; color: #f5f5f5;font-size:8rem;font-weight: bold; left: 0;top:0;position: absolute;transition:0.5s all;z-index: 1}
.roof_sw .swlist li .p02{width: 100%;color: #333333;font-weight: bold; left: 0;top:0;position: absolute;transition:0.5s all;z-index: 2}
.roof_sw .swlist li:hover{background: url(../image/swlist_bg.jpg) no-repeat;background-size: 100% 100%;}
.roof_sw .swlist li:hover .p01{font-size: 3rem;top:-15%;color: #333333;}
.roof_sw .swlist li:hover .p02{top:15%;}
.roof_sw .swlist li:nth-child(1):hover{background: url(../image/swlist_bg01.jpg) no-repeat;background-size: 100% 100%;}
.roof_sw .swlist li:nth-child(2):hover{background: url(../image/swlist_bg.jpg) no-repeat;background-size: 100% 100%;}
.roof_sw .swlist li:nth-child(3):hover{background: url(../image/swlist_bg03.jpg) no-repeat;background-size: 100% 100%;}
.roof_sw .swlist li:nth-child(4):hover{background: url(../image/swlist_bg04.jpg) no-repeat;background-size: 100% 100%;}
.roof_sw .swlist li:nth-child(5):hover{background: url(../image/swlist_bg05.jpg) no-repeat;background-size: 100% 100%;}
.roof_sw .swlist li:nth-child(6):hover{background: url(../image/swlist_bg06.jpg) no-repeat;background-size: 100% 100%;}

@media(min-width: 1200px)
{
   .roof_sw{padding: 90px 0 90px;background-size: 100% 100%;}
   .roof_sw .swlist li{width: 32.13%;height: 392px;line-height: 392px;}
   .roof_sw .swlist li .p01{font-size: 270px;}
   .roof_sw .swlist li .p02{font-size: 44px;}
   .roof_sw .swlist li:hover .p01{font-size: 80px;}
   .roof_sw .swlist li:hover .p02{top: 8%}
}


.roof_fangan{padding: 15px 0}
.roof_fangan .f01{font-size: 2.2rem;font-weight: bold;text-align: center;}
.roof_fangan .f02{height: auto;overflow: hidden;padding: 5px 0 15px}
.roof_fangan .f02 li{width: 20%;height: 3rem;line-height: 3rem;text-align: center;background: #e0e0e0;border: 1px #fff solid; float: left;}
.roof_fangan .f03{}
.roof_fangan .f03_2{}
.roof_fangan .f03_2 li{margin: 10px 0;position: relative;}
.roof_fangan .f03_2 li img{display: block;position: relative;z-index: 1}
.roof_fangan .f03_2 li p{color: #fff;font-size: 12px;line-height: 20px; bottom:15px;position: absolute;z-index: 2}
.roof_fangan .f03_2 li p b{display: block;line-height: 3rem; font-size: 2rem}
.roof_fangan .f03_2 li:nth-child(odd) p{right: 1rem;text-align: right;}
.roof_fangan .f03_2 li:nth-child(even) p{left: 1rem;text-align: left;}
@media(min-width: 1200px)
{
   .roof_fangan{padding: 55px 0 10px}
   .roof_fangan .intitle{font-size: 28px}
   .roof_fangan .intitle big{font-size: 70px;line-height: 90px}
   .roof_fangan .f01{font-size: 60px;line-height: 110px}
   .roof_fangan .f02{padding: 16px 0 40px}
   .roof_fangan .f02 li{width: 19%;height: 44px;line-height:44px;border: none;font-size: 24px;margin:0 0.5%;}
   .roof_fangan .f02 li:last-child{margin-right: 0}
   .roof_fangan .f03_2{padding-top:38px}
   .roof_fangan .f03_2 li{margin-bottom: 60px}
   .roof_fangan .f03_2 li p{font-size: 26px;line-height: 50px;bottom: 70px}
   .roof_fangan .f03_2 li p b{font-size: 70px;line-height: 160px}
   .roof_fangan .f03_2 li:nth-child(odd) p{right: 90px;text-align: right;}
   .roof_fangan .f03_2 li:nth-child(even) p{left:90px;text-align: left;}
}



.roof_slh .intitle big{font-size: 2rem}
.roof_slh .slh_list{}
.roof_slh .slh_list li{line-height: 3rem; margin-bottom: 10px}
.roof_slh .slh_list li .p01{background:url(../image/slh_li2.jpg) right center no-repeat #fcc601;font-size: 1.8rem; font-weight: bold;}
.roof_slh .slh_list li .p01 span{width: 4rem;text-align: center;margin-right:1rem; padding-right:5px; color: #fff;background:url(../image/slh_li.jpg) right center no-repeat #333333;display: inline-block;}
.roof_slh .slh_list li .p02{background: #efefef;padding: 0.5rem 0}


@media(max-width: 640px)
{

   .roof_slh .slh_list li .p02{padding:0 1rem}
}
@media(min-width: 1200px)
{
   .roof_slh .slh_list{border-right: 22px #333333 solid}
   .roof_slh .intitle big{font-size: 53px}
   .roof_slh .slh_list li{width: 100%;height: 54px;line-height: 54px; background: #efefef;}
   .roof_slh .slh_list li .p01{width:420px;height: 54px;font-size:26px;float: left;}
   .roof_slh .slh_list li .p01 span{width: 92px;height: 54px;padding: 0;margin-right:70px;}
   .roof_slh .slh_list li .p02{max-width: 700px;height: 54px;margin-left: 97px;font-size: 24px;padding: 0; float: left}
}


.roof_yy{}
.roof_yy .ly_list{height: auto;overflow: hidden;}
.roof_yy .ly_list li{width:50%;float: left;position: relative;}
.roof_yy .ly_list li div{margin:2px;overflow: hidden; background-color: #000;transition: 0.4s all}
.roof_yy .ly_list li img{opacity: 0.3;position: relative;transition: 0.4s all;z-index: 1}
.roof_yy .ly_list li:hover img{opacity: 1;transform: scale(1.05); transition: 0.4s all}
.roof_yy .ly_list li span{width: 100%;text-align: center;font-weight: bold; left: 0;top:50%;transform: translateY(-50%); color: #fff; position:absolute;z-index: 2}
@media(min-width: 1200px)
{
   .roof_yy{padding:70px 0}
   .roof_yy .ly_list li span{font-size: 32px}
   .roof_yy .ly_list li div{margin:10px}
}


.roof_case{padding: 15px 0}
.roof_case .case_list{height: auto;overflow: hidden;}
.roof_case .case_list li{width:50%;float: left;position: relative;}
.roof_case .case_list li div{margin:2px;overflow: hidden; background-color: #000;transition: 0.4s all}
.roof_case .case_list li div:hover{transition: 0.4s all}
.roof_case .case_list li img{width: 100%; opacity: 0.3;position: relative;transition: 0.4s all;z-index: 1}
.roof_case .case_list li:hover img{opacity:1; transform: scale(1.05); transition: 0.4s all}
.roof_case .case_list li span{width: 100%;text-align: center;padding: 5px; left: 0;top:50%;transform: translateY(-50%); color: #fff; position:absolute;z-index: 2}
@media(min-width: 1200px)
{
   .roof_case{padding: 35px 0 15px}
   .roof_case .case_list li div{margin: 10px}
   .roof_case .case_list li span{font-size: 32px;font-weight: bold;}
}

.roof_num{}
.roof_num .nbox{height: auto;overflow: hidden;background: #fcc601;}
.roof_num .nbox_lf{padding:3rem 4rem}
.roof_num .nbox_lf p{font-size:1.8rem;color:#333333; padding-top: 2rem}
.roof_num .nbox_lf p big{line-height: 2rem;font-weight: 100;margin-bottom: 10px; display: block;}
.roof_num .nbox_rt{background: url(../image/roof03.jpg) center no-repeat;background-size: 100% 100%; position: relative;}
.roof_num .nbox_rt p{width: 100%;font-size: 1.6rem;color: #fff;text-align: center;padding: 2rem 0}
@media(min-width: 1200px)
{
  .roof_num{padding:63px 0 30px}
  .roof_num .nbox{margin-top: 55px}
  .roof_num .nbox_lf{width: 50%;height: 565px;padding: 110px 0 0 115px; float: left;}
  .roof_num .nbox_lf p{font-size: 24px;padding-top: 56px}
  .roof_num .nbox_lf p big{font-size: 34px;line-height: 40px}
  .roof_num .nbox_rt{width: 50%;height: 565px; float: right;}
  .roof_num .nbox_rt p{line-height: 56px;font-size: 24px;padding-top:58px}
}


.roof_hy{padding:15px 0 30px}
@media(min-width: 1200px)
{
   .roof_hy{padding:75px 0 120px}
   .roof_hy .article{padding: 10px}
}


/*网架*/
.grid01{background: url(../image/grid01.jpg) top center no-repeat #cdd1d8;padding:10px 0 40px}
.grid02{background: url(../image/grid04.jpg) top center no-repeat #2a2b2b;background-size: auto 100%}
.grid03{padding: 15px 0}
.grid03 .f01{font-size: 2.2rem;font-weight: bold;text-align: center;}
.grid03 .intitle{margin-bottom: 10px}
.grid03 .f02{position: relative;}
.grid03 .f02 img{width: 100%;position: relative;z-index: 1}
.grid03 .f02 p{position: absolute;left: 15px;font-size: 1.4rem; bottom:10px;color: #fff;z-index: 2}
.grid03 .f02 p big{font-weight: bold;font-size: 1.8rem; display: block;}
.grid03 .f02 .ts{position: absolute;right: 15px;left:unset; font-size: 1.4rem; bottom:10px;color: #fff;z-index: 2}
.grid03 .f03{width: 100%;height: auto;overflow: hidden;padding-bottom: 15px;}
.grid03 .f03 li{}
.grid03 .f03 li .li_01{text-align: center;padding-top:2rem;}
.grid03 .f03 li .li_01 big{font-weight: bold;font-size: 2rem;line-height: 2rem; display: block;}
.grid03 .f04{font-size: 2.2rem;font-weight: bold;text-align: center;padding-top: 2rem}
.grid03 .f05{position: relative;}
.grid03 .f05 img{width: 100%;position: relative;z-index: 1}
.grid03 .f05 p{font-size: 1.4rem;z-index: 2}
.grid03 .f05 p big{font-weight: bold;font-size: 1.8rem;padding-top: 1rem; display: block;}
.roof_slh .wjtitle{background: none;margin-bottom: 20px}
.roof_slh .wjtitle img{max-width:60%;margin: 0 auto}
.grid04{}
.grid04 .yy_list{height: auto;overflow: hidden;background: url(../image/in_advt.jpg) center no-repeat;background-size: 100% 100%}
.grid04 .yy_list li{width:50%;float: left;background: #000; position: relative;}
.grid04 .yy_list li img{width: 100%; display: block;opacity: 0.3; position: relative;z-index: 1;transition:0.5s all}
.grid04 .yy_list li:hover img{opacity: 1}

.grid04 .yy_list li span{width: 100%;display: block; position: absolute;color: #fff;text-align: center; left: 0;top: 50%;transform: translateY(-50%);z-index: 2}
@media(max-width: 640px)
{
   .grid04 .container{padding: 0}
}
@media(min-width: 1200px)
{
  .grid01{padding: 60px 0 90px}
  .grid03{padding:55px 0 100px}
  .grid03 .f01{font-size: 45px;line-height:120px}
  .grid03 .intitle big{font-size: 53px}
  .grid03 .intitle{font-size: 18px;margin-bottom: 30px}
  .grid03 .f02 p{font-size: 22px;left: 97px;bottom:80px}
  .grid03 .f02 p big{font-size: 40px}
  .grid03 .f02 .ts{right: 97px;font-size: 22px;left:unset; bottom:80px}
  .roof_fangan .f01{font-size: 45px}
  .grid03 .f03{padding-top: 30px;padding-bottom: 70px}
  .grid03 .f03 li{}
  .grid03 .f03 li .li_01{font-size: 17px;line-height: 50px;padding-top: 45px}
  .grid03 .f03 li .li_01 big{font-size: 30px}
  .grid03 .zzxt{padding-top: 0;padding-bottom:5px}
  .grid03 .zzxt li .li_01{line-height: 26px;height: 150px;padding-top: 40px}
  .grid03 .zzxt li .li_01 big{line-height: 50px}
  .grid03 .f04{font-size: 45px;line-height:120px;padding-top: 45px}
  .grid03 .f05 p{font-size: 22px;line-height: 36px; left:70px;bottom:60px;position: absolute;color: #fff}
  .grid03 .f05 p big{font-size: 40px;margin-bottom:25px}
  .roof_fangan .f01{font-size: 45px}
  .grid04{padding:60px 0 20px}
  .grid04 .yy_list li{width: 25%}
  .grid04 .yy_list li span{font-size: 22px;font-weight: bold;}
}

/*采光顶*/
.sunroof01{background: url(../image/sunroof01.jpg) center no-repeat #dee2db;padding:10px 0 40px}
.sunroof02{background: url(../image/sunroof02.jpg) center no-repeat #2a2b2b;background-size: auto 100%; padding:10px 0 40px}
.sunroof03 .intitle{background: none;margin-bottom: 10px;}
.sunroof03 .intitle img{max-width:70%; display: block;margin: 0 auto}
@media(min-width: 1200px)
{
   .sunroof01{padding: 60px 0 90px}
   .sunroof02{padding: 90px 0 90px}
   .sunroof03{padding: 5px 0 30px}
   .sunroof03 .intitle{margin-bottom: 35px}
   .roof_fangan .rftt{font-size: 60px;line-height: 90px;padding-top: 18px}
}
.ceiling_fangan{padding: 15px 0}
.ceiling_fangan .f01{font-size: 2.2rem;font-weight: bold;text-align: center;}
.ceiling_fangan .f02{height: auto;overflow: hidden;padding: 5px 0 15px}
.ceiling_fangan .f02 li{width: 20%;height: 3rem;line-height: 3rem;text-align: center;background: #e0e0e0;border: 1px #fff solid; float: left;}
.ceiling_fangan .f03{}
.ceiling_fangan .f03_2{}
.ceiling_fangan .f03_2 li{margin: 10px 0; position: relative;}
.ceiling_fangan .f03_2 li img{display: block;position: relative;z-index: 1}
.ceiling_fangan .f03_2 li p{color: #fff;font-size: 12px;line-height: 20px; bottom:15px;position: absolute;z-index: 2}
.ceiling_fangan .f03_2 li p b{display: block;line-height: 3rem; font-size: 2rem}
.ceiling_fangan .f03_2 li small{display: block;}
.ceiling_fangan .f03_2 li:nth-child(odd) p{left: 1rem;text-align: left;}
.ceiling_fangan .f03_2 li:nth-child(even) p{right: 1rem;text-align: right;}
@media(min-width: 1200px)
{
   .ceiling_fangan{padding: 55px 0 10px}
   .ceiling_fangan .intitle{font-size: 28px}
   .ceiling_fangan .intitle big{font-size: 70px;line-height: 90px}
   .ceiling_fangan .f01{font-size: 60px;line-height: 110px}
   .ceiling_fangan .f02{padding: 16px 0 40px}
   .ceiling_fangan .f02 li{width: 18.8%;height: 44px;line-height:44px;border: none;font-size: 24px;margin-right: 1.5%;}
   .ceiling_fangan .f02 li:last-child{margin-right: 0}
   .ceiling_fangan .f03_2{padding-top:38px}
   .ceiling_fangan .f03_2 li{margin-bottom: 68px}
   .ceiling_fangan .f03_2 li p{font-size: 26px;line-height: 50px;bottom: 70px}
   .ceiling_fangan .f03_2 li p b{font-size: 70px;line-height: 160px}
   .ceiling_fangan .f03_2 li:nth-child(odd) p{left:90px;text-align: left;}
   .ceiling_fangan .f03_2 li:nth-child(even) p{right: 90px;text-align: right;}
   .ceiling_fangan .f03_2 li small{font-size: 40px;line-height:54px}
}

.ceiling_yy{}
.ceiling_yy ul{}
.ceiling_yy ul li{width: 100%;height: auto;background: #000;margin-bottom: 10px; overflow: hidden;position: relative;}
.ceiling_yy ul li img{width: 100%;display: block;opacity: 0.3; position: relative;transition: 0.4s all; z-index: 1}
.ceiling_yy ul li span{width: 100%;text-align: center;color: #fff;font-weight: bold;font-size: 1.8rem; top: 50%;transform: translateY(-50%);position: absolute;z-index: 2}
@media(min-width: 1200px)
{
   .ceiling_yy{padding: 40px 0 0}
   .ceiling_yy ul li span{font-size: 32px}
   .ceiling_yy ul li{margin-bottom: 30px}
   .ceiling_yy ul li:hover img{opacity: 1}
}

/*newsinfo*/
#newsUL{}
#newsUL li{width:100%;color:#888; height:auto;overflow:hidden; padding-bottom:25px;margin-bottom:25px;border-bottom:1px #c7c6c6 dashed}
#newsUL li img{width:100%;min-height:100px; float:left;}
#newsUL li big{display:block;color:#000;font-weight:bold;padding-top:1rem;transition:0.4s all}
#newsUL li .ntime{display:block}
#newsUL li .ntime i{padding-right:10px}
#newsUL li:hover big{color:#e80000;}
.tuijian{width:100%;height:auto;overflow:hidden}
.tuijian .tuijian_tit{font-size:26px;font-weight: bold;border-bottom:1px #ddd dotted}
.tuijian ul{padding-top:20px;padding-bottom:50px;height:auto;overflow:hidden}
.tuijian ul li{line-height:2.5}
.tuijian ul li i{font-size:12px;padding-right:10px}

.btn_case{width:100%;background:url(../images/dft_news1.jpg) no-repeat;background-size:100% 100%; text-align:center;padding:40px 0}
.btn_case i{padding-left:20px}
.btn_case span{width:180px;height:50px;text-decoration:none; font-size:22px;color:#fff; line-height:50px;border-radius:30px;background:#004f9e;display:block;margin:0 auto;transition:0.4s all}
/*.btn_case span:hover{background:#f00;color:#fff}*/
.news_title h2{font-weight: bold;line-height:40px; font-size: 26px;padding-top:20px}
.news_info{color: #999;font-size: 14px;line-height: 50px; border-bottom:1px #999 dotted}
.info{padding-top: 20px;}
@media(min-width: 1200px)
{
   .info{font-size: 16px;line-height: 40px}
   #newsUL li b{font-size: 18px;line-height:50px}
   #newsUL li big{padding-top: 0;}
}


div.digg {margin: 0 auto 3rem;width: 100%;height: auto;text-align: center;}
div.digg a{border: #dad4d4 1px solid;min-width:3rem;height:3rem;line-height: 3rem;color: #666;background: #f5f5f5;display: inline-block;}
div.digg a:hover {border: #fcc601 1px solid; color: #fff; background: #fcc601;}
div.digg a:active { border: #fcc601 1px solid; color: #fff; background: #fcc601;}
div.digg span.current {border: solid 1px #fcc601;width: 3rem;height: 3rem;line-height: 3rem;color: #fff;background-color: #fcc601;display: inline-block;}
div.digg span.disabled {border: #dedede 1px solid;padding: 3px 10px;margin: 3px;color: #ddd;display: inline-block;}
div.digg select {border: #dedede 1px solid;width: 3rem;height: 3rem;display: inline-block;}

@media(min-width: 1200px)
{
   .roof_fangan div.digg{margin: 50px auto 100px;}
}

.carousel-inner img{
    display: inline-block!important;
}

.carousel-inner .item{
    text-align: center;
}

.carousel-caption .p01{
    font-size: 50px;
}

.carousel-caption .p02{
    font-size: 14px;
}

.carousel-caption .p03 a{
    width: 180px;
    height: 45px;
    line-height: 45px;
    background: #fff;
    color: #333333;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
}

@media screen and (min-width: 768px){
    .carousel-caption {
        right: auto;
        left: 15%;
        padding-bottom: 30px;
        top: 15%;
        text-align: left;
    }
}

.navs{
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    transition: all 1s ease;
}

.nav_con{
    width: 1400px;
    margin: 0 auto;
}

.logo_l{
    float: left;
    margin-top: 25px;
}

.nav_r{
    float: left;
    margin-top: 30px;
    margin-left: 30px;
}

.nav_r ul li{
    float: left;
    margin-left: 60px;
    position: relative;
    height: 70px;
}

.nav_r ul li a{
    font-size: 18px;
    color: #fff;
    transition: all .5s;
}

.nav_r ul li.active a{
    color: #004f9e;
}

.nav_r ul li a:hover{
    color: #004f9e!important;
}

.fl{
    float: left!important;
}

.footer p{
    color: #ffffff;
    font-size: 20px;
}

.copyright{
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background: #333333;
    border-top: 1px solid #a8a8a8;
}
.copyright a { color: #FFFFFF;}

.n_banner{
    text-align: center;
}

.n_banner img{
    display: inline-block;
}

.n_banner{
    position: relative;
}

.n_banner_text{
    position: absolute;
    left:  9%;
    top: 35%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.n_banner_text .p1{
    font-size: 48px;
    color: #fff;
}

.n_banner_text .p2{
    font-size: 48px;
    color: #fff;
}

.info_txt02 p{
    text-align: center;
}

.white{
    color: #fff;
}

.white big{
    color: #fff;
}

.about_adv{
    background: #f9f9f9;
}

.about_adv big{
    color: #333333;
    font-size: 48px;
}

.about_adv .intitle{
    color: #333333;
    font-size: 20px;
}

.about_adv .shili li{
    border: 1px solid #c0c0c0;
}

.pages{
    text-align: center;
}

.pages ul li{
    display: inline-block;

	margin-right: 10px;
}

.pages ul li a{
	display: block;
	padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #004f9e;
    transition: all .5s;
    transition: all .5s;
}
.pages .active a{ background: #004f9e; color: #fff;}

.pages ul li a:hover{ background: #004f9e; color: #fff;}


.news_list{
    
}

.news_item{
    float: left;
    width: 48%;
    margin-bottom: 50px;
    margin-right: 2%;
}

.n_news_con{
    border: 1px solid #bcbcbc;
    padding: 25px 20px 25px 20px;
    overflow: hidden;
}

.news_time{
    float: right;
}

.n_news_title a{
    color: #333333;
    font-size: 20px;
}

.n_news_con p{
    font-size: 16px;
    color: #616161;
}

.news_time{
    color: #616161;
    font-size: 12px;
}

.nav_icon{
    margin-top: 30px;
    float: left;
    margin-left: 80px;
}

.nav_icon ul li{
    float: left;
    margin-right: 20px;
    position: relative;
}

.search_sec.active{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.search_sec{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26,32,49,0.95);
    z-index: 999999999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.close-search{
    position: absolute;
    top: 60px;
    right: 70px;
    color: #c6c7ca;
    font-size: 40px;
}

.la-close{
    font-family: sans-serif;
    font-size: 35px;
}

.search_sec.active .search_field{
    margin: 0;
}

.search_field{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    margin-top: -50px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.search_field .container{
    max-width: 800px;
    margin: 0 auto;
}

.search_field form{
    position: relative;
}

.search_field form input{
    width: 100%;
    height: 66px;
    background-color: #e5e5e5;
    color: #262626;
    font-size: 17px;
    padding: 0 30px;
    border: 0;
    box-sizing: border-box;
    border-radius: 5px;
}
.search_field form button{
    position: absolute;
    top: 19px;
    right: 24px;
    background-color: inherit;
    border: 0;
}

.erweima-pic{
    position: absolute;
    top: 30px;
    left: -43px;
    z-index: 99;
    display: none;
    width: 120px;
    height: 120px;
}
.erweima-pic img{
    height: 120px;
    width: 120px;
}

.ewm{
    position: relative;
}

.ewm:hover .erweima-pic{
    display: block;
}

.scoll-top{
    background-color: #fff;
}

/*.navs{*/
/*    position: fixed;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    border-bottom: 1px solid rgba(255,255,255,0.3);*/
/*    z-index: 1000;*/
/*}*/

.ibox-scoll{
    animation: 850ms 350ms;
    -webkit-animation: animation: 850ms 350ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: fadedown;
    animation-name: fadedown;
}

@-webkit-keyframes fadedown {

    from { -webkit-transform: translateY(-100%); opacity: 0; }

    to { -webkit-transform: translateY(0); opacity: 1; }

}

@keyframes fadedown {

    from { transform: translateY(-100%); opacity: 0; }

    to { transform: translateY(0); opacity: 1; }

}

.abt_gongyi .gongyi_list img{
  
  transition: all .5s;
}

.abt_gongyi .gongyi_list img:hover{
  opacity: 1;
  transform: scale(1.02);
}

.cym{
  background: #fff;
  margin:0 0 25px !important;
}

.cym img{

}

.in_syst_cym{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #7fa7ce;
  z-index: 1;
  opacity: 0;
  transition: all .5s
}

.sbox:hover .in_syst_cym{
  opacity: 0.6;
}

.scoll-top a{
  color: #000!important;
}

.scoll-top .active a{
  color: #004f9e!important;
}

.nav_r .nav_two{
  position: absolute;
  display: none;
  top: 70px;
  text-align: center;
  width: 276px;
  overflow: hidden;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.6);
  left: 50%;
  margin-left: -138px;
}

.nav_r .nav_two p{
  line-height: 36px;
}

.nav_r .nav_two a{
  line-height: 36px;
  position: relative;
  font-size: 14px;
  color: #000!important;
  /* transition: .5s; */
  /* color: rgba(255, 255, 255, 1);
}








