﻿/*
*@part 通用样式
*/
html {
	overflow-x:hidden;
	overflow-y:scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%
}
html * {
	outline:0;
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0)
}
html,body {
	max-width: 1920px;
	text-align: center;
	margin: auto;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,
menu,nav,section{
	margin:0;
	padding:0;
	}
pre{white-space:pre-wrap;
	white-space:-moz-pre-wrap !important;
	white-space:-o-pre-wrap;
	white-space:-pre-wrap;
	word-wrap:break-word
	}
ins,a{
	color:inherit;
	text-decoration:none;
	outline:none;
	blr:expression(this.onFocus=this.blur());
	}
a:focus{outline:none}
::-ms-check{
	color:#34538b;
	background:#a0b3d6;
	padding:.5em
	}
a:hover{
	text-decoration:none;
	cursor:pointer
	}
li{
	list-style:none;
}
.sep{
	margin:0 .25em;
	font-family:sans-serif;
	color:#424242
}
@media (max-width:1240px) {
	.container-fluid{
		width: 100%;
		margin:0;
		padding:0;
	}
 }
 /* 样式重置 兼容IE */
div.container{
	width: 1200px;
	*width: 1170px;
	position: relative;
}
.clearfix{
	zoom:1;
}
.navbar-nav > li {
	float: left;
}
.navbar-nav > li > ul > li{
	float: left;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
	float:left;
}
.col-md-1 {
	width: 8.33333333%;
}
.col-md-2{
	width: 16.66666667%;
}
.col-md-3{
	width: 25%;
}
.col-md-4{
	width: 33.33333333%;
}
.col-md-5 {
    width: 41.66666667%;
}
.col-md-6{
	width: 50%;
}
.col-md-7{
    width: 58.33333333%;
}
.col-md-8{
	width: 66.66666667%;
}
.col-md-9 {
	width: 75%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-12 {
	width: 100%;
	*padding: 0;
}


/* 主要结构 */
.header-top {
    position: fixed;
    height: 50px;
    max-width: 1920px;
    width: 100%;
    top:0;
    background-color: #1b1b1b;
    z-index: 12;
}
.header-top-phones li{
	float:right;
	color: #f15600;
	font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    padding: 12px;
}
.header_weixin{
    display:none;
    width:146px;
    height:146px;
    background-position: 50% 49%;
    background-size: 100%;
    position: absolute;
    right: -5px;
    top: 44px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
#header_weixin:hover > .header_weixin{
    display:inline-block;
}
.header-tx{
    display:none;
    position: fixed;
    height: 50px;
    width: 100%;
    top: 50px;
    background: #f15600;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    z-index: 10;
}
.header-tx .container{
    color: #fff;
    background: #f15600;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 21px;
}
.header-tx .tx-link{
    display: inline-block;
    vertical-align: top;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #f15600;
    background: #fff;
    border-radius: 13px;
    margin-left: 46px;
    padding: 0px 12px;
}
.header {
    position:fixed;
    max-width: 1920px;
    width:100%;
    top:50px;
    background-color:#fff;
    margin: auto;
    z-index:10;
}
.header .logo {
	float: left;
	width: 251px;
	height: 80px;
	background-image: url("../images/logo.png");		background-repeat:no-repeat;		background-position:50%;
}
.header .logo a {
	display: block;
	height: 50px;
	cursor: pointer
}
.header .navbar {
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	margin-left: 45px;
	margin-bottom:0px;
	border: 0;
}
.header .nav > li > a {
	width: 90px;
	font-size:16px;
	padding: 30px 0
}
.header .nav .active ,
.header .nav li:hover,
.header .nav a:hover{
	color: white;
	background-color:#f15600;
}
.header .dropdown-menu {
	background-color: #f15600;
    width: auto;
    min-width: 98px;
    font-size: 12px;
}
.header .dropdown-menu > li > ul  {
	line-height:32px;
	text-align:center;
}
.wrap .page-header {
	border-bottom-color: #dbdbdb;
	position: relative;
	margin-bottom: 60px
}
.wrap .page-header h1 {
	width: 252px;
	height: 37px;
	position: relative;
	margin: 0 auto
}
.wrap .page-header h1 b {
	display: inline-block;
	width: 80px;
	height: 3px;
	background-color: #f15c0f;
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -40px
}
.wrap .page-header p {
	width: 100%;
	font-size: 30px;
	color: #333;
	position: absolute;
	bottom: -50px;
	left: 0
}
.wrap .page-header p strong {
	font-weight: 400;
	color: #f15c0f
}

.wrap .temp {
	height: 380px;
	background-color: #fa9128;
	margin: 85px 0 260px 0;
}
.wrap .temp .container {
	height: 380px;
}
.wrap .temp .title {
	width: 855px;
	height: 288px;
	*width: 580px;
	*height: 250px;
	color: white;
	text-align: left;
	border: 3px solid white;
	padding: 33px 0 0 270px;
	position: absolute;
	bottom: 0;
	right: 37px
}
.wrap .temp .title h3 {
	font-size: 30px;
	font-weight: 700;
}
.wrap .temp .title h4 {
	font-size: 22px;
	margin: 16px 0;
}
.wrap .temp .title p {
	font-size: 14px;
	font-weight: 600;
}
.wrap .temp .img {
	position: absolute;
	bottom: -237px;
	left: 0
}
.wrap .temp .temp-list {
	width: 620px;
	height: 200px;
	position: absolute;
	bottom: -150px;
	right: 0
}
.wrap .temp .temp-list .temp-indicators {
	width: 80px;
	height: 28px;
	background-image: url("../images/icon1.jpg");
	position: absolute;
	top: -45px;
	right: 0
}
.wrap .temp .temp-list .temp-indicators .temp-control {
	float: left;
	width: 40px;
	height: 28px;
}
.wrap .temp .temp-list .temp-inner {
	position: relative;
	overflow: hidden;
}
.wrap .temp .temp-inner ul {
	width: 1999px;
}
.wrap .temp .temp-inner li {
	float: left;
	width: 300px;
	height: 200px;
	*width: 237px;
	*height: 77px;
	background: white;
	text-align: left;
	border: 1px solid #fa9128;
	position: relative;
	margin-right: 20px;
	padding: 60px 30px
}
.wrap .temp .temp-inner h3 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.wrap .temp .temp-inner p {
	font-size: 16px;
	color: #22272d;
	font-weight: 500;
	line-height: 26px;
	margin-top: 35px
}
.wrap .temp .temp-inner strong {
	position: absolute;
	top: 32px;
	right: 42px
}

.footer {
	background-color: #3f3e3a;
}
.footer .foot_content {
	width: 50%;
	margin-top: 40px;
	float:left;
}
.footer .foot-ico {
	display: inline-block;
	width: 341px;
	height: 119px;
	background: url("../images/foot.png") no-repeat;
	background-position-y:5px;
	margin: 0 auto
}
.footer .links li {
	display: inline-block;
	*display: inline;
	_zoome: 1;
}
.footer .links a {
	display: inline-block;
	width: 44px;
	height: 45px;
	margin-right: 3px;
}
.footer .links a.mweixin {
	background-image: url("../images/mweixin.jpg");
}
.footer .links a.mwzbj {
	background-image: url("../images/mzbj.jpg");
}
.footer .links a.msina {
	background-image: url("../images/msina.jpg");
}
.footer .links a.mqq {
	background-image: url("../images/mqq.jpg");
}
.footer .btns .btn {
	display: inline-block;
	color: white;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 20px;
	margin: 20px 10px;
	padding: 3px 20px
}
.footer .btns .btn1 {
	background-color: transparent;
	border-color: #686764;
}
.footer .btns .btn2 {
	background-color: #F15C0F;
	border-color: #ff7c39
}
.footer small {
	font-weight: 700;
	font-size: 12px;
	color: #ff7c39
}
.footer address {
	margin-bottom: 0
}

.footer_weixin_title{
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #f15c0f;
}

.footer_weixin{
    width:146px;
    height:146px;
    background-position: 50% 49%;
    background-size: 100%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.st0{font-weight: 600;}
.st1{fill:#FF723A;}
.st2{fill:none;}
.st3{fill:none;stroke:#F15C0F;stroke-miterlimit:10;stroke-dasharray:1,1;}
.st4{font-family:none;}
.st5{font-size:12px;}
.st6{font-size:16px;}