@charset "utf-8";
.page-banner {
    width:100%;
    min-width: 1200px;

}
.page-banner img{width:100%;}
.page-banner-about{
	background: url(../images/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-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, #213389, #071a74); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, #213389, #071a74); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, #213389, #071a74); /* Firefox 3.6 - 15 */
	background: linear-gradient(to top, #213389, #071a74); /* 标准的语法 */
}
.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: 60px;
    line-height: 60px;
    overflow: hidden;
    text-indent: 30px;
    font-size: 14px;
    background-color: #fafafa;
    border-bottom:1px dashed #cccccc;
    position:relative;
}
.left-part-item .nav-list li:after{transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
content:''; position:absolute; left:0; bottom:0; width:0; height:1px; background-color:#213389;}
.left-part-item .nav-list li:hover:after{
width:100%;}
.left-part-item .nav-list li.son a {
    padding-left: 20px;
} 
.left-part-item .nav-list li a {
	width: 100%;
  
    display: block;
    /*background: url(../images/left_off.gif) no-repeat;*/
    color: #575757;
   
    height:60px;
    line-height:60px; 
    
    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: px solid #213389;border-bottom:1px dashed #213389; font-weight: bold;
}
.left-part-item .contact {
	background: #f4f4f4;
	line-height: 22px;
	padding: 0px 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: 40px;
    line-height: 40px;
    text-indent: 12px;
    font-size: 16px;
    color: #262626;
}
.right-part .right-part-tit .tit-name:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #213389;
}
.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-top: 15px;
	padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    position:relative; 
}

.right-part .news-list li:after{transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
content:''; position:absolute; left:0; bottom:0; width:0; height:1px; background-color:#213389;}
.right-part .news-list li:hover:after{
width:100%;}

.right-part .news-list li img{position:relative; }

.right-part .news-list li h6 {
    margin: 10px 0;
    height: 34px;
    overflow: hidden;
    font-size: 16px;
    line-height: 34px;
}
.right-part .news-list li h6 a{
	font-weight: bold;
    font-size: 16px;
    color: #000;
}
.right-part .news-list li h6 a:hover {
    color: #213389;
}
.right-part .news-list li h6+div {
    line-height: 22px;
    font-size: 12px;
}
.right-part .news-list li h6+div .news-link {
	color: #da251c;
}

.p14-infolist-1-list dl {
            border: 1px solid #dedede;
            margin-bottom: 15px;
            padding: 22px 50px 22px 22px;
            background: #fff;
            overflow: hidden;
        }
        
        .p14-infolist-1-list dt {
            width: 30.5%;
            float: left;
            margin-right: 5.8%;
        }
        
        .p14-infolist-1-list dt img {
            width:100%; 
            display: block; border-radius: 5px;
     
 overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.p14-infolist-1-list dl:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
        
        
        
        .p14-infolist-1-list dd h4 {
            height: 40px;
            font-weight: normal;
            font-size:18px;
            color: #154c64;
            line-height: 40px;
            margin-bottom: 5px;
            overflow: hidden;
        }
        
        .p14-infolist-1-list h4 a {
            display: block;
            height: 40px;
            color: #4b4a4a;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .p14-infolist-1-list dl:hover{border:1px solid #dedede;box-shadow: 0 0 10px 2px rgba(186, 186, 186, 0.5);}
        .p14-infolist-1-list dl:hover h4 a {
            color: #213389;
        }
        
        .p14-infolist-1-list-desc {
            max-height: 72px;
            font-size: 14px;
            line-height: 30px;
            color: #797979;
            margin-bottom: 28px;
            overflow: hidden;
        }
        
        .p14-infolist-1-list-deta {
            width: 90px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            display: block;
            float: right;
            background: #b6b6b6;
            color: #fff;
        }
        .p14-infolist-1-list-deta a{color:#fff;}
        
        .p14-infolist-1-list dl:hover .p14-infolist-1-list-deta {
            background: #213389;
            border-color: #213389;
        }
        
        .p14-infolist-1-list dl:hover .p14-infolist-1-list-deta a {
            color: #fff;
        }



/* 图片(产品)列表 */
.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;
}
.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: 10px 2px;
}
.right-part .pic-list .pic {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    /*overflow: hidden;*/
}
.right-part .pic-list .pic img {
	width: 100%;
    height: 325px;
}
.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: 25px;
    font-weight: bold;
    padding-top: 20px;
}
.right-part .news-show .news_mes {
	margin-top: 20px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    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: 35px;
    font-size: 14px;
    text-align: justify;
    background-color: #fff;
}
.right-part .news-show .news_con p{text-indent: 2em;}

.right-part .news-show .pro_coner {
    padding: 14px 10px;
	line-height: 35px;
    font-size: 14px;
    text-align: justify;
    background-color: #fff;
}
.right-part .news-show .pro_coner p{text-indent: 2em;}
.right-part .news-show .pro_coner img{width:80%;}
.right-part .news-show .pro_coner h2{height:40px;line-height:40px; font-size:16px;color:#fff;background-color: #213389; padding-left:20px;}

/*在线留言*/
.form_box {padding: 10px 0; margin-top: 25px;}
.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: 50px;
    line-height: 50px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-width: 1px 0;
    /*margin: 15px 0 0;*/
    background: #fff;
    font-size: 14px; margin-top:50px ;
}
.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-color: #213389;
    color: #FFF;
    line-height: 56px;
    
}
.contact .nav-list p{
	padding-bottom: 10px;
	font-size: 12px;
	padding-left: 10px;   
	color: #3e3a39;
	text-align: left;
}
.contact .nav-list p:nth-of-type(1){
	text-align: center;
    font-size: 15px;
    padding-top: 15px;
    padding-left: 0;
    font-weight: bold;
}
.contact .nav-list p a{
	
}
.contact .nav-list p.newsNeiye{
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px dashed;
    background: url(../images/icoNews.png) no-repeat 5px 9px;
    padding-top: 15px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
    width: 100%;
}
.contact .nav-list p.newsNeiye:hover{
	color: #213389;	
	background-color: #e6e6e6;
}
.keyWorldSreach{
    font-size: 14px;
    color: #3e3a39;
    line-height: 50px;
    display: block;
    padding: 0 20px;
    border-bottom: 1px dashed #cdcdcd;
}
.keyWorldSreach:hover{
	color: #213389;	
	 font-weight: bold; border-bottom: 1px dashed #213389; transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; 
	 background-color: #e6e6e6;
}
.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-color: #213389;
    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;
}
.leavingmassage{
	margin-top: 20px;
}
.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: #213389;
    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 p {
    font: 15px "Microsoft Yahei";
    line-height: 25px;
    color: #333;
    background: url(../images/icon11.gif) no-repeat 22px center;
    padding-left: 80px;
    height: 25px;
    margin-top: 10px;
    text-align: left;
}
.map1 dd {
    font: 15px "Microsoft Yahei";
    line-height: 25px;
    color: #333;
    background: url(../images/icon11.gif) no-repeat 22px center;
    padding-left: 40px;
    height: 25px;
    margin-top: 10px;
    text-align: left;
}
.map1 dd:nth-of-type(2){
	background: url(../images/icon21.gif) no-repeat 22px center;
	
}
.map1 dd font{
	    display: block;
    font: 20px Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.map1 dd:nth-of-type(3){
	background: url(../images/icon31.gif) no-repeat 22px 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: 557px;
	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{
    text-align: center;
    margin-top: 80px;
    width: 950px;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}
.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: 80px;

}
.smallView{
	padding-top: 70px;
    text-align: center;
}
.view img{
	display: none;
}

.proers_right{ }
.proers_right ul{}
.proers_right ul li{width:23.5%;height:300px; margin-right:2%;border: 1px solid #ededed; margin-bottom:2%; float:left;position:relative;}
.proers_right ul li:hover{transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;border: 1px solid #213389;}

.proers_right ul li .deimg{height:180px;overflow:hidden}
.proers_right ul li .deimg img{width:100%;}
.proers_right ul li .deimg img{
 overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.proers_right ul li:hover .deimg img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.proers_right ul li h2{ height:30px;line-height:30px;padding:0px 10px 0px 10px; font-weight:bold; font-size:16px;overflow:hidden }
.proers_right ul li p{height:40px;padding:0px 10px 0px 10px; color:#999;line-height:20px; font-size:12px; overflow:hidden; margin:0px 0px 10px 0px}

.proers_right ul li .more{height:30px;line-height:30px;border: 1px solid #213389;color:#213389; text-align:center;margin:0px 10px 0px 10px;font-size:14px;}

.proers_right ul li:hover h2{color:#213389;}
.proers_right ul li:hover p{color:#333;}
.proers_right ul li:hover .more{border: 1px solid #213389;color:#fff;background-color: #213389;transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}


.proers_right ul li:nth-of-type(4),.proers_right ul li:nth-of-type(8),.proers_right ul li:nth-of-type(12){margin-right:0%;}

.honor_con{width: 100%;height:auto;margin: 0 auto; margin-top:20px; margin-bottom:10px;}
.honor_con li{width:23.5%; float:left; margin-right:2%;font-size:14px;margin-bottom:30px;border: 1px solid #e5e5e5;border-radius:5px; box-sizing: border-box; }
.honor_con li:nth-of-type(4n+4){
	margin-right:0%;
}
.honor_con li .divimg{width:100%;height:230px; overflow:hidden;display: flex; 
  align-items: center;
  justify-content: center;}
.honor_con li .divimg img{
max-width: 100%; 
 
  max-height: 230px; 
  height:expression(this.height >230 ? "230px" : this.height);}
.honor_con li .divimg img{
 overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.honor_con li:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.honor_con li h2{  font-size:14px;height:45px; line-height:45px;letter-spacing:0px;color:#000000; display:compact; overflow:hidden;  text-align:center}
.honor_con li:hover h2{color:#fff;background: #213389;height:45px; line-height:45px;}

.honor_con li:hover{border: 1px solid #213389;}

