/**************************************/

/*************[公用start]**************/

/**************************************/



/*主站变灰*/

/*html {

-webkit-filter:grayscale(100%);

-moz-filter:grayscale(100%);

-ms-filter:grayscale(100%);

-o-filter:grayscale(100%);

filter:grayscale(100%);

filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)

}

* {

-moz-filter: grayscale(100%); 

-ms-filter: grayscale(100%); 

-o-filter: grayscale(100%); 

filter: gray;

}*/

/*主站变灰*/



/*淘宝变灰*/

/* body, html {

    -webkit-filter: grayscale(100%);

    -moz-filter: grayscale(100%);

    -ms-filter: grayscale(100%);

    -o-filter: grayscale(100%);

    filter: grayscale(100%);

    filter: gray;

    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);

    }*/



/*淘宝变灰*/



/*百度百科變灰*/





/*body.memorial>* {

    filter: grayscale(100%);

    -webkit-filter: grayscale(100%);

    -moz-filter: grayscale(100%);

    -ms-filter: grayscale(100%);

    -o-filter: grayscale(100%);

    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);

    -webkit-filter: grayscale(1)

}

*/





/*百度百科變灰*/

div.clear{

	clear: both;

	height: 0;

	width: 0;

}









a{

	text-decoration: none;

	color:inherit;

	cursor: pointer;

}



img{

	border:0;

	max-width: 100%;

}





div.wp{

	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */

	margin:0 auto;

}



.fl{

	float: left;

}



.fr{

	float: right;

}



.tran{

	transition: all .3s ease-out 0s;

}

.tver{

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

}







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



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



	overflow: hidden;

}



.img-box img{

	transition: .3s;

	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);

}

/**************************************/

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

/**************************************/





#index0,#index1,#index2,#index3{

	position: relative;

	top: -90px;

	height: 0;

}



/*header-start*/

/**************************************************************/



#header{

	position: fixed;

	width: 100%;

	left: 0;

	top: 0;

	z-index: 999;

	height: 90px;

	background-color: #ffffff;

	box-shadow: 0 4px 5px -3px rgba(0,0,0,0.15);

}





.logo{

	width: 361px;

	margin-top: 23px;

}

.logo a,.logo img{

	display: block;

	width: 100%;

}

.nav{

	margin-top: 27px;

}

.nav ul{

	margin:0;

}



.nav>ul>li{

	float: left;

}

.nav>ul>li+li{

	margin-left: 75px;

}

.nav>ul>li>a{

	display: block;

	height: 36px;

	line-height: 36px;

	font-size: 18px;

	color: #242424;

	padding: 0 21px;

	border-radius: 36px;

	background-color: #fff;

	transition: background-color .3s,color .3s;

}

.nav>ul>li>a span{

	color: #fff;

	padding-right: 5px;

}



.nav>ul>li.cur>a{

	background-color: #073cae;

	color: #fff!important;

}

.nav>ul>li:hover>a{

	color: #073cae;

}

/**************************************************************/

/*header-over*/











/*main-start*/

/**************************************************************/



#main{

	margin-top: 90px;

}



.banner{

	height: 700px;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	padding-top: 200px;

}



.banner-wen h1{

	margin:0;

	font-size: 52px;

	color: #fff;

	line-height: 1.2;

}

.banner-wen h2{

	margin:0;

	font-size: 26px;

	color: #fff;

	line-height: 1.5;

	margin-top: 20px;

}



.banner-xia{

	font-size: 14px;

	color: rgba(255,255,255,0.8);

	height: 42px;

	line-height: 42px;

	padding-left: 50px;

	background-repeat: no-repeat;

	background-position: 0 center;

	background-image: url(../images/xia.png);

	margin-top: 85px;

}



.main1{

	padding: 118px 0 0px;

	background-repeat: no-repeat;

	background-position:  center 35px;

	background-image: url(../images/main1-bg.png);

	/*height: 700px;*/

}





.main1-1{

	width: 48.53%;

	margin-right: 80px;

}

.main1-1 .imgbox_a{

	padding-bottom: 60.73%;

	border-radius: 15px;

}



.main1-2{

	overflow: hidden;

}





.main-h1{

	font-size: 48px;

	color: #333;

	font-weight: bold;

	line-height: 1;

}



.main1-p{
	margin-top: 25px;
	font-size: 16px;
	color: #212630;
	line-height: 1.8;
	height: 314px;
	overflow-y: auto;
	padding-right: 10px;
}
.main1-p::-webkit-scrollbar {
    width: 5px;
}
.main1-p::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #073cae;
}
.main1-p::-webkit-scrollbar-track {
    width: 5px;
    background-color: #f1f1f1;
}


.main1-p p{margin:0;}

.main1-p p+p{

	margin-top: 13px;

}



.main1-p p:first-child{

	color: #343f58;

	font-weight: bold;

}

.main1-list{

	margin-top: 30px;

}

.main1-list dl{

	margin: 0;

	margin-left: -3%;

}



.main1-list dd{

	float: left;

	width: 30.33333333%;

	margin-left: 3%;

}

.main1-list dd h1{

	margin:0;

	font-size: 14px;

	color: #212630;

	padding-bottom: 15px;

	margin-bottom: 15px;

	border-bottom: 1px solid #f1f1f1;

}

.main1-list dd h2{

	margin:0;

	font-size: 18px;

	color: #073cae;

	font-weight: bold;

}

.main1-list dd h2 span{

	font-size: 35px;

	vertical-align: top;

	padding-right: 5px;

}

.main2{

	padding-bottom: 75px;

	margin-top: 90px;

}

.main2-dl{

	margin-top: 40px;

	padding-top: 25px;

	border-top: 1px solid #f5f5f5;

}

.main2-dl dl{

	margin:0;

	font-size: 0;

	text-align: center;

}



.main2-dl dd{

	display: inline-block;

	height: 48px;

	line-height: 48px;

	border-radius: 999em;

	padding: 0 21px;

	font-size: 18px;

	color: #333;

	cursor: pointer;

	background-color: #e9ecf3;

	transition: background-color .3s,color .3s;

}

.main2-dl dd.cur{

	background-color: #073cae;

	color: #fff!important;

}
.main2-dl dd:hover{
	color: #073cae;
}

.main2-dl dd+dd{

	margin-left: 30px;

}




.main2-list-wp{
	position: relative;
}
.main2-list-wp .main2-list{
	opacity: 0;
	visibility: hidden;
	left: 0;
	width: 100%;
	position: absolute;
	top:50px;
	transition: top 0.8s,opacity 0.8s;
	transition-delay: 0.5s;
}

.main2-list-wp .main2-list.cur{

	position: relative;
	opacity: 1;
	visibility: visible;
	top:0px;
}





.main2-list dl{

	margin:0;

	margin-left: -3%;

}



.main2-list dd{

	float: left;

	width: 30.3333333%;

	margin-left: 3%;

	margin-top: 3%;

}

.main2-list dd.nocur{
	display: none;
}



.main2-pic .imgbox_a{

	padding-bottom: 62.87%;

}



.main2-h1{

	font-size: 24px;

	color: #333;

	text-align: center;

	margin-top: 15px;

}



.main2-more{

	cursor: pointer;

	width: 140px;

	height: 43px;

	line-height: 41px;

	border:1px solid #839dd6;

	text-align: center;

	font-size: 14px;

	color: #333;

	border-radius: 999em;

	margin:75px auto 0;

}

.main2-more img{

	margin-top: -3px;

	margin-left: 7px;

}

.main2-more:hover{

	color: #073cae;

	font-weight: bold;

}





.main3{

	position: relative;

	padding: 50px 0 40px;

}

.main3 .container{

	position: relative;



	z-index: 50;

}



.main3::before{

	position: absolute;

	width: 50%;

	content:"";

	left: 0;

	top: 0;

	bottom: 0;

	z-index: 15;

	background-color: #ececee;

}





.main3::after{

	position: absolute;

	width: 50%;

	content:"";

	right: 0;

	top: 0;

	bottom: 0;

	z-index: 15;

	background-color: #073cae;

}



.main3-item{

	width: 45%;

}







.main3-h1{

	font-size: 36px;

	color: #333;

	line-height: 1.2;

}



.main3-item.fl .main3-h1{

	max-width: 8em;

}

.main3-item-div{

	padding-top: 5px;

}

.main3-item-h1h2{

	margin-top: 25px;

}



.main3-item-h1h2 h1{

	margin:0;

	font-size: 18px;

	color: #8f909a;

}

.main3-item-h1h2 h2{

	margin:0;

	font-size: 18px;

	color: #333;

	margin-top: 8px;

}

.main3-item-con p{margin:0;}

.main3-item-con p+p{

	margin-top: 10px;

}

.main3-item-con{

	font-size: 16px;

	color: #333;

	line-height: 1.8;

	margin-top:20px;

}



.main3-item.fr .main3-h1{

	max-width: 15em;

	color: #fff;

}





.main3-form{

	padding-top: 2px;

	padding-right: 80px;

}

.main3-form input:focus,

.main3-form textarea:focus{

	outline: none;

}



.main3-dd{

	float: left;

	width: 100%;

	position: relative;

	margin-top: 30px;

}

.main3-dd >span{

	position: absolute;

	left: 0;

	top: 0;

	font-size: 14px;

	height: 42px;

	line-height: 42px;

	color: #fff;

}

.main3-dd.fl{

	width: 30%;

}



.main3-dd.fl+.main3-dd.fl{

	margin-left: 5%;

}

.main3-dd .main3-dd{

	margin-top: 0!important;

}

.main3-dd .main3-dd input[type="text"]{

	padding-left: 60px;

}

.main3-dd input[type="text"]{

	display: block;

	width: 100%;

	border:0;

	background-color: #073cae;

	border-bottom: 1px solid #1d4eb5;

	font-size: 14px;

	color: #fff;

	line-height: 1.428571;

	padding: 0 15px 0 50px;

	height: 42px;

}



.main3-dd textarea{

	display: block;

	width: 100%;

	border:0;

	background-color: #073cae;

	border-bottom: 1px solid #1d4eb5;

	font-size: 14px;

	color: #fff;

	line-height: 1.428571;

	padding: 12px 15px 15px 50px;

	height: 100px;

	resize: none;

}



.main3-yzm{

	width: 73px;

	margin-top: 9px;

	cursor: pointer;

	margin-left: 15px;

}

.main3-yzm img{

	display: block;

	width: 100%;

}



.main3-btn{

	width: 113px;

	margin-left: 49px;

}



.main3-btn input{

	display: block;

	width: 100%;

	height:44px;

	border-radius: 99em;

	background-color: #fff;

	font-size: 16px;

	color: #244386;

	border:0;

}

.main3-btn input:hover{

	font-weight: bold;

}



/**************************************************************/

/*main-over*/











/*footer-start*/

/**************************************************************/



#footer{

	

}





.up-wp{

	padding: 28px 0; 

}

.up{

	width: 46px;

	margin-left: auto;

	cursor: pointer;

}



.up img{

	display: block;

	width: 100%;

}





.flogo{

	width: 186px;

	margin-top: 10px;

}





.er-wp{

	width: 155px;

	border:;

}

.er{

	border:1px solid #e5e5e5;

	padding: 14px;

}



.er img{

	display: block;

	width: 100%;

}



.er-h1{

	font-size: 14px;

	color: #333;

	text-align: center;

	margin-top: 7px;

}



.foo1-dl{

	width: 870px;

	margin-left: 235px;

}

.foo1-dl dl{

	margin:0;

	margin-left: -2%;

	font-size: 0;

}

.foo1-dl dd{

	display: inline-block;

	vertical-align: top;

	width: 48%;

	margin-left: 2%;

	padding-right: 35px;

}

.foo1-dl dd h1{

	margin:0;

	font-size: 18px;

	color: #b0b1b2;

}

.foo1-dl dd h2{

	margin:0;

	font-size: 20px;

	color: #333;

	margin-top: 10px;

	line-height: 1.3;

}

.foo1-dl dd:nth-child(3){

	margin-top: 25px;

}

.footer-2{

	margin-top: 65px;

	padding: 40px 0 55px;

	border-top: 1px solid #f0f0f1;

	font-size: 16px;

	color: #333;

}



.footer-2 a:hover{

	color: #073cae;

}







/**************************************************************/

/*footer-over*/











/**************************************/

/********[特殊css样式要求区域]**********/

/**************************************/



#header-2{

	display: none;

	height: 75px;

	/*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;



}

.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/jia2.png);

	background-repeat: no-repeat;

	background-position: center ;

	top: 5px;



	right: 14px;

}

.jiaspan.cur{

	background-image: url(../images/jia2h.png);



}

.nav-2>ul{

	margin:0;

	max-height: calc(100vh - 129px);

	overflow-y: auto;

}

.nav-2>ul>li:first-child{

	/*border-top: 0;*/

}

.nav-2>ul>li>a{



	padding:8px 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: 5px 10px;

	display: block;

	font-size: 15px;

	width: 100%;

	color:#666;

}





.nav-2>ul>li>ul>li:last-child .swdl{

	margin-bottom: 5px;

}



.nav-2>ul>li>ul>li {

    padding-left: 15px;

}

.swdl{

	padding-top:1px;

	padding-left: 25px;

	border-top: 1px dotted #ddd;

	margin:7px 0 10px;

	font-size: 0;

}

.swdl a{

	margin-right: 15px;

	font-size: 13px;

	margin-top: 9px;

	display: inline-block;

}













/*.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: 18px;

    width: 18px;



}



.nav-2-form .form-control{padding-right: 50px;}

.logo-2 {

   font-size: 0;

   width: 300px;

   margin-left: 15px;

   margin-top:20px;

}



.logo-2 img{

	display: block;

	width: 100%;

}





.menu2{



	margin-right: 15px;

	height: 75px;

	font-size: 0;



}

.menu2 li{

	cursor:pointer ;

	margin-left: 15px;

	float: right;

	margin-top: 29px;

}

.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;



}







/**************************************/

/********[特殊css样式要求区域]**********/

/**************************************/








