@charset "utf-8";
.page-banner {
    min-width: 1200px;
    height: 400px;
    background: url(../images/other_banner.jpg) center no-repeat;
}
.page-banner-about{
	background: url(../images/other_banner_about.jpg) center no-repeat;
}
.page-banner-product{
	background: url(../images/other_banner_product.jpg) center no-repeat;
}
.page-banner-join{
	background: url(../images/other_banner_join.jpg) center no-repeat;
}
.page-banner-online{
	background: url(../images/other_banner_online.jpg) center no-repeat;
}
.page-banner-news{
	background: url(../images/other_banner_news.jpg) center no-repeat;
}
.page-banner-video{
	background: url(../images/other_banner_video.jpg) center no-repeat;
}
.page-con {
    margin-top: 40px;
    margin-bottom: 40px;
}
.left-part {
	width: 220px;
	float: left;
}
.right-part {
	width: 960px;
	float: right;
}
.left-part-item {
	width: 100%;
	padding-bottom: 15px;
}
.left-part-item .item-tit {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	letter-spacing: 10px;
    font-weight: bold;
    text-align: center;
	background: -webkit-linear-gradient(bottom, #005590, #006cb7); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, #005590, #006cb7); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, #005590, #006cb7); /* Firefox 3.6 - 15 */
	background: linear-gradient(to top, #005590, #006cb7); /* 标准的语法 */
}
.left-part-item .item-tit a {
	display: block;
	color: #fff;
	/*background: url(../images/left_ico.gif) no-repeat 25px center;*/
}
.left-part-item .nav-list li{
	width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-indent: 30px;
    font-size: 14px;
    background-color: #fafafa;
}
.left-part-item .nav-list li.son a {
    padding-left: 20px;
} 
.left-part-item .nav-list li a {
	width: 100%;
    height: 40px;
    display: block;
    /*background: url(../images/left_off.gif) no-repeat;*/
    color: #575757;
    font-weight: bold;
    border: 1px solid #aad5f3;
    border-top: 0;
}
.left-part-item .nav-list li a:hover,.left-part-item .nav-list li.cur a{
	/*background: url(../images/left_on.gif) no-repeat;
    color: #fff;*/
    border-left: 4px solid #005794;
}
.left-part-item .contact {
	background: #f4f4f4;
	line-height: 22px;
	padding: 15px 0px;
}
.left-part-item .contact .pic img {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}
.left-part-item .contact dt {
    font-size: 15px;
    font-weight: bold;
}
.left-part-item .contact dd {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 6px;
}



.right-part .right-part-tit{
	box-sizing: content-box;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    /*padding-top: 10px;*/
    overflow: hidden;
}
.right-part .right-part-tit .tit-name{
    position: relative;
	width: 220px;
    height: 24px;
    line-height: 24px;
    text-indent: 12px;
    font-size: 16px;
    color: #262626;
}
.right-part .right-part-tit .tit-name:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #006cb7;
}
.right-part .right-part-tit .fr {
	width: 560px;
    text-align: right;
    padding-top: 4px;
}
.right-part .right-part-tit .position{
	font-size: 12px;
}
.right-part .proClass-desc p{
    font-size: 14px;
    line-height: 1.5;
    color: #777;
}
/* 文章列表 */
.right-part .news-list {
	overflow: hidden;
}
.right-part .news-list li{
	padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}
.right-part .news-list li h6 {
    margin: 10px 0;
    height: 24px;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
}
.right-part .news-list li h6 a{
	font-weight: bold;
    font-size: 14px;
    color: #000;
}
.right-part .news-list li h6 a:hover {
    color: #0069b2;
}
.right-part .news-list li h6+div {
    line-height: 22px;
    font-size: 12px;
}
.right-part .news-list li h6+div .news-link {
	color: #da251c;
}

/* 图片(产品)列表 */
.right-part .pic-list {
    margin-top: 15px;
}
.right-part .pic-list:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}
.right-part .pic-list li {
	width: 470px;
    background-color: #fff;
    float: left;
    margin-right: 10px;
    margin-bottom: 25px;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    box-shadow: 0 0 3px rgba(212,212,212,0.8);
    position: relative;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    border: 2px solid #125fa5;
}
.right-part .pic-list li:nth-child(4n){
	margin-right: 0px;
}
.right-part .pic-list li:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    top: -2px;
}
.right-part .pic-list a {
    display: block;
    padding: 3px 2px 10px 2px;
}
.right-part .pic-list .pic {
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
}
.right-part .pic-list .pic img {
width: 460px;
height:310px;

}
.right-part .pic-list .txt {
	padding: 10px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.right-part .pic-list li a:hover {
	color: #0068b0;
}
.right-part .pic-list.case-Pic li:nth-child(3n) {
    margin-right: 0;
}
.right-part .pic-list.case-Pic li{
    width: 31%;
    margin-right: 20px;
}
.right-part .pic-list.case-Pic a{
    padding: 10px;
}
.right-part .pic-list.case-Pic .pic{
    width: 450px;
    height: 200px;
}
.right-part .pic-list.case-Pic .pic img {
    max-width: 450px;
    max-height: 200px;
}

/* 产品详情 */
.right-part .product-introduce .pro-images{
    width: 100%;
    padding: 10px;
    /*margin-bottom: 16px;*/
    border: 1px solid #ededed;
    text-align: center;
}
.right-part .product-introduce .pro-images img {
    max-width: 100%;
}
.right-part .product-introduce .pro-tit {
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    border-bottom: 1px solid #ededed;
    color: #333;
}
.right-part .product-introduce .product-type{
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ededed;
    font-size: 16px;
}
.right-part .product-introduce .pro-show{
    text-align: center;
    padding-bottom: 20px;
}
.right-part .product-introduce .pro-show img {
    max-width: 100%;
    height: auto !important;
}

/* 文章详情 */
.right-part .news-show .news_tit {
	text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
}
.right-part .news-show .news_mes {
	margin-top: 14px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    color: #9e9e9e;
    border: 1px dotted #ccc;
    border-width: 1px 0;
}
.right-part .news-show .news_con {
    padding: 14px 10px;
	line-height: 24px;
    font-size: 14px;
    text-align: justify;
    background-color: #fff;
}
/*在线留言*/
.form_box {}
.form_box form label {display: block;margin: 10px auto;color: #333;line-height: 30px;width: 1200px;overflow: hidden;font-size: 14px;}
.form_box form label span {display: block;height: 30px;width: 70px;text-align: left;font-size: 14px;float: left;}
.form_box form label input { width: 100%; line-height: 26px; float: right; padding: 2px 4px; border: 1px solid #064b87; border-radius: 4px;}
.form_box form label textarea {width: 100%; float: right;font-size: 14px;padding:4px;line-height: 20px; border: 1px solid #064b87; border-radius: 4px;}
.form_box form .btn {margin: 20px auto;text-align: center;width: 580px;}
.form_box form .btn input {display: inline-block;margin:0 20px;font-size: 14px; width: 140px;height: 30px;border: none;border-radius: 2px;cursor: pointer;}


/* 页码 */
.pagelist {
	margin: 20px 0;
	text-align: center;
}
.pagelist li {
	display: inline-block;
	margin: 0 4px;
	border: 1px solid #ddd;
	vertical-align: middle;
	font-size: 14px;
}
.pagelist li a{
	padding: 0 10px;
	font-size: 12px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    background: -webkit-linear-gradient(bottom, #fcfcfc, #f5f5f5); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, #fcfcfc, #f5f5f5); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, #fcfcfc, #f5f5f5); /* Firefox 3.6 - 15 */
	background: linear-gradient(to top, #fcfcfc, #f5f5f5); /* 标准的语法 */
    color: #787878;
}
.pagelist li a{
	display: block;
	color: #787878;
}
.pagelist li a:hover {
	background: -webkit-linear-gradient(bottom, #606060, #3c3c3c); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, #606060, #3c3c3c); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, #606060, #3c3c3c); /* Firefox 3.6 - 15 */
	background: linear-gradient(to top, #606060, #3c3c3c); /* 标准的语法 */
    color: #fff;
}
.pagelist li.thisclass {
	padding: 0 10px;
	height: 30px;
    line-height: 30px;
	border: 1px solid #c61e25;
	background: -webkit-linear-gradient(bottom, #da2d37, #c61e25); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, #da2d37, #c61e25); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, #da2d37, #c61e25); /* Firefox 3.6 - 15 */
	background: linear-gradient(to top, #da2d37, #c61e25); /* 标准的语法 */
	color: #fff;
}

/* 上下篇 */
.prevnext {
	width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-width: 1px 0;
    /*margin: 15px 0 0;*/
    background: #fff;
    font-size: 14px;
}
.prevnext .fr {
	text-align: right;
}

/* 搜索 */
/*.right-part .news-list.ss-result .ss-tit {
    font-size: 16px;
    color: #333;
    text-align: center;
}*/
.right-part .news-list.ss-result li h6+div {
    overflow: hidden;
}
.right-part .news-list.ss-result li h6+div span {
    display: inline-block;
    width: 33.33%;
    float: left;
    text-align: left;
}
.right-part .news-list.ss-result li h6+div span a {
    color: inherit;
}
*通用左侧*/
.chanpinfenlei{
    width: 100%;
    text-align: center;
    font-size: 20px;
    height: 56px;
    letter-spacing: 10px;
    font-weight: 1000;
    background: url(../images/bj-in-nav.png) center;
    color: #FFF;
    line-height: 56px;
    
}
.contact .nav-list p{
	padding-bottom: 10px;
	font-size: 15px;
	padding-left: 10px;   
	color: #9f050c;
	text-align: left;
	color: #065399;
}
.contact .nav-list p:nth-of-type(1){
	text-align: center;
    font-size: 16px;
    padding-top: 15px;
    padding-left: 0;
    font-weight: bold;
}
.contact .nav-list p a{
	
}
.contact .nav-list p.newsNeiye{
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    padding-left: 18px;
    border-bottom: 1px dashed;
    margin-top: 15px;
    background: url(../images/icoNews.png) no-repeat 5px 9px;
    padding-top: 0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
    width: 100%;
}
.contact .nav-list p.newsNeiye:hover{
	color: #ffa200;	
}
.keyWorldSreach{
    font-size: 15px;
    color: #0075c3;
    line-height: 40px;
    display: block;
    padding: 0 11px;
    border-bottom: 1px dashed;
}
.wrap{
	
}
.wrap .xiangsichanpin{
    height: 56px;
    background: url(../images/bj-in-nav.png) left center no-repeat;
    line-height: 56px;
    width: 234px;
    text-align: center;
    color: #fbf3bc;
    letter-spacing: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}
.wrap .list{
	
}
.wrap .list li{
	display: inline-block;
    width: 23%;
    text-align: center;
    border: 1px solid #0075c3;
    padding-bottom: 20px;
    margin-left: 1%;
}
.wrap .list li:nth-of-type(1){
margin-left: 0;	
}
.wrap .list li a{
	
}
.wrap .list li a img{
	width: 100%;
    padding: 5px;
}
.wrap .list li .txt{
    margin: 15px 0;
    color: #0075c3;
}
.wrap .list li .moreproducts{
    font-size: 14px;
    background-color: #FFF;
    display: inline-block;
    width: 50%;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    color: #0075c3;
}
.wrap .list li:hover .moreproducts{
	background-color: #0075c3;
	color: #FFF;
}
.chanpinfenlei {
    width: 100%;
    text-align: center;
    font-size: 20px;
    height: 56px;
    letter-spacing: 10px;
    font-weight: 1000;
    background: url(../images/bj-in-nav.png) center;
    color: #FFF;
    line-height: 56px;
}
#aboutUsHtml{
	background: url(../images/bj-aboutTitleImages.jpg) no-repeat center top;
	padding-top: 30px;
    padding-bottom: 35px;
}
.aboutUsHtml{
    padding: 50px 35px;
    -moz-box-shadow:0px 5px 5px #999; -webkit-box-shadow:0px 5px 5px #999; box-shadow:0px 5px 5px #999;
    box-shadow: -2px 0px 5px #999;
        background-color: #FFF;
}
#aboutUsHtml h3 {
    display: block;
    color: #064b87;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    line-height: 45px;
}
#aboutUsHtml h3 font{
	float: right;
	font-size: 12px;
	color: #aaa;
}
#aboutUsHtml h6{
	padding-bottom: 15px;
    font-size: 36px;
    color: #e4e6ea;
    text-transform: capitalize;
    line-height: 40px;
    font-family: "AvantGardeITCbyBT-Medium",Arial;
}
#aboutUsHtml p{
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    line-height: 2.2em;
    text-indent: 36px;
}
.content-boxs{
	display: flex;
	margin-top: 50px;
}
.price-box{
	padding-top: 15px;
}
.row-price{
	flex: 1;
    background-color: #151419;
    border-right: 1px solid #aaa;	
}
.content-boxs .row-price .price-box p#totalPrice,.content-boxs .row-price .price-box p#totalOrder,.content-boxs .row-price .price-box p#monthsPrice{
    text-align: center;
    line-height: 55px;
    display: block;
    color: #FFF;
    font-size: 40px;
    text-align: center;
    text-indent: 0px;
}
.content-boxs .row-price .price-box h5{
    display: block;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    padding-bottom: 35px;
}
.nav-list2-title{
	text-align: center;
	line-height: 50px;
}
.nav-list2-title li{ 
display: inline-block;
padding: 0 20px;
}
.nav-list2-title li.cur{
	background-color: #FFF;
}
.nav-list2-title li a{
	
} 
.womendefuwu{
	background: url(../images/bj-womendefuwu.png) no-repeat center;
	height: 904px;
}
.icoList{
	display: flex;
	padding-top: 140px;
}
.icoList li{
	flex: 1;
	padding: 0 25px;
	text-align: center;
}
.icoList li img{
	
}
.icoList li font{
	display: block;
	font-size: 18px;
	line-height: 35px;
	text-align: left;
	padding-top: 15px;
}
.dingzhishengchanshebei{
	text-align: center;
    padding-top: 100px;
}
.dingzhishengchanshebei font{
	color:#FFFFFF;
	font-size:30px;
}
.dingzhishengchanshebei p{
	font-size:14px !important;
	line-height:2;
	color: #FFF;
}
.dingzhishengchanshebeiImageBox{
	display: flex;
	margin-top: 35px;
}
.dingzhishengchanshebeiImageBox li{
	flex: 1;
}
.CompanyShiLi{
	
}
.CompanyShiLi font{
    color: #000;
    font-size: 30px;
    display: block;
    text-align: center;
    padding-top: 50px;
}
.CompanyShiLiList{
	
}
.CompanyShiLiList li{
	display: inline-block;
	width: 50%;
	float: left;
	margin-top: 35px;
	padding: 15px;
	height: 156px;
}
.CompanyShiLiList li:nth-of-type(1),.CompanyShiLiList li:nth-of-type(4),.CompanyShiLiList li:nth-of-type(5),.CompanyShiLiList li:nth-of-type(8){
	background-color: #fa7821;
	color: #FFF;
}
.CompanyShiLiList li:nth-of-type(1) h4,.CompanyShiLiList li:nth-of-type(4) h4,.CompanyShiLiList li:nth-of-type(5) h4,.CompanyShiLiList li:nth-of-type(8) h4{
	color: #FFF;
}

.CompanyShiLiList li h4{
	text-align: center;
	color: #fa7821;
}
#aboutUsHtml .CompanyShiLiList li p{
	text-indent: 0 ;
	padding: 0 30px;
	font-size: 16px;
}
.CompanyShiLiList font{
	color: #000;
    font-size: 30px;
    display: block;
    text-align: center;
    padding-top: 50px;
}
.pic-list2{
	
}
.pic-list2 li{
    display: inline-block;
    width: 49%;
    padding: 30px;
    margin-left: 2%;
    background-color: #FFF;
    margin-bottom: 2%;
}
.pic-list2 li:nth-of-type(odd){
	margin-left: 0;
}
.pic-list2 li a{
	
}
.pic-list2 li a .pic{
	
}
.pic-list2 li a .pic img{
	width: 100%;
}
.pic-list2 li a .txt{
    line-height: 50px;
    text-align: center;
}
.aboutCompanyBox{
	display: flex;
	flex-flow:row wrap;
	justify-content: space-between;
}
.aboutCompanyBox img{
    width: 290px;
    margin-top: 30px;
    border: 5px solid #014687;
	height: 197px;
}
/*荣誉证书*/
#hero{
	
	height: 870px;
}
.topHero{
	width: 650px;
	margin: 0 auto;
}
.topHero img{
	border: 5px solid #004988;
}
.topHero img:nth-of-type(2){
	margin-left: 20px;
}
.bottomHero{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.bottomHero img{
	border: 5px solid #004988;
}
.bottomHero img:hover,.topHero img:hover{
	transition: all 0.6s;
	transform: scale(1.13);
}
.moreHero{
	margin-top: 30px;
}
.moreHero a{
	width: 310px;
	height: 55px;
	background-color: #01458e;
	display: block;
	margin: 0 auto;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	line-height: 55px;
}
.AlbumBox{
	display: flex;
	justify-content: space-between;
	flex-flow:row wrap;
}
.AlbumBox li{
    border: 5px solid #014687;
    width: 280px;
    margin-bottom: 25px;
}
.AlbumBox li img{
	width: 100%;
}
.travelBox,.teamBox{
	height: 215px;
	overflow: hidden;
}
.travel,.team,.celeb{
	width: 200px;
	display: block;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	background-color: #014687;
	text-align: center;
	color: #FFF;
	cursor: pointer;
}
.xuanzewomen{
	display: flex;
	justify-content: space-between;
	flex-flow:row wrap;
}
.xuanzewomen li{
	width: 230px;
}
.xuanzewomen li img{
	
}
.video-list{
	
}
.video-list li{
    display: inline-block;
    width: 48%;
    border: 5px solid #014689;
    margin-bottom: 30px;
}
.video-list li:nth-of-type(even){
	margin-left: 3%;
}
.video-list li a{
	
}
.video-list li a .pic img{
	width: 100%;
	padding: 15px;
}
.video-list li a .txt{
    text-align: center;
    padding-bottom: 25px;
}
.aboutUsHtml2{
	    background: url(../images/bj-aboutTitleImages2.jpg) no-repeat center top !important;
}
.peixun{
	display: flex;
	justify-content: space-between;
	flex-flow:row wrap;
	margin-top: 35px;
	margin-bottom: 35px;
}
.peixun li{
	width: 45%;
}
.peixun li img{
	width: 100%;
	height: 339px;
}
.online_images{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
.leavingmassage{
	margin-top: 50px;
}
.map1 {
    width: 478px;
    height: 520px;
    border: 1px solid #eee;
    overflow: hidden;
    display: inline-block;
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
}
.map1 h2 {
    height: 105px;
    padding-top: 25px;
    background: #01458e;
    overflow: hidden;
    padding-left: 36px;
    margin-bottom: 22px;
    COLOR: #FFF;
}
.map1 h2 em {
    display: block;
    font: 12px Arial, Helvetica, sans-serif;
    text-transform: uppercase;

    line-height: 24px;
        COLOR: #FFF;
}

.map1 dd {
    font: 15px "Microsoft Yahei";
    line-height: 35px;
    color: #333;
    background: url(../images/icon31.gif) no-repeat 8px center;
    padding-left: 70px;
    margin-top: 25px;
    text-align: left;
}
.map1 dd:nth-of-type(2){
	background: url(../images/icon21.gif) no-repeat 8px center;
	
}
.map1 dd font{
	    display: block;
    font: 20px Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.map1 dd:nth-of-type(3){
	background: url(../images/icon11.gif) no-repeat 8px center;
}
.map1 dd:nth-of-type(4){
	margin-top: 20px;
}
.news-list li img{
	width: 200px;
}
.zizhufuwu{
	display: block;
    font-size: 30px;
    margin-top: 30px;
    color: #666;
    font-weight: normal;
    text-align: center;
    line-height: 106px;
}
.zizhuUl{
	display: flex;
	justify-content: space-between;
	flex-flow:row wrap;
}
.zizhuUl li{
	width: 280px;
	height: 277px;
	background-color: #FFF;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position-y: 50px;
	background-position-x: center;
	text-align: center;
	cursor: pointer;
}
.zizhuUl li:nth-of-type(1){
	background-image:url(../images/selfservice_icon1.png) ;
	
}
.zizhuUl li:nth-of-type(2){
	background-image:url(../images/selfservice_icon2.png) ;
}
.zizhuUl li:nth-of-type(3){
	background-image:url(../images/selfservice_icon4.png) ;
	
}
.zizhuUl li:nth-of-type(4){
	background-image:url(../images/selfservice_icon6.png) ;
}
.zizhuUl li:nth-of-type(5){
	background-image:url(../images/selfservice_icon7.png) ;
}
.zizhuUl li:nth-of-type(6){
	background-image:url(../images/selfservice_icon8.png) ;
}
.zizhuUl li:nth-of-type(7){
	background-image:url(../images/selfservice_icon9.png) ;
}
.zizhuUl li:nth-of-type(8){
	background-image:url(../images/selfservice_icon0.png) ;
}
.zizhuUl li h3{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    opacity: .87;
    padding-top: 140px;
    padding-bottom: 15px;
}
.zizhuUl li span{
    display: block;
    color: #757575;
    font-size: 14px;
    line-height: 14px;
}
.zizhuUl li:hover{
	transform: translateY(-20px);
	transition: all 1s;
	
}
.zizhuUl li:hover h3,.zizhuUl li:hover span{
	color: #01458e;
	transition: all 1s;
}
.fuwuzhongxin{
	display: flex;
}
.fuwuzhongxin li{
	flex: 1;
	background-color: #FFF;
}
.fuwuzhongxin li img{
	width: 100%;
}
.fuwuzhongxin li p{
    color: #000;
    font-size: 16px;
    opacity: .6;
    text-align: center;
}
.fuwuzhongxinIco{
	display: flex;
	margin-top: 50px;
}
.fuwuzhongxinIco li{
	flex: 1;
	height: 60px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	text-align: center;
    padding-top: 40px;
}
.fuwuzhongxinIco li:nth-of-type(1){
	background-image: url(../images/serviceCenter_icon1.png);
}
.fuwuzhongxinIco li:nth-of-type(2){
	background-image: url(../images/serviceCenter_icon2.png);
}
.fuwuzhongxinIco li:nth-of-type(3){
	background-image: url(../images/serviceCenter_icon4.png);
}
.fuwuzhongxinIco li:nth-of-type(4){
	background-image: url(../images/serviceCenter_icon5.png);
}
.fuwuzhongxin li img.eq{
    width: 296px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}
.jishuzhichi{
	display: flex;
	justify-content: space-between;
	flex-flow:row wrap;
}
.jishuzhichi li{
	background-color: #01448c;
	width: 48%;
	padding: 30px;
	color: #FFF;
	margin-bottom: 35px;
}
.jishuzhichi li h6{
	text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
    
}
.jishuzhichi li p{
	font-size: 14px;
	line-height: 25px;
	text-indent: 24px;
}
.jishuzhichi li:nth-of-type(2),.jishuzhichi li:nth-of-type(3),.jishuzhichi li:nth-of-type(6){
	background-color: #FFF;
	color: #01448c;
}
.jishuzhichi li:hover{
	cursor: pointer;
	transform: translateY(-20px);
	transition: 1s;
	font-weight: bold;
}
/*产品详情*/
.prodct-created{
	width: 800px;
	display: inline-block;
}
.prodct-created .pc-slide{
	
}
.prodct-created .pc-slide .view{
	
}
.prodct-created .pc-slide .view .swiper-container{
	
}
.prodct-created .pc-slide .view .swiper-container .swiper-wrapper{
	
}
.prodct-created .pc-slide .view .swiper-container .swiper-wrapper .swiper-slide{
	
}
.prodct-created .pc-slide .view .swiper-container .swiper-wrapper .swiper-slide img{
	width: 100%;
}
.pc-slide{
	
}
.pc-slide .preview{
	
}
.pc-slide .preview .swiper-container{
	background-color: #FFF;
}
.pc-slide .preview .swiper-container .swiper-wrapper{
	
}
.pc-slide .preview .swiper-container .swiper-wrapper .swiper-slide{
	padding-left: 0;
	margin: 20px 0;
}
.pc-slide .preview .swiper-container .swiper-wrapper .swiper-slide img{
	width: 100%;
}
.view .swiper-container { height: 650px;width: 100%; }
.view:hover .arrow{display: block;}
.view .arrow{display: none;position: absolute;top: 50%;margin-top: -35px;width: 70px;height: 70px;z-index: 10; }
.view .arrow-left {background: url("../images/culture/pre.png") no-repeat center; left: 10px;}
.view .arrow-right {background: url("../images/culture/next.png") no-repeat center; right: 10px;}
.preview {
	padding: 0px;
    width: 500px;
    margin-top: 10px;
    position: absolute;
    margin: 10px auto;
    bottom: 0px;
    left: 0;
}
.preview .swiper-slide {padding: 0 12px;width: 23%;height: 100%;}
.preview .arrow{position: absolute;top: 50%;margin-top: -9px;width: 9px; height: 18px;z-index: 10;}
.preview .arrow-left {left: 10px;}
.preview .arrow-right {right: 10px;}
.preview img {padding: 1px;}
.preview .active-nav img {}
.preview .active-nav img {opacity: 1 !important;}
.preview .swiper-slide img{opacity: 0.8;}
.preview .swiper-slide-midder{margin: 0 15px;}
.pc-slide{
	position: relative;
}
.pc-slide{
	width: 500px;
	display: inline-block;
    margin-left: 30px;
}
.pc-slide .preview .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active{
	
}
.smallproduct{
	width: 440px;
	display: inline-block;
	float: right;
	padding-left: 30px;
    background: #f0f0f0;
	height: 332px;
	overflow: hidden;
}
.smallproduct .product-type{
	text-align: left;
	font-size: 15px;
    line-height: 30px;
}
.smallproduct .pro-tit{
	padding-top: 15px;
    font-size: 20px;
    text-align: center;
}
.product-son{
	display: none;
}
.product-son.cur{
	display: block;
}
.product-son li{
	border-bottom: 0px solid #ddd !important;
    line-height: 35px !important;
}
.product-son li a{
	font-size: 14px;
}
.proClass-desc ul li:hover,.proClass-desc ul li.cur{
	color: #d18a22;
}
.ProductBody{
    margin-top: 80px;
    width: 950px;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    margin: 0 auto;
    float: right;
}
.Range{
	line-height: 35px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.Range span{
    padding: 5px 15px;
    background-color: #014687;
    color: #FFF;
    font-weight: bold;
}
 .Range b{
	padding-left: 15px;
}
.RangeP{
    line-height: 28px;
    padding-right: 15px;
    font-size: 14px;
}
.immediately{
	display: block;
    width: 80%;
    margin-top: 60px;
    background-color: #024687;
    color: #fff;
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    /* padding: 0 25px; */
    text-align: center
}
.view{
    padding-top: 0px;

}
.smallView{
	padding-top: 70px;
    text-align: center;
}
.view img{
	/*display: none;*/
}
.productVideo{
	width: 950px;
    float: right;
    margin-top: 35px;
}
.productVideo iframe{
	width: 950px;
    height: 630px;
}
.left-part-item .nav-list li.productClick{
	cursor: pointer;   
	height: auto;border: 1px solid #aad5f3;
	border-top: 0;line-height: normal;    
	padding-top: 20px
}
.nav-list li .smallNavProduct a{
	border: none;
	padding-left: 15px;
	font-size: 12px;
}
.nav-list li .smallNavProduct a:hover{
	border: none;
}
.productClick a{
	border: none !important;
}
.productVideo iframe{
	width: 860px;
	height: 600px;
	display: block;
	margin: 0 auto;
}
