body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td,img {margin:0;padding:0;}
img {border:0}
ol,ul {list-style:none}
input{outline: none;border:none;}
html {_overflow-y:scroll;}
/*****！！页面通用css样式定义开始******/
html,body{min-width: 1200px;font-family: "Microsoft YaHei";_width:expression(document.body.clientWidth < 1200 ? "1200px" : "auto");}
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body{
    font-family: "微软雅黑";    /*文字字体定义 */
	font-size: 15px;    /*文字大小定义 */
	color: #333; /*文字颜色定义 */
	min-width:1200px;
	outline: none;
	line-height:28px;
}
*{
	word-break: break-all; word-wrap:break-word
}
/* 网站超链接css通用设置 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
/*a:link {color: #333;}  未访问的链接 */
/*a:visited {color: #333;}  已访问的链接 */
a:hover{color: #333;	text-decoration: none;} /* 鼠标在链接上 */ 
a:active {color: #333;} /* 点击激活链接 */

.fl{float:left;}
.fr{float:right;} 
.hide{display: none}

.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;overflow: hidden;}/*清除浮动*/
.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}
.clear{clear:both; height:0; line-height:0; overflow:hidden; display:block}


.left {
	float:left
}
.right {
	float:right
}

.textover{text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block;}


.dib{display: inline-block;*display: inline;zoom:1;}


/*表格样式定义 */ 
checkbox{border: 0px;}/*选择框样式定义 */ 
/*.input{ border:1px solid #ccc; height:20px;line-height:20px} */
ul,li{ list-style:none}
.backcolor{background:#3e68b2;}

/*顶部导航*/
.tt{position:fixed;
	top:0px;
	left:0px;
	z-index:999;
	width:100%;
	margin:auto;
	background:#fff;
	}
.heading {
	width:100%;
	height:45px;
	margin:0 auto;
	background:#3e68b2;
}
.heading ul {
	width:1200px;
	height:45px;
	margin:0 auto
}
.heading ul li {
	float:left;
	font-size:14px;
	color:#fff;
	line-height:45px
}
.heading ul li a {
	font-size:14px;
	color:#fff;
	line-height:45px
}
.heading ul li span {
	margin:0 8px;
	color:#fff;
}
.navbg {
	height:100px;
}
.top {
	width: 100%;
	margin: 0 auto;
	position: relative;
	max-width: 1200px;
}
.logo {
	float: left;
	position: relative;
	z-index: 99999;
	font-size:14px;
	line-height: 26px;
	color: #3e68b2;
	border-right: 1px solid #e5e5e5;
	margin:20px 0px 5px 0px;
	padding-right:15px;
}
.logo p {
	font-size: 32px;
	font-weight: bold;
	line-height: 38px;
	color: #333;
}
.logo p span {
	color:#3e68b2;
	font-size:26px;
}
.toptel {
	display: block;
	float: left;
	margin-left: 15px;
	margin-top: 13px;
}
.toptel span {
	font-size: 16px;
	color: #888;
	line-height: 24px;
}
.toptel p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:22px;
	line-height:24px;
	color:#555
}
.navbar-nav {
	height: 100px;
	float: right;
	width:56%;
}
.navbar-nav .nav-list>li {
	height:100px;
	text-align:right;
	position:relative;
	z-index:999;
	width:17.5%;
	display: inline-block;
	float: left;
}
.navbar-nav .nav-list>li:first-child {
	width:11.2%
}
.navbar-nav .nav-list>li>a {
	display:block;
	line-height:100px;
	color: #333;
	height:100px;
	font-size: 18px;
	transition:all 0.4s;
}
.navbar-nav li.active>a, .navbar-nav .nav-list>li:hover>a, .navbar-nav .nav-list>li>a.reds {
	color:#3e68b2;
	font-weight:bold
}
.navbar-nav .nav-list>li>a.nav_on {
	font-size:18px;
	position:relative;
	color:#3e68b2;
	font-weight:bold
}
.navbar-nav .header-contact {
	margin-top:28px;
no-repeat left center;
	padding-left:32px;
}
.navbar-nav .header-contact>p {
	color:#444;
	font-size:14px;
	margin-bottom:0;
	line-height:18px;
}
.navbar-nav .header-contact>.fr p {
	font-size:25px;
	color:#a10000;
	line-height:30px;
	font-family:impact
}
.navbar-nav .header-contact>.fr p:first-child {
	font-size:12px;
	color:#999 !important;
	line-height: 14px;
	font-family:微软雅黑
}
.top-icon {
	width:12px;
	height:12px;
	position:absolute;
	margin-left:-18px;
	vertical-align:middle;
	margin-top:13px;
}
.icon-follow {
	background:url("../images/top_icons2.png") no-repeat left center;
}
.icon-global {
	background:url("../images/top_icons3.png") no-repeat left center;
}
.dropdown-menu {
	display:block;
	display: none\9;
	display: block\9\0;
	-webkit-transform:scale(1.2, 0);
	transform:scale(1.2, 0);
	opacity:0;
	-webkit-transform-origin:top;
	transform-origin:top;
-webkit-transition:all .2s ease-out;
-webkit-transition:-webkit-all .2s ease-out;
transition:-webkit-all .2s ease-out;
transition:all .2s ease-out;
transition:all .2s ease-out, -webkit-all .2s ease-out;
	z-index:9999;
	position: absolute;
	background:#fff;
	top:100px;
	width:150%;
	text-align:center;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	border-top:none;
	margin-left:0
}
.dropdown-menu > li {
	border-top:1px solid #e5e5e5;
}
.dropdown-menu > li:last-child {
	border-bottom:1px solid #e5e5e5;
}
.dropdown-menu > li>a {
	font-size:15px;
	line-height:28px;
	display:block;
	width:100%;
 transition:all .1s ease;
	padding:9px 0;
	color:#333
}
.dropdown-menu > li>a:hover {
	color:#d00031
}
.dropdown-active {
	display: block\9;
	-webkit-transform:scale(1, 1);
	transform:scale(1, 1);
	opacity:1;
}

/*子页面大图*/
.nban{ width:100%; height:400px; margin:0 auto; background:#dfdfdf; margin-top:130px;}

/*  理由 */

.main_frame{ width:1200px; height:auto; margin:0 auto}
.grWidth{width:1200px; margin:0 auto;}
.odds{padding:45px 0;overflow:hidden;color:#333;}

.odds .title{text-align:center;margin-bottom:40px;}

.oddsMain{height:280px;margin-bottom:30px;overflow:hidden;}

.oddsMain .img{width:460px;height:280px;overflow:hidden;position:relative;z-index:2;}

.oddsMain .font{
	width: 625px;
    height: 245px;
    border: 1px solid #3558AA;
    margin-left: -100px;
    padding: 33px 40px 0 170px;
    text-align: justify;
    line-height: 24px;
	}

.oddsMain .font h3{height:65px;font-size:20px;color:#3558AA;line-height:30px;margin-bottom:15px;}
.oddsMain .font div{ font-size:18px; line-height:30px}

.oddsMain .font .num{width:65px;height:65px;float:left;margin:0 20px 0 130px;background:#3558AA;color:#fff;font-size:48px;font-family:Arial;border-radius:100%;text-align:center;line-height:65px;}

.oddsMain .font .btn{margin-top:18px;height:45px;text-align:center;}

.oddsMain .font .btn span{
	display: inline-block;
    height: 43px;
    line-height: 43px;
    color: #fff;
    padding: 0 20px;
    background: #3cd52e;
    border: 1px solid #3cd52e;
    margin-left: 25px;
    font-size: 18px;
	}

.oddsMain .font .btn .btn2{
	display: inline-block;
    height: 43px;
    line-height: 43px;
	border: 2px solid #3558AA;
	padding: 0 20px;
    background: none;
    color: #3558AA;
	margin-left: 25px;
    font-size: 16px;
	}

.oddsMain .font .btn .btn2:hover{background:#3558AA;color:#fff;transition:all 0.3s;}

.odds2 .font{margin-left:0;margin-right:-100px;padding:33px 130px 0 60px;width:645px;}


/*网站底部*/

.fotlink{ width:100%; height:70px; margin:0 auto; background:#282828; }
.fotlink ul{ width:1200px; height:70px; margin:0 auto}
.fotlink ul li{ line-height:70px;}
.fotlink ul li p{ font-size:20px; color:#c6c6c6; line-height:70px; float:left}
.fotlink ul li span{ font-size:12px; color:#c6c6c6; line-height:70px; font-family:Arial, Helvetica, sans-serif}
.fotlink ul li a{ line-height:70px; margin:0 10px; color:#c6c6c6}


.footer{ width:100%; height:auto; margin:0 auto; background:#333333; padding-top:40px; padding-bottom:40px}
.footer .maina{ width:1200px; height:auto; margin:0 auto}

.navigation{
    display: block;
    float: left;
    width: 20%;
    margin-right: 10%;
	}
.navigation .title{ font-size:18px; color:#ffffff; line-height:35px}
.navigation .title span{margin-left:10px;font-size:12px; color:#888888; line-height:35px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase}
.navigation .content{ margin-top:20px}
.navigation .content ul li{
    display: block;
    float: left;
    border-bottom: 1px solid #7f7f7f;
    width: 38%;
    margin-right: 24%;
	}
.navigation .content ul li a{line-height:38px; color:#d6d6d6}

.botlx{
	display: block;
    float: left;
	}
.botlx .title{ font-size:18px; color:#ffffff; line-height:35px}
.botlx .title span{margin-left:10px;font-size:12px; color:#888888; line-height:35px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase}
.botlx .content{ margin-top:20px; line-height:34px; color:#d6d6d6}
.botlx .content *{line-height:34px; color:#d6d6d6}

.attention{ display:block; float:right}
.attention .title{ font-size:18px; color:#ffffff; line-height:35px}
.attention .title span{ margin-left:10px;font-size:12px; color:#888888; line-height:35px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase}
.attention .content{ margin-top:20px; width:360px; height:150px; position:relative }
.attention .content .ewm{ position:absolute; right:0; top:0; width:168px; height:168px;}
.attention .content .message{
	position: absolute;
    left: 42px;
    top: 15px;
    width: 127px;
    height: 35px;
    background: url(../images/message.jpg) 0 0 no-repeat;
    text-indent: 50px;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
	}
.attention .content .message a{font-size:16px; line-height:35px; color:#fff}

.attention .content .hottel{ 
    position: absolute;
    left: 0;
    top: 65px;
    text-align: right;
    font-size: 16px;
    color: #fff;
}
.attention .content .hottel p{
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
	}

.bottom{ width:100%; height:66px; margin:0 auto; background:#333333; border-top:1px solid #464646; text-align:center}
.bottom li{
	display: inline-block;
    height: 66px;
    line-height: 66px;
    margin: 0 45px;
    color: #888888;
	}
.bottom li a{line-height:66px;color: #888888;font-size: 14px;}
