﻿.clearfix {
   zoom:1;
}
.clearfix:after {
   content:"";
   display:block;
   clear:both;
}
.contain{
  width: 1200px;
  margin: 0 auto;
}
body, .layui-container{
  min-width: inherit;
}



 @font-face{
  font-family: ruixian;
  font-display: swap;
  src: url('../fonts/ali.otf');
}
/*
@font-face{
  font-family: zhonghei;
  font-display: swap;
  src: url('../fonts/zhonghei.ttf');
} */



/* 小屏幕导航 */
.p_transition {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.small_nav_btn {
  position: fixed;
  top: 10px;
  right: 10px;
  height: 30px;
  z-index: 8;
  display: none;
  width: 30px;
  height: 30px;
  background: url(../images/m_menu1.png) no-repeat center;
}

.small_nav_btn.active {
  background: url(../images/m_menu2.png) no-repeat center;
}

.small_nav .wapper .btn i {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  border-left: 1px solid #e5e5e5;
  background: url(../images/h_content_dot.png) no-repeat center;
  background-size: 13px;
}

.small_nav .wapper .btn.active i {
  -webkit-transform: rotate(180deg);
  transform: rorate(180deg);
  border-left: 0;
  border-right: 1px solid #e5e5e5;
}

.small_nav .show a {
  text-indent: 30px;
  line-height: 40px;
}

.scale img {
  transition: all 0.2s;
}

.scale:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.small_nav .wapper {
  position: relative;
}

.small_nav {
  position: absolute;
  width: 50%;
  top: 50px;
  padding-bottom: 50px;
  right: 0;
  text-align: center;
  background: rgba(0,0,0,0.5);
  z-index: 7;
  display: none;
  overflow: auto;
}

.small_nav li:last-child a{
  border-bottom: 0;
}
.small_nav a {
  font-size: 13px;
  display: block;
  color: #fff;
  border-bottom: 1px solid #e5e5e5;
  line-height: 50px;
  text-align: left;
  text-indent: 15px;
  position: relative;
}

.small_nav .show {
  display: none;
}



.banner{
  position: relative;
}
.banner .dot{
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin-top: -16px;
  display: none;
  margin-left: -16px;
  background: url(../images/icon_play.png) no-repeat center;
}

.in_news{
  position: relative;
  margin-top: 60px;
  margin-bottom: 100px;
}
.in_news .top .p1{
  font-size: 48px;
  color: #163150;
  position: absolute;
  right: 0;
  width: 50px;
  line-height: 50px;
  bottom: 0;
}
.in_news .top .p2{
  font-size: 58px;
  color: #163150;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -151px;
  margin-top: 120px;
  transform: rotate(90deg);
}
.in_news .mainj .font{
  width: 50%;
  float: left;
}
.in_news .mainj .img{
  display: block;
  position: relative;
}
.in_news .mainj .img:before{
  content: "";
  position: absolute;
  width: 456px;
  height: 305px;
  background: #b8b9ba;
  z-index: -1;
}
.in_news .mainj .font1 .img:before{
  left: -20px;
  top: -20px;
}
.in_news .mainj .font2 .img:before{
  right: -20px;
  bottom: -20px;
}
.in_news .mainj .font1 .img{
  float: right;
}
.in_news .mainj .img img{
  max-width: 100%;
  max-height: 100%;
}
.in_news .mainj .font2 .img{
  float: left;
}
.in_news .mainj .font .content a{
  color: #000;
  display: block;
  line-height: 30px;
}
.in_news .mainj .font1 .content{
  margin-right: 10px;
}
.in_news .mainj .font1 .content a{
  font-size: 18px;
  text-align: right;
}
.in_news .mainj .content a:hover{
  color: #ed9c1c;
}
.in_news .mainj .font2 .content{
  margin-left: 10px;
}
.in_news .mainj .font2 .content .a1{
  font-size: 30px;
  line-height: 50px;
}
.in_news .mainj .font2 .content .a2{
  font-size: 24px;
  line-height: 40px;
}



.in_pro {
  margin-top: 50px;
}
.in_pro .top{
  text-align: center;
  padding-bottom: 20px;
}
.in_pro .top .p1{
  font-size: 20px;
  color: #2b638c;
  font-weight: bold;
}
.in_pro .top .p2{
  font-size: 24px;
  color: #2b638c;
  font-weight: bold;
}
.in_pro .bgj{
  background: url(../images/index4.png) no-repeat center;
  background-size: cover;
}
.in_pro .main{
  float: left;
  position: relative;
  height: 605px;
  padding: 0 30px;
  box-sizing: border-box;
  background: rgba(0,0,0,0.76);
}
.in_pro .main_h1{
  height: 315px;
}
.in_pro .main_h2{
  height: 275px;
}


.in_pro .main1{
  width: 32%;
}
.in_pro .mid{
  float: left;
  margin-left: 1%;
  width: 46.3%;
}
.in_pro .main .img img{
  width: 100%;
}
.in_pro .main2{
  width: 58%;
  margin-bottom: 15px;
  margin-right: 2.27%;
}
.in_pro .main3{
  width: 39.73%;
  margin-bottom: 15px;
}
.in_pro .main4{
  width: 43.7%;
  margin-right: 2.27%;
}
.in_pro .main5{
  width: 54.03%;
}
.in_pro .main6{
  width: 19.7%;
  float: right;
}
.in_pro .main .p1{
  font-size: 24px;
  color: #ed9c1c;
  margin-bottom: 30px;
  padding-top: 30px;
  display: block;
}
.in_pro .main .content a{
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 30px;
  color: #fff;
  display: inline-block;
}
.in_pro .main .content a:hover{
  color: #ed9c1c;
}
.in_pro .main .img{
  position: absolute;
  right: 5%;
  bottom: 15px;
}
.in_pro .main1 .img{
  width: 200px;
}
.in_pro .main2 .img{
  width: 166px;
}
.in_pro .main3 .img{
  width: 150px;
}
.in_pro .main4 .img{
  width: 130px;
}
.in_pro .main5 .img{
  width: 180px;
}
.in_pro .main6 .img{
  width: 150px;
}
.in_pro .btnj{
  margin: 25px 0;
  text-align: center;
}
.in_pro .btnj a{
  color: #ed9c1c;
  display: inline-block;
  font-size: 16px;
  position: relative;
}
.in_pro .btnj a:before{
  width: 90px;
  background: #333;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  position: absolute;
  content: "";
  left: -95px;
}
.in_pro .btnj a:after{
  width: 90px;
  background: #333;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  position: absolute;
  content: "";
  right: -95px;
}




.headerj{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  background: rgba(0,0,0,0.5);
}
.headerj .right{
  float: right;
}
.headerj .logo{
  float: left;
  width: 85px;
  padding: 0;
  height: 60px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content:center;
}
.headerj .logo img{
  max-height: 50px;
}

.headerj .nav{
  margin-left: 18px;
  float: left;
}
.headerj .nav>.nav-item{
  float: left;
  position: relative;
  padding: 0 20px;
}

.headerj .nav>.nav-item>a{
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-family: ruixian;
  position: relative;
  /*border-bottom: 2px solid transparent;*/
}
.headerj .nav>.nav-item.active>a,
.headerj .nav>.nav-item>a:hover{
  /*border-bottom: 2px solid #ed9c1c;*/
}
.headerj .nav>.nav-item .show{
  position: absolute;
  top: 60px;
  z-index: 2;
  opacity: 0;
  transform: translate(0,-20px);
  visibility: hidden;
  transition: 0.15s all;
  width: 200px;
  text-align: center;
  left: 50%;
  border: 1px solid #9e9e9e;
  margin-left: -100px;
  background: rgba(255,255,255,0.8)
}
.headerj .nav>.nav-item:hover>.show{
  opacity: 1;
  visibility: visible;
  transform: translate(0,0);
}
.headerj .nav>.nav-item .show .nav-item{
  position: relative;
  border-bottom: 1px solid #9e9e9e;
}
.headerj .nav>.nav-item .show .nav-item>a{
  line-height: 36px;
  position: relative;
  font-size: 16px;
  display: block;
  text-align: center;
  color: #000;
}
.headerj .nav>.nav-item .show .nav-item:last-child>a{
  border-bottom: 0;
}
.headerj .nav>.nav-item .show .show .nav-item>a{
  line-height: 40px;
}
.headerj .nav>.nav-item .show .nav-item:hover>a{
  background: #fff;
}
.headerj .nav>.nav-item .show .show>.nav-item:first-child a{
  border-radius: 8px 8px 0 0
}
.headerj .nav>.nav-item .show .show>.nav-item:last-child a{
  border-radius:  0 0 8px 8px;
}
.headerj .nav>.nav-item .show .show a{
  background: rgba(255,255,255,0.8);
}
.headerj .nav>.nav-item .show .show a:hover{
  background: rgba(255,255,255,0.8);
  color: #ed9c1c;
}
.headerj .nav>.nav-item .show .show a:after{
  display: none;
}
.headerj .nav>.nav-item .show .nav-item:hover>a:after{
  opacity: 1;
}


.headerj .nav>.nav-item .show .show{
  position: absolute;
  left: 100%;
  padding-left: 10px;
  width: max-content;
  min-width: 140px;
    transform: translate(0,0);
  opacity: 0;
  margin-left: 0;
  visibility: hidden;
  background: none;
  transition: 0.3s all;
  top: 0;
}
.headerj .nav>.nav-item .show .nav-item:hover>.show{
  opacity: 1;
  visibility: visible;
}
.headerj .search{
  float: left;
  margin-top: 18px;
  margin-right: 40px;
}
.headerj .search a{
  width: 24px;
  height: 24px;
  float: left;
  background: url(../images/h_dot2.png) no-repeat center;
}
.headerj .search input{
  width: 120px;
  border: 0;
  float: left;
  line-height: 24px;
  height: 24px;
  border-radius: 24px;
  background: #7c90a6;
  margin-left: 8px;
  color: #fff;
  font-size: 14px;
  text-indent: 10px;
}
.headerj .search input:-ms-input-placeholder{
   color: #fff;
}
.headerj .search input::-moz-placeholder{
   color: #fff;
}
.headerj .search input:-moz-placeholder{
   color: #fff;
}
.headerj .search input::-webkit-input-placeholder {
   color: #fff;
}

.headerj .contain{
  position: relative;
  width: 1250px;
}
.headerj .lang{
  width: 100px;
  float: left;
  position: relative;
}
.headerj .lang .btn{
  line-height: 60px;
  text-align: center;
  color: #333;
}
.headerj .lang .btn span{
  padding-right: 18px;
  background: url(../images/h_dot3.png) no-repeat right;
  background-size: 12px;
}
.headerj .lang .btn em{
  font-size: 14px;
  color: #fff;
  font-style: normal;
}
.headerj .lang .show{
  position: absolute;
  top: 60px;
  z-index: 2;
  display: none;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  width: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 40px;
  border-radius: 8px;
}

.headerj .lang .show a{
  color: #333;
  display: block;
  font-size: 14px;
}

.headerj .lang .show a:hover{
  color: #fff;
  background: #ed9c1c;
}

.headerj .to_login{
  float: left;
  font-size: 14px;
  margin-left: 20px;
}
.headerj .to_login .ico{
  width: 24px;
  height: 24px;
  margin-top: 16px;
  display: block;
  background: url(../images/h_dot1.png) no-repeat center;
}
.headerj .to_login span{
  color: #fff;
  line-height: 60px;
}
.headerj .to_login .a1{
  display: inline-block;
  color: #fff;
  line-height: 60px;
}
.headerj .to_login .a1:hover{
  color: #ed9c1c;
}

.fll{
	float: left;
}
.frr{
	float: right;
}


.footerj .tab{
  text-align: center;
  line-height: 60px;
  background: rgba(0,0,0,0.73);
  font-size: 16px;
}
.footerj .tab a{
  display: inline-block;
  margin: 0 22px;
  color: #fff;
}
.footerj .end{
  padding: 25px 0 15px;
}
.footerj .end .logo1{
  height: 85px;
  width: 69px;
  float: left;
}
.footerj .end .logo1 img{
  height: 100%;
}
.footerj .end .p1{
  font-size: 14px;
  float: left;
  margin-left: 140px;
  margin-top: 5px;
  color: #000;
  line-height: 25px;
}
.footerj .end .img{
  float: right;
  width: 83px;
  margin-right: 140px;
  height: 83px;
  border: 1px solid #e5e5e5;
  margin-left: 15px;
}
.footerj .end .img img{
  width: 100%;
  height: 100%;
}
.footerj .end .p2{
  font-size: 14px;
  float: left;
  margin-left: 140px;
  margin-top: 5px;
  color: #000;
  line-height: 25px;
}
.footerj .copy{
  text-align: center;
  padding-bottom: 15px;
  color: #000;
  font-size: 14px;
}
.footerj .copy a{
  display: inline-block;
}




.all_title{
	border-bottom: 5px solid #a3a3a3;
	margin-bottom: 10px;
}
.inside_banner{

  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content:center;
  text-align: left;
  height: 290px;
  padding-top: 60px;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}
.inside_banner .font{
	color: #fff;
}

.inside_banner .font .p1{
	font-size: 55px;
	margin-bottom: 20px;
	font-family: ruixian;
	transition: 1s all;
	transition-delay: 1s;
	opacity: 0;
	transform: translate(-200px,0);
}
.inside_banner .font .p2{
	font-size: 19px;
	letter-spacing: 10px;
	font-style: italic;
	transition: 1s all;
	transition-delay: 1.3s;
	opacity: 0;
	transform: translate(-200px,0);
}
.inside_banner.active .font .p2,
.inside_banner.active .font .p1{
	transform: translate(0,0);
	opacity: 1;
}




.paging {
  text-align:center;
}
.paging li {
  display:inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.paging li.style {
  height:30px;
  border-radius: 4px;
  font-size: 12px;
  display: inline-block;
  text-align:center;
  line-height:30px;
  color: #333;
}
.paging li.style a{
  border: 1px solid #dcdcdc;
}
.paging li.active a,
.paging li.style a:hover {
 background: #000;
 color: #fff;
}
.paging li.style a {
  color:#333;
  border-radius: 4px;
  background: #fff;
  padding: 0 10px;
  display: block;
}
.paging li.active a{
 background: #000;
  border: 1px solid #000;
 color: #fff;
}





.in_news .mainj{
  position: relative;
}
.in_news .mainj:before{
  content: "";
  position: absolute;
  width: 64px;
  top: 50%;
  border-radius: 50%;
  background: rgba(255,255,255,0.65);
  z-index: 2;
  height: 64px;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
}
.in_news .mainj .font{
  overflow: hidden;
}

.in_pro .main{
  overflow: hidden;
}

.in_news1{
  margin-top: 60px;
}
.in_news1 .mainj{
  width: 313px;
  float: left;
  margin-right: 130px;
}
.in_news1 .mainj:nth-of-type(3n){
  margin-right: 0;
}
.in_news1 .mainj .p1{
  font-size: 20px;
  color: #fff;
  width: 102px;
  line-height: 102px;
  background: #bfbfbf;
  text-align: center;
  margin: 0 auto 40px;
  border-radius: 50%;
  letter-spacing: 4px;
}
.in_news1 .mainj .p1 a{color: #fff;}
.in_news1 .mainj .img{
  overflow: hidden;
  display: block;
  height: 210px;
  margin-bottom: 20px;
}
.in_news1 .mainj .img img{
  transition: 0.3s all;
  width: 100%;
}
.in_news1 .mainj .img:hover img{
  transform: scale(1.2);
}
.in_news1 .mainj .a1{
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
















/*响应式*/
@media (max-width: 750px){
  .sample,
  .return,
  .qrcord{
  background-size: 30px;
  }
  .floating_ck dl dd{
    width: 50px;
    height: 50px;
  }
  .floating_ck dd span{
    padding-top: 33px;
  }
.banner .dot{
  display: block;
}
.in_news1{
  margin-top: 20px;
}
.in_news1 .mainj{
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0;
}
.in_news1 .mainj .img{
  height: 200px;
}
.in_news1 .mainj .p1{
  font-size: 15px;
  width: 85px;
  line-height: 85px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.flex-control-nav{
	bottom: 0;
}
.banner{
	margin-top: 50px;
}
.headerj .nav{
	display: none;
}
.headerj .right{
	margin-right: 40px;
}
.headerj .search{
	margin-top: 13px;
	margin-right: 10px;
}
.headerj .lang .btn em{
	font-size: 12px;
}
.headerj .to_login span,
.headerj .to_login .a1,
.headerj .lang .btn{
	line-height: 50px;
}
.headerj .logo{
	height: 50px;
}
.headerj .search input{
	width: 65px;
  font-size: 12px;
	margin-left: 0;
}
.headerj .lang{
	width: 90px;
}
.headerj .lang .btn span{
	padding-right: 14px;
	background-size: 10px;
}
.headerj .to_login{
	margin-left: 10px;
	font-size: 12px;
}
.small_nav_btn{
	display: block;
}










.contain{
  width: 94%;
}
.in_news .mainj .img:before{
  display: none;
}
.in_news .top{
  margin-bottom: 15px;
}
.in_news .top .p1{
  position: initial;
  font-size: 18px;
  width: 100%;
  line-height: 26px;
  text-align: center;
}
.in_news .top .p2{
  position: initial;
  font-size: 20px;
  text-align: center;
    margin-left: 0;
    margin-top: 0;
    transform: rotate(0deg);
}
.in_news .mainj .font{
  width: 100%;
}
.in_news .mainj .font1 .content a{
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}
.in_news .mainj .font2 .content{
  margin-left: 0;
}
.in_news .mainj .font2 .content .a1{
  font-size: 16px;
  line-height: 24px;
}
.in_news .mainj .font2 .content .a2{
  font-size: 15px;
  line-height: 24px;
}
.in_news .mainj .font1 .img{
  margin-bottom: 10px;
}
.in_news .mainj .font2 .img{
  margin-top: 10px;
}
.in_pro{
  margin-top: 20px;
}
.in_pro .top .p1{
  font-size: 16px;
  font-weight: bold;
  color: #2b638c;
}
.in_pro .top .p2{
  font-size: 18px;
  font-weight: bold;
  color: #2b638c;
}
.in_pro .main{
  height: initial;
  padding: 0 3%;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
}
.in_pro .main .p1{
  font-size: 16px;
  padding-top: 20px;
  margin-bottom: 10px;
}
.in_pro .main .content a{
  font-size: 14px;
  line-height: 30px;
}
.in_pro .main .img{
  position: initial;
}
.in_pro .mid{
  width: 100%;
  margin-left: 0;
}
.in_pro .btnj{
  margin: 25px 0 15px;
}
.in_news{
  margin-top: 30px;
  margin-bottom: 50px;
}





/*new*/
.heared_main{
	display: none;
}
.inside_banner{
	height: 150px;
	padding-top: 50px;
}
.inside_banner .font .p1{
	font-size: 20px;
	margin-bottom: 5px;
}
.inside_banner .font .p2{
	font-size: 15px;
	letter-spacing: 0;
}
.about_title_new{
	font-size: 16px;
}
.location_nav a{
	padding: 0;
}
.location_nav{
	font-size: 12px;
}
.page_left{
	width: 100%;
	box-sizing: border-box;
}
.page_left_fixed{
	width: 100%;
}
ul#menu .end_par_li{
	font-size: 20px;
	line-height: 40px;
}
.page_right{
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
}
.page_right .layui-row.layui-col-space15{
	margin: 20px 0 0;
}
.product-c-l{
	width: 48.5%;
	margin-right: 3%;
	padding: 0;
	margin-bottom: 10px;
}
.product-c-l:nth-of-type(2n){
	margin-right: 0;
}
.product-c-l .content{
	line-height: 20px;
	font-size: 14px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-c-l .pic1, .product-c-l .pic{
	width: 70px;
	height: 70px;
}
.product-c-l .pic1{
	margin-top: -70px;
}
.product-c-l a > div{
	border-radius: 10px;
}
.footerj .tab .contain{
	font-size: 0;
}
.footerj .tab a{
	width: 33.33333%;
	font-size: 14px;
	margin: 0;
}
.footerj .tab{
	line-height: 40px;
}
.footerj .end .p2,
.footerj .end .p1{
	margin-top: 0;
	height: 85px;
  margin-left: 0;
	overflow: hidden;
	line-height: 21px;
	float: left;
	font-size: 12px;
	width: calc( 100% - 80px )
}
.footerj .end .img{
	width: 67px;
	height: 67px;
	margin-top: 10px;
	float: left;
	margin-left: 0;
}
.footerj .end .p2{
	margin-top: 10px;
}
.footerj .copy{
	font-size: 12px;
}
.c-con-l{
	width: 100%;
}
.c-con-r{
	width: 100%;
	height: initial;
	text-align: center;
}
.c-con-r img{
	width: 80% !important;
	margin: 0 !important;
}
.select .layui-col-xs4{
	width: 100%;
}
.layui-form-label{
	width: 100px !important;
	padding: 9px 0;
}
.layui-input-block{
	margin-left: 100px;
}
.layui-input-block{
	width: calc( 100% - 100px )
}
.select{
	padding: 15px 10px;
}
#select-total{
	padding-left: 0 !important;
}
.layui-btn-sm{
	width: 100%;
	padding: 0 !important;
}
.layui-form.layui-border-box.layui-table-view{
	white-space: nowrap;
	overflow-x: auto;
}
.news_list ul li .img{
	width: 107px;
	height: 60px;
}
.news_list ul li .font{
	width: calc( 100% - 117px )
}
.news_list ul li .font a{
	font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list ul li .font p{
	font-size: 12px;
	line-height: 18px;
	height: 36px;
	margin-top: 3px;
	overflow: hidden;
}
.layui-layer-iframe{
	width: 94% !important;
	left: 3% !important;
	margin-left: 0;
}
.body_guestbook .layui-form-label{
	font-size: 12px;
	width: 85px !important;
}
.body_guestbook .layui-input-block{
	margin-left: 100px;
}
.MessageTitle .layui-input-block{
	margin-bottom: 15px;
}
.MessageTitle .layui-input-block:last-child{
	margin-bottom: 0;
}
.body_guestbook .layui-input{
	width: 100%;
}
.all_title .frr{
	max-width: calc( 100% - 100px )
}
.location_nav{

	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
}

.about_title_new1{
	font-size: 16px;
	line-height: 40px;
	padding: 0 10px;
	margin-bottom: 15px;
}
.about_bottom_box .course h2{
	font-size: 16px;
	color: #333;
}
.about_bottom_box .course p{
	padding: 10px 0;
}
.picture-list>div{
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 15px;
}
.picture-list>div:nth-of-type(2n){
	margin-right: 0;
}
.about_bottom_box img{
	max-width: 100%;
	height: initial;
}
.pro_nav_div .layui-btn{
	width: 48.5%;
	padding: 0 10px;
	margin: 0 3% 10px 0;
}
.pro_nav_div{
	margin-left: 0;
}
.pro_nav_div .layui-btn:nth-of-type(2n){
	margin-right: 0;
}
.select_center .layui-form{
	padding: 15px 10px !important;
}
.select_center .layui-form-label{
	width: 100% !important;
	text-align: left;
}
.select_center .layui-form-item .layui-input-inline{
	margin-left: 0;
}
.select_center .div_2 ul li{
	width: 32%;
	margin-right: 2%;
}
.select_center .div_2 ul li:nth-of-type(3n){
	margin-right: 0;
}
.parameter-title{
	font-size: 12px;
	padding: 5px 0;
}
.selection-select span{
	font-size: 12px;
}
.select_center_button .layui-btn-sm{
	width: initial;
	padding: 0 5px !important;
}
.select_center_button{
	font-size: 12px;
}



.headerj .to_login .ico{
	margin-top: 13px;
}



.headerj .contain{
  width: 94%;
}
.headerj .lang{
  width: 50px;
  text-align: center;
}
.headerj .right{
  margin-right: 30px;
}
.headerj .search{
  margin-right: 3px;
}
.headerj .to_login{
  margin-left: 3px;
}











}

@media (min-width: 751px) and (max-width: 1200px){

.in_news1 .mainj{
  width: 32%;
  margin-right: 2%;
}
.headerj .contain{
  width: 94%;
}
.in_news1 .mainj .img{
  height: 190px;
}
.flex-control-nav{
	bottom: 0;
}
.headerj .to_login .ico{
	margin-top: 13px;
}
.headerj .nav{
	display: none;
}
.headerj .right{
	margin-right: 40px;
}
.headerj .search{
	margin-top: 13px;
	margin-right: 10px;
}
.headerj .lang .btn em{
	font-size: 12px;
}
.headerj .to_login span,
.headerj .to_login .a1,
.headerj .lang .btn{
	line-height: 50px;
}
.headerj .logo{
	height: 50px;
}
.headerj .search input{

}
.headerj .lang{
	width: 90px;
}
.headerj .lang .btn span{
	padding-right: 14px;
	background-size: 10px;
}
.headerj .to_login{
	margin-left: 10px;
	font-size: 12px;
}
.small_nav_btn{
	display: block;
}

.contain{
  width: 94%;
}
.in_news .mainj .img:before{
  display: none;
}
.in_news .top{
  margin-bottom: 15px;
}
.in_news .top .p1{
  position: initial;
  font-size: 18px;
  width: 100%;
  line-height: 26px;
  text-align: center;
}
.in_news .top .p2{
  position: initial;
  font-size: 20px;
  text-align: center;
    margin-left: 0;
    margin-top: 0;
    transform: rotate(0deg);
}
.in_news .mainj .font{
  width: 50%;
}
.in_news .mainj .font1 .content a{
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}
.in_news .mainj .font2 .content{
  margin-left: 0;
}
.in_news .mainj .font2 .content .a1{
  font-size: 16px;
  line-height: 24px;
}
.in_news .mainj .font2 .content .a2{
  font-size: 15px;
  line-height: 24px;
}
.in_news .mainj .font1 .img{
  margin-bottom: 10px;
}
.in_news .mainj .font2 .img{
  margin-top: 10px;
}
.in_pro .top .p1{
  font-size: 18px;
}
.in_pro .top .p2{
  font-size: 20px;
}
.in_pro .main{
  height: 540px;
  padding: 0 3%;
  margin-bottom: 20px;
  width: 48.5%;
  box-sizing: border-box;
}
.in_pro .main1{
  margin-bottom: 0;
}
.in_pro .main6{
  float: left;
  margin-top: 20px;
}
.in_pro .main_h2,
.in_pro .main_h1{
  height: 260px;
}
.in_pro .main_h2{
  margin-bottom: 0;
}
.in_pro .main .p1{
  font-size: 16px;
  padding-top: 20px;
  margin-bottom: 10px;
}
.in_pro .main .content a{
  font-size: 14px;
  line-height: 30px;
}
.in_pro .main .img{
  position: initial;
}
.in_pro .mid{
  width: 48.5%;
  margin-left: 3%;
}
.in_pro .btnj{
  margin: 25px 0 15px;
}
.in_news{
  margin-top: 30px;
  margin-bottom: 50px;
}










/*new*/
.heared_main{
	display: none;
}
.inside_banner{
	height: 150px;
	padding-top: 50px;
}
.inside_banner .font .p1{
	font-size: 20px;
	margin-bottom: 5px;
}
.inside_banner .font .p2{
	font-size: 15px;
	letter-spacing: 0;
}
.about_title_new{
	font-size: 16px;
}
.location_nav a{
	padding: 0;
}
.location_nav{
	font-size: 12px;
}
.page_left{
	width: 100%;
	box-sizing: border-box;
}
.page_left_fixed{
	width: 100%;
}
ul#menu .end_par_li{
	font-size: 20px;
	line-height: 40px;
}
.page_right{
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
}
.page_right .layui-row.layui-col-space15{
	margin: 20px 0 0;
}
.product-c-l{
	width: 48.5%;
	margin-right: 3%;
	padding: 0;
	margin-bottom: 10px;
}
.product-c-l:nth-of-type(2n){
	margin-right: 0;
}
.product-c-l .content{
	line-height: 20px;
	font-size: 14px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-c-l .pic1, .product-c-l .pic{
	width: 70px;
	height: 70px;
}
.product-c-l .pic1{
	margin-top: -70px;
}
.product-c-l a > div{
	border-radius: 10px;
}
.footerj .tab .contain{
	font-size: 0;
}
.footerj .tab a{
	font-size: 14px;
}
.footerj .tab{
	line-height: 40px;
}
.footerj .end .p2,
.footerj .end .p1{
	margin-top: 0;
	height: 85px;
	overflow: hidden;
	line-height: 21px;
  margin-left: 20px;
	float: left;
	font-size: 12px;
}
.footerj .end .img{
	width: 67px;
	height: 67px;
	margin-top: 0;
	float: right;
	margin-right: 20px;
}
.footerj .copy{
	font-size: 12px;
}
.c-con-l{
	width: 49%;
}
.c-con-r{
	width: 49%;
	height: initial;
	text-align: center;
}
.c-con-r img{
	width: 80% !important;
	margin: 0 !important;
}
.select .layui-col-xs4{
	width: 100%;
}
.layui-form-label{
	width: 100px !important;
	padding: 9px 0;
}
.layui-input-block{
	margin-left: 100px;
}
.layui-input-block{
	width: calc( 100% - 100px )
}
.select{
	padding: 15px 10px;
}
#select-total{
	padding-left: 0 !important;
}
.layui-btn-sm{
	width: 100%;
	padding: 0 !important;
}
.layui-form.layui-border-box.layui-table-view{
	white-space: nowrap;
	overflow-x: auto;
}
.news_list ul li .img{
	width: 107px;
	height: 60px;
}
.news_list ul li .font{
	width: calc( 100% - 117px )
}
.news_list ul li .font a{
	font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list ul li .font p{
	font-size: 12px;
	line-height: 18px;
	height: 36px;
	margin-top: 3px;
	overflow: hidden;
}
.layui-layer-iframe{
	width: 94% !important;
	left: 3% !important;
	margin-left: 0;
}
.body_guestbook .layui-form-label{
	font-size: 12px;
	width: 85px !important;
}
.body_guestbook .layui-input-block{
	margin-left: 100px;
}
.MessageTitle .layui-input-block{
	margin-bottom: 15px;
}
.MessageTitle .layui-input-block:last-child{
	margin-bottom: 0;
}
.body_guestbook .layui-input{
	width: 100%;
}
.all_title .frr{
	max-width: calc( 100% - 100px )
}
.location_nav{

	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
}

.about_title_new1{
	font-size: 16px;
	line-height: 40px;
	padding: 0 10px;
	margin-bottom: 15px;
}
.about_bottom_box .course h2{
	font-size: 16px;
	color: #333;
}
.about_bottom_box .course p{
	padding: 10px 0;
}
.picture-list>div{
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 15px;
}
.picture-list>div:nth-of-type(2n){
	margin-right: 0;
}
.about_bottom_box img{
	max-width: 100%;
	height: initial;
}
.pro_nav_div .layui-btn{
	padding: 0 5px;
}
.pro_nav_div{
	margin-left: 0;
}
.pro_nav_div .layui-btn:nth-of-type(2n){
	margin-right: 0;
}
.select_center .layui-form{
	padding: 15px 10px !important;
}
.select_center .layui-form-label{
	width: 100% !important;
	text-align: left;
}
.select_center .layui-form-item .layui-input-inline{
	margin-left: 0;
}

.parameter-title{
	font-size: 12px;
	padding: 5px 0;
}
.selection-select span{
	font-size: 12px;
}
.select_center_button .layui-btn-sm{
	width: initial;
	padding: 0 5px !important;
}




















}


@media (min-width: 1201px) and (max-width: 1600px){

.in_pro .main .p1{
  font-size: 24px;
}
.in_pro .main{
  padding: 0 10px;
}
.in_pro .main .content a{
  font-size: 16px;
}


}