/**************************************/
/*************[公用start]**************/
/**************************************/
body{
	min-width: 1250px;
	overflow: auto;
}
.container {
    width: 1200px!important;
    padding-left: 0!important;
    padding-right: 0!important;
}

div.clear{
	clear: both;
	height: 0;
	width: 0;
}



a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}




/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco 时间曲线*/
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/





/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{

}

.header-1{
	background-color: #f4f4f4;
	height: 38px;
	line-height: 37px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 15px;
	color:#444;
}
.header-1 a:hover{
	color:#246ec1;
}

.header-2{
	background-color: #fff;
	height: 134px;
}
.logo{
	width:319px;
	margin-left: 24px;
	margin-top: 16px;
}

.logo img,.logo a{
	display: block;
	width: 100%;
}

.phone {
	text-align: right;
	padding-right: 45px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/phone.png);
	margin-top: 47px;
}
.phone h1{
	margin:0;
	font-weight: bold;
	font-size: 14px;
	color:#333;
}

.phone h2{
	margin:0;
	font-size: 24px;
	color:#006bcb;
	margin-top: 5px;
}

.nav-wp{
	position: relative;
	z-index: 500;
	background-color:#246ec1;
}
.nav {


}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 12.5%;
	text-align: center;
	position: relative;
	border-left: 1px solid #246ec1;

}
.nav>ul>li:first-child{
	border-left: 0;
}

.nav>ul>li>a{
	display: block;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color:#fff;
	transition: .3s;

}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	background-color: #ffbf00;
}



.nav>ul>li>ul{
	position: absolute;
	left: 0;
	right: 0;
	top: 55px;
	z-index: 600;
  background-color: #246ec1;
	border-top: 1px solid #246ec1;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #ffbf00;

}


/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.fafa .slides>li{
	height: 498px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}

.fafa .flex-control-nav{
	display: block;
	bottom: 23px;
	font-size: 0;
}

.fafa .flex-control-nav li{
	margin:0 5px;
}

.fafa .flex-control-paging li a{
	background-image: none;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color:#fff;
	text-indent: 0;
	font-size: 16px;
	background-color: #000;
}

.fafa .flex-control-paging li a.flex-active{
	background-image: none;
	background-color: #555555;

}

.main0{
	border-bottom: 1px solid #e7e7e7;
}

.main0-left{
	height: 61px;
	line-height: 61px;
	font-size: 14px;
	color:#6f6f6f;
	font-weight: bold;
}
.main0-left a{
	font-weight: normal;
	color:#5d5d5d;
	margin-right: 15px;
	    display: inline-block;
}
.main0-left a:hover{
	color:#246ec1;
}


.main0-right{
	width: 285px;
	position: relative;
	margin-top: 14px;
}

.main0-right input:focus{
	outline: none;
}

.main0-right input[type="text"]{
	width: 100%;
	border:1px solid #e7e7e7;
	padding: 8px 12px;
	height: 33px;
	padding-right: 78px;
}


.main0-right input[type="image"]{
	position: absolute;
	right: 0;
	top: 0;
}


.p50{
	padding:50px 0;
}


.main-title h1{
	margin:0;
	font-size: 34px;
	font-weight: bold;
	color:#246ec1;
}

.main-title h2{
	margin:0;
	font-size:0px;
	color:#000;
	margin-top: 13px;
}
.main-title h2 span{
	display: inline-block;
	padding: 0	20px;
	position: relative;
	font-size: 20px;
	text-transform: uppercase;
}

.ii1{
	position: absolute;
	width: 80px;
	top: 50%;
	height: 1px;
	background-color: #e7e7e7;
	right: 100%;
}

.ii2{
	position: absolute;
	width: 80px;
	top: 50%;
	height: 1px;
	background-color: #e7e7e7;
	left: 100%;
}
.main1-list{
	margin-top: 40px;
}
.main1-list dl{
	margin:0;
	margin-left: -3%;
}

.main1-list dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-bottom:48px;
}
.main1-list dd h1{
	font-size: 16px;
	color:#fff;
	margin:0;
}
.main1-list dd h1>a{
	display: block;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: #246ec1;
	font-size: 16px;
	color:#fff;
	transition: .3s;
}

.main1-pic{
	border:1px solid #e7e7e7;
	border-bottom: 0;
}
.main1-pic>a{
	display: block;
	padding-bottom: 83.58%;
	position: relative;
	overflow: hidden;
}
.main1-pic>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.main1-list dd:hover .main1-pic>a>img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.main1-list dd:hover h1 a{
	background-color: #ffbf00;
}

.more1{
	padding-top: 5px;
}
.more1 a{
	display: block;
	width: 200px;
	height:48px ;
	line-height: 48px;
	text-align: center;
	margin:0 auto;
	background-color: #ffbf00;
	color:#fff;
	font-size: 16px;
	border-radius: 48px;
}


.more1 a:hover{
	font-weight: bold;
}

.main2{
	height: 692px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main2.jpg);
	padding-top: 60px;
}

.main-title2 h1{
	color:#fff;
}

.main-title2 h2,.main-title2 h2 span{
	color:#fff;
}
.main-title2 i.ii1,.main-title2 i.ii2{
	background-color: #fff;
}



.poster-main{
	position: relative;
	margin: 60px auto 42px;
}
.poster-main .poster-list .poster-item{
	position: absolute;
	left: 0;
	top: 0;
}
.poster-main .poster-list .poster-item>a{
	display: block;
	border:6px solid #fff;
	padding-bottom: 64.2%;
	position: relative;
	overflow: hidden;
}


.poster-main .poster-list .poster-item>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

}




.poster-main .poster-btn{
	position: absolute;
	top: 50%;
	cursor: pointer;
	width: 52px!important;
	height: 53px!important;
	margin-top: -26px;
}
.poster-main .poster-prev-btn{
	left: -121px;
	background: url("../images/an-left.jpg") no-repeat center center;
}
.poster-main .poster-next-btn{
	right: -122px;
	background: url("../images/an-right.jpg") no-repeat center center;
}

.bumenfengcai .poster-main .poster-prev-btn{
	background-image: none;
}
.bumenfengcai .poster-main .poster-next-btn{
	background-image: none;
}





.main3-1-pic{
	width: 566px;
	margin-right: 67px;
}
.main3-1-pic>a{
	display: block;
	padding-bottom: 57.42%;
	position: relative;
	overflow: hidden;
}
.main3-1-pic>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.main3-1-pic>a:hover>img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.main3-1-con{
	overflow: hidden;
	padding-top: 5px;
}
.main3-1-con h1{
	font-size: 28px;
	font-weight: bold;
	margin:0;
	color:#246ec1;
}
.main3-1-con h1 span{
	padding-left: 20px;
	text-transform: uppercase;
	color:#999999;
}


.main3-1-p{
	font-size: 15px;
	color:#333;
	line-height: 2.4;
	margin-top: 23px;
}
.main3-1-p p{
	margin:0;
}


.main3-2{
	margin-top: 50px;
}


.main3-2-1{
	width: 397px;
	float: left;
	border:1px solid #eeeeee;

}

.main3-2-2{
	width: 397px;
	float: left;
	margin-left: 32px;
	margin-right: 32px;
	border:1px solid #eeeeee;
}

.main3-2-3{
	overflow: hidden;
	border:1px solid #eeeeee;
}


.main3-title{
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/main3-title.jpg);
}

.main3-title h1{
	margin:0;
	height: 45px;
	line-height: 45px;
	background-color: #246ec1;
	color:#fff;
	padding: 0	25px;
	font-weight: bold;
	font-size: 18px;
}

.main3-title h2{
	margin:0;
	height: 45px;
	line-height: 45px;
	color:#246ec1;
	padding: 0	25px;
	font-weight: bold;
	font-size: 18px;
}

.main3-title a.fr{
	font-size: 14px;
	color:#999;
	margin-right: 13px;
	margin-top: 13px;
}
.main3-title a.fr:hover{
	color:#246ec1;
}

.main3-2-div{
	padding: 24px 17px 13px;
}

.tui{
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}

.tui-pic{
	width: 116px;
	margin-right: 20px;
}

.tui-pic>a{
	display: block;
	padding-bottom: 74.14%;
	position: relative;
	overflow: hidden;
}
.tui-pic>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.tui-pic>a:hover>img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.tui-con{
	overflow: hidden;
	padding-top: 5px;
}
.tui-con h1{
	font-size: 16px;
	color:#000;
	font-weight: bold;
	margin:0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.tui-con h1 a:hover{
	color:#246ec1;
}
.tui-con p{
	font-size: 14px;
	color:#555;
	margin:0;
	overflow: hidden;
	line-height:1.8;
	height: 50px;
	margin-top: 10px;

}

.list1{
	padding-top: 3px;
}
.list1 ul{
	margin:0;
}

.list1 li{
	padding-right: 95px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 22px;
	line-height: 22px;
	margin-top: 12px;
}

.list1 li>a{
	font-size: 15px;
	color:#000;
}


.list1 li>a:hover{
	color:#246ec1;
}

.list1 li>span{
	font-size: 15px;
	color:#868686;
	position: absolute;
	right: 0;
	top: 0;
}


.main3-2-div2{
	padding: 0 21px;
}

.main3-2-div2 dl{
	margin:0;
}

.main3-2-div2 dd{
	padding: 26px 0;
}

.main3-2-div2 dd:first-child{
	border-bottom: 1px solid #eeeeee;
}
.main3-2-div2 dd h1{
	padding-left: 42px;
	margin:0;
	font-size: 16px;
	color:#000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	background-position: left center;
	background-image: url(../images/q.png);
	background-repeat: no-repeat;
}
.main3-2-div2 dd h1 a:hover{
	color:#246ec1;
}
.main3-2-div2 dd p{
	padding-left: 42px;
	margin:0;
	line-height: 24px;
	font-size: 14px;
	color:#747474;
	background-position: left top;
	background-image: url(../images/a.png);
	background-repeat: no-repeat;
	height: 48px;
	overflow: hidden;
	margin-top: 17px;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
background-color: #f9f9f9;
}

.foo1{
	padding: 20px 0;
	border-bottom: 1px solid #dedede;
}
.foo1 dl{
	margin:0;
}
.foo1  dd{
	float: left;
	margin-left: 100px;

}
.foo1  dd:first-child{
	margin-left: 0;
}
.foo1  dd a{
	font-size: 15px;
	color:#555555;
}
.foo1  dd a:hover{
	color:#246ec1;
}


.foo2{
	padding: 32px 0 25px;
}
.foo2-div{
	padding-top: 7px;
}

.er{
	width: 111px;
}

.er img{
	display: block;
	width: 100%;
}

.foo2-pic{
	width: 85px;
	margin-right: 35px;
	margin-left: 6px;
}




.foo2-div-con{
	overflow: hidden;
	font-size: 14px;
	color:#000;
	line-height: 2.4;
}

.foo2-div-con a:hover{
	color:#246ec1;
}

/**************************************************************/
/*footer-over*/


.banner-2{
	height: 498px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}


.erji{
	padding: 40px 0 50px;
}
.menu{
	width:260px;
	margin-right:  38px;
}
.erji-content{
	overflow: hidden;
}


.menu-title{
	height: 80px;
	line-height: 80px;
	background-color: #246ec1;
	color:#fff;
	font-size: 21px;
	padding-left: 30px;
}

.menu-list ul{
	margin:0;
}

.menu-list li{
	margin-top: 2px;
}

.menu-list li>a{
	display: block;
	height: 46px;
	padding-left: 30px;
	line-height: 46px;
	background-color: #f0f3f7;
	font-size: 16px;
	color:#333;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: 90% center;
}


.menu-list li.cur>a,.menu-list li>a:hover{
	background-color: #246ec1;
	color:#fff;
	background-image: url(../images/menuh.png);
}



.menu-list li dl{
	margin:0;
}
.menu-list li dd{
	margin-top: 2px;

}
.menu-list li dd>a{
	display: block;
	height: 42px;
	padding-left: 60px;
	line-height: 42px;
	background-color: #f0f3f7;
	font-size: 14px;
	color:#333;
}
.menu-list li dd>a:hover,.menu-list li dd.cur>a{
	background-color: #246ec1;
	color:#fff;
}
.mianbaoxie{
	font-size: 12px;
	color:#999;
	padding-left: 24px;
	background-image: url(../images/mian.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 8px;
}
.mianbaoxie a:hover,.mianbaoxie span{
	color:#246ec1;

}
.erji-title{
	padding: 8px 0 10px;
	border-bottom: 2px solid #246ec1;
	font-size: 20px;
	color:#246ec1;
}

.map{
	margin-top: 25px;
}

.contact-con{
	margin-top: 25px;
	line-height: 2;
	font-size: 16px;
	color:#666;
}


.news-list ul{
	margin:0;
}

.news-list li{
	border-bottom: 1px solid #eee;
	padding: 40px 0;
}
.news-list li:first-child{

}
.date1{
	width: 90px;
	border-right: 1px solid #eee;
	height: 80px;
	margin-right: 30px;
	text-align: center;
}

.date1 h1{
	margin:0;
	font-size:44px;
	color:#246ec1;
	font-family: "Arial";
}
.date1 h2{
	margin:0;
	font-size:14px;
	color:#999;
	font-family: "Arial";
	margin-top: 5px;
}

.news-con{
	overflow: hidden;
}

.news-con h1{
	font-size: 21px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin:0;
}

.news-con h1 a:hover{
	color:#246ec1;
}

.news-con p{
	font-size: 14px;
	color:#666;
    overflow: hidden;
    margin:0;
    height: 44px;
    line-height: 1.6;
    margin-top: 12px;

}

.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
	margin-top: 50px;
}

.danpian{
	padding-top: 35px;
}

.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}

.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
/*	display: block;
	margin:15px auto;*/
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#246ec1;

}
.erji-content .main1-list {
	margin-top: 30px;
}
.erji-content .main1-list dd{
	width: 30.3333333%;
	margin-bottom: 30px;
}
.erji-content .main1-list+.fenye{
	margin-top: 25px;
}


.pic-pic>a{
	display: block;
	padding-bottom: 64.2%;
	position: relative;
	overflow: hidden;
}
.pic-pic>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.pic-pic:hover>a>img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.pic-pic:hover+h2{
	color:#246ec1;
}
.pic-pic+h2{
	margin:0;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	text-align: center;
	font-size: 16px;
	color:#000;
	margin-top: 18px;
}


