@charset "utf-8";
/* CSS Document */
body {
  font-size: 14px;
  line-height: 24px;
  font-family: "微软雅黑";
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
p {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: none;
}
input,
textarea {
  font: inherit;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.wrap_box {
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
/*header*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.header {
  width: 100%;
  height: 166px;
  background: #fff;
  z-index: 200;
  position: fixed;
}
.h_top {
  height: 166px;
}
.language {
  color: #595757;
  font-size: 16px;
  line-height: 116px;
}
.nav_bg {
  background: #1b60a9;
  height: 50px;
}
.nav {
  padding-left: 30px;
}
.nav > li {
  float: left;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
  position: relative;
}
.nav > li > a {
  padding: 0 25px;
  display: block;
}
.nav > li.cur > a,
.nav > li > a:hover,
.nav > li.on > a {
  background-color: #f8f8f8;
  color: #4392e6;
}
.sub_main {
  position: absolute;
  left: 0;
  top: 50px;
  /* width: 100%; */
  min-height: 240px;
  background-color: #f8f8f8;
  z-index: 2;
  display: none;
}
.nav .drop {
  position: relative;
}
.nav .drop_menu {
  position: absolute;
  left: 0;
  top: 50px;
  min-width: 100%;
  background-color: #f8f8f8;
  padding: 10px 0;
  display: none;
  z-index: 3;
  color: #6a6969;
  font-size: 16px;
}
.nav .drop_menu li {
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 30px;
}
/*下拉菜单*/
.sub_main {
  position: absolute;
  left: 0;
  top: 50px;
  /*width:100%; */
  min-height: 240px;
  background-color: #f8f8f8;
  z-index: 2;
  /* display:none; */
}
.sub_nav {
  padding: 10px 30px;
  overflow: hidden;
}
.sub_nav dl {
  width: 260px;
  float: left;
}
.sub_nav dl dd {
  border-bottom: 1px solid #ebebeb;
  line-height: 60px;
}
.sub_nav dl dd a {
  display: block;
  background: url(../images/icon_01.png) no-repeat right center;
  transition: all 0.2s ease 0s;
  color: #6a6969;
  font-size: 16px;
}
.sub_nav dl dd a:hover,
.sub_nav dl dd.on a {
  color: #4392e6;
  background-image: url(../images/icon_02.png);
}
.sub_right {
  margin-left: 330px;
}
.sub_box {
  display: none;
}
.sub_box:first-child {
  display: block;
}
.sub_box ol li {
  color: #878787;
  padding-right: 350px;
}
.sub_box ol li span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.sub_box ol li .pic {
  display: none;
  z-index: 5;
  position: absolute;
  right: 30px;
  top: 20px;
  width: 300px;
  height: 100%;
  overflow: hidden;
}
.sub_box ol li .pic img {
  display: block;
  width: 100%;
  height: 204px;
  position: absolute;
  left: 0;
  top: 0;
}
.sub_box ol li:first-child .pic,
.sub_box ol li:hover .pic {
  z-index: 8;
  display: block;
}
.sub_box ol li.on a {
  color: #4392e6;
}
/*banner*/
.flexslider {
  position: relative;
  overflow: hidden;
  background: url(../images/loading.gif) 50% no-repeat;
}
.slides {
  position: relative;
  z-index: 1;
}
.slides img {
  width: 100%;
}
.flex-control-nav {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.flex-control-nav li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  *display: inline;
  zoom: 1;
}
.flex-control-nav a {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 40px;
  overflow: hidden;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
}
.flex-control-nav .flex-active {
  background: #1f95d7;
}
.flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 45%;
}
.flex-direction-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}
.flex-direction-nav li a.flex-prev {
  left: 40px;
  background: url(../images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
  right: 40px;
  background: url(../images/next.png) center center no-repeat;
}
/*index*/
.pro_box {
  padding: 40px 0 65px;
}
.tit {
  color: #464646;
  font-size: 20px;
}
.mar_b {
  margin-bottom: 30px;
}
.home_pro_list {
  width: 995px;
}
.home_pro h2 {
  margin-bottom: 25px;
}
.home_pro .thumbnail {
  width: 349px;
  height: 200px;
  position: relative;
  overflow: hidden;
  float: left;
}
.home_pro .thumbnail a {
  display: block;
}
.home_pro .thumbnail a img {
  width: 349px;
  height: 200px;
}
.home_pro .info {
  width: 555px;
  margin: 20px 0 0;
}
.home_pro .info h3 {
  font-size: 20px;
  color: #6a6a6a;
  margin-bottom: 25px;
  line-height: 1.25em;
  overflow: hidden;
}
.home_pro .info .intro {
  font-size: 14px;
  color: #858585;
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
  margin-bottom: 25px;
}
.readmore {
  color: #4392e6;
}
.home_pro .bx-wrapper .bx-controls-direction a {
  width: 34px;
  height: 34px;
  margin-top: -17px;
}
.home_pro .bx-wrapper .bx-prev {
  background: url(../images/nar1.png) no-repeat;
  left: -100px;
}
.home_pro .bx-wrapper .bx-next {
  background: url(../images/nar2.png) no-repeat;
  right: -100px;
}
.news_bg {
  background: #f0f0f0;
  padding: 30px 0 35px;
}
.news li {
  width: 380px;
  float: left;
  margin-right: 27px;
}
.news li:nth-child(3n+3) {
  margin-right: 0;
}
.news li img {
  width: 380px;
  height: 218px;
}
.news li h3 {
  color: #8f8f8f;
  font-size: 16px;
  line-height: 56px;
}
.news li p {
  color: #aaaaaa;
  background: url(../images/index_14.jpg) no-repeat left center;
  padding-left: 30px;
  margin-bottom: 14px;
}
.news li .news_more {
  color: #4392e6;
}
.home_events {
  padding: 30px 0 0;
}
.home_events {
  background-color: #fff;
}
.home_events h2 {
  margin-bottom: 30px;
}
.home_eventsWrap {
  padding: 0 60px;
}
#home_events {
  background: url(../images/bg_events.jpg) repeat-x center center;
}
.home_events .item {
  position: relative;
  width: 196px;
  height: 225px;
  padding-left: 17px;
  float: left;
}
/*.home_events h3 {*/
  /*font-size: 16px;*/
  /*font-weight: normal;*/
  /*color: #626262;*/
  /*line-height: 26px;*/
  /*height: 73px;*/
  /*overflow: hidden;*/
  /*margin-bottom: 10px;*/
/*}*/
.home_events h3 {
    font-size: 14px;
    font-weight: normal;
    color: #626262;
    line-height: 20px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
}



.home_events .time {
  height: 35px;
  line-height: 1em;
  font-size: 14px;
  color: #696969;
  position: absolute;
  left: 28px;
  top: 50%;
  margin-bottom: -35px;
  width: 100%;
}
.home_events time {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 14px;
}
.home_events .dot {
  width: 17px;
  height: 17px;
  background: url(../images/icon_08.png) no-repeat center center;
  position: absolute;
  left: 28px;
  top: 50%;
  margin-top: -8.5px;
}
.home_events .dot:after {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  left: 50%;
  margin-left: -0.5px;
  top: -100%;
  background-color: #ededed;
}
.home_events .info {
  position: absolute;
  left: 28px;
  top: 30px;
}
.home_events .item_box:nth-child(2n-1) .time,
.home_events .odd.owl-item .time {
  margin-bottom: 0;
  margin-top: -35px;
}
.home_events .item_box:nth-child(2n-1) time,
.home_events .odd.owl-item time {
  bottom: auto;
  top: 0;
}
.home_events .item_box:nth-child(2n-1) .dot:after,
.home_events .odd.owl-item .dot:after {
  bottom: -100%;
  top: auto;
}
.home_events .item_box:nth-child(2n-1) .info,
.home_events .odd.owl-item .info {
  bottom: 0;
  top: auto;
}
.home_events .bx-wrapper .bx-controls-direction a {
  width: 34px;
  height: 34px;
  margin-top: -17px;
}
.home_events .bx-wrapper .bx-prev {
  background: url(../images/nar1.png) no-repeat;
  left: -67px;
}
.home_events .bx-wrapper .bx-next {
  background: url(../images/nar2.png) no-repeat;
  right: -67px;
}
.case_bg {
  background: #f0f0f0;
  padding: 30px 0 25px;
}
.case {
  width: 383px;
  margin-right: 25px;
}
.case:last-child {
  margin-right: 0;
}
.case .readmore {
  margin: 23px 0 0;
}
.pro_tuijian {
  padding: 73px 0 63px;
}
.more {
  right: 0;
  top: -5px;
}
.pro_tuijian_list {
  overflow: hidden;
  margin: 5px 0 0;
}
.pro_tuijian_list li {
  width: 349px;
  float: left;
  margin: 0 10px;
  text-align: center;
}
.pro_tuijian_list li img {
  width: 349px;
  height: 200px;
}
.pro_tuijian_list li > a {
  overflow: hidden;
  display: block;
}
.pro_tuijian_list li h3 {
  line-height: 60px;
  color: #676767;
  font-size: 16px;
}
.about_tit li {
  float: left;
  text-align: center;
  margin-right: 120px;
  cursor: pointer;
}
.about_tit li:last-child {
  margin-right: 0;
}
.about_tit li h4 {
  color: #626262;
  font-size: 20px;
  background: url(../images/bor.jpg) no-repeat center bottom;
  line-height: 57px;
  padding-bottom: 3px;
}
.about_tit li p {
  color: #717171;
  font-size: 16px;
  line-height: 52px;
}
.about_bg {
  background: url(../images/about_bg.jpg) no-repeat center top;
  margin: 27px 0 0;
  height: 407px;
}
.about_box {
  width: 630px;
  color: #fff;
}
.about_box h3 {
  font-size: 22px;
  background: url(../images/bor2.jpg) no-repeat left bottom;
  line-height: 76px;
  padding: 13px 0 0;
}
.about_box .about_txt {
  font-size: 16px;
  line-height: 30px;
  margin: 32px 0 83px;
  height: 120px;
  overflow: hidden;
}
.about_box .about_more {
  width: 126px;
  height: 45px;
  border: solid 1px #a0a0a0;
  font-size: 16px;
  line-height: 43px;
  display: block;
}
.about_box .swiper-pagination {
  bottom: 84px;
  text-align: left;
}
.about_box .swiper-pagination-bullet {
  width: 33px;
  height: 5px;
  border-radius: 0;
  background: #d2d2d2;
  opacity: 1;
}
.about_box .swiper-pagination-bullet-active {
  background: #4392e6;
}
.footer_bg {
  background: #555555;
  padding: 15px 0;
}
.copyright {
  color: #f0f0f0;
  font-size: 16px;
}
.contact {
  color: #c5c5c5;
  margin: 5px 0 0;
}
.path_bg {
  border-bottom: solid 1px #d2d2d2;
  line-height: 60px;
  font-size: 14px;
  color: #5e5e5e;
}
.path_bg img {
  vertical-align: middle;
  margin-right: 20px;
}
.path_bg span {
  color: #1b60a9;
}
.main {
  min-height: 523px;
  padding: 6px 0 75px;
}
.main_tit {
  color: #444;
  font-size: 22px;
}
.type {
  padding: 0;

}
.type a {
  color: #868686;
  font-size: 18px;
  line-height: 38px;
  display: inline-block;
  padding: 0 15px;
  margin: 5px 20px;
}
.type .active {
  background: #1b60a9;
  color: #fff;
}
.m_pro {

  padding: 60px 0 50px;
}
.m_pro li {
  width: 277px;
  float: left;
  text-align: center;
  margin-right: 30px;
}
.m_pro li:nth-child(4n+4) {
  margin-right: 0;
}
.m_pro li img {
  width: 275px;
  height: 175px;
}
.m_pro li h3 {
  color: #5d5d5d;
  font-size: 16px;
  line-height: 58px;
}
.page a {
  background: #eeeded;
  padding: 0 15px;
  margin: 0 6px;
  display: inline-block;
  line-height: 38px;
  color: #848484;
  font-size: 16px;
}
.page .on {
  color: #fff;
  background: #1b60a9;
}
.m_news {
  padding: 60px 0 0;
}
.m_news li img {
  width: 380px;
  height: 216px;
}
.m_news li .m_news_con {
  width: 780px;
}
.m_news li .m_news_con h3 {
  color: #1b60a9;
  font-size: 20px;
  line-height: 58px;
}
.m_news li .m_news_con .m_news_txt {
  color: #868686;
  height: 26px;
  height: 52px;
  overflow: hidden;
  margin: 10px 0 22px;
}
.m_news li .m_news_con .m_news_time {
  color: #969696;
}
.m_news .swiper-pagination {
  text-align: left;
  padding-left: 418px;
}
.m_download {
  padding: 42px 0 65px;
}
.m_download li {
  background: url(../images/main4.jpg) no-repeat left center;
  padding-left: 23px;
  line-height: 60px;
  border-bottom: dashed 1px #e5e5e5;
  color: #969696;
  font-size: 18px;
  position: relative;
}
.m_download li span {
  background: url(../images/main5.jpg) no-repeat left center;
  padding-left: 34px;
  right: 0;
  top: 0;
  position: absolute;
}
.m_contact {
  padding: 30px 0 0;
}
.m_contact_con {
  width: 540px;
}
.m_contact_con h4 {
  color: #1b60a9;
  font-size: 20px;
  line-height: 28px;
  padding: 80px 0 46px;
}
.m_contact_con .m_contact_txt {
  color: #5b5b5b;
  font-size: 16px;
  line-height: 34px;
}
.m_contact_list {
  padding: 43px 0 0;
}
.m_contact_list li {
  margin-bottom: 38px;
  color: #525252;
  font-size: 16px;
}
.m_contact_list li img {
  vertical-align: middle;
  margin-right: 16px;
}
.m_about_con {
  color: #444;
  width: 745px;
  line-height: 30px;
}
.m_about_pic {
  width: 374px;
  overflow: hidden;
}
.hunjing {
  padding: 115px 0 0;
}
.hunjing_list {
  margin: 40px 0 0;
}
.hunjing_list li {
  width: 286px;
  float: left;
  text-align: center;
  margin-right: 14px;
}
.hunjing_list li h3 {
  color: #747474;
  font-size: 16px;
  line-height: 62px;
}
.hunjing_list li:last-child {
  margin-right: 0;
}
.idea {
  padding: 85px 0 0;
}
.idea ul {
  margin: 50px 0 0;
}
.idea li {
  float: left;
  width: 230px;
  text-align: center;
  margin-right: 90px;
}
.idea li:last-child {
  margin-right: 0;
}
.idea li .icon {
  width: 149px;
  height: 149px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 15px;
}
.idea li p {
  color: #444444;
  line-height: 30px;
}
.search {
  border: solid 1px #e5e5e5;
  width: 370px;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
  margin: 40px 40px 0 0;
}
.ss {
  width: 320px;
  height: 38px;
  padding: 0 20px;
  border: none;
}
.ss_btn {
  width: 45px;
  margin: 3px 0 0;
}
.left {
  width: 330px;
  margin: 50px 0 0;
  border: solid 1px #e5e5e5;
}
.left_tit {
  height: 60px;
  background: #1b60a9;
  line-height: 60px;
  color: #fff;
  font-size: 24px;
  padding: 0 15px;
}
.left_type > li {
  border-bottom: dashed 1px #c7c7c7;
  padding: 15px;
}
.left_type > li h3 {
  color: #5f5f5f;
  font-size: 16px;
  background: url(../images/main17.jpg) no-repeat left center;
  padding-left: 20px;
}
.left_type > li h3 a.on{
  color: #1b60a9;
}
.left_type>li h3 span{
  background: url(../images/main18.jpg) no-repeat;
  display: block;
  width: 13px;
  height: 8px;
  margin: 8px 0 0;
}
.left_type>li.current h3 span{
  background: url(../images/main19.jpg) no-repeat;
}

.left_type > li.active h3 {
  background: url(../images/main20.jpg) no-repeat left center;
}
.left_type > li.active h3 a {
  background: url(../images/main19.jpg) no-repeat right center;
}
.sub_left_type {
  color: #a4a4a4;
  line-height: 28px;
  margin: 7px 0 0;
  display: none;
}
.right {
  width: 810px;
  margin: 50px 0 0;
}
.m_pro1 {
  padding-bottom: 40px;
}
.m_pro1 li {
  width: 380px;
  float: left;
  margin: 0 49px 13px 0;
  text-align: center;
  border: solid 1px #ccc;
}
.m_pro1 li img {
  width: 378px;
  height: 216px;
}
.m_pro1 li h3 {
  color: #5d5d5d;
  font-size: 16px;
  line-height: 55px;
}
.m_pro1 li:nth-child(even) {
  margin-right: 0;
}
.honor {
  padding: 70px 0 75px;
}
.honor li {
  width: 261px;
  float: left;
  margin: 0 52px 20px 0;
  text-align: center;
}
.honor li:nth-child(4n+4) {
  margin-right: 0;
}
.honor li h3 {
  color: #5d5d5d;
  line-height: 66px;
}
.honor .honor_pic {
  width: 261px;
  height: 203px;
  overflow: hidden;
  border: solid 1px #dcdcdc;
  display: block;
}
.honor .honor_pic img {
  width: 259px;
  height: 201px;
}
.case_pic {
  width: 562px;
}
.case_pic .case_cur {
  position: relative;
  padding-bottom: 57.143%;
  overflow: hidden;
  margin-bottom: 7px;
}
.case_pic img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#case_pic .thumbnail {
  position: relative;
  padding-bottom: 57.143%;
  overflow: hidden;
  cursor: pointer;
}
#case_pic .owl-prev,
#case_pic .owl-next {
  position: absolute;
  top: 0;
  height: 100%;
  width: 20px;
  background: rgba(0, 0, 0, 0.5) no-repeat center center;
  text-indent: -9999em;
  z-index: 2;
}
#case_pic .owl-prev {
  background-image: url(../images/icon_26.png);
  left: 0;
}
#case_pic .owl-next {
  background-image: url(../images/icon_25.png);
  right: 0;
}
#case_pic .owl-nav {
  display: block;
  display: none;
}
#case_pic.haspn:hover .owl-nav {
  display: block;
}
.pro_xx {
  width: 580px;
}
.pro_xx h3 {
  color: #262626;
  font-size: 20px;
  border-bottom: solid 1px #dcdcdc;
  line-height: 26px;
  padding-bottom: 15px;
}
.pro_xx_txt {
  color: #5e5e5e;
  line-height: 34px;
  margin: 20px 0 0;
}
.pro_xx_box {
  margin: 0;
}

.sub_box ol li span:hover {
  color: #4392e6;
}
.sub_left_type li:hover a{
  color: #4392e6;
}

.drop_menu a:hover{
  color: #4392e6;
}
.type a:hover{
  background: #1b60a9;
  color: #fff;
}

.m_pro1 li:hover h3{
  color: #4392e6;
}

.m_pro li:hover h3{
  color: #4392e6;
}

.m_pro li {
    width: 277px;
    float: left;
    text-align: center;
    margin-right: 30px;
    border: solid 1px #ccc;
    margin-bottom: 20px;
}
.left_type > li h3:hover{
            color: #1b60a9;
}