@charset "utf-8";
/* CSS Document akakaz */
* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

div,strong,a,span,li {
	font-size: 12px;
}

img {
	border: none;
}

ul, li, ol {
	list-style: none;
}
i,em {font-style:normal;}
/* CSS Document */
/* 样式重置
-----------------------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul {
	list-style: none;
}
/* 样式重置--------------------*/
::-webkit-input-placeholder{
  color:#bdbdbd;
}
:-moz-placeholder{
caret-color:#bdbdbd;
}
::-moz-placeholder{
  color:#bdbdbd;
}
:-ms-input-placeholder{
flood-color:#bdbdbd;
}
 
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow:0 0 0 60px #037edb inset; 
  -webkit-text-fill-color: #bdbdbd;
}

/* 清除浮动
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* 兼容清除浮动和错位 */
a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #ec3b02;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* 主体宽度设置
----------------------------------------------------------------------------------------------------*/
body {
	background: #fff;
	min-width: 1200px;
}

.box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.flex-between {
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content:space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.flex-around {
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-moz-justify-content:space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
}
.flex-center {
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-center;
	-moz-justify-content:space-center;
	-ms-justify-content: space-center;
	-o-justify-content: space-center;
	justify-content: space-center;
}
.flex-wrap {
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
}
.ll {
	float: left;
}
.rr {
	float: right;
}
.scale {
	transition: 1s;
	transform:scale(1.2,1.2); 
	-ms-transform:scale(1.2,1.2);  	/* IE 9 */
	-moz-transform:scale(1.2,1.2); 	/* Firefox */
	-webkit-transform:scale(1.2,1.2);  /* Safari å’Œ Chrome */
	-o-transform:scale(1.2,1.2); 
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}

/*公共头部样式*/
.headtop {
	width: 100%;
	max-width: 1920px;
	height: 35px;
	margin: 0 auto;
	background: #f7f6f6;
}
.headtop .box {position: relative;}
.headtop span {
	color: #959595;
	font-size: 14px;
	line-height: 35px;
}
.headtop span.rr {
	height: 40px;
}
.headtop span a {
	display: block;
	float: left;
	color: #a9a9a9;
	font-size: 14px;
	line-height: 35px;
	padding-left: 25px;
	margin-left: 10px;
}
.headtop span a.fmap {
	background: url(../images/fmap.png) no-repeat left center;
}
.headtop span a.fwxewm {
	background: url(../images/fwxewm.png) no-repeat left center;
	cursor: pointer;
}
.headtop span a.fzxly {
	background: url(../images/fzxly.png) no-repeat left center;
}
.twxewm {padding: 0;overflow: hidden;text-align: right;display: none;position: absolute;top:35px;right: 75px;}
.twxewm img {max-width: 100px;height: auto;}
.head {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	padding:10px 0;
	height: 90px;
}
.logo {height: 90px;overflow: hidden;}
.logo a {display: block;height: 100%;}
.logo h1 {line-height: 90px;height: 90px;margin:0;display: table-cell;vertical-align: middle;}
.logo h1 img {width:auto;height: auto;max-height: 100%;max-width: 100%;vertical-align: middle;display: table-cell;}
.logol {padding: 0 0 0 15px;overflow: hidden;position: relative;height: 90px;}
.logol:before {content: "";position: absolute;width: 1px;height: 55px;background: #cacaca;left: 0;top:50%;margin-top:-25px;}
.logol h2 {
	color: #363636;
	font-size: 26px;
	line-height: 40px;
	padding-top:10px;
}
.headtel {
	padding: 15px 0;
	overflow: hidden;
}
.headtel li {
	float: left;
	text-align: center;
}
.headtel li:nth-child(1) {
	border-right: 1px dashed #d5d5d5;
	padding: 5px 10px;
    margin-right: 10px;
}
.headtel li p {
	color: #898989;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 3px;
}
.headtel li h3 {
	color: #fc7100;
	font-size:27px;
	font-family: 'Impact';
	line-height:30px;
	font-weight: bold;
	letter-spacing: 1px;
}
.nav {
	width: 100%;
	max-height: 1920px;
	margin:0 auto;
	height: 60px;
	background: url(../images/headbg.jpg) no-repeat center;
}
.nav ul {
	padding: 0;
	height: 60px;
}
.nav li.navli {
    line-height: 60px;
    text-align: center;
    float: left;
    position: relative;
}
.nav li.navli:first-child {
	background: url(../images/nhome.png) no-repeat 10px center;
}
.nav li.navli:before {
	content: "";
	width: 8px;
	height: 8px;
	background: url(../images/ncircle.png) no-repeat center;
	position: absolute;
	left: 15px;
	top:50%;
	margin-top: -4px;
	opacity: 0;
	transition: all 0.3s;
}
.nav li.navli:after {
	content: "";
	width: 0%;
	height: 3px;
	background:#fc7100;
	position: absolute;
	bottom: 0;
	left: 15%;
	opacity: 0;
	transition: all 0.3s;
}
.nav .navli a {display: block;}
.nav .navli p {
	color: #fff;
	font-size: 16px;
	line-height: 60px;
	padding:0 32px;
}
.nav .navli .child{
	display: none;
	width: 140%;
	position: absolute;
	top:60px;
	left:-20%;
	z-index: 3;
	transition: all .3s ease;
}
.nav li .child li {
	padding: 0;
	background: #063990;
	line-height: 39px;
	border-bottom: 1px solid #4777a1;
}
.nav li .child li:last-child{
	border-bottom: none;
}
.nav li .child li a {
	display: block;
	font-size: 13px;
	color: #fff;
	line-height: 36px;
}
.nav .navli:hover p {color: #fc7100;}
.nav .navli:hover .child {display: block;}
.nav li.navli:hover:before {opacity: 1;}
.nav li.navli:hover:after {opacity: 1;width: 70%;}
.nav .child li:hover a {
	background: #fc7100;
	color: #fff;
}
.nav li.navli:first-child:hover p {
	color: #fff;
}
.nav li.navli:first-child:hover:before {
	opacity: 0;
} 

/*banner*/
.flexslider { margin: 0px auto; position: relative; width: 100%; height: 650px; overflow: hidden; zoom: 1; }
.flexslider .slides li { width: 100%; height: 100%; }
.flex-direction-nav a { width: 70px; height: 70px; line-height: 99em; overflow: hidden; margin: -35px 0 0; display: block; background: url(../images/ad_ctr.png) no-repeat; position: absolute; top: 50%; z-index: 10; cursor: pointer; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .3s ease; border-radius: 0px; }
.flex-direction-nav .flex-next { background-position: 0 -70px; 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: 10px; text-align: center; }
.flex-control-nav li { margin: 0 2px; 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, .flex-control-paging li.active a { background-position: 0 0; }
.flexslider .slides a img { width: 100%; height:650px; display: block; }
/*公共标题*/
.title_1 {
	padding: 0;
	overflow: hidden;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}
.title_1 h4 {
	color: #f7f7f7;
	font-size: 76px;
	line-height: 80px;
	text-transform: uppercase;
	position: absolute;
	top:0;
	width: 100%;
}
.title_1 h3 {
	color: #2a2a2a;
	font-size: 40px;
	line-height: 80px;
	font-weight: normal;
	position: relative;
	z-index: 1;
}
.title_1 h3 strong {
	color: #005bac;
	font-size: 40px;
	line-height: 80px;
}
.title_1 em {
	display: block;
	width: 27px;
	height: 2px;
	background: #fdb87f;
	margin:0 auto;
}
.title_1 p {
	color: #6e6e6e;
	font-size: 24px;
	line-height: 50px;
}

/*搜索*/
.sousuo {
	padding:0;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
}
.sousuo .soul {
	width: 750px;
}
.sousuo .soul p {
	color: #fc7100;
	font-size: 15px;
	line-height: 75px;
	font-weight: bold;
}
.sousuo .soul p a {
	display: inline-block;
	color: #363636;
	font-size: 14px;
	line-height: 75px;
	padding-right: 10px;
	font-weight: normal;
}
.sousuo .soul p a:hover {color: #fc7100;}
.sousuo .sour {
	padding: 0;
	overflow: hidden;
	width: 405px;
}
.search-form {
	padding: 0;
	overflow: hidden;
	outline: none;
	margin-top:15px;
}
.search-form .form-control {
	padding: 0 10px 0 45px;
	width: 268px;
	background: url(../images/sr.png) no-repeat 10px center #fff;
	float: left;
	height: 43px;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    -webkit-appearance:none;/*去除阴影边框*/
    outline: none;
    -webkit-tap-highlight-color:#fff;
}
.search-form .search_btn {width: 80px;background:url(../images/sousuo.png) no-repeat center #fc7100;height: 45px;border: none;font-size: 14px;color: #fff;}

/*公共栏目样式*/
.sidebar {
	padding:0;
	width: 268px;
	overflow: hidden;
}
.sidebar .sideT {
	padding:14px 35px;
	overflow: hidden;
	background: url(../images/sidernbg.png) no-repeat 190px center #063990;
}
.sidebar .sideT h2 {
	color: #fff;
	font-size: 24px;
	line-height: 35px;
	font-weight: normal;
}
.sidebar .sideT p {
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
}
.sidebar .snav {
	padding:0 0 5px;
	overflow: hidden;
	background: #fff;
	border:1px solid #e5e5e5;
}
.sidebar .l-ul {
}
.sidebar .l-ul li {
	line-height: 57px;
	padding:0 25px;
}
.sidebar .l-ul li a{
	font-size: 16px;
	color: #6f6f6f;
	display: block;
	border-bottom: 1px solid #e9e9e9;
}
.sidebar .l-ul li:last-child a {
	border-bottom: 1px solid #fff;
}
.sidebar .l-ul li i {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(../images/sjt.png) no-repeat center;
	background-size: contain;
	margin-right: 20px;
    vertical-align: middle;
}
.sidebar .l-ul li:hover{
	background: #fc7100;
}
.sidebar .l-ul li:hover a i {
	background: url(../images/sjta.png) no-repeat center;
	background-size: contain;
}
.sidebar .l-ul li:hover a {
	color: #fff;
	border-bottom: 1px solid #fc7100;
}
.sidebar .sidelx{
	padding:15px 25px;
	overflow: hidden;
}
.sidebar .sidelx p {
	color: #6f6f6f;
	font-size: 14px;
	line-height: 30px;
	background: url(../images/stel.png) no-repeat left center;
	padding-left: 18px;
}
.sidebar .sidelx h4 {
    color: #fc7100;
    font-size: 22px;
    line-height: 30px;
    font-weight: bolder;
}
.sidebar .nsidelx {
	padding: 15px 20px 40px;
	overflow: hidden;
	background: #fff;
	border:12px solid #f6f6f6;
	margin-top:10px;
	text-align: center;
}
.sidebar .nsidelx .nstel {
    width: 73px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}
.sidebar .nsidelx .nstel img {
	display: block;
	width: 73px;
	height: 73px;
	border-radius: 50%;
	margin: 15px auto;
}
.sidebar .nsidelx .nstel:before {
	content: "";
	width: 73px;
	height: 73px;
	border-radius: 50%;
	position: absolute;
	box-shadow: 0 0 10px 10px #a3bef0;
	top:0px;
	left: 0px;
	z-index: -1;
	}
.sidebar .nsidelx .nstel:before {
	animation:myfirst1 2s infinite linear;
	-moz-animation:myfirst1 2s infinite linear; /* Firefox */
	-webkit-animation:myfirst1 2s infinite linear; /* Safari and Chrome */
	-o-animation:myfirst1 2s infinite linear; /* Opera */}
@keyframes myfirst1
{
from {box-shadow: 0 0 0px 0px #ffffff;}
to {box-shadow: 0 0 10px 10px #a3bef0;}
}
.sidebar .nsidelx p {
	color: #919191;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 20px;
}
.sidebar .nsidelx span {
	display: block;
	color: #919191;
	font-size: 15px;
	line-height: 30px;
	font-weight: bolder;
}
.sidebar .nsidelx h4 {
	color: #333;
	font-size: 22px;
	line-height: 35px;
	font-weight: bolder;
	margin-bottom: 10px;
}
.sidebar .nsidelx a {
	display: block;
	width: 210px;
	border-radius: 10px;
	background: #fc7100;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 14px;
}

/*友情链接*/
.links {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	padding: 20px 0;
	overflow: hidden;
	background: #063990;
}
.links a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	padding: 0 10px;
}
.links a.linkt {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.links a:hover {
	color: #fc7100;  
}

/*底部公用样式*/
.footer {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	background: #222;
	padding:0;
	overflow: hidden;
}
.footer .foot {
	padding: 40px 0;
	overflow: hidden;
}
.footer .footl {
	width: 670px;
	padding: 0;
	overflow: hidden;
}
.footer .flogo {
	height: 71px;
	width: 100%;
	margin-bottom: 16px;
}
.footer .flogo img {
	height: 100%;
	max-width: 100%;
}
.footer .footdh {
	border-top:1px solid #393939;
	border-bottom:1px solid #393939;
	color: #fff;
	font-size: 15px;
	line-height: 52px;
	margin-bottom: 20px;
}
.footer .flx {
	padding: 0;
	overflow: hidden;
}
.footer .flx p {
	color: #dfdfdf;
	font-size: 15px;
	line-height: 30px;
}
.footer .fewm {
	padding: 15px 0 0;
	overflow: hidden;
}
.footer .fewm .ewmpic {
	width: 103px;
	height: auto;
	float: left;
	text-align: center;
	margin-right: 10px;
}
.footer .fewm .ewmpic img {
	max-width: 100%;
}
.footer .footr {width: 450px;padding:40px 0 0;overflow: hidden;}
.footer .fnav {width: 100%;padding: 0;overflow: hidden;}
.footer .fnav dl{float: left;width: 33%;}
.footer .fnav dt a {color: #dfdfdf;font-size: 18px;line-height: 50px;display: block;margin-bottom: 20px;font-weight: normal;position: relative;}
.footer .fnav dt a:after {content: "";width: 22px;height: 2px;background: #fc7100;position: absolute;left: 0;bottom: 0;}
.footer .fnav dd a {display: block;color: #a9a9a9;font-size: 14px;line-height: 30px;}
.footer .fnav dt a:hover,.footer .fnav dd a:hover {color: #fc7100;}
.copyright {
	padding: 20px 0;
	overflow: hidden;
	text-align: center;
	border-top:1px solid #4e4e4e;
}
.copyright p,.copyright a,.copyright span { 
	color: #dfdfdf;
	font-size: 14px;
	line-height: 30px;
}
.copyright a:hover {
	color: #fc7100;
}


/*看得见的实力*/
.main0f {
	padding:45px 0 70px;
	overflow: hidden;
	background: url(../images/m0bg.jpg) no-repeat center;
}
.main0f .sllist {
	padding:0;
	overflow: hidden;
	margin-bottom: 40px;
}
.main0f .sllist li {
	float: left;
	width: 299px;
	padding:0;
	overflow: hidden;
	position: relative;
}
.main0f .sllist li:after,.main0f .sllist li:before {
	content: "";
	width: 1px;
	position: absolute;
	right: 0;
	top:0;
}
.main0f .sllist li:before {
	background: #d2d2d2;
	height: 100%;
}
.main0f .sllist li:after {
	background: #fc7100;
	height: 50%;
	z-index: 1;
}
.main0f .sllist li .slitem {
	padding:0 30px;
	overflow: hidden;
	position: relative;
}
.main0f .sllist li .slitem .slmore {
	position: absolute;
	top:0;
	right: 30px;
	width: 32px;
	height: 32px;
	background: url(../images/m0jt.png) no-repeat center;
}
.main0f .sllist li .slpic {
	padding: 0;
	overflow: hidden;
	height: 46px;
}
.main0f .sllist li .slpic img {
	height: 100%;
	width: auto;
	max-width: 100%;
}
.main0f .sllist li h2 {
	color: #444;
	font-size: 22px;
	line-height: 40px;
	margin:10px 0;
}
.main0f .sllist li p {
	color: #777;
	font-size: 16px;
	line-height: 25px;
}
.slvmore {
	padding:10px 0;
	overflow: hidden;
	text-align: center;
}
.slvmore .vmore {
	display: inline-block;
	padding:0 70px;
	overflow: hidden;
	background: #fc7100;
	border-radius: 20px;
	line-height: 45px;
	color: #fff;
	font-size: 15px;
	transition: all 0.3s;
}
.slvmore .vmore i {
	display: inline-block;
	width: 15px;
	height: 10px;
	background: url(../images/mjt.png) no-repeat center;
	margin-left: 5px;
	vertical-align: middle;
}
.slvmore .vmore:hover {
	box-shadow: 5px 5px 5px 0px #3e3c3c;
}

@keyframes criss-cross-left {
	0% {left: -20px;}
	50% {left: 50%;width: 20px;height: 20px;}
	100% {left: 50%;width: 375px;height: 375px;}
}
@-webkit-keyframes criss-cross-right {
	0% {right: -20px;}
	50% {right: 50%;width: 20px;height: 20px;}
	100% {right: 50%;width: 375px;height: 375px;}
}
@keyframes criss-cross-right {
	0% {right: -20px;}
	50% {right: 50%;width: 20px;height: 20px;}
	100% {right: 50%;width: 375px;height: 375px;}
}