@charset "utf-8";
/* sass变量 */
body{min-width: 1400px;  margin: 0 auto;}
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-family: '微软雅黑';
  vertical-align: middle;
}

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;
  font-weight: 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: #044f9f;
}

fieldset,
img {
  border: 0;
  vertical-align: middle;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-size: 16px;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.wrap {
  width: 1400px;
  margin: 0 auto;
}

body, html {
 
  font-size: 14px;
}

.video-cover {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
       top: 0;
}

.video-cover video {
  position: relative;
  top: 5%;
  width: 100%;
  height: 90%;
}

.video-cover .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 2;
}

.login-page {
      width: 1400px;
    margin: 0 auto; 
}

.login-page.bg1 {
  background: url(../images/loginbg1.jpg) top center no-repeat;
}

.login-page.bg2 {
  background: url(../images/loginbg2.jpg) top center no-repeat;
}

.login-page.bg3 {
  background: url(../images/loginbg3.jpg) top center no-repeat;
}

.login-page.bg4 {
  background: url(../images/loginbg4.jpg) top center no-repeat;
}

.login-page.bg5 {
  background: url(../images/loginbg5.jpg) top center no-repeat;
}

.login-page.bg6 {
  background: url(../images/loginbg6.jpg) top center no-repeat;
}

.login-page .login-box {
    width: 330px;
    float: right;
    margin-top: -250px;
}

.login-page .login-box li {
  line-height: 38px;
  margin-bottom: 28px;
}

.login-page .login-box li label {
  color: #1260ab;
  font-weight: bold;
  font-size: 16px;
}

.login-page .login-box li input, .login-page .login-box li select {
  margin-left: 20px;
  height: 38px;
  padding: 0 10px;
  width: 220px;
  background: #dedede;
  border: none;
}

.login-page .login-box li select {
  width: 240px;
}

.login-page .login-box li select option {
  height: 30px;
}

.login-page .login-box .submite {
  text-align: right;
}

.login-page .login-box .submite .btn {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.login-list{      height: 310px;}
.login-list .wrap {
  
 
}

.login-list li {
  float: right;
  width: 50%;
}

.login-list li .inner {
  margin: 20px;
}

.login-list li .pic img {
  width: 100%;
  height: 145px;
}

.login-list li .line {
  line-height: 1;
  margin-bottom: 10px;
}

.login-list li .text h6 {
  font-size: 16px;
  margin: 15px 0 10px;
}

.login-list li .text p {
  line-height: 24px;
  color: #666;
}

.index {
  height: 100%;
  background: url(../images/index-bg.jpg) center center no-repeat;
}

.index .wrap {
  height: 100%;
}

.index .main {
  display: table;
  width: 100%;
  height: 100%;
}

.index .main .c1, .index .main .c2 {
  display: table-cell;
  vertical-align: middle;
}

.index .main .c1 {
  width: 560px;
}

.index .main .c2 li {
  float: left;
  width: 30%;
  margin-right: 3.3%;
  margin: 40px 0;
}

.index .main .c2 li a {
  color: #fff;
  font-family: "宋体";
}

.index .main .c2 li h6 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}

.index .main .c2 li h6:before {
  content: '';
  position: absolute;
  right: 100%;
  margin-right: 20px;
  transition: all ease .2s;
  width: 30px;
  height: 30px;
  background: url(../images/dote.png) 23px center no-repeat;
  top: 50%;
  margin-top: -15px;
}

.index .main .c2 li h6:hover:before {
  background-position: 0 0;
}

.index .main .c2 li p {
  line-height: 28px;
  font-family: 'Arial';
  font-size: 18px;
}

.detail .main-tit {
  background: url(../images/tit.jpg) left bottom no-repeat;
  height: 110px;
  line-height: 110px;
}

.detail .main-tit span {
  display: inline-block;
  font-size: 24px;
  font-family: '宋体';
  width: 220px;
  text-align: center;
  color: #fff;
}

.detail .main-tit b {
  margin-left: 30px;
  font-size: 38px;
  font-weight: normal;
}

.detail .row1 .c1 {
  float: left;
  width: 1000px;
}

.detail .row1 .c1 img {
  width: 100%;
}

.detail .row1 .c2 {
  float: right;
  width: 370px;
}

.detail .row1 .c2 .links {
  margin-right: 100px;
}

.detail .row1 .c2 .links a {
  font-size: 21px;
  display: block;
  line-height: 70px;
  padding: 0 30px;
  font-family: '宋体';
  color: #fff;
  margin-bottom: 10px;
}

.detail .row1 .c2 .links .a1 {
  background: #84619d;
}

.detail .row1 .c2 .links .a2 {
  background: #0d5fad;
}

.detail .row1 .c2 .desc {
  margin-top: 40px;
  margin-bottom: 20px;
}

.detail .row1 .c2 .desc h6 {
  font-size: 22px;
  color: #0c5fad;
  font-weight: bold;
  margin-bottom: 20px;
}

.detail .row1 .c2 .desc p {
  font-size: 16px;
  line-height: 38px;
}

.detail .row2 {
  margin-top: 9px;
}

.detail .row2 .list ul {
  margin: 0 -9px;
}

.detail .row2 .list li {
  float: left;
  width: 33.3%;
}

.detail .row2 .list li .inner {
  margin: 9px;
}

.detail .row2 .list li .inner img {
  width: 100%;
  height: 320px;
}

.detail .row2 .list .li1 .inner img {
  height: 680px;
}

.detail .row2 .list .li2 {
  margin-bottom: 22px;
}
.gotop {
    position: fixed;
    left: 50%;
    margin-left: 740px;
    bottom: 10%;
    cursor: pointer;
}
/*************/
 .fancybox-close{    background-image: url(../images/fancybox_sprite.jpg);
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
	
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../images/blank.jpg); /* helps ie */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;}

.fancybox-prev {
	left: 0;}

.fancybox-next {
	right: 0;}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;}

.fancybox-nav:hover span {
	visibility: visible;}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;}
