﻿@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	width:100%;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
}
.clear{
	clear:both;
}
img{
	border:0;
}
ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
a{
	text-decoration:none;
}
.red{
	color:#de3535;
}

/******************************header******************************/
.header{
	width:1200px;
	margin:0 auto;
	padding:15px 0;
}
.header_left{
	float:left;
}
.header_right{
	float:right;
	text-align:right;
	margin-top:25px;
}
.header_right_link{
	color:#f39800;
}
.header_right_link a{
	color:#f39800;
	margin:0 5px;
}
.header_right_link a:hover{
	color:#5fb7e0;
}
.header_right_txt{
	margin-top:15px;
}

/******************************menu******************************/
.menu_bg{
	width:100%;
	background:#55bcfc;
}
.menu{
	width:1200px;
	margin:0 auto;
}
.menu li{
	float:left;
	height:80px;
}
.menu li a{
	display:block;
	height:80px;
	line-height:80px;
	padding:0 55px;
	font-size:18px;
	color:#000;
}
.menu li a:hover{
	background:#42abfb;
}

/******************************banner******************************/
.banner{
	width:100%;
	height:527px;
}
#full-screen-slider {
	width:100%; 
	height:527px;
	position:relative;
}
#slides { 
	display:block; 
	width:100%; 
	height:527px; 
	position:relative;
}
#slides li {
	display:block; 
	width:100%; 
	height:100%;
	position:absolute;
}
#slides li a {
	display:block; 
	width:100%; 
	height:100%; 
	text-indent:-9999px;
}
#pagination {
	display:block;
	position:absolute; 
	left:23.4%;
	bottom:20px;
	z-index:9900;  
	padding:5px 15px 5px 0; 
	margin:0;
}
#pagination li { 
	display:block; 
	width:10px; 
	height:10px; 
	float:left; 
	margin-left:10px; 
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	background:#FFF;
	text-indent:-9999px;
	cursor:pointer;
	box-shadow: 0px 1px 2px #555 inset;
}
#pagination li.current {
	background:#5fb7e0;
}

/******************************about******************************/
.about_bg{
	width:100%;
	background:url(../images/about_01.jpg) repeat-y center;
	padding:40px 0;
}
.about{
	width:1200px;
	margin:0 auto;
}
.about_title{
	text-align:center;
}
.about_txt{
	color:#666;
	font-size:14px;
	line-height:26px;
	margin-top:20px;
}
.about_txt_blue{
	color:#f92d4d;
}
.about_view{
	width:266px;
	margin:30px auto 0 auto;
}
.about_view a{
	display:block;
	width:260px;
	height:50px;
	line-height:50px;
	text-align:center;
	border:3px solid #00ace9;
	font-size:24px;
	color:#00ace9;
	text-transform:uppercase;
}
.about_view a:hover{
	background:#00ace9;
	color:#fff;
}

/******************************mix******************************/
.mix_bg{
	width:100%;
	background:#f0f2f1;
}
.mix{
	width:1200px;
	margin:0 auto;
	padding:30px 0;
}

/**********mix_left**********/
.mix_left{
	float:left;
	width:735px;
}

/*focus*/
.focus{
	position:relative;
	width:735px;
	height:320px;
	float: left;
}  
.focus img{
	width: 735px;
	height: 320px;
}
.focus .fPic{
	position:absolute; 
	left:0px; 
	top:0px;
}  
.focus .shadow{ 
	width:100%;
	position:absolute;
	bottom:0; 
	left:0px;
	z-index:10; 
	height:50px;
	line-height:50px; 
	background:rgba(0,0,0,0.6);    
	filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  
	display:block;
	text-align:left;
}  
.focus .shadow a{
	text-decoration:none; 
	color:#fff; 
	font-size:18px; 
	overflow:hidden;
	margin-left:10px;
}  
.focus .fcon{
	position:relative; 
	width:100%;
	float:left;
	display:none;
	background:#000;
}  
.focus .fcon img{ 
	display:block;
}  
.focus .fbg{
	position:absolute;
	z-index: 200;
}  
.focus .prev,.focus .next{
	position:absolute;
	width:40px;
	height:74px;
	background: url(../images/focus_btn.png) no-repeat;
}
.focus .prev{
	top: 50%;
	margin-top: -37px;
	left: 0;
	background-position:0 -74px;
	cursor:pointer;
}  
.focus .next{
	top: 50%;
	margin-top: -37px; 
	right: 0;  
	background-position:-40px -74px;  
	cursor:pointer;
}  
.focus .prev:hover{
	background-position:0 0;
}  
.focus .next:hover{
	background-position:-40px 0;
}  

/*activity*/
.activity{
	clear:both;
	margin-top:30px;
}
.activity_list{
	margin-top:10px;
}
.activity_list li{
	border-bottom:1px solid #eaeaea;
	padding:27px 0;
}
.activity_list li .activity_list_left{
	float:left;
	width:71px;
	height:76px;
	border-left:5px solid #00ace9;
	background:#5e5e5c;
	text-align:center;
	color:#fff;
}
.activity_list li .activity_list_left_01{
	font-size:36px;
	padding-top:8px;
}
.activity_list li .activity_list_left_02{
	font-size:14px;
}
.activity_list li .activity_list_right{
	float:right;
	width:650px;
	margin-top:3px;
}
.activity_list li .activity_list_right_title a{
	font-size:18px;
	color:#313131;
}
.activity_list li .activity_list_right_title a:hover{
	color:#00ace9;
}
.activity_list li .activity_list_right_txt{
	font-size:14px;
	line-height:22px;
	margin-top:5px;
	color:#909090;
}
.activity_list li .activity_list_right_txt a{
	color:#00ace9;
}
.activity_list li .activity_list_right_txt a:hover{
	color:#ffa200;
}

/**********mix_right**********/
.mix_right{
	float:right;
	width:375px;
	margin-right:35px;
}
.mix_right_img{
	margin-bottom:20px;
}

/*authorized*/
.authorized_title{
	width:375px;
	height:55px;
	line-height:55px;
	text-align:center;
	background:#44a7e4;
	font-size:18px;
	color:#fff;
}
.authorized_img{
	text-align:center;
	padding:20px 0;
}

/*hosted*/
.hosted_title{
	width:375px;
	height:55px;
	line-height:55px;
	text-align:center;
	background:#0786d4;
	font-size:18px;
	color:#fff;
}
.hosted_video{
	margin-top:20px;
}

/******************************news******************************/
.news_bg{
	width:100%;
	background:url(../images/news_01.jpg);
}
.news{
	width:1200px;
	margin:0 auto;
	padding:50px 0;
}
.news_left{
	float:left;
	width:690px;
}
.news_left_title{
	border-left:5px solid #00ace9;
	padding-left:10px;
	font-size:18px;
	text-transform:uppercase;
	color:#000;
}
.news_left_content{
	margin-top:20px;
}
.news_left_content_left{
	float:left;
	width:330px;
}
.news_left_content_left_link_bg{
	background:#55bcfc;
	padding:15px 0;
}
.news_left_content_left_link{
	width:300px;
	margin:0 auto;
}
.news_left_content_left_link_title a{
	font-size:18px;
	color:#fff;
}
.news_left_content_left_link_title a:hover{
	color:#ffa200;
}
.news_left_content_left_link_txt{
	font-size:14px;
	color:#fff;
	line-height:18px;
	margin-top:5px;
}
.news_left_content_right{
	float:right;
	width:300px;
}
.news_left_alone{
	padding:20px 0;
}
.news_left_alone_border{
	border-bottom:1px solid #e1e1e1;
}
.news_left_alone_title a{
	font-size:18px;
	color:#313131;
}
.news_left_alone_title a:hover{
	color:#2cadff;
}
.news_left_alone_txt{
	font-size:14px;
	color:#909090;
	line-height:26px;
	margin-top:8px;
}
.news_left_alone_more{
	margin-top:8px;
}
.news_left_alone_more a{
	display:block;
	width:86px;
	height:26px;
	line-height:26px;
	text-align:center;
	background:#2cadff;
	font-size:14px;
	color:#fff;
}
.news_left_alone_more a:hover{
	background:#1097ed;
}
.news_right{
	float:right;
	width:410px;
}
.news_right_title{
	border-left:5px solid #00ace9;
	padding-left:10px;
	font-size:18px;
	text-transform:uppercase;
	color:#000;
}
.news_right_content{
	width:100%;
	background:#4b89ae;
	margin-top:40px;
	padding-bottom:20px;
}
.news_right_content_img img{
	margin:-15px 0 0 25px;
}
.news_right_list{
	width:300px;
	margin:25px 0 0 80px;
}
.news_right_list li{
	padding:20px 0;
}
.news_right_list li .news_right_list_title a{
	font-size:18px;
	color:#fff;
}
.news_right_list li .news_right_list_title a:hover{
	color:#09dadc;
}
.news_right_list li .news_right_list_txt{
	font-size:14px;
	line-height:24px;
	margin-top:5px;
	color:#d6d6d6;
}
.news_right_list li .news_right_list_txt a{
	color:#09dadc;
}
.news_right_list li .news_right_list_txt a:hover{
	color:#ffa200;
}

/******************************record******************************/
.record_bg{
	width:100%;
	height:600px;
	background:#f0f2f1;
}
.record{
	width:1200px;
	margin:0 auto;
	padding:40px 0 0 0;
}
.record_left{
	float:left;
	width:550px;
	background:#15bedd;
}
.record_content{
	width:500px;
	margin:0 auto;
	padding:20px 0;
}
.record_title{
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
}
.record_txt{
	font-size:14px;
	color:#fff;
	line-height:24px;
	margin-top:10px;
}
.record_right{
	float:left;
	width:600px;
	background:#2cadff;
}

/******************************cooperation******************************/
.cooperation{
	width:1200px;

	margin:0 auto;
	padding:30px 0 0 0;
}
.cooperation_title{
	text-align:center;
}
.cooperation_list{
	
}
.cooperation_list li{
	float:left;
	margin:10px 10px 0 10px;
}

/******************************footer******************************/
.footer_bg{
	width:100%;	
	background:#353f49;
	/*margin-top:50px;*/
}
.footer{
	width:1200px;
	margin:0 auto;
	padding:15px 0;
}
.footer_left{
	float:left;
}
.footer_mid{
	float:left;
	font-size:14px;
	color:#fff;
	line-height:26px;
	margin:35px 0 0 50px;
}
.footer_right{
	float:right;
	margin:10px 30px 0 0;
}

/* 图片横向css */
.picMarquee-left{ width:450px; height:150px;  overflow:hidden; position:relative;  border:1px solid #ccc;   }
		.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
		.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("/images/arrow.png") no-repeat;}
		.picMarquee-left .hd .next{ background-position:0 -50px;  }
		.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
		.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
		.picMarquee-left .bd{ padding:10px;   }
		.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
		.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picMarquee-left .bd ul li .pic{ text-align:center; }
		.picMarquee-left .bd ul li .pic img{ width:120px; height:90px; display:block; padding:2px; border:1px solid #ccc; }
		.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
		.picMarquee-left .bd ul li .title{ line-height:24px;   }


