/**************************************/
/*************[公用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;
}

body{
	overflow-x: hidden;
}


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




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

#header{
	position: relative;
	z-index: 999;
	background-color: #fff;
	height: 177px;
	border-top: 4px solid #033491;
}


.logo{
	width: 584px;
	margin-top: 28px;
}

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

.header-right{
	margin-top: 30px;
}

.search{
	width: 304px;
	position: relative;
}
.search input:focus{
	outline: none;
}
.search input[type="text"]{
	display: block;
	width: 100%;
	height: 44px;
	background-color:#f5f5f5;
	border:0;
	font-size: 16px;
	color: #333;
	line-height: 1.428571;
	padding:  8px 60px 8px 50px;
	border-radius: 44px;
	background-image: url(../images/wen1.png);
	background-repeat: no-repeat;
	background-position:17px center;
}
.search input[type="button"]{
	position: absolute;
	right: 20px;
	top: 10px;
	border:0;
	background-color: #f5f5f5;
	font-size: 14px;
	color: #777;
}
.search input[type="button"]:hover{
	color: #033491;
}

.header-right-date{
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #777;
	margin-right: 25px;
}
.nav{
	margin-top: 33px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	height: 66px;
	position: relative;
	padding-top: 8px;
}
.nav>ul>li+li{
	margin-left: 20px;
}
.nav>ul>li>a{
    display: block;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	padding: 0 5px;
}
.nav>ul>li:hover>a{
	color: #033491;
	
}
.nav>ul>li.cur>a{
	background-color: #033491;
	color:#fff!important;
}
.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	top:100%;
	z-index: 600;
	display: none;
	background-color:#fff;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 15px;
	color:#333;
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #033491;
	color: #fff;
}

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





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

#main{

}

.main1{
	background-color: #fff;
	padding: 65px 0 50px;
}

.main1-1{
	width: 495px;
	margin-right: 38px;
}

.main1-2{
	overflow: hidden;
}
.title-00 {
	padding-bottom: 40px;
}
.title-00 .fl{
	font-size: 36px;
	color: #333;
	font-weight: bold;
	line-height: 1;
}

.title-00 a.fr{
	font-size: 14px;
	color: #033491;
	padding-left: 71px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/more.png);
	white-space: nowrap;
	margin-top:9px;
}

.title-00 a.fr:hover{
	font-weight: bold;
}

.main1-1-pic .imgbox_a{
	padding-bottom:66.67%; 
}

.main1-1-con{
	background-color: #f5f5f5;
	height: 200px;
	padding: 30px;
}

.main1-1-llist dl{
	margin:0;
}

.main1-1-llist dd{
	font-size: 16px;
	color: #333;
	margin-top: 15px;
	position: relative;
	padding-left: 12px;
}
.main1-1-llist dd::before{
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    background-color: #333;
    border-radius: 50%;
    margin-top: -2px;
    content:"";
}
.main1-1-llist dd a:hover{
	color: #033491;
}


.main1-1-con h1{
	margin:0;
	font-size: 20px;
	color: #033491;
	font-family: 'Georgia';
}
.main1-1-con h2{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin:20px 0 15px;
}

.main1-1-con h2 a:hover{
	color: #033491;
}

.main1-1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}

.main1-2-list dl{
	margin:0;
}

.main1-2-list dd+dd{
	margin-top: 15px;
}

a.main1-2-item{
	display: block;
	background-color: #f5f5f5;
	padding: 18px 40px 18px 0;
}

.main1-2-date{
	width: 115px;
	height: 85px;
	border-right: 1px solid #e7e7e7;
	text-align: center;
	margin-right: 27px;
	padding-top: 6px;
}


.main1-2-date h1{
	margin:0;
	font-size: 40px;
	color: #033491;
	font-family: 'Georgia';
	font-weight: bold;
	line-height: 1;
}
.main1-2-date h2{
	margin:0;
	font-size: 14px;
	color: #033491;
	font-family: 'Georgia';
	line-height: 1;
	margin-top: 7px;
}


.main1-2-con{
	overflow: hidden;
	padding-top:5px;
}
.main1-2-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.main1-2-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 10px;
}


a.main1-2-item:hover{
	background-color: #033491;
}
a.main1-2-item:hover .main1-2-date{border-color: #033491;}
a.main1-2-item:hover .main1-2-date h1{color: #fff;}
a.main1-2-item:hover .main1-2-date h2{color: #fff;}

a.main1-2-item:hover .main1-2-con h1{color: #fff;}
a.main1-2-item:hover .main1-2-con p{color: #fff;}
.main1-3{
	margin-top: 45px;
}

.main1-3 .imgbox_a{
	padding-bottom: 12.436%;
}

.fmain1 .flex-direction-nav a{
	width: 40px;
	height: 92px;
	margin-top: -46px;
}

.fmain1 .flex-direction-nav .flex-prev{
	left: 0px;
}

.fmain1 .flex-direction-nav .flex-next{
	right: 0px;
}

.main2{
	padding: 65px 0 88px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/main2-bg.jpg);
}

.main2-menu{
	width: 336px;
	height: 638px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/main2-menu.png);
	padding: 80px 30px 0;
}

.main2-menu-h1{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	padding-left: 30px;
}

.main2-menu-list dl{
	margin:0;
	padding-top: 10px;
}

.main2-menu-list dd{
	height: 47px;
	line-height: 47px;
	font-size:18px;
	color: #fff;
	font-weight: bold;
	padding-left: 60px;
	cursor: pointer;
	margin-top: 10px;
	position: relative;
}

.main2-menu-list dd::before{
	position: absolute;
	left: 33px;
	top: 50%;
	margin-top: -5px;
	width: 11px;
	height: 11px;
	background-size: 100%;
	background-image: url(../images/main2-ico1.png);
	content:"";
	z-index: 10;
}
.main2-menu-list dd::after{
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -8px;
	width: 8px;
	height: 16px;
	background-size: 100%;
	background-image: url(../images/main2-ico2.png);
	content:"";
	z-index: 10;
	opacity: 1;
}
.main2-menu-list dd.cur{
	background-color: rgba(255,255,255,0.2);
}
.main2-menu-list dd.cur::before{
	background-image: url(../images/main2-ico1h.png);
}
.main2-menu-list dd.cur::after{
	opacity: 1;
}
.main2-mmore{
    font-size: 14px;
    color: #033491;
    padding-left: 71px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/more.png);
    white-space: nowrap;
    margin-top: 8px;
    float: right;
}










.main2-div-wp{
	overflow: hidden;
	padding-top: 48px;
}
.main2-div{
	height: 590px;
	background-color: rgba(255,255,255,0.7);
	padding: 38px 33px 0;
	display: none;
}
.main2-div:first-child{
	display: block;
}


.main2-div .shipin-menu{
	padding-top: 0;
	border-top: 0;
}

.main2-title2{
	font-size: 24px;
	color: #033491;
	font-weight: bold;
	line-height: 35px;
	margin-right: 30px;
}


.main2-shipin .shipin-list dd{
	width: 30.33333%;
	margin-top: 2.5%;
}
.main2-shipin .shipin-list dd.list{
    width: 97%;
    font-size: 16px;
    color:#333;
    height: 18px;
    line-height: 18px;
    position: relative;
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 85px;
}
.main2-shipin .shipin-list dd.list span.span1{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    color:#777;
}


.shipin-menu .erji-top-a a{
    margin-top: 0;
    margin-left: 15px;
}

.main2-shipin{display: none;}
.main2-shipin:first-child+.main2-shipin{display: block;}

.main3{
	padding: 43px 0 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/main3-bg.jpg);
}

.main3-a-wp{
	font-size: 0;
	text-align: center;
}
.main3-a{
	display: inline-block;
	vertical-align: top;
}
.main3-a+.main3-a{
	margin-left: 150px;
}
.main3-a>a{
	display: block;
	width: 304px;
	height: 304px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 50%;
	padding-top: 87px;
}
.main3-a>a img{
	display: block;
	margin:0 auto;
	width: 48px;
}
.main3-a>a:hover h1{
	color: #033491;
}

.main3-a>a h1{
	margin:0;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin:10px 0 13px;
}
.main3-a>a p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}




/**************************************************************/
/*main-over*/





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

#footer{
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 2;
	border-top: 4px solid #0770a6;
	padding: 40px 0;
}
#footer .container{
	position: relative;
}

#footer a.fl{
	width: 52px;
	position: absolute;
	left: 200px;
	top: 50%;
	margin-top: -32px;
	float: none;
}

/**************************************************************/
/*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;
	border-top: 2px solid #033491;
}
.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: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
.nav-2>ul>li>ul>li>ul{
	padding: 5px 0;
}
.nav-2>ul>li>ul>li>ul>li{
	font-size: 14px;
	padding-left: 50px;
	width: 100%;
	color:#666;
}
.nav-2>ul>li>ul>li>ul>li+li{
	margin-top: 7px;
}
.nav-2>ul>li>ul>li>ul>li>ul{
	padding: 10px 0 5px;
}
.nav-2>ul>li>ul>li>ul>li>ul>li{
	font-size: 14px;
	padding-left: 30px;
	width: 100%;
	color:#666;
}
.nav-2>ul>li>ul>li>ul>li>ul>li+li{
	margin-top: 7px;
}
/*.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: 263px;
   margin-left: 15px;
   margin-top:10px;
}
.logo-2 a{
	display: block;
	width: 100%;
}
.logo img{
	display: block;
	width: 100%;
}
.logo-2 img{
	display: block;
	width: 100%;
}
.menu2{
	margin-right: 15px;
	height: 73px;
	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样式要求区域]**********/
/**************************************/


.banner-2 img{
	display: block;
	width: 100%;
}










.banner-2 a{
    display: block;
    height: 100%;
}
.erji-top{
	background-color: #f5f5f5;
}

.mianbaoxie{
	font-size: 17px;
	color: #666;
	height: 70px;
	line-height: 70px;
}

.mianbaoxie a:hover,.mianbaoxie span{
	color: #033491;
}


.erji-top-a a{
    display: block;
    background-color: #0770a6;
    color: #fff;
    font-size: 15px;
    padding: 8px 15px;
    border-radius: 3px;
    margin-top: 16px;
}





.erji-bottom{
	padding: 45px 0 80px;
}

.erji-h1{
    display: none;
	font-size: 36px;
	color: #333;
	font-weight: bold;
}

.erji-content{
	margin-top: 45px;
}
.news-tp-list{
	overflow: hidden;
}
.news-tp-list dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}

.news-tp-list dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}

.news-tp-item{
	background-color: #f5f5f5;
}

.news-tp-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.news-tp-con{
	padding: 30px;
}

.news-tp-con h1{
	margin:0;
	font-size:20px;
	color: #033491; 
	font-family: "Georgia";
}
.news-tp-con h2{
	margin:0;
	font-size:18px;
	color: #333; 
	font-weight: bold;
	margin:18px 0 15px;
}
.news-tp-con h2 a:hover{
	color: #033491;
}
.news-tp-con p{
	margin:0;
	font-size:14px;
	color: #666; 
	line-height: 2;
	height: 4em;
	overflow: hidden;
}

.fenye2{
	text-align: center;
	margin-top: 80px;
	font-size: 0;
}

.fenye2 a{
	display: inline-block;
	vertical-align: middle;
	width:48px ;
	height: 50px;
	line-height: 48px;
	border:1px solid #bbbbbb;
	border-radius: 3px;
	transition: background-color .3s,border-color .3s,color .3s;
	font-size: 14px;
	color: #333;
}
.fenye2 a+a{
	margin-left: 5px;
}
.fenye2 a.fenye2-a1:hover{
	background-color: #cccccc;
	border-color: #cccccc;
	color: #fff;
}

.fenye2 a.fenye2-a2:hover,
.fenye2 a.fenye2-a2.cur{
	background-color: #033491;
	border-color: #033491;
	color: #fff;
}

.fenye2 span{
	font-size: 14px;
	color: #333;
	display: inline-block;
	vertical-align: middle;
	padding: 0 22px;
}

.sousuo-list dl{
	margin:0;
	border-top: 1px dashed #e0e0e0;
}
.sousuo-list dd{
	height: 70px;
	line-height: 69px;
	padding-left:50px;
	background-repeat: no-repeat;
	background-position: 15px center;
	background-image: url(../images/sousuo-ico.png);
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
	color: #333;
	position: relative;
	padding-right: 480px;
	border-bottom: 1px dashed #e0e0e0;
}
.sousuo-list dd>span.span1{
	position: absolute;
	right:80px;
	top: 0px;
	font-size: 16px;
	color: #333;
}
.sousuo-list dd>span.span2{
	position: absolute;
	right:385px;
	top: 0px;
	font-size: 16px;
	color: #333;
}
.sousuo-list dd>a{
	font-weight: bold;

}
.sousuo-list dd>a:hover{
	color: #033491;
}

.erji-menu{
	font-size: 0;
	text-align: center;
	padding-top: 20px;
	padding-top: 0px!important;
}

.erji-menu a{
	display: inline-block;
	vertical-align: top;
	background-color: #f2f2f2;
	font-size: 18px;
	color: #333;
	width: 130px;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	margin-top: 10px;
}

.erji-menu a+a{
	margin-left: 30px;
}

.erji-menu a:hover,
.erji-menu a.cur{
	background-color: #033692;
	color: #fff;
	font-weight: bold;
}

.shipin-menu{
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 15px 0;
}

.shipin-menu-a a{
	float: left;
	background-color: #f5f5f5;
	font-size: 16px;
	color: #666;
	width: 100px;
	height: 35px;
	line-height: 35px;
	border-radius: 999em;
	text-align: center;
	margin-right: 10px;
}

.shipin-menu-a a:hover,
.shipin-menu-a a.cur{
	background-color: #033692;
	color: #fff;
}

.shipin-menu-con{
	line-height: 35px;
	font-size: 16px;
	color: #666;
}

.shipin-menu-con img{
	margin-top: -3px;
	margin-right: 5px;
}

.shipin-list dl{
	margin:0;
	margin-left: -3%;
}

.shipin-list dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}

.shipin-list h3{
        color: #666;
    font-size: 20px;
    text-align: center;
    padding-top: 198px;
    letter-spacing: 5px;
}

.shipin-item .imgbox_a{
	padding-bottom: 56.145%;
}
.shipin-item .imgbox_a::before{
	position: absolute;
	width: 45px;
	height: 45px;
	background-size: 100%;
	background-image: url(../images/bo.png);
	background-repeat: no-repeat;
	background-position: center;
	content:"";
	z-index: 10;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
}
.shipin-item-h1{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	color: #fff;
	background-color: rgba(0,0,0,0.4);
	z-index: 15;
	padding: 0 15px;
	text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact{
	position: relative;
}

.map-wp{
	position: relative;
	z-index: 15;
	height: 560px;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contact-div{
	position: absolute;
	width: 745px;
	height: 440px;
	background-color: rgba(3,52,145,0.9);
	z-index: 30;
	right:32px;
	top: 60px;
	padding: 130px 30px 0 75px;
}

.contact-h1{
	font-size:18px;
	color: #fff; 
	font-weight: bold;
}
.contact-dl{
	padding-top: 15px;
}
.contact-dl dl{
	margin:0;
	margin-left: -2%;
}

.contact-dl dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-top: 18px;
	font-size: 16px;
	color: #fff;
}

.contact-er{
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 89px;
	margin-top: 30px;
	display: none;
}

.contact-er img{
	display: block;
	width: 100%;
	margin-bottom: 13px;
}

.yijian-con{
	font-size: 18px;
	color: #333;
	line-height: 1.8;
}

.yijian-item{
	margin-top: 30px;
}

.yijian-title{
	background-color: #f5f5f5;
	font-size: 18px;
	color: #666;
	line-height: 1.6;
	padding: 20px 30px;
}

.yijian-item-input{
	padding-left: 30px;
	padding-top: 10px;
}

.yijian-item-input-li{
	margin-top: 15px;
	font-size: 18px;
	color: #666;
}

.yijian-item-input-li input{
	margin-right: 15px;
	width: 16px;
	height: 16px;
}

.yijian-item input[type="text"]{
	width: 78px;
	height: 38px;
	border:1px solid #e1e1e1;
	padding: 0 8px;
}

.yijian-item input[type="text"]:focus{
	outline: none;
}

.yzmimg{
	margin:0 5px;
}
.yijian-item a{
	color: #333;
}
.yijian-item a:hover{
	color: #f00;
}

.yijian-item-yzm{
	font-size: 16px;
	color: #999;
}
.yijian-btn{
	margin-top: 50px;
}
.yijian-btn input:focus{
	outline: none;
}

.yijian-btn input{
	display: block;
	width: 200px;
	height: 47px;
	border:0;
	background-color: #033491;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
	margin:0 auto;
}

.jiaoliu-con{
	background-color: #f5f5f5;
	font-size: 18px;
	color: #333;
	line-height: 2;
	text-indent: 2em;
	padding: 50px 50px 40px;
	position: relative;
}

.jiaoliu-con::before{
	position: absolute;
	width: 54px;
	height: 44px;
	content:"";
	background-image: url(../images/yin1.png);
	left: 50px;
	top: -15px;

}

.jiaoliu-form dl{
	margin:0;
	margin-left: -4%;
}

.jiaoliu-form dd{
	float: left;
	width: 46%;
	margin-left: 4%;
	padding-left: 100px;
	position: relative;
	margin-top: 40px;
}
.jiaoliu-form dd.langdd{
	width: 96%;
}
.jiaoliu-input input.form-control{
	height: 47px;
	padding-left: 15px;
	padding-right: 15px;
}

.jiaoliu-input-yzm{
	position: relative;
	padding-right: 175px;
}
.jiaoliu-input-yzm img{
	position: absolute;
	right: 0;
	top: 0;
}
.jialliu-title{
	position: absolute;
	left: 0;
	top: 11px;
	font-size: 16px;
	color: #333;
}

.jialliu-title i{
	color: #f00;
	padding-left: 5px;
	font-style: normal;
}

.jiaoliu-input textarea.form-control{
	height: 110px;
	resize: none;
	padding: 15px;
}

.jiaoliu-form dd.langdd .jialliu-title{
	top: 0;
}

.about-con{
	font-size: 18px;
	color: #333;
	line-height: 2;
	padding: 40px 0 50px;
}

.about-ico1{
	height: 111px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/about-ico11.png);
}

.about-ico2{
	height: 31px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/about-ico22.png);
}

.xinwen2 ul{
	margin:0;
	position: relative;
}
.xinwen2 ul::after{
	position: absolute;
	width: 1px;
	content:"";
	top: 0;
	bottom: 0;
	left: 268px;
	background-color: #bcbcbc;
}
.xinwen2 li{
	margin-top: 15px;
	padding-left: 100px;
}
.xinwen2 li:first-child{
	margin-top: 0px;
}
.xinwen2-date{
	width: 169px;
	text-align: center;
	height: 228px;
	padding-top: 75px;
	position: relative;
	z-index: 80;

}
.xinwen2-date::before{
	position: absolute;
	width: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content:"";
	/*background-image: url(../images/lanhua.jpg);
	background-repeat: no-repeat;
	background-position:right center;
	-webkit-background-size: cover;
	background-size: cover;*/
	background-color: #033692;
	transition: .5s;
	z-index: 30;
}
.xinwen2-date::after{
	position: absolute;
	width:15px;
	height: 29px;
	margin-top: -15px;
	top: 50%;
	content:"";
	background-image: url(../images/jiao2.png);
	background-repeat: no-repeat;
	background-position:left center;
	-webkit-background-size: 100%;
	background-size: 100%;
	right: -14px;
	display: none;
	z-index: 30;
}
.linei{
	position: absolute;
	width: 45px;
	height: 1px;
	background-color:#bcbcbc;
	left: 100%;
	top: 50%;
}
.xinwen2-date h1{
	margin:0;
	font-size: 50px;
	font-weight: bold;color: #033692;
	font-family: "Arial";
	line-height: 1;
	position: relative;
	transition: .3s;
	z-index: 40;
}
.xinwen2-date h2{
	position: relative;
	margin:0;
	font-size: 14px;
	color: #033692;
	font-family: "Arial";
	line-height: 1;
	margin-top: 6px;
	z-index: 40;
	transition: .3s;
}
.xinwen2-div{
	width: 1200px;
	padding: 35px 20px 40px 40px;
	position: relative;
}
.xinwen2-div::after{
	position: absolute;
	background-color: #f6f6f6;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	content:"";
	z-index: 40;
	transition: .3s;
}
.xinwen2-con{
	position: relative;
	z-index: 50;
}
.xinwen2-pic{
	width: 231px;
	margin-left: 30px;
}
.xinwen2-pic .imgbox_a{
	padding-bottom: 66.44%;
}
.xinwen2-con-nei{
	overflow: hidden;
	padding-top: 10px;
}
.xinwen2-con-nei h1{
	margin:0;
	font-size: 22px;
	font-weight: bold;
	color: #666;
}
.xinwen2-con-nei h2{
	margin:0;
	font-size: 13px;
	color: #999;
	margin:20px 0 13px;
}
.xinwen2-con-nei h2 img{
	margin-top: -3px;
	margin-right: 5px;
}
.xinwen2-con-nei p{
	margin:0;
	font-size: 14px;
	
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}
.xinwen2 li:hover .xinwen2-date h1,
.xinwen2 li:hover .xinwen2-date h2{color: #fff;}
.xinwen2 li:hover .xinwen2-date::before{
	width: 500px;
}
.xinwen2 li:hover .xinwen2-date::after{
	display: block;
}
.xinwen2 li:hover .linei{background-color:#033692; }
.xinwen2 li:hover .xinwen2-div::after{
	left: -131px;
	right: -350px;
}
.xinwen2 li:hover .xinwen2-con-nei h1,
.xinwen2 li:hover .xinwen2-con-nei p{color: #033692;}


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

}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.danpian-con{
	font-size: 14px;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	font-size: 18px!important;
	line-height: 2!important;
	text-indent: 2em!important;
	font-style: normal!important;
}
.danpian-con  .video{
    width: 100%!important;
}
.danpian-con video{
	display: block;
	width:50%;
	margin:0 auto;
	height:auto!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
	width: 600px!important;
	height: auto!important;
}
.danpian-con img[src*="fileTypeImages/icon"] {
    display: inline-block;
    margin: 0;
}

.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:#033692;
}

.main4{
	padding: 50px 0;
}

.main4-list{
	font-size: 0;
}
.main4-a{
	display: inline-block;
	vertical-align: top;
	margin-right: 94px;
}
.main4-a a{
	display: block;
}

.main4-a img{
	display: block;
	height: 47px;
}




    .shipin-list h3{
        padding-top: 150px;
    }
    .banner-2{
        /*height: 250px;*/
    }
	.main2-menu{
		width: 260px;
		padding: 80px 20px 0;
		height: 530px;
	}
	.main2-div{
		height: 487px;
	}
	.main2-div-wp{
		padding-top: 43px;
	}
	.main2-menu-list dd::before{
		left: 20px;
	}
	.main2-shipin .shipin-list dd{
		margin-top: 3%;
	}
	.main2-menu-list dd{
		padding-left: 50px;
		font-size: 17px;
		margin-top: 5px;
		height: 40px;
		line-height: 40px;
	}
	.main2-menu-list dd::after{
		right: 20px;
	}
	.main2-title2{
		font-size: 20px;
		margin-right: 20px;
	}
	.shipin-menu-a a{
		font-size: 14px;
		margin-right: 7px;
		width: 80px;
	}
	.main2-menu-list dl{
		padding-top: 15px;
	}
	.shipin-menu-con{
		font-size: 14px;
	}
	.main2-menu-h1{
		font-size: 22px;
		padding-left:20px;
	}
	.main1-1 {
    width: 370px;
    margin-right: 30px;
	}
	.title-00 a.fr{
		margin-top: 6px;
	}
	.title-00 {
    padding-bottom: 30px;
	}
	.title-00 .fl{
		font-size: 24px;
	}
	.main1-1-con {
    background-color: #f5f5f5;
    height: 185px;
    padding: 25px;
	}
	a.main1-2-item {
    display: block;
    background-color: #f5f5f5;
    padding: 11px 15px 9px 0;
	}
	.zanwudiv{
	    padding-top: 110px;
	    font-size: 16px;
	    color:#333;
	    text-align: center;
	}
	.zanwudiv img{
	    display: block;
	    margin:0 auto;
	}
	.main1-2-date{
		height: 70px;
		padding-top: 3px;
		margin-top: 3px;
		width: 95px;
		margin-right: 20px;
	}
	.main3-a+.main3-a {
    margin-left: 140px;
	}
	.main1-2-list dd+dd {
    margin-top: 12px;
  }
	.main1-2-date h1{
		font-size: 34px;
	}
	.main1-2-con{
		padding-top: 2px;
	}
	.main1-2-con p{
		margin-top: 7px;
	}
	.sousuo-list dd>span.span1{
		right: 30px;
	}
	.sousuo-list dd>span.span2{
		right: 200px;
	}
	.sousuo-list dd{
		padding-right: 150px;
	}
	.logo{
		width: 400px;
	}
	.nav>ul>li+li {
    margin-left: 10px;
	}
	.header-right {
    margin-top: 20px;
	}
	.nav {
    margin-top: 22px;
	}
	.nav>ul>li{
		height: 50px;
		padding-top: 0;
		
	}
	.nav>ul>li>a{
	    height: 50px;
	    line-height: 50px;
	    padding: 0 10px;
	}
	#header{
		height: 140px;
	}
	.news-tp-con {
    padding: 25px;
	}
	#footer a.fl{
		left: 40px;
	}
	#footer{
		padding: 25px 0;
	}
	.erji-h1{
		font-size: 32px;
	}
	.erji-menu a+a {
    margin-left: 25px;
	}
	.erji-menu a {
    display: inline-block;
    vertical-align: top;
    background-color: #f2f2f2;
    font-size: 16px;
    color: #333;
    width: 110px;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    margin-top: 10px;
	}
	.shipin-item-h1{
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}
	.xinwen2 li{
		padding-left: 0;
	}
	.xinwen2-div{
		width: 900px;
	}
	.xinwen2 ul::after{
		left: 168px;
	}
	.xinwen2 li:hover .xinwen2-div::after{
		right: -253px;
	}
	.xinwen2 li:hover .xinwen2-date::before {
    width: 430px;
	}















