*{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #083783;
	font-family: "Microsoft YaHei";
}
@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}
body{
	padding: 0;
}
a{
	color: #083783;
}
a:hover{
	text-decoration: none;
	color: #083783;
}
.anchor{
	position: relative;
	display: block; 
	/*bottom: 116px;*/
}
.css3{
	transition: all 0.3s linear;
}
.button{
    /*width: 120px;
    height: 40px;*/
    padding: 13px 36px;
    background-color: #036EB8;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    opacity: 1;
    border:0;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    vertical-align: middle;
}
.button:hover{
    text-decoration: none;
    color: #393A3A;
    transition: all 0.3s linear;
}
/* 黑色字体 */
.color{
	color: #393A3A;
}
/* 黑色背景 */
.bg-color1{
	background-color: #393A3A;
}
/* 绿色背景 */
.bg-color2{
	background-color: #083783;
}
/* 绿色边框 */
.bor-color1{
	border-color: #083783;
}
/* 头部 */
 .header-height{
	width: 100%;
	height: 122px;
	position: absolute;
	z-index: -1; 
	background-color: #fff;
} 
.header{
	width: 100%;
	z-index: 1;
	/*visibility: hidden;*/
}
.logo,.footer-logo{
	width: auto;
	margin-top: 35px;
	margin-bottom: 15px;
}
.footer-logo{
	margin-top: 40px;
}
@media(max-width: 768px){
	.logo,.footer-logo{
		padding-left: 70px;
	}
}
.logo img{
	width: 120px;
	height: 66px;
}
.footer-logo{
	width: 121px;
	height: 75px;
	margin-left: -10px;
}
.navbar-inverse{
	background-color: #393A3A;
	border-bottom: 6px solid #083783;
}
.navbar-inverse .navbar-nav>li>a{
	color: #fff;
	font-family: "方正兰亭黑";
	transition: all 0.3s linear;
}
.navbar-inverse .navbar-nav>li>a:hover{
	color: #083783;
}
@media (min-width: 1200px){
	.navbar-collapse{
		margin-top: 60px;
		padding-left: 0;
		padding-right: 0;
	}
}
.navbar-form{
	margin: 13px 0;
	border: 0; 
	border-color: #393A3A;
	padding-left: 0;
	padding-right: 0;
}

.navbar-form .glyphicon-search{
	font-size: 18px;
	color: #fff;
	vertical-align: middle;
	margin-right: 10px;
	background: transparent;
	border: 0;
}
.navbar-form .glyphicon-search:hover{
	text-decoration: none;
	color: #083783;
}
@media (max-width: 768px){
	.navbar-header .navbar-toggle{
		margin-top: 60px;
	}
	.navbar-form{
		padding: 10px 0;
	}
	.navbar-form .form-control{
		width: 85%;
	}
}
.navbar-form .form-control{
	height: 20px;
	border-radius: 10px;
	vertical-align: middle;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #727171;
	border: 0;
	display: inline-block;
	margin-right: 0;
	padding-right: 0;
	color: #fff;
}
@media (min-width: 1200px){
	.triangle-parent{
		width: 100%;
		height: 5px;
	}
	.triangle{
		width:0;
		height: 0;
		border: 0;
    	position: absolute;
    	left: 50%;
    	transform: translate(-50%,0);
    	border-left:5px solid transparent;
    	border-right:5px solid transparent;
    	border-bottom:5px solid #fff;
    	display: none;
	}
	.dropdown,.navbar-nav.nav,.navbar-right{
		margin-bottom: 0;
	}
	.navbar-nav>li>.dropdown-menu{
		/*margin-top: 5px;*/
	}
	.dropdown-menu {
	  	width: 100%;
	  	border: 0;
	  	/*transform: scale(1,0);*/
	  	/*transition: all 0.3s;*/
	  	display: none;
	  	padding: 19px 0;
	  	text-align: left;
		border-radius: 0;
		background-color: rgba(255,255,255,0.7);
		color: #5C5D5D;
	}
	.dropdown-menu li{
		display: inline-block;
		text-align: center;
		color: #5C5D5D;
	}
	.dropdown-menu li>a{
		display: inline-block;
		padding: 0;
		margin: 0;
		font-size: 12px;
		color: #5C5D5D;
	}
	.dropdown-menu li>a:hover,.dropdown-menu li>a:focus{
		background-color: transparent;
	}
	.dropdown:hover .dropdown-menu{
	    /*transform: scale(1,1);*/
	    display: block;
	}

	.dropdown:hover .triangle{
    	display: block;
	}
}
@media(max-width: 768px){
	.dropdown-menu{
		width: 80%;
		min-width: 0;
	}
	.dropdown-menu li{
		width: 50%;
		height: 30px;
	}
	.dropdown-menu li>a{
		width: 50%;
		display: block;
		padding: 0;
		margin: 0;
	}
	.navbar-header .navbar-toggle{
		border: 1px solid #083783;
	}
}







.index-banner{
	position: relative;
	overflow: hidden;
}
.index-banner img{
	position: relative;
	width: 100%;
}
.background-image{
  width: 100%;
  height: 540px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: auto 540px;
  background-position: center top;
  display: block;
}
.banner{
  /*background-attachment: fixed;*/
  position: relative;
  height: 724px;
  background-size: auto 724px; 
}



.index-top{
	position: absolute;
	top: 40%;
	transform: translate(0,-50%);
}
.index-top h1{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}
.index-top p{
	color: #fff;
	font-size: 16px;
}
@media(max-width: 767px){
	.index-banner{
		/*height: 500px;*/
	}
	.index-banner img{
		left: -1700px;
		width: auto;
	}
	.banner{
	  background-attachment: none;
	  position: relative;
	  height: 500px;
	  background-size: cover;
	  background-position: -1200px -100px; 
	}
	.index-top{
		width: 176px;
	}

}
/* 轮播图 */
.index-cal{
    width: 100%;
    background-color: #fff;
    height: 650px;
    overflow: auto;
}
@media (min-width: 1200px){
    .index-cal .cal-width{
        width: 1240px;
    }
}
.index-cal .swiper-container {
    width: 100%;
    height: 570px;
    background: #fff;
    z-index: 0;

}
.index-cal .swiper-slide {
    font-size: 18px;
    color:#fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 60px;
    width: 100%;
    height: 100%;
    position: relative;
}
.index-cal .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.index-cal .cal-text{
    position: absolute;
    width: auto;
    left: auto;
    right: 10%;
    top:50%;
    transform: translate(0,-50%);
}
.index-cal .bgimg{
    position: absolute;
    width: 630px;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    top:50%;
    left: 10%;
    right: auto;
    transform: translate(0,-50%);
}
.index-cal .swiper-slide .title,
.index-cal .swiper-slide .title .title-span,
.index-cal .swiper-slide .subtitle{
    color: #000;
    width: auto;
}
.index-cal .swiper-slide .subtitle .subtitle-hidden {
       color: #000;
	font-size: 24px;
    }
.index-cal .swiper-slide .title {
    font-size: 40px;
    font-weight: bold;
	line-height: 1.2;
	margin-bottom: 5px;
}
.index-cal .swiper-slide .title .title-span {
    font-size: 30px;
    font-weight: bold;
}
.index-cal .swiper-slide .subtitle {
    font-size: 24px;
}
.index-cal .swiper-slide .text {
    font-size: 14px;
    margin-top: 25px;
}
@media (max-width: 768px){
	.index-cal{
		height: 400px;
		margin-top: 50px;
	}
    .index-cal .swiper-container{
        height: 400px;
    }
    .index-cal .bgimg{
        left: 0;
        width: 70%;
        top: 25%;
        left: 50%;
        background-size: contain;
        transform: translate(-50%,-50%);
    }
    .index-cal .cal-text{
        right: auto;
        left: 50%;
        top: 45%;
        width: 60%;
        transform: translate(-50%,0);
    }
    .index-cal .swiper-slide .title {
        font-size: 20px;
        font-weight: bold;
    }
	    .index-cal .swiper-slide .title .title-span{
        font-size: 20px;
        font-weight: bold;
    }
    .index-cal .swiper-slide .subtitle .subtitle-hidden {
        display: none;
		font-size: 16px;
    }
	.index-cal .swiper-slide .subtitle {
        font-size: 16px;
    }
    .index-cal .swiper-slide .text {
        font-size: 14px;
        margin-top: 25px;
    }
}

.index-cal .swiper-button-prev,
.index-cal .swiper-button-next{
    width: 70px;
    height: 70px;
    background-size: 100%;
    background-image: url(../img/arrowsl.png);
}
.index-cal .swiper-button-next{
    background-image: url(../img/arrowsr.png);
}
.index-cal .swiper-pagination .swiper-pagination-bullet{
    background: #083783;
    opacity: 1;
    width: 20px;
    height: 20px;
}
.index-cal .swiper-pagination .swiper-pagination-bullet-active{
    border: 1px solid #083783;
    background-color: #fff;
}
@media (max-width: 1200px){
    .index-cal .swiper-button-prev,
    .index-cal .swiper-button-next{
        width: 35px;
        height: 35px;
    }
    .index-cal .swiper-pagination .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
}




/* 第二块 */
.ihome{
	position: relative;
	height: 100%;
}
.ihome-block-parent{
	position: absolute;
	background-color: rgba(8,55,131,0.7);
	right: 15px;
	top: 50%;
}
.ihome-block{
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;

}
.ihome-block h2,.ihome-block p{
	color: #fff;
}
.ihome-block h2{
	font-size: 28px;
	font-weight: bold;
}
.ihome-block p{
	font-size: 14px;
}
.ihbutton{
	position: absolute;
	right: 0;
	bottom: -60px;
	background-color: #fff;
	color: #083783;
}

/* 第三块 */
.block3{
	width: 100%;
	background: #DCDDDD;
	padding-top: 85px;
	padding-bottom: 85px;
}
@media(max-width: 748px){
	.block3{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media(min-width: 1200px){

	.block3 .icol{
		padding-left: 0;
	}
}
.block3 .thumbnail{
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
}
.block3 .thumbnail .caption{
	padding-left: 15px;
	padding-right: 15px;
	background-color: #fff;
	margin-top: 5px;
}
.block3 .thumbnail .caption a{
	color: #3e3a39;
}
.block3 .thumbnail .caption h3{
	font-size: 18px;
	font-weight: bold;
}
.block3 .thumbnail .caption p{
	color: #898989;
	font-size: 12px;
}
.block3 .thumbnail .caption p .btn-default{
	border: 0;
	padding: 0;
	font-size: 12px;
	color: #898989;
	transition: all 0.3s linear;
}
.block3 .thumbnail .caption p .btn-default:hover{
	background-color: #fff;
	color: #083783;
}
.ithumb{
	width: 100%;
	height: 250px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}

/* 第四块 */
.block4{
	position: relative;
}
@media(max-width: 768px){
	.block4{
		background-size: cover;
		background-position: -1200px center;
	}
}
.block4-bg{
	position: absolute;
	width: 100%;
	background-color: rgba(8,55,131,0.7);
	left: 0;
	bottom: 0;
	text-align: center;
}
.block4-bg span,.block4-bg b{
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	display: inline-block;
	padding-top: 24px;
	padding-bottom: 24px;
	vertical-align: middle;
}

.b4-button{
	width: 114px;
	height: 28px;
	background-color: #fff;
	color: #083783;
	border-radius: 20px;
	line-height: 28px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 50px;
	transition: all 0.3s linear;
}
.b4-button:hover{
	color: #393A3A;
}
@media(max-width: 748px){
	.block4-bg b{
		display: none;
	}
	.b4-button{
		margin-left: 20px;
	}
}

/* 第五块 */
.block5{
	background-color: #fff;
}
.block5 .icol{
	padding-top: 90px;
	padding-bottom: 15px;
}

.block5 .icol h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.block5 .icol p{
	color: #727171;
	font-size: 12px;
	margin-bottom: 35px;
}
@media(max-width: 748px){
	.block5{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.block5 .icol{
		padding-top: 0;
		padding-bottom: 10px;
	}
	.block5 .icol p{
		margin-bottom: 15px;
	}
}
.block5 .icol .btn-link{
	color: #083783;;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	border: 1px solid #083783;
	border-radius: 10px;
	transition: all 0.3s linear;
}
.block5 .icol .btn-link:hover{
	color: #393A3A;
	text-decoration: none;
}



/* 尾部 */
.footer-height{
	width: 100%;
	/*position: absolute;*/
	z-index: -2;
}
.footer{
	border-top-width: 12px;
	border-top-style: solid;
	/*position: fixed;*/
	width: 100%;
	z-index: -1;
	left: 0;
	bottom: 0;
	top: auto;
	overflow: hidden;
}
.footer-center{
	border-right: 1px solid #fff;
	height: 35px;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-left: 55px;
	padding-right: 55px;
}
.footer-center-bottom{
	margin-bottom: 50px;
	padding-left: 55px;
	padding-right: 55px;
}
@media(max-width: 1200px){
	.footer-center{
		border: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.footer-center-bottom{
		margin-bottom: 0;
	}
}
.footer-center p,
.footer-center a,
.footer-center-bottom,
.footer-center-bottom a,
.footer-right{
	color: #fff;
	font-size: 12px;
}
.footer-center a:hover,.footer-center-bottom a:hover{
	color: #083783;
	transition: all 0.3s linear;
	text-decoration: none;
}
@media(min-width: 1200px){
	.footer-center-d3{
		width: 38%;
	}
}
.footer-center p{
	line-height: 100%;
	margin-bottom: 10px;
}
.footer-center p.p2{
	margin-bottom: 5px;
}
.footer-center p.p2:hover{
	cursor: pointer;
}
.footer-right{
	height: 35px;
	margin-top: 50px;
	margin-bottom: 50px;
}
@media(max-width: 748px){
	.footer-right{
		padding-left: 70px;
		padding-right: 70px;
	}
}
.footer-right .form-inline{
	width: auto;
}
.footer-right p{
	line-height: 100%;
	color: #fff;
	margin-bottom: 5px;
	font-size: 12px;
}
.footer-right form{
	padding: 0;
	margin: 0;
}
.footer-right input,.footer-right .take{
	height: 20px;
	font-size: 12px;
	border:0;
}
.footer-right .take{
	padding: 0;
}
.footer-right .take input{
	padding-left: 10px;
	padding-right: 10px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	color: #fff;
}
.footer-topimg{
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 45px;
    z-index: 999;
    cursor: pointer;
    display: none;
}
@media screen and (max-width: 748px){
    .footer-topimg{
        width: 40px;
        height: 40px;
        bottom: 15px;
        right: 15px;
    }
} 
.footer-orcode,.contact-us,.back-orcode{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	background-color: rgba(0,0,0,0.8);
	display: none;
}
.footer-orcode .footer-orcode-child p{
	vertical-align: middle;
	display: inline-block;
	color: #fff;
	margin-right: 50px;
	text-align: center;
	font-size: 16px;
}
.footer-orcode .footer-orcode-child img{
	margin-bottom: 10px;
}
.microblog-orcode,.footer-orcode-child{
	position: fixed;
	left: 50%;
	bottom: 50%;
	z-index: 3;
	transform: translate(-50%,50%);
	/*display: none;*/
}
.contact-child,.back-orcode-child{
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
}
.contact-child .left,.contact-child .right,.back-orcode-child .left,.back-orcode-child .right{
	display: inline-block;
	color: #fff;
	font-size: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
.contact-child .left,.back-orcode-child .left{
	border-right: 1px solid #fff;
	vertical-align: middle;
}
.contact-child .right,.back-orcode-child .right{
	vertical-align: middle;
}
.contact-child .right img{
	margin-right: 15px;
	vertical-align: middle;
}
.contact-child .right p{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	margin-bottom: 0;
}
.back-orcode-child .left{
	/*padding-top: 10px;*/
	padding-bottom: 50px;
}
.back-orcode-child .right p{
	display: inline-block;
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 0;
}
.back-orcode-child .right p img{
	margin-bottom: 10px;
}
@media(max-width: 748px){
	.none{
		display: none;
	}
}
.microblog:hover,
.wechat:hover{
	cursor: pointer;
}
/* .orcode{
	position: relative;
}
.microblog-orcode,.wechat-orcode{
	position: absolute;
	z-index: 2;
	
}
.microblog-orcode{
	left: 5%;
}
.wechat-orcode{
	right: 43%;
} */
