@charset "utf-8";
  /* CSS Document */
/*common*/
*:focus {
  outline:none;
}
a,select,textarea,input,button,html,body,div,ul,li {
 
}
video{
  width: 100%;
}
@keyframes rt {
  to {
  stroke-dashoffset:0;
}
}@keyframes pound2 {
  from {
  transform:scale(0.8);
  opacity:0.5;
  filter:alpha(opacity=50);
}
to {
  transform:scale(1);
  opacity:1;
  filter:alpha(opacity=100);
}
}@keyframes pound {
  from {
  transform:none;
}
50% {
  transform:scale(1.1);
}
to {
  transform:none;
}
}@keyframes showclip1 {
  0% {
  width:100%;
}
100% {
  width:0%;
}
}@keyframes rotate {
  0% {
  filter:alpha(opacity=0);
  opacity:0;
  transform:perspective(100px) translateX(30px) rotateY(-90deg);
}
100% {
  filter:alpha(opacity=100);
  opacity:1;
  transform:perspective(100px) translateX(0px) rotateY(0deg);
}
}@keyframes move1 {
  0% {
  bottom:-30px;
  opacity:0;
}
100% {
  bottom:0px;
  opacity:1;
}
}@keyframes move3 {
  0% {
  bottom:-30px;
  opacity:0;
}
100% {
  bottom:0px;
  opacity:1;
}
}@keyframes move {
  0% {
  opacity:1;
  transform:translateY(-5px);
}
100% {
  opacity:0;
  transform:translateY(0px);
}
}@keyframes move2 {
  0% {
  opacity:1;
  transform:translateX(-5px);
}
100% {
  opacity:0;
  transform:translateX(0px);
}
}* {
  outline:none;
}
.swiper-slide {
  min-height:0 !important;
}
.header .header_cen {
  width:1600px;
  margin:0 auto;
}
.header .header_cen .logo {
  float:left;
  display:block;
 
}
.header .header_cen .logo img {
  height:40px;
}
.header {
  width:100%;
  height:120px;
  transition:all 0.5s;
  position:fixed;
  z-index:800;
  background:#fff;
}
.f-cb {
  zoom:1;
}
.header .header_cen .header_r {
  float:right;
}
.header .header_cen .header_r .nav {
  height:120px;
  box-sizing:border-box;
}
.header .header_cen .header_r .nav ul {
  height:100%;
}
.header .header_cen .header_r .nav ul li {
  height:100%;
  float:left;
 
  position:relative;
}
.header .header_cen .header_r .nav ul li a {
  display:inline-block;
  height:100%; padding:0px 20px;
  transition:color 0.5s;
  font-size:18px;
  line-height:120px;
  color:#161616;
}
.header .header_cen .header_r .nav ul li a .txt {
  position:relative;
  display:inline-block;
  height:100%;
  vertical-align:top;
}
.header .header_cen .header_r .nav ul li a .txt:hover{
  font-size: 17px;
}
.header .header_cen .header_r .nav ul li a i {
  display:inline-block;
  vertical-align:4px;
  transition:all 0.5s;
  width:7px;
  height:4px;
  background:url(../images/x.png) no-repeat;
  margin-left:10px;
}
.header .header_cen .header_r .nav ul li a .txt .bor {
  display:inline-block;
  position:absolute;
  left:50%;
  bottom:-3px;
  width:64px;
  display:none;
  height:6px;
  margin-left:-32px;
  z-index:110;
  background:#0061ae;
}
.header .header_cen .header_r .nav ul li .slider {
    width: 170%;
    height: auto;
    background: url(../images/subgb.png)top center repeat-y;
    background-size: cover;
    position: absolute;
    left: -43%;
    right: 0px;
    margin: 0px auto;
    top: 120px;
    z-index: 100;
    display: none;
}
.header .header_cen .header_r .nav ul li .link_box a {
  line-height:30px;
  font-size:15px;
  padding: 10px 1px;
  text-align:center;
 display: block;
  color:#fff;
  border-bottom:1px solid #fff;
}
.header .header_cen .header_r .nav ul li .link_box a:hover{
  color: #fff;
 
}
.header .header_cen .header_r .nav ul li .link_box a:last-child {
  border-bottom:none;
}
.w1440 {
  width:1440px;
  margin:0 auto;
}
.header .header_cen .push-line span {
  height:2px;
  background:#0061ae;
  display:block;
  position:absolute;
  width:100%;
  display:block;
  z-index:5;
  top:18px;
  left:50%;
  margin:0px 0px 0px -16px;
  transform-origin:center;
  transition:all 0.8s cubic-bezier(0.19,1,0.22,1) 0s;
}
.header .header_cen .push-line span.line-2 {
  top:28px;
}
.header .header_cen .push-line span.line-3 {
  top:38px;
}
.header .header_cen .push-line {
  overflow:hidden;
  width:32px;
  height:60px;
  cursor:pointer;
  float:right;
  position:relative;
  display:none;
  transition:all 0.3s cubic-bezier(0.445,0.145,0.355,1);
}
.header .header_cen .header_r {
  float:right;
}
.header .header_cen .header_r .nav ul li a:hover .txt {
  color:#0061ae;
}
.header .header_cen .header_r .link a:hover {
  color:#0061ae;
}
.header .header_cen .header_r .nav ul li.active a {
  color:#0061ae;
}
.header .header_cen .header_r .nav ul li.active a .txt .bor {
  display:block;
}
.header .header_cen .header_r .nav ul li.active a i {
  background:url(../images/x2.png) no-repeat;
}
.menu_box {
    background-color: #0061ae;
    color: #fff;
    position: fixed;
    right: -390px;
    top: 0px;
    width: 390px;
    height: 100%;
    z-index: 9999;
    transition: all 0.5s;
    transform-origin: left center;
    transform: perspective(800px) rotateY(90deg);
}

.menu_box.active {
    right: 0px;
    transform: rotateY(0deg);
}
.menu_box .navMobile {
    width: 100%;
    height: auto;
    padding-top: 15px;
}
.menu_box .navMobile li {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}
.menu_box .navMobile li > a {
    display: block;
    font-size: 20px;
    color: #fff;
    padding: 0 30px;
    box-sizing: border-box;
}
.menu_box .navMobile li .subnav {
    width: 100%;
    height: auto;
    padding: 15px 30px;
    box-sizing: border-box;
    display: none;
    background-color: rgba(241, 141, 0, 0.3);
}

.menu_box .navMobile li .subnav a {
    display: block;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #f4a433;
    line-height: 30px;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.menu_box .navMobile li > a.show {
    background: #ad5f00;
}

.header_bream_innner {
    text-align: center;
    margin: 10px auto;
}
.header_bream_span {
    width: 30px;
    height: 25px;
    position: relative;
    text-align: center;
    margin: 0px auto;
}
.header-bream {
    float: right;
    width: 53px;
    height: 53px;
    position: relative;
    text-align: center;
    color: #0061ae;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
.header_bream_span::before, .header_bream_span:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #0061ae;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.header_bream_span::before {
    top: 10px;width: 60%;
}
.header_bream_span::after {
    bottom: 2px;
}
.header-bream .header_bream_span span {
    display: block;
    height: 3px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-color: #0061ae;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-toggle {
    position: fixed;
    left: 0;
    top: 58px;
    right: 0;
    bottom: 0;
    overflow: auto;
    overflow-x: hidden;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    display: none;
    z-index: 88888;
}
.header-bream.on .header_bream_span::before {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100%;
}
.header-bream.on .header_bream_span span {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.header-bream.on .header_bream_span::after {
    bottom: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-toggle.on {
    display: block;
}
.nav-list {
    margin-right: 0;
    float: none;
    border-bottom: 1px solid #e5e5e5;
}
.nav-list li {
    position: relative;
    float: none;
    margin-left: 0;
    border-top: 1px solid #e5e5e5;
}
 
.nav-list li:first-child {
    border-top: none;
}

.nav-list li:first-child {
    margin-left: 0;
}

.nav-list li > a {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 50px;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
}
.nav-list li > a span {
    display: block;
    color: #333;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
 

.nav-list li .bdo-toggle {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    border-left: 1px solid #e5e5e5;
    color: #999;
    font-size: 22px;
    text-align: center;
}
.nav-list li .bdo-toggle span {
    display: block;
}
.nav-list li.xz .bdo-toggle span {
    transform: rotate(45deg);
    color: #fff
}
.nav-list li.xz a.chagecolor{
  background:#0061ae;
  color: #fff
}
.nav-list li.xz a.chagecolor span{
  color: #fff
}
.nav-down {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
}

.nav-down {
    position: static;
    visibility: visible;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    display: none;
    background: 0 0;
    padding: 0;
    margin-left: -30px;
    margin-right: -30px;
}
.nav-down .conta_iner {
    display: block;

}.nav_div1 .nav_div1_tit {
    line-height: 50px;
    border-top: 1px solid #e5e5e5;
    padding-left: 40px;
}

.nav_div1 .nav_div1_tit a {
 
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.brief_contacts2 p{
  margin-bottom: 0px;
}
.nav_div1 .nav_div1_tit a {
    color: #666;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    display: block;
}
 .footer {
  width: 100%;
    transition: all 0.5s;
}.footer .footer_top {
    background: #1661ae;
    width: 100%;
    text-align: center;
}
.backtop {
    width: 50px;
    height: 50px;
    background: url(../images/up.png) no-repeat center center;
    position: fixed;
    background-size: cover !important;
    right: 2%;
    bottom: 50px;
    z-index: 99;
    cursor: pointer;
    display: none;
}
.backtop {
    right: 5px;
    transform: scale(0.8) translateY(-70%);
}

.footer .footer_b {
    width: 100%; 
    text-align: left;
    color: #f3f3f3;
    padding: 10px 0px;
    font-size: 14px;
    background: #747474;
}
.footer_b  a{
  display: inline-block;
  color: #f3f3f3
}

.brief_icon img{
transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;
}
.brief_icon:hover img{
     transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            -ms-transform: rotate(360deg);

}
.textright{
  text-align: right;
}

.footer .footer_top .flink {
    float: left;
 
}
.footer .footer_top .flink ul li {
    float: left;
 
}
 
 .footer .footer_top .flink ul li a.large{
  color: #fff;
  font-size: 18px;
}
.footer .footer_top  .flink ul li a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s;
}
.footer .footer_top .footer_b_cen .logo {
    display: block;
    float: right;
}
.mobil_flink li{
float: left;
width: 25%;
text-align: left;color: #161616;
}
.mobil_flink li a{
  color: #232323;
  display: block;
  font-size: 15px;
  line-height: 30px;
}
.main {
    transition: all 0.5s;
    padding-top: 120px;
    position: relative;
    width: 100%;
}
.main.welcome .flexslider, .main.welcome .flexslider2 {
    position: relative;overflow: hidden;
}
.main.welcome .flexslider {
    display: block;
}
 .main.welcome .flexslider2 {
    display: none;
}
.main.welcome .flexslider .slides li, .main.welcome .flexslider2 .slides li {
    
    overflow: hidden;
}
 .flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
} 
.main.welcome .flexslider .slides li, .main.welcome .flexslider2 .slides li {
    height: 100%;
    overflow: hidden;
}
.main.welcome .flexslider .slides li video, .main.welcome .flexslider2 .slides li video {
    width: 100%;
    height: 100%;
    display: block;
}
.main.welcome .flexslider .slides li .bg, .main.welcome .flexslider2 .slides li .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/111.png) no-repeat;
    background-size: cover;
}
.flex-control-nav, .flex-direction-nav, .slides {
    margin: 0;
    padding: 0;
    list-style: none;
}
 
 
.flexslider .slides {
    zoom: 1;
}
.flexslider2 {
  height: 194.792px;overflow: hidden;
 }
.flexslider2 .slides {
    zoom: 1;height: 100%;overflow: hidden;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.main.welcome .flexslider .slides li a img, .main.welcome .flexslider2 .slides li a img {
    width: 100%;
    height: auto;
}
.main.welcome .flexslider .slides li a .txt, .main.welcome .flexslider2 .slides li a .txt {
    position: absolute;
    left: 50%;
    /*margin-left: -720px;*/
    top: 45%;
    width: 1440px;
 
    transform: translate(-50%,-50%);
    filter: alpha(opacity=0);
   opacity: 0;
    z-index: 30;
}
.main.welcome .flexslider .slides li a .txt .tab .tab_cell .en, .main.welcome .flexslider2 .slides li a .txt .tab .tab_cell .en {
    font-size: 100px;
    line-height: 110px;
    color: #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
    font-family: Arial;
    margin-top: 18px;
}
.main.welcome .flexslider .slides li a, .main.welcome .flexslider2 .slides li a {
    display: block;
    position: relative;overflow: hidden;
}
.flex-control-paging li a {
    width: 10px;
    height: 10px;
    display: block;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    background: #fff;
    text-indent: -9999px;
}
.main.welcome .flexslider .slides li.flex-active-slide a .txt, .main.welcome .flexslider2 .slides li.flex-active-slide a .txt
{
  filter: alpha(opacity=1);
   opacity: 1; 
}
.main.welcome .flexslider .slides li a .txt .tab, .main.welcome .flexslider2 .slides li a .txt .tab {
    width: 100%;
    height: 100%;
    display: table;
}
.main.welcome .flexslider .slides li a .txt .tab .tab_cell .cn, .main.welcome .flexslider2 .slides li a .txt .tab .tab_cell .cn {
    font-size: 40px;
    line-height: 68px;
    color: #fff;
    letter-spacing: 13px;
}
.main.welcome .flexslider .slides li a .txt .tab .tab_cell .en, .main.welcome .flexslider2 .slides li a .txt .tab .tab_cell .en {
    font-size: 30px;
    line-height: 65px;
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
    font-family: Arial;
    margin-top: 18px;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    z-index: 10;height: 10px;
}
.flexslider {
    padding: 0;
    margin: 0;
    background: #fff;
    position: relative;
    zoom: 1;
}
.flex-direction-nav li a{
   position: absolute;
    top: 50%;z-index: 888;  
    transform: translateY(-50%);
    width: 35px;   
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 62px; 
}
.flex-direction-nav li a.flex-prev{
   position: absolute;
   left: 20px;
   background:url(../images/leftrow.png)center center no-repeat; display: block;
}

.flex-direction-nav li a.flex-next{
  position: absolute;display: block;
   right: 20px;
  background:url(../images/righttrow.png)center center no-repeat; display: block;
}


.flex-direction-nav {
  
}
 .flex-control-nav, .slick-dots, .swiper-pagination, .tac {
    text-align: center;
}
.flex-control-nav, .flex-direction-nav, .slides {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-control-nav li {
    margin: 0px;
    display: inline-block;
    zoom: 1;
}
.main.welcome .flexslider .flex-control-nav li a, .main.welcome .flexslider2 .flex-control-nav li a {
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    background: #fff;
}
.main.welcome .flexslider .flex-control-nav li a.flex-active, .main.welcome .flexslider2 .flex-control-nav li a.flex-active {
    background: #065ace;
}
.main.welcome .flexslider .slides li a .txt .tab .tab_cell .cn, .main.welcome .flexslider2 .slides li a .txt .tab .tab_cell .cn{
  padding-top:16px;
}

 
  .main.welcome .flexslider .flex-control-nav, .main.welcome .flexslider2 .flex-control-nav {
    bottom: 10px;
}
.main.welcome .flexslider .flex-control-nav li, .main.welcome .flexslider2 .flex-control-nav li {
    margin: 0px;
}

.main.welcome .flexslider .slides li a .txt .tab .tab_cell .en, .main.welcome .flexslider2 .slides li a .txt .tab .tab_cell .en {
    font-size: 70px;
    /*width: 60%;*/margin:0px auto;
    text-align: center;color: #fff
}
.main.welcome .flexslider .slides li a .txt, .main.welcome .flexslider2 .slides li a .txt {
   /* margin-left: -47%;*/
    width: 94%;
}
.main.welcome .flexslider .slides li a .txt .tab .tab_cell .cn, .main.welcome .flexslider2 .slides li a .txt .tab .tab_cell .cn {
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 10px;
    text-align: center;
}
 



 
.footer .footer_top .footer_b_cen .flink ul li a:hover {
   color: #0061ae;
}
.footer .footer_top .footer_b_cen .logo img {
    width: 200px;
    height: auto;
}
 

 
.footer .footer_top .footer_b_cen {
    padding-bottom: 50px;
    padding-top: 50px;
}
 

@media (max-width: 500px){
  .footer .footer_top .flink ul li a.large{
    font-size: 16px;
  }
  .footer .footer_top .flink ul li{
        margin-right: 35px;
  }
 .header .header_cen .logo{
  padding-top: 0px;
 }


}

@media (min-width:1024px) {
  .header .header_cen .logo{
    line-height: 120px;
  }
  .header-bream{
    display: none;
  }
  .header .header_cen .header_r .nav ul li:hover a .txt{
  color:#0061ae;
}
.header .header_cen .header_r .nav ul li:hover a i {
  background:url(../images/x2.png) no-repeat;
}
}@media (max-width:1024px) {
  .header .header_cen .push-line {
  display:block;
}
.header .header_cen .header_r {
  display:none;
}
.header .header_cen {
  height:60px;
}
.header .header_cen .logo {
  line-height:55px;
}
 .textright{
  text-align: left;
 }
.footer .footer_top .footer_b_cen .logo{
  float: none;
  margin-bottom: 20px;
}
.footer .footer_top .footer_b_cen{
  padding: 20px 0px;
}
}
@media (min-width: 992px){
  .textright{
  text-align: right;
 } 
}
@media (max-width:1138px) {

.header .header_cen .header_r .nav ul li{
  padding: 0px 12px;
}

}
 
  .w1440 {
  width:90%;
 
}

  .header .header_cen {
  width:95%;
}




 
.footer .footer_top  .flink ul li {
    margin-right: 45px;
}


@media (max-width: 1024px){
 
.header {
    height: 65px;
    background: #fff;
}}
@media (max-width: 1024px){
 
.main.welcome .flexslider {
    display: none;
}
}
@media (max-width: 1024px){
 .main.welcome .flexslider .slides li a .txt .tab .tab_cell .en, .main.welcome .flexslider2 .slides li a .txt .tab .tab_cell .en{
  margin-top: 0px;
 }
.main {
    padding-top: 65px;
}
}

@media (max-width: 600px){
 
.main.welcome .flexslider .slides li a .txt .tab .tab_cell .en, .main.welcome .flexslider2 .slides li a .txt .tab .tab_cell .en {
    font-size: 30px;
    line-height: 40px;
 
}
.main.welcome .flexslider .slides li a .txt .tab .tab_cell .cn, .main.welcome .flexslider2 .slides li a .txt .tab .tab_cell .cn {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 3px;
}
.main.welcome .flexslider .slides li a > img, .main.welcome .flexslider2 .slides li a > img {
    width: 170%;
    margin-left: -35%;
}
.main.welcome .flexslider .flex-control-nav, .main.welcome .flexslider2 .flex-control-nav {
    bottom: 10px;
}
}
.main_page1_left{
  overflow: hidden;
}
.main_page1_left img{
   width: 100%;  transition: all 0.5s;overflow: hidden
} 
  .tch {
    font-size: 36px;
    line-height: 54px;
    color: #333;
}
.main_page1_left{
  float: left!important;
}
.main_page1_right{
  float: right!important;
}
.ten{
  color: #0b061a;
  font-size: 12px;
  text-align: left;
  line-height: 50px;
  text-transform: uppercase;
  position: relative;
}

.ten:after {
    content: "";
    position: absolute;
    left: 0%;
    right: 90%;
    bottom: 0px;
    background: #0b061a;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: 99;
}
.tdecorantion{
  color: #666666;
  font-size: 15px;
  text-align: left;
  line-height: 30px;
  padding:40px 0px;
}
.brief_icon{
  text-align: center;
  line-height: 34px;
  margin:0px auto;
  float: left;
  position: relative;
  border-right: 1px solid #dadada;
  padding: 0px 37px;z-index: 8;
}
.brief_icon:last-child{
  border-right: 0px;
}
.brief_icon p{
line-height: 45px;
font-size: 17px;
color: #000000;
text-align: center;
margin-bottom: 0px;

}
.brief_icon a{
  display: block;
}
  .tch a{
  display: block;
  color: #333
}
.brief_icon img{
  height: 70px;
  margin:0px auto;display: block;
  text-align: center;
}
.col-xs-12row{
  width: 100%;
 
}
.main_page1{
  margin: 60px auto;
  width: 100%;
  position: relative;
}

.km_links{
  box-sizing: border-box;
  text-align: center;
  width: 55%;
  margin:0px auto;
  color: #666666;
  font-size: 18px;
  line-height: 30px;
  padding: 20px 0px 0px;
}
.flex-around {
  margin-top: 30px;
 width: 100%;
 overflow: hidden;
 font-size: 0;
    display: box;
    display: -webkit-box;     
    display: -moz-box;        
    display: -ms-flexbox;     
    display: -webkit-flex;    
    display: flex;  
  flex-direction: row;
  -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
 
}
.business_cen {
  position: relative;
  width: 100%;overflow: hidden;    padding: 100px 0 0px;;
  transition: all 0.5s;
  text-align: center;z-index: 8;
}
.f-cbbox_list{
    
    -webkit-box-flex: 1;
    -moz-box-flex: 1;                    
    -webkit-flex: 1;         
    -ms-flex: 1;             
    flex: 1; overflow: hidden;
   position: relative;
 
}
.tu img{
    width: 100%;
    height: auto;
    display: block;
}
.tu{
  position: relative;
  width: 100%;
}
 .txt_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 25% 40px 0 40px;
    box-sizing: border-box;
    height: 100%;
    z-index: 100;
    text-align: center;
}
.txt_box .t {
    font-size: 25px;
    line-height: 50px;color: #fff
}
.txt_box .con {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    filter: alpha(opacity=80);
    opacity: 0.8;
    margin-top: 10px;
 
    overflow: hidden;
}
 .f-cbbox_list .bg {
    width: 100%;
    height: 100%;
    background: url(../images/jianb1.png)top center no-repeat;
    position: absolute;
    left: 0;opacity:0.7;
    top: 100%;z-index: 60;
}

.main_page3{
  margin: 60px 0px;
  width: 100%;
}
.main_page3_contact{
  margin-top: 60px;
  background:#eeeeee;
}
.main_page4 img{
  width: 100%;
}
.news_cen {
  margin-top: 35px;
  position: relative;
    font-size: 28px;
    line-height: 54px;
    color: #333;
}
.news_cen a{
    display: block;
    color: #333;
}

.news_cen:after {
    content: "";
    position: absolute;
    left: 0%;
    right: 90%;
    bottom: -17px;
    background: #0b061a;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: 99;
}

.Hall_left_page{
    width: 48%;
    overflow: hidden;
    float: left;  
    transition: transform 0.5s,opacity 0.5s;
}
.Hall_right_page{
    width: 48%;
    overflow: hidden;
    float: right;  
    padding-right: 5%;
    transition: transform 0.5s,opacity 0.5s;
}

.ijoin-list a{
  color: #333333;
  font-size: 15px;
  border: 1px solid #333333;
  padding: 8px 26px;
  display: inline-block;
}
.ijoin-list a:hover{
  color: #fff;
  background:#0061ae;
  border: 1px solid #0061ae;
}
.ijoin-list{
  margin-bottom: 15PX;
}
.news_box{
 
  padding-top: 45px;
}
  .news_l a {
  display: block;
  position: relative;
}
.news_l a  img {
  width: 100%;
  display: block;
  transition: all 0.5s;
  height: auto;
}
.news_l a {
  overflow: hidden;
}

.news_l:hover .tu img {
  transform: scale(1.1);
 } 
 .news_bot ul li:hover a .tu img{
  transform: scale(1.1);
 }
.news_bot ul {
  width: 100%;
}
.news_bot ul li {
  float: left;
  margin-top: 1.2%;
  margin-bottom: 1.6%; 
}


  .news_bot ul li a {
  display: block;
  position: relative;
}

 .news_bot ul li a .tu {
  overflow: hidden;
}
 .news_bot ul li a .tu img {
  transition: all 0.5s;
  width: 100%;
  display: block;
  height: auto;
}
  .news_bot ul li a .txt_box3 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background:url(../images/newbg.png)left center ;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 13px;
  box-sizing: border-box;
}
.txt_box3 .model{
  display: none;
}
.txt_box3 .txt{ 
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  padding: 10px 0px;
  overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.mobile_news{
  display: none;
}
.mobile_news_list{
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
 
}
.mobile_tu{
  float: left;
  width: 30%;
  overflow: hidden;
  margin-right: 15px;
}
.mobile_txt_box3{
  margin-left: 33%;
}
.mobile_model{
color:#a2a2a2;
border: 1px solid #a2a2a2;
font-size: 13px;
display: inline-block;
padding: 5px 20px;
}

.mobile_txt{
  color:#000000;
  margin-bottom: 15px;
  font-size: 15px;text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
.select_list{
  width: 100%;
  text-align: center;
  margin: 0px auto;
}

.select_list li {
  width: 200px;
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 25px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  font-size: 16px;
  line-height: 48px;
  color: #666;
  transition: all 0.3s;
  cursor: pointer;
}
.cbox{
  display: none;
  width: 90%;
  margin: 0px auto;
}
.cbox.cbox_show{
  display: block;
}
.main_page5 {
  margin: 40px 0px 0px;
  width: 100%;
}
.select_list li.select_label_active{
  color: #fff;
  background: #0052a6;
}
.cooperation_main{
  width: 100%;
  text-align: center;
  margin: 30px auto;
}
.form_control{
  float: left;
  border: 1px solid #acacac;
    border-radius: 10px; 
  color: #acacac;
  margin-bottom:20px;
margin-left: 20px;
}
.form_control input[type="text"]{
    border: none;
    outline: none;
    height: 45px;
    line-height: 45px;float: left;
    width: 225px;    text-indent: 1em;
    margin-right: 16px;background:#fff;
}

.form_control span{
  font-size: 16px;
  text-align: left;
  float: left;
   height: 45px;
    line-height: 45px;
    padding: 0px 0px 0px 15px;
}
.form_control .u_button{
    background: #0052a6;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
    outline: none;
    border: none;
    height: 45px;
    line-height: 45px;
    width: 100px;
    border-radius: 5px;
}
.form_control:last-child{
   border:none;
}
.form_control .form_control_label{
  float: left;    color: #333333;
  margin:0px 20px;margin-bottom:0px;
  height: 45px;font-size: 17px;font-weight:normal;
  line-height: 45px;
}
.form_control .form_control_label input{
  margin-right:10px;color: #333333
}
@media (max-width: 1100px){
 .main.welcome .flexslider2 .slides li a .txt .tab .tab_cell .en{
  width: 100%;     font-size: 64px;
 }
.main.welcome .flexslider .slides li a > img, .main.welcome .flexslider2 .slides li a > img{
  width: 170%;
    margin-left: -35%;
}

}

@media (max-width: 1024px) {
 
  .news_box {
    padding-top: 30px;
   
}
.main.welcome .flexslider2{
  display: block;
}
.flexslider2 .slides li a .txt .tab .tab_cell .en{
  width: 100%;
}
}
@media screen and (min-width: 1025px) { 


}
@media screen and (max-width: 1650px) { 


}
@media screen and (max-width: 1440px) {


}
@media screen and (max-width: 1370px) {


}

@media screen and (max-width: 1260px) {


}

@media screen and (max-width: 1024px) {
  .Hall_left_page{
    width: 100%;
  }
  .Hall_right_page{
width: 96%;
  }
  .col-xs-12row{
    margin-bottom: 30px;
  }
  .txt_box .con{
    display: none;
  }

}

@media screen and (max-width: 860px) { 
  .main.welcome .flexslider2 .slides li a .txt .tab .tab_cell .en {
    width: 100%;
    font-size: 54px;
}
 .form_control{
  width: 100%;
  margin-left: 0px;
 }
 .form_control .u_button{
  width: 100%
 }
.txt_box .con{
  display: none;
}
.ijoin-list{
  margin-bottom:25px;
}
.main_page3{
    margin-top:30px;
    margin-bottom: 30px;
}.main_page4{
  margin-top:30px;
}
.main_page3_contact{
  margin-top:30px;
}
.Hall_left_page {
  width: 100%;
}
.news_cen{
  font-size: 26px;
  line-height: 1.6;
}
.Hall_right_page{
  padding:0px 5%;
  width: auto;
  float: none;
}
 .flex-around{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
 }

.f-cbbox_list{
   flex: 1;
   width: 50%;max-width: 50%;
   min-width: 50%;overflow: hidden;
}
  .tch{
  text-align: center;font-size: 30px;
 }
.main_page1{
  margin: 30px auto;
  width: 100%;
  position: relative;
}
.ten{
  line-height: 20px;
  text-align: center;
}
.ten:after {
    content: "";
    position: absolute;
     left: 38%;
    right: 40%;
    bottom: -15px;
    background: #0b061a;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: 99;
}
.brief_icon{
  padding: 0px ;
  width: 33.3%;
  text-align: center;
  margin:0px auto;
}
.col-xs-12row{
  width: 100%;
  margin-bottom: 30px;
}
.km_links{
  width: 90%;
}


}
 
 .main_page6_img_left{
  float: left;
  overflow: hidden;width: 404px;
 }
 .main_page6_img_left img{
   width: 100%;
 }
input[type="text"]{
  background:#fff;
  background-color: #fff
}
input[type="text"]:focus{
outline:none;
  background:#fff;
  background-color: #fff
}
input[type="text"]:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
   -webkit-box-shadow: 0 0 0px 1000px #fff inset   
 }
.main_page6{ 
  width: 100%;
  overflow: hidden;
}
.main_page6_img_right{
margin-left: 430px;
}
.mateint{
  float: left;

}
.mateint h2{
  color: #0061ae;
  font-size: 30px;
  text-align: left; 
  float: left;
  margin-right: 20px;
}
.mateint p{
  color: #888888;
  font-size: 16px;
  line-height: 30px;
}
.mateint span{
  color: #06a97d;    margin-top: 8px;display: inline-block;
  font-size: 38px;    padding-left: 31px;
  background:url(../images/phone.png)left center no-repeat;
}
.mateint{
  margin-top:10%;
}
.mateint_right{
  float: right;
    text-align: center;
    margin: 0px auto;
    margin-top:4%;
}
.mateint_right img{
  width: 130px;text-align: center;
  margin-bottom: 15px;
}
.mobile_footer{
  display: none;
  background:#1661ae;
  padding: 20px 0px 5px;
  line-height: 1.6;text-align: left;
  color: #fff;font-size: 14px;
}
.mobile_footer_Copyright{
  padding-top:20px;
  width: 100%;
  border-top: 1px solid #bdbdbd
}
.mobile_footer_Copyright a{
  display: inline-block;
}
.mobile_footer_h2{
  font-size: 28px;
}
.mobile_footer_h3{
  font-size: 30px;
  color: #fff; 
  padding-left: 31px;
  background:url(../images/phone.png)left center no-repeat;
}
.mobile_footer_ewm img{
  width: 150px;
  padding-bottom: 20px;
}
.email_adress{
  padding-left: 30px;
  font-size: 16px;
  background:url(../images/email.png)left center no-repeat;
  background-size:23px;
}
.website_adress{
  padding-left: 30px;
  font-size: 16px;
  background:url(../images/earth.png)left center no-repeat;
  background-size:23px;
}
.title_en{
  margin-top: 20px;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
}
.title_ch{
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}
.mobile_footer_ewm{
  margin-top: 20px;
}
.mobile_footer_Copyright a{
  font-size: 14px;
}

@media screen and (max-width: 1240px) {
  .header .header_cen .header_r {
    display: none;
}
.header-bream{
  display: block;
}
.header .header_cen .logo {
    line-height: 55px;
}
.header .header_cen {
    height: 60px;
}
.header{
  height: 60px;
}
}


@media screen and (max-width: 640px) {
    .main.welcome .flexslider2 .slides li a .txt .tab .tab_cell .en {
    width: 100%;
    font-size: 34px;
}
  .main_page6{
    display: none;
  }
  .form_control .u_button{
    width: 100%;
  }
  .cbox {
    width: 90%;
  }
  .form_control{
    width: 100%;
    margin-left: 0px;
  }
  .form_control input[type="text"] {
    width: 65%;
  }
  .select_list li{
     width: 43%;
    margin: 0px 2%;
  }
  .news_l{
    width: 100% !important;
  }
  .news_bot {
    display: none;
  }
  .mobile_news{
    display: block;
  }
 .tch{
  text-align: center;font-size: 26px;
 }
.ten{
  line-height: 20px;
  text-align: center;
}
.ten:after {
    content: "";
    position: absolute;
     left: 38%;
    right: 40%;
    bottom: -15px;
    background: #0b061a;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: 99;
}
.brief_icon{
  padding: 0px ;
  width: 33.3%;
  text-align: center;
  margin:0px auto;
}
.col-xs-12row{
  width: 100%;
  margin-bottom: 30px;
}
 .mobile_footer{
  display: block;
 }











 }

@media screen and (max-width: 481px) { 
  .main.welcome .flexslider2 .slides li a .txt .tab .tab_cell .en {
    width:100%;
    font-size: 22px;
}
.main.welcome .flexslider .slides li a .txt .tab .tab_cell .cn, .main.welcome .flexslider2 .slides li a .txt .tab .tab_cell .cn {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 3px;
}
}
@media screen and (max-width: 421px) {
  .main.welcome .flexslider2 .slides li a .txt .tab .tab_cell .en {
    width: 100%;
    font-size: 22px;
}
.main.welcome .flexslider .slides li a .txt .tab .tab_cell .cn, .main.welcome .flexslider2 .slides li a .txt .tab .tab_cell .cn {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 3px;
}
}
@media screen and (max-width: 360px) {
  .main.welcome .flexslider2 .slides li a .txt .tab .tab_cell .en {
    width: 96%;
    font-size: 22px;
}
.main.welcome .flexslider .slides li a .txt .tab .tab_cell .cn, .main.welcome .flexslider2 .slides li a .txt .tab .tab_cell .cn {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 3px;
}
}
 @media screen and (max-width: 1147px) {
  .mateint_right{
    display: none;
  }
 }
 @media screen and (max-width: 840px) {
  .mobile_footer{
    display: block;
  }
  .footer .footer_top ,.footer_b {
    display: none;
  }
.main_page6{
  display: none;
}

 }
.inner_slides img{
  width: 100%;
}
.inner_flexslider{
  position: relative;
  width: 100%;overflow: hidden;
}
  .inner_slides li a .inner_txt {
    position: absolute;
    left: 50%; 
    top: 50%; 
    transform: translate(-50%,-50%);
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 30;text-align: center;
}
.inner_en{
  color: #fff;font-size: 36px;
 letter-spacing: 3px;
  text-transform: uppercase;
}
.inner_cn{
  color: #fff;font-size: 40px;
 letter-spacing: 3px;
  text-transform: uppercase;
}
 @media screen and (max-width: 700px) {
.inner_slides{
    width: 130%;
}
.inner_en{
 font-size: 23px;
}
.inner_cn{
 font-size: 29px;
}

}
 @media screen and (max-width: 480px) {
.inner_slides{
    width: 140%;
}
.inner_en{
 font-size: 18px;
}
.inner_cn{
 font-size: 23px;
}
 }
 .header .header_cen .header_r .nav ul li a.active{
  color: #0061ae
 }
 .main_page2{
  background: #07a281;
  position: relative;
  width: 100%; 
 }
 audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

  .buiness_container {
  position: absolute;overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  margin-top: -200px;
}
.tchcaver {
  font-size: 45px;
  line-height: 54px;
  color: #333;
}
.km_links{
  color: #fff;
}
.tchcaver {
color: #fff;
}
 @media (min-width: 1024px){
 
   .animate{
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
   }
 }
 @media screen and (max-width: 960px) {
.km_links{
  width: 95%;
}
.form_control input[type="text"]{
  width: 78%;   
}
}
 @media screen and (max-width: 760px) {
  .form_control input[type="text"]{
    width: 78%;   
  }
  .business_cen{
    padding-top: 50px;
  }
  .tchcaver{
    font-size: 30px
  }
  .main.welcome .flexslider .slides li a .txt .tab .tab_cell .cn, .main.welcome .flexslider2 .slides li a .txt .tab .tab_cell .cn{
    padding-top: 5px;
  }
 }
 @media screen and (max-width: 500px){
 .news_cen {
     font-size: 22px;
     line-height: 1.6;
     margin-top:25px;
 }
 .tdecorantion{
  padding-bottom: 20px;
 }
 .main_page3{
   margin-bottom: 20px;
 }
 .form_control input[type="text"]{
  width: 78%;   
}

}
 @media screen and (max-width: 460px){
  .form_control input[type="text"]{
    width: 67%;   
  }
  .brief_icon img{
    width: 60px;height: 60px;
  }

}

 @media screen and  (min-width:1320px) {
  .cbox {
    width: 1043px;
    margin: 0px auto;
}

}
 @media (min-width:860px) and  (max-width:970px) {
 .form_control input[type="text"] {
    width: 61%;
}


}
.main_page6change{
  width: 100%;
  position: relative;
  background:url(../images/dtp.jpg)left center no-repeat;
}
.main_page6change_mateint{
  padding:40px 0px;
  text-align: center;
  margin:0px auto;
}.main_page6change_mateint p {
    color: #888888;
    font-size: 16px;
    line-height: 30px;
}
.age6ch1{
  display: inline-block;
   color: #0061ae;
    font-size: 30px;
    text-align: left;  
    margin-right: 20px;
}
.age6ch2{
color: #06a97d;
    margin-top: 8px;
    display: inline-block;
    font-size: 38px;
    padding-left: 31px;
    background: url(../images/phone.png)left center no-repeat;
}

 @media screen and (max-width: 760px){
  .main_page6change{
    display: none;
  }

}
.txt_box .ico {
    width: 90px;
    height: 90px;
    bottom: 13%;
    position: absolute;
    left: 50%;
    transform: translate(-50% ,0%);
     filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.5s;
    overflow: hidden;
}
.txt_box .ico img{
   max-width: 100%;
}

/*.f-cbbox_list .bg{
  display: none;
  transition: all 0.3s;
}*/
.f-cbbox_list:hover a .txt_box .ico {
   filter: alpha(opacity=100);
    opacity: 1; 
} 
.f-cbbox_list:hover .txt_box { 
  transition: all 0.8s;
 background: url(../images/jianb1.png)top center no-repeat;
} 
.header .header_cen .header_r .nav ul li .link_box a:hover{
   background:#07a281;
}
.tu img{
    transition: all 0.5s;
}
.f-cbbox_list:hover .tu img{
  transform: scale(1.1);
}
.Hall_left_page img ,.main_page1_left img,.inner_slides img{
     transition: all 0.5s;
}
  @media screen and (max-width: 1360px){
.footer .bocweb-logo{
  display: none !important;
}

  }
@media screen and (max-width: 1250px){
  .mobile_footer {
    display: block;
}
.footer .footer_top, .footer_b {
    display: none;
}
.main {
    padding-top: 65px;
}

@media screen and (max-width: 320px){
  .txt_box .t {
    font-size: 19px;font-weight: bold;
    line-height: 28px;
    color: #fff;
 
}
.main.welcome .flexslider .slides li a .txt .tab .tab_cell .cn, .main.welcome .flexslider2 .slides li a .txt .tab .tab_cell .cn{
  text-align: center;color: #fff
}

