.page-container-content{
	margin: 0 auto 70px;
}
.page-banner{
	margin: 78px 0 0;
	padding: 60px 0;
	min-height: 350px;
	border-bottom: 1px rgba(227,227,227,.5) solid;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.page-banner .page-banner-name{
	font-size: 35px;
	color: #090059;
	margin-bottom: 20px;
	display: none;
}
.page-banner .page-banner-text{
	max-width: 70%;
	display: none;
}

/*contact*/
.no-gutters .contact-info-item{
	margin-bottom: 1rem;
}
.no-gutters .contact-info-item .title-sm2{
	text-transform: uppercase;
	color: #F5A200;
	font-size: 1.1rem;
}
.no-gutters .contact-info-item .value{
	color: #999999;
}

.js-contact-form .no-gutters input{
	display: block;
	background: #F8F8F8;
	border: 1px #F8F8F8 solid;
	width: 100%;
}

.js-contact-form .no-gutters input#verify{
	width: 50%;
	float: left;
}

.js-contact-form .no-gutters img{
	display: block;
	width: 48%;
	float: left;
	margin-left: 2%;
}

.js-contact-form .no-gutters textarea{
	display: block;
	background: #F8F8F8;
	border: 1px #F8F8F8 solid;
	resize: none;
	outline: none;
	padding: 5px 16px;
	width: 100%;
	height: 108px;
}

.js-contact-form .no-gutters textarea:focus,
.js-contact-form .no-gutters input:focus{
	border: 1px #F5A303 solid;
}

.js-contact-form .no-gutters .au-btn{
	display: inline-block;
	outline: none;
	border-radius: 0;
	width: 50%;
	background: #090059;
	color: #FFFFFF;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.js-contact-form .no-gutters .au-btn:hover{
	background: #F5A200;
}

/*recruit*/
.recruit-body{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.recruit-body .recruit-content{
	border-radius: 5px;
	box-shadow: 0 2px 10px #EFEFEF;
	padding: 0 1rem 1rem;	
	background: url(../images/recruit/recruit-bg.png) no-repeat 260px 90px;
	background-size: 40%;
}
.recruit-tips.recruit-body .recruit-content{
	padding: 1rem 2rem;
}
.recruit-body .recruit-content .modal-header{
	border-color: #F5A508;
	margin-bottom: 15px;
}
.recruit-body .recruit-content .modal-title{
	font-size: 1.4rem;
	font-weight: normal;
}
.recruit-body .recruit-content .modal-content-body{
	width: 96%;
	margin: 0 auto;
}
.recruit-body .recruit-content .modal-content-body .btn{
	background: #F5A200;
	margin-top: .5rem;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.recruit-body .recruit-content .modal-content-body .btn a{
	display: block;
	background: #F5A200;
	color: #FFFFFF;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.recruit-body .recruit-content .modal-content-body .btn:hover a,
.recruit-body .recruit-content .modal-content-body .btn:hover{
	background: #090059;
	outline: none;
}

/*about page*/
.about-content {
	border: 1px #DEDEDE solid;
	padding-top: 15px;
	padding-bottom: 15px;
}
.about-content-thumb {
	margin-bottom: 15px;
}
.about-content-thumb img {
	display: block;
	max-width: 100%;
}
.about-history {
	height: 491px;
	overflow: hidden;
}
.about-history .swiper-container {
	position: relative;
	height: 90%;
	margin-top: 5%;
}
.about-history .swiper-container .swiper-wrapper {
	position: relative;
	padding-top: 5%;
	padding-left: 30px;
	margin-left: 5%;
}
.about-history .swiper-container .swiper-wrapper:before {
	display: block;
	content: "";
	width: 2px;
	height: 10000px;
	background: #453F82;
	position: absolute;
	top: -500px;
	left: 0;
}
.about-history .swiper-container .swiper-wrapper li {
	position: relative;
	height: auto !important;
}
.about-history .swiper-container .swiper-wrapper li:before {
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #F5A508;
	position: absolute;
	top: 18px;
	left: -35px;
}
.about-history .swiper-container .swiper-wrapper li .history-date {
	float: left;
	margin-top: 10px;
}
.about-history .swiper-container .swiper-wrapper li .history-text {
	float: left;
	width: 350px;
	margin-left: 40px;
	padding: 10px;
	border: 1px #DEDEDE solid;
	position: relative;
}
.about-history .swiper-container .swiper-wrapper li .history-text i {
	position: absolute;
	left: -9px;
	font-size: 23px;
	color: #DEDEDE;
}
.about-history .history-button {
	background: #FFFFFF;
	right: 0;
	left: auto;
	font-size: 25px;
	box-shadow: 0 2px 5px #DEDEDE;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
}
.about-history .history-button.swiper-button-prev {
	margin-top: -5%;
	top: 45%;
}
.about-history .history-button.swiper-button-next {
	line-height: 35px;
}

.about-culture {
	padding: 60px 0;
	background: url(../images/about/bg001.jpg) no-repeat center #090059;
	background-size: 100%;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.4rem;
	margin: 50px 0;
	text-shadow: 2px 2px 0 #ECBB20;
}

.about-honor .honor-body-img img {
	display: block;
	width: 100%;
	box-shadow: 0 0 10px #DEDEDE;
}
.about-honor .swiper-container{
	padding: 35px 0;
}
.about-honor .swiper-slide-active{
	z-index: 99999;
}
.about-honor .swiper-pagination span{
	width: 10px;
	height: 3px;
	border-radius: 100px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.about-honor .swiper-pagination span.swiper-pagination-bullet-active{
	width: 20px;
	background: #ECBB20;
}
.about-honor .honor-body-list li {
	background: rgba(247,175,35,.1);
	margin-top: 2rem;
	padding-left: 5rem;
	line-height: 3rem;
	position: relative;
	cursor: pointer;
	border-radius: 50px 0 0 50px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.about-honor .honor-body-list li:hover,
.about-honor .honor-body-list li.on {
	background: rgba(236,187,32,1);
	color: #FFFFFF;
}

.about-honor .swiper-slide {
    font-size: 18px;
    /* Center slide text vertically */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
}
.about-honor .swiper-slide:not(.swiper-slide-active){
    transform: scale(0.8);
}
.about-honor .honor-body-list li .honor-date {
	position: absolute;
	width: 4rem;
	height: 4rem;
	border-radius: 50rem;
	line-height: 1rem;
	left: -.5rem;
	top: -.5rem;
	background: linear-gradient(40deg,#08005A,#003890);
	color: #FFFFFF;
}
.about-honor .honor-body-list li .honor-date .honor-date-border{
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50rem;
	border: 2px #FFFFFF solid;
}
.about-honor .honor-body-list li .honor-date span {
	display: block;
	margin: auto;
	font-size: .8rem;
	text-align: center;
}
.about-honor .honor-body-list li span em {
	font-size: 1.2rem;
	display: block;
	margin-top: -.2rem;
}

.about-activity {
	margin: 50px 0 0;
	padding: 60px 0;
	background: #F5F5F5;
}
.about-activity .about-activity-body img {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	border: 1px #F5A200 solid;
}
.about-activity .about-activity-body .title {
	font-size: 1.4rem;
	margin-top: 2rem;
}
.about-activity .activity-button {
	background: none;
	text-align: center;
	font-size: 40px;
}
.about-activity .activity-button i {
	color: #08005A;
	/*visibility: hidden;*/
	opacity: .2;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.about-activity .swiper-container:hover .activity-button i {
	opacity: 1;
}

.about-team {
	background: url(../images/about/bg003.jpg) no-repeat center  #08005A;
	background: 100% auto;
	padding: 50px 0;
	background-size: cover;
}
.about-team .team-txt-bg {
	width: 700px;
	height: 470px;
	background: url(../images/about/bg002.png) no-repeat center;
	background-size: 100%;
	margin: 0 auto;
	position: relative;
}
.about-team .team-txt-bg .team-txt {
	width: 470px;
	height: 290px;
	padding: 15px 5px;
	background: #FFFFFF;
	float: left;
	margin-top: 111px;
	margin-left: 34px;
	overflow: hidden;
}
.about-team .swiper-container {
	width: 100%;
	height: 100%;
}
.about-team .swiper-slide {
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}
.about-team .swiper-scrollbar-drag{
	background: rgba(245,165,8,1);
}
.about-team .team-txt-bg .team-txt p {
	text-indent: 2em;
	font-size: .95rem;
}
.about-team .team-title {
	font-size: 4rem;
	color: #FFFFFF;
	opacity: .6;
	transform: rotate(90deg);
	position: absolute;
	/*z-index: 99;*/
	top: 13rem;
	right: 3.5rem;
}

/*service list*/
.service-list {
	margin: 50px 0;
}
.service-list .tablist {
	padding: 20px 15px;
}
.service-list .tablist span {
	display: block;
	cursor: pointer;
	line-height: 45px;
	padding: 0 15px;
	font-size: 1.1rem;
}
.service-list .tablist span.active {
	background: #F5A200;
	color: #FFFFFF;
}
.service-list ul {
	border-left: 1px #08005A solid;
	min-height: 300px;
}
.service-list ul li {
	display: none;
}
.service-list ul li .service-head {
	border-bottom: 1px #EDEDED solid;
	text-indent: 1em;
	font-size: 1.35rem;
	line-height: 2.5rem;
	padding-bottom: .5rem;
	position: relative;
}
.service-list ul li .service-head:after {
	display: block;
	content: "";
	width: 50px;
	height: 3px;
	background: #F5A200;
	position: absolute;
	left: 1em;
	bottom: -2px;
}
.service-list ul li .service-content {
	padding: 1em 1.5em;
	line-height: 2rem;
}

/*development*/
.develop-section1 {
	overflow: hidden;
}
.develop-section1 .row{
	margin-left: 0;
	margin-right: 0;
}
.develop-section1 .support-left img{
	display: block;
	width: 100%;
}
.develop-section1 .support-right .support-bg{
	position: relative;
	height: 50%;
}
.develop-section1 .support-right .support-bg:after {
	display: block;
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -3px;
	background: #FFFFFF;
}
.develop-section1 .support-right {
	height: 430px;
	background: linear-gradient(40deg,#090059,#004098);
	text-align: center;
	color: #FFFFFF;
}
.develop-section1 .support-right .support-body {
	display: flex;
	position: relative;
	height: 100%;
}
.develop-section1 .support-right .support-body:after {
	display: block;
	position: absolute;
	content: "";
	right: -3px;
	height: 100%;
	width: 3px;
	background: #FFFFFF;
}
.develop-section1 .support-right .support-body .support-content {
	margin: auto;
	width: 100%;
}
.develop-section1 .support-right i {
	display: block;
	color: #FFFFFF;
	font-size: 30px;
	margin-bottom: .7rem;
}
.develop-section1 .support-right .support-body .support-content h1{
	font-size: 18px;
	margin: 10px 0;
}
.develop-section1 .support-right .support-body .support-content p {
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
}
.develop-content-text {
	padding: 1.5rem;
	box-shadow: 0 3px 10px #EFEFEF;
	text-indent: 2em;
	position: relative;
	overflow: hidden;
	line-height: 2rem;
}
.develop-content-text:before {
	display: block;
	content: "";
	width: 50px;
	height: 50px;
	background: #08005A;
	position: absolute;
	top: -30px;
	left: -30px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.develop-content-text:after {
	display: block;
	content: "";
	width: 50px;
	height: 50px;
	background: #08005A;
	position: absolute;
	bottom: -30px;
	right: -30px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*office content*/
.office-content {
	background: #08005A;
	color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
}
.office-content .office-content-txt {
	width: 80%;
	margin: 1rem auto 4rem;
}

.office-content .page-name {
	color: #FFFFFF;
	opacity: .3;
	font-size: 2.5rem;
	margin-bottom: 1rem;
	float: right;
	margin-right: 10%;
	text-transform: uppercase;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/*shipping content*/
.shipping-content{
	padding: 60px 0;
	line-height: 2em;
}
.shipping-content.shipping-content2{
	background: #EDEDED;
}
.shipping-content .shippin-name {
	font-size: 1.6rem;
	color: #08005A;
	margin-bottom: 10px;
	padding-bottom: 15px;
	position: relative;
}
.shipping-content .shippin-name:after {
	display: block;
	content: "";
	width: 5rem;
	height: 3px;
	background: #F5A200;
	position: absolute;
	bottom: 0;
	left: 0;
}
.shipping-content p{
	text-indent: 2em;
}





















.page-head {
	background: url(../images/52.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 20%;
}
.bg-position-fixed {
	background-attachment: fixed !important;
}
.page-head.page-head1:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(52, 52, 60, 0.3);
	content: " ";
}
.page-head {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: 50% 20%;
    padding: 170px 0 100px;
}
.page-head .page-head-title {
    font-size: 70px;
    font-weight: 300;
    color: #fff;
    line-height: 1.1;
    margin: 0;
}
.page-head .page-head-subtitle {
    display: block;
    font-size: 18px;
    font-style: italic;
    font-family: Droid Serif, serif;
    color: #fff;
    opacity: .8;
}
.page-head .page-head-subtitle a {
	color: #fff;
}
.page-center{
	/*overflow-y: hidden;*/
}

/*about*/
.margin-b-30.about-txt{
	position: relative;
	padding-top: 30px;
}
.margin-b-30.about-txt:before{
	display: block;
	content: "“";
	font-size: 135px;
	color: #939393;
	opacity: 0.3;
	font-family: "宋体";
	position: absolute;
	left: -0.6em;
	top: 0.35em;
}
.margin-b-30.about-txt:after{
	display: block;
	content: "”";
	font-size: 135px;
	color: #939393;
	opacity: 0.3;
	font-family: "宋体";
	position: absolute;
	right: -0.5em;
	bottom: -0.35em;
}
.margin-b-30.about-txt .i-banner-v1-quote{
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	position: relative;
}
.margin-b-30.about-txt .i-banner-v1-quote:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 80px;
	background: #d5d5d5;
	height: 1px;
}
.margin-b-30.about-txt .i-banner-v1-text{
	font-size: 16px;
	color: #FFFFFF
}
.about-txt-contact span {
	display: block;
	text-align: right;
	padding: 0 15px;
	width: 150px;
	background: #01123E;
	color: #FFFFFF;
	margin-top: 20px;
	line-height: 35px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.about-txt-contact {
	position: relative;
}
.about-txt-contact span:hover {
	opacity: 0.8;
	cursor: pointer;
}
.about-txt-contact span i {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.about-txt-contact span.click i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.about-txt-contact .about-contact-qq{
	display: none;
	position: absolute;
	line-height: 35px;
	top: 40px;
}
.about-txt-contact .about-contact-qq i {
	color: #601986;
}
.about-txt-contact .about-contact-qq .computer-show a{
	display: inline-block;
	padding: 0 8px;
	line-height: 35px;
}




/*news-list*/
.news-list li{
	box-shadow: 0px 0px 10px #eee;
	position: relative;
	margin-bottom: 30px;
	padding: 15px 0;
}
.news-list li dt a {
	display: block;
	max-height: 190px;
	overflow: hidden;	
}
.news-list li dt img{
	display: block;
	max-width: 100%;
	transition: all 0.5s;
}
.news-list li dt:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.news-list li dd h3 {
	font-size: 22px;
	font-weight: normal;
	line-height: 25px;
}
.news-list li dd h3 a{
	display: block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news-list li dd .news-meter,
.article-head {
	margin: 7px 0;
}
.news-list li dd .news-meter span,
.article-head span {
	margin-right: 10px;
	color: #666;
}
.news-list li dd .news-desc {
	color: #666;
	line-height: 22px;
	font-size: 14px;
}
.news-list li dd .godetail{
	display: inline-block;
	width: 120px;
	line-height: 30px;
	font-size: 14px;
	border: 1px #01123E solid;
	color: #01123E;
	text-align: center;
	margin-top: 10px;
	transition: all 0.5s;
	border-radius: 3px;
} 
.news-list li dd .godetail:hover{
	background: #01123E;
	color: #fff;
}

/*news detail*/
.article-head h3{
	font-size: 22px;
	font-weight: normal;
	line-height: 25px;
	padding: 0;
	margin-bottom: 5px;
}
.article-description{
	padding: 10px 15px;
	color: #FFFFFF;
	background: rgba(1,18,62,0.65);
	border: 1px rgba(1,18,62,0.9) solid;
	margin-bottom: 30px;
	font-size: 14px;
}
.article-description b{
	font-weight: normal;
	font-size: 18px;
}
.article-content{
	width: 100%;
	overflow: hidden;
}
.article-content img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.news-recom .news-recom-title h3{
	font-size: 22px;
	font-weight: normal;
	line-height: 35px;
	margin-top: 10px;
	padding-bottom: 15px;
}
.news-recom .news-recom-title h3:after{
	width: 45px;
	height: 2px;
	background: #333;
	content: "";
	display: block;
	margin-top: 7px;
}
.news-recom dl{
	padding-top: 15px;
	margin-bottom: 15px;
	border-top: 1px #ccc solid;
}
.news-recom dl a span{
	display: block;
	font-size: 16px;
	line-height: 30px;
}
.news-recom dl a em{
	display: block;
	color: #999;
}


.contact-show i {
	font-size: 32px;
	line-height: 1;
	color: #01123E;
	z-index: 2;
}

.contact-show .service-item-box {
	padding: 40px 15px;
	margin-bottom: 30px;
	box-shadow: 0px 1px 1px rgba(72, 78, 85, 0.10);
	text-align: center;
	background-color: #fff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.contact-show .service-item-box h3 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 14px;
}

.contact-show .service-item-box:hover {
	background: #01123E;
	color: #fff;
	box-shadow: 0 20px 40px rgba(72, 78, 85, 0.10);
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
}
.contact-show .service-item-box:hover i{
	color: #fff;
}
.contact_code{
	position: relative;
}
.contact_code_click:hover{
	cursor: pointer;
	/*color: #01123E;*/
}
.contact_code span{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	padding: 10%;
}
.contact_code span img{
	display: block;
	height: 100%;
	margin: 0 auto;
}
.section-wrap {
    padding: 70px 0;
    overflow: hidden;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form select,
#contact-form textarea {
	color: #fff;
	border-color: transparent; 
	resize: none;
	width: 100%;
	background: rgba(255,255,255,0.2);
	border-radius: 0;
	-webkit-appearance: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
select,
textarea {
	height: 38px;
	border: 1px solid #e6ebed;
	background-color: rgba(255,255,255,0.2);
	/*width: 100%;*/
	margin-bottom: 30px;
	padding: 0 16px;
	-webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-ms-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-o-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	color: #7a7a7a;
	font-size: 13px;
}
#contact-form select {
	height: 38px;
	font-weight: normal;
  	/*border: 1px solid #e6ebed;*/
	margin-bottom: 30px;
	padding: 0 16px;
	-webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-ms-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-o-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	color: #7a7a7a;
	font-size: 13px;
}
textarea#comment {
    height: 120px;
    padding: 8px 16px;
    display: block;
}
.contact-email{
	overflow: hidden;
	text-align: left;
}
.contact-email span {
	display: block;
	overflow: hidden;
}
.contact-email img{
	height: 35px;
	display: inline-block;
}
#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus,
#contact-form select:focus,
#contact-form textarea:focus {
	outline: none;
	border-color: #FFFFFF;
	box-shadow: none;
}
#contact-form .btn {
    font-family: "Microsoft YaHei";
    font-weight: normal;
    overflow: hidden;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.14em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    color: #fff;
    background-color: #01123E;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: 1;
    font-size: 16px;
}
#contact-form .btn:hover {
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    color: #fff;
    opacity: 0.90;
    border-color: transparent;
}

#contact-form .btn:focus {
	outline: none;
}

.contact-map{
	width: 100%;
	height: 450px;
	margin: 0 0 50px;
}

.iw_poi_title {
	color:#F6A912;
	font-size:16px;
	font-weight:bold;
	overflow:hidden;
	padding-right:13px;
	white-space:nowrap
}
.iw_poi_content {
	font:14px arial,sans-serif;
	overflow:visible;
	padding-top:4px;
	white-space:-moz-pre-wrap;
	word-wrap:break-word;
	color: #090059;
	font-family: "SiYuan Black";
}


/*case page*/
.case-list ul li {
	padding: 0 10px;
	margin-bottom: 20px;
}
.case-list ul li .case-body {
	position: relative;
	border: 1px #ccc solid;
}
.case-list ul li img {
	display: block;
	width: 100%;
}
.case-list ul li .case-fade {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.case-list ul li .case-fade span {
	display: flex;
	position: relative;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
.case-list ul li .case-fade span em {
	display: block;
	margin: auto;
	font-style: normal;
	font-size: 18px;
	color: #FFFFFF;
}
.case-list ul li.hover img {
	-webkit-filter: blur(3px);
	-o-filter: blur(3px);
	filter: blur(3px);
}

/*case end*/
.join-service-bg{
	background: #093A81;
	border-top: 1px #0F4693 solid;
}
.join-service-bg .join-service-body{
	height: 120px;
	color: #e2e2e2;
	display: flex;
	position: relative;
}
.join-service-bg .join-service-body1:before{
	display: block;
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background: #0F4693;
	left: 0px;
}
.join-service-bg .join-service-body:after{
	display: block;
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background: #0F4693;
	right: -1px;
}
.join-service-bg .join-service-body .join-service-content {
	margin: auto;
}
.join-service-bg .join-service-body .join-service-content i {
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
	margin-right: 10px;
}
.join-service-bg .join-service-body .join-service-content .join-service-txt{
	display: inline-block;
	vertical-align: top;
}
.join-service-bg .join-service-body .join-service-content .join-service-txt h4 {
	font-size: 22px;
	line-height: 40px;
	height: 40px;
}
.join-section1 {
	overflow: hidden;
}
.join-section1 .row{
	margin-left: 0;
	margin-right: 0;
}
.join-section1 .support-left img{
	display: block;
	width: 100%;
}
.join-section1 .support-right .support-bg{
	position: relative;
	height: 50%;
}
.join-section1 .support-right .support-bg:after {
	display: block;
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -3px;
	background: #FFFFFF;
}
.join-section1 .support-right {
	height: 443px;
	background: linear-gradient(40deg,#0989c5,#995cb6);
	text-align: center;
	color: #FFFFFF;
}
.join-section1 .support-right .support-body {
	display: flex;
	position: relative;
	height: 100%;
}
.join-section1 .support-right .support-body:after {
	display: block;
	position: absolute;
	content: "";
	right: -3px;
	height: 100%;
	width: 3px;
	background: #FFFFFF;
}
.join-section1 .support-right .support-body .support-content {
	margin: auto;
}
.join-section1 .support-right i {
	display: block;
	color: #FFFFFF;
	font-size: 30px;
}
.join-section1 .support-right .support-body .support-content h1{
	font-size: 18px;
	margin: 10px 0;
}
.join-section1 .support-right .support-body .support-content p {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
}
.join-interest-bg{
	margin-top: 70px;
	padding: 70px 0;
	background: url(../images/case/case-bg-01.jpg) no-repeat center;
}
.join-interest-bg .join-interest-title {
	text-align: left;
	padding-bottom: 20px;
	border-bottom: 1px rgba(0,0,0,0.15) solid;
}
.join-interest-bg .join-interest-title h4 {
	color: #FFFFFF;
	font-size: 32px;
}
 .join-interest-bg .join-interest-title p {
    margin-top: 10px;
    line-height: 36px;
    font-size: 16px;
    color: #ccc;
    letter-spacing: 1px;
}
.join-interest-bg .join-interest-advert {
	color: #d5d5d5;
	/*text-shadow: 1px 1px 0 #601986;*/
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative;
}
.join-interest-bg .join-interest-advert:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 80px;
	background: #d5d5d5;
	height: 1px;
}
.join-interest-bg ul li,
.join-process-bg ul li {
	text-align: center;
	color: #FFFFFF;
	margin: 10px 0;
	line-height: 3rem;
	position: relative;
}
.join-interest-bg ul li span,
.join-process-bg ul li span {
	display: block;
	background: rgba(0,0,0,0.3);
	position: relative;
	font-size: 14px;
}
.join-process-bg ul li span {
	background: #01123E;
}
.join-interest-bg ul li span i,
.join-process-bg ul li span i {
	display: block;
	height: 3em;
	line-height: 3em;
	position: absolute;
	right: 13%;
	top: 0.2em;
	color: #C41278;
}
.join-interest-bg ul li .join-interest-desc {
	position: absolute;
	padding: 5%;
	width: 85%;
	background: rgba(255,255,255,0.85);
	/*border: 1px #FFFFFF solid;*/
	color: #000000;
	line-height: 1.2rem;
	bottom: 3.8rem;
	text-align: left;
	display: none;
}
.join-interest-bg ul li .join-interest-desc:after {
	display: block;
	content: "";
	width: 1.5rem;
	height: 0.8rem;
	position: absolute;
	bottom: -0.8rem;
	/*background: #f00;*/
	background: url(../images/case/triangle.png) no-repeat center top;
	background-size: 100% 80%;
}
.join-interest-bg ul li:hover {
	cursor: pointer;
}
/*.join-interest-bg ul li:hover .join-interest-desc {
	display: block;
}*/


.join-media {
	padding: 50px 0;
	/*background: url(../images/case/case-bg-01.jpg) no-repeat center;*/
}
.join-media .join-media-body {
	text-align: center;
}
.join-media .join-media-body img {
	width: 35%;
	display: block;
	margin: 0 auto;
}
.join-bot{
	width: 100%;
	height: 200px;
	background: url(../images/join-bot.jpg) no-repeat center;
	display: flex;
}
.join-bot-body{
	margin: auto
}
.join-bot-body h1{
	font-weight: normal;
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
}
.join-bot-body h1 a {
	color: #FFFFFF;
}
.join-bot-body .join-us a {
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	border: 1px #FFFFFF solid;
	margin: 30px auto 0;
	text-align: center;
	width: 120px;
	line-height: 35px;
	transition: all 0.5s;
}
.join-bot-body .join-us a:hover {
	background: #01123E;
	border-color: #01123E;
}

/*product page*/
.product-list-body {
	padding: 70px 0;
	height: 100%;
}
.product-list-body0 {
	/*background: url(../images/product/product-bg-001.jpg);*/
	background: #EDEFF1;
}
.product-list-body1 {
	background: url(../images/product/product-bg-001.jpg) no-repeat center rgba(9,58,129,0.8);
	background-size: cover;
	color: #FFFFFF;
}
.product-list-body2 {
	background: #FFFFFF;
}
.product-list .product-text{
	display: flex;
	position: relative;
	height: 100%;
	min-height: 390px;
}
.product-list .product-text .product-content {
	margin: auto;
}
.product-list .product-text .product-content h4 {
	font-size: 32px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.product-list .product-text .product-content h4:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #01123E;
	width: 80px;
	height: 2px;
}
.product-list-body1 .product-text .product-content h4:after {
	background: #FFFFFF;
}
.product-list .product-text .product-content p {
	font-size: 16px;
	line-height: 2rem;
}
.product-list .product-img img {
	display: block;
	max-width: 100%;
}
.product-contact-show {
	padding: 70px 0;
	background: #e5e5e5;
	text-align: left;
}
.product-contact-show .contact-show .service-item-box {
	text-align: left;
}
.product-contact-show .contact-show h4 {
	font-size: 1.05rem;
	margin: 15px 0;
	position: relative;
	padding-bottom: 10px;
}
.product-contact-show .contact-show h4:after {
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	height: 1px;
	width: 60px;
	background: #01123E;
}


/*news list page*/
.newslist{
}
.newslist .nlist{
	padding: 0 15px 30px;
	width: 1170px;
	margin: auto;
}
.newslist .nlist .h-title{
	margin-bottom: 30px;
}
.newslist .h-title{
	text-align: center;
	position: relative;
}
.newslist .h-title h2{
	font-size: 28px;
	line-height: 1;
	margin-bottom: 20px;
}
.newslist .h-title span{
	width:146px;
	height: 1px;
	background: #cdcdcd;
	text-align: center;
	display: block;
	margin:0 auto; 
}
.newslist .h-title span:after{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 46px;
	height: 3px;
	background: #0486c4;
	position: relative;
	top: -1px;
}
.newslist .h-news .h-title{
	margin-bottom: 20px;
}
.newslist .nlist ul{
	overflow: hidden;
}
.newslist .nlist ul .list-boxes{
	background-color: #fafafa;
	height: 150px;
	margin-bottom: 20px;
}
.newslist .nlist ul .list-boxes .photo{
	float: left;
	width: 260px;
	height: 150px;
	overflow: hidden;
}
.newslist .nlist ul .list-boxes .photo img{
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.newslist .nlist ul .list-boxes .time{
	float: left;
}
.newslist .nlist ul .list-boxes .time{
    color: #a8a8a8;
    width: 80px;
    float: left;
    padding-top: 45px;
}
.newslist .nlist ul .list-boxes .time span{
    display: block;
    line-height: 1.16;
    text-align: center;
    transition:0s;
}
.newslist .nlist ul .list-boxes .time span:nth-of-type(1){
    font-size: 38px;
    font-weight: bold;
}
.newslist .nlist ul .list-boxes .time span:nth-of-type(2){
    font-size: 12px;
}
.newslist .nlist ul .list-boxes .nr{
	float: left;
	width: 480px;
}
.newslist .nlist ul .list-boxes .newstitle{
	padding: 10px 10px 0;
	line-height: 32px;
}
.newslist .nlist ul .list-boxes .newstitle:hover{
	color: #ECBB20!important;
}
.newslist .nlist ul .list-boxes p{
	font-size: 14px;
	color: #777;
	padding: 6px 10px; 
	border-bottom: 1px solid #ddd;
}
.newslist .nlist ul .list-order span {
	display: inline-block;
	font-size: 14px;
	color: #666666;
	margin-left: 10px;
	margin-right: 5px;
	line-height: 1.5;
}
.newslist .nlist ul .list-boxes .photo:hover img{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.newslist .nlist ul .list-boxes .newsfoot{
	overflow: hidden;
	padding: 10px 6px; 
}
.newslist .nlist ul .list-boxes .newsfoot a{
	float: left;
	padding: 5px 20px;
	border:1px solid #e1e1e1;
	font-size: 14px;
}
.newslist .nlist ul .list-boxes .newsfoot a:hover{
	color: #fff!important;
	background-color: #0486c4;
}
.newslist .nlist ul .list-boxes .newsfoot div{
	float: right;
	font-size: 14px;
	line-height: 37px;
}
.newslist .nlist .yc{
	padding-top: 30px;
}
.newslist .nlist .yc .xwtj div:nth-child(1){
	height:50px;
	line-height:50px;
	color:#646464;
	border-bottom:1px solid #e6e6e6;
	font-size: 20px;
}
.newslist .nlist .yc .xwtj ul li{
	padding:10px 0 10px;
	border-bottom:1px solid #e6e6e6;
	margin-bottom: 0 !important;
}
.newslist .nlist .yc .xwtj ul li a{
	font-size: 16px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.newslist .nlist .yc .xwtj ul li:hover a{
	color: #ECBB20;
	text-indent: 1em;
	display: block;
}
.newslist .nlist .yc .xwtj ul li div{
	font-size: 14px;
	color: #949494;
}
.newslist .nlist .yc .xwtj ul li p{
	font-size: 14px;
	color: #949494;
}
.newslist .tbg{
	height: 50px;
	background-color: #eee;
}
.newslist .tit{
	width: 1170px;
	margin: auto;
	height: 50px;

}
.newslist .tit div:nth-child(1){
	float: left;
	text-indent: 50px;
	font-size: 24px;
	line-height: 50px;
	color: #444;
}
.newslist .tit div:nth-child(2){
	float: right;
	font-size: 14px;
	line-height: 50px;
	margin-right: 30px;
}

.new .banner{
	width: 100%;
}
.new .banner img{
	width: 100%;
}
.new .tbg{
	height: 50px;
	background-color: #eee;
}
.new .tit{
	width: 1170px;
	margin: auto;
	height: 50px;
}
.new .tit div:nth-child(1){
	float: left;
	font-size: 24px;
	line-height: 50px;
	color: #444;
}
.new .tit div:nth-child(2){
	float: right;
	font-size: 14px;
	line-height: 50px;
	margin-right: 30px;
}
.news .newstit{
	text-align: center;
	font-size: 22px;
	/*height: 40px;*/
	line-height: 40px;
	color: #333;
}
.news .newsxx{
	font-size: 14px;
	text-align: center;
	color: #666;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.news #newscontent{
	padding: 0 10px 16px;
	border-bottom: 1px solid #ddd;
}

.news #newscontent img{
	/*display: block;*/
	max-width: 100%;
}
.news #newscontent p{
	margin: 10px 0;
	font-size: 16px;
	color: #666;
	text-indent: 32px;
}
.news .share{
	text-align: center;
	margin: 30px 0;
}
.news .share a{
	display: inline-block;
	width: 45px;
	height: 45px;
	margin: 0 15px 0 0;
	background-image: url(../images/Arrow_2.png);
	float: none;
}
.news .share .prev{
	background-position: 0 0;
}
.news .share .bds_tsina{
	background-position: -112px 0;
}
.news .share .bds_qzone{
	background-position: -58px 0;
}
.news .share .bds_tqq{
	background-position: -268px 0;
}
.news .share .bds_weixin{
	background-position: -215px 0;
}
.news .share .next{
	background-position: -330px 0;
}

.ncase img{
	display: block;
	width: 100%;
}
.ncase ul li {
	margin-bottom: 20px;
	padding: 0 8px;
}
.ncase ul li .postcontent{
	position: relative;
}
.ncase ul li .photo{
	height: 200px;
	overflow: hidden;
}
.ncase ul li .newstitle{
	line-height: 2;
	border-bottom: 1px #1D2C67 solid;
}
.ncase ul li .fixedbg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(236,187,32,0.85);
	top: 0;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ncase ul li .fixedbg .fixed-content{
	padding: 20px 30px;
}
.ncase ul li .fixedbg .name a{
	display: block;
	font-size: 16px;
	text-align: left;
	color: #FFFFFF;
	line-height: 35px;
	margin-bottom: 11px;
	padding-bottom: 10px;
	position: relative;
}
.ncase ul li .fixedbg .name a:after{
	display: block;
	content: "";
	width: 40px;
	height: 2px;
	background: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ncase ul li .fixedbg dl{
	text-align: left;
	color: #FFFFFF;
	opacity: 0.8;
	line-height: 30px;
}
.ncase ul li .fixedbg dl dd{
	line-height: 30px;
}
.ncase ul li .fixedbg dl dd a{
	display: inline-block;
	color: #FFFFFF;
	vertical-align: middle;
}
.ncase ul li .fixedbg dl dd.detail a{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 2;
	border: 1px #FFFFFF solid;
	display: inline-block;
	margin: 10px 0;
	padding: 0 10px;
}
.ncase ul li .fixedbg dl dd.detail a i{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ncase ul li .fixedbg dl dd.detail a:hover i{
	display: inline-block;
	margin-left: 10px;
}
.ncase ul li:hover .fixedbg{
	visibility: visible;
	opacity: 1;
}

.npro ul li img{
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.npro ul li:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.npro ul li:hover .newstitle{
	color: #ECBB20;
	border-color: #ECBB20;
}
.npro ul li .photo{
	position: relative;
}
.npro ul li .npro-fixed{
	position: absolute;
	bottom: -100%;
	left: 0;
	right: 0;
	width: 100%;
	min-height: 1.5em;
	line-height: 1.5em;
	background: rgba(236,187,32,.6);
}
.npro ul li .npro-fixed span{
	font-size: 14px;
	display: block;
	padding: 5px 10px;
	color: #FFFFFF;
}
.npro ul li:hover .npro-fixed{
	bottom: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}







@media screen and ( max-width:1025px ) {
	.product-list .product-text{
		min-height: 0;
	}
	.join-service-bg .join-service-body .join-service-content i {
		display: block;
		text-align: center;
	}
}
@media screen and ( max-width:767px ) {
	#contact-form select{
		-webkit-appearance: none;
		background: rgba(255,255,255,0.2);
		margin-bottom: 20px;
	}
	input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"], select, textarea{
		margin-bottom: 20px;
	}
	.join-service-bg .join-service-body1:before,
	.join-service-bg .join-service-body:after{
		display: none;
	}
	.join-service-bg .join-service-body .join-service-content i {
		display: inline-block;
	}
	.join-section1 .support-right {
		height: 664px;
	}
	.join-bot-body h1 {
		font-size: 22px;
		line-height: 2rem;
	}
	.join-section1 .support-right .support-bg {
		height: 33.33%;
	}
	.join-service-bg .join-service-body{
		border-top: 1px #0F4693 solid;
	}
	.join-bot-body h1 a{
		display: block;
	}
	.join-bot-body .join-us a {
		margin: 20px auto 0;
	}
	.product-list .about-txt-contact .about-contact-qq{
		z-index: 999;
		background: rgba(255,255,255,0.8);
		text-align: center;
	}
	.product-contact-show .contact-show .service-item-box i{
		font-size: 40px;
	}
}