/**************************************/


/*************[公用start]**************/


/**************************************/

body {
	overflow-x: hidden;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl {
	margin: 0px;
}

div.clear {
	clear: both;
	height: 0;
	width: 0;
}

input,
textarea,
select,
a:focus {
	outline: none;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none
}

img {
	border: 0;
	/*	width: 100%;*/
	max-width: 100%;
}

div.wp {
	width: 1640;
	/*主要内容区尺寸大小，每次制作前更新！！！ */
	margin: 0 auto;
}

div.wp2 {
	padding: 0 140px;
}

.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);
}


.imgbox_a {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	display: block;
}


.imgbox_a>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}

.imgbox_hover>img {
	/* ueco 鏃堕棿鏇茬嚎*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.imgbox_hover:hover>img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

@font-face {
	font-family : 'dinpro';
	src: url(../font/DINPRO.OTF);
}
@font-face {
font-family : 'bebas';
src: url(../font/bebas.TTF);
}





/*图片中心放大代码区域*/

/**************************************/

/************[公用over]****************/

/**************************************/



/*header-start*/

/**************************************************************/

#header {
	width: 100%;
}

.header-center {
    display: flex;
	align-items: center;
	height: 102px;
}
.pc-logo{
	width:510px;
	flex-shrink: 0;
	margin-right: 15px;
}
.home-nav-box{
	padding-left: 380px;
	flex-grow: 1;
	display: flex;
	align-items: center;
    height: 100%;
}
.home-nav-list {
	flex-grow: 1;
	height:100%;
}
.home-nav-list>ul {
	display: flex;
	align-items: center;
	height:100%;
}
.home-nav-list>ul>li{
	flex: 1;
	text-align: center;
	position: relative;
	height:100%;
}
.home-nav-list>ul>li.cur a{
	color: #fff;
	background: url(../images/nav-jt.png) no-repeat bottom center #4064e7;
	font-weight: bolder;
}
.home-nav-list>ul>li a{
	height: 100%;
	line-height:102px;
	color:#333;
	display: block;
	font-size: 18px;
}
.home-nav-list>ul>li :hover{
	color: #fff;
	background: url(../images/nav-jt.png) no-repeat bottom center #4064e7;
}


.home-nav-list>ul>li ul.nav-drop-down,.pc-nav ul li.cur ul.nav-drop-down{
	position: absolute;
	top: 116px;
	width: 100%;
	z-index: 99;
	background: #fff;
	display: none;
}
.home-nav-list>ul>li ul.nav-drop-down li{
	width: 100%;
}
.home-nav-list>ul>li ul.nav-drop-down li a{
	color: #000;
	border: none;
	border-bottom: 1px solid #ececec;
	height:50px;
	line-height: 50px;
}
.home-nav-list>ul>li ul.nav-drop-down li:last-child a{
	border-bottom:none;
}
.home-nav-list>ul>li ul.nav-drop-down li a:hover{
	font-weight: normal;
	color: #fff;
	background: #4064e7;;
}
.home-nav-list>ul>li:hover .nav-drop-down{
	display: block;
}



.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet
{
	margin: 0 5px;
}
.ph-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet
{
	margin: 0 6px;
}
.banner .swiper-pagination-bullet-active,
.ph-banner .swiper-pagination-bullet-active{
	background-color: #4064e7;
}

#header_sj {
	display: none;
}
.banner {
	text-align: center;
	display: block;
}
.banner .swiper-container .swiper-slide img {
	width: 100%;
}
.banner .swiper-button-prev{
	width: 57px;
	height: 57px;
	background: url(../images/banner-jtl.png);
	margin-left: 50px;
}
.banner .swiper-button-next{
	width: 57px;
	height: 57px;
	background: url(../images/banner-jtr.png);
	margin-right: 50px;
}
.ph-banner {
	display: none;
}


/********[手机导航开始]**********/

#header-2 {
	display: none;
	height: 68px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	/*background-color: #0089d0;*/

}

.nav-2 {
	display: none;
	background-color: #fff;
	position: relative;
	z-index: 900;

}

.nav-2>ul>li {
	border-top: 1px dotted #ccc;
	position: relative;
}


.jiaspan {
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 8px;
	right: 14px;
}

.jiaspan.cur {
	background-image: url(../images/jian.png);
}

.nav-2>ul>li:first-child {

	/*border-top: 0;*/

}

.nav-2>ul>li>a {
	padding: 12px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color: #333;
	font-family: "anb";
	text-transform: uppercase;
}

.nav-2>ul>li>ul {
	padding-bottom: 10px;
	display: none;
}

.nav-2>ul>li>ul>li>a {
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color: #666;
}

/*.downla-2 {

	padding: 5px 0 10px;

	display: none;

}

.downla-2 dd{

	padding-left: 30px;

}

.downla-2 dd a{

	font-size: 14px;

	display: inline-block;

	padding: 3px 0;

	width: auto;

}*/

/*.nav-2 li a:hover{

	color:#1a0d07;

}*/

.nav-2-form {
	padding: 10px;
	position: relative;
}

.nav-2-form input[type="image"] {
	position: absolute;
	right: 19px;
	top: 17px;
	width: 18px;
}

.nav-2-form .form-control {
	padding-right: 50px;
}

.logo-2 {
	font-size: 0;
	width: 318px;
	margin-left: 15px;
	margin-top: 12px;
}

.logo-2 img {
	display: block;
	padding-top: 0px;
}

.menu2 {
	margin-right: 15px;
	height: 68px;
	font-size: 0;
}

.menu2 li {
	cursor: pointer;
	margin-left: 15px;
	float: right;
	margin-top: 24px;
}

.menu2 li+li {
	margin-top: 21px;
}

.menu2 li img {
	/*vertical-align: middle;*/
}

.chenggao {
	display: none;
	height: 75px;
}

#nav-2-heidi {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
}

.nav-2-form {
	padding-bottom: 20px;
}

.nav-2-form .form-control {
	height: 42px;
	line-height: 42px;
}

.nav-2-form input[type="image"] {
	top: 22px;
}

/********[手机导航结束]**********/


#main {
	background: #fff;
}
.margin-t{
	margin-top: 42px;
}
.about-box{
	overflow: hidden;
}
.about-pic{
	width: 682px;
	margin-right: 30px;
}
.pic-switch i.imgbox_a,
.pic2-switch i.imgbox_a
{
	padding-bottom: 64.08%;
}


.pic-switch ul li .tver,
.pic2-switch ul li .tver
{
	position: absolute;
	bottom: 0px;
	color: #fff;
	z-index: 999999;
	width: 100%;
	height: 40px;
	line-height:40px;
	background: rgba(0, 0, 0, 0.5);
	padding-left: 15px;
	padding-right: 90px;
	overflow: hidden;
}
.pic-switch .flex-control-nav,
.pic2-switch .flex-control-nav
{
	right: 12px;
	bottom: 15px;
	height: 10px;
}
.pic-switch .flex-control-nav li a,
.pic2-switch .flex-control-nav li a
{
	text-indent: 99999999px;
	width: 10px;
	height: 10px;
	border-radius: 24px;
}





.about-txt{
	height:437px;
}
.about-txt h1{
	font-size: 24px;
	color:#2149e3;
	font-weight: bolder;
	margin-bottom: 15px;
}
.about-txt-scroll{
	height: 411px;
}
.about-txt h2 p{
	font-size: 16px;
	color: #888;
	text-indent: 2em;
	line-height: 1.75;
}

.home-tit{
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-bottom: 25px;
}
.box2-bj{
	height: 632px;
	background: url(../images/yw-bj.jpg);
	position: relative;
}
.box2-bj:before{
	content: "";
	position: absolute;
	width: 40%;
	height:492px;
	background: #fff;
	right: 0px;
	top: 140px;
}
.ywjs-tit{
	height: 140px;
}
.ywjs-tit ul{
	height: 140px;
	display: flex;
	align-items: center;
}
.ywjs-tit ul li{
	height: 140px;
	width: 20%;
	color: #fff;
}
.ywjs-tit ul li a{
	width: 100%;
	height: 140px;
	padding-top: 24px;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.ywjs-tit ul li a:hover{
	background: url(../images/nav-jt.png) no-repeat bottom center;
}
.ywjs-tit ul li.cur a{
	background: url(../images/nav-jt.png) no-repeat bottom center;
}
.ywjs-tit ul li i{
	display: block;
}
.ywjs-tit ul li span{
	display: block;
	margin-top: 10px;
}
.ywjs-main{
	background: #fff;
	height: 492px;
	padding-top: 50px;
	padding-left: 40px;
}
.ywjs-list{
	display: none;
}
.ywjs-list.cur{
	display: block;
}


.ywjs-pic{
	width: 682px;
	height: 395px;
	margin-left: 30px;
	overflow: hidden;
	
}
.ywjs-pic i.imgbox_a{
	padding-bottom: 57.84%;
}
.ywjs-txt{
	overflow: hidden;
}
.ywjs-txt-name{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px; 
	position: relative;
}
.ywjs-txt-name span{
	font-size: 22px;
	font-weight: bolder;
	color: #000;
	
}
.ywjs-txt-name span:before{
	content: "";
	width: 42px;
	height: 3px;
	background: #4064e7;
	position: absolute;
	bottom: -1px;
	z-index: 2;
}

.ywjs-txt-main{
	height:320px;
	margin-top: 20px;
}
.ywjs-txt-main p{
	text-indent: 2em;
	line-height: 1.75;
	color: #666666;
}
.box3.margin-t{
		margin-top: 15px;
	}
.xmzs-tit{
	overflow: hidden;
}
.xmzs-tit ul{
	margin-right: -16px;
}
.xmzs-tit ul li{
	width: 25%;
	padding-right: 16px;
	float: left;
	text-align: center;
}
.xmzs-tit ul li.cur a{
	background: #4064e7;
	color: #fff;
}
.xmzs-tit ul li a{
	height: 58px;
	line-height: 58px;
	background: #f0f1f3;
	color: #333;
	font-size: 18px;
	display: block;
	width: 100%;
	text-align: center;
}
.xmzs-tit ul li a:hover{
	background: #4064e7;
	color: #fff;
}
.xmzs-box{
	margin-top: 24px;
}
.xmzs-list.cur{
	display: block;
	overflow: hidden;
	height: 385px;
}
.xmzs-list{
	display: none;
	
}
.xmzs-list .owl-item{
	width: 448px;
	overflow: hidden;
    margin-right: 28px;	
}
.xmzs-item i.imgbox_a{
	padding-bottom: 70.07%;
}
.xmzs-item span{
	text-align: center;
	height: 72px;
	line-height: 52px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.xmzs-item a:hover span{
	color: #4064e7;
}


#footer {
	background:#343434;
}

.home-footer{
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer-support{
	width: 144px;
	margin-left: 20px;
	overflow: hidden;
	text-align: center;
}
.footer-support span{
	color:#fff;
	margin-top: 10px;
	display: block;
	font-size: 15px;
}
.footer-inf{
	overflow: hidden;
}
.footer-inf h1{
	color: #fff;
	font-size: 15px;
	margin-top: 12px;
}










