﻿@charset "UTF-8";
body{overflow-x: hidden;overflow-y: auto;}
body,p,form,textarea,h1,h2,h3,h4,h5,dl,dd{margin: 0px;}
input,button,ul,ol{margin: 0px; padding: 0px;}
body,input,button,form{font-size: 14px; line-height: 28px; font-family: "microsoft yahei","宋体", "Arial"; color: #333333;}
h1,h2,h3,h4,h5,h6{font-size: 14px; font-weight: normal;}
ul,ol,li{list-style: none;}
input{background: none; border: 0 none;}
img,iframe{border: 0px;}
em,i{font-style: normal;}
button,input,select,textarea{font-size: 100%;}
table{border-collapse: collapse; border-spacing: 0;}
.red{color: #ba292e;}
.fl{float: left;}
.fr{float: right;}
.tac{text-align: center;}
.tar{text-align: right;}
.poa{position: absolute;}
.por{position: relative;}
.hidden{display: none;}
.w1200{width: 1280px; margin: 0 auto;}
.w1400{width: 1400px; margin: 0 auto;}
.fl,.left{float: left;}
.ico{background: url(../images/icon.png) no-repeat; display: inline-block; vertical-align: middle;}
a{color: #333333; text-decoration: none;}
a:hover{color: #1048a0; text-decoration: none;}
a:visited{text-decoration: none;}
.ease,
.ease *{-webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms;}
.noease,
.noease *{-webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none;}
:-moz-placeholder{color: #aaa;}
::-moz-placeholder{color: #aaa;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{color: #aaa;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{color: #aaa;}
/*清除浮动*/
.clearfix{*zoom: 1;}
.clearfix:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.wp{width:1280px;max-width:1280px;margin:0 auto}
/*top_main*/

.header .search{float: right;width: 150px;background: #e3e3e3;margin-top: 33px;border-radius: 5px;}
.header .search .stxt{float: left;display: block;width: 110px;line-height: 30px;text-indent: 10px;color: #999;border: 0;background: none;}
.header .search .sbtn{float: right;width: 40px;height: 30px;border: 0;cursor: pointer;background: url(../images/so.png) center no-repeat;}

.header{background-color: #fff;width:100%;height: 90px;position:relative;z-index:111;}
.header h1{padding: 0;}
.header h1 a{display:inline-block;}
.header h1 a img{width: 100%;height: 100%;}
.header .nav{text-align:right}
.header .nav li{position: relative;display:inline-block;vertical-align:top;}
.header .nav li:before{position: absolute;left: 50%;width: 0;bottom: 0;height: 3px;background: #003399;content: '';transition: .5s;-webkit-transition: .5s;}
.header .nav li a{text-align:center;box-sizing:border-box;display:block;position:relative;height:100%;line-height: 100px; font-weight:600;font-size:16px;color: #003399;margin: 0 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.header .nav li .subnav{background:#b5b5b5;height: auto;left: 0;overflow: hidden;position: absolute;top: 100%;width: 100%;z-index: 199;}
.header .nav .subnav{filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.header .nav li:hover .subnav{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.header .nav li .subnav a{color: #fff;display: block;font-size: 13px;line-height: 40px;height: 40px;width: 100%;margin: 0;}
.header .nav li .subnav a:hover{color: #ef5401;background: #eee;}
.header .nav li.cur a, .header .nav li:hover a{color: #003399;}
.header .nav li:hover:before,.header .nav li.cur:before{ width: 100%;left: 0;}
.header .nav li:hover .subnav a{color: #666;}
.header .nav li.hover .subnav a:hover,.header .nav li:hover .subnav a:hover{color: #ef5401;}
.header .nav .search-btn{position:relative}
.header .nav .search-btn .search{display:none;position:absolute;right:0;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}
.header .nav .search-btn .search input{width:150px;height:35px;padding-left:10px;padding-right:50px;border-radius:20px;border:1px solid #EFEFEF;background:#FFF;font-size:14px}
.header .nav .search-btn .search button{position:absolute;right:10px;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);width:25px;height:26px;background-color:transparent;background-image:url("../images/search.png");background-size:100% 100%;border:0;cursor:pointer}
.header .language{position: relative;float: right;padding-top: 37px;margin-left: 30px;}
.header .language>a{display: block;color: #666;padding-left: 25px;background: url(../images/yu.png) left center no-repeat;}
.header .language a i{display: inline-block;width: 14px;height: 8px;margin-left: 5px;background: url(../images/xia.png) center no-repeat;}
.header .language dl{position: absolute;left: 0;right: 0;top: 100%;padding-top: 10px;background: #fff;box-shadow: 0 5px 15px -4px rgb(0 0 0 / 30%);filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.header .language dl dd{}
.header .language dl dd a{display: block;font-size: 14px;color: #888;line-height: 30px;text-align: center;}
.header .language dl dd a:hover{color: #ef5401;background: #eee;}
.header .language:hover dl{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.nav-btn{display:none;width:.18rem;height:.16rem;background-size:cover;background-image:url("../images/nav-btn.png");position:absolute;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:.175rem;}
.iphone-nav{display:none;position:fixed;left:0;top:0;width:2.09rem;height:100%;background: #fff;z-index:66666666666;}
.iphone-nav a{display:block;padding-left:.44rem;color: #333;font-size:.12rem;height:.39rem;line-height:.39rem;border-bottom: 1px solid #ddd;}
.iphone-nav a img{max-width:100%;vertical-align:middle;height:.12rem}
.bg{display:none;position:fixed;width:100%;height:100%;background: rgba(0,0,0,.8);z-index:100;left:0;top:0;}
.search-btn-1{position:absolute;right:.5rem;top:50%;display:none;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}
.search-btn-1 a{display:block;width:.18rem;height:.18rem;background-image:url("../images/sosuo.png");background-size:100% 100%}
.search-1{display:none;position:absolute;right:0;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}
.search-1 input{width:1rem;height:.25rem;padding-left:10px;padding-right:50px;border-radius:20px;border:1px solid #EFEFEF;background:#FFF;font-size:14px}
.search-1 button{position:absolute;right:10px;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);width:.225rem;height:.225rem;background-color:transparent;background-image:url("../images/search.png");background-size:100% 100%;border:0;cursor:pointer}

/* banner */
#banner_main{position: relative;z-index: 2;max-width:1280px;margin:0 auto;}
#banner_main .banner{height:685px;}
#banner{width:100%;min-width:1000px;position:relative;overflow:hidden;z-index:0;}
#banner, .banner ul{max-height:685px; overflow:hidden;}
.banner li{width:100%;position:absolute;z-index:1;overflow:hidden;display: none;}
.banner li:first-child{display:block;}
.banner li img{width:1280px;display:block;position:relative;top:0;}
#banner .tip{width:1000px; height:20px; line-height:0; font-size:0;text-align:center; position:absolute;left:50%;margin-left:-500px;bottom:42px;z-index:3;}
#banner .tip span{width:16px;height:16px;margin:0 6px;display:inline-block;font-size: 0;cursor: pointer;background-position:-150px 0px;}
#banner .tip span.cur{background-position:-130px 0px;}
#banner #btn_prev,#banner #btn_next{width:32px;height:50px;position:absolute;top:290px;z-index:5;}
#banner #btn_prev{background-position:-60px 0;left:6%;transition: all 600ms ease;}
#banner #btn_next{background-position:-92px 0;right:6%;transition: all 600ms ease;}
#banner #btn_prev:hover{opacity:.8;filter:alpha(opacity=80);transition: all 600ms ease;left: 6.6%;}
#banner #btn_next:hover{opacity:.8;filter:alpha(opacity=80);transition: all 600ms ease;right: 6.6%;}


.swiper-pro{width: 100%; height: 100%; background:url(../images/pro-bg.jpg) no-repeat; background-size:cover;}
.pro-btns{ position:absolute; font-size:80px; top:50%; color:#0064b3;width: 100%; left: 0;}
.pro-btns .pro-swiper-prev{ position:absolute; left:29.5%; z-index:999;}
.pro-btns .pro-swiper-next{ position:absolute; right:29.5%; z-index:999;}
.pro-page{bottom: 10%;left: 0;width: 100%;top: 600px;}
.pro-page span{margin-left: 5px;margin-right: 5px; width:12px; height:12px; background:#0064b3;}
.index-pro-con{width: 100%; height: 100%; }
.index-pro-swiper{width: 100%; height: 100%; }
.pro-swiper-container{width: 100%; height: 100%; }
.pro-swiper-container .pro-list-item a:hover{ text-decoration:none;}
.pro-swiper-container .pro-list-item .pro-name-b{ display:none; width:100%; padding: 0 50px;}
.pro-swiper-container .pro-list-item .pro-name-s{ display:block; width:100%;}
.pro-name{ font-size:16px;}
.pro-name h1{ font-weight:bolder; color:#0064b3; font-size: 1.5rem; height:50px;}
.pro-swiper-container .pro-list-item {
	width: 100%; height: 100%;
	/* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  
    text-align: center;
	transition: 300ms;
	transform: scale(0.6);
}
.pro-swiper-container .swiper-slide-active{
    transform: scale(1.0);
}
.pro-swiper-container .swiper-slide-active .pro-name-b{display:block;}
.pro-swiper-container .swiper-slide-active .pro-name-s{display:none;}

.swiper-news{width: 100%; height: 100%; background:url(../images/bg-4.jpg) no-repeat; background-size:cover;}
.index-news-con{width: 100%; height: 100%; text-align:center; /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  }
/*footer*/
/*网站底部*/
.foot{
	background: #003366;
	width:1280px;
	margin:0 auto;
	margin-top:20px;
}
.container{
	width:1100px;
	margin:0 auto;
}

.foottop{
	border-bottom: rgba(255, 255, 255, 0.209) 1px solid;
}
.footnav{

}
.footnav li a{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	font-weight:700;
	letter-spacing: 0px;
	color: rgba(255, 255, 255);
}

.footnav li a:hover{
	color: rgba(255, 255, 255, 1);
}



.footmid {
    padding: 4.5vw 0 3.5vw 0;
}
.footmidl {
    width: 45%;
}

.footlogo {
    margin-bottom: 30px;
}

.footmid a ,.footcom ,.footcom a,#powered{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.2;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.421);
}



.x-region,.x-region a,.x-seo,.x-seo a{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.2;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.421);
}


.footmidr{
	width: 48%;
}

.footcont{

}

.footcont p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.5;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.421);
}


.footqrcode{
	width: 20%;
}

.footqrcode li{
	text-align: center;
}

.footqrcode li img{
width: 100%;
}

.footqrcode li p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.5;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.421);
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*产品应用*/
.yingyong{width: 100%;height: 600px;padding-top: 40px;text-align: center;}
.yingyong .w1200{position: relative;}
.yingyong h3{color: #fff;;font-size: 32px;font-weight: bold;line-height: 40px;}
.yingyong p{color: #fff;font-family: arial;line-height: 40px;}
.yingyong .swiper-container{padding-top: 30px;padding-bottom: 60px;}
.yingyong .swiper-slide{width: 700px;}
.yingyong .swiper-slide img{display:block;width: 100%;height: 480px;}
.yingyong .swiper-slide p{position: absolute;bottom: 0;width: 100%;line-height: 60px;padding-top: 0;text-align: center;color: #555;font-size: 24px;margin: 0;transition: 0.4s;}
.yingyong .swiper-pagination{width: 100%;bottom: 20px;}
.yingyong .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;border: 3px solid #fff;background-color: #d5d5d5;width: 10px;height: 10px;opacity: 1;}
.yingyong .swiper-pagination-bullets .swiper-pagination-bullet-active{border: 3px solid #2a9dff;background-color: #fff;}
.yingyong .swiper-button-prev{left: 0px;width: 45px;height: 45px;background: url(../images/wm_button_icon.png) no-repeat;background-position: 0 0;background-size: 100%;}
.yingyong .swiper-button-prev:hover{background-position: 0 -46px;background-size: 100%}
.yingyong .swiper-button-next{right: 0px;width: 45px;height: 45px;background: url(../images/wm_button_icon.png) no-repeat;background-position: 0 -93px;background-size: 100%;}
.yingyong .swiper-button-next:hover{background-position: 0 -139px;background-size: 100%}

.yingyong .title_en ,.video_lie .title_cn{color:#FFF;}
.yingyong .title_cn:after, .yingyong .title_cn:before{background:#FFF;}
.yingyong .title_txt{color:#ddd;}
/*copyright*/
.copyright{width: 1280px;height: 57px; line-height: 57px; color: #303030; font-size: 14px;border-top: 1px solid #b1b1b1; margin:0 auto;}
.copyright span{margin: 0 12px; opacity: 0.7; filter: alpha(opacity=70);}
.copyright a{color: #303030;}
.copyright a:hover{color: #303030;}
/*******index css*******/
.indexTit{color: #1048a0; overflow: hidden; text-align: center; padding: 30px 0 56px;}
.indexTit .en{text-transform: uppercase; line-height: 35px; font-family: didot; font-size: 24px;}
.indexTit h3{font-size: 24px; color: #835026;}
.index .in_title{padding-top:80px;}
.index .in_title .entit{margin-bottom:12px;font: normal 45px "AvantGarde Bk BT";color:#666;text-align:center}
.index .in_title .tit{width:300px;margin:0 auto;font-size:38px;text-align:center;color:#1048a0;}
.index .in_title .tit span{float:left;margin-left:40px;}
.index .in_title .tit em{display:block;width:50px;margin-top:16px;}
.index .tab{text-align: center;padding-top: 50px;}
.index .tab a{padding: 0 16px;height: 40px;line-height: 40px;border-radius: 7px;background: #b5b5b5;;font-size: 18px;display: inline-block;margin: 0 5px;color: #fff;}
.index .tab a:hover{background: #003399;}
.index .more{margin-top:40px;}
.index .more .line{display:block;width:500px;height:1px;margin-top:24px;background:#ccc;}
.index .more .look_more{display:block;width:198px;height:48px;font-size:16px;line-height:48px;text-align:center;border:1px solid #ccc;transition:all .5s;}
.index .more .look_more:hover{background:#1048a0;color:#fff;transition:all .5s;border:1px solid #1048a0;}
.index #floor_1_main{height:646px; width:1280px; margin:0 auto;}
.index #floor_1_main .sobtitle{font-size: 38px; line-height:60px; color:#003399; text-align:center; font-weight: 500; margin-top:30px;}
#floor_1_main .about{padding-top:80px;}
#floor_1_main .about .item{display:block;width:600px;height:424px;}
#floor_1_main .about img{display:block;width:100%;height:100%;}
#floor_1_main .about img:hover{-webkit-filter:brightness(105%);filter:brightness(105%);}
#floor_1_main .contW{position:relative;display:block;width:600px;height:374px;margin-top:50px;background:#fff;}
#floor_1_main .contW .title{margin-left:50px;padding-top:50px;}
#floor_1_main .contW .title .entit{font: normal 45px "AvantGarde Bk BT";color:#666;}
#floor_1_main .contW .title .tit{font:bold 30px "microsoft yahei";color:#1048a0;}
#floor_1_main .contW .cont{width:484px;margin-top:30px;margin-left:50px;font-size:14px;color:#666;line-height:30px;text-align: justify;}
#floor_1_main .contW .view_detail{position:absolute;bottom:0px;left:50px;display:block;width:150px;height:38px;font-size:14px;line-height:38px;text-align:center;color:#fff;background:#1048a0;}
#floor_1_main .contW .view_detail:hover{background:#0185d0;transition:all .5s;}
#floor_2_main{background:#f3f3f3; height:880px;}
#floor_2_main .sobtitle{font-size: 38px; line-height:60px; color:#003399; text-align:center; font-weight: 500; height:150px; margin-top:50px; padding-top:50px}
#floor_2_main .img{ max-width:100%; vertical-align:middle;}
#floor_2_main .floor_2 .title{}
#floor_2_main .proCenter .list{width:106%;margin-top:38px;}
#floor_2_main .proCenter .list li{float:left;width:380px;height: 355px;margin-top:30px;margin-right:30px;background:#f6f6f6;transition:all .5s;}
#floor_2_main .proCenter .list li a{display:block;padding:38px 30px 0 30px;}
#floor_2_main .proCenter .list li img{width:320px;height: 240px;}
#floor_2_main .proCenter .list li .tit{height:56px;font-size: 20px;text-align:center;}
#floor_2_main .proCenter .list li:first-child{margin-left:0px;}
#floor_2_main .proCenter .list li .title{margin-top:12px;}
#floor_2_main .proCenter .list li .tit{color:#333;}
#floor_2_main .proCenter .list li em{width:100px;height:26px;background:url("../images/em.png") no-repeat;transition:all .5s;}
#floor_2_main .proCenter .list li:hover{background:#1048a0;}
#floor_2_main .proCenter .list li:hover .tit{color:#fff;}
#floor_2_main .proCenter .list li:hover em{width: 100px;height:26px;background:url("../images/em1.png") no-repeat;transition:all .5s;}
#floor_2_main .proCenter .list li:hover img{-webkit-filter:brightness(105%);filter:brightness(105%);}

.swiper-pro{width: 100%; height: 100%; background:url(../images/pro-bg.jpg) no-repeat; background-size:cover;}
.pro-btns{position:absolute;font-size:80px;top:50%;color:#0064b3;width: 100%;left: 0;}
.pro-btns .pro-swiper-prev{ position:absolute; left:29.5%; z-index:999;}
.pro-btns .pro-swiper-next{ position:absolute; right:29.5%; z-index:999;}
.pro-page{bottom: 10%;left: 0;width: 100%;}
.pro-page span{margin-left: 5px;margin-right: 5px; width:12px; height:12px; background:#0064b3;}
.index-pro-con{width: 100%; height: 100%; }
.index-pro-swiper{width: 100%; height: 100%; }
.pro-swiper-container{width: 100%; height: 100%; }
.pro-swiper-container .pro-list-item a:hover{ text-decoration:none;}
.pro-swiper-container .pro-list-item .pro-name-b{ display:none; width:100%; padding: 0 50px;}
.pro-swiper-container .pro-list-item .pro-name-s{ display:block; width:100%;}
.pro-name{ font-size:16px;}
.pro-name h1{ font-weight:bolder; color:#0064b3; font-size: 1.9rem;padding-right:120px;}
.pro-swiper-container .pro-list-item {
	width: 100%; height: 100%;
	/* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  
    text-align: center;
	transition: 300ms;
	transform: scale(0.6);
}
.pro-swiper-container .swiper-slide-active{
    transform: scale(1.0);
}
.pro-swiper-container .swiper-slide-active .pro-name-b{display:block;}
.pro-swiper-container .swiper-slide-active .pro-name-s{display:none;}

.swiper-news{width: 100%; height: 100%; background:url(../images/bg-4.jpg) no-repeat; background-size:cover;}
/*slip*/
.index_slip{height:180px;background:url("../images/ixbannerbg1.png") no-repeat center center;}
.index_slip .slip_tit{width:720px;}
.index_slip .slip_tit .tit1{padding-top:30px;font:bold 32px "microsoft yahei";color:#fff;}
.index_slip .slip_tit .tit2{margin-top:14px;font-size:24px;color:#fff;}
.index_slip .slip_btn{display:block;margin-left:124px;margin-top:64px;width:202px;height:57px;background:url("../images/ixbanner-btn.png") no-repeat;font:bold 20px "microsoft yahei";line-height:56px;text-align:center;color:#10479f;}
.index_slip1{background:url("../images/ixbannerbg.jpg") no-repeat center center;}
.index_slip1 .slip_tit{width:900px;}
.index_slip1 .slip_btn{margin-left:94px;}
.index_slip .slip_btn:hover{background:url("../images/ixbanner-btn1.png") no-repeat;}
.index_slip1 .slip_btn:hover{background:url("../images/ixbanner-btn1.png") no-repeat;}
/*产品优势*/
#floor_3_main{ background:#fff;}
#floor_3_main .sobtitle{font-size: 38px; line-height:60px; color:#003399; text-align:center; font-weight: 500; margin-top:30px;}
#floor_3_main .sobtitle t{background: url(../images/d1.png) left center no-repeat; width: 346px;height: 43px;display: block; margin: 0 auto;}
#floor_3_main .proAdvant{margin-top:10px;}
#floor_3_main .proAdvant .list{width:106%;}
#floor_3_main .proAdvant .list li{float:left;width:278px;margin-right:120px;}
#floor_3_main .proAdvant .list li a{display:block;}
#floor_3_main .proAdvant .list li:first-child{margin-left:60px;}
#floor_3_main .proAdvant .list li .img{width:134px;height:150px;margin:0 auto;transition:all .5s;margin-left:72px;}
#floor_3_main .proAdvant .list li .title{margin-top:30px;}
#floor_3_main .proAdvant .list li .tit{font-size:24px;text-align:center;color:#1048a0;}
#floor_3_main .proAdvant .list li .cont{margin-top:20px;font-size:14px;line-height:24px;text-align:center;color:#666;}
#floor_3_main .proAdvant .list li:hover .img{margin-top:-10px;transition:all .5s;}
#floor_3_main .proAdvant .list li:hover .tit{font-weight:bold;}
/*工程案例*/
#floor_4_main{padding-bottom: 45px;}
#floor_4_main .floor_4{}
#floor_4_main .proCase{position:relative;margin-top:60px;}
#floor_4_main .proCase .list{width:106%;}
#floor_4_main .proCase .list li{position:relative;display:block;float:left;width:400px;height: 400px;margin-right:30px;border:1px solid #ddd;background:#fff;transition:all ease 600ms;}
#floor_4_main .proCase .list li a{display:block;padding:30px;}
#floor_4_main .proCase .list li a img{display:block;width:320px;height: 240px;}
#floor_4_main .proCase .list li .title{margin-top:20px;}
#floor_4_main .proCase .list li .tit{font-size:20px;color:#333; text-align:center;}
#floor_4_main .proCase .list li .cont{margin-top:12px;font-size:14px;color:#333;}
#floor_4_main .proCase .list li .view_detail{position:absolute;bottom:30px;left:30px;display:block;width:120px;height:32px;margin-left: 110px;font-size:14px;line-height:30px;text-align:center;background:#1048a0;color:#fff;}
#floor_4_main .proCase .list li:hover{border:1px solid #1048a0;background:#1048a0;transition:all ease 600ms;}
#floor_4_main .proCase .list li:hover .tit{color:#fff;}
#floor_4_main .proCase .list li:hover .cont{color:#c1d4f1;}
#floor_4_main .proCase .list li:hover .view_detail{background:#fff;color:#1048a0;}
#floor_4_main .proCase .hd{position:absolute;width:100%;}
#floor_4_main .proCase .hd .prev{width: 42px; height: 42px; background-position: 0px -60px; cursor: pointer; position: absolute; top: -200px; left: -80px;transition:all ease 600ms;}
#floor_4_main .proCase .hd .next{width: 42px; height: 42px; background-position: -126px -60px; cursor: pointer; position: absolute; top: -200px; right: -80px;transition:all ease 600ms;}
#floor_4_main .proCase .hd .prev:hover{background-position: -42px -60px;transition:all ease 600ms;}
#floor_4_main .proCase .hd .next:hover{background-position: -84px -60px;transition:all ease 600ms;}

.index .floor_5_main{width:100%;overflow: hidden;background-color:#fcfcfc;padding-bottom: 40px;}
.index .floor_5_main .sobtitle{font-size: 38px; line-height:60px; color:#003399; text-align:center; font-weight: 500; margin-top:30px;}
.index .floor_5_main .sobtitle t{background: url(../images/d1.png) left center no-repeat; width: 346px;height: 43px;display: block; margin: 0 auto;}
.floor_5_1{width:1280px;height:452px;}
.floor_5_1 .floor_5_z{float:left;width: 380px;height:452px;position:relative;}
.floor_5_1 .floor_5_z a{display:block;}
.floor_5_1 .floor_5_z .dk{height:213px;width: 100%;border-top:none;}
.floor_5_1 .floor_5_z b{width: 400px;height: 285px;overflow:hidden;display:block;}
.floor_5_1 .floor_5_z img{width: 100%;height: 100%;display:block;transition: all .36s ease;}
.floor_5_1 .floor_5_z h3{font-size: 18px;color: #333;line-height: 18px;width: 100%;display:block;padding-top: 20px;}
.floor_5_1 .floor_5_z p{font-size: 14px;color: #666;line-height: 24px;width: 100%;margin-top: 10px;height: 87px;}
.floor_5_1 .floor_5_z i{display: block;font-size: 14px;color: #434343;margin: 0;padding: 0;width: 120px;height: 30px;line-height: 30px;text-align:center;border:#e5e5e5 solid 1px;border-radius:6px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.floor_5_1 .floor_5_z em{display:block; width:100px; height:100px; background-color:#152474; text-align:center; font-size:16px; color:#fff; font-family:"Arial"; position:absolute; left:0; top:0;}
.floor_5_1 .floor_5_z em span{display:block; font-size:60px; color:#fff; line-height:50px; padding-top:14px;}
.floor_5_1 .floor_5_z:hover h3{color:#152474;}
.floor_5_1 .floor_5_z:hover p,.floor_5_1 .floor_5_z:hover i span{color:#333;}
.floor_5_1 .floor_5_z i:hover{background-color:#152474; color:#fff; border:#152474 solid 1px;}
.floor_5_1 .floor_5_z a:hover b img{-webkit-transform: scale(1.08); -ms-transform: scale(1.08);transform: scale(1.08);}
.floor_5_1 .floor_5_y{float:right;width: 850px;height:452px;}
.floor_5_1 .floor_5_y ul{display:block;width: 100%;height:452px;margin:0 auto;}
.floor_5_1 .floor_5_y ul li{height:103px;width: 100%;margin:0 auto;margin-bottom:28px;position:relative;border-bottom:#b9b9b9 dashed 1px;padding-bottom:28px;}
.floor_5_1 .floor_5_y ul li em{display:block;float:left;display:block;width:98px;height:98px;border:#e5e5e5 solid 1px;text-align:center;font-size:16px;color:#333;font-family:"Arial";position:absolute;left:0;top:0;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.floor_5_1 .floor_5_y ul li em span{display:block;font-size:60px;color:#333;line-height:50px;padding-top:14px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.floor_5_1 .floor_5_y ul li a{display:block;width: 100%;height:100px;}
.floor_5_1 .floor_5_y ul li h3{width: 740px;float:right;height:100px;}
.floor_5_1 .floor_5_y ul li p{font-size:18px;color:#333;width: 100%;line-height:18px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.floor_5_1 .floor_5_y ul li p span{display:block;font-size:14px;color: #666;line-height: 22px;padding-top:18px;font-weight:normal;}
.floor_5_1 .floor_5_y ul li:hover i,.floor_5_1 .floor_5_y ul li:hover i span{color:#2e63bc;}
.floor_5_1 .floor_5_y ul li:hover p{color:#152474;}
.floor_5_1 .floor_5_y ul li:hover em,.floor_5_1 .floor_5_y ul li:hover em span{color:#152474;}

.menu_pro{line-height: 52px;position:relative;z-index:1;text-align: center;padding-top: 30px;}
.menu_pro li{height: 40px;line-height: 40px;margin: 5px;display: inline-block; font-size:16px;}
.menu_pro li a{display: block; background-color:#b5b5b5;text-align: center; color: #fff;-moz-border-radius: 7px;-webkit-border-radius: 75px;border-radius: 7px;overflow: hidden;height: 40px;line-height: 40px;padding: 0 30px;}
.menu_pro li:hover a,.menu_pro li.hover a{color: #fff;background: #003399;}

.middleSpan {
    font-size: 0;
}

.middleSpan > span {
    display: inline-block;
    vertical-align: middle;
}

.middleSpan::after {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    overflow: hidden;
    content: "";
}

.middleImg {
    font-size: 0;
    text-align: center;
}

.middleImg img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.middleImg::after {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    overflow: hidden;
    content: "";
}

.moduleComp {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.compsBox {
    position: relative;
    z-index: 1;
}

.compsBox > .ll_view > .ll_animView {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.compsBox > .moduleView {
    padding: 10px 0;
}

.compFloat {
    position: absolute!important;
    top: 0;
    left: 0;
    z-index: 9;
}

.compFloat > .ll_view {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.editLab .compFloat:hover {
    z-index: 99!important;
}

.compsBox .hasChild {
    position: relative;
}

.com_articleDetail .newsDetail_con p,.com_proDetail .proTabCon_list p,.com_proDetail .proDetail_con_list p,.com_imageText .imageText_view {
    min-height: 1.75em;
}

/*******内页样式********/
.nybanner{width: 100%;height: 300px;overflow: hidden;position: relative;}
.nybanner img{width: 1280px;display: block;position: absolute;top: 0;}

.submian{}
.submian .sobtitle{font-size: 38px; line-height:60px; color:#003399; text-align:center; font-weight: 500; margin-top:30px;}
.submian .sobtitle h{background: url(../images/d1.png) left center no-repeat; width: 346px;height: 43px;display: block; margin: 0 auto;}
.submian .sobtitle s{background: url(../images/a6_03.png) center center no-repeat; width: 619px;height: 9px;display: block; margin: 0 auto;margin-top: 18px;}
.submian .sobtitle a{font-size: 14px; color: #333}
.submian .sobtitle a:hover{color: #1048a0;}
.submian .sobtitle a.now{color: #1048a0; font-size: 14px; font-weight: bold;}
.submian .sobtitle a.now:hover{text-decoration: underline;}
.submian .subleft{width: 245px;}
.submian .subleft .title{background: url(../images/bg5.jpg) no-repeat left; height: 102px; color: #fff; font-size: 20px; font-weight: bold; padding-right: 29px;}
.submian .subleft .title h2{line-height: 102px; text-align: center; font-size: 20px; font-weight: bold;}
.submian .subleft .title i{font-size: 20px; font-weight: bold; color: #fff; padding-left: 13px; padding-top: 2px;}
.submian .subleft .bort9{border-top: 9px solid #007eb9; border-radius: 5px 5px 0px 0px;}
.submian .subleft .bor9{border-bottom: 9px solid #eaeaea;}
.submian .subleft .lefta{width: 245px; margin-bottom: 10px;}
.submian .subleft .lefta .comt{background: #fff;}
.submian .subleft .lefta .comt ul{border:1px solid #ddd;}
.submian .subleft .lefta .comt ul li a{background: #fff url(../images/tb9.png) 213px center no-repeat; border-top: 1px solid #eaeaea; line-height: 60px; height: 60px; display: block; padding-left: 25px; font-size: 14px;}
.submian .subleft .lefta .comt ul li .box{padding: 10px 0px; display: none;}
.submian .subleft .lefta .comt ul li .box a{height: 30px; line-height: 30px; display: block; color: #888; border: 0px;}
.submian .subleft .lefta .comt ul li .box a:hover{color: #007eb9; background: none;}
.submian .subleft .lefta .comt ul li:hover a, .submian .subleft .lefta .comt ul li.hover a{background: #0185d0 url(../images/tb11.png) 213px center no-repeat; font-weight: bold; color: #fff}
.submian .subleft .lefta .comt ul li.hover a{background: #0185d0 url(../images/tb11.png) 213px center no-repeat; font-weight: bold; color: #fff}
.submian .subleft .lefta .comt ul li.hover .box a{background: none; font-weight: normal;}
.submian .subleft .lefta .comt ul li.hover .box a.hover{color: #007eb9; font-weight: bold;}
.submian .subleft .lefta .comt1 ul li a{background: #fff url(../images/jia.png) 213px center no-repeat; border-top: 1px solid #eaeaea; line-height: 60px; height: 60px; display: block; padding-left: 25px; font-size: 14px;}
.submian .subleft .lefta .comt1 ul li .box{padding: 10px 0px; display: none;}
.submian .subleft .lefta .comt1 ul li .box a{height: 30px; line-height: 30px; display: block; color: #888; border: 0px;}
.submian .subleft .lefta .comt1 ul li .box a:hover{color: #007eb9; background: none;}
.submian .subleft .lefta .comt1 ul li:hover a, .submian .subleft .lefta .comt1 ul li.hover a{background: #1048a0 url(../images/jia1.png) 213px center no-repeat; font-weight: bold; color: #fff}
.submian .subleft .lefta .comt1 ul li.hover a{background: #1048a0 url(../images/jian.png) 213px center no-repeat; font-weight: bold; color: #fff}
.submian .subleft .lefta .comt ul li .boxlist{padding: 0; display: none; border:none;}
.submian .subleft .lefta .comt ul li .boxlist li{line-height: 50px; background: #b1aeae;}
.submian .subleft .lefta .comt ul li .boxlist li a{height: 40px; padding-left: 45px; color: #333; font-weight: normal; border-bottom: 0; line-height: 40px; background: #f6f6f6 url(../images/tb12.png) 26px center no-repeat;border-top:none;}
.submian .subleft .lefta .comt ul li .boxlist li a:hover, .submian .subleft .lefta .comt ul li .boxlist li a.hover{color: #1048a0; font-weight: bold}
.submian .subleft .lefta .comt ul li.hover .boxlist{display: block;}
.submian .subright .anlitopH4 { background: #fff; }
.submian .subright .anlitopH4 {height: 38px;line-height: 38px;border: 1px solid #e4e4e4;margin-top: 20px;}
.submian .subright .anlitopH4 span { border-left: 5px solid #1048a0; height: 38px; line-height: 38px; padding-left: 22px; display: block; float: left; color: #1048a0; font-weight: bold; font-size: 14px; }
.submian .subright .divanli{border: 1px solid #e4e4e4; border-top: none; margin-bottom: 10px; padding: 15px;}
.submian .subright .divanli ul{width: 105%; height: 185px;}
.submian .subright .divanli ul li{float: left; margin-left: 10px;}
.submian .subright .divanli ul li:first-child{margin-left: 0;}
.submian .subright .divanli ul li a img{width: 194px; height: 143px; display: block; border: solid 1px #e4e4e4;}
.submian .subright .divanli ul li a span{height: 45px; line-height: 45px; text-align: center; display: block; width: 170px;}
.submian .subright .divanli ul li a:hover img{border-color: #007eb9;}
.submian .subright .divanli ul li a:hover span{color: #007eb9; font-weight: bold;}
.submian .subright .divremmnews{border: 1px solid #e4e4e4; border-top: none; margin-bottom: 10px; padding: 15px; background-color: #fff;}
.submian .subright .divremmnews ul{width: 100%; overflow: hidden;}
.submian .subright .divremmnews ul li{float: left;width: 47%;height: 35px;line-height: 35px;margin: 0 1.5%;border-bottom: 1px dashed #ccc;}
.submian .subright .divremmnews ul li a{height: 35px; line-height: 35px; float: left; overflow: hidden;}
.submian .subright .divremmnews ul li span{color: #666; float: right; height: 35px; line-height: 35px; white-space: nowrap}
.submian .subright .divremmnews ul li a:hover{color: #1048a0;}
.map_ul{list-style: outside none none; display: block; width: 100%; padding-top: 10px;}
.map_ul li{display: block; width: 100%; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #DCDBDB; margin-left: 10px; float: left;}
.map_ul li a{font-size: 14px; float: left; width: 100%; height: 23px; line-height: 23px; font-weight: bold;}
.map_ul .list-inline{display: block; margin-left: 14%; width: 80%; min-height: 30px;}
.map_ul .list-inline a{font-weight: normal; width: auto; float: none; line-height: 32px; height: 32px; margin: 0 10px 10px 0; display: inline-block; border: 1px solid #ccc; padding: 0px 10px;}
.map_ul .list-inline a:hover{background: #1048a0; color: #fff;}
.submian .subleft .adv{margin-bottom: 10px; background: #000;}
.submian .subleft .adv a img{display: block; width: 100%;}
.submian .subleft .adv a:hover img{opacity: 0.9; filter: alpha(opacity=90); -moz-opacity: 0.9; -khtml-opacity: 0.9;}
.submian .subleft .leftnews{margin-bottom: 10px;}
.submian .subleft .leftnews .title{height: 42px; padding-left: 52px; padding-top: 18px;}
.submian .subleft .leftnews .leftnewscomt{background: #fff; padding: 10px;}
.submian .subleft .leftnews .leftnewscomt ul li{height: 30px; line-height: 30px; border-bottom: 1px solid #f2f2f2; overflow: hidden;}
.submian .subleft .leftnews .leftnewscomt ul li a{font-size: 14px; display: block; padding-left: 10px;}
.submian .subleft .leftnews .leftcont{background: #fff; padding: 10px;}
.submian .subleft .leftnews .leftcont h2{font-size: 16px; font-weight: bold; color: #1048a0; padding-bottom: 10px; border-bottom: 1px solid #f2f2f2;}
.submian .subleft .leftnews .leftcont span{line-height: 24px; font-size: 12px; padding-top: 10px; display: block; border-bottom: 1px solid #f2f2f2;}
.submian .subleft .leftnews .leftcont p{font-size: 18px; color: #333; padding-top: 10px; line-height: normal;}
.submian .subleft .leftnews .leftcont p i{font-size: 22px; color: #1048a0; display: block;}
.submian .subright{padding-top: 20px;line-height: 28px;}
.submian .subright .aboutlist{color: #666;}
.submian .subright img{}
.submian .subright .newslist .textlist li{padding: 25px 0px 25px; height: 110px; border-bottom: 1px solid #ddd; width: 100%; margin-bottom: 25px;}
.submian .subright .newslist .textlist li a{display: block; cursor: pointer;}
.submian .subright .newslist ul li a img{width: 147px; float: left; margin-right: 18px; border: 1px solid #eee; height: 110px; display: block;}
.submian .subright .newslist ul li a .txt{color: #888; line-height: 24px; font-size: 12px;}
.submian .subright .newslist .textlist li a p{height: 40px; line-height: 40px;}
.submian .subright .newslist .textlist li a b{color: #1048a0; font-size: 14px;}
.submian .subright .newslist .textlist li a:hover b{color: #1048a0;}
.submian .subright .newslist .textlist li a i{color: #999; display: block; line-height: 20px; margin-bottom: 5px; font-size: 12px;}
.submian .subright .newslist .textlist li a span{line-height: 22px; max-height: 66px; overflow: hidden; display: block; color: #666;}
.submian .subright .newslist .textlist2 li{height: 40px; line-height: 40px;}
.submian .subright .newslist .textlist2 li a{display: block;}
.submian .subright .newslist .textlist2 li s{width: 4px; height: 4px; display: inline-block; vertical-align: middle; background: #007eb9; margin-right: 10px; border-radius: 100%;}
.submian .subright .newslist ul li a:hover img{opacity: 0.8; filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8;}
.submian .subright .newslist ul li a:hover p b{text-decoration: underline;}
.submian .subright .newslist ul li a:hover span{color: #777;}
.submian .subright .caselist ul li{padding: 20px 0px; border-bottom: 1px dotted #c2c2c2; height: 176px;}
.submian .subright .caselist ul li a{display: block;}
.submian .subright .caselist ul li a img{width: 220px; height: 162px; display: block; border: 7px solid #e2e2e2;}
.submian .subright .caselist ul li a .txt{width: 470px; float: left; padding-left: 20px;}
.submian .subright .caselist ul li a .txt p{height: 40px; line-height: 40px; color: #007eb9; font-size: 14px; font-weight: bold;}
.submian .subright .caselist ul li a .txt i{color: #666; padding-bottom: 10px; display: block;}
.submian .subright .caselist ul li a .txt span{line-height: 22px; height: 88px; overflow: hidden; display: block; color: #666;}
.submian .subright .caselist ul li a:hover img{opacity: 0.8; filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; border-color: #007eb9;}
.submian .subright .caselist ul li a:hover p{text-decoration: underline;}
.submian .subright .caselist ul li a:hover span{color: #777;}
.submian .subright .mess{background: #fff; padding:0px 40px 30px; width:596px; margin-left:80px;} .submian .subright .mess h1{text-align: center;font-size:30px; padding-bottom:10px;} .submian .subright .mess p{text-align: center; padding-bottom:30px;}
.submian .subright .mess .left{}
.submian .subright .mess .left li{margin-bottom:15px; float: left; margin-right: 10px;}
.submian .subright .mess .left label{width:150px; height:43px; line-height:43px; text-align: center; background:none; color: #1048a0; font-size: 16px; float: left; border-radius: 3px 0 0 3px;border: 1px solid #1048a0;}
.submian .subright .mess .left input{border: 1px solid #ccc; border-left: none; float: left; height: 21px; line-height: 21px; padding: 11px 10px; width:404px; color: #666; border-radius: 0px 3px 3px 0; outline: none;}
.submian .subright .mess .left select{border: 1px solid #ccc; border-left: none; float: left; height: 45px; line-height: 45px; width: 424px; color: #666; border-radius: 0px 3px 3px 0; outline: none; text-indent: 10px;}
.submian .subright .mess .right{float:left; width:585px;padding-top:10px;*padding-top:20px;}
.submian .subright .mess .right input,.submian .subright .mess .right a{width:40%; margin-right:2%; height: 45px; line-height: 45px; text-align: center; display: block; border: none; background: #1048a0; color: #fff; font-size: 16px; border-radius: 3px; cursor: pointer; transition: ease-in-out .2s;float:left}
.submian .subright .mess .right a{color: #333; background: #ffcc00;float:right}
.submian .subright .mess .right a:hover{background: #cda503;}
.submian .subright .mess .right input:hover{background: #2bba72;}
.honorlist ul.list{float: left;width: 100%;padding-left: 0px;}
.honorlist ul.list li.item{float: left;width:296px;margin-bottom: 30px;margin-right:14px;}
.honorlist ul.list li.item a:hover img{opacity: 0.8;}
.honorlist ul.list li.item a:hover span{color: #fff;}
.honorlist ul.list li.item span{width: 100%;height: 45px;color: #555;text-align: center;display: block;line-height: 45px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.honorlist ul.list li.item img{width: 100%;display: block;padding: 1px;}
.list_imgH ul.list li.item{width: 286px;margin-right: 30px;}
.list_imgH ul.list li.item a{display: block;width:100%;overflow: hidden;position: relative;background: #f6f6f6;}
.list_imgH ul.list li.item a:hover{background: #1048a0;}
.list_imgH ul.list li.item img{display:block;width: 284px;height: 213px;}
.item_mask{width: 284px;height: 213px;background: rgba(0,0,0,0);position: absolute;left: 1px;top: 1px;opacity: 0;filter:Alpha(opacity=0);*zoom:1;-webkit-transform: rotateX(180deg) scale(0.5, 0.5);transform: rotateX(180deg) scale(0.2, 0.2);transition: all ease-out .5s;}
.item_link_icon{display: block;width:45px;height:45px;text-align: center;background-position: 0px -105px;line-height: 38px;position: absolute;left: 50%;top: 50%;margin-left: -22px;opacity:0;filter:Alpha(opacity=0);*zoom:1;}
.list_imgH ul.list li.item:hover .item_mask{opacity: 1;filter:Alpha(opacity=100);-webkit-transform: rotateX(0deg) scale(1, 1);transform: rotateX(0deg) scale(1, 1);transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;background: rgba(0, 0, 0, 0.3);}
.list_imgH ul.list li.item:hover .item_link_icon{transform: translateY(-21px);opacity: 1;filter:Alpha(opacity=100);}
.submian .t{padding: 0 0 25px;color: #1048a0;font-size: 18px;}
.submian .t2{padding: 25px 0;color: #1048a0;font-size: 24px;}

/** 新闻中心 **/
.submian .subright .thumblist{}
.submian .subright .thumblist .list{padding-bottom: 20px;}
.submian .subright .thumblist .item{width: 600px;display: block;padding: 20px;transition: all .5s; float:right; background-color:#e5e5e5;margin-bottom: 15px;}
.submian .subright .thumblist .item a{display: block;}
.submian .subright .thumblist .item .img{position:relative;width: 180px;height: 135px;display:block;overflow: hidden;cursor: pointer;}
.submian .subright .thumblist .item img{width: 100%;height: 100%;transition: all 0.3s ease-out 0s;}
.submian .subright .thumblist .item a:hover img{transform: scale(1.1, 1.1);}
.submian .subright .thumblist .item .txt{cursor: pointer;}
.submian .subright .thumblist .item .txt h3{font-size: 18px;line-height: 30px; color:#003399;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.submian .subright .thumblist .item .txt .mark{color: #003399;font-size: 12px;line-height: 30px;padding:0;}
.submian .subright .thumblist .item .txt .mark span{display: inline-block;padding-right: 18px;}
.submian .subright .thumblist .item .txt p{color: #003399;line-height: 25px; font-size:16px;}
.submian .subright .thumblist .item .txt p span{display: inline-block;color:#1048a0;padding-left: 10px;}
.submian .subright .thumblist .item a:hover .txt h3{color:#003399;}
.submian .subright .thumblist .item:hover{box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);}
.reLink{height: 38px; border: 1px solid #ccc; margin: 10px auto 10px; padding: 0px 10px;}
.reLink .prevLink, .reLink .nextLink{height: 38px; line-height: 38px;}
.reLink .prevLink a, .reLink .nextLink a{height: 38px; line-height: 38px;}
.reLink .prevLink a:hover, .reLink .nextLink a:hover{color: #1048a0;}
.reLink .prevLink{float: left;}
.reLink .nextLink{float: right;}
.submian .subright .conBox .ArticleTitle h1{font-size: 24px;text-align: center;padding: 20px 0px;border-bottom: 1px dashed #ccc;font-weight: bold;}
.submian .subright .conBox .ArticleMessage{line-height: 30px;height: 30px;margin-bottom: 10px;text-align: center;}
.submian .subright .conBox .ArticleMessage span:first-child{margin-left:0;}
.submian .subright .conBox .ArticleMessage span{color: #999;margin-left: 14px;font-size: 12px;}
.submian .subright .conBox .ArticleMessage .jiathis_style{float: left; margin-top: 5px;}
.submian .subright .conBox .ArticleTencont{padding: 5px 0px 20px 0px; line-height: 28px; overflow: hidden; color: #666;font-size:14px;}
.submian .subright .showproduct .ArticleTencont img{max-width: 100%;}
.submian .subright .conBox .ArticleTencont img{max-width: 100%;}
.field_down{text-align: left;}
.field_down a{width: 100px; height: 30px; line-height: 30px; background: #0267ac; color: #fff; display: block; text-align: center;}
/********.toolbar*********/
.toolbar{width: 50px;position: fixed;right: 1%;top: 44%;z-index: 999;}
.toolbar dd{width: 50px;height: 50px;margin-bottom: 1px;position: relative;background: url(../images/black20.png) repeat 0 0;-webkit-border-radius: 100%;border-radius: 100%;}
.toolbar dd i{width: 50px;height: 50px;display: block;position: absolute;left: 0;top: 0;cursor: pointer;text-align: center;-webkit-border-radius: 100%;border-radius: 100%;}
.toolbar dd i span{width: 35px;height: 35px;display: block;margin: 7px 0 0 7px;background: url(../images/rightFixIcon.png) no-repeat 0 0;}
.toolbar dd.gottop{display: none;}
.toolbar .slide-tel{display: block;width: 0;height: 50px;line-height: 50px;font-size: 24px;font-family: arial;color: #FFF;position: absolute;padding: 0 0 0 50px;top: 0;right: 0;overflow: hidden;-webkit-border-radius: 50px;border-radius: 50px;-webkit-transition: all .0s ease-in-out 0s;-moz-transition: all .0s ease-in-out 0s;transition: all .0s ease-in-out 0s;}
.toolbar .pop{position: absolute;right: 90px;top: -51px;background: #0185d0;display: none;}
.toolbar .pop-code{width: 160px;}
.toolbar .pop-code img{width: 120px;height: 120px;display: block;padding: 20px 20px 0;}
.toolbar .pop-code h3{height: 52px;line-height: 26px;text-align: center;color: #fff;font-size: 16px;font-weight: 400;white-space: nowrap;}
.toolbar .pop-code h3 b{display: block;font-size: 14px;font-weight: normal;}
.toolbar .qq span{background-position: 0 -47px;}
.toolbar .qq a{width: 50px; height: 50px; cursor: pointer; display: block;}
.toolbar .qq:hover{background: #0185d0;}
.toolbar .tel span{background-position: 0 0;}
.toolbar .tel:hover{background: #0185d0;}
.toolbar .code span{background-position: 0 -95px;}
.toolbar .code:hover{background: #0185d0;}
.toolbar .top span{background-position: 0 -142px;}
.toolbar .top:hover{background: #0185d0;}
.subright .searchList{border-top:1px solid #ddd;}
.subright .searchList li{padding-top:20px;padding-bottom:20px;border-bottom:1px solid #ddd;}
.subright .searchList li:first-child{border-top:none;}
.subright .searchList li:hover a h2{color:#1048a0;font-weight:bold;}
.leftprocomt{padding-top: 10px;}
.leftprocomt li{float: left;text-align:center;width: 117px;margin-right: 10px;} .leftprocomt li img{width: 117px;height: 87px;border-radius: 3px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;} .leftprocomt li p{line-height: 30px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;} .leftprocomt li:hover img{-webkkit-filter:brightness(105%);filter:brightness(105%);} .leftprocomt li:hover p{color:#1048a0;}
/*******font-face********/
@font-face{font-family: didot;src: url('../font/didot.eot');src: url('../font/didot.eot?#iefix')format('embedded-opentype'), /* IE6-IE8 */url('../font/didot.woff') format('woff'), /* Modern Browsers */url('../font/didot.ttf') format('truetype'), /* Safari, Android, iOS */url('../font/didot.svg#didot') format('svg'); /* IE9 Compat Modes */ /* Legacy iOS */}
/*↓组图样式↓*/
.HS10, .HS15{overflow:hidden;clear:both;}
.HS10{height:10px;}
.HS15{height:15px;}
.Hidden{display:none;}
.Clearer{display:block;clear:both;font-size:1px;line-height:1px;margin:0;padding:0;}
.FlLeft{float:left;}
.FlRight{float:right;}
/*幻灯片区域背景*/
.MainBg{width: 920px;margin:0 auto;}
/*大图展示区域*/
.OriginalPicBorder{padding: 0;}
#OriginalPic{width: 920px;overflow:hidden;position:relative;font-size:12px;}
#OriginalPic img{display:block;min-width: 100px;margin:0 auto;}
/*鼠标手势*/
.CursorL{position:absolute;z-index:999;width:50%;height:600px;color:#FFF;left: 0;cursor:url(../images/CurL.cur), auto;background:url(../images/space.png) repeat scroll 0 0 transparent;}
.CursorR{position:absolute;z-index:999;width:50%;height:600px;color:#FFF;right:0;cursor:url(../images/CurR.cur), auto;background:url(../images/space.png) repeat scroll 0 0 transparent;}
/*小图预览和滑动*/
.SliderPicBorder{width: 100%;overflow:hidden;}
.ThumbPicBorder {width: 920px;margin:0 auto;background: #eeeeee;overflow: hidden;position: relative;}
.ThumbPicBorder #btnPrev{width:45px;height:113px;cursor:pointer;position: absolute;left: 20px;top: 20px;}
.ThumbPicBorder #btnNext{width:45px;height:113px;cursor:pointer;position: absolute;right: 20px;top: 20px;}
.ThumbPicBorder .pic{width: 755px;overflow: hidden;position: relative;margin: 20px auto;}
#ThumbPic img{border: 3px solid #ddd;cursor:pointer;background-color: #ddd;margin: 0 5px;width: 135px;height: 108px;display:block;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
#ThumbPic img.active{border: 3px solid #1048a0;}
/*↑组图样式↑*/