body{
	font-size: 14px;
	color: #333333;
	background: #fff;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;
	min-width: 1200px;
}
a{
	color: #333333;
}
a:hover{
	color: #1C5FB1;
}
ul,li{
	list-style: none;
	padding: 0px;
	margin:0px;
}
.no-padding-left{
	padding-left:0px;
}
.no-padding-right{
	padding-right:0px;
}
.clear:before, .clear:after,ul:before, ul:after {
	display: table;
    clear: both;
    content: '';
}
.am-g{
	width: 1200px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
}
.header .top { /*position:relative; z-index:20; */
	background: rgba(0,0,0,0.21);
	height: 120px;
	transition:all 0.3s ease; -webkit-transition:all 0.3s ease; 
	
}
.header .top:hover,.header .top.blue{
	background: rgba(28, 95, 177,0.85);
	
}
.header .top.top_fixed { 
	background: rgba(28, 95, 177,0.85);
	
	height: 70px;
	transition:all 0.3s ease; -webkit-transition:all 0.3s ease; 
}
.header .logo > a {
    display: block;
    width: 240px;
    height: 70px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    transition:all 0.3s ease; -webkit-transition:all 0.3s ease; 
}
.top.top_fixed .topbox { display:none; }
.header .top.top_fixed .top02 ._pro_order_box { padding-bottom:19px; }
.header .top.top_fixed .logo { }
.header .top.top_fixed .logo > a { background-image:url(../images/logo1.png) }
.header ._drop_box { z-index:30; }
.topbox{
	position: relative;
	padding-top: 5px;
}
.topbox .topboxico{
	width: 100%;
	text-align: right;
}
.topbox .topboxico span{
	font-size: 18px;
	color: #fff;
	margin-right: 20px;
}
.topbox i{
	border: 1px solid #fff;
	border-radius: 50%;
	width: 27px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-right: 2px;
}
.topbox i:hover{
	color: #fff
}
#topSearchForm input{
	color: #666;
	padding: 5px;
}
#topSearchForm button{
	width: 35px;
	height: 35px;
	padding:0px;
	border: 0px;
}
.nav{
}
.nav .logo{
}
.nav .navbox{
	width: 810px;
	padding:0px;
	margin:0px;
}
.nav .navbox li{
	list-style: none;
	width: 90px;
	float: left;
	text-align: center;
	font-size: 16px;
	line-height: 70px;
}
.nav .navbox li a{
	color: #fff;
	padding: 0 10px ;
}
.nav .navbox li.am-active a,.nav .navbox li a:hover{
	font-weight: bold;
	color: #FDD801
}
.banner{
	height: 550px;
	width: 100%;
}
.banner .swiper-container{
	height: 550px;
	width: 100%;
}
#banner .swiper-slide{
	text-align: center;
	width: 100%;
}
#banner.swiper-container-horizontal>.swiper-pagination{
	left: auto;
	text-align: center;
	padding-right: 20px;
}
#banner .swiper-pagination-bullet{
	text-align: center;
	background: #fff;
	opacity: .8;
	width: 10px;
	height: 10px;
	line-height: 20px;
	border-radius: 50%;
}
#banner .swiper-pagination-bullet-active{
	background: #1C5FB1;
	color: #fff;
	width: 40px;
	border-radius: 10px;
}
.tit{
	width: 100%;
	text-align: center;
	position: relative;
}
.tit .tit-con{
	width: 160px;
	margin:0 auto;
	background: #fff;
	height: 70px;
	position: relative;
	z-index: 2;
}
.tit h2{
	margin:0px;
	font-size: 24px;
	font-weight: bold;
	color: #1C5FB1;
	display: block;
}
.tit span{
	font-size: 16px;
	display: block;
	color: #000;
	text-transform: uppercase;
}
.tit hr{
	border-top: 1px solid #9B9B9B;
	position: absolute;
	top: 35%;
	left: 0px;
	width: 100%;
	z-index: 0;
	margin:0px;
}
.probox {
	width: 1200px;
	padding-bottom: 60px;
}
.probox .hd {
	position: relative;
	width: 100%;
	margin:0 auto;
	z-index: 999;
	top: 105px;
}
.probox .hd ul {
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}
.probox .hd ul li {
	float: left;
	padding: 0 11px;
	cursor: pointer;
	border-top: 2px solid #fff;
}
.probox .hd ul li.on {
	border-top: 2px solid #1C5FB1;
	color: #1C5FB1;
}
.probox .bd {
	overflow: hidden;
	zoom: 1;
	width: 1200px;
	padding: 10px 42px;
	position: relative;
}
.probox .prev,.probox .next {
	position: absolute;
	left: 0px;
	top: 41%;
	display: block;
	width: 26px;
	height: 60px;
	background: url(../images/l.jpg) center center no-repeat;
}
.probox .next {
	left: auto;
	right: 0px;
	background: url(../images/r.jpg) center center no-repeat;
}
.probox .prev:hover{
	background: url(../images/l-h.jpg) center center no-repeat;
}
.probox .next:hover{
	background: url(../images/r-h.jpg) center center no-repeat;
}
.probox .bd{
	margin-top: 1.5rem;
}
.probox .bd ul {
	overflow: hidden;
	zoom: 1;
}
.probox .bd ul li {
	margin: 0 8px;
	float: left;
	overflow: hidden;
	text-align: center;
	padding: 10px;
	background: #EEEEEE;
	width: 270px !important;
}
.probox .bd ul li img {
	width: 250px;
	height: 187px;
	display: block;
}
.probox .bd ul li p {
	line-height: 35px;
	border: 1px solid #C9C9C9;
	margin-bottom: 0px;
	height: 35px;
	overflow: hidden;
}
.probox .bd ul li:hover{
	background: #1C5FB1;
}
.probox .bd ul li:hover a{
	color: #fff;
}
.about{
	background: url(../images/about-bg.jpg) no-repeat;
	width: 100%;
	height:470px;
	padding: 30px 0;
}
.aboutbox{
	width: 570px;
}
.aboutbox h3{
	font-size: 30px;
	text-transform: uppercase;
	color: #666666;
}
.aboutbox span{
	border-bottom: 3px solid #1C5FB1;
	width: 80px;
	display: block;
}
.aboutbox h2{
	font-size: 36px;
	margin: 15px 0 0;
	color: #666666;
}
.aboutbox hr{
	border-top: 1px solid #B5B5B5;
	margin: 1rem 0;
}
.about-con{
	text-indent: 2rem;
	line-height: 26px;
}
.aboutbox .am-btn{
	margin-top: 2rem;
	background: #1C5FB1;
	border: 1px solid #1C5FB1
}
.aboutico{
	width: 560px;
}
.kuang{
	float: left;
    width: 280px;
    height: 206px;
    position: relative;
    transition: all ease .3s;
    overflow: hidden;
}
.kuang a{
	background: #1C5FB1;
	color: #fff;
	display: block;
	height: 206px;
	text-align: center;
}
.kuang a h2{
	padding-top: 60px;
	font-size: 24px;
}
.kuang a i{
	font-size: 18px;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 33px;
	height: 33px;
}
.kuang img,.kuang a{
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.kuang img:hover,.kuang a:hover{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.ad-banner{
	background: url(../images/ad-banner.jpg) no-repeat;
	width: 100%;
	height: 285px;
}
.ad-banner .am-g{
	position: relative;
	height: 285px;
}
.ad-banner .am-btn{
	position: absolute;
	bottom: 60px;
	left: 0px;
	z-index: 1;
	width: 200px;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
}
.ad-banner .am-btn i{
	margin-left: 40px;
}
.ad-banner .am-btn:hover{
	background: #1C5FB1;
	border: 1px solid #1C5FB1;
}
.news{
	background: #F4F4F4;
	padding: 40px 0;
}
.news .tit-con{
	background: #F4F4F4;
}
.news .news-list{
	width: 580px;
}
.news .news-list li{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.news .news-list li:first-child{
	margin-top: 0px;
}
.news .news-list li span{
	display: block;
	width: 80px;
	text-align: center;
}
.news .news-list li span.news-day{
	font-size: 48px;
	font-weight: bold;
	line-height: 58px;
}
.news .news-list li .news-con{
	width: 480px;
	padding-left: 38px;
	border-left: 1px solid #C9C9C9;
	height: 70px;
	margin-top: 8px;
}
.news .news-list li .news-con h2{
	margin-bottom: 4px;
	font-size: 16px;
}
.news .news-list li .news-con p{
	margin:0;
}
.more{
	width: 130px;
	height: 38px;
	border: 1px solid #1C5FB1;
	color:#1C5FB1;
	margin:2.5rem auto 0;
	display: block;
}
.more:hover{
	color: #fff;
	background: #1C5FB1;
}
.case{
	padding:40px 0;
}
.case .am-box{
	position: relative;
}
.case .swiper-button-prev,.case .swiper-button-next, #pro_img .swiper-button-prev,#pro_img .swiper-button-next{
	width: 58px;
	height: 58px;
	background: url(../images/left.jpg) no-repeat;
	left: 0px;
}
.case .swiper-button-next,#pro_img .swiper-button-next{
	background: url(../images/right.jpg) no-repeat;
	left: auto;
	right: 0px;
}
.case .swiper-slide a{
	display: block;
	color:#fff;
}
.case .swiper-slide a .con {
    position: relative;
}
.case .swiper-slide a .con .pic {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.case .swiper-slide a .cover{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 600ms;
    -webkit-transition: 600ms;
    background: rgba(0,0,0,.4);
    opacity: 0;
}
.case .swiper-slide a .txts{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 30px 20px 0 20px;
}   
.case .swiper-slide a .txts .txx {
    opacity: 0;
    display: none\9;
    transition: 400ms;
    -webkit-transition: 400ms;
}
.case .swiper-slide a .txts .line {
    width: 0;
    height: 2px;
    background: #fff;
    margin-bottom: 20px;
    transition: 400ms;
    -webkit-transition: 400ms;
    display: block;
} 
.case .swiper-slide a .txts .tx2 {
    font-size: 18px;
    transition-delay: 200ms;
    margin: 0px;
    -webkit-transition-delay: 200ms;
}
.case .swiper-slide a .pic img{
	display:block;
	width:100%;
	transition:600ms;
	-webkit-transition:600ms;
}
.case .swiper-slide a:hover img{  
    transform:scale(1.1);
	-webkit-transform:scale(1.1);
}  
.case .swiper-slide a:hover .cover {
    opacity: 1;
    display: block\9;
}

.case .swiper-slide a:hover .txts .line {
    width: 100%;
}

.case .swiper-slide a:hover .txts .txx {
    transform: translate(0);
    -webkit-transform: translate(0);
    opacity: 1;
    display: block\9;
}
.link{
	background: #F7F7F7;
	height: 44px;
	color: #fff;
	line-height: 44px;
}
.link h2{
	width: 147px;
	background: url(../images/link.png) no-repeat;
	padding-left: 30px;
	font-size: 18px;
}
.link .linkbox{
	margin-left: 20px;
}
.link .linkbox a{
	padding: 0 10px;
}

.footer{
	background: #333333;
	
}
.footerbox{
	padding: 35px 0;
	color: #fff;
}
.foot-tel{
	width: 400px;
	border-right: 1px solid #686868;
	padding-right: 20px;
}
.foot-tel h2{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}
.foot-tel p{
	font-size: 30px;
	font-weight: bold;
	margin:0px;
	width: 240px;
    float: right;
}
.foot-contact{
	width: 500px;
	padding-left: 20px;
}
.foot-contact span{
	width: 50%;
	display: block;
	float: left;
	line-height: 32px;
}
.foot-contact span:first-child{
	width: 100%;
}
.foot-qrcode{
	width: 300px;
}
.foot-qrcode p{
	width: 110px;
	float: left;
	margin:0;
	text-align: center;
}
.bottom{
	padding: 10px 0;
	background:#4D4D4D;
	color: #fff;
}
.bottom a{
	color: #fff;
}
.bottom a:hover{
	color: #1C5FB1;
}
.bottombox{
	width: 1200px;
}

/*固定的悬浮窗*/
.yb_conct {
      position: fixed;
      z-index: 9999999;
      top: 150px;
      right: -170px;
      cursor: pointer;
      transition: all .3s ease;
}
.yb_bar ul li {
      text-align: left;
      width: 222px;
      height: 53px;
      font: 16px/53px 'Microsoft YaHei';
      color: #fff;
      text-indent: 54px;
      margin-bottom: 3px;
      border-radius: 3px;
      transition: all .5s ease;
      overflow: hidden;
}
.yb_bar .yb_top {
      background: #1C5FB1 url('../images/fixcont.png') no-repeat 0 0;
}
.yb_bar .yb_phone {
      background: #1C5FB1 url('../images/fixcont.png') no-repeat 0 -57px;
}
.yb_bar .yb_qq {
      background: #1C5FB1 url('../images/fixcont.png') no-repeat 0 -113px;
}
.yb_bar .yb_email {
      background: #1C5FB1 url('../images/fixcont-email.png') no-repeat 0 -226px;
}
.yb_bar .yb_ercode {
      height:200px;
          text-align: center;
      background: #1C5FB1 url('../images/fixcont.png') no-repeat 0 -169px;
}
.hd_qr {
      padding: 0 29px 25px 29px;
}
.yb_bar a {
      display: block;
      text-indent: 54px;
      width: 100%;
      height: 100%;
      color: #fff;
}
/********************************/
.ny_banner{
	width: 100%;
	height: 300px;
}
.insidebox { width:1200px; margin:46px auto; overflow:hidden;}
.leftbox{ float:left; width:227px; height:auto; overflow:hidden;}
.contentbox { float:right; width:940px; margin:0 auto; padding-bottom:45px; overflow:hidden;}

/*内页导航*/
.guidebox{ width:100%; height:auto; margin:0 auto; background:url(../images/guide_top.png) top center no-repeat; padding-top:5px; overflow:hidden;}
.guidebox dt{ width:100%; height:95px; background:#1C5FB1;  overflow:hidden;}
.guidebox dt strong{ display:block; width:100%; height:95px; line-height:95px; font-size:24px; color:#ffffff; text-align:center; overflow:hidden;}
.guidebox dd { width:100%; height:auto;  background:#efefef;  overflow:hidden; }
.guidebox dd ul{  margin:0 auto; overflow:hidden;}
.guidebox dd ul li{ width:100%; height:auto; overflow:hidden;border-bottom: 1px solid #ccc;}

.guidebox dd ul li .ny_nav_a{ display:block; width:100%; height:51px; line-height:51px; font-size:18px; color:#666; text-align:center; margin:0 auto; margin-bottom:1px; overflow:hidden;}
.guidebox dd ul li .ny_nav_a.second{font-size: 14px;text-align: left;padding-left: 10px;height: 40px;line-height: 40px;}

.guidebox dd ul li .ny_nav_a:hover,.guidebox dd ul li.am-active .ny_nav_a{ color:#fff;background:#1C5FB1; font-weight:bold; }
.guidebox dd ul li .ny_navbox{ width:100%; height:auto; display:none; overflow:hidden;}




.guidebox dd ul li .ny_nav_b{ display:block; width:100%; height:38px; line-height:38px; font-size:14px; color:#ffffff; text-indent:5em; background:url(../images/tT.png) 45px 5px no-repeat; margin:0 auto; overflow:hidden;}
.guidebox dd ul li .ny_nav_b:hover{ color:#fff;}



.guidebox dd .pic{ margin-top:20px;}
.ny_bottom{ width:100%; height:4px;}

/*内容显示*/
.contentbox dt { width:100%; height:48px; line-height:52px; background:url(../images/content_bg.png) top center no-repeat; overflow: hidden; }
.contentbox dt strong{ font-size:18px; color:#515151; display:none; }
.contentbox dt span{ font-size:14px; color:#ffffff; padding-left:30px;}
.contentbox dt span a{ font-size:14px; color:#ffffff;}
.contentbox dd { width:100%;  min-height:640px; margin:0 auto; padding:1% 2%;}

.guestbook{width: 800px;margin: 0 auto;}
.guestbook table{width: 100%;}
.guestbook table .td1{width: 20%;text-align: right;}
.txt{padding:5px 10px;margin: 5px 0;width: 95%;border: 1px solid #ccc;}
.c_input{width: 100px;}
.submit{border: 1px solid #1C5FB1;background: #1C5FB1;color: #fff;padding: 10px 20px;border-radius: 10px;}