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 { margin-top: 15px; }
.header .top.top_fixed .logo > a { width:172px; height:37px; 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: 700px;
	padding:0px;
	margin:0px;
}
.nav .navbox li{
	list-style: none;
	width: 100px;
	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: 800px;
	width: 100%;
}
.banner .swiper-container{
	height: 800px;
	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 .parHd {
	height: 35px;
	line-height: 35px;
	position: relative;
	width: 100%;
	margin:0 auto;
}
.probox .parHd ul {
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}
.probox .parHd ul li {
	float: left;
	padding: 0 11px;
	cursor: pointer;
	border-top: 2px solid #fff;
}
.probox .parHd ul li.on {
	border-top: 2px solid #1C5FB1;
	color: #1C5FB1;
}
.probox .slideBox {
	overflow: hidden;
	zoom: 1;
	width: 1200px;
	padding: 10px 42px;
	position: relative;
}
.probox .sPrev,.probox .sNext {
	position: absolute;
	left: 0px;
	top: 41%;
	display: block;
	width: 26px;
	height: 60px;
	background: url(../images/l.jpg) center center no-repeat;
}
.probox .sNext {
	left: auto;
	right: 0px;
	background: url(../images/r.jpg) center center no-repeat;
}
.probox .sPrev:hover{
	background: url(../images/l-h.jpg) center center no-repeat;
}
.probox .sNext:hover{
	background: url(../images/r-h.jpg) center center no-repeat;
}
.probox .parBd{
	margin-top: 1.5rem;
}
.probox .parBd .tempWrap{
	width: 1116px !important;
}
.probox .parBd ul {
	overflow: hidden;
	zoom: 1;
}
.probox .parBd ul li {
	margin: 0 8px;
	float: left;
	overflow: hidden;
	text-align: center;
	padding: 10px;
	background: #EEEEEE;
	width: 270px !important;
}
.probox .parBd ul li img {
	width: 250px;
	height: 187px;
	display: block;
}
.probox .parBd ul li p {
	line-height: 35px;
	border: 1px solid #C9C9C9;
	margin-bottom: 0px;
	height: 35px;
	overflow: hidden;
}
.probox .parBd ul li:hover{
	background: #1C5FB1;
}
.probox .parBd 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_body{
	background: #fff;
}
.ny_banner{
	width: 100%;
	height: 300px;
}
.ny_sub{ 
	position:relative; 
}
.ny_sub ul{
	padding:0px;
	margin:0px;
	position: absolute;
	z-index: 25;
	top: -50px;
	left: 0px;
	background:url(../images/white.png) repeat 0 0; 
	width: 100%;
}
.ny_sub li{ 
	float:left; 
	line-height:50px; 
	margin-right:1px;
	list-style: none;
}
.ny_sub li a{ 
	display:block; 
	font-size:16px; 
	color:#000; 
	padding:0 40px;
	-webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-decoration: none; outline: 0;
}
.ny_sub_3 li a{
	padding:0 10px;
	font-size: 14px;
}
.ny_sub.ny_sub_1 li a{
	/*padding:0 18px;*/
}
.ny_sub li a:hover,.ny_sub li.am-active a{ 
	background:#1C5FB1; 
	color:#fff;
	font-size:18px; 
}
.ny_sub_3 li a:hover,.ny_sub_3 li.am-active a{
	font-size: 14px;
}
.location{
	margin-bottom: 20px;
}
.location h1{
	font-size: 26px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0px;
}
.location .am-fr,.location .am-fr a{ 
	color:#333;
}
.location .am-fr a:hover{ 
	text-decoration:underline;
}
.ny_content{
	width: 1200px;
	margin: 20px auto;
	min-height: 500px;
}
.ny_container{
	padding: 20px 0;
	line-height: 30px;
	margin-top: 20px;
}
.contact_us_top .top_l {
	width: 64%;
	height: 617px;
	background-color: #f0f0f0;
}
.contact_us_top .top_r {
	width: 36%;
	background-color: #1C5FB1;
	color: #fff;
	background-image: url(../images/contact_us_r_bj.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contact_us_top .top_r_box {
	padding: 10% 8% 10% 10%;
}
.contact_us_top .top_r_box .r_title {
	font-size: 26px;
	margin-bottom: 10px;
}
.contact_us_top .top_r_box dl {
	border-top: 1px dashed #d3b880;
}
.contact_us_top .top_r_box .r_box_01 {
	padding: 10px 0px;
}
.contact_us_top .top_r_box .r_box_01 dt {
	font-size: 16px;
}
.contact_us_top .top_r_box .r_box_01 dd {
	line-height: 30px;
	font-size: 14px;
}
.contact_us_top .top_r_box .r_box_02 {
	padding: 20px 0px;
}
.contact_us_top .top_r_box .r_box_02 dt {
	width: 58px;
	height: 64px;
	background: url(../images/contact_us_ico.png) no-repeat;
	margin-right: 10px;
}
.contact_us_top .top_r_box .r_box_02 dd {
	font-size: 18px;
}
.contact_us_top .top_r_box .r_box_02 span {
	display: block;
	font-size: 28px;
	font-family: Arial;
	line-height: 28px;
}
.contact_us_top .top_r_box .r_box_03 {
	padding-top: 30px;
}
.contact_us_top .top_r_box .r_box_03 dt {
	width: 40%;
}
.contact_us_top .top_r_box .r_box_03 dd {
	width: 50%;
}
.contact_us_top .top_r_box .r_box_03 dd span {
	display: block;
}
.contact_us_top .top_r_box .r_box_03 dd .cn_title {
	font-size: 16px;
}
.contact_us_top .top_r_box .r_box_03 dd .en_title {
	font-size: 12px;
	margin-bottom: 10px;
}
.contact_us_top .top_r_box .r_box_03 dd .share a {
	background: url(../images/contact_us_ico.png) no-repeat;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
}
.contact_us_top .top_r_box .r_box_03 dd .share .bds_tsina {
	background-position: 0 -64px;
}
.contact_us_top .top_r_box .r_box_03 dd .share .bds_tqq {
	background-position: -30px -64px;
}
.contact_us_top .top_r_box .r_box_03 dd .share .bds_weixin {
	background-position: -60px -64px;
}
.contact_us_bottom {
	margin-top: 56px;
}
.contact_us_bottom ul{
	margin: 0px;
	padding:0px;
}
.contact_us_bottom ul li{
	list-style: none;
}
.row>.span-3 {
    width: 23%;
    float: left;
}
.row>[class*="span-"] {
    float: left;
    margin-right: 2%;
}
.contact_us_bottom .list_box {
	background-color: #f6f6f6;
	padding: 10% 7%;
}
.contact_us_bottom .list_title {
	font-size: 22px;
	color: #2e2e2e;
	margin-bottom: 10px;
	padding: 0 3%;
}
.contact_us_bottom .list_ico {
	width: 40px;
	height: 40px;
	background: url(../images/contact_us_ico.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.contact_us_bottom .list_ico01 {
	background-position: 0px -94px
}
.contact_us_bottom .list_ico02 {
	background-position: -40px -94px
}
.contact_us_bottom .list_ico03 {
	background-position: -80px -94px
}
.contact_us_bottom .list_ico04 {
	background-position: -120px -94px
}
.contact_us_top img {
	max-width: none;
}
.contact_us_top label {
	max-width: none;
}
.subsub{
	margin-left: 2rem;
}
.subsub a{
	float: left;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ccc;
    font-size: 18px;
    color: #000;
    cursor: pointer;
}
.subsub a:last-child{
	border-right:0;
}
.subsub a:hover,.subsub a.on{
	color: #1C5FB1;
}
table tr td p{
	margin-bottom: 0px;
}