@charset "utf-8";


@font-face{
     font-family: 'poppins_l'; 
     src: url('/template/shuanglong/static/font/Poppins-Light.ttf');
}
@font-face{
     font-family: 'poppins_r'; 
     src: url('/template/shuanglong/static/font/Poppins-Regular.ttf');
}
@font-face{
     font-family: 'poppins_m'; 
     src: url('/template/shuanglong/static/font/Poppins-Medium.ttf');
}

body{
	background: #f2f2f2;
}

/*翻页-浅易样式*/
.pagelist{
    width: 100%;
    text-align: center;
}
.pagelist #pege li{
    list-style: none;
    display: inline-block;
    margin: 0px 2px;
    border: 1px #dcdcdc solid;
    color: #898989;
    width: 40px;
    height: 40px;
    padding: 0px;
    text-align: center;
    line-height: 40px;
    background: #f9f9f9;
    overflow: hidden;
    font-size: 14px;
}
.pagelist #pege li:first-child,
.pagelist #pege li:last-child{
	width: 68px;
}
.pagelist #pege li a{
    display: block;
    width: 100%;
    height: 100%; 
    transition: all ease 0.5s;
    color: #333;
    background-color: #fff;
    line-height: 40px;
}
.pagelist #pege li a:hover{
    background: #3c70c7;
    color: #fff;
}


/*---------------------------------
内页banner
-----------------------------------*/
.inner_banner{
	height: 380px;
	background-position: center;
	background-size: cover;
}
.inner_banner.banner_about{
	background-image: url(/template/shuanglong/static/image/banner_about.jpg);
}
.inner_banner.banner_mes{
	background-image: url(/template/shuanglong/static/image/banner_mes.jpg);
}
.inner_banner.banner_con{
	background-image: url(/template/shuanglong/static/image/banner_contact.jpg);
}
.inner_banner.banner_pro{
	background-image: url(/template/shuanglong/static/image/banner_pro.jpg);
}
.inner_banner.banner_news{
	background-image: url(/template/shuanglong/static/image/banner_news.jpg);
}
.inner_banner.banner_rec{
	background-image: url(/template/shuanglong/static/image/banner_rec.jpg);
}
.inner_banner .tit{
	font-size: 42px;
	color: #fff;
	padding-top: 160px;
	text-align: center;
	line-height: 1.3;
}
.inner_banner .subtit{
	font-family: 'poppins_r';
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}



/*---------------------------------
内页二级导航+面包屑导航
-----------------------------------*/
.container.inner{
	background: #fff;
}
.second_box{
	margin-top: -70px;
	position: relative;
}
.second_box:before{
	content: "";
	position: absolute;
	display: block;
	height: 3px;
	width: 100%;
	background: #f2f2f2;
	bottom: 0;
}
.second_box .second_nav li{
	margin-left: 50px;
}
.second_box .second_nav li a{
	line-height: 67px;
	font-size: 16px;
	display: block;
	border-bottom: 3px transparent solid;
	position: relative;
	z-index: 1;
}
.second_box .second_nav li a:hover,
.second_box .second_nav li a.current{
	border-color: #3c70c7;
	color: #3c70c7;
}
/*面包屑导航*/
.second_box .bread{
	font-family: 'poppins_r';
	line-height: 70px;
	margin-right: 50px;
	color: #888;
}
.second_box .bread a:hover{
	color: #3c70c7;
}


/*---------------------------------
内页正文部分
-----------------------------------*/
.inner .content{
	padding: 50px;
	min-height: 160px;
}
.inner .text{
	font-size: 15px;
	line-height: 1.8;
}
.inner .text img{
	max-width: 100%;
}



/*---------------------------------
在线留言
-----------------------------------*/
.mes_form input,
.mes_form textarea{
	border: 2px #eaeaea solid;
	padding: 10px;
	transition: all ease 0.4s;
	width: 100%;
	line-height: 1.6;
	color: #444!important;
}
.mes_form input:focus,
.mes_form textarea:focus{
	border-color: #3c70c7;
}
.mes_form .input_item{
	width: 31%;
	margin-right: 3.5%;
	margin-top: 20px;
}
.mes_form .input_item:last-child{
	margin-right: 0;
}
.mes_form .textarea_box{
	margin-top: 20px;
}
.mes_form textarea{
	min-height: 160px;
	resize: vertical;
}
#msgLeft_Btn_div{
	margin-top: 20px;
	text-align: center;
}
#msgLeft_Btn{
	display: inline-block;
	text-align: center;
	width: 160px;
	line-height: 46px;
	color: #fff;
	background: #444;
	font-size: 15px;
}
#msgLeft_Btn:hover{
	background: #3c70c7;
}



/*---------------------------------
联系Asia game中国网站
-----------------------------------*/
.iframe_map{
	border: none;
	width: 50%;
	height: 500px;
}
.contact_list{
	padding-left: 5%;
	padding-top: 120px;
}
.contact_list p.tit{
	font-size: 22px;
	margin-bottom: 20px;
}
.contact_list p{
	margin-bottom: 10px;
}
.contact_list p .fa-stack{
	margin-right: 10px;
}




/*---------------------------------
产品列表
-----------------------------------*/
.pro_list li{
	display: block;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 40px;
}
.pro_list li:nth-child(4n){
	margin-right: 0;
}
.pro_list .img_cover{
	overflow: hidden;
	position: relative;
}
.pro_list .img_cover img{
	width: 100%;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s;
}
.pro_list a:hover .img_cover img{
	transform: scale(1.1);
}
.pro_list a .img_cover:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s;
}
.pro_list a:hover .img_cover:after{
	background-color: rgba(38, 44, 55, 0.4);
}
.pro_list a p.tit{
	font-size: 14px;
	color: #666;
	padding: 14px 14px;
	background-color: #fff;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s;
}
.pro_list a:hover p.tit{
	border-color: #3c70c7;
	color: #3c70c7;
}
.pro_list a p.tit span{
	display: block;
	width: 80%;
}
.pro_list a p.tit .fr{
	height: 1.8em;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s;
}
.pro_list a:hover p.tit .fr{
	color: #3c70c7;
}




/*---------------------------------
产品详细
-----------------------------------*/
.detail_box_1{
	border: 1px #eaeaea solid;
	border-bottom: 0;
}
.detail_box_1 .img_box{
	padding: 20px;
	border-right: 1px #eaeaea solid;
	max-width: 50%;
}
.detail_box_1 .img_box img{
	max-width: 100%;
}
.detail_box_1 .info_box{
	max-width: 50%;
	padding: 20px;
}
.detail_box_1 .info_box h3{
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: normal;
}
.detail_box_1 .info_box .brief{
	color: #666;
	margin-bottom: 16px;
}
.detail_box_1 .info_box .con{
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
}
.detail_box_1 .info_box .con p.large{
	font-family: 'poppins_m';
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 1.2;
	color: #3c70c7;
}
.detail_box_1 .info_box .btn_box a{
	display: block;
	width: 140px;
	color: #fff;
	text-align: center;
	float: left;
	line-height: 42px;
	background: #444;
}
.detail_box_1 .info_box .btn_box a:hover{
	background: #333;
}
.detail_box_1 .info_box .btn_box a:first-child{
	margin-right: 14px;
	background: #3c70c7;
}
.detail_box_1 .info_box .btn_box a:first-child:hover{
	background: #2759ad;
}
.detail_box_2 p.tit{
	border: 1px #eaeaea solid;
	border-left: 0;
	font-size: 15px;
}
.detail_box_2 p.tit span{
	display: block;
	color: #fff;
	background: #444;
	text-align: center;
	line-height: 46px;
	width: 160px;
}
.detail_box_2 .text{
	border: 1px #eaeaea solid;
	border-top: 0;
	padding: 20px;
}
.detail_box_2 .page_change{
	border: 1px #eaeaea solid;
	border-top: 0;
	padding: 10px 20px;
}



/*---------------------------------
新闻列表
-----------------------------------*/
.news_list{
	margin-bottom: 20px;
}
.news_list_item{
	border-bottom: 1px #eaeaea dashed;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: all ease 0.4s;
}
.news_list_item:hover{
	background: #3c70c7;
}
.news_list_box .date_box{
	max-width: 12%;
	display: block;
	background: #f2f2f2;
	padding: 16px 20px;
	font-family: 'poppins_m';
	font-size: 24px;
	line-height: 1.3;
}
.news_list_box .news_list_item:hover .date_box{
	background: #3c70c7;
	color: #fff;
}
.news_list_box .date_box .ee{
	font-family: 'poppins_r';
	font-size: 18px;
	color: #666;
	transition: all ease 0.4s;
}
.news_list_box .news_list_item:hover .date_box .ee{
	color: #fff;
}
.news_list_box .info_box{
	max-width: 88%;
	padding-left: 20px;
}
.news_list_box .info_box .tit{
	font-size: 18px;
	margin-bottom: 6px;
}
.news_list_box .news_list_item:hover .info_box .tit{
	color: #fff;
}
.news_list_box .info_box .brief{
	color: #888;
	margin-bottom: 6px;
	line-height: 1.6;
	transition: all ease 0.4s;
}
.news_list_box .news_list_item:hover .info_box .brief{
	color: rgba(255, 255, 255, 0.6);
}




/*---------------------------------
新闻详细
-----------------------------------*/
.news_detail_box h3{
	text-align: center;
	font-size: 24px;
	line-height: 1.6;
	font-weight: normal;
	padding: 0 30px;
}
.news_detail_box .info{
	text-align: center;
	color: #888;
	padding: 8px 0;
	border-bottom: 1px #eaeaea dashed;
}
.news_detail_box .text{
	padding: 30px;
}
.news_detail_box .page_change{
	border-top: 1px #eaeaea dashed;
	padding-top: 20px;
}



/*---------------------------------
新闻列表
-----------------------------------*/
.rec_list .rec_list_item li{
	border-bottom: 1px #eaeaea dashed;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.rec_list .rec_list_item a{
	font-size: 24px;
	margin-bottom: 6px;
	display: block;
}
.rec_list .rec_list_item a:hover{
	color: #3c70c7;
}
.rec_list .rec_list_item span{
	color: #666;
	border-right: 1px #eaeaea solid;
	padding-right: 10px;
	margin-right: 10px;
}
.rec_list .rec_list_item span:last-child{
	border-right: 0;
}
<!--耗时1758484108.747秒-->