﻿
@charset "UTF-8";
.con{width: 1200px;margin: 0 auto;}
.head_rt{
    position: relative;
    float: right;
    height: 110px;
    cursor: pointer;
    font-size: 0;
}
/*header*/

.header {
    z-index: 1000;
    position: fixed;
    top: 0;
    /* height: 140px; */
    width: 100%;background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
/*===============Ã¤Â¸â€¹Ã¦â€¹â€°==============*/
.container{margin:0 auto;width: 1600px;}
@media (max-width: 1600px){
  .container{width:1200px;}
}
.container:before,.container:after{
  content: " ";display: table;
}
.head-top{height: 50px;border-bottom: 1px solid #eee;}
.head-top .head-topUl{width: 81.25%;float: left;}
.head-top .head-topUl li a{color: #666;font-size: 14px;display: inline-block;}
.head-top .head-topUl li a:hover{color: #0e48a7;}
.head-top .head-topUl li{line-height: 50px;float: left;margin-right: 245px;}
.head-top .head-topUl ul{padding: 0!important;}
.head-top .head-topUl .tempWrap{width: 100%!important;}
.head-Tel{display: inline-block;float: right;line-height: 50px;color: #0e48a7;font-size: 16px;padding-left: 34px;background: url(../images/tel.png) no-repeat left center;}
.head_bot{height: 90px;}
.header .logo{
    width: 157px;
    height: 60px;
    display: inline-block;
    margin-top: 15px;
    float: left;
}
.navbar{float: left;margin-left: 217px;}
.navbar *{-webkit-box-sizing: border-box;box-sizing: border-box;}
.category-item{float: left;}
.category-item-single{position: relative;}
.category-a{display: block;font-size: 16px;line-height: 90px;color: #333;padding: 0 20px;-webkit-transition: all .8s;-o-transition: all .8s;transition: all .8s;position: relative;margin:0 13px;}
.category-a.on,.category-a:hover{color: #0e48a7;}
.category-a::after{content: '';width:0;height: 3px;background: #0e48a7;position: absolute;bottom: 0;left:50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);-webkit-transition: all .8s;-o-transition: all .8s;transition: all .8s;}
.category-item.active .category-a::after,.category-item:hover .category-a::after{width: 100%;}
.category-item.active .category-a,.category-item:hover .category-a{color:#0e48a7; }



.dropdown-menu *{-webkit-box-sizing: border-box;box-sizing: border-box;}

.dropdown-menu.full-screen {
    position: absolute;
    top: 100%;
    z-index: 1100;
    background-color: rgba(255,255,255,0.9);
    border-top: 1px solid #dae1e6;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: auto;
    display: none;
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
    left: 0;
    margin-top: 0;
    -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
            box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
}
.dropdown-container{box-sizing: border-box;padding: 30px 0 60px;}
.p-drop-le{height: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;position: relative;}
.p-drop-Lwrap{box-sizing: border-box;overflow-y: auto;max-height: 450px;}
.column-item{float: left;margin-right: 109px;margin-bottom: 90px;padding-right:30px;}
.column-item:nth-child(7n){margin-right: 0;}
.column-item a{display: block;font-size: 14px;color: #666;line-height: 30px;}
.column-item a:hover{color: #0e48a7;}
.column-item .nav-title{font-size: 16px;color: #333;margin-bottom: 9px;position: relative;padding-left: 12px;}
.column-item .nav-title:before{content: '';width: 2px;height: 25px;background: #0e48a7;position: absolute;left: 0;top: 50%;margin-top: -12.5px;}
.category-item:hover .dropdown-menu.full-screen{
    display: block;
    visibility: visible;
}
.dropdown-menu.single {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    /* width: auto; */
    width: 310px;
    z-index: 1100;
    background: rgba(255,255,255,0.9);
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
    border: none;
    color: #303233;
    height: auto;
    padding: 0;
    display: block;
}
.dropdown-menu.single li{
    display: block;
    font-size: 16px;
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
}
.dropdown-menu.single li:last-child{border-bottom: 0;}
.dropdown-menu.single li>a {
    padding: 21px 30px;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    color: #333;
    line-height: 1;
    height: auto;
    background: 0 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.dropdown-menu.single li>i{display: block;font-size: 16px;color: #4d4d4d;position: absolute;right: 25px;top:50%;margin-top: -8px;}
.dropdown-menu.single li:hover a{color:#0e48a7;}
.dropdown-menu.single li:hover i{color:#0e48a7; }
.category-item:hover .dropdown-menu.single{
    max-height: 450px;
    opacity: 1;
}
@media (max-width: 1600px){
  .column-item{margin-right: 42px;}
}



/* .header_in{position: relative;} */
/* .head_search .search{position: absolute;right: 0;font-size: 20px;top: 50%;margin-top: -10px;cursor: pointer;transition: all 0.3s;} */
.head_search .butt_search{float: right;line-height: 90px;font-size: 20px;cursor: pointer;transition: all 0.3s;border:0;background: none;}
.head_search .butt_search:hover{color:#0e48a7; }
.search-box{position: absolute;left:50%;transform: translateX(-50%);}
.search {
    position: absolute;
    right: 0;
    padding-left: 20px;
    height: 62px;
}

.hd_ser2 .wrapper-text{
    display: none;
    position: absolute;
    top: 47px;
    right: 0;
    width: 205px;
    height: 30px;
    border: 1px solid;
    top: 61px;
    right: 0;
    z-index: 200;
    border-color: #8b8b8b;
}
.hd_ser2 .text {
    box-sizing: border-box;
    color: #8b8b8b;
    font-size: 14px;
    width: 100%;
    height: 27px;
    line-height: 27px;
    /* -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px; */
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    height: 28px;
    line-height: 30px;
    vertical-align: top;
}
.hd_ser2 .wrapper-text.active {
    display: block!important;
}
.header-nav > li.search .hd_ser2 {
    float: none;
    margin: 0;
    width: 110px;
    height: 84px;
    background-color: #ffffff;
}
.hd_ser2 {
    position: relative;
}
@media (max-width:1600px){
    .category-a{padding: 0 8px;}
    .navbar{float: left;margin-left: 120px;}
    .search-wrap{width:920px;}

}
/*===============Ã¨Â½Â®Ã¦â€™Â­Ã¥Ë†â€¡Ã¦ÂÂ¢==============*/

.banner_index{margin-top: 140px;width: 100%;position: relative;overflow: hidden;}
.banner_index li a>img {display: block;width: 100%;}
.banner_index .slides li {position: relative;background-size: cover;background-repeat: no-repeat;background-position: center;overflow: hidden;}
.banner_index a {display: block;}

.banner_index .flex-direction-nav .flex-prev,
.banner_index .flex-direction-nav .flex-next {
    display: none;
    width: 60px;
    height:60px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 0;
    border: 1px solid #d6d6d6;
}

/* .banner_index .flex-direction-nav .flex-prev {
    left: 100px;
    background: url(../images/left.png) no-repeat center;
}

.banner_index .flex-direction-nav .flex-next {
    right: 100px;
    background: url(../images/right.png) no-repeat center;
}

.banner_index .flex-direction-nav .flex-prev:hover {
    border-color: #00bb92;
    background: url(../images/lefth.png) no-repeat center;
}

.banner_index .flex-direction-nav .flex-next:hover {
    border-color: #00bb92;
    background: url(../images/righth.png) no-repeat center;
} */
.banner_index .flex-control-paging li a{position: relative;}
.banner_index .flex-control-paging li a:after{content: '';width: 16px;height: 16px;border:1px solid #fff;border-radius: 50%;position: absolute;left:50%;top:50%;margin-top: -8px;margin-left: -8px;opacity: 0;transition: all 0.3s;}
.banner_index .flex-control-paging li a.flex-active:after{opacity: 1;}
.banner_index .flex-control-paging {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.banner_index .flex-control-paging li {
    float: left;
    margin:0 10px;
    cursor: pointer;
}
.banner_index .flex-control-paging a {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    font-size: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.ban-con{position: absolute;left:50%;top: 50%;transform: translate(-50%,-50%);padding: 0 130px;}
.ban-info1 h3{color: rgba(255, 255, 255, 0.85);font-size: 56px;font-family: 'MFB';letter-spacing: 6px;line-height: 61px;display: inline-block;border-bottom: 1px solid rgba(255,255,255,0.2);}
.ban-info1 h3 span{font-size: 100px;color: rgba(255, 255, 255, 0.85);font-family: 'Dinm';letter-spacing: -7px;line-height: 100px;display: inline-block;margin-right: 12px;}
.ban-info1 p{color: #fff;font-size: 24px;line-height: 24px;margin-top: 19px;letter-spacing: 2px;}
.ban-info1{display: inline-block;background: url(../images/ban-bg.png) no-repeat left center;padding: 30px 0 58px 38px;background-size: contain;position: absolute;left:130px;top: 45%;margin-top: -117.5px;}
.ban-pic{float: right;width: 637px;overflow: hidden;}
.ban-pic img{display: block;width: 100%;}
@media (max-width:1600px){
    .ban_rt{width: 50%;}
    .in1_rtp{max-height: 195px;}
    .in4_rt{padding-top: 30px;}
    .in5_box li{width: 283px;margin-right: 22px;}
    .in5_box li .in5_pic{width:283px;height: 182px;}
    .foot_lf{width: 340px;}
    .foot_rt{width: 860px;}
    .foot_rtt a{margin-right: 27px;}
    .ban-con{padding: 0;}
    .ban-info1{left: 0;padding: 20px 0 55px 27px;margin-top: -111px;}
    .ban-pic{width: 530px;}
}
@media (max-width:1520px){
    .banner_index .flex-direction-nav .flex-prev {
        left: 10px;
    }

    .banner_index .flex-direction-nav .flex-next {
        right: 10px;
    }
}

@media (max-width:1440px){
    .in4_btn{display: none;}
}
@media (max-width:1280px){
    .banner_index .flex-direction-nav .flex-prev {
        display: none;
    }

    .banner_index .flex-direction-nav .flex-next {
        display: none;
    }
}
/*Ã¥Å Â Ã¨Â½Â½*/
#preloader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1002;
}

#preloader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#preloader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#preloader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -24px;
  margin-left: -24px;
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#preloader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}
@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}



/* Ã©Â¦â€“Ã©Â¡Âµ */
.contain{background: #f2f2f2;}
.con1-lf{width: 48.125%;float: left;height: 288px;background: #fff}
.con1-rt{width: 51.875%;float: right;height: 216px;background: #f5f5f5;}
.tit{color: #333;font-size: 22px;line-height: 22px;margin-bottom: 30px;}
.in1-con{position: relative;overflow: hidden;}
.in1-box{position: absolute;top: 0;left:50%;transform: translateX(-50%);height: 100%;}
.in1-boxlf{width: 47.75%;float: left;padding: 50px 0 0;}
.in1-boxrt{width: 52.25%;float: right;}
.in1lf-pic{width: 48px;height: 48px;border-radius: 50%;border:1px solid #c1c1c1;display: inline-block;margin-right: 20px;vertical-align: middle;transition: all 0.3s;}
.in1lf-pic1{background: url(../images/in1.png) no-repeat center;}
.in1lf-pic2{background: url(../images/in2.png) no-repeat center;}
.in1lf-pic3{background: url(../images/in3.png) no-repeat center;}
.in1lf-pic4{background: url(../images/in4.png) no-repeat center;}
.in1lf-ul li{width: 50%;float: left;margin-bottom: 20px;font-size: 0;}
.in1lf-ul li p{width: 73%;display: inline-block;vertical-align: middle;}
.in1-box p{color: #666;font-size: 14px;line-height: 26px;}
.in1-boxrt p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 47px;}
.in1-boxrt-top{height: 216px;padding: 50px 50px;background: #f5f5f5;}
.more-btn{width: 72px;height: 72px;background: transparent;position: relative;display: inline-block;border:1px solid #d3d3d3;transition: all 0.4s;}
.more-btn i{display: inline-block;width: 28px;height: 28px;background: url(../images/jia1.png) no-repeat center;position: absolute;top: 50%;left: 50%;margin-left: -14px;margin-top: -14px;transition: transform 0.5s ease 0s;}
.in1lf-ul li:hover .in1lf-pic{transform: translateY(-10px);border-color: transparent;}
.in1lf-ul li:hover .in1lf-pic1{background: #0e48a7 url(../images/in1h.png) no-repeat center;}
.in1lf-ul li:hover .in1lf-pic2{background: #0e48a7 url(../images/in2h.png) no-repeat center;}
.in1lf-ul li:hover .in1lf-pic3{background: #0e48a7 url(../images/in3h.png) no-repeat center;}
.in1lf-ul li:hover .in1lf-pic4{background: #0e48a7 url(../images/in4h.png) no-repeat center;}

.in-two{padding-top: 80px;}
.in2-con{position: relative;}
.in2-lf{width: 44%;float: left;position: relative;overflow: hidden;}
.in2-lf img{display: block;width: 100%;transition: all 0.4s;}
.in2-lf:hover img{transform: scale(1.1);}
.in2-rt{width: 56%;position: absolute;right: 0;height: 100%;}
.in2-lfcon{width: 50%;height: 50%;background: rgba(14,72,167,0.8);position: absolute;right: 0;bottom: 0;}
.in2-lfconIn{text-align: center;padding: 0 14.2%;position: absolute;top: 50%;transform:translateY(-50%);}
.in2-lfconIn h3{color: #fff;font-size: 22px;line-height: 22px;margin-bottom: 23px;}
.in2-lfconIn p{color: #d2d2d2;font-size: 14px;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 48px;}
.in2-lfconIn span{display: inline-block;width: 130px;height: 35px;border:1px solid #d2d2d2;color: #fff;font-size: 14px;text-align: center;line-height: 33px;margin-top: 43px;transition: all 0.3s;}

.in2-rtTop{position: relative;}
.in2-rtpic{width: 60.7%;overflow: hidden;}
.in2-rtpic img{display: block;width: 100%;transition: all 0.4s;}
.in2-rtTop:hover .in2-rtpic img{transform: scale(1.1);}
.in2-rtcon{position: absolute;top: 0;width: 39.3%;height: 100%;}
.in2-rtTop .in2-rtcon{left:0;background: #ececec;}
.in2-rtTop .in2-rtcon:before{content: '';width: 24px;height: 42px;background: url(../images/right.png) no-repeat center;position: absolute;right: -15px;top: 50%;transform: translateY(-50%);z-index: 10;}
.in2-rtBop .in2-rtcon:before{content: '';width: 24px;height: 42px;background: url(../images/left.png) no-repeat center;position: absolute;left: -15px;top: 50%;transform: translateY(-50%);z-index: 10;}
.in2-rtcon .in2-lfconIn h3{color: #333;}
.in2-rtcon .in2-lfconIn p{color: #666;}
.in2-rtcon .in2-lfconIn span{color: #666;border-color: #bfbfbf;}
.in2-rtBop .in2-rtcon{right:0;background: #fff;left: auto;}
.in2-rtTop:hover .in2-lfconIn span{color: #0e48a7;border-color: #0e48a7;}

.in-three{height: 260px;background: url(../images/img4.jpg) no-repeat center;background-size: cover;}
.in3-con{position: relative;height: 100%;}
.in3-conIn{text-align: center;position: absolute;top: 50%;left:50%;transform: translate(-50%,-50%);width: 100%;}
.in3-conIn h3{font-size: 24px;color: #333;font-weight: bold;margin-bottom: 13px;}
.in3-conIn h3 span{font-size: 28px;font-family: 'arial';color: #666;font-weight: normal;vertical-align: middle;}
.in3-conIn .in3-search{width: 37.5%;height: 55px;background: #fff;margin:0 auto;overflow: hidden;}
.in3-conIn .in3-search input{font-size: 16px;color: #999;line-height: 55px;width: 80%;border:none;float: left;padding: 0 20px;}
.in3-conIn .in3-search button{width: 55px;height: 55px;float: right;border:none;background: transparent;font-size: 22px;color: #0e48a7;cursor: pointer;}


.in-four{background: url(../images/img5.jpg) no-repeat center;background-size: cover;padding: 100px 0;}
.in4-lf{width: 48.75%;float: left;padding-right: 6.8%;}
.in4-lfcon h3{color: #666;font-size: 18px;font-family: arial;margin-bottom: 17px;}
.in4-lfcon h4{color: #333;font-size: 36px;font-weight: bold;line-height: 36px;position: relative;padding-bottom: 30px;margin-bottom: 26px;}
.in4-lfcon h4:after{content: '';width: 50px;height: 2px;background: #bfbfbf;position: absolute;bottom: 0;left:0;}
.in4-lfcon h5{color: #666;font-size: 14px;margin-bottom: 33px;}
.in4-lfcon p{color: #666;font-size: 14px;line-height: 28px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;height: 106px;}
.in4-lfcon .more-btn{border:1px solid #d3d3d3;background: transparent;margin-top: 132px;}
.in4-lfcon .more-btn i{background: url(../images/jia1.png) no-repeat center;}
.in4-rt{width: 51.25%;float: right;}
.more-btn:hover {background: #0e48a7;border-color: transparent;}
.more-btn:hover i{ transform: rotateZ(180deg);transition: transform 0.5s ease 0s;background: url(../images/jia.png) no-repeat center;}
.in4-rt{width: 51.25%;float: right;}
.in4-rt li{width: 48.78%;float: left;border:1px solid #bfbfbf;margin-right: 2.4%;margin-bottom: 2.4%;padding: 40px 30px 53px;transition: all 0.4s;}
.in4-rt li:nth-child(2n){margin-right: 0;}
.in4-rt li:nth-last-child(2),.in4-rt li:last-child{margin-bottom: 0;}

.in4-rtPic{width: 100px;height: 100px;float: left;background-size: 100% 100%;background-repeat: no-repeat;background-position: center;}
.in4-rtPic1{background-image: url(../images/img6.png);}
.in4-rtPic2{background-image: url(../images/img7.png);}
.in4-rtPic3{background-image: url(../images/img8.png);}
.in4-rtPic4{background-image: url(../images/img9.png);}
.in2-rtDesc{width: 210px;float: right;}
.in2-rtDesc h3{color: #666;font-size: 14px;font-family: arial;margin-bottom:4px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.in2-rtDesc h4{color: #333;font-size: 18px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;position: relative;padding-bottom: 27px;margin-bottom: 21px;}
.in2-rtDesc h4:after{content: '';width: 30px;height: 1px;background: #bbb;position: absolute;left: 0;bottom: 0;}
.in2-rtDesc p{color: #666;font-size: 14px;line-height: 28px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 50px;}


.in4-rt li:hover{background: #0e48a7;border-color: transparent;}
.in4-rt li:hover .in2-rtDesc h3,.in4-rt li:hover .in2-rtDesc h4{color: #fff;}
.in4-rt li:hover .in2-rtDesc h4:after{background: rgba(255,255,255,0.6);}
.in4-rt li:hover .in2-rtDesc p{color: rgba(255,255,255,0.6);}
.in4-rt li:hover .in4-rtPic1{background-image: url(../images/img6h.png);}
.in4-rt li:hover .in4-rtPic2{background-image: url(../images/img7h.png);}
.in4-rt li:hover .in4-rtPic3{background-image: url(../images/img8h.png);}
.in4-rt li:hover .in4-rtPic4{background-image: url(../images/img9h.png);}


.in-five{background: #f2f2f2;padding: 80px 0;}
.in5-tit{text-align: center;}
.in5-tit h3{color: #666;font-size: 18px;font-family: arial;margin-bottom: 17px;line-height: 18px;}
.in5-tit h4{color: #333;font-size: 36px;font-weight: bold;line-height: 36px;position: relative;margin-bottom: 40px;}
.in5-list li{width: 32.0625%;float: left;margin-right: 1.875%;background: #fff;transition: all 0.4s;}
.in5-pic{overflow: hidden;}
.in5-pic img{display: block;width: 100%;transition: all 0.4s;}
.in5-list li:nth-child(3n){margin-right: 0;}
.in5-descTit h3{font-size: 18px;color: #333;line-height: 18px;width: 70%;display: inline-block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;vertical-align: middle;float: left;transition: all 0.3s;}
.in5-descTit span{font-size: 14px;color: #888;font-family: arial;display: inline-block;vertical-align: middle;float: right;}
.in5-desc p{color: #666;font-size: 14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 56px;}
.in5-desc{padding: 28px 20px 24px;}
.in5-descTit{margin-bottom: 11px;}

.in5-item .in5-descTit h3{font-size: 14px;color: #666;}
.in5-item .in5-descTit{margin-bottom: 0;}
.in5-item{padding: 17.7px 0;border-bottom: 1px dashed #eee;}
.in5-list li.li-last{padding: 20px;}
.li-lastTit{color: #333;font-size: 18px;padding-left: 40px;background: url(../images/img12.png) no-repeat left center;background-size: contain;}
.in5-list li.li-last .in5-item:last-child{padding-bottom: 0;border-bottom: none;}
.in5-list li.li:hover{box-shadow: 0 3px 7px rgba(4,0,0,0.1);}
.in5-list li.li:hover .in5-pic img{transform: scale(1.1);}
.in5-list li.li:hover .in5-descTit h3{color: #0e48a7;}
.in5-list li.li-last .in5-item:hover .in5-descTit h3{color: #0e48a7;}

.in6-con{position: relative;height: 560px;}
.con6-lf{width: 57.29%;background: #f9f7f8;float: left;height: 100%;}
.con6-rt{width: 42.71%;background: #fff;float: right;height: 100%;}
.in6-boxlf{width: 58.5%;float: left;padding: 91px 0;}
.in6-boxrt{width: 41.5%;float: right;}
.in6-box{position: absolute;top: 0;left:50%;transform: translateX(-50%);height: 100%;}



.in6-lfTop li{width: 24%;float:left;height: 100px;position: relative;}
.in6-lfTop li img{display: block;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 65%;}
.in6-lfTop{padding-bottom: 15px;border-bottom: 1px solid #d2d2d2;margin-bottom: 32px;}
.in6-lfTop ul > * { transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms; }
.in6-lfTop ul:hover > * { opacity: 0.5; transform: scale(0.9); }
.in6-lfTop ul > *:hover { opacity: 1; transform: scale(1); transition-delay: 0ms, 0ms; }

.in6-lfTop li img{
  display: block;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);

  filter: grayscale(100%);
  /* transition: all 1s; */

  filter: gray;}
.in6-lfTop li:hover img{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);

  filter: grayscale(0%);

  filter: gray;
}


.in6-lfBot li{font-size: 0;margin-bottom: 16px;}
.in6-lfBot li:last-child{margin-bottom: 0;}
.in6-lfBot li span{display: inline-block;font-size: 16px;font-weight: bold;color: #333;padding-left: 30px;background: url(../images/in6-9.png) no-repeat left center;}
.in6-lfBot li a{display: inline-block;font-size: 14px;color: #666;padding-right: 9px;position: relative;margin-right: 9px;transition: all 0.3s;}
.in6-lfBot li a:after{content: '';width: 2px;height: 15px;background: #969595;position: absolute;right: 0;top: 50%;margin-top: -7.5px;}
.in6-lfBot li a:last-child:after{display: none;}
.in6-lfBot li a:hover{color: #0e48a7;}
.in6-boxrt{padding: 79px 0 0 70px;}
.in6-rtTop h3{color: #000;font-size: 24px;line-height: 24px;margin-bottom: 12px;}
.in6-rtTop p{color: #666;font-size: 14px;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 48px;}
.in6-rtBot li p.p1 span{display: inline-block;font-family: 'dinm';font-size: 72px;color: #333;line-height: 72px;}
.in6-rtBot li{width: 50%;float: left;}
.in6-rtBot li p.p2{color: #666;font-size: 18px;}
.in6-rtBot li p.p1{font-size: 36px;font-family: 'open sans';margin-bottom: 4px;}
.in6-rtBot li{margin-bottom: 67px;}
.in6-rtBot{margin-top: 40px;}


.foot-top{background: #222;padding: 47px 0;}
.foot-toplf dl dt a{font-size: 18px;color: #fff;display: inline-block;}
.foot-toplf dl dt{margin-bottom: 15px;}
.foot-toplf dl{float: left;margin-right: 90px;}
.foot-toplf dl dd a{font-size: 14px;color: #888;line-height: 35px;display: inline-block;}
.foot-toplf dl:last-child{margin-right: 0;}
.foot-toplf{width: 627px;float: left;}
.foot-topmid{width: 317px;float: left;margin-left: 100px;}
.foot-topmid li{float: left;text-align: center;padding-right: 46px;margin-right: 46px;position: relative;}
.foot-topmid li:after{content: '';width: 1px;height: 109px;background: #414141;position: absolute;right: 0;top: 0;}
.foot-topmid li:last-child{padding-right: 0;margin-right: 0;}
.foot-topmid li p{color: #888;font-size: 14px;margin-top: 16px;}
.foot-topmid li img{display: block;}
.foot-toprt{width: 465px;float: right;}
.foot-toprtt li{font-size: 14px;color: #888;float: left;padding-left: 28px;background: no-repeat left center;margin-bottom: 15px;line-height: 18px;}
.foot-toprtt li:nth-child(odd){width: 60%;}
.foot-toprtt li:nth-child(even){width: 40%;}
.foot-toprtb .share a{display: inline-block;width: 46px;height: 46px;border-radius: 50%;border:1px solid #9d9d9d;vertical-align: middle;margin:0 20px 0 0;font-size: 24px;text-align: center;line-height: 44px;color: #929292;padding-left: 0;background: transparent;float: none;}
.foot-toprtb .share{font-size: 0;}
.foot-toprtb .share span{display: inline-block;font-size: 14px;color: #888;vertical-align: middle;}
.foot-toprtb .share a:hover{color: #fff;background: #0e48a7;border-color: transparent;}
.bd_weixin_popup{height: 310px!important;}
.foot-toprtb{margin-top: 12px;}
.links{font-size: 0;margin-top: 50px;}
.links a{display: inline-block;font-size: 14px;color: #8e8e8e;margin-right: 84px;}
.links a:last-child{margin-right: 0;}
.foot-bot{background: #111;padding: 40px 0;position: relative;}
.foot-bot p,.foot-bot p a{font-size: 14px;color: rgba(255,255,255,0.2);display: inline-block;}
.foot-bot p.p1{float: left;}
.foot-bot p.p2{float: right;}
.footer a:hover{color: #0e48a7;}
.foot-up{position: absolute;top: -33px;left: 50%;width: 57px;height: 65px;margin-left: -28.5px;cursor: pointer;}
@media (max-width:1680px){
    .con1-lf{width: 47.9%;}
    .in6-boxlf{width: 57.5%;}
    .in6-boxrt{width: 42.5%;}
}
@media (max-width:1600px){
    .con1-lf{width: 48.25%;}
    .con1-rt{width: 51.75%;}
    .in4-lfcon .more-btn{margin-top: 85px;}
    .in4-rtPic{width: 80px;height: 80px;}
    .in2-rtDesc{width: 156px;}
    .in4-rt li{padding: 33px 20px 40px;}
    .in5-item{padding: 12.2px 0;}
    .in6-boxlf{width: 59.5%;}
    .in6-boxrt{width: 40.5%;}
    .in6-lfTop li img{width: 73%;}

    .foot-toplf dl{margin-right: 30px;}
    .foot-toplf{width: 420px;}
    .foot-topmid{margin-left: 50px;width: 280px;}
    .foot-topmid li{margin-right: 30px;padding-right: 30px;}
    .foot-toprt{width: 425px;}
}
@media (max-width:1440px){
    .con1-lf{width: 48%;}
    .in6-boxlf{width: 58%;}
    .in6-boxrt{width: 42%;}
}

/* kefu */
.kf {
        transition: .8s;
        -o-transition: .8s;
        -moz-transition: .8s;
        -webkit-transition: .8s;
        z-index: 999999;
        background-color: #fff;
        position: fixed;
        bottom: 30px;
        right: 20px;
        width: 62px;
        border-radius: 5px;
        display: none;
}

.kf span {
        z-index: 1000001;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        cursor: pointer;
        position: relative;
        display: block;
        width: 62px;
        height: 62px;
        border-bottom: 1px solid #e3e3e3;
        background:url(../images/kefu_j.png) no-repeat center #fff;
}
.kf span:hover{background-color:#0e48a7;}

.kf .zx {border-radius: 5px 5px 0 0;background-position: 0 0;}
.kf .zx:hover {background-position: 0 -62px;}

.kf .freetel {background-position:-62px 0;}
.kf .freetel:hover {background-position:-62px -62px;}
.kf .act {background-position:-186px 0;}
.kf .act:hover{background-position:-186px -62px;}
.kf .zxlya {background-position:-124px 0;}
.kf .zxlya:hover{background-position:-124px -62px;}
.kf .back_top {
        border-radius: 0 0 5px 5px;
        border: none;
        background-position:-248px 0;
}
.kf .back_top:hover {background-position:-248px -62px;}

.kf span div {
        display: none;
        background-color: #fff;
        border-radius: 5px;
        position: absolute;
        right: 75px;
        padding: 20px;
        font-size: 14px;
        color: #f4474c;
        bottom:2px;
}

.kf span div input {
        text-indent: .5em;
        display: block;
        margin: 15px 0;
        line-height: 28px;
        color: #696969;
        font-size: 12px;
        width: 140px;
        border: 1px solid #d1d1d1;
        border-radius: 2px;
        height: 28px;
}

.kf span div a {
        -o-transition: .5s;
        transition: .5s;
        -webkit-transition: .5s;
        display: block;
        background: #f4474c;
        border-radius: 2px;
        color: #fff;
        line-height: 26px;
        font-size: 12px;
        text-align: center;
        width: 79px;
        height: 26px;
}

.kf span div a:hover {
        background: #f4474c;
}

.kfimgr{
        position: absolute;
        bottom:23px;
        right: -9px;
}

.kf span div i {
        display: block;
        position: absolute;
        width: 15px;
        height: 200px;
        right: -15px;
        top: 0;
}

.kf .zx div, .kf .freetel div,
.kf .zxlya div, .kf span:nth-child(4) div {
        text-align: center;
        min-width: 148px;
        font-size: 14px;
        color: #666;
}

.kf span:nth-child(4) div {
        white-space: nowrap;
}

.kf a{display:block;height: 68px;position:absolute;top:0;right:0;width: 100%}

.kf span div, .kf {
        -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}


.nav_center div, .index_nav_center div, .shou, .zhan {
        -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.shou {
        z-index: 1000000;
        cursor: pointer;
        width: 30px;
        height: 40px;
        top: 50%;
        margin-top: -15px;
        border-radius: 5px 0 0 5px;
        right: 62px;
        background: url("../images/kefu_j.png") no-repeat -310px 0 #fff;
        position: absolute;
}

.shou.on {background-position: -310px -40px;}


/* faq */
.banner{height: 300px;margin-top: 140px;position: relative;}
.ban-info{text-align: center;position: absolute;left:50%;top: 50%;transform: translate(-50%,-50%);}
.ban-info h3{color: #333;font-size: 24px;line-height: 24px;margin-bottom: 15px;}
.ban-info p{color: #555;font-size: 14px;}
.target{height: 60px;background: #eee;border-bottom: 1px solid #bfbfbf;font-size: 0;text-align: center;}
.target a{display: inline-block;line-height: 60px;color: #333;font-size: 14px;padding: 0 20px;position: relative;}
.target a:after{content: '';width: 1px;height: 25px;background: #b5b5b5;position: absolute;right: 0;top: 50%;margin-top: -12.5px;}
.target a:last-child:after{display: none;}
.target a:before{content: '';width: 14px;height: 8px;background: url(../images/img15.png) no-repeat center;position: absolute;bottom: 0;left: 50%;margin-left: -7px;opacity: 0;transition: all 0.3s;}
.target a:hover:before,.target a.on:before{opacity: 1;}
.target a:hover,.target a.on{color: #0e48a7;}
.bread{padding: 30px 0 50px;}
.bread a{font-size: 14px;color: #333;}
.bread a:hover,.bread a:last-child{color: #0e48a7;}
.bread i{display: inline-block;color: #333;padding: 0 2px;}
.bread-con{padding-left: 26px;background: url(../images/home.png) no-repeat left center;}
.faq-search{height: 50px;position: relative;margin-bottom: 30px;border:1px solid #e5e5e5;}
.faq-search input{color: #666;font-size: 14px;padding: 0 30px;width: 1080px;float: left;line-height: 48px;border:0;}
.faq-search input::placeholder{color: #d1d1d1;}
.faq-search button{width: 120px;height: 50px;color: #fff;font-size: 14px;background: #0e48a7;position: absolute;right: -1px;top: -1px;border:0;cursor: pointer;}
.faq_list .p-accordion li{
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 0 30px;
    background: #f5f5f5;

}
.faq_list .p-accordion li .link{
    line-height: 70px;
    padding:0 34px;
    cursor: pointer;
    display: block;
    color: #333;
    font-size: 18px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-sizing: border-box;
    background: url(../images/img16.png) no-repeat left center;
}
.faq_list .answer{
    display: none;
    padding: 21px 22px;
    overflow: hidden;
    position: relative;
}
.faq_list .answer p{
    color: #8e8e8e;
    font-size: 14px;
    text-align: left;
}
.faq_list .answer span{
    display: block;
    color:#0e48a7;
    font-size: 14px;
}
.chevron-down{
    position: absolute;
    top: 50%;
    margin-top: -10.5px;
    right: 0;
    width: 21px;
    height: 21px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: url(../images/jia2.png)no-repeat center;
    border-radius: 50%;
}
.faq_list .p-accordion li.open .link .chevron-down{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(../images/jian2.png)no-repeat center;
}
.faq_list .answer{border-top: 1px dashed #dcdcdc;}
.faq_list .p-accordion li.open .link{
    color: #0e48a7;
}
.faq_list .p-accordion li:hover .link{
    color: #0e48a7;
}
.faq-con{padding-bottom: 100px;}
.page{text-align: right;margin-top: 50px;}
.page-con{font-size: 0;display: inline-block;}
.page-con a{font-size: 16px;color: #666;font-family: arial;width: 30px;height: 30px;line-height: 28px;border:1px solid #e5e5e5;text-align: center;display: inline-block;margin-right: 10px;}
.page-con .page-prev,.page-con .page-next{width: 70px;font-size: 14px;}
.page-con a:last-child{margin-right: 0;}
.page-con a:hover,.page-con a.on{color: #fff;border-color: transparent;background: #0e48a7;}
/* download */
.down_list table{width: 100%;text-align: center;}
.down-btn{display: inline-block;width: 182px;height:70px;background: url(../images/down.png) no-repeat center;background-size: 21px 21px;position: absolute;top: 0;left:0;}
.down_list table tr th{line-height: 50px;background: #e5e5e5;border-right: 1px solid #fff;}
.down_list table tr:hover td{color: #0e48a7;}
.down_list table tr th.th1{width: 260px;}
.down_list table tr td{line-height: 70px;color: #666;font-size: 14px;}
.down_list table tr {border-bottom: 1px solid #e5e5e5;}
.down_list table .td-btn{position: relative;width: 180px;}
.down-nav{text-align: center;margin-bottom: 30px;}
.down-item {display: inline-block;font-size: 0;}
.down-item a{display: inline-block;color: #333;font-size: 14px;padding: 7px 20px;border-radius: 17.5px;border:1px solid transparent;margin:0 5px;}
.down-item a.on,.down-item a:hover{border:1px solid #0e48a7;}
.down_list table tr:hover .down-btn{background: url(../images/downh.png) no-repeat center;background-size: 21px 21px;}

/*Ã¦â€¹â€ºÃ¨ÂËœÃ¥Ë†â€”Ã¨Â¡Â¨*/
.zp_list li {
    text-align: left;
    margin-bottom: 20px;
    background: #eee;
}
.zp_font {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    display: none;
}
.zp_tit {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    color: #666;
    padding-left: 30px;
    box-sizing: border-box;
    cursor: pointer;
    background: #eee url(../images/zp1.png) no-repeat right 30px center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.zp_list .on .zp_tit {
    background: #eee url(../images/zp2.png) no-repeat right 30px center;

}
.zp_list .on .zp_tit .job{
    color: #0e48a7;
}
.zp_det{
    color: #666;
    padding: 0 30px 50px;
    box-sizing: border-box;
    position: relative;
}
.zp_tit .dq{
    display: inline-block;
    font-size: 14px;
    color: #666;
}
.zp_tit .job{
    display: inline-block;
    color: #333;
    font-size: 18px;
    margin-right: 26px;
}
.zp_det p{
    color: #666;
    font-size: 14px;
}
.zp_det h3{
    color: #333;
    font-size: 16px;
    padding: 15px 0 6px;
}
.zp_det h3.h3{
    padding-top: 8px;
}
.join-btn{display: inline-block;width: 138px;height: 40px;background: #0e48a7;text-align: center;line-height: 40px;color: #fff;font-size: 14px;margin-top: 43px;}


/* Ã¥Ââ€˜Ã¥Â±â€¢Ã¥Å½â€ Ã§Â¨â€¹ */
.fzlc_font{display: none;}
.falc_list ul{position: relative;padding-bottom: 50px;}
.falc_list ul:after{content: '';width: 1px;height: 100%;background: #d2d2d2;position: absolute;left:10px;top: 0;z-index: -1;}
.falc_list ul:before{content: '';width: 18px;height: 10px;background: url(../images/up.png) no-repeat center;position: absolute;top: -1px;left:1px;}
.falc_list li{padding:0 0 0 52px;background: url(../images/jia3.jpg) no-repeat left 50px;}
.fzlc_tit{color: #0e48a7;font-size: 18px;-webkit-transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;transition: .3s;}
.fzlc_det{padding-top:15px;}
.fzlc_det p{color: #666;font-size: 14px;}
.falc_list li.on{background: url(../images/jian3.jpg) no-repeat left 50px;}
.fzlc-item{border-bottom: 1px solid #d2d2d2;padding: 49px 0;}
.fzlc-more{color: #666;font-size: 18px;padding-left: 28px;background: url(../images/down2.png) no-repeat left center;cursor: pointer;margin-top: 25px;}
.falc_list li.show{display: none;}


/* Ã¨Ââ€Ã§Â³Â»Ã¦Ë†â€˜Ã¤Â»Â¬ */
.cont-tit{color:#333;font-size: 22px;line-height: 22px;padding-left: 11px;position: relative;margin-bottom: 30px;}
.cont-tit:before{content: '';width: 2px;height: 30px;background: #0e48a7;position: absolute;left:0;top: 50%;margin-top: -15px;}
.cont1-pic{width: 60px;height: 60px;border-radius: 50%;border:1px solid #d2d2d2;margin:0 auto 29px;transition: all 0.3s;}
.cont-one ul li{float: left;text-align: center;width: 20%;}
.cont-one ul li p.p1{color: #333;font-size: 18px;line-height: 18px;margin-bottom: 9px;transition: all 0.3s;}
.cont-one ul li p.p2{color: #666;font-size: 14px;line-height: 28px}
.cont1-pic1{background: url(../images/cont1.png) no-repeat center;}
.cont1-pic2{background: url(../images/cont2.png) no-repeat center;}
.cont1-pic3{background: url(../images/cont3.png) no-repeat center;}
.cont1-pic4{background: url(../images/cont4.png) no-repeat center;}
.cont1-pic5{background: url(../images/cont5.png) no-repeat center;}
.cont-one ul li:hover .cont1-pic{border-color: #0e48a7;transform: translateY(-10px);}
.cont-one ul li:hover .cont1-pic1{background: url(../images/cont1h.png) no-repeat center;}
.cont-one ul li:hover .cont1-pic2{background: url(../images/cont2h.png) no-repeat center;}
.cont-one ul li:hover .cont1-pic3{background: url(../images/cont3h.png) no-repeat center;}
.cont-one ul li:hover .cont1-pic4{background: url(../images/cont4h.png) no-repeat center;}
.cont-one ul li:hover .cont1-pic5{background: url(../images/cont5h.png) no-repeat center;}
.cont-one ul li:hover p.p1{color:#0e48a7; }
.cont-map{overflow: hidden;margin-top: 42px;}
.cont-map img{display: block;width: 100%;}
.cont-two{margin-top: 50px;margin-bottom: 45px;}
.cont-two ul li{width: 50%;float: left;}
.cont-two ul li p{color: #666;font-size: 14px;line-height: 28px;}
.cont-three ul li{width: 380px;height: 140px;border:1px solid #e5e5e5;float: left;margin-right: 30px;margin-bottom: 30px;}
.cont-three ul li:nth-child(3n){margin-right: 0;}
.cont3-lf{width: 70px;float: left;height: 100%;background: #e5e5e5;}
.cont3-rt{width: 308px;float: right;height: 100%;}
.cont3-rt .cont3-tit{height: 57px;border-bottom: 1px solid #e5e5e5;color: #666;font-size: 18px;padding: 15px 20px 0;transition: all 0.3s;}
.cont3-rt .cont3-in{color: #666;font-size: 14px;line-height: 24px;padding: 13px 20px;transition: all 0.3s;}
.cont3-lf p{color: #333;font-size: 18px;width: 70px;text-align: center;background: url(../images/add.png) no-repeat center top;padding-top: 28px;margin-top: 45px;transition: all 0.3s;}
.cont-con{padding-bottom: 70px;}
.cont-three ul li:hover .cont3-lf p{color: #0e48a7;background: url(../images/addh.png) no-repeat center top;}
.cont-three ul li:hover .cont3-rt .cont3-tit,.cont-three ul li:hover .cont3-rt .cont3-in{color: #0e48a7;}


/* Ã¥Å“Â¨Ã§ÂºÂ¿Ã§â€¢â„¢Ã¨Â¨â‚¬ */
.mess-box p{color: #333;font-size: 14px;line-height: 28px;}
.mess-box{margin-top: -10px;}
.contact-mesg{margin-top: 70px;}
.form-group{
    margin-bottom: 20px;
    position: relative;
    height:54px;
    width:380px;
    margin-right:30px;
    float: left;
    background: #fff;
}
.form-group.form-group-mar{margin-right: 0;}
.form-group .boxline{
    border: 1px solid #d9d9d9;
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left: 0;
    z-index:2;
}
.form-group input{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background: transparent;
    border: none;
    font-size: 14px;
    color: #666;
    width: 100%;
    height:54px;
    line-height:24px;
    padding:15px 20px;
    -webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;
    box-sizing: border-box;
}
.form-group.form-area{
    width:1200px;
    height: 195px;
    margin-bottom: 30px;
}
.form-group textarea{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background: transparent;
    border: none;
    font-size: 14px;
    color: #666;
    width: 100%;
    height: 200px;
    line-height:24px;
    padding:15px 20px;
    resize: none;
    -webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;
    box-sizing: border-box;
}
.form-group .boxline::before,
.form-group .boxline::after{
    content: '';
    position:absolute;
    z-index: 5;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    border-style: solid;
    border-color: #0e48a7;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.form-group .boxline::before{
     width: 0;
     height: 100%;
    border-width: 1px 0 1px 0;
    top: -1px;
    left: 0;
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
       transition-delay: 0.05s;
}
.form-group .boxline::after {
    width: 100%;
    height: 0;
    border-width: 0 1px 0 1px;
    left: -1px;
    top: 0;
}
.form-group input:focus + .boxline::before,
.form-group textarea:focus + .boxline::before {
    width: 100%;
}
.form-group input:focus + .boxline::after,
.form-group textarea:focus + .boxline::after {
    height: 100%;
}
.form-group input:focus,
.form-group textarea:focus{color:#0e48a7;}
.form-group input:focus::placeholder{color:#0e48a7;}
.form-group textarea:focus::placeholder{color:#0e48a7;}
.form-btn{text-align: right;font-size: 0;}
.btn-submit,.btn-reset{
    display: inline-block;
    width:138px;
    height: 40px;
    background: #0e48a7;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-left: 30px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: none;
}

.yzm{width: 222px;height: 40px;border:1px solid #d2d2d2;display: inline-block;vertical-align: middle;}
.yzm input{width: 120px;line-height: 38px;border:0;float: left;padding: 0 10px;color: #d2d2d2;font-size: 14px;}
.yzmpic{width: 82px;height: 38px;float: right;background: #d2d2d2;cursor: pointer;}
.yzmpic p{color: #666;font-size: 14px;text-align: center;line-height: 38px;}


/* Ã¦â€“Â°Ã©â€”Â»Ã¤Â¸Â­Ã¥Â¿Æ’ */
.news-list li{width: 380px;margin-right: 30px;margin-bottom:30px;}
.news-list .in5-pic{width: 380px;height: 215px;overflow:hidden;}
.news-list .in5-pic img{width: 380px;height: 215px;}
.news-list .in5-desc{border:1px solid #eaeaea;border-top: none;transition: all 0.3s;}
.news-list li:hover .in5-desc{border:1px solid transparent;border-top: none;}
.news-box .page{margin-top: 20px;}


/* Ã¨Â¡Å’Ã¤Â¸Å¡Ã¥Âºâ€Ã§â€Â¨ */
.app-list .in5-pic{height: 234px;}
.app-list .in5-pic img{width: 380px;height: 234px;}
.app-list .in5-descTit h3{width: 100%;padding-bottom: 22px;}
.app-list .in5-descTit{border-bottom: 1px solid #eee;}
.app-list .in5-desc{padding: 28px 20px 32px}
.app-list .in5-desc p{height: 64px;}


/* Ã¦â€“Â°Ã©â€”Â»Ã¨Â¯Â¦Ã¦Æ’â€¦ */
.newsxq-lf{width: 780px;float: left;}
.newsxq-rt{width: 370px;float: right;border:1px solid #ebebeb;padding: 42px 24px 63px;background: #fff;}
.newsxq-lf h1{color: #333;font-size: 18px;text-align: center;margin-bottom: 27px;}
.pull-right{text-align: center;font-size: 0;position: relative;}
.pull-right:before{content: '';width: 285px;height: 1px;background: #e5e5e5;position: absolute;left:0;top: 50%;margin-top: -0.5px;}
.pull-right:after{content: '';width: 285px;height: 1px;background: #e5e5e5;position: absolute;right:0;top: 50%;margin-top: -0.5px;}

.pull-right .bdsharebuttonbox{text-align: center;display: inline-block;}
.pull-right .bdsharebuttonbox a{
    width:26px;
    height: 26px;
    border-radius: 50%;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 5px 0 5px;
    padding: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.pull-right .bdsharebuttonbox .bds_tsina {
    background: #da3c3c;
}
.pull-right .bdsharebuttonbox .bds_weixin{
    background: #21ba41;
}
.pull-right .bdsharebuttonbox .bds_sqq{
    background: #3e91ee;
}
.pull-right .bdsharebuttonbox .bds_qzone{
    background: #f4c50b;
}
.pull-right .bdsharebuttonbox .bds_bdhome{
    background: #3245df;
}
.pull-right .bdsharebuttonbox a:hover{color: #fff;}

.key-words,.key-words a{color: #0e48a7;font-size: 14px;}
.key-words{text-align: center;margin-top: 27px;}
.newsxq-info{text-align: center;font-size: 0;margin-top: 22px;}
.newsxq-info span{display: inline-block;color: #666;font-size: 14px;margin:0 28px;}
.news-dy span{color: #0e48a7;font-size: 14px;}
.news-dy{color: #666;font-size: 14px;line-height: 28px;background: #f5f5f5;padding: 22px 20px;margin-top: 26px;}
.newsxq-desc p{color: #666;font-size: 14px;}
.newsxq-desc{padding: 21px 0;border-bottom: 1px solid #e5e5e5;}
.newsxq_lb{
    padding-top: 25px;
    overflow: hidden;
}
.newsxq_bbl{
    float: left;
}
.newsxq_bbl a{
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}
.newsxq_bbl a:hover{color: #0e48a7;}
.newsxq_bbl a:last-child{margin-bottom: 0;}
.newsxq_bbl a span{
    color: #cba35a;
    padding-right: 5px;
}
.newsxq_bbr{
    float: right;
}
.newsxq_bbr a{
    display: inline-block;
    width: 92px;
    height: 36px;
    background:#f4f4f4;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 36px;
}
.newsxq_bbr a:hover{background: #0e48a7;color: #fff;}
.news-comment{margin-top:35px;}
.comment-tit{color: #333;font-size: 18px;padding-bottom: 8px;border-bottom: 1px solid #bfbfbf;display: inline-block;margin-bottom: 30px;}
.newsxq_rt h2{
    padding-left: 33px;
    color: #333;
    font-size: 20px;
    background: url(../images/zan.png)no-repeat left top 2px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 17px;
}
.newsxq_rm li p{
    color: #999;
    padding-left: 10px;
    font-size: 14px;
}
.newsxq_rm li h3{
    color: #666;
    font-size: 16px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.newsxq_rm li{
    padding-top: 21px;
}
.newsxq_rm li:hover h3{
    color: #0e48a7;
}


/* Ã¥Âºâ€Ã§â€Â¨Ã¦Â¡Ë†Ã¤Â¾â€¹Ã¨Â¯Â¦Ã¦Æ’â€¦ */
.appxq1-tit{text-align: center;margin-bottom: 30px;}
.appxq1-tit h3{font-size: 18px;color: #333;line-height: 18px;margin-bottom: 5px;}
.appxq1-tit h4{font-size: 14px;color: #666;font-family: arial;padding-bottom: 25px;position: relative;}
.appxq1-tit h4:after{content: '';width: 20px;height: 2px;background: #0e48a7;position: absolute;left: 50%;margin-left: -10px;bottom: 0;}
.appxq-lf{width: 454px;height: 280px;overflow: hidden;float: left;}
.appxq-lf img{display: block;width: 100%;transition: all 0.3s;}
.appxq-lf:hover img{transform: scale(1.1);}
.appxq-rt{width: 679px;float: right;}
.appxq-rt h3{font-size: 14px;color: #666;font-family: arial;margin-bottom: 19px;}
.appxq-rt p{font-size: 14px;color: #666;padding-right: 50px;max-height: 224px;overflow-y: auto;}

.appxq-box .cont-tit{font-size: 18px;padding-left: 14px;margin-bottom: 25px;}
.appxq-box .cont-tit:before{width: 4px;height: 30px;}
.appxq-two{margin-top: 60px;}
.appxq-box{font-size: 14px;color: #666;}
.appxq-item .down_list{margin-top: 25px;margin-bottom: 55px;}
.appxq-three{margin-top: 25px;}
.appxq-box .appxq-three .cont-tit{margin-bottom: 15px;}
.appxq-box .appxq-three .app-list li:nth-child(3n){margin-right: 30px;}
.appxq-box .appxq-three .app-list li{margin-bottom: 0;}
.app_btn a{display: inline-block;width: 40px;height: 40px;border-radius: 50%;border:1px solid #c1c1c1;background:#fff;text-align: center;line-height: 40px;color: #cdcdcd;font-size: 18px;position: absolute;top: 50%;margin-top: -20px;}
.app_btn a:hover{border-color: transparent;color: #fff;background: #1e54ad;}
.appxq_slide{position: relative;}
.app_btn a.app_prev{left: -60px;}
.app_btn a.app_next{right: -60px;}
@media (max-width:1440px){
    .app_btn a.app_prev{left: 0px;}
    .app_btn a.app_next{right: 0px;}
}
.appxq-three .newsxq_lb{border-top: 1px solid #e5e5e5;padding-top: 50px;margin-top: 30px;}
.appxq_slide .tempWrap{width: 1200px!important;}


/* Ã¥â€¦Â³Ã¤ÂºÅ½Ã¦Ë†â€˜Ã¤Â»Â¬ */
.abo1-lf{width: 642px;float: left;padding-right: 28px;max-height: 324px;overflow-y: auto;}
.abo1-rt{width: 508px;float: right;height: 324px;overflow: hidden;}
.abo1-rt img{display: block;width: 100%;transition: all 0.3s;}
.abo1-rt:hover img{transform: scale(1.1);}
.abo1-lf h3{color: #333;font-size: 18px;line-height: 18px;margin-bottom: 21px;}
.abo1-lf p{color: #666;font-size: 14px;}
.abo1-box{padding-bottom: 50px;border-bottom: 1px solid #e5e5e5;}
.abo-two{padding: 50px 0;}
.abo2-box{border-bottom: 1px solid #e5e5e5;padding-bottom: 45px;}
.abo2-item{width: 380px;overflow: hidden;}
.abo2-item:hover .abo2-pic img{transform: scale(1.1);}
.abo2-item .abo2-pic{width: 380px;height: 220px;overflow: hidden;}
.abo2-item .abo2-pic img{display: block;width: 380px;height: 220px;transition: all 0.3s;}
.abo2-item .abo2-desc{font-size: 14px;color: #333;padding: 20px 0 30px;line-height: 14px;position: relative;transition: all 0.3s;}
.abo2-item .abo2-desc:after{content: '';width: 0;height: 1px;background: #0e48a7;position: absolute;bottom: 0;left:0;transition: all 0.8s;}
.abo2-item:hover .abo2-desc:after{width: 100%;}
.abo2-item:hover .abo2-desc{color:#0e48a7; }
.abo2-swiper{padding-bottom: 40px;position: relative;}
.abo2-swiper .swiper-pagination{bottom: 0;left:50%;transform: translateX(-50%);}
.abo2-swiper .swiper-pagination-bullet{margin:0 10px;}


.container-middle{position: relative;}
#certify {position: relative;z-index: 3;width: 1000px;}
#certify .swiper-slide{
  width: 540px;
  position: relative;
}
#certify .m-pic{
  width: 235px;
  height: 334px;
  background: #fff;
  margin:0 auto;
  -webkit-box-shadow:0px 5px 20px rgba(0,0,0,.15);
  box-shadow: 0px 5px 20px rgba(0,0,0,.15);
}
#certify .swiper-slide img{
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
#certify .m-cont{
  height: 40px;
  line-height: 24px;
  margin-top: 24px;
  opacity: 0;
  padding: 0 20px;
}
#certify .m-cont p{
  color: #0e48a7;
  font-size: 14px;
  text-align: center;
}
#certify .swiper-slide-active .m-cont{opacity: 1;}
.abo3-box .arrow-btn{width: 40px;height: 40px;border:1px solid #dbdbdb;box-sizing: border-box;outline: medium;transition: all 0.4s;cursor: pointer;position: absolute;border-radius: 50%;border:1px solid #c1c1c1;color: #cdcdcd;font-size: 18px;text-align: center;line-height: 40px;}
.abo3-box .arrow-left{
  left: 0;top: 50%;margin-top: -40px;
}
.abo3-box .arrow-right{
  right: 0;top: 50%;margin-top: -40px;
}
.abo3-box .arrow-btn:hover{color:#1e54ad ;border-color: #154da9;}
.abo-four{padding:50px 0 100px;margin-top: 26px;position: relative;}

.abo4-box{position: relative;height: 100%;}
.in4_list li img{display: block;}
.in4_list{box-sizing: border-box;text-align: center;position: relative;height: 100%;}
.in4_list .more{margin-top: 440px;}
.in4_list ul{position: relative;}
.in4_list li.li1{position: absolute;left: 0;top:0px;}
.in4_list li.li2{position: absolute;left: 131px;top: 0;}
.in4_list li.li3{position: absolute;left: 130px;top: 76px;}
.in4_list li.li4{position: absolute;left: 260px;top: 0px;}
.in4_list li.li5{position: absolute;left: 260px;top: 152px;}
.in4_list li.li6{position: absolute;left: 390px;top: 76px;}
.in4_list li.li7{position: absolute;left: 520px;top: 0px;}
.in4_list li.li8{position: absolute;left: 520px;top: 152px;}
.in4_list li.li9{position: absolute;right: 389px;top: 76px;}
.in4_list li.li10{position: absolute;right: 260px;top: 152px;}
.in4_list li.li11{position: absolute;right: 260px;top: 0px;}
.in4_list li.li12{position: absolute;right: 131px;top: 0;}
.in4_list li.li13{position: absolute;right: 130px;top: 76px;}
.in4_list li.li14{position: absolute;right: 0;top: 0px;}

.in4_list ul > * { transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms; }
.in4_list ul:hover > * { opacity: 0.5; transform: scale(0.9); }
.in4_list ul > *:hover { opacity: 1; transform: scale(1); transition-delay: 0ms, 0ms; }

.in4_list li img{
  display: block;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);

  filter: grayscale(100%);
  transition: all 1s;

  filter: gray;}
.in4_list li:hover img{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);

  filter: grayscale(0%);

  filter: gray;
}
.abo4-swiper{height: 100%;}
.abo4-swiper .swiper-container{height: 100%;}
.abo4-swiper .swiper-pagination{bottom: 90px!important;}
.abo4-swiper .swiper-pagination-bullet{margin:0 10px!important;}


#darkbox {
  position: fixed;
  z-index: 9999;
  background: rgba(0,0,0,0.8) no-repeat none 50%;
  background-size: contain;
  -webkit-box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);
          box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);
  opacity: 0;
  visibility: hidden;
}
#darkbox.on {
  opacity: 1;
  visibility: visible;
  height: 90% !important;
  width: 90% !important;
  left: 5% !important;
  top: 5% !important;
}
#darkbox_prev, #darkbox_next {
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  width: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#darkbox_prev {
  left: -2px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#darkbox_next {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -2px;
}
#darkbox_prev:hover,#darkbox_next:hover{border-color: #0e48a7;}
#darkbox-description {
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 18px;
  bottom: 5px;
  text-align: right;
  text-shadow: 0 1px 1px #000;
}
#darkbox:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  content: "";
  color: #fff;
  cursor: pointer;
  background: url(../images/close.png) no-repeat center transparent;
}


.newsxq-rtcon.fixed{overflow: hidden;top: 155px;position: fixed;}


.header.fixed .head-top{height: 0;display: none;}
/* Ã¦â€“Â°Ã¥Â¢Å¾ */
.pro-contain{background: #f7f7f7;}
.pro-target{margin-top: 140px;position: relative;}
.pro-targetcon{margin:0 auto;overflow: hidden;width: 1100px;}
.target .pro-targetcon a{width: 160px!important;padding: 0 15px;}
.target .pro-targetcon .pro-list{padding: 0!important;}
.pro_btn a{font-size: 20px;color: #c6c6c6;position: absolute;top: 0;padding: 0;}
.pro_btn a:after{display: none;}
.pro_btn a.pro_prev:before{content: "\e659";opacity: 1;background: none;width: 20px;height: 20px;position: static;}
.pro_btn a.pro_next:before{content: "\e667";opacity: 1;background: none;width: 20px;height: 20px;position: static;}
.pro_btn a.pro_prev{left: 0;}
.pro_btn a.pro_next{right: 0;}

.pro-con{background: #fff;box-sizing: content-box;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;padding: 30px 30px 100px;}
.pro_lf {
    width:290px;
    border: 1px solid #d2d2d2;
    font-size: 16px;
    float: left;
    box-sizing: border-box;
}
.pro_lf .p-accordion .link{
    cursor: pointer;
    display: block;
    padding: 27px 0;

    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-bottom: 1px solid #d2d2d2;
}
.pro_lf .p-accordion li.open{border-bottom: 1px solid #d2d2d2;}
.pro_lf .p-accordion li.open .link{border-bottom: 0;padding-bottom: 10px;}
.pro_lf .p-accordion li:last-child .link{border-bottom: none;}
.pro_lf .p-accordion .submenu-hd .sub-link{font-size: 14px;padding: 13px 47px;box-sizing: border-box;color: #666;position: relative;}
.pro_lf .p-accordion .submenu-hd .sub-link:before{content: '';width: 14px;height: 14px;border:1px solid #d2d2d2;position: absolute;top: 16px;left:24px;}
.pro_lf .p-accordion .submenu-hd .sub-link:after{content: '';width: 14px;height: 14px;background: url(../images/gou.png) no-repeat center;position: absolute;left:24px;top: 16px;opacity: 0;}
.pro_lf .p-accordion .submenu-hd.show .sub-link:before{border-color: #0e48a7;}
.pro_lf .p-accordion .submenu-hd.show .sub-link:after{opacity: 1;}
.pro_lf .p-accordion .link:hover a,.pro_lf .p-accordion li.open .link a,.pro_lf .p-accordion .sub-link:hover,.pro_lf .p-accordion .submenu a:hover{color: #0e48a7;}
.pro_lf .p-accordion .link a{display: inline-block;width: 100%;padding: 0 25px;box-sizing: border-box;font-size: 14px;
    color: #333;}
.pro_lf .p-accordion .submenu-hd{position: relative;}
.pro_lf .p-accordion .link .chevron-down,.pro_lf .p-accordion .submenu-hd .chevron-down{
    position: absolute;
    top: 20px;
    right: 23px;
    width: 15px;
    height: 16px;
    background: url(/skin/mlk/images/column-item_1.png) no-repeat center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.pro_lf .p-accordion .submenu{padding-bottom: 15px;}
.pro_lf .p-accordion .submenu,.pro_lf .p-accordion .sub-child {
    display: none;
}
/* .p-accordion .submenu-hd.show .sub-link{padding-bottom: 7px;} */
.pro_lf .p-accordion .submenu-hd.show .sub-link a{color: #0e48a7;}
.pro_lf .p-accordion .submenu-hd .sub-child li{padding: 6px 47px;}
.pro_lf .p-accordion .submenu a {
    display: block;
    color: #666;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size:14px;
}
.pro_lf h3{line-height: 60px;font-size: 18px;color: #0e48a7;padding: 0 30px;box-sizing: border-box;border-bottom: 1px solid #d2d2d2;}
.pro_lf .p-accordion .submenu-hd .sub-child li.on a{color: #0e48a7;}

@media (max-width:1360px){
    .pro-con{padding: 30px 0 100px;}
}

.pro_rt{width: 860px;float: right;}
.pro-rtop{text-align: right;}
.pro-rtop li:first-child{padding-top: 0;}
.pro-rtop li {border-bottom: 1px solid #eee;padding: 17px 0;font-size: 0;text-align: left;}
.pro-rtop li span{font-size: 14px;color: #333;display: inline-block;}
.pro-rtop li a{display: inline-block;font-size: 14px;color: #666;padding: 1px 11px;margin-right: 10px;height: 21px;line-height: 21px;}
.pro-rtop li a.on,.pro-rtop li a:hover{background: #0e48a7;color: #fff;}
.pro-rtop .check{color: #fff;font-size: 14px;width:120px;height: 40px;line-height: 40px;text-align: center;background: #0e48a7;border:0;cursor: pointer;display: inline-block;margin-top: 10px;}
.pro-tit h3{color: #333;font-size: 18px;margin-bottom: 8px;}
.pro-tit p{color: #666;font-size: 14px;line-height: 28px;}
.pro-tit{border-bottom: 1px solid #d2d2d2;padding-bottom: 21px;}
.pro-bot-item{padding-top: 30px;margin-bottom: 20px;}
.probot-item-ttf{width: 90px;height: 90px;border:1px solid #d2d2d2;float: left;overflow: hidden;}
.probot-item-ttf img{display: block;width: 100%;height: 100%;}
.probot-item-trt{width: 740px;float: right;}
.probot-item-trt h3{color: #0e48a7;font-size: 18px;margin-bottom: 3px;}
.probot-item-trt p{color: #666;font-size: 14px;line-height: 28px;}
.probot-item-top{margin-bottom: 30px;}
.probot-item-bot table{width: 100%;}
.probot-item-bot table tr{height: 50px;}
.probot-item-bot table tr td{border:1px solid #e5e5e5;text-align: center;color: #666;font-size: 14px;}
.probot-item-bot table tr th:last-child{border-right: 1px solid #e5e5e5;}
.probot-item-bot table tr th{color: #333;font-size: 14px;font-weight: normal;background: #e5e5e5;border-right:1px solid #fff;}
.probot-item-bot table tr th.th1{width: 140px;}
.probot-item-bot table tr:hover td{color:#0e48a7; }
.pro-bot-item:last-child{margin-bottom: 0;}


.spec-preview{overflow: hidden;}
.spec-scroll{clear:both;overflow: hidden;width: 749px;margin-top: 79px;}
.spec-scroll .prev{float:left;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{line-height:121px;cursor:pointer;color: #d2d2d2;font-size: 18px;}
.spec-scroll .prev:hover,.spec-scroll .next:hover{color:#0e48a7; }
.spec-scroll .items{margin:0 auto;position:relative;height:121px;width:686px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;}
.spec-scroll .items ul li{position: relative; float:left;text-align:center;margin-right: 20px;width: 121px;height: 121px;border:1px solid #d2d2d2;}
.spec-scroll .items ul li.hover{border-color: #0e48a7;}
.spec-scroll .items ul li img{width: 100%;display: block;height: 100%;}
.pro-left{ overflow:hidden;float: left;width: 400px;height: 400px;border: 1px solid #d2d2d2;}
.jqzoom{width: 400px;height: 400px;float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;  overflow:hidden;}
.jqzoom img{width: 100%;display: block;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:485px;height:476px;background:#ffffff;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:200px !important;height:200px !important;border:1px solid #aaa;background:#ffffff ;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
.pro-right{width: 749px;float: right;}
.proxq-one{background: #fff;margin-bottom: 20px;border-bottom: 1px solid #d2d2d2;padding-bottom: 30px;}
.proxq-desc h3{font-size: 18px;color: #333;margin-bottom: 16px;line-height: 20px;}
.proxq-desc h4{color: #666;font-size: 14px;}
.proxq-desc .proxq-tit{border-bottom: 1px solid #d2d2d2;padding-bottom: 16px;margin-bottom: 12px;}
.proxq-desc p{color: #666;font-size: 14px;}
.proxq-desc p.p{line-height: 28px;}
.proxq-desc .proxq-btn{display: inline-block;width: 138px;height: 40px;color: #fff;font-size: 14px;background: #0e48a7;text-align: center;line-height: 40px;margin-top: 22px;}

.proinfo-top{font-size: 0;margin-bottom: 27px;}
.proinfo-top a{height: 35px;border-radius:17.5px;display: block;float: left;margin-right:5px;border:1px solid transparent;text-align: center;line-height: 33px;color: #333;font-size: 14px;padding: 0 21px;}
.proinfo-top a.active{border-color: #0e48a7;color: #0e48a7;}
.proinfo-list{display: none;}
.proinfo-list1 li{margin-bottom: 18px;}
.proinfo-list li h3{color: #333;font-size: 14px;margin-bottom: 4px;position: relative;padding-left: 18px;}
.proinfo-list li h3:before{content: '';width: 8px;height: 8px;background: #0e48a7;position: absolute;left: 0;top: 6px;}
.proinfo-list li p{font-size: 14px;color: #666;line-height: 28px;padding-left: 18px;}
.proinfo-list2 li{border-bottom: 1px solid #d2d2d2;}
.proinfo-list2 li img{display: block;margin:0 auto;}
.proinfo-list2 li:last-child{border-bottom: 0;}
.proinfo-list3 table{width: 100%;}
.proinfo-list3 table tr th{color: #333;font-size: 18px;font-weight: normal;height: 50px;background: #e5e5e5;border-right: 1px solid #fff;}
.proinfo-list3 table tr th1{width: 200px;}
.proinfo-list3 table tr td{color: #666;font-size: 14px;text-align: center;height: 50px;}
.proinfo-list3 table tr.tr2 td{height: 60px;border-right: 1px solid #fff;}
.proinfo-list3 table tr:nth-child(even){background: #f5f5f5;}
.proinfo-list4 li img{display: block;margin:0 auto;}
.protj-list li{margin-right: 30px;margin-bottom: 0;width: 380px;}
.protj-list ul{padding: 0!important;}
.protj-list .in5-pic{width: 380px;height: 380px;border:1px solid #d2d2d2;overflow: hidden;}
.protj-list .in5-pic img{width: 380px;height: 380px;transition: all 0.4s;}
.protj-list .in5-desc{padding: 16px 0;}
.protj-list .in5-desc h3{color: #333;font-size: 18px;margin-bottom: 8px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.protj-list .in5-desc h4{color: #666;font-size: 14px;}
.protj-list li.li:hover{box-shadow: none;}
.protj-list li:hover .in5-desc h3,.protj-list li:hover .in5-desc h4{color: #0e48a7;}
.protj-list li:hover .in5-pic{border-color: #0e48a7;}
.protj-list li:hover .in5-pic img{transform: scale(1.1);}
.proinfo-bot{margin-bottom: 42px;}
