@charset "utf-8";

/**初始化>>**/

html {
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "微软雅黑";
	background: #ffffff;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
	padding: 0;
	margin: 0;
}

table,
td,
tr,
th {
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

li {
	list-style-type: none;
}

img {
	vertical-align: top;
	border: 0;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 12px;
	font-weight: normal;
}

address,
cite,
code,
em,
th {
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

input,
select,
textarea {
	outline: none;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clearfix {
	clear: both;
}

.container:after,
.container:before,
.pull-left:after,
.pull-left:before,
.pull-right:after,
.pull-right:before,
.clearfix:after,
.clearfix:before {
	clear: both;
	content: '';
	display: table;
	width: 100%;
	height: 0;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

/* @font-face {
	font-family:FZZCHJW;
	src: url(../fonts/FZZCHJW.TTF);
	src: url(../fonts/fzzchjw.eot)
} */
@font-face{
	font-family:FZZCHJW;
	src: url(../fonts/FZZCHJW.TTF);
	src: url(../fonts/fzzchjw.eot) format(embedded-opentype);
}

/**<<初始化**/

/*header*/

.header{
	background-color: #222222;
	border-bottom: 1px solid #383838;
	height: 70px;
	position: relative;
}

.header > .container > ul {
	margin-left: 80px;
}

.header > .container > ul li{
	float: left;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
}

.header > .container > ul li a{
	display: block;
	color: #888888;
	padding: 0 15px;
	font-size: 16px;
}

.header > .container > ul li a:hover{
	text-decoration: none;
}

.header > .container > ul li.ihover,.header > .container > ul li.active{
	border-bottom: 2px solid #fff;
}

.header > .container > ul li.ihover a,.header > .container > ul li.active a{
	color: #fff;
}

.header .head_contact{
	padding:  18px 0;
	height: 70px;
	line-height: 34px;
}

.header .head_contact span{
	height: 34px;
	width: 112px;
	border-radius: 17px;
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-right: 10px;
	background: url(../img/icon.png?1) no-repeat 12px 7px;
	background-color: #9c9c9c;
}

.header .head_contact p{
	color: #fff;
	font-size: 18px;
	line-height: 35px;

}

/*nav_down*/
.header .nav_down_item{
	position: absolute;
	width: 100%;
	left: 0;
	top: 70px;
}

.header .nav_down{
	height: 600px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	display: none;
	box-shadow: 0 5px 5px rgba(0,0,0,0.07), inset 0 3px 3px rgba(0,0,0,0.15);
}

.header .nav_down .nav_left_bg,.header .nav_down .nav_right_bg{
	width: 50%;
	height: 600px;
	position: absolute;
	top: 0;
	z-index: 99;
}

.header .nav_down .nav_right_bg{
	right: 0;
	background: #fff;
}

.header .nav_down .nav_left_bg{
	left: 0;
	background: #eaeaea;
}

.header .nav_down .container{
	position: relative;
	z-index: 999;
	height: 600px;
	background: #fff;
}

.nav_down_list{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 600px;
	display: none;
}

.header .nav_down .nav_down_nav{
	width: 190px;
	height: 600px;
	background: #eaeaea;
	border-right: 1px solid #dcdcdc;
	padding: 30px 0;
	overflow: auto;
}

.header .nav_down .nav_down_nav ul li{
	height: 40px;
	padding: 0 15px;
	line-height: 40px;
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}

.header .nav_down .nav_down_nav ul li a{
	color:#666;
	display:block;
}
.header .nav_down .nav_down_nav ul li i{
	float: right;
	line-height: 40px;
	font-size: 18px;
}

.header .nav_down .nav_down_nav ul li.active{
	background: #dcdcdc;
}

.header .nav_down .nav_down_con{
	width: 990px;
	height: 600px;
	position: relative;
}

.header .nav_down .nav_down_con .nav_down_con_l{
	position: absolute;
	left: 0;
	top: 0;
	width: 1020px;
	height: 600px;
	padding-top: 36px;
	display: none;
}

.header .nav_down .nav_down_con .nav_down_con_l > p{
	position: absolute;
	right: 0;
	bottom: 10px;
	font-size: 14px;
	color: #ccc;
}

.header .nav_down .nav_down_con ul li{
	width: 244px;
	float: left;
	padding-left: 14px;
	margin-right: 14px;
	border-left: 1px solid #dcdcdc;
}

.header .nav_down .nav_down_con ul li:first-child{
	border-left: 0;
}

.header .nav_down .nav_down_con ul li:last-child{
	margin-right: 0;
}

.header .nav_down .nav_down_con ul li h2{
	font-size: 18px;
	color: #666;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 50px;
}

.header .nav_down .nav_down_con ul li div.down_img{
	width: 229px;
	height: 129px;
	overflow: hidden;
}

.header .nav_down .nav_down_con ul li div.down_img img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.header .nav_down .nav_down_con ul li h4{
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin: 20px 0;
}

.header .nav_down .nav_down_con ul li p{
	font-size: 14px;
	line-height: 22px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header .nav_down .nav_down_con ul li b{
	color: #333;
}

.header .nav_down .nav_down_con ul li a.btn_more{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #333;
	margin-top: 10px;
}

.header .nav_down .nav_down_con ul li a.btn_more i{
	margin-right: 5px;
	font-size: 20px;
	float: left;
	line-height: 20px;
}

/*header*/



/*position*/

.position {
	height: 50px;
	background: #eeeeee;
}

.position .position_left {
	line-height: 50px;
}

.position .position_left p {
	font-size: 16px;
	color: #333;
}

.position .position_left p i {
	margin-right: 8px;
	font-size: 18px;
}

.position .position_left ul li {
	float: left;
	font-size: 16px;
}

.position .position_left ul li a {
	color: #333;
}

.position .position_left ul li i {
	font-size: 20px;
	margin: 0 10px;
}

.position .pro_search {
	width: 300px;
	height: 30px;
	background: #fff;
	border-radius: 15px;
	margin: 10px 0;
	overflow: hidden;
	padding: 0 15px;
}

.position .pro_search input {
	height: 30px;
	line-height: 30px;
	border: 0;
	font-size: 14px;
	color: #666;
}

.position .pro_search a {
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #666;
	font-size: 18px;
}	
/*position*/

/*footer*/

.xs{
	height: 130px;
	width: 100%;
	background: url(../img/service_bg.jpg?v1) no-repeat center;
}

.footer{
	background: #333;
}

.footer .footer_top{
	padding: 40px 0 20px;
	border-bottom: 1px solid #999;
}

.footer .footer_top .footer_nav{
	border-right: 1px solid #999;
	width: 650px;
}

.footer .footer_top dl{
	float: left;
	width: 108px;
	margin-left: 72px;
}

.footer .footer_top dl:first-child{
	margin-left: 0;
}

.footer .footer_top dl dt{
	font-size: 16px;
	color: #fff;
	height: 30px;
	margin-bottom: 5px;
	position: relative;
	font-weight: bold;
}

.footer .footer_top dl dt div{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 27px;
	background: #999;
}

.footer .footer_top dl dd a{
	font-size: 14px;
	color: #999;
	line-height: 22px;
}

.footer .footer_contact{
	width: 500px;
	padding: 14px 0;
	position: relative;
}

.footer .footer_contact p{
	color: #fff;
	font-size: 15px;
	line-height: 22px;
}

.footer .footer_contact h4{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}

.footer .footer_contact .contact_btn{
	width: 168px;
	height: 34px;
	line-height: 34px;
	margin: 10px 0;
}

.footer .footer_contact .contact_btn a{
	display: block;
	height: 34px;
	width: 100%;
}

.footer .footer_contact .contact_btn span{
	float: left;
	width: 134px;
	text-align: center;
	color: #fff;
	height: 34px;
	background: #0061e6;
	font-size: 15px;
}

.footer .footer_contact .contact_btn i{
	float: right;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	background: #014bb4;
	color: #fff;
	font-size: 18px;
}

.footer .footer_contact h2{
	font-size: 30px;
	color: #fff;
	font-family:FZZCHJW;
	letter-spacing: 2px;
	line-height: 34px;
	height: 34px;
}

.footer .footer_contact .qrcode{
	position: absolute;
	right: 0;
	top: 14px;
	width: 114px;
	height: 134px;
}

.footer .footer_contact .qrcode .qrcode_bg{
	width: 114px;
	height: 114px;
	overflow: hidden;
	background: url(../img/icon.png?v4) no-repeat -186px -132px;
}

.footer .footer_contact .qrcode span{
	font-size: 12px;
	color: #fff;
	display: inline-block;
	height: 20px;
	width: 114px;
	text-align: center;
	line-height: 20px;
}

.footer .footer_btm{
	padding: 24px 0;
}

.footer .flinks{
	width: 136px;
	text-align: center;
	border-right: 1px solid #999;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	height: 40px;
	line-height: 20px;
}

.footer .flinks h4{
	font-size: 16px;
	font-weight: bold;
}

.footer .footer_btm ul li{
	float: left;
	font-size: 16px;
	line-height: 40px;
	margin-left: 40px;
}

.footer .footer_btm ul li a{
	color: #fff;
}

.footer .copyright{
	height: 34px;
	width: 100%;
	background: #fafafa;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 34px;
}

/*footer*/


/*contact*/

.contact_common{
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -129px;
	z-index: 9999;
}

.contact_common ul li{
	width: 60px;
	height: 60px;
	background: #414141;
	margin-bottom: 6px;
	position: relative;
	-webkit-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.contact_common ul li:last-child{
	margin-bottom: 0;
}

.contact_common ul li div.contact_img,
.contact_common ul li div.contact_txt{
	display: none;
	position: absolute;
	width: 60px;
	height: 60px;
	left: 0;
	top: 0;
}

.contact_common ul li div.contact_img{
	display: block;
}

.contact_common ul li div.contact_txt{
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
	line-height: 20px;
}

.contact_common .details{
    position: absolute;
    left: auto;
    right: 59px;
    top: 0;
    padding-right: 20px;
    display: none;
}

.details_box{
	background: #fff;
	border-top: 4px solid #000000;
	padding: 15px 20px;
	box-shadow: 4px 4px 5px 0px rgba(221,221,221,0.5);
	position: relative;
}

.triangle{
	position: absolute;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: -10px; 
    top: 20px;
    box-shadow: -3px 4px 4px 0px rgba(221,221,221,0.5);
}

.contact_common ul li:nth-of-type(3) .details_box{
	width: 490px;
}

.contact_common ul li:nth-of-type(3) .details_t{
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.contact_common ul li:nth-of-type(3) .details_t_l div.pull-left{
	width: 60px;
	height: 60px;
}

.contact_common ul li:nth-of-type(4) .details .details_con_img{
	width: 140px;
	height: 140px;
}

.contact_common ul li:nth-of-type(4) .details .details_con_img img{
	display: block;
	max-width: 100%;
}

.contact_common ul li:nth-of-type(3) .details_t_l div.pull-right{
	margin-left: 10px;
}

.contact_common ul li:nth-of-type(3) .details_t h4{
	color: #535151;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}

.contact_common ul li:nth-of-type(3) .details_t b{
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.contact_common ul li:nth-of-type(3) .details_t p,
.contact_common ul li:nth-of-type(4) .details p{
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

.contact_common ul li:nth-of-type(3) .details_b{
	padding-top: 15px;
	margin-bottom: -10px;
}

.contact_common ul li:nth-of-type(3) .details_b h6{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-bottom: 10px;
}

.contact_common ul li:nth-of-type(3) .details_b p{
	color: #535151;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
}

.contact_common ul li:nth-of-type(3) .details_b p span,.contact_common ul li:nth-of-type(3) .details_b p a{
	float: left;
	margin-left: 4px;
}

.contact_common ul li:nth-of-type(3) .details_b p *:first-child{
	margin-left: 0;
}

.contact_common ul li:nth-of-type(3) .details_b p a{
	height: 30px;
	padding: 0 10px;
	text-align: center;
	background: #333;
	color: #fff;
	border-radius: 3px;
}

.contact_common ul li:nth-of-type(4) .details{
	width: 200px;
}

.contact_common ul li:nth-of-type(4) .details h4{
	font-size: 16px;
	font-weight: bold;
	color: #535151;
	margin-top: 10px;
	text-align: center;
}

/*contact*/



/*popup*/

.popup{
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -60px;
	margin-left: -100px;
	width: 200px;
	height: 120px;
	background: #fafafa;
	z-index: 9999;
	display: none;
}

.popup h4{
	font-size: 16px;
	color: #fff;
	background: #333;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	cursor:move;
}

.popup p{
	height: 80px;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 10px;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}

/*popup*/


/*ie8及以下浏览器提醒*/

.ie8_Following{
	background: #f8b91e;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 9999;
    color: #fff;
}

.ie8_Following .ieclose{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

/*ie8及以下浏览器提醒*/



