@charset "utf-8";
.card-img {
  overflow: hidden;
}
.dropdown-toggle::after {
  display: none;
}
.pd5p {
  padding: 5% 0;
}
@media (max-width: 768px) {
  .pd5p {
    padding: 50px 0;
  }
}

@font-face {
  font-family: HarmonyOS_Sans_SC_Black;
  src: url("../fonts/HarmonyOS_Sans_SC_Black.ttf");
  font-weight: normal;
}
@font-face {
  font-family: HarmonyOS_Sans_SC_Light;
  src: url("../fonts/HarmonyOS_Sans_SC_Light.ttf");
  font-weight: normal;
}

b,
i,
strong,
h1,
h2,
h3{
  font-family: "HarmonyOS_Sans_SC_Black";
}
body,
p,
span,
article,
h4,
h5,
h6 {font-family: "HarmonyOS_Sans_SC_Light";}

*{padding:0;margin:0}
ul,
ol {
  list-style: none;
}
a{text-decoration:none!important;}
.maxwidth {
  max-width: 100%;
}
#pages_index section {
clear: both;
}
#pages_index section.bann_index {
  padding: 0;
}
.zitiB{font-family: adineuePRO-Bold ;}
@media (min-width: 992px) {
  .container {
    width: 1200px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .MYcontainer {
    width: 1400px;
    max-width: 100%;
    margin: auto;
  }
  footer .f-t {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 992px) {
  section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .hidden-xs {
    display: none!important;
  }
  #myNav .nav-phone-li {
    display: none!important;
  }
}

/*头部*/
.header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: static;
  width: 100%;
  z-index: 1050;
  background: transparent;
}
.header nav {
  width: 100%;
  min-height: 5rem;
}
.header-sticky {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
	border-bottom: 1px solid #566278;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.navbar .navbar-brand {
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar .navbar-brand span {
  max-width: 16rem;
  position: relative;
  font-size: 16px;
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  line-height: 1.4;
  padding-left: 1rem;
  color: #fff;
  font-weight: 600;
  margin-left: 1rem;
}

.navbar .form-inline {
  border: 1px solid #fff;
  border-radius: 2rem;
  overflow: hidden;
}
.navbar .form-inline .form-control {
  width: 7rem;
  height: 1.8rem;
}
.navbar .form-inline .btn {
  height: 1.8rem;
  padding: 0 0.5rem;
}
.navbar .form-inline .btn svg {
  color: #949494;
  padding-bottom: 0.1rem;
}
.navbar .ENlink {
  background-color: #deb48e;
  /* 不支持线性的时候显示 */
  background-image: -webkit-linear-gradient(-40deg, #f9ce03, #deb48e);
  background-image: linear-gradient(-40deg, #f9ce03, #deb48e);
  border-radius: 100%;
  color: #fff;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  display: flex;
  padding: 0;
  font-size: 0.875rem;
}
.navbar .ENlink span {
  margin: auto;
}
.navbar-dark .navbar-nav .nav-link {
  /* text-transform: uppercase; */
}
.headroom--not-top .header-dark {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
}
.headroom--unpinned .header-sticky {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  transform: translate(0, -100%);
  opacity: 0;
}
.navbar-dark .navbar-toggler {
  background-color: #d4a456;
  /* 不支持线性的时候显示 */
 /*  background-image: -webkit-linear-gradient(-40deg, #f9ce03, #deb48e);
  background-image: linear-gradient(-40deg, #f9ce03, #deb48e); */
}
.navbar-nav .nav-phone {
  color: #fff;
}
.navbar-nav .nav-phone a {
  display: flex;
  color: inherit;
  align-items: center;
}
.navbar-nav .nav-phone a b {
  margin-left: 0.5rem;
  font-size: 16px;
  color:#f9ce03;
  margin-right: 1.4rem;
}
.navbar-nav .nav-ENlink {
  margin-left: 1rem;
  margin-right: 1rem;
}
.navbar-nav .nav-ENlink a {
  color: #fff;
}
.navbar-nav .nav-search {
  cursor: pointer;
}
.navbar-nav .nav-search svg {
  color: #fff;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    color: #fff;
    position: relative;
    margin-right: 45px;
	padding: 25px 0.5rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover {
   border-bottom:2px solid #f9ce03;
   padding-bottom: 23px;
  }
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show > .nav-link {
	color:#fff
  }
  .navbar-dark .navbar-nav .active > .nav-link:before,
  .navbar-dark .navbar-nav .nav-link.active:before,
  .navbar-dark .navbar-nav .nav-link.show:before,
  .navbar-dark .navbar-nav .show > .nav-link:before {
    opacity: 1;
  }
 .dropdown-menu {
    position: absolute;
    top: 130%!important;
	right:0;
    left: auto !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 20rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
	transform: none!important;
  }
  .navbar-nav .dropdown-menu.show {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}
.dingbu_sou{border:none;position: relative; }
.dingbu_sou input{border:none;background:transparent;color:#191a1c;height:35px;width:100%;font-size:14px;}
.dingbu_sou button{border:none;background:transparent;color:#191a1c;line-height:22px;position: absolute;left: 10px;
    top: -2px;font-weight:900}
/*底部*/
footer {

}
footer .f-t {
  padding-top: 5rem;
  padding-bottom: 5rem ;
}
footer .f-t > .flex-menu {
  width: 60%;
}
footer .f-t > .flex-menu > div {
  padding-right: 0rem;
}
footer .f-t > .flex-info {
  width: 40%;position: relative;height:250px;
}
footer .foot-menu li{ margin-bottom: 0.5rem;}
footer .foot-menu a {
  color: #808080;
  font-size: 1rem;
 
  position: relative;
}
footer .foot-menu span{display:block;width:70px;height:1px;background:#0068bf; margin: 1.5rem 0;}
footer .foot-menu h3 {
  margin-bottom: 0;
  font-weight: bold;
  color:#333;
}
footer .foot-menu h3 a {
 
  font-size: 1.25rem;
  color: #333; position: relative;
 
}
.footer_center{border-top:1px solid #0068bf}
.bd-highlight p{font-size:16px;color:#808080;padding-top: 30px;
    padding-right: 100px;line-height:1.8;}
.bd-highlight .in_about_left_a{margin:0;margin-top: 30px;}

.in2_wu_zi div{box-shadow:0 0 10px #0068bf;
	background:#fff;
	border-radius:100px;
    width: 138px;
	margin-bottom:20px;
	height:43px;}
.in2_wu_zi div a{display:inline-block;font-size:14px;color:#ff6902;text-decoration: none;
	width:130px;margin:4px;height:35px;border:1px solid #0068bf;text-align:center;line-height:35px;border-radius:100px;}

footer .foot-menu a:before {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  border-bottom: 1px solid #ff6902;
}
footer .foot-menu a:hover:before {
  left: 0;
  width: 100%;
}
footer .foot-info h2 {
  color: #d60000;
  font-size: 1.8rem;
  font-weight: bold;
}
footer .foot-info .p1 {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 2rem;
}
footer .foot-info .p2 {
  font-size: 1rem;
  margin-bottom: 0.7rem;
}
footer .foot-info .p2 img {
  margin-right: 0.4rem;
}
footer .foot-info .p2 a {
  color: inherit;
}
footer .copyright {
  padding-left: 15px;
  padding-right: 15px;

  font-size: 0.9rem;
  color: #8b8b8b;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
footer .copyright a {
  font-size: 0.9rem;
  color: #8b8b8b;
  padding-left: 5px;
  padding-right: 45px;
}
footer .btn-group li a {
  padding-left: 1rem;
}
footer .btn-group button {
  font-size: 0.9rem;
  color: #8b8b8b;
  background-color: transparent;
  border: 0;
}
.dibu_fengxiang{box-shadow:0 0 10px #0068bf;
	background:#fff;
	border-radius:100px;margin-left:10px}
.dibu_fengxiang a{background:#333;display:inline-block;font-size:14px;color:#ff6902;border:1px solid #0068bf;text-align:center;border-radius:100px;margin:4px;padding:5px}
.dibu_fengxiang:hover{background:#ff6902;}
.dibu_fengxiang:hover a{background:#ff6902;}

@media (max-width: 991px) {
	.bd-highlight p{font-size:16px;color:#808080;padding-top: 30px;
    padding-right: 0px;line-height:1.8;}
	.footer_center{padding-bottom:5rem}
  footer .f-t {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  footer .foot-info {
    padding-left: 0;
    border-left: 0;
    color: #fff;
  }
  footer .foot-info h2 {
    font-size: 1.2rem;
  }
  footer .f-t > .flex-info {
    width: 100%;
    flex-wrap: wrap;
  }
  footer .foot-info .p1 {
    font-size: 0.8rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  footer .foot-info .p2 {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
  footer .foot-code {
    margin-top: 1rem!important;
  }
  footer .copyright {
    padding: 0.8rem 0;
    font-size: 0.7rem;
	width: 100% !important;
  }
  footer .copyright a {
    font-size: 0.7rem;
  }
}
#totop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  opacity: 1;
  z-index: 100020;
  display: none;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.76);
  padding: 15px;
  cursor: pointer;
  border-radius: 4px;
}
#totop:hover,
#totop:focus {
  background-color: #0068bf;
}
/*首页*/



/**公共样式**/
.ban_title{text-align:center}
.h2title{font-size:48px;color:#222222;z-index:1.5;font-weight:600;font-family: "adineuePRO-Bold" ;}
.ban_title span {font-size:14px;color:#727272;line-height:1.5}

.ban_title h3 {font-size: 30px;color: #333333;}
.ban_title h3 b{font-size: 30px;color: #009dff;}
.ban_title p{font-size: 14px;color: #727272;line-height:1.5}
.w100{width:100%;}
.flex{    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}
.div_center {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
	justify-content: space-between;
}
.div_auto {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;}

.h3title{font-size:36px;color:#222222;font-family: "adineuePRO-Bold" ;}
.ptitle{font-size:18px;color:#666666;line-height:1.3;}
/*banner*/
.w1200{width:1200px;margin:0px auto;clear:both;}
.wp,
.w1400{width:1400px;margin:0px auto;clear:both;}
.w1440{width:1440px;margin:0px auto;clear:both;}
.w1500{width:1500px;margin:0px auto;clear:both;}
.w1600{width:1400px;margin:0px auto;clear:both;}
.clear{clear:both;}
@media (max-width: 1600px) {
	.w1600{width:96%;margin:auto;}
	.w1500{width:96%;margin:auto;}
}
@media (max-width: 1450px) {
	.w1200{width:96%;margin:auto;}
	.wp,
	.w1400{width:96%;margin:auto;}
	.w1440{width:96%;margin:auto;}
}
@media (max-width: 991px) {
	.h2title{font-size:2rem;}
	.h3title{font-size:1.2rem;}
	.ptitle{font-size:0.875rem;line-height:1.2;}
}





.in_1{float: left;
    width: 100%;
    z-index: 1;
        position: relative;
}
.in1_div{    margin-top: -30px;
    z-index: 9999;
    position: relative;}


.in1_div_left{background:#0068bf;width:40%;float: left;padding:60px 60px}
.in1_div_right{background:#fff;width:60%;float: left;padding:60px}

.in1_div_left h5{font-size:14px;color:#fff;}
.in1_div_left h3{    font-size: 48px;
    color: #fff;
    font-weight: 600;}
.in1_div_left p{font-size:14px;color:#fff;margin-top:30px;margin-bottom: 40px;    line-height: 1.8;}

.in1_div_left a{    background: #fff;
    font-size: 16px;
    color: #222;
    
    border-radius: 50px;
    padding: 5px 30px;
}
.in1_div_left a:hover{color:#0068bf}

.in1_div_right h2{font-size: 48px;text-align:center;
    color: #0068bf;
    font-weight: 600;}
.in1_div_right ul{margin-top:50px}
.in1_div_right ul li{text-align:center;}
.in1_div_right ul li span{text-align:center;}
.in1_div_right ul li h3{ font-size: 30px; color: #0068bf;margin-top:10px;font-weight: 600;}
.in1_div_right ul li  p{font-size:18px;color:#000;margin-top:10px;   line-height: 1.8;}
@media (max-width: 991px) {
	.in_1{padding: 2rem 0;}
.in1_div{    margin-top: 60px;
    z-index: 9999;
    position: relative;}


.in1_div_left{background:#0068bf;width:100%;float: left;padding:60px 60px}
.in1_div_right{background:#fff;width:100%;float: left;padding:60px}


}
@media (max-width: 691px) {
	.in1_div_left{background:#0068bf;width:100%;float: left;padding:30px}
.in1_div_right{background:#fff;width:100%;float: left;padding:20px}
	.in1_div{    margin-top: 0px;}
	.in1_div_left h5{font-size:14px;color:#fff;}
.in1_div_left h3{    font-size: 36px;
    color: #fff;
    font-weight: 600;}
.in1_div_left p{font-size:14px;color:#fff;margin-top:30px;margin-bottom: 20px;    line-height: 1.8;}

.in1_div_left a{    background: #fff;
    font-size: 16px;
    color: #222;
    
    border-radius: 50px;
    padding: 5px 30px;
}
.in1_div_left a:hover{color:#0068bf}

.in1_div_right h2{font-size: 30px;text-align:center;
    color: #0068bf;
    font-weight: 600;}
.in1_div_right ul{margin-top:20px;display:block}
.in1_div_right ul li{text-align:center;margin-top:20px;}
.in1_div_right ul li span{text-align:center;}
.in1_div_right ul li h3{ font-size: 24px; color: #0068bf;margin-top:10px;font-weight: 600;}
.in1_div_right ul li  p{font-size:16px;color:#000;margin-top:10px;   line-height: 1.8;}
}

.in_2{
	padding: 1rem 0;
	float: left;
    width: 100%;
}

.in2{float: left;width: 100%;position:relative;}
.in2 h1{font-size: 50px; color: #0068bf;font-weight: 600;text-align:center;border-bottom: 2px dashed #0068bf;}
.in2 h2{font-size: 36px; color: #222;font-weight: 600;text-align:center;margin-top:50px;}
.in2 ul{margin-top:30px;}
.in2 ul li{margin-right:50px;text-align:center;}
.in2 ul li:nth-child(4){margin-right:0}
.in2 ul li span img{box-shadow:5px 5px 12px #666;}
.in2 ul li p{font-size:18px;color:#000;margin-top:20px;   line-height: 1.8;}


@media (max-width: 991px) {
.in2{float: left;width: 100%;position:relative;}
.in2 h1{font-size: 30px; color: #0068bf;font-weight: 600;text-align:center;border-bottom: 2px dashed #0068bf;}
.in2 h2{font-size: 26px; color: #222;font-weight: 600;text-align:center;margin-top:30px;}
.in2 ul{margin-top:30px;display:block}
.in2 ul li{float: left;width: 48%;margin-right:4%;text-align:center;margin-bottom:20px}
.in2 ul li:nth-child(2n){margin-right:0}
.in2 ul li span img{box-shadow:5px 5px 5px #666;}
.in2 ul li p{font-size:16px;color:#000;margin-top:20px;   line-height: 1.8;}
}


.in_3{padding: 2rem 0 ;float: left;width: 100%;}
.in3_left{width:48%;float:left;margin-right:2%;background:#dce7ed;border-radius: 20px;
    padding: 50px ;}	
.in3_leftimg{}
.in3_leftimg span{display: block;float: left;}
.in3_leftimg h3{font-size:36px;color:#000;float: left;margin-top: 30px;
    margin-left: 30px;font-weight:600}
.in3_leftimg h3 b{color:#0068bf;}
.in3_left p{float: left;width: 100%;font-size:16px;color:#000;margin-top:20px;   line-height: 1.8;}
.in3_img{width:48%;float:right;margin-left:2%;}
@media (max-width: 991px) {
.in_3{padding: 2rem 0 ;float: left;width: 100%;}
.in3_left{width:100%;float:left;margin-right:0%;margin-bottom:20px;background:#dce7ed;border-radius: 20px;
    padding: 50px ;}	
.in3_leftimg{}
.in3_leftimg span{display: block;float: left;}
.in3_leftimg h3{font-size:36px;color:#000;float: left;margin-top: 30px;
    margin-left: 0px;}
.in3_leftimg h3 b{color:#0068bf;}
.in3_left p{float: left;width: 100%;font-size:16px;color:#000;margin-top:20px;   line-height: 1.8;}
.in3_img{width:100%;float:right;margin-left:0%;}
}

.in_4{padding:5rem 0 5rem;float: left;width: 100%;overflow:hidden;}
.in4{position:relative;width:1600px;overflow: hidden;padding-top:25px;height: 400px;margin: auto;}
.in4_left{overflow:hidden;position:relative;float: left;width:650px;height:350px;border:2px solid #0068bf; padding:50px; padding-right:100px;  border-radius: 20px 0px 0 20px;border-right:none}
.in4_left::before{    content: "";
    position: absolute;
    height: 450px;
    width: 450px;
    border: 2px solid #0068bf;
   left: 565px;
    border-radius: 100%;
    top: -52px;}
.in4 h3{font-size:36px;color:#0068bf;text-align:right;font-weight:600;}
.in4 p{float: left;width: 100%;font-size:18px;color:#000;margin-top:20px;   line-height: 1.8;}

.in4_right{overflow:hidden;position:relative;float: right;width:650px;height:350px;border:2px solid #0068bf; padding:50px; padding-left:100px;  border-radius: 0px 20px 20px 0 ;border-left:none}
.in4_right::before{    content: "";
    position: absolute;
    height: 450px;
    width: 450px;
    border: 2px solid #0068bf;
   right: 565px;
    border-radius: 100%;
    top: -52px;}
.in4 .in4_right h3{font-size:36px;color:#0068bf;text-align:left;font-weight:600;}

.in4_center{
	 position: absolute;
    height: 400px;
    width: 400px;
    background:#0068bf;
	left: 50%;
    border-radius: 100%;margin-left:-200px;
    top: 0;text-align:center;
}
.in4_center a{font-size:48px;color:#fff;margin-top:150px;font-weight:600;display: block;}

@media (max-width: 1491px) {
	.in_4{padding:5rem 0 5rem;float: left;width: 100%;overflow:hidden;}
.in4{position:relative;width:1200px;overflow: hidden;padding-top:25px;height: 400px;}
.in4_left{overflow:hidden;position:relative;float: left;width:450px;height:300px;border:2px solid #0068bf; padding:20px; padding-right:100px;  border-radius: 20px 0px 0 20px;border-right:none}
.in4_left::before{    content: "";
    position: absolute;
    height: 350px;
    width: 350px;
    border: 2px solid #0068bf;
   left: 363px;
    border-radius: 100%;
    top: -26px;}
.in4 h3{font-size:36px;color:#0068bf;text-align:right;font-weight:600;}
.in4 p{float: left;width: 100%;font-size:18px;color:#000;margin-top:20px;   line-height: 1.8;}

.in4_right{overflow:hidden;position:relative;float: right;width:450px;height:300px;border:2px solid #0068bf; padding:20px; padding-left:100px;  border-radius: 0px 20px 20px 0 ;border-left:none}
.in4_right::before{    content: "";
    position: absolute;
    height: 350px;
    width: 350px;
    border: 2px solid #0068bf;
  right: 363px;
    border-radius: 100%;
    top: -26px;}
.in4 .in4_right h3{font-size:36px;color:#0068bf;text-align:left;font-weight:600;}

.in4_center{
	 position: absolute;
    height: 300px;
    width: 300px;
    background:#0068bf;
	left: 50%;
    border-radius: 100%;margin-left:-150px;
    top: 25px;text-align:center;
}
.in4_center a{font-size:36px;color:#fff;margin-top:100px;font-weight:600;display: block;}
}

@media (max-width: 1191px) {
		.in_4{padding:0rem 0 5rem;float: left;width: 100%;overflow:hidden;}
.in4{position:relative;width:100%;overflow: hidden;padding-top:25px;height: auto;}
.in4_left{overflow:hidden;position:relative;float: left;width:100%;height:auto;border:2px solid #0068bf; padding:40px; padding-right:40px;  border-radius: 20px;}
.in4_left::before{    display:none;content: "";
    position: absolute;
    height: 350px;
    width: 350px;
    border: 2px solid #0068bf;
   left: 363px;
    border-radius: 100%;
    top: -26px;}
.in4 h3{font-size:36px;color:#0068bf;text-align:right;font-weight:600;}
.in4 p{float: left;width: 100%;font-size:18px;color:#000;margin-top:20px;   line-height: 1.8;}

.in4_right{overflow:hidden;position:relative;float: left;width:100%;height:auto;border:2px solid #0068bf; padding:40px; padding-left:40px;  border-radius: 20px;margin-top:30px;}
.in4_right::before{  display:none;  content: "";
    position: absolute;
    height: 350px;
    width: 350px;
    border: 2px solid #0068bf;
  right: 363px;
    border-radius: 100%;
    top: -26px;}
.in4 .in4_right h3{font-size:36px;color:#0068bf;text-align:left;font-weight:600;}

.in4_center{display:none; 
	 position: absolute;
    height: 300px;
    width: 300px;
    background:#0068bf;
	left: 50%;
    border-radius: 100%;margin-left:-150px;
    top: 25px;text-align:center;
}
.in4_center a{font-size:36px;color:#fff;margin-top:100px;font-weight:600;display: block;}
}


.in_5{padding:5rem 0 4rem;float: left;width: 100%;}
.in5{margin-top:75px;}
.in5_left{width:45%;float:left;}

.in5_right{width:55%;padding-left:50px;float:left;}	
.in5_right h3{color:#222;font-size:22px;line-height:1.5;font-family: "adineuePRO-Bold" ;}	
.in5_right .form{margin-top:20px;}	

.in5_right .foot_input{width:48%;float:left;margin-right:2%;margin-bottom:20px;}
.in5_right .foot_input:nth-child(2){margin-right:0}
.foot_ry{width:98%;float:left;}
.foot_ry textarea{width:100%;background: transparent;
    border: 1px solid #dddddd; padding: 20px;height:180px;}
.in5_right input{width:100%;background: transparent;
    border: 1px solid #dddddd;
    padding: 20px;}
.foot_button{width:48%;float:left;margin-right:2%;}	
.foot_button input{display:block;width:100%;line-height:60px;border:1px solid #dddddd;color:#fff;font-size:24px;margin-top:20px;text-transform: uppercase;padding:0;background:#cccccc}
.foot_button input:hover{color:#fff;background:#f06360}



@media (max-width: 991px) {
.in_5{padding:0rem 0 4rem;float: left;width: 100%;}
.in5{margin-top:30px;}
.in5_left{width:100%;float:left;}
.in5_right .foot_input{width:98%;float:left;margin-right:2%;margin-bottom:10px;}
.in5_right{width:100%;padding-left:0px;float:left;margin-top:30px;}		
.foot_button input{display:block;width:100%;line-height:45px;border:1px solid #dddddd;color:#fff;font-size:18px;margin-top:10px;text-transform: uppercase;padding:0;background:#cccccc}	
}

.list_1{padding:5rem 0 5rem;float: left;width: 100%;}
.list1_left{    width: 23%;float: left;border: 1px solid #0068bf;padding:20px;}
.list1_left_bu{display:none}
.list1_leftbannr{text-align: center;}
.list1_leftbannr span{}
.list1_leftbannr p{font-size:16px;color:#0068bf;text-align:center;padding: 20px 0PX;
    line-height: 1.6;font-weight: 600;
    margin: 0;}
.list1_leftbannr a{font-size: 20px;font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 3px 30px;
    line-height: 1.6;
    background: #2dc8fe;
    border-radius: 50px;
    margin: auto;
    display: inline-block;
    border: 1px solid #0068bf;
    margin-bottom: 30px;
}
.list1_leftbannr a:hover{background: #0068bf;} 
    
.list1_left h2{font-weight:600;font-size:16px;color:#0068bf;line-height:50px;}
/*.list1_left .cp_left_ul{padding:20px;}*/


.list1_left ul li{margin:0 15px;line-height:26px;position:relative}
.list1_left ul li a{font-size:14px;color:#222;position:relative} 
.list1_left ul a:hover{    text-decoration: underline !important;}
.list1_left ul h3 a{font-size:16px;color:#0068bf;font-weight:600;line-height:40px;display:block;}
.submenu3{display:none}
.list1_left li i{ 
    position: absolute;
    top: 5px;
    
    right: -20px;
    margin: auto;
    font-size: 20px;
    width: 20px;
    height: 20px;
    transition: 0.3s;
    
}
.list1_left li i::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
transform: rotate(45deg);
}


.list1_left li i::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    transform: rotate(45deg);
}

.list1_right{width: 77%;
    float: left;
    padding-left: 40px;overflow:hidden;}
    
.list1_right h2{position:relative;font-size:30px;color:#fff;    transform: skew(35deg);background:#0068bf;padding:5px 30px; display: inline-block;} 
    
.list1_right h2 span{transform: skew(-35deg);display: block;}
 .list1_right h2::before{  
         content: "";
    position: absolute;
        height: 72px;
    width: 198px;
    left: 100%;
    top: 0;
    background-image: url(../img/6a9c150cc841a9d5093c7fb62781b5b.png);
    background-position: right bottom, left top;
    background-repeat: no-repeat, repeat;
    transform: skew(-34deg);
 }  

 .list1_right h2::after{  
         content: "";
    position: absolute;
    height: 2px;
    width: 10000%;
    left: 110%;
    bottom: 0;
    background:#0068bf;
    transform: skew(-34deg);
 } 

.list1_right p{line-height:1.8}
.list1_right span{line-height:1.8}
.list1_right img{max-width:100%!important}

@media (max-width: 999px) {
    .list_content_table{
        margin-top: 10px;
        overflow-x: scroll;
    }
    .list_content_table table{
        width: 880px !important;
    }
    
    .list_content_table::-webkit-scrollbar {/*滚动条整体样式*/
        width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
        height:5px;
    }
.list_content_table::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 20px;position:relative;
		box-shadow: inset 0 0 3px #eee;
		background: #0068bf ;
    }
.list_content_table::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #eee;
}
    
}

@media (max-width: 999px) {
    .list_1{padding:0rem 0 5rem;float: left;width: 100%;}
.list1_left{  display:none;  width: 100%;float: left;border: 1px solid #0068bf;padding:20px;}
.list1_left_bu{display:block;margin-top: 50px;}
.list1_left h2{font-weight:600;font-size:24px;color:#0068bf;line-height:1.6;}
.list1_left .cp_left_ul{padding:20px;}
.list1_left ul h3{margin-bottom:0}
.list1_left ul h3 a{font-size:16px;color:#0068bf;font-weight:600;line-height:40px;display:block;}
.list1_left ul li{margin:0 15px;line-height:26px;}
.list1_left ul li a{font-size:14px;color:#222;} 
.list1_left ul a:hover{    text-decoration: underline !important;}

.list1_right{width: 100%;
    float: left;
    padding-left: 0px;}
    
    
.list1_right h2{        position: relative;
        font-size: 20px;
        color: #fff;
        transform: skew(20deg);
        background: #0068bf;
        padding: 5px 20px;
        display: block;
        margin-left: 8px;        width: 95%;} 
    
.list1_right h2 span{transform: skew(-35deg);display: block;}
 .list1_right h2::before{ display:none; 
         content: "";
    position: absolute;
    height: 55px;
    width: 186px;
    left: 100%;
    top: 0;
    background-image: url(../img/6a9c150cc841a9d5093c7fb62781b5b.png);
    background-position: right bottom, left top;
    background-repeat: no-repeat, repeat;
    transform: skew(-34deg);
 }  

 .list1_right h2::after{  display:none; 
         content: "";
    position: absolute;
    height: 2px;
    width: 10000%;
    left: 110%;
    bottom: 0;
    background:#0068bf;
    transform: skew(-34deg);
 } 
 
}


.tab-menu td span{    height: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    border: 1px solid #494949;
    border-radius: 5px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #494949;
    font-weight: 400;
    text-align: center;
    padding: 10px 0;
    margin: 0 6%;} 
.tab-menu td.active span{
           color: #fff;background:#0068bf;    border: 1px solid #0068bf;
        }         
.tab-con{display: flex;
    flex-flow: row;
    justify-content: center;}
 .tab-con1 div,
.tab-con div{display:none;width: 100%;}
.tab-con div a{
    width: 29%;
   
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #494949;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #494949;
    text-align: center;
    padding: 15px 0;
    margin: .5% 2%;
    transition: all ease .4s;
    float: left;

}
.tab-con div a:hover{color: #fff;background:#0068bf}

@media (max-width: 999px) {
    .tab-con div a{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #494949;
    border-radius: 5px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #494949;
    text-align: center;
    padding: 15px 0;
    margin: .5% 5%;
    transition: all ease .4s;
    float: left;

}
}



.footer_di{background:#212429;float:left;width:100%;padding-top: 80px;}

.footer_top{display: -webkit-flex;position:relative;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;color:#fff;padding-bottom:60px;}
.foot_li1{width:270px;}
.footer_top h3{font-size:16px;margin-bottom:25px;font-family: "adineuePRO-Bold" ;color:#fff;text-transform: uppercase;}
.foot_li1 a{font-size:16px;display:block;color:#fff;margin-bottom:15px;    opacity: 0.8;}
.foot_li1 a:hover{color:#f06360;    opacity: 1;}
.foot_li3{width:360px;color:#fff;}
.foot_li3 div{display:flex}
.foot_li3 div span{margin-right:10px;display:block;}
.foot_li3 div p{margin-bottom:15px;line-height:1.8;    opacity: 0.8;}
.foot_li4{width:290px;}
.foot_li4 p{font-size:16px;display:block;color:#fff;margin:35px 0;line-height:1.5}
.foot_a{}
.foot_a a{font-size:24px;display:block;color:#fff;width:160px;line-height:40px;border-radius:50px;border:1px solid #222;text-align:center;}
.foot_a a:hover{color:#f06360;border:1px solid #f06360;}
.foon_ico{margin-top:25px;}
.foon_ico a{color:#888888;margin-right:30px;font-size:16px}
.foon_ico a:hover{color:#f06360;}

.foonter_link{ position:absolute;bottom:60px;right:0;}
.foonter_link span{font-size:16px;font-family: "adineuePRO-Bold" ;text-transform: uppercase;color:#222222;}
.foonter_link a{color:#222222;margin-right:60px;font-size:16px}
.foonter_link a:hover{color:#f06360;}
@media (max-width: 999px) {
	.footer_di{float:left;width:100%;padding-top:50px;}

.footer_top{display: -webkit-block;
    display: block;
    -webkit-justify-content: space-between;
    justify-content: space-between;color:#fff;padding-bottom:30px;}
	.foot_li1{width:48%;display:inline-block}
	.foot_li3{width:100%;margin:30px 0;}
	.foot_li3 div span {width: 23px;margin-right:10px;}
	.foot_li3 div p{font-size:14px;display:block;margin-bottom:15px;    opacity: 0.8;}
	.foot_li4{width:100%;margin-bottom:30px;}
	.foot_li4 p{font-size:16px;display:block;cmargin:20px 0;line-height:1.5}
	.foonter_link{ position:relative;bottom:0px;right:0;}
	.foonter_link span{font-size:16px;font-family: "adineuePRO-Bold" ;text-transform: uppercase;color:#222222;}
	.foonter_link a{color:#222222;margin:20px;font-size:16px;}
}

@media (max-width: 1366px) {
 
}
@media (max-width: 1366px) and (min-width: 992px) {
  
}


.faq_1{padding:120px 0 ;float:left;width:100%;background:#d3e6f5}
.faq1 h1{    font-size: 50px;
    color: #0068bf;
    font-weight: 600;
    text-align: center;margin-bottom:30px;}
.faq_div{background:#fff;border-radius:20px;padding:30px;margin-top:30px;}
.faq_div h3{font-size: 30px;color: #0068bf;font-weight: 600;position:relative;padding-left:100px;margin-bottom:30px;padding-top: 10px;}
.faq_div h3 span{font-size: 36px;color: #fff;font-weight: 600;line-height:60px;width:60px;text-align: center;border-radius:100%;position:absolute;left:0;top:0;background:#0068bf}

.faq_div p{font-size: 18px;color: #222;line-height:1.6;position:relative;padding-left:100px;margin-bottom:30px;}
.faq_div p span{font-size: 36px;color: #fff;font-weight: 600;line-height:60px;width:60px;text-align: center;border-radius:100%;position:absolute;left:0;top:0;background:#0068bf}

@media (max-width: 996px) {
 .faq_1{padding:50px 0 ;float:left;width:100%;background:#d3e6f5}
.faq1 h1{    font-size: 30px;
    color: #0068bf;
    font-weight: 600;
    text-align: center;margin-bottom:30px;}
	.faq_div{background:#fff;border-radius:20px;padding:20px;margin-top:30px;}
.faq_div h3{font-size: 20px;color: #0068bf;font-weight: 600;position:relative;padding-left:60px;margin-bottom:30px;padding-top: 10px;}
.faq_div h3 span{font-size: 24px;color: #fff;font-weight: 600;line-height:40px;width:40px;text-align: center;border-radius:100%;position:absolute;left:0;top:0;background:#0068bf}

.faq_div p{font-size: 16px;color: #222;line-height:1.6;position:relative;padding-left:60px;margin-bottom:30px;}
.faq_div p span{font-size: 24px;color: #fff;font-weight: 600;line-height:40px;width:40px;text-align: center;border-radius:100%;position:absolute;left:0;top:0;background:#0068bf}
	
}

.fangan_lx{margin-top:50px;}
.fangan_lx span{padding-bottom:8px;    display: inline-block;color:#0068bf;text-transform: lowercase;}
.form-list li {
    width: 46%;display:inline-block;margin-right:6%;margin-bottom:2%;
}
.form-list li:nth-child(3){margin-right:0px;}
.form-list .lx_shangchaung input{background-position:50% 50% ;}
.form-list li input {
	color:#6e5445;
    width: 100%;
    background: #fff;
    height: 50px;
    padding: 10px;
    border-radius:3px;
	border:none;
	border:1px solid #eee;
	
}
.form-area {
    margin-top: 0px;
    margin-bottom: 22px;
}
.form-area textarea {
	margin-top:0px;
	color:#0068bf;
    width: 100%;
    background: #fff;
    height: 50px;
    padding: 10px;
    border-radius:3px;
	border:none;
	border:1px solid #eee;
}
.form-btn {
    text-align: left;
    font-size: 0;
}
.form-btn input {
    width: 100%;    text-transform: uppercase;
    height: 40px;
    background-color: #0068bf;
    border-radius: 0px;
    font-size: 14px;
    color: #fff;
    margin-right:4%;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
     border: none;
	 font-size:16px;text-align:center;margin-right:4%;border:1px solid #0068bf;border-radius:5px;text-transform: uppercase;
}
.form-btn input:nth-child(2){margin-right:0;}
.form-btn .sub {
    background:#0068bf;
    border-image-slice: 1;
    color: #fff;
   
}
.form-btn input:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}


.lianxi_1{padding:120px 0 ;float:left;width:100%;}
.lx1{}
.lx_left{float:left;width:48%;}
.lx_left h3{font-size: 48px;color: #0068bf;font-weight: 600;text-align:center}
.lx_left p{font-size: 18px;color: #000;text-align:center;line-height:1.6;margin-top:20px;}


.lx_right{float:right;width:48%;}
.lx_right h3{font-size: 48px;color: #0068bf;font-weight: 600;}
.lx_right p{font-size: 20px;color: #0068bf;font-weight: 600;line-height:1.6;padding-bottom:5px;margin-top:20px;border-bottom:2px solid #222}
.lx_right ul{margin-top:50px;}
.lx_right ul li{margin-bottom:20px;}

.lx_right span{background:#0068bf;font-size: 18px;color: #fff;border-radius:4px;padding:2px 10px;}
.lx_right h5{font-size: 18px;color: #000;line-height:1.6;margin-top:20px;padding-left:15px}

@media (max-width: 996px) {
	.lianxi_1{padding:50px 0 ;float:left;width:100%;}
	.lx_left{float:left;width:100%;}
.lx_left h3{font-size: 30px;color: #0068bf;font-weight: 600;text-align:center}
.lx_left p{font-size: 18px;color: #000;text-align:center;line-height:1.6;margin-top:20px;}


.lx_right{float:right;width:100%;margin-top:50px}
.lx_right h3{font-size: 30px;color: #0068bf;font-weight: 600;}
.lx_right p{font-size: 20px;color: #0068bf;font-weight: 600;line-height:1.6;padding-bottom:5px;margin-top:20px;border-bottom:2px solid #222}
.lx_right ul{margin-top:50px;}
.lx_right ul li{margin-bottom:20px;}

.lx_right span{background:#0068bf;font-size: 18px;color: #fff;border-radius:4px;padding:2px 10px;}
.lx_right h5{font-size: 18px;color: #000;line-height:1.6;margin-top:20px;padding-left:15px}
}

.ab_1{padding:50px 0 ;float:left;width:100%; background: linear-gradient(to top, #01559d, #4198e3);}
.ab1_text p{font-size: 20px;color: #fff;line-height:1.6;}

.ab_2{padding:50px 0 120px;float:left;width:100%;background-image:url('../img/93a5508e5ecac35a9e35e19158b4a4c_19.jpg');background-repeat:no-repeat;
	background-position:right bottom;background-size:100%; }
.ab2_ul ul{margin-top:0px}
.ab2_ul ul li{text-align:center;}
.ab2_ul ul li span{text-align:center;}
.ab2_ul ul li h3{ font-size: 36px; color: #00a0ea;margin-top:20px;font-weight: 600;}
.ab2_ul ul li p{font-size:18px;color:#222;margin-top:10px;   line-height: 1.8;}

.ab_3{padding:50px 0 0;float:left;width:100%;}

.ab_3 h1 {
    font-size: 60px;
    color: #0068bf;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .ab_3img{
        margin-top: 10px;
        overflow-x: scroll;
    }
    .ab_3img img{
        width: 1360px !important;
    }
    
    .ab_3img::-webkit-scrollbar {/*滚动条整体样式*/
        width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
        height:5px;
    }
.ab_3img::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 20px;position:relative;
		box-shadow: inset 0 0 3px #eee;
		background: #0068bf ;
    }
.ab_3img::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #eee;
}
    
}
@media (max-width: 996px) {
	.ab1_text p{font-size: 16px;color: #fff;line-height:1.6;}
	.ab_2{padding:50px 0 50px;float:left;width:100%;background-image:url('../img/93a5508e5ecac35a9e35e19158b4a4c_19.jpg');background-repeat:no-repeat;
	background-position:right bottom;
	}
.ab2_ul ul{margin-top:0px;display:block;}
.ab2_ul ul li{text-align:center;}
.ab2_ul ul li span{text-align:center;}
.ab2_ul ul li h3{ font-size: 36px; color: #00a0ea;margin-top:20px;font-weight: 600;}
.ab2_ul ul li p{font-size:18px;color:#222;margin-top:10px;   line-height: 1.8;}
	
}
.ab_4{padding:120px 0;float:left;width:100%;}
.ab_4 h1 {
    font-size: 60px;
    color: #0068bf;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.ab_4 h2 {
    font-size: 24px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.ab4_ul{float:left;width:48%;padding-right:40px;}
.ab2_ul ul li{margin-top:30px;}
.ab4_ul ul li h3{ font-size: 24px; color: #000;margin-top:20px;font-weight: 600;}
.ab4_ul ul li p{font-size:18px;color:#666;margin-top:10px;   line-height: 1.8;}
.ab4_right{float:left;width:52%;}

@media (max-width: 996px) {
	.ab_3{padding:50px 0 0;float:left;width:100%;}

.ab_3 h1 {
    font-size: 30px;
    color: #0068bf;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
	.ab_4{padding:50px 0;float:left;width:100%;}
	.ab_4 h1 {
    font-size: 30px;
    color: #0068bf;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
.ab_4 h2 {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.ab4_ul{float:left;width:100%;padding-right:0px;}
.ab2_ul ul li{margin-top:30px;}
.ab4_ul ul li h3{ font-size: 20px; color: #000;margin-top:20px;font-weight: 600;}
.ab4_ul ul li p{font-size:16px;color:#666;margin-top:10px;   line-height: 1.8;}
.ab4_right{float:left;width:100%;}
	
}
.ab_5{padding:50px 0 120px;float:left;width:100%;background-image:url('../img/.jpg');background-repeat:no-repeat;
	background-position:right bottom; }
.ab_5 h1 {
    font-size: 60px;
    color: #0068bf;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
}
.ab5_div{}
.ab5_top{background:#cce1f2;position:relative;padding:10px;border-radius:10px;}
.ab5_top::before {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    background: #0068be;
    left: 0px;
    border-radius: 100%;
    top: -5px;
}

.ab5_top span{}
.ab5_top h3{font-size: 20px;
    color: #000;
    font-weight: 600;
    padding-left: 60px;
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translate(0%, -50%);
    width: 85%;
    padding-left: 60px;
    margin: 0;line-height:1.6;
}
.ab5_text{padding:20px 50px;}
.ab5_text p{font-size:18px;color:#666;margin-top:10px;   line-height: 2;margin:0;}


@media (max-width: 996px) {
	.ab_5{padding:50px 0 120px;float:left;width:100%;background-image:url('../{R}wanhu/img/.jpg');background-repeat:no-repeat;
	background-position:right bottom; }
.ab_5 h1 {
    font-size: 30px;
    color: #0068bf;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.ab5_div{}
.ab5_top{background:#cce1f2;position:relative;padding:10px;border-radius:10px;}
.ab5_top::before {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background: #0068be;
    left: 0px;
    border-radius: 100%;
    top: -2px;
}
.ab5_top h3{ font-size: 18px; color: #000;margin-top:20px;font-weight: 600;padding-left:60px;}
.ab5_top span{width:40px;display: block;}
.ab5_top h3{font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-left: 60px;
    position: relative;
    top: 0%;
    left: 0;
    transform: translate(0%, -12%);
    width: 90%;
    padding-left: 60px;
    margin: 0;
}
.ab5_text{padding:20px 20px;}
.ab5_text p{font-size:16px;color:#666;margin-top:10px;   line-height: 2;margin:0;}
	
}




