body {
  font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
  background: #fefefe;
}
@media (min-width: 1200px) {
    body{
        overflow-x: hidden;
    }
    .container {
        width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}

.yimg img {
  display: block;
}

a {
  text-decoration: none !important;
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/*public*/
.public_img img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.public_img:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.header {
  background: #004a91;
  position: relative;
  z-index: 999;
}
.header .navbar{
    margin-bottom: 0;
}
.header .navbar-default {
  background: none;
  border: none;
}
.header .navbar-default .logo {
    height: 96px;
  padding: 33px 15px;
}
.header .navbar-default .logo img {
  width: 186px;
  height: 30px;
}
.header .navbar-default .navbar-nav > li > a {
  position: relative;
  z-index: 3;
  color: #d5d5d5;
  line-height: 30px;
  font-weight: bold;
  font-size: 16px;
  padding: 33px 14px 33px 21px;
  background: url(../images/bar.png) left center no-repeat;
}
.header .navbar-default .navbar-nav > li:hover a {
  color: #fff;
}
.header .navbar-default .navbar-nav > li:first-child a {
  background: none;
}
.header .navbar-default .nav .xiala {
    background: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  width: 580px;
  display: none;
}
.header .navbar-default .nav .xiala .title{
    width: 128px;
    border-right: 1px solid #eee;
}
.header .navbar-default .nav .xiala .title .tabs-tit{
    border-bottom: 1px solid #eee;
}
.header .navbar-default .nav .xiala .title .tabs-tit a{
    display: block;
    line-height: 24px;
    padding: 5px 9px;
    font-size: 14px;
    color: #333;
}
.header .navbar-default .nav .xiala .title .tabs-tit.selected a{
    background: #005db7;
    color: #fff;
}
.header .navbar-default .nav .xiala .title .tabs-tit a:hover{
	background: #005db7;
    color: #fff;
}
.header .navbar-default .nav .xiala .content{
    width: 446px;
}
.header .navbar-default .nav .xiala .content .con-1{
    float: left;
    width: 223px;
}
.header .navbar-default .nav .xiala .content .con-1 a{
    display: block;
    height: 46px;
    line-height: 42px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    color: #666;
}
.header .navbar-default .nav .xiala .content .con-1 a img{
    width: 75px;
    height: 42px;
}
.header .navbar-default .nav .xiala .content .con-1 a:hover{
    background: #f4f4f4;
}
/*.header .navbar-default .nav .xiala ul {
  width: 485px;
  background: #005db7;
}
.header .navbar-default .nav .xiala ul li {
  border-bottom: 1px solid #0166c7;
}
.header .navbar-default .nav .xiala ul li a {
  display: block;
  line-height: 24px;
  padding: 5px 9px;
  font-size: 14px;
  color: #ccc;
}
.header .navbar-default .nav .xiala ul li a .name{
	display:block;
	width: 110px;
}
.header .navbar-default .nav .xiala ul li a img {
  position: absolute;
  top: 0;
  right: 0;
  width: 358px;
  height: 244px;
  display: none;
}
.header .navbar-default .nav .xiala ul li a:hover, .header .navbar-default .nav .xiala ul li a.xz {
  color: #fff;
}
.header .navbar-default .nav .xiala ul li:first-child a img {
  display: block;
}*/

.header-right{
    margin-top: 33px;
}
.language-toggle{
    width: 50px;
    position: relative;
}
.language-toggle span{
    display: block;
    padding-right: 22px;
    background: url("../images/z_2.png") right center no-repeat;
    font-size: 14px;
    color: #fff;
}
.language-toggle .toggle-con{
    width: 100%;
    background: #fff;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}
.language-toggle .toggle-con a{
    display: block;
    color: #555;
}
.header .navbar-form{
    margin-top: 0;
}
.search{
    width: 60px;
    height: 30px;
    padding: 0;
    position: relative;
}

.ssk-con{
    display: none;
}
.ssk-1{
    width: 202px;
    height: 30px;
    line-height: 30px;
    background: none;
    border: none;
    border-radius: 0;
}
.search-btn{
    display: block;
    width: 26px;
    height: 22px;
    margin-top: 3px;
    background: url("../images/z_3.png") no-repeat;
    border: none;
    position: absolute;
    top: 0;
    right: 15px;
}
.input-1{
    width: 26px;
    height: 22px;
    margin-top: 3px;
    background: url("../images/z_4.png") no-repeat;
    border: none;
    position: absolute;
    top: 0;
    right: 15px;
}
.header .navbar-toggle{
    margin-top: 30px;
}






/*banner*/
.banner {
  width: 100%;
}
.banner .slider img {
  width: 100%;
  max-width: 100%;
}
.banner .slick-slider {
  margin-bottom: 0;
}
.banner .slick-dots {
  display: none !important;
}
.banner .top {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 31px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
}

.section_01 {
  width: 100%;
  min-height: 430px;
  background: url(../images/bg_01.jpg) center center no-repeat;
    background-size: cover;
}
.section_01 img {
  padding-top: 68px;
  width: 312px;
}
.section_01 .div1 {
  color: #fff;
  line-height: 28px;
  margin-top: 43px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.section_01 a.more {
  width: 178px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #fff;
  font-size: 14px;
  margin-top: 42px;
  border-radius: 4px;
  color: #fff;
}

.b_title {
  font-size: 24px;
  line-height: 86px;
  color: #d70129;
}

.section_02 {
  background: #f4f8f9;
  padding: 40px 0 70px;
}
.section_02 .div2 {
  min-height: 130px;
}
.section_02 .div2 > a {
  display: block;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 190px;
  height: 130px;
}
.section_02 .div2 > a img {
  width: 190px;
  height: 130px;
}
.section_02 .div2 .div_right {
  padding-left: 220px;
}
.section_02 .div2 .div_right a.a1 {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 9px;
  color: #666;
}
.section_02 .div2 .div_right a.a1:hover {
  color: #2b5d92;
}
.section_02 .div2 .div_right span.span1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 12px;
  line-height: 24px;
  color: #999;
}
.section_02 .div2 .div_right a.a2 {
  font-size: 12px;
  display: inline-block;
  line-height: 12px;
  margin-top: 12px;
  color: #999;
}
.section_02 .div2 .div_right a.a2 img {
  margin-left: 10px;
}
.section_02 .div2 .div_right a.a2 bdo {
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 12px;
  background: url(../images/tip_sanjiao.png) center center no-repeat;
  margin-left: 10px;
  margin-top: 1px;
}
.section_02 .div2 .div_right a.a2:hover {
  color: #2b5d92;
}
.section_02 .div2 .div_right a.a2:hover bdo {
  background: url(../images/tip_sanjiao2.png) center center no-repeat;
}
.section_02 a.more {
  width: 180px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 40px;
  border-radius: 4px;
  background-color: #d70129;
}

.section_03.container-fluid, .section_03 .col-sm-6 {
  padding: 0;
}
.section_03 a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.section_03 a img {
  width: 100%;
  max-width: 100%;
}
.section_03 a span.span1 {
  min-width: 170px;
  position: absolute;
  line-height: 18px;
  left: 8.95833%;
  bottom: 21.86667%;
  color: #fff;
}
.section_03 a span.span1 b {
  display: block;
  font-size: 18px;
  color: #fff;
}
.section_03 a span.span1 bdo {
  display: block;
  margin-top: 18px;
  font-size: 12px;
  color: #ccc;
}

.section_04 {
  margin-top: 40px;
}
.section_04 .in_title {
  font-size: 18px;
  color: #333;
  line-height: 40px;
  margin-bottom: 19px;
}
.section_04 .in_title a {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 14px;
  color: #999;
}
.section_04 .in_title a:hover {
  color: #d70129;
}
.section_04 .div1 {
  margin-top: 23px;
  min-height: 115px;
}
.section_04 .div1.ling {
  margin-top: 0;
}
.section_04 .div1 a.a1 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.section_04 .div1 a.a1 img {
  display: block;
  width: 145px;
  height: 115px;
}
.section_04 .div1 .div_right {
  padding-left: 175px;
}
.section_04 .div1 .div_right a {
  display: block;
  width: 100%;
  border-bottom: 1px solid #efefef;
  font-size: 16px;
  color: #464646;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 37px;
}
.section_04 .div1 .div_right a:hover {
  color: #007ac0;
}
.section_04 .div1 .div_right span.span1 {
  line-height: 22px;
  color: #848484;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 10px;
}
.section_04 .div2 img {
  width: 100%;
  max-width: 100%;
}
.section_04 .div2 span.span1 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
  background: #f0f0f0;
  font-size: 16px;
  color: #464646;
}
.section_04 .div2 span.span1 a {
  color: #464646;
  padding: 0 12px;
}
.section_04 .div2 span.span1 a:hover {
  color: #007ac0;
}

.section_05 {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  margin-top: 60px;
}
.section_05 span.span1 {
  position: absolute;
  left: 0;
  top: 0;
}
.section_05 .div1 {
  padding: 0px 15px;
}
.section_05 .div1 .div_right {
  padding-left: 71px;
}
.section_05 .div1 .div_right a {
  color: #666;
  margin-right: 66px;
}
.section_05 .div1 .div_right a:hover {
  color: #007ac0;
}

.footer {
  margin-top: 60px;
  background: #004a91;
}
.footer .foot_top {
  padding: 57px 0 25px;
}
.footer .foot_top .div1 {
  color: #fff;
}
.footer .foot_top .div1 a, .footer .foot_top .div1 a img {
  display: block;
  max-width: 100%;
}
.footer .foot_top .div1 span.span1 {
  font-size: 12px;
  display: inline-block;
  line-height: 40px;
  border-bottom: 1px solid #0066a1;
  margin: 35px 0 8px;
}
.footer .foot_top .div1 span.span1 b {
  display: inline-block;
  font-size: 18px;
  color: #ccc;
}
.footer .foot_top .div1 ul li {
  color: #ccc;
  line-height: 24px;
}
.footer .foot_top .ul1 {
  padding-left: 54px;
}
.footer .foot_top .ul1:first-child {
  border-left: 1px solid #0066a1;
}
.footer .foot_top .ul1.ling, .footer .foot_top .ul1 li:first-child a {
  font-weight: bold;
  font-size: 14px;
}
.footer .foot_top .ul1 li {
  line-height: 40px;
  font-size: 12px;
}
.footer .foot_top .ul1 li a {
  color: #ccc;
}
.footer .foot_top .ul1 li a:hover {
  color: #fff;
}
.footer .foot_top .ewm {
  color: #fff;
  line-height: 12px;
  margin-top: 15px;
}
.footer .foot_top .ewm img {
  width: 87px;
  height: 87px;
  margin-bottom: 15px;
  padding: 6px;
  background: #fff;
}
.footer .foot_bottom {
  background: #003e79;
  padding: 13px 0;
  color: #d8d8d8;
}
.footer .foot_bottom .fenxiang {
  font-size: 14px;
  color: #d1d1d1;
}

/*# sourceMappingURL=style.css.map */


/**********zhangling*********/
.zmod-01{
    margin-top: 50px;
}
.zmod-01>div{
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.zmod-01 a{
    display: block;
    height: 60px;
    line-height: 58px;
    border: 1px solid #004a91;
    font-size: 16px;
    color: #004a91;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.zmod-01 a:hover,
.zmod-01 .on{
    background: #d7012a;
    border: 1px solid #d7012a;
    color: #fff;
}
.ztit-1{
    font-size: 24px;
    color: #d7012a;
}
.zmod-02{
    line-height: 24px;
    font-size: 12px;
    color: #666;
}
.zmod-02 img{
    max-width: 100%;
}
.zmod-03>div{
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
    position: relative;
}
.zmod-03>div .img-1{
    height: 600px;
}
.zmod-03>div .img-2{
    height: 300px;
}
.zmod-03>div .img-bg{
    width: 100%;
}
.zmod-03>div .pf-text{
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.zmod-03>div .pf-text span{
    margin-top: -50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}


/*2关于我们-2*/
.zmod-04{
    padding-bottom: 40px;
    background: url("../images/z_15.png") 12px top repeat-y;
}
.zmod-04 .tit{
    line-height: 30px;
    padding-left: 130px;
    margin-bottom: 20px;
    background: url("../images/z_17.png") left 2px no-repeat;
    font-size: 18px;
    color: #666;
    position: relative;
}
.zmod-04 .tit .date{
    width: 90px;
    font-size: 14px;
    color: #999;
    position: absolute;
    top: 0;
    left: 40px;
}
.zmod-04 .tit.on{
    background: url("../images/z_16.png") left 2px no-repeat;
    color: #d7012a;
}
.zmod-04 .tit.on .date{
    color: #333;
}
.zmod-04 .con{
    padding-left: 115px;
    margin-bottom: 30px;
    display: none;
}
.zmod-04 .con img{
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.zmod-04 .con .text{
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.zmore-1{
    display: block;
    width: 215px;
    height: 45px;
    line-height: 45px;
    background: #d7012a;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
}
.zmore-1:hover{
    color: #fff;
}



/*q专属*/
/*视频中心*/
.other-banner img{
    display: block;
    width: 100%;
}
.t_play{
  position: relative;
  width: 100%;
}
.t_play>img{
  width: 100%;
  display: block;
}
.t_play>a,.t_play>a>img{
  width:72px;
  height: 72px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -36px;
  margin-top: -36px;
  z-index: 66;
}

.t_m1 h3{
  font-size: 24px;
  color: #d7012a;
  line-height: 100px;
  margin-top: 20px;
  font-weight: normal;
  text-align: center;
}
.t_d1{
  padding:10px;
  background: #f0f0f0;
}
.t_d1 p{
  font-size: 16px;
  color: #464646;
  line-height: 30px;
  margin: 0;
}
.t_m1_k .row{
  margin-left: -20px;
  margin-right: -20px;
}
.t_m1 .t_p1{
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
.t_p1:hover .t_d1{
  background: #d7012a;
}
.t_p1:hover .t_d1 p{
  color: #fff;
}

/*page*/
.page {
    text-align: center;
    padding: 40px 0;
}
.page a {
    display: inline-block;
    border: 1px solid #dddddd;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    color: #323232;
    margin: 2px;
    background: #e8e8e8;
}
.page a:hover,.page a.current {
    background: #d7012a;
    border: 1px solid #d7012a;
    color: #ffffff;
}


.zhezhao{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 88;
  background: #000;
  opacity: 0.5;
  display: none;
}
.t_play_tc{
  position: fixed;
  top: 4%;
  z-index: 999;
  display: none;
  width: 100%;
}
.t_p_tc a img,.t_p_tc a{
  width: 100%;
  display: block;
}
.t_play_tc .row{
  margin:  0 -15px;
}
.t_play_tc .row div{
  padding: 0 15px;
}
/*招贤纳士*/
.t_m2{
  text-align: left;
  border-bottom: 1px dashed #ddd;
}
.t_m2 h4{
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  margin-top: 20px;
}
.t_m2>span{
  margin-right:60px;
  line-height: 30px;
  font-size: 12px;
}
.t_m2_l{
  width: 7%;
  float: left;
}
.t_m2_l em{
  font-style: normal;
  font-size: 12px;
  color: #333333;
  line-height: 30px;
}
.t_m2_2{
  float: left;
  font-size: 12px;
  line-height: 30px;
}

/*联系我们*/
.t_con_us_k{
  margin: 0 -12px;
}
.t_con_us{
  height: 40px;
  border:1px solid #d8d8d8;
  padding: 0 12px 10px;
}
.t_con_us span{
  padding-left: 25px;
  font-size: 14px;
  color: #7c7c7c;
  line-height: 40px;
  background: url(../images/t_m1.png) left no-repeat;
  display: block;
  float: left;
}
.t_con_us1 span{
  background: url(../images/t_m2.png) left no-repeat;
}
.t_con_us2 span{
  background: url(../images/t_m3.png) left no-repeat;
}
.t_con_us3 span{
  background: url(../images/t_m4.png) left no-repeat;
}
.t_con_us4 span{
  background: url(../images/t_m5.png) left no-repeat;
}
.con_txt{
  height: 38px;
  line-height: 38px;
  border:none;
  float: left;
}

.t_con_us_k>div{
  height: 40px;
  margin-bottom: 15px;
}
.t_con_us4{
  min-height: 210px;
  margin-top: 15px;
}
.t_con_us4 textarea{
  width: 90%;
  height: 100%;
  border:none;
  padding: 10px 0;
  float: left;
}

.t_m1_2 .row{
  margin: 0 -12px;
}
.t_con_but{
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  color: #ed2224;
  border:1px solid #ed2224;
  background: #fff;
  margin: 30px 0 60px;
}
.map_f,.map_f a{
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 46px;
}

.t_map,.t_map a,.t_map a img{
  display: block;
  width: 100%;
}
.t_map_b{
  border-bottom: 1px dashed #ddd;
  padding-bottom: 40px;
  padding-top: 15px;
}

.t_dy_1 h4{
  text-align: center;
  font-size: 20px;
  color: #666666;
  line-height: 40px;
  padding: 10px 0;
}
.t_dy_1{
  font-size: 12px;
  color: #666666;
  line-height: 23px;
}
.t_dy_1 img{
  /*min-width: 100%;*/
  vertical-align: middle;
}

.t_m1_3 .row{
  margin: 0 -15px;
}
.t_m1_3 .row>div{
  padding: 0 15px;
}
.t_new_l a{
  overflow: hidden;
}
.t_new_l a,.t_new_l a img{
  display: block;
  width: 100%;
}
.t_new_l a img{
  transition: all 1s ease 0s;
}
.t_new_r {
  border-bottom: 1px solid #e8e8e8;
}
.t_new_r a{
  font-size: 16px;
  color: #464646;
  line-height: 26px;
  transition: all 1s ease 0s;
  padding: 5px 0;
  display: block;
}
.t_new_r p{
  font-size: 12px;
  color: #848484;
  line-height: 24px;
}
.t_h1:hover .t_new_l a img {
  transform:scale(1.1);
  -ms-transform:scale(1.1); /* IE 9 */
  -moz-transform:scale(1.1); /* Firefox */
  -webkit-transform:scale(1.1); /* Safari and Chrome */
  -o-transform:scale(1.1); /* Opera */
}
.t_h1:hover .t_new_r a{
  color: #d7012a;
}

.t_dy_1 h5{
  font-size: 14px;
  color: #d7012a;
  line-height: 24px;
}

/*应用行业*/
.t_fos{
  font-size: 12px;
  color: #666666;
  line-height: 24px;
  padding-bottom: 20px;
}

.t_m1_5 .row{
  margin: 0 -20px;
}
.t_use{
  padding: 0 20px;
}
.t_use div>a{
  overflow: hidden;
}
.t_use div>a,.t_use>a img{
  display: block;
  width: 100%;
}
.t_use div>a img{
  transition: all 1s ease 0s;
}
.t_use h4 a{
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  text-align: center;
}
.t_use p{
  font-size: 12px;
  color: #666666;
  line-height: 24px;
}
.t_use:hover div>a img{
  transform:scale(1.1);
  -ms-transform:scale(1.1); /* IE 9 */
  -moz-transform:scale(1.1); /* Firefox */
  -webkit-transform:scale(1.1); /* Safari and Chrome */
  -o-transform:scale(1.1); /* Opera */
}
.t_use:hover h4 a{
  color: #d7012a;
}

.t_use_b{
  border-bottom: 1px dashed #d3d3d3;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

/*产品中心*/
.t_cp {
  border:1px solid #003e79;
  height: 48px;
  line-height: 48px;
  margin-bottom: 30px;
}
.t_cp span{
  font-size: 16px;
  color: #999999;
  line-height: 48px;
  display: block;
  margin-left: 10px;
  float: left;
}
.t_cp_txt{
  height: 46px;
  line-height: 46px;
  display: block;
  float: left;
  border:none;
  min-width: 60%;
}

.t_cp_k{
  margin: 0 auto;
}
.t_cp_k textarea{
  width: 100%;
  border:1px solid #003e79;
  padding: 10px;
  height: 150px;
}

.tit{
  font-size: 18px;
  color: #003e79;
  font-weight: bold;
  line-height: 90px;
  margin-top: 20px;
  text-align: center;
}

.t_cp_a1{
  width: 258px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  margin: 30px auto 0;
  background: #003e79;
  font-size: 16px;
  color: #fff;
}

#main {
  position: relative;
  /*margin-top: 32px;*/
}
#tiles li {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 8px;
  position: relative;
}

#tiles li img {
  width: 100%;
  height: auto;
}








/*----------------------- L. 专属 -----------------------*/


.other-banner {
  /*margin-bottom: 60px;*/
}
.other-banner img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.bread-crumbs {
  color: #333333;
  font-size: 14px;
  line-height: 1.4;
  padding: 15px 0;
}
.bread-crumbs a {
  color: #333333;
}
.left-nav .panel-default,
.left-nav .panel-default > .panel-heading {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}
.left-nav .panel-default .panel-title a {
  display: block;
  height: 56px;
  line-height: 56px;
  padding: 0 30px;
  color: #cccccc;
  font-size: 14px;
  background: url("../images/img-01.png") no-repeat right 35px top 25px #003e79;
}

.left-nav .panel-default .panel-title a.current {

  background: url("../images/img-02.png") no-repeat right 35px top 25px #003e79;
}

.left-nav .list-group {
  background: #004a91;
  padding: 10px 0;
}
.left-nav .list-group li {

}
.left-nav .list-group a {
  display: block;
  color: #cccccc;
  font-size: 12px;
  padding-left: 30px;
  line-height: 26px;
}
.left-nav .list-group a:hover {
  color: #ffffff;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}

.left-nav .navbar {
  background: none;
  border-radius: 0;
}
.left-nav .navbar-header {
  float: none;
  background: #003e79;
  margin-bottom: 3px;
}
.left-nav .navbar-brand {
  color: #ffffff;
  font-size: 24px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  height: auto;
}

.navbar-inverse {
  padding: 0!important;
  border:none;
}

.left-nav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.left-nav .panel-group {
  margin-bottom: 0;
}
.left-nav .navbar-toggle {
  margin-top:25px
}

.mod-01 .row {
  margin-left: -12px;
  margin-right: -12px;
}
.mod-01 .box {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 30px;
}
.mod-01 .box .row {
  margin-left: -10px;
  margin-right: -10px;
}
.mod-01 .box .pic,
.mod-01 .box .info {
  padding-left: 10px;
  padding-right: 10px;
}
.mod-01 .box .pic img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.mod-01 .box .title a {
  display: block;
  color: #666666;
  font-size: 14px;
  line-height: 2;
}
.mod-01 .box p {
  margin-bottom: 5px;
}
.mod-01 .box .a-more {
  background: url("../images/img-04.png") no-repeat right center;
  padding-right: 16px;
  color: #666666;
}


.mod-02 .row {
  margin-left: -20px;
  margin-right: -20px;
}
.mod-02 .box {
  padding-left: 20px;
  padding-right: 20px;
}
.mod-02 .m-title {
  padding: 20px 0;
  color: #2b5d92;
  font-size: 14px;
}
.mod-02 .pic img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.mod-02 .title a {
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #666666;
}
.mod-02 .title a:hover {
  color: #004a91;
}

.mod-03 {
  color: #666666;
  line-height: 2;
}
.mod-03 p {
  /*text-indent: 2em;*/
}
.mod-03 img {
  max-width: 100%;
}


.p-btn-01 {
  display: block;
  width: 260px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #003e79;
  color: #ffffff;
  font-size: 16px;
  margin-top: 20px;
}

.top-w {
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}



#sync1 .item img,
#sync2 .item img {
  display: block;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

#sync2 {
  padding: 0 12px;
  margin-top: 20px;
}
#sync2 .item {
  padding: 0 8px;
}

.photo-album .owl-controls {
  position: absolute;
  left: 0;
  right: 0;
}
.photo-album .owl-controls .owl-buttons > div {
  width: 10px;
  height: 20px;
  position: absolute;
  z-index: 99;
  opacity: 1;
  padding: 0;
  margin: 45px 0 0 0;
}
.photo-album .owl-controls .owl-prev {
  background: url("../images/prev.png") no-repeat !important;
  left: 0;
}
.photo-album .owl-controls .owl-prev:hover {
  background: url("../images/prev-h.png") no-repeat !important;
}
.photo-album .owl-controls .owl-next {
  background: url("../images/next.png") no-repeat !important;
  right: 0;
}
.photo-album .owl-controls .owl-next:hover {
  background: url("../images/next-h.png") no-repeat !important;
}

#sync2 .item img {
  cursor: pointer;
}
#sync2 .item img.on {
  border: 1px solid #d7012a;
}

.photo-album {
  margin-bottom: 20px;
}

.close_play{
  position: absolute;
  width: 51px;
  height: 51px;
  display: block;
  top: -20px;
  right: 200px;
}

.tel-box{
    margin-top: -47px;
    position: fixed;
    top: 50%;
    right: -252px;
    z-index: 999;
}
.tel-box .tel-btn{
    width: 34px;
    height: 95px;
    padding-top: 15px;
    line-height: 16px;
    background: #003e79;
    border-radius: 7px 0 0 7px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.tel-box .tel-con{
    width: 252px;
    line-height: 26px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    background: #003e79;
    border-radius: 7px 0 0 7px;
    font-size: 14px;
    color: #fff;
}
