﻿@charset "UTF-8";
body,html{
	overflow-x:hidden; 
}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input {
    margin:0px;
    padding:0px;
}
h1,h2,h3{
    font-weight: normal;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
h2{
  margin: .5em 0;
  font-size:1.7em;
}
h3 {
  margin: .4em 0;
  font-size: 1.5em;
}
h1,.h1 {
  font-size: 36px;
}
h2,.h2 {
  font-size: 30px;
}
h3,.h3 {
  font-size: 24px;
}
h4,.h4 {
  font-size: 18px;
}
h5,.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
*{
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-family: "微软雅黑"
}
html {
    color: #666;
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}
body {
    font: 12px/1.5 "Microsoft Yahei","微软雅黑",Arial,"Hiragino Sans GB",verdana ,Mongolian Baiti;
    font-size: 12px;
    overflow-x: hidden;
    background-color: #ffffff;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
}
body a:hover{
	text-decoration:none;cursor: pointer;
}
a {
    text-decoration: none;
    background-color: transparent; /*修正win8系统IE连接灰色背景*/
    outline:none;
    blr:expression(this.onFocus=this.blur());
}
a:focus {
    outline: 0;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode:bicubic;
    transition: transform 1s;
}
img.hover{
    transform: scale(1.15);
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/*legend*/
button,
input,
select,
textarea {
    font-family: inherit; 
    font-size: 100%; 
    margin: 0;
    outline:none;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; 
    cursor: pointer; 
}

button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
}
input[type="search"] {
    -webkit-appearance: textfield; 
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input.submit {
    cursor: pointer;
}
input.radio {
    width: 13px;
    height: 13px;
}
input[type="text"],
input[type="number"]{
    -webkit-appearance: none;
}
textarea {
    overflow: auto; 
    vertical-align: top;
    resize: none;
    -webkit-appearance: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,label{
	margin:0;
	padding:0;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
li {
    list-style: none; }

input, select, textarea {
    outline: none;
    border: none;
    background: none; }
textarea {
    resize: none; }
a {
    text-decoration: none;
    color: #656565; }
/*******************************************************/
/* 公共样式集合 */
/*******************************************************/

/*颜色>>>>>>>>>>>>>>*/
.red,.red:hover{color:red;}.black{color:#000;}.white{color:#FFF;}.c28{color:#282828;}.c4{color:#444;}.c6{color:#666;}.c8{color:#888;}.c9{color:#999;}.cf00{color:#f00;}.cf30{color:#F30;}.cf60{color:#F60;}.c145{color:#145b93;}
/*颜色>>>>>>>>>>>>>>*/
/*布局>>>>>>>>>>>>>>>>>>>>>>*/
.cb{clear: both;} .mg0{margin:0px !important;}
.db{display:block;}.di{display:inline;}.dib{display:inline-block;}
.dn{display:none;}.fl{float:left;}.fr{float:right;}
.oh{overflow:hidden;}.pr{position:relative;}.pa{position:absolute;}
.hand{cursor:pointer}.vv{visibility:visible;}.vh{visibility:hidden;}
.clearfix{
    /*zoom: 1;*/
    clear: both; }
.container {
    width: 1200px;
    margin: 0 auto; padding:0px;
}
.radius{
 text-align: center;
 border-radius: 50%; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  -moz-border-radius: 50%; /* Firefox */
  -webkit-border-radius: 50%; /* Safari 和 Chrome */}
.radius-fifth{
 text-align: center;
 border-radius:20px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
 -moz-border-radius:20px; /* Firefox */
 -webkit-border-radius:20px; /* Safari 和 Chrome */}
 .radius-fifth_left{
 text-align: center;
 border-top-left-radius:20px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
 border-bottom-left-radius:20px;
 -moz-border-top-left-radius: 20px; /* Firefox */
 -moz-border-bottom-left-radius:20px;
 -webkit-border-bottom-left-radius: 20px; /* Safari 和 Chrome */
 -webkit-border-bottom-left-radius:20px;} 
  .radius-fifth_right{
 text-align: center;
 border-top-right-radius:20px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
 border-bottom-right-radius:20px;
 -moz-border-top-right-radius: 20px; /* Firefox */
 -moz-border-bottom-right-radius:20px;
 -webkit-border-bottom-right-radius: 20px; /* Safari 和 Chrome */
 -webkit-border-bottom-right-radius:20px;} 
.col-wid-1, .col-hei-1, .col-md-1, .col-lg-1, .col-wid-2, .col-hei-2, .col-md-2, .col-lg-2, .col-wid-3, .col-hei-3, .col-md-3, .col-lg-3, .col-wid-4, .col-hei-4, .col-md-4, .col-lg-4, .col-wid-5, .col-hei-5, .col-md-5, .col-lg-5, .col-wid-6, .col-hei-6, .col-md-6, .col-lg-6, .col-wid-7, .col-hei-7, .col-md-7, .col-lg-7, .col-wid-8, .col-hei-8, .col-md-8, .col-lg-8, .col-wid-9, .col-hei-9, .col-md-9, .col-lg-9, .col-wid-10, .col-hei-10, .col-md-10, .col-lg-10, .col-wid-11, .col-hei-11, .col-md-11, .col-lg-11, .col-wid-12, .col-hei-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1 {
  width: 100%;
}
.col-xs-2 {
  width: 50%;
}
.col-xs-3 {
  width: 33.333%;
}
.col-xs-4 {
  width: 25%;
}

/*header部分*/

.header{
    width: 100%;
    overflow: hidden;
    position: relative;
	z-index:9;
	padding:0px auto;
}
.head_top{
    width: 100%;
	padding-left:16%;
    background-color: #62a9e1;
    height: 30px;
    color: #fff;
	font-size:12px;
    line-height: 30px;
}
.head{
    width:100%;
    height:68px;
	opacity:0.9;
	filter:alpha(opacity=90);
	background-color: #80b5df;
	position:fixed;
	
}
.head_co{width:1280px;margin:0 auto;
	left: 0;right: 0;}
.nav_logo{
	width:255px;
	height:80px;
	background-color: #62a9e1;
	}
.nav_logo .lo{
	width: 100px;
	height: 100%;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 30px 10px;
	box-sizing:border-box;
	}
.nav_logo .name{
	width:145px;
	height:100%;
	color:#fff;
	text-align:left;
	padding-top:5px;
	}
.nav_logo .name span{
	width:100%;
	font-size:12px;
	padding-left:8px;
	text-transform:uppercase;
}
.head.nav_menu{
	width: 810px;}
.head.nav_menu ul{ 
	display:block;
	width:800px;
	position:relative;
}
.nav_menu ul li{
	display:inline;
	}
.nav_menu ul li {
	float:left;
	height:68px;
	text-align:center;
	position:relative
}
.nav_menu ul li:nth-child(2) {text-align:left;}
.nav_menu ul li:nth-child(3) {width:136px; text-align:left;}
.nav_menu ul li:nth-child(4) {width:140px;}
.nav_menu ul li .tits {
	width:106px;
	height:68px;
	font-size:16px;
	line-height:26px;
	color:#000;
	padding:10px 0 0;
	display:block;
	position:relative;
	box-sizing:initial;
}
.nav_menu ul li .tits span {
	width:100%;
	font-size:12px;
	opacity:0.7;
	filter:alpha(opacity=70);
	line-height:22px;
	display:block;
	height:20px;
	overflow:hidden;
	font-family:Arial;
	word-break:break-all;
	text-transform:uppercase
}
.nav_menu ul li dl {
	width:100%;
	height:auto;
	background:rgba(0,0,0,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
	padding:5px 0;
	position:absolute;
	top:103px;
	left:0;
	display:none
}
.nav_menu ul li dl dd {
	width:87px;
	height:auto;
	margin:0 auto;
	border-bottom:1px solid #5c5c5e;
	line-height:39px;
	font-size:14px;
	text-align:center
}
.nav_menu ul li dl dd a {
	color:#eaeaea;
	width:100%;
	display:block
}
.nav_menu ul li:hover .tits {
	color:#FFF;
}
.nav_menu ul li:hover dl {
	display:block
}
.nav_menu ul li.on .tits {
	background:#ae1628;
}
.nav_tel{
	width:215px;}
.nav_tel .ico{
	width: 55px;
	height: 50px;
	color: #F00;
	font-size: 30px;
	text-align: right;
	padding-top: 17px;
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	}
.nav_tel .no{
	width:155px;
	padding-top:10px;
	font-size:18px}
.nav_tel .no a{
	color:#cf2525;
	font-size:18px}

/*底部*/
.footer{
    width: 100%;
    overflow: hidden;
    background-color: #61aae1;
}
.footer .foot{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
}
.footer .foot_c{
    width:70%;
    overflow: hidden;
}
.foot_c.nav_menu{
	text-align:center;}
.foot_menu ul{ 
	display:block;
	width:800px;
	position:relative;
}
.foot_menu ul li{
	display:inline;
	}
.foot_menu ul li {
	float:left;
	height:68px;
	text-align:center;
	position:relative
}
.foot_menu ul li:nth-child(1) {
}
.foot_menu ul li .tits {
	width:150px;
	height:68px;
	font-size:16px;
	line-height:26px;
	color:#fff;
	padding:10px 0 0;
	display:block;
	position:relative;
	box-sizing:initial;
}
.foot_menu ul li .tits span {
	width:100%;
	font-size:12px;
	opacity:0.7;
	filter:alpha(opacity=70);
	line-height:22px;
	display:block;
	font-family:Arial;
	text-transform:uppercase
}
.foot_menu ul li:hover .tits {
	color:#ccc;
}
.foot_logo{
	width:100%;
	height:80px;
	padding:10px 0 0 60px;
	background-color: #62a9e1;
	border-top: 1px solid #fff;
	}
.foot_logo .lo{
	width:100px;
	height:100%;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 15px 0px;
	box-sizing:border-box;
	}
.foot_logo .name{
	width:600px;
	height:100%;
	color:#fff;
	padding-left:12px;
	}
.foot_logo .name span{
	width:100%;
	font-size:12px;
	text-transform:uppercase;
}
.footer .foot .two{
    width: 200px;
    margin-left: 50px;
	height:200px;
}
.footer .foot .two p{
    color: #adadad;
    font-size: 18.62px;
    line-height: 36px;
}
.footer .foot .two p span{
    color: #fff;
    font-size: 18.62px;
    margin-right: 10px;
}
.footer .foot .three{
    width: 300px;
	height:100%;
}
.footer .foot .three img{
    width: 48%;
	height:100%;
	float:left;
	padding-right:2px;
}
.footer .foot .three input{
    width: 190px;
    float: left;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    text-indent: 1em;
    margin-bottom: 2px;
    font-size: 18px;
}
.footer .foot .three input:nth-child(2){
    float: right;
}
.footer .foot .three textarea{
    width: 100%;
    background-color: #fff;
    height: 70px;
    margin-bottom: 2px;
    text-indent: 1em;
    line-height: 26px;
    font-size: 18px;
}
.footer .foot .three .sub{
    margin-bottom: 0px;
    text-indent: 0em;
    width: 100%;
    background-color: #ff6029;
    color: #fff;
}
.foot_b{
	margin-top:20px;
    width: 100%;
    /*height: 70px;
    line-height: 70px;*/
    background-color: #61aae1;
    color:#ccc;
    text-align: center;
    font-size: 12px;
}
.foot_d{
    width:100%;
    background-color:#333;
    color:#ccc;
	height:auto;
    font-size: 12px; margin:-18px auto;}
.foot_d li{width:100px; float:left; padding-right:10px; text-align:center;}
.foot_on{
    width: 450px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
}
.foot_on div{
    float: left;
    line-height: 66px;
}
.foot_on div span{
    display: block;
    float: right;
}

/*标题*/
.title h3{
    font-size:44px;
    color: #fff;
}
.title h4{
    font-size: 32px;
    color: #f30;
    margin-top: 10px;
    margin-bottom: 55px;
    font-weight: normal;
}
.title h5{
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 55px;
    font-weight: normal;
}
.title{
    overflow: hidden;
}
.top_pic{
    width: 100%;
}
.top_pic img{
    width: 100%;
    display: block;
}
.suspend{
    width:40px;height:198px;
    position:fixed;
    top:200px;
    right:0;
    overflow:hidden;
    z-index:9999;
}
.suspend dl{
    width:120px;
    height:198px;
    border-radius:25px 0 0 25px;
    padding-left:40px;
    box-shadow:0 0 5px #e4e8ec;
}
.suspend dl dt{
    width:40px;
    height:198px;
    background:url("../images/suspend.png");
    position:absolute;
    top:0;
    left:0;
    cursor:pointer;
}
.suspend dl dd.suspendQQ{
    width:120px;
    height:85px;
    background:#ffffff;
}
.suspend dl dd.suspendQQ a{
    width:120px;
    height:85px;
    display:block;
    background:url("../images/suspend.png") -40px 0;
    overflow:hidden;
}
.suspend dl dd.suspendTel{
    width:120px;
    height:112px;
    background:#ffffff;
    border-top:1px solid #e4e8ec;
}
.suspend dl dd.suspendTel a{
    width:120px;
    height:112px;
    display:block;
    background:url("../images/suspend.png") -40px -86px;overflow:
}
	/*youche*/
.fix {
	position: fixed;
	top: 30%;
	right: -162px;
	width: 211px;
	z-index: 9;
	box-shadow: 0 0 10px #ddd;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	transition: all 0.3s;
}
.fix:hover {
	right: 0px;
}
.fix img {
	display: block;
	float: left;
}
.fix .2-box {
	border-bottom: 1px solid #ddd;
	background:#F00;
	height: 200px;
}
.fix .2-box:hover {
	background: rgba(0, 0, 0, 0.5);
}
.fix .2-box .left {
	font-size: 14px;
	width:52px;
	height:200px;
	float:left;
	color: #fff;
	padding:0px;
	margin:0px;
	border-bottom: 1px solid #F00;}
.fix .2-box .right {
	float:right;
	width:152px;
	border-bottom: 1px solid #F00;}
.fix .2-box right img {
	width:100px;
	height:100px;}
.fix .l-box {
	border-bottom: 1px solid #ddd;
	background:#5fa8df;
	height: 52px;
}
.fix .l-box:hover {
	background: rgba(0, 0, 0, 0.5);
}
.fix .l-box a.c-c {
	line-height: 52px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin-left: 15px;
}