@charset "utf-8";
/* sass变量 */
*html {
  background-image: url(about:blank);
  background-attachment: fixed;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font: 14px/1.5 "Microsoft YaHei", "微软雅黑" ；;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;

}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #0285ce;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 12px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #999;
}

fieldset,
img {
  border: 0;
  vertical-align: bottom;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

body {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Microsoft YaHei";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  width: 1240px;
  margin: 0 auto;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.main-list li {
  padding-left: 25px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../images/icon1.png) left center no-repeat;
}

.main-list li span {
  float: right;
  color: #999;
}

.main-list li:hover {
  background: url(../images/icon1-on.png) left center no-repeat;
}

.main-list li:hover a {
  color: #f00;
}

.header {
  padding: 20px 0;
  height: 100px;
  background: url(../images/header-bg.png) repeat-x;
min-width:1260px;
}

.header .logo {
  float: left;
  margin-top: 10px;
}

.header .header-pic {
  float: left;
  margin-left: 120px;
  padding-top: 45px;
}

.header .head-right {
  float: right;
}

.header .head-right .header-link {
  font-size: 12px;
  text-align: right;
  margin-bottom: 25px;
}

.header .head-right .header-link a, .header .head-right .header-link span {
  margin: 0 15px;
}

.header .head-right .search input:first-child {
  width: 250px;
  height: 24px;
  padding: 6px;
  border: none;
  vertical-align: middle;
  background: url(../images/search.png) no-repeat;
}

.header .head-right .search button {
  margin-top: 3px;
  cursor: pointer;
  float: right;
  padding: 0 15px;
  height: 32px;
  border: none;
  background: #0285ce;
  vertical-align: middle;
  color: #fff;
}

.main-nav {
  padding-bottom: 4px;
  background: url(../images/main-nav.jpg) repeat-x;
  line-height: 50px; 
 min-width: 1260px;
}

.main-nav li {
  position: relative;
  float: left;
  width: 11.1%;
  z-index: 10;
  font-size: 15px;
}

.main-nav li a {
  display: block;
  text-align: center;
  color: #fff;
}

.main-nav li .dropdown {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 85%;
  padding-top: 10px;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  font-size: 13px;
  background: #0285ce;
}

.main-nav li:after {
  content: '/';
  position: absolute;
  left: 100%;
  top: 0;
  color: #fff;
  z-index: 1;
}
.main-nav li.last:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  color: #fff;
  z-index: 1;
}

.main-nav li.ejlast:after {
  display: none;
}

.main-nav li:hover a {
  color: #a6dfff;
}

.main-nav li:hover .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li {
  line-height: 44px;
}

.main-nav li:hover .dropdown li a {
  color: #fff;
  transition: all ease .3s;
}

.main-nav li:hover .dropdown li a:hover {
  display: block;
  background: #0078d1;
}

.banner {
  background: url(../images/banner-bg.jpg) center center no-repeat;    min-width: 1260px;
}

.banner .slide {
  height: 400px;
  position: relative;
}

.banner .prev,
.banner .next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 11;
  width: 28px;
  height: 28px;
  opacity: 0;
  transition: all ease .2s;
}

.banner .prev {
  left: 20px;
  background: url(../images/arr-left.png) center center no-repeat;
}

.banner .next {
  right: 20px;
  background: url(../images/arr-right.png) center center no-repeat;
}

.banner .slide:hover .prev,
.banner .slide:hover .next {
  opacity: 1;
}

.banner .hd {
  position: absolute;
  z-index: 5;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 20px;
  text-align: center;
}

.banner .hd ul li {
  cursor: pointer;
  margin: 0 3px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20px;
  height: 20px;
  background: url(../images/dote.png) center center no-repeat;
}

.banner .hd ul .on {
  background: url(../images/dote-on.png) center center no-repeat;
}

.banner .bd img {
  width: 100%;
  height: 400px;
}

.index-row1 {
  padding: 20px;
}

.index-row1 .way-list {
  position: relative;
  background: #fbfbfb;
  border: 1px solid #e5e5e5;
  border-right: none;
  margin-bottom: 20px;
}

.index-row1 .way-list li {
  float: left;
  width: 12.5%;
  text-align: center;
}

.index-row1 .way-list li a {
  padding: 15px 0;
  display: block;
  border-right: 1px solid #e5e5e5;
}

.index-row1 .way-list li p {
  font-size: 16px;
}

.index-row1 .way-list li i {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  transition: all ease .2s;
}

.index-row1 .way-list .li1 i {
  background-image: url(../images/icon-way1.png);
}

.index-row1 .way-list .li2 i {
  background-image: url(../images/icon-way2.png);
}

.index-row1 .way-list .li3 i {
  background-image: url(../images/icon-way3.png);
}

.index-row1 .way-list .li4 i {
  background-image: url(../images/icon-way4.png);
}

.index-row1 .way-list .li5 i {
  background-image: url(../images/icon-way5.png);
}

.index-row1 .way-list .li6 i {
  background-image: url(../images/icon-way6.png);
}

.index-row1 .way-list .li7 i {
  background-image: url(../images/icon-way7.png);
}

.index-row1 .way-list .li8 i {
  background-image: url(../images/icon-way8.png);
}

.index-row1 .way-list li:hover {
  background: #0285ce;
}

.index-row1 .way-list li:hover a {
  color: #fff;
}

.index-row1 .way-list li:hover i {
  background-position: 0 -50px;
}

.index-row1 .c1 {
  float: left;
  width: 525px;
  position: relative;
}

.index-row1 .c1 .prev,
.index-row1 .c1 .next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 11;
  width: 28px;
  height: 28px;
  opacity: 0;
  transition: all ease .2s;
}

.index-row1 .c1 .prev {
  left: 20px;
  background: url(../images/arr-left.png) center center no-repeat;
}

.index-row1 .c1 .next {
  right: 20px;
  background: url(../images/arr-right.png) center center no-repeat;
}

.index-row1 .c1 .bd {
  height: 350px;
  overflow: hidden;
}

.index-row1 .c1 .bd li {
  position: relative;
}

.index-row1 .c1 .bd li .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../images/opacity.png);
  color: #fff;
  height: 40px;
  line-height: 40px;
}

.index-row1 .c1 .bd li .tit a {
  color: #fff;
  padding: 0 10px;
}

.index-row1 .c1 .bd li .pic img {
  width: 100%;
  height: 350px;
}

.index-row1 .c1:hover .prev,
.index-row1 .c1:hover .next {
  opacity: 1;
}

.index-row1 .c2 {
  position: relative;
  float: right;
  width: 690px;
}

.index-row1 .c2 .hd {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #0285ce;
  height: 30px;
  line-height: 30px;
}

.index-row1 .c2 .hd li {
  text-align: center;
  width: 110px;
  font-size: 16px;
  float: left;
  position: relative;
  cursor: pointer;
}

.index-row1 .c2 .hd li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  height: 12px;
  width: 1px;
  background: #999;
}

.index-row1 .c2 .hd .last:after, .index-row1 .c2 .hd .last:after {
  display: none;
}

.index-row1 .c2 .hd .on {
  font-weight: bold;
  color: #0285ce;
}

.index-row1 .c2 .bd .more {
  position: absolute;
  right: 10px;
  top: 10px;
}

.index-row2 {
  padding: 20px;
  background: #d4f0ff;
}

.index-row2 .c1, .index-row2 .c2 {
  float: left;
  width: 445px;
  margin: 0 15px;
}

.index-row2 .main-tit {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  border-bottom: 2px solid #0285ce;
  margin-bottom: 10px;
}

.index-row2 .main-tit .more {
  float: right;
}

.index-row2 .c1 .main-list li {
  background: url(../images/icon2.png) left center no-repeat;
}

.index-row2 .c1 .main-list li:hover {
  background: url(../images/icon2-on.png) left center no-repeat;
}

.index-row2 .c2 .main-list li {
  background: url(../images/icon3.png) left center no-repeat;
}

.index-row2 .c2 .main-list li:hover {
  background: url(../images/icon3-on.png) left center no-repeat;
}

.index-row2 .c3 {
  float: right;
position: relative;
}

.index-row2 .c3 li {
  margin-bottom: 14px;
}

.index-row2 .c3 li img {
  width: 268px;
  height: 78px;
}

.index-row3 {
  padding: 20px 0;
  background: #f2f2f2;min-width: 1260px;
}

.index-row3 .c1 {
  background: #0285ce;
  float: left;
  width: 80px;
  height: 70px;
  padding-top: 10px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 5px;
}

.index-row3 .c2 {
  margin-left: 100px;
  line-height: 40px;
}

.index-row3 .c2 a {
  white-space: nowrap;
}

.index-row3 .c2 span {
  display: inline-block;
  font-size: 10px;
  transform: scale(0.8);
  color: #666;
  margin: 0 27px;
}

.footer {
  background: #0285ce;
  padding: 35px 0;
  color: #fff;
  min-width: 1260px;
}

.footer a {
  transition: all ease .2s;
}

.footer .c1 {
  float: left;
  line-height: 30px;
  font-size: 13px;
}

.footer .c2 {
  float: right;
}

.footer .c2 img {
  margin-left: 20px;
}

.copy-right {
  background: #202020;
  color: #fff;
  line-height: 60px;
  height: 60px;
  text-align: center;
}


.index-row1 .c1 .prev,
.index-row1 .c1 .next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 11;
  width: 28px;
  height: 28px;
  opacity: 0;
  transition: all ease .2s;
}

 .c3 .prev {
 top:0px;
  background: url(../images/arr-top.png) center center no-repeat;
}

.c3 .next {
 bottom:0px;
  background: url(../images/arr-bottom.png) center center no-repeat;
}
 .c3 .prev,
.c3 .next {
  position: absolute;
  z-index: 11;
  width: 28px;
  height: 28px;
  opacity: 0;
  transition: all ease .2s;
left:120px;
}

 .c3:hover .prev,  .c3:hover .next{    opacity: 1;}
