/*header*/
.header_top{
	overflow: hidden;
	height: 110px;
}

.header_left{
	width: 200px;
	height: 110px;
	padding-top: 33px;
}

.header_left a{
	height: 110px;
	/*text-indent: -999em;
*/
	display: block;
	/*background: url(../img/logo.png) no-repeat center;
*/
}

.header_right{
	padding-top: 33px;
}

.nav_menu ul{
	overflow: hidden;
}

.nav_menu ul li{
	float: left;
	width: 100px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-left: 15px;
	border-radius: 5px;
}

.nav_menu ul li a{
	display: block;
	color: #000;
}

.nav_menu ul li.active,
.nav_menu ul li:hover{
	background-color: #5a697a;
}

.nav_menu ul li.active a,
.nav_menu ul li:hover a{
	color: #fff;
}

/*header END*/

/*banner*/
.banner_pic{
	height: 780px;
	width: 100%;
	position: relative;
	min-width: 1200px;
	margin-bottom: 100px;
}

.swiper-container.banner_swiper{
	height: 780px;
}

.width1200.headline{
	left: 50%;
	margin-left: -600px;
	position: absolute;
	top: 0;
	z-index: 3;
	height: 100%;
}

.headline_title{
	width: 565px;
	height: 86px;
	background: url(../img/headline_title.png) no-repeat center;
	text-indent: -999em;
	position: absolute;
	left: 50%;
	margin-left: -282.5px;
	top: 242px;
}

.headline_button{
	width: 426px;
	height: 66px;
	position: absolute;
	bottom: 155px;
	left: 50%;
	margin-left: -213px;
	z-index: 3;
}

.headline_button_g{
	width: 190px;
	height: 66px;
	float: left;
	line-height: 66px;
	padding-left: 56px;
	position: relative;
	background-color: rgba(255,255,255,0.5);
	background-color: #fff \9;
	border-radius: 5px;
	font-size: 16px;
}

.headline_button_g b{
	position: absolute;
	left: 16px; 
	top: 50%;
}

.headline_button_g:hover{
	cursor: pointer;
}

.headline_button_g:hover .headline_img{
	display: block;
}

.program{
	margin-right: 26px;
}

.program b{
	width: 27px;
	height: 27px;
	background-position: 0 0;
	margin-top: -13.5px;
}

.offical b{
	width: 26px;
	height: 26px;
	margin-top: -13px;
	background-position: 0 -37px;
}

.headline_img{
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	margin-left: -50px;
	top: 75px;
	display: none;
}

.headline_img img{
	width: 100%;
}

/*banner end*/

/*about us*/

.about_left{
	width: 50%;
	height: 450px;
	overflow: hidden;
	margin-bottom: 100px;
}

.about_left img{
	max-width: 100%;
}

.about_right{
	width: 50%;
	padding-left: 58px;
	height: 450px;
	position: relative;
}

.about_right h2{
	font-size: 45px;
	color: #222;
	line-height: 82px;
	margin-bottom: 3px;
}

.about_text{
	line-height: 28px;
	color: #666666;
	font-size: 16px;
}

.about_text p{
	margin-bottom: 28px;
}

.about_right a{
	position: absolute;
	bottom: 0;
	right: 0;
	color: #3668a5;
}

/*us END*/

/*evaluating*/

.swiper-container.evaluating{
	min-width: 1200px;
	height: 780px;
	margin-bottom: 100px;
}

.pagination_evaluating{
	height: 12px;
}

.pagination {
  position: absolute;
  z-index: 20;
  bottom: 6px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  margin: 0 8px;
  border: 2px solid #222222;
  cursor: pointer;
}
.swiper-active-switch {
  background: #222222;
}

.evaluating_ul{
	overflow: hidden;
}

.evaluating_ul li{
	width: 25%;
	height: 350px;
	float: left;
	overflow: hidden;
	position: relative;
}

.evaluating_ul li img{
	max-width: 100%;
    display: block;
    height: 350px;
}

.synopsis{
	background-color: #3868a8;
	color: #fff;
	padding: 60px;
}

.synopsis h3{
	font-size: 2.5em;
	font-weight: 500;
	margin-bottom: 40px;
}

.evaluating_text{
	font-size: 1.5em;
}

.hint{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10px;
	left: 0;
	top: 0;
	transform:scale(0);
    -ms-transform:scale(0);
    -webkit-transform:scale(0);
    -o-transform:scale(0);
    -moz-transform:scale(0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: none \9;
}

.hint_b{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	background: #000 \9;
	color: #fff;
}

.hint_big{
	width: 100%;
	height: 100%;
	text-align: center;
	transform:scale(0);
    -ms-transform:scale(0);
    -webkit-transform:scale(0);
    -o-transform:scale(0);
    -moz-transform:scale(0);
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	position: relative;
}

.hint_big_tyext{
	position: absolute;
	top: 50%;
	left: 50%;
	left: 5% \9;
	top: 30% \9;
	transform: translate(-50%,-50%);
	width: 87%;
}

.hint_h3{
	font-size: 24px;
	margin-bottom: 10px;
}

.evaluating_ul li:hover .hint{
	transform:scale(1);
    -ms-transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform:scale(1);
    -moz-transform:scale(1);
    display: block \9;
}

.evaluating_ul li:hover .hint_big{
	transform:scale(1);
    -ms-transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform:scale(1);
    -moz-transform:scale(1);
}
/*evaluating END*/

/*strategy*/

.strategy{
	height: 550px;
	margin-bottom: 100px;
}

.strategy_left{
	width: 600px;
	padding-top: 58px;
}

.strategy_h3{
	font-size: 45px;
	margin-bottom: 34px;
}

.strategy_list{
	width: 600px;
	overflow: hidden;
	position: relative;
	padding-top: 68px;
}

.strategy_list b{
	position: absolute;
	width: 39px;
	height: 39px;
	left: 0;
	top: 0;
	background-position: 0 -153px;
}

.swiper-container.strategy-swiper{
	height: 346px;
}

.strategy_right,.swiper-container.strategy-img{
	width: 480px;
	height: 550px;
	overflow: hidden;
}

.strategy_text{
	height: 140px;
	line-height: 28px;
	font-size: 16px;
	color: #666666;
	margin-bottom: 34px;
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 5;    
	overflow: hidden;
}

.strategy_writer{
	overflow: hidden;
	/* width:  300px; */
}

.writer_img{
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-right: 37px;
}

.writer_img img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 180px;
}

.writer_text{
	padding-top: 10px;
	font-size: 20px;
	width: 370px;
}

.writer_text h4{
	line-height: 44px;
	margin-bottom: 6px;
}

.writer_text h4 a{
	color: #222222;
}

.writer_text span{
	line-height: 30px;
	color: #3668a5;
}

.strategy_button{
	position: absolute;
	bottom: 72px;
	right: 0;
	z-index: 9;
	overflow: hidden;
	width: 100px;
	background:  #fff;
	height: 100px;
	padding-top: 30px;
}

.strategy_button a{
	float: right;
	width: 31px;
	height: 31px;
	display: block;
}

.arrow-left.strategy_button_left{
	background-position: 0 -73px;
	margin-right: 5px;
}

.arrow-right{
	background-position: 0 -113px;
}

/*strategy END*/

/*sun_home*/

.sun_home{
	width: 100%;
	min-width: 1200px;
}

.sun_home_ul{
	overflow: hidden;
}

.sun_home_ul li{
	width: 25%;
	float: left;
	position: relative;
}

.sun_home_ul li img{
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}

.sun_text{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	color: #fff;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.sun_text_txt{
	position: absolute;
	bottom: 34px;
	width: 100%;
	left: 0;
	padding: 0 30px;
}

.txt_id{
	display: inline-block;
	padding: 0 20px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid #fff;
	line-height: 36px;
	text-align: center;
	margin-bottom: 40px;
	font-size: 18px;
}

.sun_text_txt h4{
	font-size: 24px;
	margin-bottom: 18px;
	font-weight: 500;
}

.txt_p{
	line-height: 26px;
	font-size: 18px;
}

.slogan{
	position: relative;
	height: 350px;
}

.good_live{
	position: absolute;
	width: 558px;
	height: 77px;
	left: 50%;
	margin-left: -279px;
	background: url(../img/title.png) no-repeat center;
	top: 100px;
	text-indent: -999em;
}

.slogan span{
	position: absolute;
	left: 50%;
	margin-left: -78px;
	color: #000;
	font-size: 16px;
	line-height: 26px;
	padding-left: 43px;
	bottom: 100px;
}

.slogan span:hover{
	cursor: pointer;
}

.slogan span b{
	position: absolute;
	width: 26px;
	height: 26px;
	background-position: 0 -37px;
	left: 0;
}

.slogan .slogan_img{
	width: 100px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 0px;
	display: none;
}
/*sun_home END*/

/*footer*/
.footer{
	width: 100%;
	height: 330px;
	background-color: #18101b;
	color: #fff;
	padding-top: 72px;
}
.footer_b{
	position: relative;
}

.footer_b dt{
	font-size: 20px;
	
}

.footer_b dl{
	line-height: 38px;
}

.footer_r{
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}

.footer_r img{
	display: block;
	margin-bottom: 60px;
}

/*footerEND*/

/*攻略*/
.public_banner{
	width: 100%;
	height: 260px;
	margin-bottom: 100px;
}

.public_title{
	line-height: 260px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
}

.strategy_ul li{
	margin-bottom: 60px;
}

.strategy_img{
	width: 600px;
	height: 400px;
	overflow: hidden;
}

.strategy_fr_text{
	width: 540px;
	height: 400px;
}

.strategy_fr_text h3{
	font-size: 30px;
	color: #222;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 10px;
}

.strategy_fr_text small{
	font-size: 20px;
	color: #000;
	display: block;
	margin-bottom: 30px;
}

.strategy_p{
	font-size: 16px;
	line-height: 28px;
	color: #666;
}

/*攻略END*/

/*about_us*/

.about_us{
	overflow: hidden;
}

.about_us p{
	font-size: 16px;
	margin-bottom: 40px;
	color: #666666;
	line-height: 30px;
}

.about_img{
	width: 500px;
	height: 550px;
	margin-left: 87px;
	margin-bottom: 20px;
}

.about_img img{
	display: block;
}

.about_h2{
	margin-bottom: 50px;
	font-size: 40px;
	color: #222222;
	font-weight: 500;
}

.home_ul{
	overflow: hidden;
	width: 1237px;
	margin-left: -37px;
}

.home_ul li{
	float: left;
	width: 580px;
	height: 585px;
	overflow: hidden;
	margin-bottom: 52px;
	margin-left: 37px;
}

.home_img{
	width: 580px;
	height: 350px;
	overflow: hidden;
	margin-bottom: 24px;
}

.home_h3 h3{
	line-height: 40px;
	font-size: 26px;
	color: #222222;
	font-weight: 500;
	margin-bottom: 6px;
}

.home_h3 small{
	line-height: 34px;
	font-size: 20px;
	color: #000;
	display: block;
	margin-bottom: 8px;
}

.home_txt p{
	line-height: 30px;
	font-size: 16px;
	color: #666666;
}

/*about_us end*/

/*details*/

.details_img{
	margin-bottom: 50px;
}

.details_img img{
	width: 100%;
}

.details_h1{
	margin-bottom: 47px;
}

.details_h1 h1{
	margin-bottom: 43px;
	font-size: 26px;
	color: #222;
	font-weight: normal;
}

.details_h1 small{
	font-size: 20px;
	color: #666666;
}

.details_text{
	font-size: 16px;
	color: #666;
}

.home_ul.buy-page li{
	width:363px;
}
.home_ul.buy-page li .home_img{
	height: 300px !important;
}
.home_ul.buy-page li{
	width: 363px;
    display: inline-block;
    height: auto !important;
    vertical-align: top;
    float: none;
}
/*details_end*/
