@font-face {
  font-family: 'titlefont';
  src: url('../font/square721btroman.ttf');
}

@font-face {
  font-family: 'numberfont';
  src: url('../font/BIGJOHN.otf');
}

body,
html {
  font-size: 13px;
  font-family: Arial;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

body{
    /*overflow: hidden;*/
}
.wow{
    transition: all 1s;
    opacity: 0;
    position: relative;
}
a,
a:hover {
  text-decoration: none;
}

a {
  color: #333;
  cursor: pointer;
}

input {
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

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

.header {
  height: 176px;
  flex-shrink: 0;
}

.header-top {
  border-bottom: 1px solid #e8eaec;
  height: 42px;
  line-height: 42px;
  color: #666666;
}

.header-mobile {
  background: url('../img/icon_header_mobile.png') no-repeat left center;
  background-size: 14px;
  padding-left: 24px;
}

.header-main {
  padding: 18px 0;
}

.header-search-box {
  height: 44px;
}

.header-search-select {
  border: none;
  line-height: 44px;
  border: 1px solid #c7cace;
  border-right: none;
  width: 110px;
  height: 44px;
  text-align: center;
  outline: none;
  box-sizing: border-box;
}
.dropdown-menu{
    z-index: 999999;
}
.header-search-select .btn{
    border: 0px;
  width: 108px;
  height: 42px;
  display: block;
}
.header-search-select .btn:hover{
    background: none;
}

.header-search-select option{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.header-search-input {
  line-height: 44px;
  border: 1px solid #c7cace;
  box-sizing: border-box;
  width: 300px;
  height: 44px;
  outline: none;
  padding-left: 10px;
}

.header-search-submit {
  width: 50px;
  height: 44px;
  background: url('../img/icon_header_search.png') #f78e14 no-repeat center center;
  outline: none;
  border: none;
}
.logo img{
    height: 44px;
}
.fullpage-wrapper{
    z-index: 8;
}
.nav-box {
  position: absolute;
  left: 0;
  top: 126px;
  width: 100%;
  background: #f78e14;
  z-index: 9;
  transition: all 700ms ease 0s;
}

.ny-nav-box {
  transition: all 0ms ease 0s;
}

.activeNav {
  position: fixed;
  top: 0;
  left: 0;
}

.nav {
  width: 1200px;
  height: 50px;
  z-index: 3;
  margin: 0 auto
}

.nav_menu {
  width: 220px;
  height: 50px;
  position: relative;
}

.nav_menu>span {
  display: block;
  width: 220px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  /*background:#37312c;*/
  text-align: center;
  text-indent: 2em;
  position: relative;
  cursor: default;
}

.nav_menu>span::before {
  content: "";
  width: 22px;
  height: 16px;
  background: url(../img/nav_menu.png) no-repeat center center;
  position: absolute;
  top: 17px;
  left: 68px;
}

.nav_menu:hover>span {
  background: #37312c;
}

.menu_box {
  width: 220px;
  background: #616161;
  position: absolute;
  left: 0;
  top: 50px;
  padding: 18px 0 30px 30px;
  z-index: 3;
  display: none;
}

.nav_menu:hover .menu_box {
  display: block;
}

.menu_box_li {
  width: 190px;
  height: 49px;
}

.menu_box_li>a {
  display: block;
  width: 190px;
  height: 49px;
  border-radius: 6px 0 0 6px;
  text-align: center;
  line-height: 49px;
  color: #fff;
  font-size: 15px;
}

.menu_box_li:hover>a {
  background: #fff;
  color: #f78e14;
}

.menu_box_li>a:hover {
  font-weight: 600;
}

.menu_box_li .li_submenu {
  width: 250px;
  height: 520px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 220px;
  padding-top: 18px;
  display: none;
}

.menu_box_li:hover .li_submenu {
  display: block;
}

.menu_box_li .li_submenu a {
  display: block;
  height: 36px;
  line-height: 36px;
  text-indent: 2em;
}

.menu_box_li .li_submenu a:hover {
  color: #f78e14;
}

.menu_box_li div.case_li a {
  display: block;
  height: 49px;
  line-height: 49px;
  color: #000;
  text-indent: 2em;
}

.menu_box_li div.sys_li {
  padding-right: 40px;
}

.menu_box_li div.sys_li a {
  display: block;
  width: 50%;
  height: 49px;
  line-height: 49px;
  color: #000;
  text-align: center;
  float: left;
}

.menu_box_li div.cp_li {}

.menu_box_li div.cp_li .submenu_item {
  width: 100%;
  height: 38px;
}

.menu_box_li div.cp_li .submenu_item>a {
  display: block;
  height: 38px;
  line-height: 38px;
  text-indent: 2em;
}

.menu_box_li div.cp_li .submenu_item>a:hover {
  color: #f78e14;
  font-weight: bold;
}

.menu_box_li div.cp_li .submenu_item:hover>a {
  background: #f5f5f5;
}

.menu_box_li div.cp_li .submenu_item .submenu_iyem_sm {
  width: 278px;
  height: 516px;
  background: #f5f5f5;
  padding: 22px 0 0 22px;
  position: absolute;
  top: 0;
  left: 250px;
  display: none;
}

.menu_box_li div.cp_li .submenu_item:hover .submenu_iyem_sm {
  display: block;
}

.menu_box_li div.cp_li .submenu_item .submenu_iyem_sm span {
  display: block;
  width: 100%;
  font-size: 26px;
  color: #000;
  text-align: left;
  margin-bottom: 10px;
}

.menu_box_li div.cp_li .submenu_item .submenu_iyem_sm a {
  display: block;
  height: 34px;
  line-height: 34px;
}

.menu_box_li div.cp_li .submenu_item .submenu_iyem_sm a:hover {
  color: #f78e14;
}

.menu_box_li div.sc_li {}

.menu_box_li div.sc_li .caselist {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 36px;
  background: #fff;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #f78e14;
  color: #f78e14;
  cursor: pointer;
  margin-left: 2em;
  margin-top: 40px;
  text-align: center;
  text-indent: 0 !important;
}

.menu_box_li div.sc_li .caselist:hover {
  background: #f78e14;
  color: #fff;
}

.nav_zw {
  height: 50px;
  width: 100%;
}

.nav {}

.nav .w>a {
  display: block;
  float: left;
  width: 160px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
}

.nav .w>a:hover {
  background: #fff;
  color: #f78e14;
}

.nav_height {
  float: left;
  width: 160px;
  height: 50px;
  position: relative;
}

.nav_height>a {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.nav_height:hover>a {
  background: #fff;
  color: #f78e14;
}

.nav_height:hover>a:hover {
  font-weight: 600;
}

.nav_height>span {
  width: 160px;
  position: absolute;
  top: 50px;
  left: 0;
  background: #fff;
  font-size: 18px;
  display: none;
  z-index: 100;
  box-shadow: 2px 2px 10px #ccc;
}

.nav_height:hover span {
  display: block;
}

.nav_height>span>a {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #333;
  font-size: 16px;
  padding: 0 12px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav_height>span>a:hover {
  background: #eee;
}

/*ç³»ç»Ÿå’Œäº§å“ä¸‹æ‹‰åŽç»­æ›´æ”¹çš„*/
.nav_sys_menu {
  width: 1180px;
  overflow: hidden;
  position: absolute;
  left: -220px;
  top: 50px;
  background: #fff;
  z-index: 3;
  padding: 30px 65px;
  box-sizing: border-box;
  display: none;
}

.nav_sys:hover .nav_sys_menu {
  display: block;
}

.nav_sys_menu>div {
  overflow: hidden;
}

.nav_sys_menu>.fl {
  width: 400px;
}

.nav_sys_menu>div>span {
  display: block;
  height: 34px;
  font-size: 18px;
  line-height: 18px;
  color: #f78e14;
  padding-left: 36px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f78e14;
  background: url(../img/nav_sys_bg1.png) no-repeat top left;
  box-sizing: border-box;
  width: 360px;
}

.nav_sys_menu>.fl a {
  display: block;
  width: 160px;
  float: left;
  font-size: 16px;
  padding: 12px 0;
  margin-right: 40px;
}

.nav_sys_menu>.fl a:nth-of-type(n + 15) {
  clear: left;
}

.nav_sys_menu>.fl a:hover {
  color: #f78e14;
}

.nav_sys_menu>.fr {
  width: 596px;
  position: relative;
}

.nav_sys_menu>div.fr>span {
  background: url(../img/nav_sys_bg2.png) no-repeat top left;
  width: 100%;
}

.nav_sys_menu>.fr .bg_pic {
  width: 590px;
  height: 275px;
  margin-top: 12px;
  overflow: hidden;
  position: relative;
}

.nav_sys_menu>.fr .bg_pic img {
  position: absolute;
  top: -120px;
  left: -50px;
  transition: all 1s;
}

.nav_sys_menu>.fr .nav_sys_class {
  width: 590px;
  height: 276px;
  position: absolute;
  top: 46px;
  left: 0;
}

.nav_sys_menu>.fr .nav_sys_class span {
  display: block;
}

.nav_sys_menu>.fr .nav_sys_class span a {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 132px;
  width: 118px;
  height: 138px;
  float: left;
  border-right: 12px solid #f5f5f5;
  border-bottom: 12px solid #f5f5f5;
  overflow: hidden;
}

.nav_sys_menu>.fr .nav_sys_class span a:nth-of-type(5n) {
  border-right: 0;
}

.nav_sys_menu>.fr .nav_sys_class span a:nth-last-of-type(1),
.nav_sys_menu>.fr .nav_sys_class span a:nth-last-of-type(2),
.nav_sys_menu>.fr .nav_sys_class span a:nth-last-of-type(3),
.nav_sys_menu>.fr .nav_sys_class span a:nth-last-of-type(4),
.nav_sys_menu>.fr .nav_sys_class span a:nth-last-of-type(5) {
  border-bottom: 0;
}

.nav_sys_menu>.fr .nav_sys_class span a:hover {
  background: #fff;
  color: #f78e14;
}

.nav_pro_menu {
  width: 1180px;
  overflow: hidden;
  position: absolute;
  left: -380px;
  top: 50px;
  background: #fff;
  background: url('../img/nav_meunbg.jpg') no-repeat center center;
  z-index: 3;
  padding: 10px 43px;
  box-sizing: border-box;
  display: none;
}

.nav_pro:hover .nav_pro_menu {
  display: block;
}

.nav_pro_li {
  width: 100%;
  border-bottom: 1px dashed #d9d9d9;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.nav_pro_li .fl {
  display: block;
  width: 195px;
  font-size: 16px;
  color: #000;
}

.nav_pro_li .fl a:hover,
.nav_pro_li .fl:hover {
  color: #f78e14;
}

.nav_pro_li .fr {
  width: 880px;
  overflow: hidden;
}

.nav_pro_li .fr a {
  display: block;
  float: left;
  font-size: 14px;
  color: #666;
  margin-right: 20px;
  width: 126px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.nav_pro_li .fr a:hover {
  color: #f78e14;
}

.banner {
  flex: 1;
  overflow: hidden;
}


.fullSlide{ width:100%;  position:relative; }
.fullSlide .bd{ margin:0 auto; position:relative;   height:100% !important; z-index:0; overflow:hidden;  }
.fullSlide .bd ul{ width:100% !important; height:100% !important;   }
.fullSlide .bd li{ width:100% !important;  height:100% !important; overflow:hidden; text-align:center;  }
.fullSlide .bd li a{ display:block; height:100%; }

.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; text-align:center;
	 _background:#000; _filter:alpha(opacity=60); 
}
.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width: 10px; height:10px; margin:5px; background:url(images/tg_flash_p.png) -18px 0; overflow:hidden; 
	line-height:9999px; 
	border-radius: 999em;
	background: #fff;
}
.fullSlide .hd ul .on{
	background: #f78e14;}

.banner-link {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-link1,
.banner-link2,
.banner-link3 {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -405px;
  width: 270px;
}

.banner-link2 {
  margin-left: -135px;
}

.banner-link3 {
  margin-left: 135px;
}

.notice {
  background-color: #555555;
  color: #fff;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
}

.notice-title {
  background: url('../img/icon_notice.png') no-repeat left center;
  background-size: 18px;
  padding-left: 30px;
  margin-right: 20px;
}

.notice-link {
  color: #fff;
}

.link-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
  margin-bottom: 34px;
}

.link {
  width: 265px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.link-1 {
  background: url('../img/bg_case_1.png') no-repeat center center;
}

.link-2 {
  background: url('../img/bg_case_2.png') no-repeat center center;
}

.link-3 {
  background: url('../img/bg_case_3.png') no-repeat center center;
}

.link-4 {
  background: url('../img/bg_case_4.png') no-repeat center center;
}

.link:hover{
    border: 5px solid #f78e14;
    box-sizing: border-box;
}
.link span {
  font-size: 18px;
  color: #fff;
  padding: 20px 0 20px 50px;
  transition: all 0.2s;
}
.link:hover span{
    margin-bottom: 5px;
    color: #f78e14;
}

.link-1 span {
  background: url('../img/icon_case_1.png') no-repeat left center;
  background-size: 40px;
}

.link-2 span {
  background: url('../img/icon_case_2.png') no-repeat left center;
  background-size: 40px;
}

.link-3 span {
  background: url('../img/icon_case_3.png') no-repeat left center;
  background-size: 40px;
}

.link-4 span {
  background: url('../img/icon_case_4.png') no-repeat left center;
  background-size: 40px;
}

.section-case {
  /*background-color: #f9f9f9;*/
}

.section-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
}

.ladyScroll {
  height: 450px;
  margin: 0px auto;
  position: relative;
}

.ladyScroll .prev,
.ladyScroll .next {
  width: 51px;
  height: 75px;
  position: absolute;
  top: 210px;
  left: -60px;
  z-index: 100;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
}

.ladyScroll .prev img,
.ladyScroll .next img {}

.ladyScroll .next {
  left: auto;
  right: -60px;
}

.ladyScroll .next img {
  transform: rotate(180deg);
}

.ladyScroll .scrollWrap {
  margin-left: 10px;
  padding-top: 15px;
  overflow: hidden;
  position: absolute;
}

.ladyScroll dl {
  float: left;
  width: 380px;
  margin-right: 20px;
  text-align: center;
  position: relative;
  transition: all 0.2s;
}

.case-dl{
    width: 380px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: #f78e14;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 60px;
    box-sizing: border-box;
    transition: all 0.2s;
}

.case-dl h2{
    font-size: 24px;
}
.case-dl p{
    font-size: 16px;
    line-height: 32px;
    height: 96px;
    overflow: hidden;
    margin-top: 20px;
}

.case-dl img{
    display: block;
    margin: 40px auto 0;
}
.ladyScroll dl:hover .case-dl{
    opacity: 1;
}

.ladyScroll span {
  display: block;
  width: 298px;
  height: 53px;
  position: absolute;
  left: 5px;
  bottom: 0;
  background: #5f626b;
  filter: alpha(opacity=80);
  opacity: 0.80;
}

.ladyScroll dt {
  margin: 0 auto;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f78e14;
  overflow: hidden;
  transition: all 0.2s;
}

.ladyScroll img {
  display: block;
  transition: all 0.2s;
}

.ladyScroll dd {
  background-color: #efefef;
  height: 130px;
  line-height: 28px;
  font-size: 16px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
    box-sizing: border-box;
  transition: all 0.2s;
}
.ladyScroll dl:hover dd{
    border: 5px solid #f78e14;
}
.ladyScroll dl:hover img{
    transform: scale(1.1);
}
.ladyScroll dl:hover a{
  color: #000;
}

.ladyScroll dd a {
  color: #666;
}

.ladyScroll dd a:hover {
  text-decoration: none;
}

.ladyScroll dl:hover span {
  background: #B52153;
}

.index-title {}

.index-title-en {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase
}

.index-title-zh {
  font-size: 28px;
  text-align: center;
  font-weight: normal;
}

.index-title-line {
  display: block;
  width: 40px;
  height: 4px;
  margin: 5px auto 0;
  background-color: #f78e14;
}

.case-title .index-title-en,
.case-title .index-title-zh {
  text-align: left;
}

.case-title .index-title-line {
  margin-left: 0;
}

.case-list {
  /*overflow: hidden;*/
}

.case-list li {
  float: left;
  width: 380px;
  height: 250px;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.2s;
  box-sizing: border-box;
}

.case-list li:hover{
    transform: translateY(-10px);
    box-shadow: 0px 0px 0px #eee;
}

.case-list li:nth-child(3n) {
  margin-right: 0;
}

.case-list li img {
  width: 380px;
  height: 250px;
}
.case-list li span {
  display: block;
  width: 380px;
  height: 50px;
  line-height: 50px;
  background-color: #555555;
  padding-left: 20px;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
}

.case-list li:hover span{
  color: #f78e14;
}

.more {
  display: block;
  margin: 0 auto;
  width: 330px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #f78e14;
  color: #fff;
  font-size: 16px;
  border-radius: 999em;
}

.section-about {
  background-color: #514c48;
}

.about-title {
  color: #fff;
}

.about-title-fff{
  color: #fff !important
}

.about-fenghua {
  background-color: #f78e14;
  height: 315px;
  padding: 36px;
  margin-bottom: 100px;
  box-sizing: border-box;
 transition: all 0.2s;
}

.about-fenghua:hover{
    transform: translateY(-10px);
}

.fenghua-text {
  width: 500px;
  font-size: 15px;
  line-height: 30px;
  padding-top: 10px;
  padding-right: 20px;
  color: #fff;
}

.video-box {
  border: 10px solid #fff;
}

.ladyScroll1 {
  width: 512px;
  height: 316px;
  position: relative;
}

.ladyScroll1 .prev,
.ladyScroll1 .next {
  width: 51px;
  height: 51px;
  position: absolute;
  top: 130px;
  left: 0px;
  z-index: 100;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.ladyScroll1 .prev img,
.ladyScroll1 .next img {}

.ladyScroll1 .next {
  left: auto;
  right: 0px;
}

.ladyScroll1 .next img {
  transform: rotate(180deg);
}

.ladyScroll1 .scrollWrap {
  overflow: hidden;
  position: absolute;
}

.ladyScroll1 dl {
  float: left;
  width: 512px;
  text-align: center;
  position: relative;
}

.ladyScroll1 span {
  display: block;
  width: 298px;
  height: 53px;
  position: absolute;
  left: 5px;
  bottom: 0;
  background: #5f626b;
  filter: alpha(opacity=80);
  opacity: 0.80;
}

.ladyScroll1 dt {
  margin: 0 auto;
  height: 316px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f78e14;
  overflow: hidden;
}

.ladyScroll1 img {
  display: block;
}

.ladyScroll1 dd {}

.more-link {
  margin-top: 1%;
}

.new-list {
  width: 750px;
}
.new-list li{
  transition: all 0.2s;
}
.new-list a {
  display: block;
  overflow: hidden;
}

.new-time {
  width: 120px;
  height: 120px;
  float: left;
  background-color: #f78e14;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.new-msg {
  width: 600px;
  float: right;
  height: 121px;
  box-sizing: border-box;
  border-bottom: 1px solid #d9d9d9;
  transition: all 0.2s;
}

.new-list li:hover{
    transform: translateX(-10px);
    background-color: #f1f1f1;
}

.new-fmt{
    transition: all 0.2s;
    box-sizing: border-box;
}
.new-fmt:hover{
    transform: translateY(-10px);
}
.new-day {
  line-height: 60px;
  font-size: 50px;
}

.new-title {
  font-size: 18px;
  padding: 25px 0 4px;
  font-weight: normal;
}

.new-desc {
  color: #666;
}

.new-list li:last-child .new-msg {
  border-bottom: 0px;
}

.new-list li:nth-child(2n) .new-time {
  background-color: #615d59;
}

.flex {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.hz-box {
  height: 470px;
  border-top: 123px solid #f6b200;
}

.layB {
  width: 800px;
  margin-top: 60px;
}

.layB .tbC {
  width: 800px;
  position: relative;
}


.layB .slide {
  width: 800px;
  overflow: hidden;
}

.layB .slide ul {
  overflow: hidden;
  zoom: 1;
}

.layB .slide li {
  width: 173px;
  height: 64px;
  margin: 0 10px 25px 10px;
  display: inline;
  float: left;
  line-height: 20px;
}

.layB .slide li img {
  display: block;
  width: 173px;
  height: 64px;
  transition: all 0.2s;
}

.layB .slide li a:hover img {
  border-color: #888;
  transform: translateY(-5px);
}

.layB .hd {
  text-align: center;
  margin-top: 10px;
}

.layB .hd li {
  display: inline-block;
  width: 30px;
  height: 8px;
  margin: 0 3px;
  background-color: #c3c3c2;
}

.layB .hd li.on {
  background-color: #f6b200;
}

.hz-title {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  width: 330px;
  height: 362px;
  box-sizing: border-box;
  padding-top: 80px;
  padding-left: 40px;
  color: #fff;
  z-index: 2;
  background: url('../img/title_bg.png') no-repeat;
}

.hz-title h2 {
  font-size: 30px;
  line-height: 60px;
}

.hz-title span {
  display: block;
  width: 50px;
  height: 5px;
  background-color: #fff;
}

.hz-title p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
}

.hz-title a {
  font-size: 18px;
  line-height: 30px;
  margin-top: 90px;
  color: #fff;
  display: block;
}

.footer {
  padding: 30px 0;
  background-color: #444444;
}

.footer-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-mobile {
  margin-bottom: 20px;
  padding-left: 80px;
  background: url('../img/icon_footer_mobile.png') no-repeat left center;
  background-size: 60px;
  color: #fff;
}

.footer-mobile p {
  font-size: 18px;
}

.footer-mobile h2 {
  font-size: 36px;
}

.footer-qr {
  overflow: hidden;
}

.footer-qr li {
  float: left;
  text-align: center;
  color: #999;
  margin: 0 10px;
}

.footer-qr li p {
  margin-top: 10px;
}

.footer-form {
  color: #fff;
  width: 320px;
}

.footer-form input,
.footer-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #6b6b6b;
  background: none;
  padding: 4px 8px;
}

.footer-form input.fr,
.footer-form input.fl {
  width: 47%;
}

.footer-form input.fl {
  margin-right: 6%;
}

.footer-form-item {
  margin: 8px 0;
}

.footer-form input.footer-submit {
  background-color: #f78e14;
}

.mbx-box {
  border-bottom: 1px solid #d9d9d9;
  background-color: #fff;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 0;
}

.mbx-search {
  border: 1px solid #d9d9d9;
  height: 32px;
  width: 220px;
}

.mbx-search-input {
  width: 180px;
  border: 0;
  padding-left: 10px;
}

.mbx-search-submit {
  background: url('../img/ny_search.png') no-repeat center center;
  width: 30px;
  height: 30px;
  border: 0;
}

.ny-content {
  background-color: #f1f1f1;
  padding: 30px 0 130px;
}

.ny-nav {
  width: 210px;
}

.ny-title-box {
  background-color: #f78e14;
  color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding: 18px 0;
}

.ny-title-box h2 {
  font-size: 22px;
  line-height: 30px;
}

.ny-title-box p {}

.ny-cs {
  font-size: 16px;
  color: #f78e14;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  background-color: #fff;
  padding: 8px 0;
}

.two-title {
  margin-top: 30px;
}

.ny-nav-list {
  background-color: #fff;
  padding: 20px 0;
  padding-left: 16px;
  font-size: 16px;
}

.ny-nav-list li {
  line-height: 40px;
  padding-left: 18px;
  background: url('../img/icon_nav.png') no-repeat left center;
}

.ny-nav-list li.on {
  background: url('../img/icon_nav_on.png') no-repeat left center;
}

.ny-list-content {
  width: 930px;
}

.ny-list-content-title {
  font-size: 20px;
  height: 30px;
  padding-bottom: 10px;
  font-weight: normal;
  background: url('../img/bg_line.png') no-repeat left bottom;
  margin-top: 30px;
  margin-bottom: 15px;
}

.ny-list-content-title:first-child {
  /* margin: 0; */
}

.jjfa-list {
  overflow: hidden;
}

.jjfa-list li {
  float: left;
  width: 300px;
  height: 218px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.jjfa-list li a {
    width:100%;
  height: 218px;
  display: block;
  position: relative;
}
.jjfa-list li a img{
    width:100%;
  height: 218px;
}
.jjfa-list li a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width:100%;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
}

.jjfa-list li:nth-child(3n) {
  margin-right: 0;
}

.ny-nav-product {
  width: 160px;
}

.ny-nav-list-other {
  background-color: #fff;
  padding: 20px 0;
  font-size: 16px;
}

.ny-nav-list-other li {
  line-height: 40px;
  border: 1px solid #edefee;
  width: 116px;
  height: 46px;
  margin: 20px auto;
}

.ny-nav-list-other li img {
  width: 116px;
  height: 46px;
}

.ny-list-content-product {
  width: 980px;
}

.product-type-list {
  font-size: 16px;
  padding: 30px 20px;
  background-color: #fff;
  overflow: hidden;
}

.product-type-list li {
  float: left;
  margin: 0 20px;
}

.product-list {
  overflow: hidden;
  margin-top: 30px;
}

.product-list li {
  float: left;
  width: 225px;
  margin-right: 26px;
  margin-bottom: 30px;
  background-color: #fff;
}

.product-list li:nth-child(4n) {
  margin-right: 0;
}

.product-list li p {
  text-align: center;
  padding: 6px 0;
  font-size: 16px;
  line-height: 24px;
  box-sizing: box-sizing;
  height: 60px;
  overflow: hidden;
}

.product-list li img{
    width: 225px;
    height: 214px;
    display: block;
}

.ny-nav-list-new {
  background-color: #fff;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.ny-nav-list-new li {
  border-bottom: 1px solid #d9d9d9;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
}

.ny-nav-list-new li.on {
  border-left: 4px solid #f78e14;
}

.news-list li {
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 0;
}

.news-list li:first-child {
  /*padding-top: 0;*/
}

.news-list li a {
  display: block;
  overflow: hidden;
}

.news-pic {
  width: 210px;
  height: 140px;
  float: left;
}

.news-msg {
  float: right;
  width: 700px;
}

.news-msg h2 {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
}

.news-msg p {
  font-size: 14px;
  color: #666;
}

.news-msg span {
  color: #f78e14;
  border: 1px solid #f78e14;
  display: inline-block;
  padding: 4px 10px;
  margin-top: 4px;
}

.news-time {
  margin: 2px 0 4px;
}

.news-desc {
  overflow: hidden;
  height: 52px;
  line-height: 26px;
}

.detail-box {
  width: 800px;
  box-sizing: border-box;
  background-color: #fff;
}

.detail-title {
  font-size: 28px;
  font-weight: normal;
}

.detail-paa {
  padding: 50px 70px;
}

.detail-case{
    max-height: 800px;
    overflow-y: auto;
}

.detail-content {
  font-size: 14px;
  line-height: 28px;
  padding: 20px 0;
}

.detail-content img{
    max-width: 100%;
    display: block;
    margin: 10px auto;
    height: auto !important;
}
.detail-video video{
    width:100%;
    height: auto;
}
.about-product {
  background-color: #e2e2e2;
}

.about-product h2 {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  padding: 16px 0;
}

.about-product .product-list {
  width: 730px;
  margin: 0 auto;
}

.about-product .product-list li:nth-child(3n) {
  margin-right: 0;
}

.detail-other {
  width: 360px;
}

.detail-kf {
  display: block;
  font-size: 18px;
  color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f78e14;
}

.detail-kf:hover{
  color: #fff;
}

.detail-kf span {
  background: url('../img/icon_kf.png') no-repeat left center;
  padding-left: 40px;
  background-size: 24px;
}

.detail-get {
  display: block;
  font-size: 18px;
  color: #333;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #f78e14;
  margin: 15px 0;
}

.detail-get:hover{
  color: #333;
}

.detail-get span {
  background: url('../img/icon_shou.png') no-repeat left center;
  padding-left: 40px;
  background-size: 20px;
}

.detail-share {
  background-color: #fff;
  padding-bottom: 20px;
}

.detail-share h2 {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  padding: 16px 0;
}

.detail-share .jjfa-list {
  width: 300px;
  margin: 0 auto;
}

.detail-share .jjfa-list li {
  margin-right: 0;
}

.detail-share-line {
  height: 1px;
  background-color: #f1f1f1;
  margin-top: 20px;
}

.video-list {
  overflow: hidden;
}

.video-list li {
  width: 300px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.video-list li:nth-child(3n) {
  margin-right: 0;
}

.video-list li span {
  font-size: 12px;
  background-color: #fff;
  height: 56px;
  padding-left: 20px;
  box-sizing: border-box;
  display: block;
  display: flex;
  align-items: center;
}

.video-list li img{
  width: 300px;
  height: 185px;
}

.contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}

.contact li {
  text-align: center;
  width: 309px;
  height: 378px;
}

.contact li:nth-child(1) {
  background: url('../img/img_leicon.png') no-repeat center center;
}

.contact li:nth-child(2) {
  background: url('../img/img_leicon2.png') no-repeat center center;
}

.contact li:nth-child(3) {
  background: url('../img/img_leicon3.png') no-repeat center center;
}

.contact li h2 {
  font-size: 20px;
  font-weight: normal;
  padding-top: 150px;
}

.contact li p {
  font-size: 16px;
  padding-top: 20px;
  color: #666;
}

.map-box {
  width: 1200px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  min-height: 300px;
  margin-bottom: 80px;
  padding: 45px;
  box-sizing: border-box;
}

.map-content {
  width: 660px;
  height: 520px;
  background-color: #f9f9f9;
}

.map-left {
  width: 420px;
}

.map-title {
  color: #fff;
  background-color: #f78e14;
  font-size: 22px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
}

.map-list {
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.map-list li {
  height: 92px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #efefef;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 0 18px 24px;
  font-size: 16px;
  cursor: pointer;
}

.map-list li.on {
  background: url('../img/icon_eifht.png') no-repeat 380px center;
}

.map-list li h3 {
  font-weight: bold;
}

.about-nav {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.about-nav li {
  cursor: pointer;
  width: 194px;
  height: 50px;
  margin: 0 4px;
  line-height: 50px;
  text-align: center;
  background-color: #f5f5f5;
}

.about-nav li a {
  display: block;
}

.about-nav li.on {
  background-color: #f78e14;
}

.about-nav li.on a {
  color: #fff;
}


.about-title {
  color: #333;
  margin: 50px 0;
}

.about-title-en {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase
}

.about-title-zh {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}

.about-title-line {
  display: block;
  width: 40px;
  height: 4px;
  margin: 5px auto 0;
  background-color: #f78e14;
}

.company-desc {
  width: 960px;
  margin: 0 auto 60px;
  font-size: 16px;
  line-height: 28px;
}

.company-desc p {
  margin-bottom: 10px;
}

.about-wenhua {
  display: block;
  width: 100%;
}

.about-ry-box {
  background-color: #f8f8f8;
  padding: 1px 0;
}

.about-ry-title {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin: 50px 0 30px;
}

.about-ry {
  width: 1000px;
  margin: 0 auto 60px;
}

.about-ry img {
  width: 100%;
}

.about-link {}

.about-main {
  width: 1000px;
  margin: 0 auto;
}

.about-zl {
  padding: 50px 0;
  background: url('../img/bg_1.png') no-repeat bottom center #efefef;
}

.zl-title {
  font-size: 56px;
  line-height: 56px;
  font-weight: bold;
  text-transform: uppercase;
}

.zl-title p {
  font-size: 33px;
  line-height: 33px;
}

.zl-box {
  width: 460px;
  margin-top: 20px;
}

.zl-box img {
  margin: 30px 0;
}

.zl-box p {
  font-size: 14px;
  line-height: 28px;
  text-indent: 2em;
}

.about-huoban {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 50px;
}

.about-huoban-title {
  font-size: 20px;
  font-weight: bold;
  padding: 30px 0;
}

.about-huoban-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-huoban-list li{
   flex: 1;
}

.about-huoban-list li img{
    width: 100%;
}
.pages{
    text-align: center;
    margin: 30px 0 50px;
}

.pages a,
.pages span{
    border: 1px solid  #d9d9d9;
    padding: 10px 14px;
    margin: 0  4px;
}


.pages span{
    color: #999;
}

.footer-conetnt{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-nav{
    display: flex;
}

.footer-nav ul{
    margin-right: 36px;
    line-height: 24px;
}
.footer-nav ul:last-child{
    margin-right: 0;
}
.footer-nav ul li:nth-child(1) a{
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}
.footer-nav a{
    font-size: 13px;
    color: #fff;
}

.tab-box{
    font-size: 14px;
    margin-top: 20px;
}

.tab-header{
    background-color: #f9f9f9;
}

.tab-header span{
    padding: 10px 30px;
    display: inline-block;
    cursor: pointer;
}

.tab-header .on{
    background-color: #f78e14;
    color: #fff;
}

.tab-content{
    padding: 10px 0;
}
.tab-content> div{
    min-height: 200px;
}

@media screen and (max-width: 1440px){
    .case-title,
    .case-list{
        width: 1080px;
        margin: 0 auto;
    }
    
    .case-title{
        margin-top:20px;
    }
    
    .case-list li{
      width: 340px;
      height: 225px;
      margin-bottom: 20px;
    }
    
    .case-list li img{
      width: 340px;
      height: 225px;
    }
    
    .case-list li:nth-child(4),
    .case-list li:nth-child(5),
    .case-list li:nth-child(6) {
        margin-bottom:0;
    }
    
    .index-title-zh{
        font-size: 24px;
    }
}