@charset "utf-8";
@import url("iconfont/iconfont.css");

/* CSS Document */


/* ------------------- basic ------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei","Helvetica,Pingfang SC,STHeiti,Verdana,Arial,Tahoma,sans-serif";	
	font-size: 14px;
	background-color: #fff;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	min-width: 1200px;
	overflow-x: hidden;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
	display: block;
	margin: 0;
	padding: 0;
}

input,
button {
	font-family: "Microsoft YaHei","Helvetica,Pingfang SC,STHeiti,Verdana,Arial,Tahoma,sans-serif";
}

button {
	cursor: pointer;
}

em {
	font-style: normal;
}

span,
a {
	text-decoration: none;
	font-size: 12px;
	color: #666;
}
a:hover{
	color: #fa7c00;
}

ul,
li,
p,
dl,
dt,
dd,
td,
tr,
td,
th,
tt,
b,
img {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
}

img {
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.ellipsis {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ellips_line2,
.ellips_line3,
.ellips_line4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ellips_line2 {
	-webkit-line-clamp: 2;
}

.ellips_line3 {
	-webkit-line-clamp: 3;
}
.ellips_line4 {
	-webkit-line-clamp: 4;
}
table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}
.justify-fix {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.t_a_l {
	text-align: left;
}

.t_a_r {
	text-align: right;
}

input:not([type]),
input[type="color"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"] {
	padding: 0px;
	margin: 0;
	border: 0;
}

.f0 {
	font-size: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	display: inline-block;
	vertical-align: top;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 20%;
}

.col-xs-1 {
	width: 8.33333333%;
}

@media (min-width: 1240px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		display: inline-block;
		vertical-align: top;
		padding: 11px;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
}

.wrap {
	width: 1400px;
	margin: 0 auto;
}

.bold{
	font-weight: bold;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}
.mb60{
	margin-bottom: 60px;
}

@media only screen and (max-width: 1399px) {
	.wrap{
		width: 1200px;
	}	
}
/*1110新增样式*/
.transi{
	transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
}

/*header*/
.header{
	position: relative;
	background-color: #fff;
	z-index: 50;
}
.header .head_top{
	width: 100%;
	padding: 0 6.077%;
	position: relative;
	z-index: 9999;
}
.header .head_top .logo{
	width: 302px;
	height: 41px;
	background: url(../img/logo.jpg) no-repeat center center;
	background-size: auto 100%;
	margin: 15px auto 19px;
}
.header .head_top .head_r{
	width: 25%;
}
.head_r li{
	float: right;
	padding:0 12px; 
	line-height: 64px;
	text-align: center; 
	background:url(../img/h_li.gif) right center no-repeat;
}
.head_r li a{
	font-size:12px;
}
.head_r .li01{ 
	z-index:2;
	position: relative;
	padding: 0;
	background: none;
	margin-left: 12px;
	line-height: 22px;
	margin-top: 22px;
}
.head_r .li01 .btn-search{ 
	display:block; 
	width:100%;
	text-align: center;
	color: #fff;
	*line-height: 22px;
	*margin-top: 22px;
}
.head_r .li01 .btn-search i {
    width: 22px;
    height: 22px;
}
.head_r .li01:hover .btn-search i {
    background-position: -178px -55px;
}
.head_r .li01 .search { 
	position: absolute;
	right: 100%;
	top:50%;
	background-color: #fff;
	height: 30px; 
	display:none;
	border: 1px #dcdcdc solid; 
	width:170px;
	margin-top: -15px; 
	*margin-top:-7px;
}
.head_r .li01 .search .inp{
	border: none;
	vertical-align: top;
	height: 28px;
	line-height:28px;
	box-sizing: border-box;
	padding-left:5px; 
	width:0;
}
.head_r .li01:hover .search .inp{ 
	width:97%;
}
.head_r .li01 .item{
	transition: right 300ms;
	-moz-transition: right 300ms;
	-ms-transition: right 300ms;
	-o-transition: right 300ms;
	-webkit-transition: right 300ms;
}
.head_r .li01:hover .search{
	display: block;
}
.head_r .li02{
	position:relative;
}
.head_r .li02 .ico2 {
    width: 7px;
    height: 4px;
    background-position: -22px 0;
    margin-left: 8px;
}
.ico {
    display: inline-block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../img/ico.png);
    margin: 0 .3em;
}
.ico2 {
    display: inline-block;
    background: url(../img/ico2.png) no-repeat;
    vertical-align: middle;
}
.ico1_2 {
    background-position: -20px 0;
}
.head_r .li02 span .iconfont{
	display: inline-block;
	vertical-align: middle;
	color: #72818B;
	margin-right: 3px;
}
.head_r .li02 span{
	display: block;
	cursor: pointer;
	font-size: 12px;
	color: #5a5a5a;
}
.head_r .li02 .language{ 
	display:none;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background-color: #fff;
}
.head_r .li02 .language.show{
	display: block;
}
.head_r .li02 .language a{
	display:block;
	line-height:32px; 
	height:32px; 
	color:#5a5a5a;
}
.head_r .li02 .language a:hover{ 
	background-color:#f3f3f3;
}

/*nav*/
.nav {
    position: absolute;
    padding: 0 6.077%;
    width: 100%;
    top: 100%;
    left: 0;
    height: 63px;
    background: url(../img/nav_bg.png) center top no-repeat;
    background-size: auto 100%; 
    z-index: 999;
}
.nav.fixed{
	position: fixed;
	top: 0;
	z-index: 999;
}
.nav .nav_li {
    position: relative;
    float: left;
    height: 63px;
    line-height: 63px;
    width: 11%;
    text-align: center;
}
.nav .nav_li .nav_a {
    font-size: 17px;
    display: block;
    color: #fff;
}
/*.nav .nav_li .nav_a:before{
	content:''; 
	width:100%; 
	height:4px; 
	background-color:#ffcc19; 
	position:absolute;
	z-index: -1; 
	left:0;
	top:-3px; 
	display:none; 
	overflow:hidden;
}*/
/*.nav .nav_li:hover .nav_a:before{
	display:block;
}*/
.nav .nav_li:hover .nav_a,.nav .nav_li.cur .nav_a{
	background-color: #FA7C00;
}

/*footer*/
.foot_nav{
	width: 100%;
	height: 66px;
	padding: 0 5.5228%;
	background-color: #FA7C00;
}
.foot_nav .nav_item a{
	display: block;
	height: 32px;
	line-height: 32px;
	margin: 17px 50px 17px 0;
}
.foot_nav .nav_item .icon{
	display: inline-block;
	vertical-align: middle;
}
.foot_nav .nav_item .icon i{
	font-size: 20px;
	color: #fff;
}
.foot_nav .nav_item p{
	display: inline-block;
	font-size: 16px;
	color: #fff;
}
.foot_mes{
	width: 100%;
	height: 346px;
	background: url(../img/footer_bg.jpg) no-repeat center top;
	background-size: auto 100%;
}
.foot_mes .foot_info{
	width: 100%;
	padding: 0 5.5228%;
}
.foot_mes .foot_info .item{
	width: 360px;
	margin-top: 65px;
}
.foot_mes .foot_info .item.fot_ewm{
	width: 110px;
}
.foot_mes .foot_info .f_tit{
	margin-bottom: 30px;
}
.foot_mes .foot_info .f_tit span{
	font-size: 14px;
	color: #fff;
}
.foot_info .a_list li{
	float: left;
	display: inline-block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px dashed rgba(255,255,255,.5);
	margin-right: 80px;
}
.foot_info .a_list li:last-child{
	border-bottom: 1px solid transparent;
}
.foot_info .a_list li a{
	display: inline-block;
	font-size: 12px;
	color:#FFFFFF
}
.foot_info .a_list li a:hover{
	color: #fff;
	text-decoration:underline
}
.foot_info .fot_cont{
	margin-left: 40px;
}
.foot_info .fot_cont .a_list li{
	float: none;
	display: block;
	width: 310px;
}
.foot_info .fot_cont .a_list li .text{
	font-size: 12px;
	color:#FFFFFF
}
.foot_info .fot_ewm .item{
	float: right;
	width: 110px;
	height: 110px;
	margin-top: 30px;
}
.foot_info .fot_ewm .item p{
	text-align: center;
	margin-top: 15px;
	font-size: 12px;
	color: rgba(255,255,255,.5);
}
.foot_copy{
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding: 0 5.5228%;
	background-color: #181E21;
}
.foot_copy .fot_copy{
	font-size: 12px;
	color: #fff;
}


/*07-14*/
.foot_nav .nav_item .icon .ico_img{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/qq.png) no-repeat center center;
	background-size: 18px 18px;
	vertical-align: middle;
	position: relative;
	top: -4px;
}



/*part4*/
.ind_part4 .news{
	padding: 30px 0 60px;
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
}
.swiper-container {
    width: 100%;
    height: 100%;
    overflow: inherit;
}

.swiper-slide a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.swiper-slide a img{
	width: 100%;
	height: 253px;
}
.swiper-slide a p{
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	color: #666;
	line-height: 200%;
	text-align:center;
}
.swiper-slide a:hover p{
	color: #FA7C00;
}

@media only screen and (max-width: 1399px) {
	.swiper-slide a img{
		height: 215px;
	}
}