@charset "utf-8";

/*----------------初始代码-------------------*/

*{
	margin:0;
	padding:0;
	border:0;
}
ul,li,ol{
	list-style:none;
}
a{
	text-decoration:none;
	color:#333333;
}
a:hover{
	text-decoration:none;
	color:#203C61;
}
h1,h2,h3,h4,h5,h6{
	font-size:14px;
	font-weight:normal;
}
body{
	background:#ffffff;
	font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
	text-align:center;
	color:#333333;
}
input,textarea{
	font-weight:normal;
	font-size:14px;
	font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;
	background-color:#f5f5f5;
	color:#333333;
}
.clear{
	clear:both;
}
.float{
	float:left;
}
.floatr{
	float:right;
}

/*----------------禁止选择-------------------*/
/*
*{
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
*/

/*----------------选择颜色-------------------*/
::selection{
    background:#203C61;
    color:#ffffff;
}
::-moz-selection{
    background:#203C61;
    color:#ffffff;
}

/*----------------滚动条颜色-------------------*/
::-webkit-scrollbar{
    width:8px;
    background-color:#203C61;
}
::-webkit-scrollbar-thumb{
    width:8px;
    background-color:#aeaeae;
}
::-webkit-scrollbar-track-piece{
    width:8px;
    background-color:#f8f8f8;
}
::-webkit-scrollbar-thumb:hover{
    width:8px;
    background-color:#203C61;
}

/*----------------返回顶部-------------------*/

*html{
	background-image:url(about:blank);
	background-attachment:fixed;
}
.tbox{
	width:50px;
	float:right;
	position:fixed;
	right:10px;
	bottom:15px;
	_position:absolute;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));_margin-bottom:15px;display:none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.tbox #gotop{
	width:50px;
	height:50px;
	background:url(../images/top.png) no-repeat 0 0;
	display:block;
}

/*----------------分页-------------------*/

.anpager{
	padding:40px 0 10px 0;
	text-align:center;
}
.anpager a{
	background:#FFFFFF;
	color:#333333;
	margin:2px;
	padding:6px 10px;
	text-decoration:none;
	text-align:center;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.anpager a:hover{
	background:#203C61;
	color:#FFFFFF;
}
.anpager a.on{
	background:#203C61;
	color:#FFFFFF;
}

/*----------------滚动-------------------*/

.pager{
	width:100%;
	text-align:center;
	margin:0 auto;
}
.pager a{
	margin:20px 5px;
	text-decoration:none;
	width:12px;
	height:12px;
	background:#203C61;
	display:inline-block;
	text-indent:-9999px;
	border-radius:10px;
}
.pager a.selected{
	text-decoration:underline;
	width:12px;
	height:12px;
	background:#CA1F37;
	display:inline-block;
	text-indent:-9999px;
	border-radius:10px;
}
.prev{
	float:left;
	margin:-250px 0 0 -80px;
	font-size:60px;
}
.next{
	float:right;
	margin:-250px -80px 0 0;
	font-size:60px;
}

/*----------------图片切换-------------------*/

.picarr{
    position:relative;
    margin:20px auto;
}
.picarr .picture{
    width:100%;
    text-align:center;
}
.picarr .picture a{
    display:none;
}
.picarr .preview{
    width:100%;
    padding:10px 0;
    background:#eef3fa;
    border-radius:5px;
}
.picarr .preview li{
    float:left;
}
.picarr .preview li a{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.picarr .preview li a img{
    vertical-align:middle;
    height: 50px;
}

/*----------------头部-------------------*/

.head{
	width:100%;
	height:970px;
	position:relative;
	text-align:center;
}
/*----头部----*/
.head .top{
	width:100%;
	height:108px;
	padding: 26px 0;
	position:absolute;
	z-index:20000;
	left:0px;
	top:0px;
	text-align:center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.head .top .conbg{
	width:1400px;
	height:108px;
	margin:0 auto;
}
/*----logo----*/
.head .top .conbg .logo{
	float:left;
	margin-right: 27px;
	height:108px;
}
.head .top .conbg .logo img{
	height:108px;
}
/*----导航----*/
.head .top .conbg .navigation{
	float:left;
	width:826px;
	height:108px;
}
.head .top .conbg .navigation span{
	float:left;
	display:block;
	width:118px;
	height:108px;
	line-height:108px;
	text-align:center;
}
.head .top .conbg .navigation span a{
	display:block;
	height:108px;
	line-height:108px;
	font-size:17px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000000;
}
.head .top .conbg .navigation span a:hover{
	color:#ffffff;
	background: url(../images/mback.png) center top no-repeat;
}
.head .top .conbg .navigation span a.active{
	color:#ffffff;
	background: url(../images/mback.png) center top no-repeat;
}
.head .top .conbg .navigation span ul{
	position:absolute;
	z-index:9000;
	display:none;
    width:118px;
    margin-left:-10px;
    padding:10px;
	background:#ffffff;
    border-bottom:3px solid #203C61;
	overflow:hidden;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	*margin-left:-60px;
}
.head .top .conbg .navigation span ul li{
	height:35px;
	line-height:35px;
	border-bottom:1px solid #CCCCCC;
	text-align:center;
}
.head .top .conbg .navigation span ul li.noline{
	border-bottom-style:none;
}
.head .top .conbg .navigation span ul li a{
	display:block;
	color:#000000;
	font-size:15px;
	height:35px;
	line-height:35px;
	overflow:hidden;
	background:none;
	padding:0;
}
.head .top .conbg .navigation span ul li a:hover{
	color:#ffffff;
	background:#CA1F37;
}
/*----入口/电话----*/
.head .top .conbg .ksrk{
	float:right;
	width: 348px;
	height:108px;
	background: url(../images/tback.png) center top no-repeat;
	overflow: hidden;
}
.head .top .conbg .ksrk .link{
	float: left;
	width: 150px;
	padding: 0 10px 0 0px;
}
.head .top .conbg .ksrk .link .text a{
	display: block;
	width: 150px;
	height: 108px;
	line-height: 108px;
	background: url(../images/clicon.png) 15px center no-repeat;
	font-size: 18px;
	color: #ffffff;
	text-align: right;
}
.head .top .conbg .ksrk .tel{
	float: right;
	width: 158px;
	height: 58px;
	padding: 25px 10px 25px 20px;
}
.head .top .conbg .ksrk .tel .h1{
	width: 158px;
	height: 29px;
	line-height: 29px;
	background: url(../images/dhicon.png) 25px center no-repeat;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}
.head .top .conbg .ksrk .tel .h2{
	width: 158px;
	height: 29px;
	line-height: 29px;
	font-size: 18px;
	color: #FFFCCC;
	text-align: center;
}
/*----banner----*/
.head .banner{
	width:100%;
	height:700px;
	position:absolute;
	left:0px;
	top:160px;
	z-index:10000;
	text-align:left;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.head .banner #full-screen-slider{
	width:100%;
	height:700px;
	float:left;
	position:relative;
}
.head .banner #slides{
	display:block;
	width:100%;
	height:700px;
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
}
.head .banner #slides li{
	display:block;
	width:100%;
	height:100%;
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
}
.head .banner #slides li a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
.head .banner #pagination{
	display:block;
	list-style:none;
	position:absolute;
	left:50%;
	top:560px;
	z-index:9900;
	padding:5px 15px 5px 0;
	margin:0;
}
.head .banner #pagination li{
	display:block;
	list-style:none;
	width:14px;
	height:14px;
	float:left;
	margin-left:14px;
	border-radius:10px;
	/*background:#203C61;*/
}
.head .banner #pagination li a{
	display:block;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	text-indent:-9999px;
}
.head .banner #pagination li.current{
	/*background:#CA1F37;*/
}
/*----服务项目----*/
.head .clist{
	width:100%;
	height:220px;
	position:absolute;
	left:0px;
	top:750px;
	z-index:20000;
}
.head .clist .conbg{
	width: 1260px;
	height: 140px;
	margin: 0 auto;
	padding: 50px 70px 30px 70px;
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.head .clist .conbg ul li{
	float:left;
	width:100px;
	height:140px;
	margin:0 40px;
}
.head .clist .conbg ul li .img{
	width:100px;
	height:100px;
	background: linear-gradient(135deg, #436F9A 0%, #203C61 100%);
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
	border-radius: 100px;
	overflow:hidden;
}
.head .clist .conbg ul li .img a{
	display: block;
	width:100px;
	height:100px;
}
.head .clist .conbg ul li .img a:hover{
	width:100px;
	height:100px;
	background: linear-gradient(135deg, #E74268 0%, #CA1F37 100%);
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.head .clist .conbg ul li .text{
	width:100px;
	height:40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}

/*----------------头部2-------------------*/

.head2{
	width:100%;
	height:610px;
	text-align:center;
}
/*----头部----*/
.head2 .top{
	width:100%;
	height:108px;
	padding: 26px 0;
	text-align:center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.head2 .top .conbg{
	width:1400px;
	height:108px;
	margin:0 auto;
}
/*----logo----*/
.head2 .top .conbg .logo{
	float:left;
	margin-right: 27px;
	height:108px;
}
.head2 .top .conbg .logo img{
	height:108px;
}
/*----导航----*/
.head2 .top .conbg .navigation{
	float:left;
	width:826px;
	height:108px;
}
.head2 .top .conbg .navigation span{
	float:left;
	display:block;
	width:118px;
	height:108px;
	line-height:108px;
	text-align:center;
}
.head2 .top .conbg .navigation span a{
	display:block;
	height:108px;
	line-height:108px;
	font-size:17px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000000;
}
.head2 .top .conbg .navigation span a:hover{
	color:#ffffff;
	background: url(../images/mback.png) center top no-repeat;
}
.head2 .top .conbg .navigation span a.active{
	color:#ffffff;
	background: url(../images/mback.png) center top no-repeat;
}
.head2 .top .conbg .navigation span ul{
	position:absolute;
	z-index:9000;
	display:none;
    width:118px;
    margin-left:-10px;
    padding:10px;
	background:#ffffff;
    border-bottom:3px solid #203C61;
	overflow:hidden;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	*margin-left:-60px;
}
.head2 .top .conbg .navigation span ul li{
	height:35px;
	line-height:35px;
	border-bottom:1px solid #CCCCCC;
	text-align:center;
}
.head2 .top .conbg .navigation span ul li.noline{
	border-bottom-style:none;
}
.head2 .top .conbg .navigation span ul li a{
	display:block;
	color:#000000;
	font-size:15px;
	height:35px;
	line-height:35px;
	overflow:hidden;
	background:none;
	padding:0;
}
.head2 .top .conbg .navigation span ul li a:hover{
	color:#ffffff;
	background:#CA1F37;
}
/*----入口/电话----*/
.head2 .top .conbg .ksrk{
	float:right;
	width: 348px;
	height:108px;
	background: url(../images/tback.png) center top no-repeat;
	overflow: hidden;
}
.head2 .top .conbg .ksrk .link{
	float: left;
	width: 150px;
	padding: 0 10px 0 0px;
}
.head2 .top .conbg .ksrk .link .text a{
	display: block;
	width: 150px;
	height: 108px;
	line-height: 108px;
	background: url(../images/clicon.png) 15px center no-repeat;
	font-size: 18px;
	color: #ffffff;
	text-align: right;
}
.head2 .top .conbg .ksrk .tel{
	float: right;
	width: 158px;
	height: 58px;
	padding: 25px 10px 25px 20px;
}
.head2 .top .conbg .ksrk .tel .h1{
	width: 158px;
	height: 29px;
	line-height: 29px;
	background: url(../images/dhicon.png) 25px center no-repeat;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}
.head2 .top .conbg .ksrk .tel .h2{
	width: 158px;
	height: 29px;
	line-height: 29px;
	font-size: 18px;
	color: #FFFCCC;
	text-align: center;
}
/*----banner----*/
.head2 .banner{
	width:100%;
	height:450px;
	text-align:left;
    
}
.head2 .banner #full-screen-slider2{
	width:100%;
	height:450px;
	float:left;
	position:relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.head2 .banner #slides2{
	display:block;
	width:100%;
	height:450px;
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
}
.head2 .banner #slides2 li{
	display:block;
	width:100%;
	height:100%;
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
}
.head2 .banner #slides2 li a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
.head2 .banner #pagination{
	display:block;
	list-style:none;
	position:absolute;
	left:50%;
	top:410px;
	z-index:9900;
	padding:5px 15px 5px 0;
	margin:0;
}
.head2 .banner #pagination li{
	display:block;
	list-style:none;
	width:14px;
	height:14px;
	float:left;
	margin-left:14px;
	border-radius:10px;
	/*background:#203C61;*/
}
.head2 .banner #pagination li a{
	display:block;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	text-indent:-9999px;
}
.head2 .banner #pagination li.current{
	/*background:#CA1F37;*/
}

/*----------------底部-------------------*/

.foot{
	width: 100%;
	padding: 20px 0;
	background: #203C61;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.foot .top{
	width: 1360px;
	margin: 0 auto;
}
.foot .top .left{
    float: left;
}
.foot .top .left li{
    float: left;
    margin-right: 100px;
}
.foot .top .left li .tit{
	width: 200px;
	height: 60px;
    line-height: 60px;
    text-align: left;
    font-size: 24px;
    background: url("../images/lico_03.png") left bottom no-repeat;
    color: #ffffff;
}
.foot .top .left li .con{
    width: 200px;
    padding: 20px 0;
}
.foot .top .left li .con .link{
    width: 200px;
    line-height: 30px;
    text-align: left;
    font-size: 14px;
}
.foot .top .left li .con .link a{
    display: block;
    width: 200px;
    height: 30px;
    color: #ffffff;
}
.foot .top .right{
    float: right;
    text-align: left;
}
.foot .top .right .tit{
	width: 200px;
	height: 60px;
    line-height: 60px;
    text-align: left;
    font-size: 24px;
    background: url("../images/lico_03.png") left bottom no-repeat;
    color: #ffffff;
}
.foot .top .right .img{
    width: 150px;
    height: 150px;
    padding: 20px 0 10px 0;
}
.foot .top .right .text{
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
}
.foot .fot{
	width: 1360px;
    height: 40px;
    line-height: 40px;
	margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
    border-top: 1px solid #ffffff;
}
.foot .fot a{
    color: #ffffff;
}

/*----------------中部-------------------*/

/*----背景----*/
.back1{
	width: 100%;
    background: #ffffff;
    padding: 30px 0;
}
.back2{
	width: 100%;
    background: #F9F9F9;
    padding: 30px 0;
}
/*----标题----*/
.title{
	width: 100%;
    padding-bottom: 30px;
}
.title .text{
	float: left;
	height: 30px;
	line-height: 26px;
	padding-left: 20px;
	background: url(../images/lico_01.png) left center no-repeat;
	font-size: 30px;
	text-align: left;
}
.title .more{
	float: right;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	background: url(../images/mico.png) left center no-repeat;
	font-size: 14px;
	text-align: left;
}
/*----关于我们----*/
.about{
	width: 1360px;
	margin: 0 auto;
	padding: 30px 20px;
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.about .con .img{
    float: left;
    width: 440px;
    height: 250px;
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.about .con .text{
    float: right;
    width: 900px;
    height: 250px;
}
.about .con .text .h1{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 30px;
    color: #CA1F37;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.about .con .text .h2{
    width: 100%;
    height: 210px;
    line-height: 35px;
    text-align: left;
    font-size: 14px;
    text-indent:28px;
    overflow: hidden;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}
/*----关于我们2----*/
.about2{
	width: 1360px;
	margin: 0 auto;
	padding: 30px 20px;
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.about2 .con{
    width: 1360px;
    text-align: left;
}
.about2 .con .h1{
    width: 100%;
    line-height: 40px;
    text-align: left;
    font-size: 30px;
    color: #CA1F37;
}
.about2 .con .h2{
    width: 100%;
    line-height: 38px;
    text-align: left;
    font-size: 14px;
    text-indent:28px;
}
.about2 .con img{
    float: left;
    width: 440px;
    height: 250px;
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin: 10px 30px 0 0;
}
/*----差旅服务----*/
.clfw{
	width: 1360px;
	margin: 0 auto;
	padding: 30px 20px;
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.clfw .con li{
	float: left;
	width: 280px;
    height: 340px;
    margin: 10px 10px;
    padding: 30px 20px;
    background: linear-gradient(135deg, #FFFFFF 0%, #F5F5F5 100%);
    border-radius: 10px;
    color: #333333;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.clfw .con li:hover{
    background: #203C61;
    border-radius: 10px;
    color: #ffffff;
}
.clfw .con li.hover{
    background: #203C61;
    border: 1px solid #203C61;
    border-radius: 10px;
    color: #ffffff;
}
.clfw .con li .conbg{
	width: 280px;
    height: 340px;
    position: relative;
}
.clfw .con li .img{
	width: 130px;
    height: 130px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.clfw .con li .conbg .tit{
	width: 280px;
	height: 60px;
    line-height: 60px;
    text-align: left;
    font-size: 24px;
    background: url("../images/lico_03.png") left bottom no-repeat;
}
.clfw .con li .conbg .con{
	width: 280px;
    padding-top: 20px;
    line-height: 35px;
    text-align: left;
    font-size: 16px;
}
/*----差旅服务2----*/
.clfw2{
	width: 1360px;
	margin: 0 auto;
	padding: 30px 20px;
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.clfw2 .con li{
	float: left;
	width: 620px;
    height: 260px;
    margin: 10px 10px;
    padding: 30px 20px;
    background: linear-gradient(135deg, #FFFFFF 0%, #F5F5F5 100%);
    border-radius: 10px;
    color: #333333;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.clfw2 .con li:hover{
    background: #203C61;
    border-radius: 10px;
    color: #ffffff;
}
.clfw2 .con li.hover{
    background: #203C61;
    border: 1px solid #203C61;
    border-radius: 10px;
    color: #ffffff;
}
.clfw2 .con li .conbg{
	width: 620px;
    height: 260px;
    position: relative;
}
.clfw2 .con li .img{
	width: 130px;
    height: 130px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.clfw2 .con li .conbg .tit{
	width: 620px;
	height: 60px;
    line-height: 60px;
    text-align: left;
    font-size: 24px;
    background: url("../images/lico_03.png") left bottom no-repeat;
}
.clfw2 .con li .conbg .con{
	width: 620px;
    padding-top: 20px;
    line-height: 35px;
    text-align: left;
    font-size: 16px;
}
/*----商旅资讯----*/
.slzx{
	width: 1360px;
	margin: 0 auto;
	padding: 30px 20px;
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.slzx .con li{
	float: left;
	width: 440px;
	height: 410px;
    margin: 0 6.5px;
}
.slzx .con li .img{
	width: 440px;
	height: 220px;
    margin: 10px 0;
	background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.slzx .con li .h1{
	width: 440px;
	height: 50px;
	line-height: 50px;
	text-align: left;
	font-size: 16px;
    color: #203C61;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.slzx .con li .h2{
	width: 440px;
	height: 60px;
	margin-bottom: 10px;
	line-height: 30px;
	text-align: left;
	font-size: 14px;
	color: #666666;
    overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.slzx .con li .mores{
	width: 440px;
	height: 40px;
	text-align: left;
}
.slzx .con li .mores .mbtn{
	width: 150px;
	height: 40px;
}
.slzx .con li .mores .mbtn a{
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	background: #203C61;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	border-radius: 5px;
	/*transition:all 0.2s ease-out;*/
}
.slzx .con li .mores .mbtn a:hover{
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	background: #CA1F37;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	border-radius: 5px;
	/*transition:all 0.2s ease-out;*/
}
/*----商旅资讯2----*/
.slzx2{
	width: 1360px;
	margin: 0 auto;
	padding: 30px 20px;
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.slzx2 .con li{
	width: 1360px;
	height: 220px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #f1f1f1;
}
.slzx2 .con li .img{
    float: left;
	width: 440px;
	height: 220px;
	background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.slzx2 .con li .text{
    float: right;
	width: 900px;
	height: 220px;
    overflow: hidden;
}
.slzx2 .con li .text .h1{
	width: 900px;
	height: 60px;
	line-height: 60px;
	text-align: left;
	font-size: 18px;
    color: #203C61;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.slzx2 .con li .text .h2{
	width: 900px;
	height: 90px;
    margin: 10px 0;
	line-height: 30px;
	text-align: left;
	font-size: 14px;
	color: #666666;
    overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.slzx2 .con li .text .h3{
	width: 900px;
	height: 120px;
    margin: 10px 0;
	line-height: 30px;
	text-align: left;
	font-size: 14px;
	color: #666666;
    overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.slzx2 .con li .text .fot{
	width: 900px;
	height: 40px;
}
.slzx2 .con li .text .fot .date{
    float: left;
	width: 150px;
	height: 40px;
    text-align: left;
}
.slzx2 .con li .text .fot .date span{
    padding-left: 25px;
	height: 40px;
    line-height: 40px;
    color: #999999;
    background: url("../images/dico.png") left center no-repeat;
}
.slzx2 .con li .text .fot .btn{
    float: right;
	width: 150px;
	height: 40px;
}
.slzx2 .con li .text .fot .btn a{
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	background: #203C61;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	border-radius: 5px;
	/*transition:all 0.2s ease-out;*/
}
.slzx2 .con li .text .fot .btn a:hover{
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	background: #CA1F37;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	border-radius: 5px;
	/*transition:all 0.2s ease-out;*/
}
/*----合作伙伴----*/
.hzhb{
	width: 1360px;
	margin: 0 auto;
	padding: 30px 20px;
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.hzhb .tit{
	width: 1360px;
    height: 40px;
    padding: 20px 0;
    background: url("../images/lico_02.png") center center no-repeat;
}
.hzhb .tit span{
    padding: 10px;
    line-height: 40px;
    font-size: 26px;
    text-align: center;
    background: #ffffff;
}
.hzhb .hkgs li{
	float: left;
	width: 256px;
	height: 80px;
    margin: 10px 7px;
    background: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.hzhb .jdfw{
	width: 1360px;
	height: 600px;
}
.hzhb .jdfw .img{
    float: left;
	width: 700px;
	height: 600px;
}
.hzhb .jdfw .text{
    float: right;
	width: 640px;
	height: 600px;
}
.hzhb .jdfw .text .h1{
    width: 100%;
    height: 60px;
    padding-top: 200px;
    line-height: 60px;
    text-align: left;
    font-size: 26px;
    color: #CA1F37;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.hzhb .jdfw .text .h2{
    width: 100%;
    height: 120px;
    line-height: 40px;
    text-align: left;
    font-size: 20px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.hzhb .ycfw li{
	float: left;
	width: 600px;
    height: 540px;
    margin: 20px;
    padding: 30px 20px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
    border-radius: 10px;
    color: #333333;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.hzhb .ycfw li .logos{
	width: 600px;
    height: 90px;
}
.hzhb .ycfw li .texts{
	width: 560px;
    margin: 20px 0;
    padding: 0 20px;
    line-height: 40px;
    text-align: left;
    color: #666666;
    font-size: 16px;
    text-indent:28px;
    overflow: hidden;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 11;
}
/*----联系我们----*/
.lxwm{
	width: 1360px;
	margin: 0 auto;
	padding: 30px 20px;
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.lxwm .con .map{
    width: 1360px;
    height: 350px;
    background: #f5f5f5;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.lxwm .con .text{
    width: 1360px;
}
.lxwm .con .text li{
    width: 1360px;
    height: 35px;
    text-align: left;
}
.lxwm .con .text li span{
    width: 1360px;
    height: 40px;
    line-height: 40px;
    padding-left: 35px;
    font-size: 18px;
    color: #666666;
    text-align: left;
}
.lxwm .con .text li span.dh{
    background:url("../images/lxico_01.png") left center no-repeat;
}
.lxwm .con .text li span.yx{
    background:url("../images/lxico_02.png") left center no-repeat;
}
.lxwm .con .text li span.dz{
    background:url("../images/lxico_03.png") left center no-repeat;
}
.lxwm .con .text li span.yb{
    background:url("../images/lxico_04.png") left center no-repeat;
}
/*----单页----*/
.show{
	width: 1360px;
	margin: 0 auto;
	padding: 30px 20px;
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.show .con{
    width: 1360px;
    text-align: left;
}
.show .con .titt{
    padding: 20px 0;
    line-height:40px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
}
.show .con .bzxx{
	height:60px;
	line-height:60px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
	text-align:center;
}
.show .con .wzjj{
    margin:40px 0 20px 0;
    padding:10px;
    line-height:25px;
    border:1px solid #d6e3f5;
    background:#eef3fa;
    border-radius:5px;
    text-indent:0;
}
.show .con .conn{
	line-height:45px;
	text-align:left;
	font-size:15px;
    text-indent:28px;
}
.show .con .conn img{
	margin:20px 0 0 0;
    width:70%;
}
.show .con .imgg{
    text-align:center;
}
.show .con .imgg img{
    margin:20px 0 0 0;
    width:100%;
}
.show .con .pagg{
	width:1360px;
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
.show .con .pagg .text{
    line-height:40px;
	text-align:left;
	color:#686868;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/*----表单----*/
.form{
	width: 1360px;
	margin: 0 auto;
	padding: 30px 20px;
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.form .con{
    width: 1360px;
    text-align: left;
}
.form .con .texts{
	line-height:35px;
	text-align:left;
	font-size:15px;
    color: #203C61;
}
.form .con .texts span{
    color: #CA1F37;
}
.form .con .forms{
    padding-top: 20px;
}
.form .con .forms .topp li{
    float: left;
    width: 330px;
    height: 85px;
    margin: 5px;
}
.form .con .forms .topp li .tits{
    width: 330px;
    height: 30px;
    line-height: 30px;
    text-align: left;
}
.form .con .forms .topp li .cons{
    width: 328px;
    height: 53px;
    border: 1px solid #d6d6d6;
    background: #ffffff;
    border-radius: 5px;
}
.form .con .forms .topp li .cons .input{
    width: 308px;
    height: 33px;
    padding: 10px;
    background: #ffffff;
    text-align: left;
    border-radius: 5px;
}
.form .con .forms .topp li .cons .input2{
    width: 259px;
    height: 33px;
    padding: 10px;
    background: #ffffff;
    text-align: center;
    border-radius: 5px;
}
.form .con .forms .topp li .cons .input3{
    width: 20px;
    height: 53px;
    background: #f5f5f5;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
.form .con .forms .topp li .cons2{
    width: 330px;
    height: 25px;
    line-height: 25px;
    padding: 15px 0;
    text-align: left;
}
.form .con .forms .topp2 li{
    float: left;
    width: 436px;
    height: 85px;
    margin: 5px;
}
.form .con .forms .topp2 li .tits{
    width: 336px;
    height: 30px;
    line-height: 30px;
    text-align: left;
}
.form .con .forms .topp2 li .cons{
    width: 434px;
    height: 53px;
    border: 1px solid #d6d6d6;
    background: #ffffff;
    border-radius: 5px;
}
.form .con .forms .topp2 li .cons .input5{
    width: 412px;
    height: 33px;
    padding: 10px;
    background: #ffffff;
    text-align: left;
    border-radius: 5px;
}
.form .con .forms .conn{
    margin: 5px;
}
.form .con .forms .conn li .tits{
    width: 1360px;
    height: 30px;
    line-height: 30px;
    text-align: left;
}
.form .con .forms .conn li .cons{
    width: 1360px;
}
.form .con .forms .conn li .cons dl dt{
    float: left;
    margin-right: 10px;
}
.form .con .forms .fott .tits{
    width: 330px;
    height: 30px;
    line-height: 30px;
    text-align: left;
}
.form .con .forms .fott .cons{
    width: 1360px;
    background: #ffffff;
    margin: 5px;
}
.form .con .forms .fott .cons .input4{
    width: 1320px;
    height: 100px;
    line-height: 33px;
    padding: 10px;
    background: #ffffff;
    text-align: left;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}
.form .con .forms .btnn{
    width: 1360px;
    margin-top: 20px;
    display:inline-block;
    text-align: center;
}
.form .con .forms .btnn .btn1{
    width: 140px;
    height: 50px;
    margin: 0 5px;
    line-height: 50px;
    background:#203C61;
    font-size: 18px;
    color:#ffffff;
    text-align:center;
    border-radius: 5px;
    cursor: pointer;
}
.form .con .forms .btnn .btn2{
    width: 140px;
    height: 50px;
    margin: 0 5px;
    line-height: 50px;
    background:#999999;
    font-size: 18px;
    color:#ffffff;
    text-align:center;
    border-radius: 5px;
    cursor: pointer;
}
