﻿@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0 ;}
html{ -webkit-text-size-adjust:none;/*只针对低版本谷歌*/}
body{color:#666; _overflow:hidden; overflow-x:hidden;  background:#fff; width: 100%;  *cursor: default;}
body,ol,table,tr,td,ul,li,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,input,select,textarea,p,
blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,time, mark, audio, video{  font-weight:normal; font-style:normal;}
li{ list-style-type:none;}
img{ border:none; vertical-align:middle;}
/*-------将特定标签设成块---------*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ display: block;}
/*-------给a加时间过渡、清除默认样式---------*/
a{ outline:none; cursor:pointer; text-decoration:none; color:#666; transition:all .4s ease 0s; -webkit-transition:all .4s ease 0s; -moz-transition:all .4s ease 0s;}
a:active, a:hover { text-decoration:none}
a, area, a:active{ blr:expression(this.onFocus=this.blur());}
:focus { -moz-outline-style: none;} 
/*在浏览器拖动鼠标颜色*/
::selection { color: #fff; background-color: #000;}    
::-moz-selection { color: #fff; background-color: #000;} 
/*更改浏览器滚动条颜色兼容*/
html,body{ 
/*更改ie内核滚动条颜色*/
	scrollbar-face-color:#000; 
	scrollbar-highlight-color:#000;
	scrollbar-shadow-color:#000; 
	scrollbar-3dlight-color:#000; 
	scrollbar-arrow-color:#222; 
	scrollbar-track-color:#222; 
	scrollbar-darkshadow-color:#000; 
}  
/*更改-webkit-内核滚动条样式*/
::-webkit-scrollbar { width:8px;  height: 8px; background-color: #fcfcfc;}  
::-webkit-scrollbar-track  { border-radius: 10px; background-color: #fcfcfc;}  
::-webkit-scrollbar-thumb  {  border-radius: 10px; background-color: #211F1F; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);}
/*清除默认样式*/
blockquote, q{ quotes: none;}
blockquote:before, 
blockquote:after, 
q:before,
q:after { content: ''; content: none;}
/*-------表单居中、清理描边---------*/
input, button, select, textarea{ outline:none}
input, select, textarea, button { vertical-align:middle}
button { border:0 none; background-color:transparent; cursor:pointer}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner{ border:none; padding:0;}
/*----- 表格重置-----*/
table { width:100%; border-collapse:collapse; border-spacing:0; table-layout:fixed;}
caption { display:none;}
/*----- clearfix-----*/
.clearfix{ *zoom:1;}
.clearfix:before,
.clearfix:after{ display:table; content:''; line-height:0;}
.clearfix:after{ clear:both;}
/*-----display-----*/
.clear{ clear:both;}
.disno{ display:none;}
.disbk{ display:block;}
.distb{ display:table;}
/*-----针对webkit的hack写法-----*/
@media screen and (-webkit-min-device-pixel-ratio:0){}
/*----- 超出省略号///-----*/
.toe{ word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

html {
    font-size: 100px;
    background-color: #fff;
}

body {
	font-size: 16px;
    background-color: #fff;
}
header{
  width:100%;
      position: fixed;
  height:90px;
  background: #292929;
  z-index:9999;
}
header .logo{
	height:62px;
	line-height:62px;
	color:#fff;
	font-size:18px;
	float:left;
	padding-left:80px;
	background:#292929 url(../images/logo@2x.png) no-repeat;
	background-size:66px 62px;
    margin:14px 0px;
}

header .logo i{
	height:62px;
	width:1px;
	float:left;
	display:inline-block;
	margin-right:10px;
	background-color:#fff;
}


header nav{
	float:right;
	height:90px;
	line-height:90px;
    margin-right: 10px;
}

header nav a{
	width:80px;
	text-align:center;
	list-style-type:none;
	float:left;
	color:#fff;
	height:90px;
	display:block;
	margin: 0px 5px; 
}
header nav a:focus{
	color:#fff;
}
header nav a:hover,header nav a.active{
	color:#fff;
	background-color:#7E7E7E;
}
header .tellink{
	float:right;
	height:50px;
	margin:20px 0px;
	padding:10px;
	padding-left:60px;
	padding-right:20px;
	background: #7E7E7E url(../images/icon_call@2x.png) 20px center no-repeat;
	background-size:24px 24px;
	border-radius: 25px;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0;
}
.main{
	padding-top:90px;
}

/*Banner*/
.index-banner{
	width:100%;
	min-height:400px;
	background-color:#BDBDBD;
	display:block;
}
.index-banner img{
	width:100%;
}

.index-zxtel{
	width: 100%;
    position: relative;
	margin-top:20px;
}
.index-zxtel .zxtel-l{
	background: #fff url(../images/icon_dianhua@2x.png) 180px center no-repeat;
   border: 1px solid #CACACA;
    border-radius: 50px;
    width: 60%;
    height: 100px;
    line-height: 100px;
    display: block;
    float: left;
	font-size: 40px;
	color: #075896;
	letter-spacing: 3.33px;
	text-align: left;
    padding-left: 16%;
    background-size: 80px 80px;
    position: absolute;
    z-index: 99;
}
.index-zxtel .zxtel-r{
    background: #075896 url(../images/icon_zaixianzixun@2x.png) 100px center no-repeat;
    border-radius: 50px;
    width: 40%;
    height: 100px;
    line-height: 100px;
    display: block;
	float: right;
	font-size: 30px;
	color: #FFFFFF;
	letter-spacing: 2.5px;
	padding-left: 17%;
      background-size: 80px 80px;
    position: relative;
    z-index: 100;
}
.index-wyzx{
	width:100%;
	margin-bottom:30px;
}
.index-wyzx .h3-title h3{
	font-size: 42px;
	color: #212121;
	letter-spacing: 0;
	line-height: 42px;
	text-align:center;
}
.index-wyzx .h3-title p{
	font-size: 24px;
color: #6D7278;
	text-align:center;
	letter-spacing: 0;
	line-height: 42px;
}
.wyzx-con .wyzx-inner{
    width: 30%;
    height: 320px;
    margin: 20px 10px 0px 0;
    float: left;
    position: relative;
}
.wyzx-con .wyzx-inner .wyzx-intro{
	width:100%;
	background: #FFFFFF;
	padding-bottom: 10px; 
	display:block;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.14);
}
.wyzx-con .wyzx-inner .t1{
	font-size: 36px;
	color: #075896;
	letter-spacing: 0;
	text-align:center;
	text-decoration:none;
    display: block;
	transition:all .4s ease 0s; -webkit-transition:all .4s ease 0s; -moz-transition:all .4s ease 0s;
	padding: 10px 0px;
    margin: 0px;
}
.wyzx-con .wyzx-inner .t2{
	font-family: ArialMT;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	background: #5297CB;
	text-align:center;
	padding:5px 0px;
	height:43px;
}
.wyzx-con .wyzx-inner ul.txt{
	padding: 5px 30px 0px 30px;
	transition:all .4s ease 0s; -webkit-transition:all .4s ease 0s; -moz-transition:all .4s ease 0s;
	height: 90px;
}
.wyzx-con .wyzx-inner ul.txt li{
    padding-left: 9%;
    font-size: 23px;
    color: #6D7278;
    padding-bottom: 3px;
    letter-spacing: 0;
    float: left;
    list-style-type: none;
    width: 140px;
}
.wyzx-con .wyzx-inner .wyzx-btn{
    width: 200px;
    display: flex;
    position: absolute;
    margin: 0 70px;
    background: #E8E8E8;
    font-size: 24px;
    padding: 10px 50px;
    text-align: center;
    color: #6D7278;
    letter-spacing: 0;
    vertical-align: middle;
    z-index: 99;
    bottom: 55px;
}
.wyzx-con .wyzx-inner:hover{
	cursor: pointer;
}
.wyzx-con .wyzx-inner:hover .t1{
	background: #075896;
	color:#fff;
}
.wyzx-con .wyzx-inner:hover ul.txt{
	height: 140px;
}
.wyzx-con .wyzx-inner:hover .wyzx-btn{
	background: #075896;
	color:#fff;
}

.index-kv-one{
	width:100%;
	background:#F8F8F8;
}
.index-kv-one .container{
	width:40%;
	padding:20px 0px;
	margin:0px 30%;
	background:#fff;
}
.index-kv-one .container p{
	font-size: 24px;
	color: #292929;
	letter-spacing: 0;
	text-align:center;
}
.index-kv-one .container span{
	color: #075896;
}
.index-kv-one .kvbtn-link{
    background: #C57100 url(../images/icon_dianhua_w@2x.png) 100px center no-repeat;
    background-size: 40px 40px;
    border-radius: 30px;
    width: 80%;
    height: 60px;
    line-height: 60px;
    padding-left: 60px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 30px;
}

.index-wyjf{
	width:100%;
	margin-bottom:30px;
}
.index-wyjf .h3-title h3{
	font-size: 42px;
	color: #212121;
	letter-spacing: 0;
	line-height: 42px;
	text-align:center;
}
.index-wyjf .h3-title p{
	font-size: 24px;
	color: #6D7278;
	text-align:center;
	letter-spacing: 0;
	line-height: 42px;
}
.index-wyjf .wyjf-con{
	overflow:hidden;
	margin-top: 40px;
}
.index-wyjf .wyjf-con .wyjf-inner{
	width: 50%;
    float: left;
    height: 50px;
    padding-left: 5%;
	margin-bottom:15px;
}
.index-wyjf .wyjf-con .wyjf-inner a{
	width:80%;
	font-size: 24px;
	color: #6D7278;
	height:50px;
	border: 1px solid #6D7278;
	border-radius: 25px;
	padding:8px 0px 8px 30px;
	display:block;
}
.index-wyjf .wyjf-con .wyjf-inner:hover a{
	width:100%;
	background: #075896;
	color:#fff;
}
.index-wyjf .wyjf-tel{
    background: #C57100;
    border-radius: 30px;
    width: 25%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 30px;
    margin-top: 40px;
	margin-bottom:90px;
}
.index-dxwt{
	padding-top:50px;
	background: #F8F8F8;
	padding-bottom: 50px;
}
.index-dxwt .h3-title{
	margin-bottom:30px;
}
.index-dxwt .h3-title h3{
	font-size: 42px;
	color: #212121;
	letter-spacing: 0;
	line-height: 42px;
	text-align:center;
}
.index-dxwt .h3-title p{
	font-size: 24px;
	color: #6D7278;
	text-align:center;
	letter-spacing: 0;
	line-height: 42px;
}
.index-dxwt .h3-title p.blue{
	font-size: 30px;
	color: #075896;
}
.dxwt-con .dxwt-tab{
	width:100%;
}
.dxwt-con .dxwt-tab .tab-intro{
    position: relative;
    z-index: 99;
    padding: 32% 20%;
    color: #fff;
    text-align: center;
}
.dxwt-con .dxwt-tab .tab-intro img{
	    height: 45px;
		transition:all .4s ease 0s; -webkit-transition:all .4s ease 0s; -moz-transition:all .4s ease 0s;
}
.dxwt-con .dxwt-tab .tab-intro p{
	font-size: 30px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	margin-top:15px;
}
.dxwt-con .dxwt-tab .tmark{
    background-color: #000;
    width: 100%;
    height: 300px;
    display: flex;
    position: absolute;
    z-index: 88;
    opacity: .7;
	top:0px;
	transition:all .4s ease 0s; -webkit-transition:all .4s ease 0s; -moz-transition:all .4s ease 0s;
}
.dxwt-con .dxwt-tab ul li:hover .tmark,.dxwt-con .dxwt-tab ul li#current .tmark{
	background-color: #075897;
    opacity: 1;
    height: 330px;
    top: -15px;
}
.dxwt-con .dxwt-tab ul li:hover img,.dxwt-con .dxwt-tab ul li#current img{
	    height: 50px;
}
.dxwt-con .dxwt-tab ul {
}
.dxwt-con .dxwt-tab ul li{
    width: 24%;
    margin: 0 .5%;
    position: relative;
    height: 300px;
    cursor: pointer;
    float: left;
}
.dxwt-con .dxwt-tab ul li.tab-one{
	background:#333 url(../images/img_jingyanfengfu@2x.jpg) no-repeat;
	background-size:cover;
}
.dxwt-con .dxwt-tab ul li.tab-two{
	background:#333 url(../images/img_manyilv@2x.jpg) no-repeat;
	background-size:cover;
}
.dxwt-con .dxwt-tab ul li.tab-three{
	background:#333 url(../images/img_duochongbaozhang@2x.jpg) no-repeat;
	background-size:cover;
}
.dxwt-con .dxwt-tab ul li.tab-four{
	background:#333 url(../images/img_shoufeitouming@2x.jpg) no-repeat;
	background-size:cover;
}
.dxwt-wrap{
    margin: 0 .5%;
    top: 20px;
    position: relative;
    height: 300px;
    clear: both;
}
.dxwt-wrap .dxwt-inner{
    width: 100%;
    position: relative;
    min-height: 330px;
}
.dxwt-wrap .dxwt-inner .di-l{
	width: 40%;
	float:left;
	display:block;
}
.dxwt-wrap .dxwt-inner .di-l img{
	width: 100%;
}
.dxwt-wrap .dxwt-inner .di-r{
	width: 60%;
	float:left;
	padding:40px 0px 0px 40px;
	font-size:21px;
	line-height:45px;
	display:block;
}
.dxwt-wrap .dxwt-inner .di-r strong{
	font-weight:bold;
	font-size: 25px;
}


#certify.swiper-container{
	width: 100%;
	height: 7rem;
	margin-top: 30px;
	margin-bottom: 70px;
}
#certify.swiper-container .swiper-wrapper{
    
}
#certify .swiper-slide {
  text-align: center;
  font-size: 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(.8);
  transition:all .4s ease 0s; -webkit-transition:all .4s ease 0s; -moz-transition:all .4s ease 0s;

}
#certify .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
      opacity: 1;
}
#certify .swiper-slide h4,.swiper-slide p{
	display: inline-block;
	margin:0px;
	padding:0px;
	font-weight:500;
}

#certify .swiper-slide h4{
	margin-bottom:6px;
	font-size: 30px;
	color: #292929;
	letter-spacing: 0;
	margin-bottom: 20px;
	transition:all .4s ease 0s; -webkit-transition:all .4s ease 0s; -moz-transition:all .4s ease 0s;
}
#certify .swiper-slide-active h4{
	color:#075896;
	font-size: 36px;
}
#certify .swiper-slide-active p{
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.14);
}
#certify .swiper-slide img{
	display: inline-block;
	width:100%;
	min-height: 170px;
	background-color: #cecece;
	
}
#certify .swiper-slide span{
	color:#075896;
}
#certify .swiper-slide .btntxt{
	display:none;
    width: 880px;
    border-radius: 6px;
    color: #333;
    text-decoration: none;
    font-size: 26px;
    font-weight: bold;
    margin: 0px;
    padding: 0;
    position: relative;
    z-index: 999;
    margin-top: 50px;
    text-align: center;
    left: -300px;
    word-wrap: break-word;
    word-break: break-all;
}
#certify .swiper-slide-active .btntxt{
	display: inline-block;
}
#certify .team-btn{
    background: #C57100;
    border-radius: 30px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    display: none;
    font-size: 25px;
    position: absolute;
    z-index: 1000;
    bottom: 0px;margin-left:-50px;
}
#certify .swiper-slide-active .team-btn{
	  display: block;
}
#certify .swiper-button-next{
	    width: 40px;
    height: 40px;
    background-size: 100%;
	background-image: url(../images/icon_you@2x.png);
	    top: inherit;
    bottom: 150px;
}

#certify .swiper-button-prev{
	width: 40px;
    height: 40px;
    background-size: 100%;
	background-image: url(../images/icon_zuo@2x.png);
	     top: inherit;
    bottom: 150px;
}

.index-fwlc{
	width:100%;
	height:540px;
	padding:30px 0px;
	background: #666 url(../images/img_liuchengdibutu@2x.jpg) no-repeat;	
	background-size:cover;
}
.index-fwlc .h3-title h3{
	font-size: 42px;
	color: #fff;
	letter-spacing: 0;
	line-height: 42px;
	text-align:center;
}
.index-fwlc .h3-title p{
	font-size: 24px;
	color: #fff;
	text-align:center;
	letter-spacing: 0;
	line-height: 42px;
}
.index-fwlc .fwlc-intro{
	position:relative;
	overflow:hidden;
	margin-top:30px;
}
.index-fwlc .fwlc-inner{
    width: 192px;
    float: left;
    text-align: center;
    margin: 0px 18px;
}
.index-fwlc .fwlc-inner img{
	height:100px;
	margin-bottom:15px;
}
.index-fwlc .fwlc-inner p{
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
}
.index-fwlc .fwlc-txt{
    width: 96%;
    margin: 0 auto;
    background: #6D7278;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0;
    line-height: 37px;
    padding: 25px 15px;
    margin-top: 20px;
}
.index-fwlc .fwlc-btn{
    background: #C57100;
    border-radius: 30px;
    width: 50%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 25px;
    position: relative;
    z-index: 99;
    margin: 0 auto;
    top: -20px;
}
.index-cgal{
    width: 100%;
    height: 480px;
    padding: 30px 0px;
    margin-top: 40px;
}
.index-cgal .h3-title h3{
	font-size: 42px;
	color: #212121;
	letter-spacing: 0;
	line-height: 42px;
	text-align:center;
}
.index-cgal .h3-title p{
	font-size: 24px;
	color: #6D7278;
	text-align:center;
	letter-spacing: 0;
	line-height: 42px;
}
.index-cgal{
	background:#F8F8F8 url(../images/scroll_intro_bg.jpg) center 160px no-repeat;
}
.index-cgal .fwlc-con{
	margin-top:26px;
	padding:30px 25px;
	height: 206px;
    overflow: hidden;
}
.index-cgal .fwlc-con p{
	padding-bottom:5px;
	font-size:23px;
	line-height:34px;
}
.index-cgal .fwlc-con p span{
	color:#075896;
}
.index-qtsy{
	width:100%;
	height:650px;
	padding:30px 0px;
	margin-bottom:50px;
}
.index-qtsy .h3-title h3{
	font-size: 42px;
	color: #212121;
	letter-spacing: 0;
	line-height: 42px;
	text-align:center;
}
.index-qtsy .h3-title p{
	font-size: 24px;
    color: #6D7278;
	text-align:center;
	letter-spacing: 0;
	line-height: 42px;
}
.index-qtsy .qtsy-con{
	position:relative;
	overflow:hidden;
	height:530px;
}
.index-qtsy .qtsy-con ul{
	position:relative;
	width:1100px;
}
.index-qtsy .qtsy-con ul li{
	float:left;
	width:32%;
	padding:0 0.5%;
}
.index-qtsy .qtsy-con ul li img{
	width:100%;
}
.index-cjwt{
width: 100%;
   
    padding: 30px 0px;
    margin-bottom: 50px;
    margin-top: 120px;
}
.index-cjwt .h3-title h3{
	font-size: 42px;
	color: #212121;
	letter-spacing: 0;
	line-height: 42px;
	text-align:center;
}
.index-cjwt .h3-title p{
	text-align:center;
	font-size: 42px;
	color: #212121;
	letter-spacing: 0;
}
.index-cjwt .cjwt-inner{
	position:relative;
} 
.index-cjwt .cjwt-inner h3{
    font-size: 30px;
	font-weight:bold;
    color: #212121;
    height: 70px;
    width: 100%;
    letter-spacing: 0;
    line-height: 70px;
    padding-left: 90px;
	    margin-bottom: 1px;
    border-bottom: 2px solid #075896;
} 
.index-cjwt .cjwt-inner h3.wt1{
    background: #fff url(../images/icon_1@2x.png) left center no-repeat;
    background-size: 60px 50px;
} 
.index-cjwt .cjwt-inner h3.wt2{
    background: #fff url(../images/icon_2@2x.png) left center no-repeat;
    background-size: 60px 50px;
} 
.index-cjwt .cjwt-inner h3.wt3{
    background: #fff url(../images/icon_3@2x.png) left center no-repeat;
    background-size: 60px 50px;
} 
.index-cjwt .cjwt-inner h3.wt4{
    background: #fff url(../images/icon_4@2x.png) left center no-repeat;
    background-size: 60px 50px;
} 
.index-cjwt .cjwt-inner h3.wt5{
    background: #fff url(../images/icon_5@2x.png) left center no-repeat;
    background-size: 60px 50px;
} 
.index-cjwt .cjwt-inner h3.wt6{
    background: #fff url(../images/icon_6@2x.png) left center no-repeat;
    background-size: 60px 50px;
} 
.index-cjwt .cjwt-inner h3.wt7{
    background: #fff url(../images/icon_7@2x.png) left center no-repeat;
background-size: 60px 50px
}
.index-cjwt .cjwt-inner p{
	font-size: 24px;
color: #6D7278;
letter-spacing: 0;
border-top: 2px solid #292929;
padding-top: 10px;
}


.index-kv-two{
	width:100%;
	background:#F8F8F8;
}
.index-kv-two .container{
	width:50%;
	padding:30px 0px;
	margin:0px 25%;
	background:#fff;
}
.index-kv-two .container p{
	font-size: 40px;
	color: #212121;
	letter-spacing: 0;
	text-align:center;
}
.index-kv-two .container span{
	color: #075896;
}
.index-kv-two .kvbtn-link{
    background: #C57100 url(../images/icon_dianhua_w@2x.png) 100px center no-repeat;
    background-size: 40px 40px;
    border-radius: 30px;
    width: 80%;
    height: 60px;
    line-height: 60px;
    padding-left: 60px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 30px;
}
.index-kv-two .index-zxtel .zxtel-l{
	    background: #fff url(../images/icon_dianhua@2x.png) 80px center no-repeat;
    border: 1px solid #CACACA;
    border-radius: 50px;
    width: 100%;
    height: 100px;
    line-height: 100px;
    display: block;
    float: left;
    font-size: 40px;
    color: #075896;
    letter-spacing: 3.33px;
    text-align: left;
    padding-left: 18%;
    background-size: 70px 70px;
    position: absolute;
    z-index: 99;
}
.index-kv-two .index-zxtel .zxtel-r {
    background: #075896 url(../images/icon_zaixianzixun@2x.png) 80px center no-repeat;
    border-radius: 50px;
    width: 45%;
    height: 100px;
    line-height: 100px;
    display: block;
    float: right;
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 2.5px;
    padding-left: 19%;
    background-size: 70px 70px;
    position: relative;
    z-index: 100;
}
.index-contactus {
	height:670px;
	margin-top:20px;
}
.index-contactus .contact-left{
	width:40%;
	float:left;
	position:relative;
	z-index:88;
}
.index-contactus .contact-left img{
	width:100%;
}
.index-contactus .contact-intro{
	width:60%;
	float:left;
	position:relative;
	z-index:99;
	margin-left:-30px;
	padding-top:90px;
}
.index-contactus .contact-intro h4{
	font-size: 38px;
	color: #212121;
	margin-bottom:30px;
}
.index-contactus .contact-intro .txt1{
	font-size: 28px;
color: #888888;
margin:10px 0px 40px 0px;
}
.index-contactus .contact-intro .txt2 p{
		font-size: 26px;
color: #888888;
}
.index-contactus .contact-intro .txt2 .c-link1{
		font-size: 21px;
		color: #888888;
		display:block;
		background:url(../images/icon_dianhuadibu@2x.png) left center no-repeat;
		background-size:30px 30px;
		height:34px;
		padding-left:70px;
  margin-bottom: 10px;

}
.index-contactus .contact-intro .txt2 .c-link1:hover{
  color: #075896;
  text-decoration: underline;
}
.index-contactus .contact-intro .txt2 .c-link2{
		font-size: 21px;
		color: #888888;
		padding-left:70px;
		height:34px;
		display:block;
				background:url(../images/icon_dizhi@2x.png) left center no-repeat;
		background-size:30px 30px;
}
.index-contactus .contact-intro .txt2 .c-link2:hover{
  color: #075896;
  text-decoration: underline;
}
.index-contactus .contact-intro .contact-btn{
	background: #075896;
	font-size: 36px;
	padding:15px;
color: #FFFFFF;
    margin-top: 30px;
    letter-spacing: 0;
    display: inline-block;
}

.index-about{
		width:100%;
		margin:0 auto;
		margin-bottom:30px;
}
.index-about .about-left{
	width:45%;
	margin-right:10%;
	float:left;
}
.index-about .about-right{
	width:45%;
	float:right;
}
.index-about img{
	height:420px;
}

.go-top {
    position: fixed;
    bottom: 140px;
    right: 20px;
    width: 46px;
    z-index: 999;
}

.go-top a {
    display: block;
    width: 46px;
    height: 46px;
    margin-bottom: 10px;
    background-image: url(../images/go-top.png);
}

.go-top a:last-child {
    margin-bottom: 0;
}

.go-top .go {
    background-position: 0 -150px;
}

.go-top .go:hover {
    background-position: 0 -250px;
}

.go-top .feedback {
    background-position: 0 -100px;
}

.go-top .feedback:hover {
    background-position: 0 -300px;
}

.go-top .uc-2vm {
    background-position: 0 0;
}

.go-top .uc-2vm:hover {
    background-position: 0 -350px;
}
.footer-fixed .close img,.footer-fixed .close{
	opacity:.8;
}


/* 底部横幅 */
.footer-fixed{display:none;background:#C57100 ; position:fixed; bottom:0; left:0; width:100%; height:80px; z-index:200;}
.footer-fixed .wrap{position:relative; height:100px;    width: 800px;}

.footer-fixed .online{background: -webkit-linear-gradient(top, #FFCC00 ,#FFE57A);  background: -o-linear-gradient(top,#FFCC00 ,#FFE57A); background: -moz-linear-gradient(top,#FFCC00 ,#FFE57A); background: linear-gradient(top,#FFCC00 ,#FFE57A); width:120px; height:40px; border-radius:100px; text-align:center;  box-shadow:0px 0px 0px #FFF4C8; position:absolute; left:20px; top:20px; text-align:left; padding-left:44px; transition:all .3s ease;}
.footer-fixed .online h3{font-size:14px; color:#333; line-height:40px;}
.footer-fixed .online:hover{box-shadow:0px 0px 10px #FFE57A;}

.footer-fixed .introduce{position:relative;}
.footer-fixed .introduce li{
	float: left;
    height: 80px;
    position: relative;
    padding-left: 80px;
    width: 33.333%;
    background: #C57100 url(../images/icon_dianhua_w@2x.png) left top no-repeat;
    background-size: 60px 60px;
}
.footer-fixed .introduce li h3{
	font-size: 21px;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 5px;
}
.footer-fixed .introduce li p{font-size: 26px; color:#fff;}
.footer-fixed .introduce li a:hover h3{color:#fff;}



.footer-fixed .quming{
    position: absolute;
    right: 0;
    top: 15px;
    background: -webkit-linear-gradient(top, #FE7261 ,#FE8678);
    background: -o-linear-gradient(top,#FE7261 ,#FE8678);
    background: -moz-linear-gradient(top,#FE7261 ,#FE8678);
    background: linear-gradient(top,#FE7261 ,#FE8678);
    width: 450px;
    height: 50px;
    text-align: center;
    box-shadow: 0px 0px 0px #FFF4C8;
    line-height: 50px;
    transition: all .3s ease;
    background: #075896;
    border-radius: 30px;
}
.footer-fixed .quming a{
    color: #fff;
    display: block;
    font-size: 26px;
}
.footer-fixed .quming a:hover{color:#fff;}
.footer-fixed .quming:hover{box-shadow:0px 0px 10px #000;}
 
.footer-fixed .close{width:24px;position:absolute; right:15%; top:32%; cursor:pointer; transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;}
.footer-fixed .close:hover{transform: rotate(180deg);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-o-transform: rotate(180deg)}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
	top:auto;
	bottom:0px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #c57100;
}
#page5,#page3,#page2{
    height: 90px;
    display: block;
}

footer{
    padding: 20px 0px 80px 0px;
	background: #1F1D2A;
	text-align: center;
}
footer p{
	font-size: 14px;
	color: #666666;
}


