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


/*百度百科變灰*/


.container {
	width: 1003px;
	padding-left: 0;
	padding-right: 0;
}

body{
	min-width: 1200px;
	overflow: auto;
}










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




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

#header{

}


.logo{
	width: 470px;
}

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

.header-right{
	width: 242px;
}
.header-dl{
	background-image: url(../images/top01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.header-dl dl{
	margin: 0;
}

.header-dl dd{
	float: left;
	width: 80px;
	padding-left: 15px;

	height: 22px;
	background-image: url(../images/top01.gif);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 1;
	padding-top: 8px;
}
.header-dl dd a{
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}
.header-dl dd a:hover{
	color: #ff6600;
}
.header-img{
	margin-top: 32px;
}
.header-img img{
	display: block;
	width: 100%;
}

.nav{
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/daohangbg.gif);
}
.nav ul{
	margin: 0;
}

.nav li{
	float: left;
	height: 33px;
	line-height: 33px;
	padding: 0	28px;
}
.nav li+li{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/daohang01.gif);
}
.nav li:first-child{
	padding: 0	23px;
}
.nav li>a{
    font-size: 14px;
    color: #E3F0FF;
}
.nav li>a:hover {
    color: #ffff00;
}
/**************************************************************/
/*header-over*/





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

#main{

}

.main{
	padding: 10px 0 15px;
}

.main-left{
	width: 764px;
}
.main-right{
	width: 230px;
}

.main-left1{
	width: 280px;
}
.main-left2{
	width: 475px;
}


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

.main1-h1{
	background-color: #E9E9E9;
	text-align: center;
	padding: 3px;
	font-size: 12px;
    color: #070707;
}
.main1:hover .main1-h1{
	color: #1B518D;
}


.main2{
	background-color: #f0f0f0;
	margin-top: 20px;
}

.main2-1-img img{
	display: block;

}

.main2-1-dl{
	padding: 7px 15px 10px;
}

.main2-1-dl dl{
	margin: 0;
}

.main2-1-dl dd{
	float: left;
	width: 50%;
    border-bottom: 1px dotted #7A7A7A;
    padding-left: 23px;
    font-size: 12px;
    color: #333;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-image: url(../images/tsky01.gif);
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 3px;
}
.main2-1-dl dd a:hover{
	color: #ff6600;
}
.main2-1-dl2{
	padding: 10px 8px 11px 15px;
}
.main2-1-dl2 dl{
	margin: 0;
}

.main2-1-dl2 dd{
	float: left;
	margin-right: 20px;
	font-size: 12px;
    color: #333333;
    font-weight: bold;
    line-height: 29px;
}

.main2-2-img a,.main2-2-img img{
	display: block;
	width: 100%;
}

.main2-2-img+.main2-2-img{
	border-top: 9px solid #fff;
}
.main1-left3{
	margin: 9px 0;
}
.main1-left3 a,.main1-left3 img{
	display: block;
	width: 100%;
}

.main1-left4{
    border: 1px solid #CACACA;
}


.main1-left4-title{
	width: 30px;
	height: 124px;
	background-image: url(../images/ourkehu.gif);
	background-repeat: no-repeat;
	background-position: center;
    font-size: 12px;
    color: #070707;
    text-align: center;
    padding: 7px 7px 0 2px;
    line-height: 1.4;
}

.main1-left4-dl{
	width: 730px;
	padding: 6px 20px 0;
}
.main1-left4-dl dl{
	margin: 0;
	margin-left: -1%;
}

.main1-left4-dl dd{
	float: left;
	width: 24%;
	margin-left: 1%;
	font-size: 12px;
    color: #070707;
    line-height: 1.9;
}

.main3-title{
	background-image: url(../images/aboutus01.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0	9px 0 12px;
}
.main3-title .fl{
	height: 33px;
	line-height: 33px;
	font-size: 12px;
	color: #fff;
}

.main3-title .fl span{
	font-size: 14xp;
	font-weight: bold;
	padding-right: 10px;
}

.main3-title .fr{
	font-size: 12px;
	color: #fff;
	margin-top: 8px;
}
.main3-title .fr:hover {
    color: #ff6600;
}


.main3-div{
	height: 204px;
	border-bottom: 7px solid #CCE9EF;
	position: relative;
	padding: 10px 20px 0;
}

.main3-div::before{
	position: absolute;
	width: 7px;
	height: 197px;
	background-image: url(../images/aboutus02.gif);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	left: 0;
	top: 0;
}

.main3-div::after{
	position: absolute;
	width: 7px;
	height: 197px;
	background-image: url(../images/aboutus02.gif);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	right: 0;
	top: 0;
}


.main3-con-p{
	font-size: 12px;
    color: #070707;
    line-height: 20px;
    text-indent: 2em;
}

.main3-con-p a{
	color: #ff0000;
}
.main3-con-p a:hover{
	color: #1B518D;
}


.main4{
	margin-top: 9px;
}


.main4-title h1{
	margin: 0;
	height: 29px;
	line-height: 29px;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    width: 141px;
    background-image: url(../images/fanyifwbg01.gif);
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 9px;
}

.main4-title h1 img{
	margin-top: -2px;
	margin-right: 7px;
}


.main4-title .fr{
	width: 334px;
	border-right: 1px solid #E8E8E8;
	background-image: url(../images/fanyifwbg02.gif);
    background-repeat: repeat-x;
    background-position: left center;
    height: 29px;
	line-height: 29px;
	font-size: 12px;
    color: #E52741;
    text-align: right;
    padding-right: 13px;
}

.main4-title .fr a:hover{
	color: #333;
}


.main4-div{
	border: 1px solid #E8E8E8;
	border-bottom: 0;
	padding: 12px 15px 15px;
}


.main4-dl dl{
	margin: 0;
}

.main4-dl dd{
	height: 16px;
	line-height: 16px;
}

.main4-dl dd+dd{
	margin-top: 6px;
}


.main4-dd-title{
	width: 102px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
    color: #333333;
    font-weight: bold;
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/fanyifw02.gif);
}

.main4-dd-title a:hover{
	color: #ff6600;
}


.main4-dd{
	overflow: hidden;
    font-size: 12px;
    color: #070707;
    padding-right: 40px;
    position: relative;
}

.etc{
	position: absolute;
	right: 15px;
	top: 0;
}
.etc a:hover{
	color: #1B518D;
}

.main4-div-a{
	font-size: 12px;
    color: #0168EA;
    margin-top: 9px;
}
.main4-div-a img{
	width: 25px;
	margin-top: -2px;
	margin-right: 10px;
}

.main4-div-a a:hover {

    color: #ff6600;

}

.main5-con{
    font-size: 12px;
    color: #070707;
    line-height: 20px;
    text-indent: 2em;
}
.main5-con a{
	color: #0168EA;
}
.main5-con a:hover {

    color: #ff6600;

}
.main5-map{
	margin-top: 9px;
}
.main5-map img{
	display: block;
	width: 100%;
}


.main5,.main6{
	margin-top: 0;
}

.main6 .main4-div{
	border-bottom: 1px solid #E8E8E8;
	padding: 11px 15px;
}



.main6-dl dl{
	margin: 0;
}

.main6-dl dd{
	
	line-height: 16px;
	font-size: 12px;
    color: #070707;
    padding-right: 75px;
    position: relative;
    border-bottom: 1px dotted #7A7A7A;
    padding-bottom: 5px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 5px 4px;
    background-image: url(../images/fanyifw02.gif);
}
.main6-dl dd a:hover{
	color: #1B518D;
}
.main6-dl dd+dd{
	margin-top: 5px;
}

.span_111{
	position: absolute;
	right: 0;
	top: 0;
}


.main7{
	height: 237px;
	background-color: #f6f6f6;
}
.main7 table{
	border-spacing: 1px;
	border-collapse: separate;
}
.main8{
	margin-top: 9px;
}

.main8-div{
	height: 126px;
    border: 1px solid #DDDDDD;
    background-color: #FFF8F5;
    font-size: 13px;
    line-height: 21px;
    color: #070707;
    padding: 8px	15px 0;
}
.main9{
	margin-top: 9px;
}
.main9-title{
	height: 30px;
	line-height: 30px;
	background-image: url(../images/server02.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 14px;
    color: #1074A8;
    font-weight: bold;
    padding-left: 33px;
}

.main9-div{
	border-left: 1px solid #76C4EA;
    border-bottom: 1px solid #76C4EA;
    border-right: 1px solid #76C4EA;
    height: 108px;
    padding: 12px 10px 0;
}

.main9-dl dl{
	margin: 0;
}

.main9-dl dd{
	padding-left: 18px;
	font-size: 12px;
    color: #070707;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/fanyifw02.gif);
}
.main9-dl dd+dd{
	margin-top: 6px;
}

.main9-dl dd a:hover{
	color: #1B518D;
}

.main10{
	margin-top: 9px;
}
.main10 a,.main10 img{
	display: block;
	width: 100%;
}

.main11{
	margin-top: 9px;
    border: 1px solid #555452;
}

.main11-pic a,.main11-pic img{
	display: block;
	width: 100%;
}

.main11-title{
	background-color: #0269B8;
	padding: 0	9px;
}
.main11-title .fl{
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.main11-title .fr{
	
	font-size: 12px;
	color: #fff;
	margin-top: 3px;
}
.main11-title .fr:hover{color: #ff6600;}


.main12 .main9-title{
	height: 29px;
	background-image: url(../images/zxfyi.gif);
}

.main12 .main9-div{
	height: 135px;
}

.main12-textarea{
	padding-bottom: 9px;
}
.main12-textarea textarea{
	height: 82px;
	display: block;
	width: 100%;
	resize: none;
	font-size: 12px;
	line-height: 1.6;
	color: #333;
}


.main12-yy .fr input{
	height: 23px;
	background-color: #fff;
	font-size: 12px;
    border: 1px solid #666666;
    color: #000000;
}

.main13{
	margin-top: 9px;
	border: 1px solid #CACACA;
}


.main13-title{
	height: 30px;
	padding-left: 9px;
	background-image: url(../images/friend01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 9px;
}
.main13-title .fl{
	height: 30px;
	line-height: 30px;
    font-size: 12px;
    color: #070707;
}
.main13-title .fr{
	font-size: 12px;
    color: #070707;
    margin-top: 5px;
}
.main13-title .fr:hover{
    color: #1B518D;
}

.main13-div{
	height: 223px;
	padding: 8px 8px 0;
}

.main13-dl dl{
	margin: 0;
}

.main13-dl dd{
	font-size: 12px;
    color: #070707;
}
.main13-dl dd+dd{
	margin-top: 5px;
}
.main13-dl dd a:hover{
	color: #1B518D;
}


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





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

#footer{

}


.footer-1{
	background-color: #1E578C;
	padding: 4px 0;
	text-align: center;
	    font-size: 12px;
    color: #FFFFFF;
}

.footer-1 a:hover{
	color: #ffff00;
}

.footer-2 .fr{
	width: 90px;
}

.footer-2 .fr a,
.footer-2 .fr img{
	display: block;
	width: 100%;
}

.footer-2-con{
	overflow: hidden;
    text-align: center;
    line-height: 21px;
    font-size: 12px;
    color: #070707;
    padding-top: 18px;
}

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





.main7 Input {font-family: verdana;font-size: 9pt;text-decoration: none;background-color: #FFFFFF;height: 20px;border: 1px solid #666666;color:#000000;}
.Calendar {font-family: verdana;text-decoration: none;width: 230px;background-color: #C0D0E8;font-size: 9pt;border:0px dotted #1C6FA5;}
.CalendarTD {font-family: verdana;font-size: 7pt;color: #000000;background-color:#f6f6f6;height: 30px;width:11%;text-align: center;}
.Title {font-family: verdana;font-size: 11pt;font-weight: normal;height: 34px;text-align: center;color: #333333;text-decoration: none;background-color: #E6F0FA;
border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-bottom-style:1px;border-top-color: #999999;border-right-color: #999999;border-bottom-color: #999999;border-left-color: #999999;
}
.Day {font-family: verdana;font-size: 7pt;color:#243F65;background-color: #E5E9F2;height: 20px;width:11%;text-align: center;}
.DaySat {font-family: verdana;font-size: 7pt;color:#FF0000;text-decoration: none;background-color:#E5E9F2;text-align: center;height: 20px;width: 12%;}
.DaySun {font-family: verdana;font-size: 7pt;color: #FF0000;text-decoration: none;background-color:#E5E9F2;text-align: center;height: 22px;width: 12%;}
.DayNow {font-family: verdana;font-size: 7pt;font-weight: bold;color: #000000;background-color: #FFFFFF;height: 30px;text-align: center;}
.DayTitle {font-family: verdana;font-size: 9pt;color: #000000;background-color: #C0D0E8;height: 37px;width:11%;text-align: center;}
.DaySatTitle {font-family: verdana;font-size: 9pt;color:#FF0000;text-decoration: none;background-color:#C0D0E8;text-align: center;height: 22px;width: 12%;}
.DaySunTitle {font-family: verdana;font-size: 9pt;color: #FF0000;text-decoration: none;background-color: #C0D0E8;text-align: center;height: 22px;width: 12%;}
.DayButton {font-family: Webdings;font-size: 9pt;font-weight: bold;color: #243F65;cursor:hand;text-decoration: none;}










.erji{
	padding: 9px 0 15px;
}

.erji-left{
	width: 230px;
}

.erji-right{
	width: 764px;
}

.erji-pic img{
	display: block;
	width: 100%;
}

.erji-menu{
	margin-top: 9px;
}

.erji-menu-h1{
	height: 30px;
	line-height: 30px;
	background-image: url(../images/abouttt02.png);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 15px;
}

.erji-menu-dl {
    border: 1px solid #D6D6D6;
    background-color: rgb(248, 248, 248);
    margin-top: 2px;
    padding: 12px;
    padding-bottom: 18px;
}

.erji-menu-dl dl{
	margin: 0;
}

.erji-menu-dl dd{
	font-size: 14px;
    color: #333333;
    font-weight: bold;
    background-image: url(../images/abouttt04.gif);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 34px;
        border-bottom: 1px solid #DFDFDF;
}

.erji-menu-dl dd+dd{
	margin-top: 10px;
}

.erji-menu-dl dd>a:hover{
	color: #ff6600;
}

.mianbaoxie{
    font-size: 12px;
    color: #666666;
    padding-left: 35px;
    background-image: url(../images/abouttt05.gif);
    background-repeat: no-repeat;
    background-position: 10px center;
    height: 18px;
    line-height: 18px;
}

.mianbaoxie a:hover{
	color: #ff6600;
}

.erji-title{
	margin-top: 6px;
}

.erji-title-ico{
	width: 26px;
}

.erji-title img{
	display: block;
	width: 100%;
}

.erji-title-h1{
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	border-right: 1px solid #DDDDDD;
	background-image: url(../images/abouttt07.gif);
	background-repeat: repeat-x;
	background-position: left center;
	font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.erji-right-div{
	margin-top:10px;
	padding: 0	20px;
}
.fanwei-item-img{
	padding-top: 10px;
}
.fanwei-item-img img{
	display: block;
	margin: 0 auto;
}

.fanwei-item{
	width:47%;
}

.fanwei-item-box{
	margin-top: 20px;
	border: 1px solid #CCCCCC;
}

.fanwei-item-title{
    border-bottom: 1px solid #CCCCCC;
    height: 27px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding-left: 27px;
    background-color: #0076C5;
    background-image: url(../images/range01.gif);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.fanwei-item-title a:hover{
	color: #ff6600;
}

.fanwei-item-box-con{
	height: 88px;
	padding: 9px 12px;
    font-size: 14px;
    color: #333333;
    line-height: 23px;
    background-repeat: no-repeat;
    background-position: right center;
}

.fanwei-item-box-con p{margin: 0}

.fanwei .main4-div-a{
	margin-top: 15px;
}

.danpian-con{
	font-size: 14px;
	color: #333;
	line-height: 1.6;
	padding-top: 10px;
}
.danpian-h1{
        text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;
    height: 38px;
}

.erji-right-div .main6-dl dd{
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: 5px center;
}
.erji-right-div .main6-dl dd+dd {
    margin-top: 0px;
}
.erji-right-div .span_111{
	top: 10px;
}

.fenye{
	text-align: center;
	margin-top: 20px;
	font-size: 12px;
}
.fenye .pagination > li > a,.fenye .pagination > li > span{
	padding: 4px 10px;
}

.fenye ul{
	margin: 0;
}


.dingdan1{
	font-size: 12px;
    color: #070707;
    line-height: 20px;
}

.dingdan2{
	font-size: 14px;
    color: #333;
    line-height: 23px;
    margin: 20px 0;
}
.dingdan3{
	margin-top:30px;
}
.dingdan3 td{
	font-size: 12px;
    color: #070707;
}

.STYLE1{
	color: #FF0000;
}
.STYLE2{
	color: #FF0000;
}
.dingdan3 .englishvisa01{ font-size:14px; color:#214A8A; line-height:27px; font-weight:bold; text-decoration:none;}
.dingdan3 .englishvisa02 { font-size:14px; color:#000000; text-align:center; font-weight:bold; text-decoration:none;}
.dingdan3 .englishvisa03{ border:1px solid #BBC4CB;}
.dingdan3 .englishvisa04 { font-size:14px; color:#333333; line-height:19px; text-decoration:none;}
.dingdan3 .englishvisa05 { font-size:12px; color:#333333; line-height:19px; text-decoration:none;}

.dingdan3 .abouttt06 {
    font-size: 14px;
    color: #333333;
    line-height: 23px;
}


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

.fanwei222 dd{
	float: left;
	width: 47%;
	margin-left: 3%;
}
.abouttt06 a {
    font-size: 14px;
    color: #0168EA;
    font-weight: bold;
    text-decoration: none;
}
.englishvisa01 {
    font-size: 14px;
    color: #214A8A;
    line-height: 27px;
    font-weight: bold;
    text-decoration: none;
}
#floater td {
    font-size: 12px;
}

.qqc {
    padding-left: 13px;
    padding-top: 7px;
}
