@charset "utf-8";
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}
i, em {
    font-style: normal;
}
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: 14px;    /*文字大小定义 */
	color: #333; /*文字颜色定义 */
	min-width:1200px;
	outline: none;
}
*{
	word-break: break-all; word-wrap:break-word
}
/* 网站超链接css通用设置 */
a{text-decoration: none; color:#333} /* 链接无下划线,有为underline */ 
/*a:link {color: #333;}  未访问的链接 */
/*a:visited {color: #333;}  已访问的链接 */
a:hover{color: #cd0000;	text-decoration: none;} /* 鼠标在链接上 */ 
a:active {color: #cd0000;} /* 点击激活链接 */

.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}

.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:#cd0000;}



h1,h2,h3,h4,h5{ font-weight:500}


.web-title{padding:4.6px 0;text-align:center;color:#3e3a39;}

.btn-success{display:inline-block;color:#fff;background-color:#f75a53;border-radius:5px;padding:10px 20px 8px 20px;}
.btn-success:active, .btn-success:focus, .btn-success:hover{color:#fff;background-color:#589ed7;text-decoration:none;}


.More{position:relative;margin-top:20px;display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;width: 84px;height: 28px;color: #fff;font-size: 15px;border: 1px solid #fff;}
.More > span{position:absolute;left:20px;z-index:9;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;}
.More:before{content:"";position:absolute;left:50px;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;}
.More:after{content:'';position:absolute;top:0;left:0;width:0;height:100%;z-index:1;opacity:0;background-color:#cd0000;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.More:hover{border-color:transparent;color:#fff;}
.More:hover > span{left:10px;}
.More:hover:before{content:">";position:absolute;left:60px;z-index:9;}
.More:hover:after{opacity:1;width:100%;}



.Icustomer-title{color:#3e3a39;}
#iCustomer{position:relative;margin-bottom: 60px;}
#iCustomer .iCusbtn{position: absolute;margin-top: -20px;top: 50%;width: 24px;height: 40px;line-height: 3px;font-size: 36px;color: #cd0000;text-align: center;z-index: 99;}
#iCustomer .iCusbtn1{left:-35px;}
#iCustomer .iCusbtn2{right:-35px;}
#iCustomer .icustomer-slide .pic{display:inline-block;border:1px solid #ccc;}

.index2 {
	background: #f7f7f7;
    padding-top: 50px;
    padding-bottom:60px;
}




.index_news {
	width: 1200px;
	margin: 0 auto;
}
.news_c{}
.news_c dl{ height:129px; border: 1px solid #d5d5d5; width:582px; margin-bottom:20px; margin-right:15px;position: relative; overflow: hidden; float: left;}
.news_c dt{ width:108px; overflow: hidden;position: relative; float: left; font-size: 14px; font-family: Arial; color:#b6b6b6; padding-top: 30px;text-transform: uppercase;text-align: center;}
.news_c dt::before{position: absolute;content:""; width:1px; height:67px; border-right:1px solid #eaeaea; top: 32px; right:0;}
.news_c dt span{display: block; font-size: 48px; color:#0051a3;padding-top: 5px; line-height: 50px;}
.news_c dd{width:453px; float: right; overflow: hidden;}
.news_c dd h3{ line-height: 24px; font-size: 16px; padding-top: 26px;}
.news_c dd h3 a{ color:#333;font-size: 16px; }
.news_c dd p{ font-size: 14px; padding: 10px 100px 0 0;line-height: 26px; color:#818181;}
.news_c dd i{display: block; position: absolute; top: 63px; right:20px; width:38px;height:38px; overflow: hidden;display: none;}
.news_c dl:hover{border:1px solid #54a7db;position: relative; z-index: 8;}
.news_c dl:hover dd i{display: block;}


*/


/*cont4*/
.cont4{
	/*background: url(../images/bj1.jpg) no-repeat center top;*/
	height: 500px;
	box-sizing: border-box;
	overflow: hidden;
	padding-top:35px;
	margin-top: 60px;
}
.title_a2{
	text-align: center;
}
.title_a2 h2{
	/*color: #303030;
	font:600 34px/72px "微软雅黑";*/
	background: url(../images/agafg1.jpg) no-repeat center bottom;
        font-size:24px;
        line-height:1.6;
        letter-spacing:.06px;
        text-transform:uppercase;
}
.title_a2 h3{
	/*color: #5a5a5a;
	font:500 16px/60px "微软雅黑";*/
        font-size:20px;
        line-height:1.6;
        letter-spacing:.06px;
        text-transform:uppercase;
}



.subnav {width:100%; height:70px; margin:0 auto; background:#efefef;*text-align:center;}
.subnav ul {display:table;margin-left:auto;margin-right:auto; padding-top:15px}
.subnav ul li{list-style:none;float:left;*float:none;*display:inline;*zoom:1;}
.subnav ul li a {
	padding:8px 35px; margin:0 15px;
	line-height:40px;
	font-size:18px;
	color:#333; border-radius: 12px;
}

.subnav ul li a.on, .subnav ul li a:hover{background:#cd0000;
	color:#fff;
	line-height:40px;
	font-size:18px
	}
.neibanner {
	width:100%;
	height:480px;
	margin:0 auto;
	background:#f1f1f1;
}








/*footer*/
.footer{ width:100%; background:#444; padding-top:40px; padding-bottom:60px}
.footer .maina{ width:1200px; height:auto; margin:0 auto}

.navigation{
	display: block;
	float: left;
	width: 150px;
	height: auto;
	margin-right: 40px;
	}
.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{
	width: 40%;
    height: 38px;
    display: block;
    float: left;
    margin-right: 20%;
    border-bottom: 1px solid #7f7f7f;
	}
.navigation .content ul li a{line-height:38px; font-size:14px; color:#d6d6d6}



.bot_cp{
	display: block;
	float: left;
	width: 145px;
	height: auto;
	margin-right: 40px;
	}
.bot_cp .title{ font-size:18px; color:#ffffff; line-height:35px}
.bot_cp .title span{margin-left:10px;font-size:12px; color:#888888; line-height:35px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase}
.bot_cp .content{ margin-top:20px}
.bot_cp .content ul li{
    width: 100%;
    height: 38px;
    display: block;
    border-bottom: 1px solid #7f7f7f;
	}
.bot_cp .content ul li a{line-height:38px; font-size:14px; color:#d6d6d6}


.botlx{
	display: block;
	float: left;
	width: 480px;
	height: auto;
	}
.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; font-size:14px; line-height:34px; color:#d6d6d6}
.botlx .content ul li{ float:left; width:50%; height:40px; line-height:40px; font-size:14px; color:#d6d6d6}
.botlx .content ul li a{line-height:40px; font-size:14px; color:#d6d6d6}



.attention{ width:320px; height:auto; 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:320px; height:150px; position:relative }
.attention .content .ewm{ position:absolute; right:0; top:0; width:148px; height:148px;}
.attention .content .message{ position:absolute; left:15px; top:22px; 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: 75px;
    text-align: right;
    width: 142px;
    height: auto;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}
.attention .content .hottel p{font-size:20px; line-height:26px; color:#fff; font-family:Arial, Helvetica, sans-serif}

.bottom{ width:100%; height:66px; background:#444; text-align:center; border-top:1px solid #7f7f7f}
.bottom li{
	display: inline-block;
    height: 66px;
    line-height:66px;
    /*padding: 0 45px;*/
    margin: 0 45px;
    /*background: #2756cc;*/
    color: #888;
    font-size: 14px;
    /*border-radius: 25px;*/
	}
.bottom li a{line-height:66px;color: #888;font-size: 14px;}




/*头部*/
.header_nav{
	width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
    background-color: rgba(49, 50, 59, .5);
	}
.header_nav .main{
	width: 1200px;
    height: 90px;
    margin: 0 auto;
	}
.header_nav .main .logo{
	height:90px;
    display: block;
    float: left;
	}
.header_nav .main .logo img{
	max-width: 100%;
    max-height: 90%;
    margin-top: 2%;
	}
.header_nav .main .frtxt{
	width: 920px;
    display: block;
    float: right;
	}

/*nav*/
.nav{width:100%; height:90px; margin:0 auto;}
.nav ul {height:90px; margin:0 auto;}
.nav ul li{
	float: left;
    height: 90px;
    position: relative;margin: 0 5px;
	}
.nav ul li a{
    padding: 0 24px;
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 90px;
} 
.nav ul li a:hover{color: #fff;}
.nav ul li:hover{font-size:18px;color: #fff !important; background:#cd0000}
.nav ul li:hover a{color:#fff;}

.nav ul li dl{position:absolute; left:0px; top:90px; z-index:99999; display:none; width:100%;background-color:rgba(88, 88, 88, .3)}
.nav ul li:hover dl{ position:absolute; left:0px; top:90px; z-index:99999;  display:block;background-color:rgba(88, 88, 88, .3)}


.nav ul li dl dt a{ line-height:50px !important;color:#fff !important; font-size: 16px !important; font-weight:500;border-bottom:1px solid #fff;background-color:rgba(88, 88, 88, .3)}
.nav ul li dl dt:hover a{color:#cd0000 !important; line-height:50px !important; font-size:16px !important; font-weight:500;background-color:rgba(88, 88, 88, .3); font-weight:bold}

.nav .nav_on{color: #fff; font-size:18px; background:#cd0000 }
.header_nav.nav01 {position: fixed;top: 0;left: 0;width: 100%;min-width: 1200px; z-index:999; background-color:rgb(49, 50, 59);}



.in_block1{ width:1200px; margin:40px auto}
.in_block1 ul li{
	float: left;
    width: 246px;
    height: 73px;
    display: block;
    margin-right: 24px;
    background: #cd0000;
    border-radius: 10px;
    padding: 16px 18px;
	}
.in_block1 ul li:nth-child(4n){ margin-right:0}

.in_block1 ul li .leftimg{
	display: block;
    float: left;
	}
.in_block1 ul li .righttxt{ width:155px; display:block; float:right; font-size:15px; color:#fff; line-height:28px}
.in_block1 ul li .righttxt p{ font-size:24px; color:#fff; font-weight:bold; padding-top:10px}
.in_block1 ul li .righttxt span{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 35px; 
	}
.in_block1 ul li:hover{ background:#fab909}

/*主标题*/
.main_title{ display: block; text-align:center; font-size:18px; line-height:30px; color:#888}
.main_title p{ font-size:30px; line-height:45px; color:#333; font-weight:bold}
.main_title h1{ font-family:Arial, Helvetica, sans-serif; color:#333; font-weight:bold; text-transform:uppercase; font-size:30px; }


.main_titlea{ display: block; text-align:center; font-size:18px; line-height:30px; color:#ccc}
.main_titlea p{ font-size:30px; line-height:45px; color:#ccc; font-weight:bold}
.main_titlea h1{ font-family:Arial, Helvetica, sans-serif; color:#ccc; font-weight:bold; text-transform:uppercase; font-size:30px; }




.yz{background-color:#f7f7f7; padding-bottom:40px}
.yz99{
	width: 1200px;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 45px;
	}
	
.p_b_pic{}

.p_b_pic ul{}
.p_b_pic ul li{
	width: 285px;
    float: left;
    height: auto;
    overflow: hidden;
    margin: 20px 20px 0 0;
	}
.p_b_pic ul li a{ display:block; color:#666; font-size: 16px; text-align:center}
.p_b_pic ul li a .pic{ width: 285px; height:214px; overflow: hidden; background: #e2e2e2; position: relative;}
.p_b_pic ul li a .pic .img{
	max-width: 100%;
    max-height: 100%;
    transform: scale(1);
    transition: all 1s ease-out;
	}
.p_b_pic ul li a .pic .img img{ max-width: 100%; display: block;}
.p_b_pic ul li a font{ display: block; margin-top: 18px; height: 45px; line-height: 24px; background: url(../images/p_icon.png) center bottom no-repeat;}


.p_b_pic ul li a .pic .pic_s{ position:absolute; background-image: url(../images/p_s.png); background-position: center; background-repeat: no-repeat; bottom:-100%; height:100%; left:0; width:100%; background-color:rgba(0,0,0,0.4); z-index:999; transition:0.5s;}
.p_b_pic ul li a:hover .pic .pic_s{ bottom:0; transition:0.5s;}
.p_b_pic ul li a:hover font{ color:#cd0000;}

.p_b_pic ul li:nth-child(4n){ margin-right:0}


.Menubob { text-align:center; margin-top:20px}
.Menubob a{
	margin: 0 10px;
    padding: 8px 40px;
    font-size: 18px;
    border-radius: 5px;
    background: #fff;
    line-height: 40px;
    border: 1px solid #dfdfdf;
	}
.Menubob a:hover{background:#cd0000; color:#fff; border:1px solid #cd0000; }
.Menubob a.hover{ background:#cd0000; color:#fff; border:1px solid #cd0000;}


.Iabout-Inews{position:relative;width:100%;height:408px;}
.Iabout-Inews .Bg{position:absolute;width:100%;height:100%;background-color:#505050;}
.Iabout{width:50%;}
.Iabout-title{margin-top:30px;color:#fff;}
.Iabout-title h2{
	font-size: 24px;
    line-height: 1.6;
    letter-spacing: .06px;
    text-transform: uppercase;
	}
.Iabout-title h3{
	font-size: 20px;
    line-height: 1.6;
    letter-spacing: .06px;
    text-transform: uppercase;
	}

.Iabout-text{
	margin-top: 18px;
    height: 200px;
    display: block;
    overflow: hidden;
	}
.Iabout-text *{
    font-size: 16px;
    line-height: 2;
    color: #fff;
	text-align:justify
	}


#new{display:inline-block;position:relative;    width: 35%;height: 406px;color:#fff;z-index:99;}
#iNewsSwper{height:100%;background:url(../img/Inews/Inews-bg.png) no-repeat center/cover;}
.Inews-console{position:absolute;right:0;top:-40px;width:100%;height:100%;text-align:right;}
.Inews-console .Bg{background-color:#cd0000;}
.Inews-console .iNbtn{display:inline-block;font-size: 30px;line-height: 40px;margin-right:30px;cursor:pointer;-webkit-user-select:none;user-select:none;}
.Inews-content{margin:30px;}
.Inews-content .Inews-title{}
.Inews-content .Inews-title h2{
	font-size: 24px;
    line-height: 1.6;
    letter-spacing: .06px;
    text-transform: uppercase;
	}
.Inews-content .Inews-title h3{
	    font-size: 20px;
    line-height: 1.6;
    letter-spacing: .06px;
    text-transform: uppercase;
	}

.Inews-ul{margin:10px 0;}
.Inews-ul li > a{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:space-between;color:#fff;    font-size: 16px;padding: 8px 0;letter-spacing: 0.2px;}
.Inews-ul li .Inews-left{width:70%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.Inews-ul li > a:hover{color:#cd0000;}
.Inews-ul li .Inews-right{ font-family:Arial, Helvetica, sans-serif; font-size:14px;}
.web-content{position:relative;width:1200px;margin:auto;}



.index2 {
    background: #f7f7f7;
    padding-bottom: 20px;
}

.index_news {
	width: 1200px;
	margin: 0 auto;
}

.g_newcon{padding-top:55px;height: 174px;background: url(../images/newbg.jpg) no-repeat center top;}
.g_newcon h2{height: 119px;text-align: center;font-size: 35px;font-weight: bold;color: #2a2c2f;}
.g_newcon h2 b{color: #cd0000}
.g_newcon h2 em{display: block;font-size: 18px;color: #222222;font-weight: normal;padding-top: 6px;}
.g_newcon h2 span{display: block;font-size: 18px;color: #222222;font-weight: normal;padding-top: 6px;}
.g_newcon h2 a{color: #2a2c2f; font-size: 35px;}



.news_c{}
.news_c dl{ height:129px; border: 1px solid #d5d5d5; width:582px; margin-bottom:20px; margin-right:15px;position: relative; overflow: hidden; float: left;}
.news_c dt{ width:108px; overflow: hidden;position: relative; float: left; font-size: 14px; font-family: Arial; color:#b6b6b6; padding-top: 30px;text-transform: uppercase;text-align: center;}
.news_c dt::before{position: absolute;content:""; width:1px; height:67px; border-right:1px solid #eaeaea; top: 32px; right:0;}
.news_c dt span{display: block; font-size: 48px; color:#0051a3;padding-top: 5px; line-height: 50px;}
.news_c dd{width:453px; float: right; overflow: hidden;}
.news_c dd h3{ line-height: 24px; font-size: 16px; padding-top: 26px;}
.news_c dd h3 a{ color:#333;font-size: 16px; }
.news_c dd p{ font-size: 14px; padding: 10px 100px 0 0;line-height: 26px; color:#818181;}
.news_c dd i{display: block; position: absolute; top: 63px; right:20px; width:38px;height:38px; overflow: hidden;display: none;}
.news_c dl:hover{border:1px solid #54a7db;position: relative; z-index: 8;}
.news_c dl:hover dd i{display: block;}


.inews{width: 100%;padding-bottom: 50px;}
.inews .inmainCon{width: 100%;margin-top:20px;}
.inews .inmainCon .menu{text-align: center;}
.inews .inmainCon .menu li{
	display: inline-block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e4e4e4;
    font-size: 17px;
    color: #666666;
    margin: 0 6px;
    background: #fff;
	}
.inews .inmainCon .menu li a{color: #666666;text-decoration: none;}
.inews .inmainCon .menu li.cur{background: #cd0000;border-color: #cd0000;}
.inews .inmainCon .menu li.cur a{color: #fff;}
.inews .inmainCon .conBox{
	margin-top: 30px;
	}

.inews .inmainCon .conBox dl{
	height: 129px;
    border: 1px solid #d5d5d5;
    width: 585px;
    margin-bottom: 20px;
    margin-right: 25px;
    position: relative;
    overflow: hidden;
    float: left;
    background: #fff;
	}

.inews .inmainCon .conBox dl:nth-child(2n){ margin-right:0}
 
.inews .inmainCon .conBox dt{ width:108px; overflow: hidden;position: relative; float: left; font-size: 14px; font-family: Arial; color:#b6b6b6; padding-top: 30px;text-transform: uppercase;text-align: center;}
.inews .inmainCon .conBox dt::before{position: absolute;content:""; width:1px; height:67px; border-right:1px solid #eaeaea; top: 32px; right:0;}
.inews .inmainCon .conBox dt span{display: block; font-size: 48px; color:#31323b;padding-top: 5px; line-height: 50px;}
.inews .inmainCon .conBox dd{width:453px; float: right; overflow: hidden;}
.inews .inmainCon .conBox dd h3{ line-height: 24px; font-size: 16px; padding-top: 26px;}
.inews .inmainCon .conBox dd h3 a{ color:#333;font-size: 16px; }
.inews .inmainCon .conBox dd:hover h3 a{ color:#cd0000;font-size: 16px; }
.inews .inmainCon .conBox dd p{ 
    font-size: 14px;
    padding: 10px 70px 0 0;
    line-height: 24px;
    color: #888;
}
.inews .inmainCon .conBox dd i{display: block; position: absolute; top: 63px; right:20px; width:38px;height:38px; overflow: hidden;display: none;}
.inews .inmainCon .conBox dl:hover{border:1px solid #cd0000;position: relative; z-index: 8;}
.inews .inmainCon .conBox dl:hover dd i{display: block;}


.Iadvantage{
	background: url(../img/Iadvantage/Iadvantage-bg.jpg) no-repeat center/cover;
    padding: 80px 0 100px;
	}
.Iadvantage-title, .Icustomer-title{padding:45px 0;text-align:center;color:#c9caca;}
.Iadvantage-title p, .Icustomer-title p{margin-top: 10px;font-size: 17px;}
.Iadvantage-content{ margin-top:35px}

.Iadvantage-content .box{width:30%;text-align:center;color:#c9caca;cursor:pointer;}
.Iadvantage-content .box .icon-pic{width: 140px;-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-webkit-transition:.8s ease-in-out;-moz-transition:.8s ease-in-out;z-index:2;}
.Iadvantage-content .box:hover .icon-pic{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg);}
.Iadvantage-content .box .icon-text h2{
	color: #cd0000;
    font-size: 16px;
    margin: 10px auto;
    text-transform: uppercase;
	}
.Iadvantage-content .box .icon-text h3{color:#fff;padding-top:10px; font-size:20px;}
.Iadvantage-content .box .icon-text .text{
	width: 90%;
    margin: auto;
    font-size: 16px;
    line-height: 1.8;
	}
.Iadvantage-content .box .icon-text .text span{padding: 0 4px;font-size:19px;letter-spacing: 1px;color:#fab909;}



/**/
.rybj{
    height: 824px;
    background: #fff url(../images/rybg.png) no-repeat center 690px;
    padding-top: 60px;
    overflow: hidden;
    box-sizing: border-box;
	}
.ry{ position: relative; }
.carousel-container {
	position: relative;
    width: 1200px;
    height: 500px;
    margin: 30px auto 0;
	}
#carousel {
	height: 500px;
    width: 1200px;
    position: relative;
	}
#carousel img{width:375px; height:500px; display:block;background: url(../images/ryspanbg.png) no-repeat center bottom;}

.carousel-image {border:0;display:block;}
.carousel-feature img{width:559px; height:345px; display:block;background: url(../images/ryspanbg.png) no-repeat center bottom;padding-bottom: 36px;}
.carousel-feature .carousel-caption {position:absolute; bottom:0;width:100%;background-color:#fff; text-align:center;}
.carousel-feature .carousel-caption p {margin:0;padding:5px; font-weight:bold;font:14px/38px "Microsoft Yahei";color:#333;}
.tracker-summation-container {position:absolute;color:#333;display:none; right:48px;top:230px;padding:3px;margin:3px; background-color:#fff;}
.tracker-individual-container {position:absolute;color:white;right:410px;bottom:0;padding:0;margin:0;}
.tracker-individual-container li {list-style:none;}
.tracker-individual-container .tracker-individual-blip {margin:0 3px;width:30px;height:10px;font-size:0; padding:0 3px;color:white;text-align:center;background-color:#DDD;}
.tracker-individual-container .tracker-individual-blip-selected {color:white; font-weight:bold;background-color:#3DA10B;}

.photo_btn {position: absolute;top: 43%;z-index: 9;width: 50px;height: 50px;margin-top: -25px;border: 0; font-size: 0;}
.carousel-container .prev {position: absolute;top: 36%;z-index: 9;left: 0px; background: url(../images/ryleft.png) no-repeat;display: inline-block;height: 54px;width: 27px;}
.carousel-container .next {position: absolute;top: 36%;z-index: 9;right: 0px;background: url(../images/ryright.png) no-repeat; display: inline-block;height: 54px; width: 27px;}
.carousel-container .carousel-feature { position: relative;}
.carousel-container .titlework { background: url(../images/ryspanbg.png) no-repeat center top;display: block; height: 50px;left: 50%; line-height: 30px;position: absolute; text-align: center;top: 345px; width: 259px;margin-left:-128px;display: block;text-align: center; font-size: 0; color:#333333; line-height: 50px;}
.ry  .more a{ margin:0 auto; font-size: 14px;color: #fff; background:#0078cb; border-radius: 30px; width: 144px;line-height: 37px; height: 37px; display: block; text-indent: 35px;}
