@font-face {
	font-family: 'gotham-Book';
	src: url('font/gotham-book-webfont.eot');
	/* IE9*/
	src: url('font/gotham-book-webfont.eot') format('embedded-opentype'), /* IE6-IE8 */
	url('font/gotham-book-webfont.woff') format('woff'), /* chrome、firefox */
	url('font/gotham-Book.ttf') format('truetype');
	/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

@font-face {
	font-family: 'MyriadPro';
	src: url('font/myriadproregular.eot');
	/* IE9*/
	src: url('font/myriadproregular.eot') format('embedded-opentype'), /* IE6-IE8 */
	url('font/myriadproregular.woff') format('woff'), /* chrome、firefox */
	url('font/myriadproregular.ttf') format('truetype');
	/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

@font-face {
	font-family: 'gotham-medium-webfont';
	src: url('font/gotham-medium-webfont.eot');
	/* IE9*/
	src: url('font/gotham-medium-webfont.eot') format('embedded-opentype'), /* IE6-IE8 */
	url('font/gotham-medium-webfont.woff') format('woff'), /* chrome、firefox */
	url('font/gotham-medium-webfont.ttf') format('truetype');
	/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

@font-face {
	font-family: 'iconfont';
	src: url('font/iconfont.eot');
	/* IE9*/
	src: url('font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('font/iconfont.woff') format('woff'), /* chrome、firefox */
	url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url('font/iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont";
	font-size: 16px;
	font-style: normal;
}


/*全局*/

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background-color: #666;
}

::-webkit-scrollbar-thumb {
	background-color: #ddd;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #ddd;
}

::-webkit-scrollbar-thumb:active {
	background-color: #ddd;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	clear: both;
	content: '';
	display: table;
}

.wrap {
	width: 100%;
	float: left;
	clear: both;
}


/*.wrap:nth-child(2n-1) {
  background: #f4f4f4; padding-top: 40px;
}*/

.container {
	width: 1200px;
	margin: 0 auto;
}

.main {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	position: relative;
}

body {
	min-width: 1200px;
	margin-top: 90px;
	color: #222;
	font-size: 14px;
	background: #fff;
	font-family: "microsoft yahei", "华文细黑", arial;
}

body img {
	border: none;
	max-width: 100%;
}

body a {
	text-decoration: none;
	color: #222;
}

body ul,
body ol {
	list-style: none;
}

body input {
	border: none;
	padding: 0;
	margin: 0;
	outline: none;
}

.rel {
	position: relative;
}

.mask_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	background: #000;
	opacity: 0;
	-webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@-o-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@-ms-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}


/*header*/

.header {
	height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 9999;
	box-shadow: 0px -1px 0px #eee inset;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.header .logo {
	margin-top: 16px;
	position: absolute;
	left: 0;
	top: -4px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	width: 163px;
	height: 64px;
	background: url(../css/logo.png) no-repeat center;
}

.header .logo img {
	display: block;
	height: 100%;
	width: auto;
}

.header .nav {
	position: absolute;
	right: 0;
}

.header .nav li {
	padding: 32.5px 25px;
	font-size: 16px;
	line-height: 25px;
	float: left;
	width: auto;
	height: 100%;
	text-align: center;
	cursor: pointer;
	position: relative;
	margin-left: 10px;
}

.header .nav li:hover a {
	color: #fff;
}

.header .nav li:before {
	content: '';
	width: 100%;
	height: 0%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #314397;
	z-index: -1;
}

.header .nav li.on:before {
	height: 100%;
}

.header .nav li.on a {
	color: #fff;
}

.header .nav li:hover {
	color: #fff;
}

.header .nav li:hover:before {
	height: 100%;
}

.header.small {
	height: 30px;
	padding: 20px 0;
}

.header.small .logo img {
	height: 30px;
}

.header.small .nav li {
	line-height: 32px;
}

.i_name {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: #314397;
	position: absolute;
	bottom: 0;
	left: 0;
	font-style: normal;
	transition: all ease-out .3s;
}

.prolist li .i_name span{ z-index: 8; position: relative;}
.prolist li .i_name:after {
    background-color: #f5b834;
}
.prolist li .i_name:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 30px;
    background-color: #253a99;
    transition: all .3s ease-out 0s;
    z-index: 0;
 }
 .prolist li:hover .i_name:after {
    width: 100%;
}
.prolist li:hover .i_name {
	background: #314397;
}

.prolist li:hover img {
	transform: scale(1.1, 1.1);
	transition: all ease-out .3s;
}

.prolist li a img {
	float: none;
	width: 100%;
	height: auto;
	transition: all ease-out .3s;
}


/*flash*/

#banner {
	width: 100%;
	float: left;
}

.pro-switch {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides li {
	width: 100%;
	display: block;
	height: auto;
}

.flexslider .slides .img {
	width: 100%;
	display: block;
	height: auto;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

.slides {
	height: auto;
}

.no-js .slides > li:first-child {
	display: block;
}

.flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.flexslider .slides {
	zoom: 1;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	width: 60px;
	height: 90px;
	margin: -20px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	margin-top: -45px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active {
	background-position: 0 0;
}

.expro .pronav {
	height: auto;
	text-align: center;
	margin: 0 auto;
	margin-top: 0px;
	float: right;
}

.expro .protitle {
	line-height: 30px;
	text-align: left;
	font-size: 20px;
	color: #f4f4f4;
	font-weight: bold;
	clear: both;
	margin: 20px 0;
}

.expro .protitle span {
	font-size: 12px;
	color: #f4f4f4;
}

.expro .pronav li {
	padding: 0 8px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #666;
	float: left;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.expro .pronav .pro_bor {
	display: inline-block;
	float: right;
	width: 1px;
	height: 15px;
	background: #555;
	margin-top: 12px;
}

.expro .pronav li.cur {
	color: #314397;
}

.expro .pronav li:hover {
	color: #314397;
}

.expro .prolist {
	width: 1200px;
	cursor: pointer;
	float: left;
	padding-bottom: 80px;
	position: relative;
	height: 666px;
}

.expro .prolist li {
	float: left;
	width: 262px;
	margin-left: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	list-style: none;
	padding: 0 10px 20px 10px;
	transition: all 0.3s ease 0s;
}

.expro .prolist li:hover {
	box-shadow: 0 16px 50px rgba(149, 149, 149, 0.3);
}

.expro .prolist li:nth-of-type(1),
.expro .prolist li:nth-of-type(5),
.expro .prolist li:nth-of-type(9),
.expro .prolist li:nth-of-type(13) {
	margin-left: 0;
}

.expro .prolist li img {
	display: block;
	width: 262px;
	background-color: #fff;
	transition: all ease-out .3s;
}

.prolist .pro_nav {
	padding: 20px;
	text-align: center;
	line-height: 150%;
	border-top: 1px #DDDDDD solid;
}

.prolist .pro_nav .color {
	color: #777777;
}

.exnew {
	margin: 60px 0;
	width: 100%;
	position: relative;
}

.exnew .exnew_lsit {
	margin-left: -50px;
}

.exnew #exnew_prv {
	position: absolute;
	width: 60px;
	height: 70px;
	top: 50%;
	margin-top: 25px;
	left: -70px;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	color: #999;
}

.exnew #exnew_next {
	right: -70px;
	position: absolute;
	width: 60px;
	height: 50px;
	top: 50%;
	margin-top: 25px;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	color: #999;
	transform: rotateY(180deg);
}

.exnew #exnew_prv.none,
.exnew #exnew_next.none {
	color: #ddd;
	cursor: default;
}

.exnew .exnew_lsit li {
	width: 520px;
	height: 100px;
	padding: 44.5px 0;
	border-bottom: 1px solid #ccc;
}

.exnew .exnew_lsit {
	float: right;
	width: 520px;
}

.news_tit {
	border-bottom: 1px solid #eee;
	color: #555;
	font-size: 25px;
	padding-bottom: 31px;
	width: 520px;
	float: right;
}

.news_tit i {
	font-size: 18px;
	margin-left: 10px;
	color: #666;
	font-style: normal;
}

.exnew .exnew_lsit li .news_title {
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.exnew .exnew_lsit li .info {
	width: 100%;
	height: 70px;
	line-height: 25px;
	font-size: 14px;
	color: #7d7d7a;
	margin-bottom: 15px;
	overflow: hidden;
}

.exnew .exnew_lsit li span {
	text-align: right;
	display: block;
	width: 100%;
	height: 20px;
	font-size: 12px;
	color: #787878;
	cursor: pointer;
}

.exnew .exnew_show {
	width: 1000px;
	height: 680px;
	background: #fff;
	position: fixed;
	left: 50%;
	margin-left: -500px;
	top: 50%;
	margin-top: -340px;
	opacity: 0;
	z-index: 10001;
	border-radius: 5px;
	-webkit-transform: scale(0.2);
	-o-transform: scale(0.2);
	-ms-transform: scale(0.2);
	transform: scale(0.2);
	display: none;
	-webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s 0.5s forwards;
	-o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s 0.5s forwards;
	-ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s 0.5s forwards;
	animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s 0.5s forwards;
}

.exnew .exnew_show i {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #666;
	font-size: 22px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	font-weight: bold;
}

.exnew .exnew_show i:hover {
	transform: rotate(90deg);
}

.exnew .exnew_show .content {
	width: 90%;
	margin: 20px 5%;
}

.exnew .exnew_show .content h2 {
	line-height: 50px;
	color: #314397;
}

.exnew .exnew_show .content .show_date {
	width: 98%;
	height: 25px;
	padding: 10px 0 10px 2%;
	background: #F9F9F9;
	line-height: 25px;
	color: #666;
}

.exnew .exnew_show .content .show_intro {
	width: 100%;
	height: 500px;
	overflow-y: auto;
	margin-top: 20px;
	text-align: left;
	font-size: 14px;
	line-height: 25px;
}

.excon {
	padding: 50px 0;
}

.foot {
	background: #000;
	height: 40px;
	line-height: 40px;
	color: #F8F8F8;
}

.foot a {
	color: #F8F8F8;
	padding: 0 3px;
}

.foot .left {
	float: left;
}

.foot .link {
	position: absolute;
	width: 140px;
	left: 50%;
	margin-left: -70px;
	display: block;
	height: 100%;
	top: 0;
}

.foot .right {
	float: right;
}


/*分页*/

.expage {
	position: absolute;
	bottom: 20px;
}

.expage span {
	display: block;
	width: 30px;
	height: 30px;
	background: #333;
	border: 1px #333 solid;
	float: left;
	line-height: 30px;
	text-align: center;
	margin-right: 5px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	transition: all ease-out .5s;
}

.expage span.cur {
	background: #314397;
	color: #fff;
	border: 1px #314397 solid;
}

.expage span.prv,
.expage span.next {
	line-height: 33px;
}

.expage span:hover {
	background: #314397;
	color: #fff;
	border: 1px #314397 solid;
	transition: all ease-out .3s;
}

.expage span.none {
	display: none;
}

.expage em {
	display: block;
	width: 20px;
	height: 30px;
	float: left;
	color: #999;
	line-height: 40px;
}

@-webkit-keyframes introShow {
	from {
		opacity: 0;
		-webkit-transform: scale(0.2);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		-o-transform: scale(0.2);
	}
	to {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		-ms-transform: scale(0.2);
	}
	to {
		opacity: 1;
		-ms-transform: scale(1);
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		transform: scale(0.2);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}


/*# sourceMappingURL=style.css.map */

.pro_list {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #014d0c;
	line-height: 38px;
}

.pro_list i {
	color: #333;
	font-style: normal;
	display: inline-block;
	margin-left: 10px;
}

.pro_type .protype {
	margin-left: -37.3px;
	clear: both;
}

.pro_type .protype a img {
	width: 326px;
	height: 205px;
}

.pro_type .protype li {
	width: 222px;
	height: 500px;
	float: left;
	margin-left: 37.3px;
	background: #000;
	position: relative;
	border: none;
	cursor: pointer;
}

.pro_type .protype li:hover {
	box-shadow: 0px 10px 15px #ccc;
	-webkit-box-shadow: 0px 10px 15px #ccc;
	-moz-box-shadow: 0px 10px 15px #ccc;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.pro_type .type {
	width: 326px;
	height: 30px;
	text-indent: 1.5em;
	color: #fff;
	background: #000;
	filter: alpha(opacity=90);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	line-height: 30px;
}

.pro_name {
	text-align: center;
	font-size: 16px;
	color: #555;
	line-height: 25px;
	position: absolute;
	bottom: 45px;
	width: 222px;
}

.hot .hot_ad {
	width: 235px;
	height: 290px;
	background: url(../images/hot.jpg) no-repeat center;
	float: left;
}

.hot {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}

.hot ul {
	float: left;
}

.hot ul li {
	width: 235px;
	height: 290px;
	background: #fff;
	float: left;
	margin-left: 20px;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
}

.hot a.book {
	width: 235px;
	height: 200px;
	display: block;
	padding: 5px 0;
}

.hot a.book img {
	height: 200px;
}

.hot b {
	display: block;
	color: #000;
}

.hot item {
	display: block;
	color: #888;
}

.hot span {
	display: block;
	color: #014d0c;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
}

.con_bg {
	width: 100%;
	height: 500px;
	background: url(../images/con_bg.jpg) no-repeat center;
}

.protitle a.up {
	padding: 3px 15px;
	background: #314397;
	color: #fff;
	cursor: pointer;
	margin-bottom: 20px;
	margin-right: 10px;
	float: right;
	font-size: 12px;
}

.protitle a.up:hover {
	background: #bd0a1a;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}


/*新*/

.exab {
	padding-top: 45px;
	overflow: hidden;
}

.about_l {
	float: left;
	width: 654px;
}

.about_l .title {
	width: 217px;
	height: 66px;
	background: url(../images/about_tit.png) no-repeat center;
}

.about_l .p_con {
	font-size: 14px;
	line-height: 35px;
	color: #666;
	padding-top: 30px;
	height: 475px;
}

.about_l .p_con p {
	text-indent: 2em;
}

.about_r {
	float: right;
	position: relative;
	width: 501px;
	height: 532px;
	background: url(../images/about.png) no-repeat center;
}


/*腰封*/

.girdle {
	padding: 80px 0;
	background: #014d0c;
	color: #eee;
}

.girdle h3 {
	font-size: 42px;
	font-weight: normal;
}

.girdle i {
	font-size: 14px;
}

.girdle h5 {
	font-size: 14px;
	font-weight: normal;
	width: 650px;
	line-height: 20px;
	padding-top: 30px;
}


/*产品*/

.expro .title {
	width: 232px;
	height: 65px;
	background: url(../images/pro_tit.png) no-repeat center;
	float: left;
}

.pro_show {
	clear: both;
	padding-top: 50px;
}

.pro_show .pro_show_left {
	float: left;
	width: 284px;
	margin-right: 20px;
}

.pro_show .pro_show_left .pro1 {
	height: 207px;
	background: url(../images/pro1.jpg) no-repeat center;
	cursor: pointer;
}

.pro_show .pro_show_left .pro4 {
	height: 380px;
	background: url(../images/pro4.jpg) no-repeat center;
	margin-top: 24px;
	cursor: pointer;
}

.pro_show .pro_show_mid {
	float: left;
	width: 285px;
}

.pro_show .pro_show_mid .pro2 {
	height: 382px;
	background: url(../images/pro2.jpg) no-repeat center;
	cursor: pointer;
}

.pro_show .pro_show_mid .pro_info {
	margin-top: 24px;
}

.pro_show .pro_show_mid .pro_info h2 {
	font-family: GothamExLight;
	font-weight: normal;
	color: #314397;
	font-size: 56px;
}

.pro_show .pro_show_mid .pro_info h3 {
	font-size: 18px;
	color: #333;
	line-height: 38px;
	font-weight: normal;
}

.pro_show .pro_show_mid .pro_info h4 {
	font-size: 14px;
	font-family: arial;
	color: #666;
	line-height: 30px;
	margin-bottom: 15px;
}

.pro_show .pro_show_mid .pro_info p {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	letter-spacing: 1px;
}

.pro_show .pro_show_right {
	float: right;
	width: 590px;
}

.pro_show .pro_show_right .pro3 {
	height: 382px;
}

.pro_show .pro_show_right .pro3 .pro3_l {
	background: url(../images/pro3.jpg) no-repeat center;
	width: 590px;
	float: left;
	height: 382px;
	cursor: pointer;
}

.pro_show .pro_show_right .pro3 .pro3_r {
	background: url(../images/pro.png) no-repeat top;
	width: 280px;
	float: right;
	height: 167px;
	margin-top: 30px;
}

.pro_show .pro_show_right .pro3 .pro3_r p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	letter-spacing: 1px;
	margin-top: 85px;
}

.pro_show .pro_show_right .pro5 {
	height: 207px;
	background: url(../images/pro5.jpg) no-repeat center;
	margin-top: 20px;
	cursor: pointer;
}


/*新闻*/

.news1_bg {
	position: relative;
	width: 600px;
	height: 445px;
	float: left;
	overflow: hidden;
}

.news1_bg img {
	height: 445px;
}

.news1_con {
	position: absolute;
	bottom: 0;
	width: 560px;
	height: 60px;
	padding: 20px;
	background: #000;
	opacity: 0.8;
	color: #fff;
}

.news1_con h3 {
	font-size: 16px;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 560px;
	overflow: hidden;
	font-weight: normal;
}

.news1_con p {
	font-size: 14px;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 560px;
	margin-top: 15px;
}

.excon .left {
	float: left;
	width: 425px;
	color: #fff;
}

.bot_logo {
	width: 365px;
	height: 147px;
	background: url(../images/bot_logo.png) no-repeat center;
}

.bot_info {
	text-align: left;
	width: 344px;
	line-height: 25px;
	font-size: 12px;
	color: #a9a9a9;
	padding: 20px 0;
}

.bot_link a {
	color: #a9a9a9;
	text-align: left;
	padding: 0 15px;
}

.bot_link a:hover {
	color: #fff;
}

.excon h3 {
	font-weight: normal;
	color: #fff;
	line-height: 50px;
	font-size: 18px;
	position: relative;
}

.excon h3:after {
	content: '';
	width: 30px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #314397;
}

.excon .mid {
	float: left;
	color: #a9a9a9;
	line-height: 25px;
	font-size: 12px;
	width: 400px;
	margin-left: 90px;
	margin-top: 17px;
}

.mid p {
	line-height: 30px;
	padding-top: 20px;
	font-size: 15px;
}

.mid h2 {
	font-size: 38px;
	color: #fff;
	font-weight: normal;
	margin-top: 5px;
}

.mid h4 {
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	margin-top: 5px;
	line-height: 1;
}

.excon .right {
	float: right;
	margin-top: 17px;
}

.gmid {
	width: 493px;
	background: url(../images/mid.png) no-repeat center;
	height: 204px;
	top: -190px;
	z-index: 999;
	position: absolute;
	left: 0;
}

.vi {
	padding: 55px 0;
	background: #1f1f21;
	color: #eee;
	height: 197px;
}

.ab_img2 {
	width: 1200px;
	height: 200px;
	clear: both;
	position: relative;
	overflow: hidden;
}

.ab_img2 ul {
	height: 230px;
	width: 1212.5px;
	margin-left: -12.5px;
	position: relative;
}

.ab_img2 ul li {
	width: 230px;
	height: 0;
	padding-bottom: 200px;
	margin-left: 12.5px;
	float: left;
	position: relative;
	overflow: hidden;
}

.ab_img2 .pro_next:hover {
	background-color: rgba(228, 0, 20, .8);
}

.ab_img2 .pro_prv:hover {
	background-color: rgba(228, 0, 20, .8);
}

.ab_img2 .pro_prv {
	width: 28px;
	height: 50px;
	left: 15px;
	top: 50%;
	background-image: url(ab_prv.png);
	position: absolute;
	cursor: pointer;
	margin-top: -25px;
	background-color: rgba(0, 0, 0, .5);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ab_img2 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.ab_img2 .pro_next {
	width: 28px;
	margin-top: -25px;
	height: 50px;
	right: 15px;
	top: 50%;
	background-image: url(ab_next.png);
	background-size: cover;
	position: absolute;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .5);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}