@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	outline: 0;
	text-decoration: none;
	list-style: none;
}

/*banner*/

.img100 img {
	width: 100%;
	vertical-align: bottom;
}
.pc-show {
	display: block;
}

.phone-show {
	display: none;
}

.ljgd {
	display: block;
	width: 150px;
	line-height: 50px;
	background: #0c4697;
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.banner .ljgd {
	position: absolute;
	left: 50%;
	margin-left: -75px;
	bottom: 25%;
}

.ljgd:hover {
	background: #fff;
	color: #0c4697;
}

.swiper-slide-active .ljgd {
	animation: toUp 1s linear both;
}

@keyframes toUp {
	0% {
		transform: translateY(50px);
		-webkit-transform: translateY(50px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

.swiper-pagination-bullets.pagination-style {
	z-index: 4;
	text-align: center;
}

.banner .pagination1.pagination-style {
	position: absolute;
	bottom: 5%;
	text-align: center;
}

.swiper-pagination-bullets.pagination-style .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #fff;
	margin: 0 5px;
}

.anlixq-img .swiper-pagination-bullets.pagination-style .swiper-pagination-bullet {
	background: #dcdcdc;
}

.swiper-pagination-bullets.pagination-style .swiper-pagination-bullet-active {
	background: #0c4697 !important;
}

.anlixq-img .swiper-pagination-bullets.pagination-style .swiper-pagination-bullet {
	margin: 0 6px;
}

.anlixq-img .pagination1 {
	margin-top: 12px;
}



.swiper-btn-style div {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
	cursor: pointer;
}

.swiper-btn-style .swiper-btn-left {
	left: -50px;
	background-image: url("../images/btn1.png");
}

.swiper-btn-style .swiper-btn-right {
	right: -50px;
	background-image: url("../images/btn2.png");
}

.swiper-container:hover .swiper-btn-left {
	left: 70px;
}

.swiper-container:hover .swiper-btn-right {
	right: 70px;
}

.swiper-btn-style .swiper-btn-left:hover {
	background-image: url("../images/btn1-1.png");
}

.swiper-btn-style .swiper-btn-right:hover {
	background-image: url("../images/btn2-1.png");
}

.swiper-btn-style div, .menu-handler .burger, .nav-yi:after, .index-a i, .index-a-title, .index-a-con, .ljgd2, .cptd1-con, .cptd2-con, .anli-con, .fubox, .zksq, .gdcp-txt, .language, .sel-btn:after, .weixin-code, .i7, .imgscale .img100 img, .left-yi:before, .left-yi, .pro-list-bot:after, .nav-san-box, .search-nr, .menu-box-ul, .head-top2 {
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}


/*foot*/


.footer-top {
	height: auto;
	overflow: hidden;
}

.footer {
	margin-top: 40px;
	background-color: #383634;
	color: #fff;
	
}
.f_container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
}

#returntop {
	display: none;
}

@media (min-width: 768px) {
.f_container {
	width: 750px;
}
}
@media (min-width: 992px) {
.f_container {
	width: 970px;
}
}
@media (min-width: 1240px) {
.f_container {
	width: 1240px;
}
}

.row {
	margin-left: -15px;
	margin-right: -15px;
	    padding: 0;
    margin: 0;
    outline: 0;
    text-decoration: none;
    list-style: none;
}

.row div{
box-sizing: border-box;
}

.col-sm-2, .col-md-2, .col-sm-3, .col-xs-6, .col-md-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-6 {
	float: left;
}

.col-xs-6 {
	width: 50%;
}


@media (min-width: 768px) {
.col-sm-2, .col-md-2, .col-sm-3, .col-xs-6, .col-md-12 {
	float: left;
}

.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}


}
@media (min-width: 992px) {
.col-md-2, .col-md-12 {
	float: left;
}
.col-md-12 {
	width: 100%;
}

.col-md-2 {
	width: 16.66666667%;
}

}


.f_container:after, .f_container:before, .row:after, .row:before, .container-fluid:after, .container-fluid:before {
	display: table;
	content: " ";
	clear: both;
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}





#footer {
	/*border-top: 6px solid #0b4696;*/
	color: #666;
	background: #252525;
	margin-top: 40px;
	padding: 0;
   
    outline: 0;
    text-decoration: none;
    list-style: none;
}
#footer i {
    display: inline-block;
    width: 36px;
    border-top: 3px solid #429bf0;
	margin-left: 5px;
}

#footer .f_container{
	max-width: 100%;
	padding: 0;

    outline: 0;
    text-decoration: none;
    list-style: none;
}
#footer .footer-top {
	padding: 40px 0;
}
#footer h3 {
	font-size: 18px;
	color: #fff;
	margin: 0px 0px 15px;
	display: inline-block;
	font-weight: bold;
}

#footer span {
	
	color: rgba(255, 255, 255, 0.6);
	
}
#footer img {

	height: auto;
}
#footer ul li {
	margin-bottom: 10px;
}
#footer ul li a {
	color: rgba(255, 255, 255, 1.0);
}
#footer ul li a:hover {
	color: rgba(255, 255, 255, 0.6);;
}
#footer .copyr {
	padding: 20px 0;
	/*border-top: 1px solid #ccc;*/
}
#footer .copyr a {
	color: #666;
}
#footer .copyr .link {
	overflow: hidden;
}
#footer .copyr .link h2 {
	font-size: 14px;
	color: #cccccc;
	margin: 0px 0px 15px;
}
#footer .copyr .link ul li {
	float: left;
	margin: 0 10px 10px 0;
}
#footer .copyr p {
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
}
#footer .tel {
	margin-top: 0px;
}
#footer .tel p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 2.0;
	margin-top: 0px;
}
#footer .tel p strong {
	font-size: 14px;
	color: #fff;
}
.fo_img img{
	float: right;
	max-width: 50%;
	padding-right: 25%;
}
.fo_img p{
	padding-top: 160px;
	text-align:center;
	color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {

#footer .foot2 {
	padding-left: 15px;
	padding-top: 20px;
}
#footer .foot3 {
	padding-left: 15px;
	padding-top: 20px;
}
.copyr p {
	float: none;
	text-align: center;
}
.fo_img p {
    padding-top: 108px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

}


.copy_t {
    background-color: #1b4fb0;

}
.copy {
    background-color: #113f95;

}


@media (max-width: 767px){
.hidden-xs {
    display: none !important;
}








