﻿@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,button,p,th,td{margin:0;padding:0;}
body { background:#f6f6f6; font-size:1em}
li { list-style:none;}
img { max-width:100%;}
a { text-decoration:none}

.back{position: relative;overflow: hidden;margin: 50px 0;}
.back { width:100%; height:35px; margin-top:50px; position:relative; overflow:hidden; margin-bottom:50px;}
.back li { width:33.3%; float:left; height:30px; line-height:30px;}
.back li.right { text-align:right}


a.button { display: block; font-size: 12px; color: #083388; 
    margin: auto;
    width: 150px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    border: 1px solid #083388;
    text-align: center;
    background-size: 200% 100%;
    background-image: -webkit-linear-gradient(left, #083388 50%, #f5f5f5 50%);
    background-image: linear-gradient(left, #f5f5f5 50%, #083388 50%);
    background-position: 100% 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;}
a.button:hover {  border:1px solid #fff; color:#fff;border-radius:30px;  cursor: pointer;background-position: 0;}

.cutepage { text-align:center; margin:50px 0; font-size:12px; }
.cutepage a , .cutepage span {padding:8px 30px;border:1px solid #ccc; border-radius:5px; margin: 0 3px; cursor:pointer;  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, #083388 50%, #fff 50%);
  background-image: linear-gradient(left, #083388 50%, #fff 50%);
  background-position: 100% 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;}
.cutepage a:hover, .cutepage span:hover { background-position: 0;  color:#fff; }

/* top */
#header { width:100%; height:80px; background:#083388;position: fixed; z-index: 980;}
.logo { left:15px; top:15px; position:absolute;z-index: 990;}
.logo img {height: 50px;}

.menu {
  width: 100%;height: 100%;
  position: absolute;

}
.nav__list li.t {border-bottom: 1px solid #2b2b2b; line-height: 2em; padding-bottom: 5px; margin-bottom: 5px;}
.nav__list li.c { line-height: 2em; }
.menu li a,.menu li{color: #aaaaaa; font-size: 1em;}

.menu li.sub {text-indent: 2em;}
.menu ul.nav__list {padding: 30px 0 0 30px;}
.nav {
  position: absolute;
  z-index: 100;
  opacity: 0;
  display: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  width: 100%;
  height: 100%;

  position: absolute;
}
.nav--active .nav {
  opacity: 1;
  background: #333;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  border-radius: 0;
  width: 75%;
  height:auto; min-height: 100%;
  display: block;
  position: absolute;
  z-index: 995;padding-bottom: 100px;
  box-shadow: 0 0 15px rgba(0,0,0,.5);
}
.nav__trigger {
  display: block;
  position: absolute;
  width: 30px;
  height: 25px;
  right: 20px;
  top: 37px;
  z-index: 999;
}
.nav__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 3px;
  background-color: #fff;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  z-index: 999;
}
.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  background: #fff;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before {
  margin-top: -10px;
}
.nav__icon:after {
  margin-top: 10px;
}
.nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);z-index: 999;
}
.nav--active .nav__icon:before {
background-color: #fff;
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav--active .nav__icon:after {
	background-color: #fff;
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* top end */

/* bottom  */

.foot {width:100%;  background:#333; overflow: hidden;color: #ffffff;font-size: 14px;  }
.foot ul {margin:1em;}
.foot a {color: #fff;}
.foot p {line-height: 1.6em;}
.foot p.t { font-weight: bold;}
.foot span {display: block;width: 40px;height: 1px; background: #fff;margin: 20px 0 20px 0;}
.beian {background:#333;color: #ffffff;overflow: hidden;border-top: 1px solid #222;font-size: 0.8em;}
.beian ul {margin:1em;}
.beian a {color: #fff;}
/* bottom end */



.blue{background:#081d88;opacity: 0.5;width: 100%;height: 100%;position: absolute;}
.vbg { width:100%; height:18em;  background:#000; overflow:hidden; position:relative}
.vbg video {width: auto;height: auto;min-width: 100%; min-height: 100%;}


.inpr_title {width: 100%;text-align: center;margin: 50px 0 30px 0;}
.inpr_title p.cn {font-size: 1.4em;color: #083388;}
.inpr_title p.en {font-size: 1em;color: #083388;}


.inpr {width: 100%;position: relative; overflow: hidden;margin-bottom: 50px;}
.inpr ul {width: 90%; margin: auto;overflow: hidden;}
.inpr li {width: 100%;height:24em;background-color: #eee;position: relative;overflow: hidden;margin-bottom: 1em;}
.inpr span {display: block;width: 100%; height: 148px;position: relative;overflow: hidden;}
.inpr span.one {background:url(one.jpg) no-repeat;}
.inpr span.two {background:url(two.jpg) no-repeat;}
.inpr span.three {background:url(three.jpg) no-repeat;}
.inpr span.four {background:url(four.jpg) no-repeat;}
.inpr i {display: block;width: 79px;height: 79px;margin: auto; margin-top: 34px;}
.inpr span.one i {background:url(one.png) no-repeat;}
.inpr span.two i {background:url(two.png) no-repeat;}
.inpr span.three i {background:url(three.png) no-repeat;}
.inpr span.four i {background:url(four.png) no-repeat;}
.inpr p.cn {font-size: 1.4em;margin: 20px 0 20px 20px;color: #083388;}
.inpr p.jian {margin: 20px; }
.inpr a.button {position: absolute;bottom: 40px;left: 20px;}
.inpr li:hover {box-shadow: #bbb 0px 2px 10px; padding-top: -5px;-webkit-transition:all 0.3s}
.inpr li:hover b {background:url(blue50.png) ;width: 100%;height: 100%;display: block; overflow: hidden;position: relative;opacity:0;-webkit-transition:all 1s;}
.inpr li:hover b {opacity:1;-webkit-transition:all 1s;}



.appcollege {width: 100%;height: 25em;background: url(inbg.jpg) center;position: relative; overflow: hidden;}
.appcollege  .inpr_title {margin-bottom: 3em;}
.control-box {width: 80%;height: 230px;margin: auto;}
.control-box ul.controllr {list-style: none;position: relative;}
.control-box ul.controllr li {position: absolute;top: 70px;cursor: pointer;z-index: 500;}
.prev {left: 0;}
.next {right: 0;}
.bigbox {overflow: hidden;width:1200px;height: 200px;}
.content_1.content_2 {width: 100%;float: left;}
.box {transition:all .7s ease 0s;width: 290px;height: 200px;float: left; 	margin-right: 3px;position: relative;overflow: hidden;}
.box p{width: 290px;height:45px;line-height: 45px; text-align: center;font-size: 18px;color: #fff;background:#083388;}


.innews {width: 100%;margin-bottom: 3em;}
.innews ul {width: 90%;overflow: hidden;margin: auto;}
.innews li {width: 100%;margin-bottom: 1em;}
.innews li img {width: 100%;height: 165px;display: none;}
.innews li a {font-size: 1em;color: #666;}
.innews li a .time {font-size: 0.6em; color: #999;}


.detail_bg { width:100%; height:17em; background: #083388; text-align:center;}
.detail_bg p.en { font-size:1.4em; padding-top:7em; color:#fff;}
.detail_bg p.cn { font-size:1em; color:#fff }
.detail_bg span {width: 50px;height: 2px; background: #fff;display: block; margin: auto;margin-top: 20px;}
.abbg {background: url(abbgsm.jpg) #083388 center top no-repeat;background-attachment:fixed;}
.pvsmbg {background: url(pvsm.jpg) #083388 center top no-repeat;background-attachment:fixed;}
.collegebg {background: url(collegebgsm.jpg) #083388 center top no-repeat;background-attachment:fixed;background-size: 100%;}
.prbg {background: url(prsm.jpg) #083388 center top no-repeat;background-attachment:fixed;background-size: 100%;position: relative;overflow: hidden;}
.casebg {background: url(casesm.jpg) #083388 center top no-repeat;background-attachment:fixed;background-size: 100%;}
.newsbg {background: url(newssm.jpg) #083388 center top no-repeat;background-attachment:fixed;background-size: 100%;}
.joinbg {background: url(joinsm.jpg) #083388 center top no-repeat;background-attachment:fixed;background-size: 100%;}
.contactbg {background: url(contactsm.jpg) #083388 center top no-repeat;background-attachment:fixed;background-size: 100%;}
.inbg {background: url(insm.jpg) #083388 center top no-repeat;background-attachment:fixed;background-size: 100%;position: relative;overflow: hidden;}
.intitle { margin:auto; color:#fff;  z-index:500; text-align:center;margin-top: 130px;}
.intitle h1 { font-weight:normal;font-size:1.4em;font-family:Ebrima; }
.intitle p { font-size:1em; }

.shuibg {background:url(shui.jpg) center bottom no-repeat;}
.fenbg {background:url(fen.jpg) center bottom no-repeat;}

.detail_main {width: 100%;margin: auto;background: #fff;position: relative;overflow: hidden;}
.abmain li {margin: auto;line-height: 1.6em;position: relative; overflow: hidden;}
.abmain li.contact {width: 90%; margin: auto;}
.detail_main h1 {width:100%;text-align: center;color: #083388; font-weight: normal;line-height: 1.6em;margin: 30px 0;}
.abmain li.contact p {margin-bottom: 2em;text-indent: 2em;line-height: 1.6em;}
.abmain li.linian{width: 100%;height: 450px;position: relative;overflow: hidden;background:url(solgn.jpg) center no-repeat;color: #fff;}
.abmain li.linian p.cn { font-weight:normal;font-size:1.4em;margin-top: 2em;margin-left: 1em;}
.abmain li.linian p.en { font-weight:normal;font-size:1em;margin-top: 0.6em;margin-left: 1em;}
.abmain .value li {width: 360px;margin-top:1em;margin-left: 1em;}
.abmain .value p.t {font-size: 1.4em; font-weight: bold;margin-bottom: 10px; }
.youshi{width: 100%;height:90em;position: relative;overflow: hidden;}
.youshi li {width: 90%;margin-top:2em;position: relative;overflow: hidden;}
.youshi li:hover {background: url(blue50.png);color: #fff;}
.youshi li:hover p.t {color: #fff;}
.youshi li:hover p.line {background: #fff;}
.youshi p.t {font-size: 20px; font-weight: bold; color: #083388;margin-bottom: 30px;padding: 30px 30px 0 30px; }
.youshi p.c { line-height: 25px;padding:0 30px;}
.youshi p.line {width: 50px; height: 3px;background: #083388;margin:30px;}

.licheng {width: 100%;overflow: hidden;}
.licheng li {width: 90%;margin: auto;}
.licheng p {border-bottom: 1px solid #eee;line-height: 30px;padding: 20px 20px 20px 40px; font-size: 16px; width: 90%;float: left; }
.licheng li:hover p {background: #f6f6f6;}
.licheng span.time {display: block; float: left;padding: 20px 30px 20px 0; font-size: 1.4em; color: #083388; text-align: right;}
.licheng li:hover span {background: url(blue50.png);color: #fff;}

.zhuanli {margin-bottom: 100px;}
.zhuanli p {border-bottom: 1px solid #eee; line-height:1.4em;padding:  30px; font-size: 16px;}
.zhuanli p:hover {background: #f6f6f6;}
.zhuanli span.time {display: block; float: left;color: #083388;font-weight:bold;}

.zizhi {background:url(zizhism.jpg) center top no-repeat #d0d7dd;height: 700px;font-size: 0;background-size: 100%;background-color: #d0d7dd;}
.honor {background:url(honorsm.jpg) center top  no-repeat; height: 528px;font-size: 0;background-size: 100%;background-color: #d0d7dd;}



.videobg{ width:100%; height:18em;  overflow:hidden; position:relative; align-items: center;display: flex;justify-content: center;}
.videobg .title {width: 100%;position: absolute; text-align: center; z-index:888; top:10em}
.videobg p.en { font-size:30px;  color:#fff;margin: auto;}
.videobg span {width: 80px;height: 3px; background: #fff;display: block; margin: auto;margin-top: 20px;}
.videobg video {margin-top:600px;}
.videobg .blue {margin-top: -200px; height: 800px;}
.contact video {margin-top: -100px;}
.joinbg video {margin-top: -200px;}



#product { overflow:hidden;padding: 50px 0;  background: #f6f6f6;}
.pr_list ul {width: 80%;margin: auto;}
.pr_list li {width: 100%;background: #fff;float: left;height: 300px;border-bottom: 6px solid #083388;border-top: 12px solid #083388;margin-right: 46px;margin-bottom: 50px;overflow: hidden;position: relative;}
.pr_list li:hover {box-shadow: #bbb 0px 2px 10px; webkit-transition:all 0.3s}
.pr_list a {display: block; width: 100%; height: 100%; margin: auto; position: relative; overflow: hidden;color: #666;}
.pr_list a p.en {color: #083388;font-size: 20px;font-weight: bold;margin: 20px 20px 0px 20px;}
.pr_list a p.cn {color: #083388;font-size: 20px;font-weight: bold;margin: 0 20px 20px 20px;}
.pr_list a p.more {width: 100%;height: 50px; background: #eee;position: absolute;bottom: 0;line-height: 50px;text-indent: 2em;margin-left: 0px;}
.pr_list a p.line {width: 40px; height: 3px; background: #083388;margin:30px 0 20px 20px;}
.pr_list a p.jian {margin:20px;}
.pr_list img {width: 100%;height: 100%;position: absolute; z-index: 970;}
.pr_title {width: 100%;height: 70px;background: url(pr01.jpg); margin-bottom: 50px; line-height: 70px; font-size: 20px;color:#083388 ; font-weight: bold; text-indent: 2em;}

.prindex {width: 100%;height: 500px;text-align: center;color:#fff;}
.prindex p.en { font-size:1.2em;  }
.prindex p.cn { font-size:1.5em;padding-top:70px;}
.prindex p.jian {width: 90%;margin: auto;padding-top: 50px;font-size:1em;}
.prindex span {width: 80px;height: 3px; background: #fff;display: block; margin: auto;margin-top: 20px;}




.news_list { width:100%; }
.news_list ul {margin-top: 30px;}
.news_list li {width: 80%;margin: auto;margin-bottom: 30px;}
.news_list li a { display:block; width:100%;  overflow:hidden; position:relative; padding:20px 0; color: #000; background: #fff; padding: 15px; margin-left: -15px;}
.news_list li img { width:100%;margin-bottom:2em; }
.news_list li p.topic {  font-size:1.2em; top:30px;  color:3333; text-align:left;margin-bottom: 1em;}
.news_list li p.jian {  top:70px; font-size:1em;   overflow:hidden; color:#999999}
.news_list li p.time { top:50px; font-size:1em; font-family:"Helvetica Neue LT pro"; font-weight:100; color:#999999}
.news_list li p.jt { display: none;}
.detail {margin: 50px 0;}
.detail ul.wrapper {width: 90%;margin: auto;}
.detail p {text-indent: 2em; line-height: 1.6em;color: #666;}
.detail .topic {text-align: center;margin-bottom: 20px;}
.detail .topic p.title { font-size:22px; color: #083388;text-indent: 0;}
.detail .topic p.time {color: #999;margin-top: 20px;text-indent: 0;}



.job .title{width: 100%; height: 100px;line-height: 100px;font-size: 24px;text-indent: 2em; color: #083388;margin-bottom: 3px;background:url(job.jpg) ;}
.job li {background: #cdd3e1;height: 50px; line-height: 50px;margin-bottom: 3px;}
.job p {float: left; font-size: 1em; color:#083388 ;}
.job p.topic {text-indent: 2em;}
.job a {width: 100%; height: 50px; display: block;}
.job p.time {display: none;}
.job p.jt {width: 10%; float: right;}
.email {text-align: center; font-size: 20px;}
.email p.big {color: #083388; font-size: 20px;}


.contactmain {text-align: center; margin-bottom: 50px;}
.contactmain span {display: block;}
.contactmain li {width: 90%; text-align: left; margin: auto;padding: 30px 0 0 0;}
.contactmain p.tr { font-weight: bold;}


.pvcontactmain {text-align: center; margin-bottom: 50px;}
.pvcontactmain span {display: block;}
.pvcontactmain li {width: 90%; text-align: left; margin: auto;padding: 30px 0 0 0;}
.pvcontactmain p.tr { font-weight: bold;}

.message {position: relative;overflow: hidden;}
.message h1 {text-align: center;}
.message p {text-align: center;margin-top: -20px;margin-bottom: 20px;}
.message iframe {width: 100%; height: 550px;border: 0;}
.message li {width: 90%; margin: auto;}
.message li img {width: 100%; margin-top: 10px;}


.productbg p.en{padding-top: 200px;}
.prmenu {width: 80%; overflow: hidden;z-index: 600;margin: auto;margin-top:100px}
.prmenu li{width: 100%;position: relative;overflow: hidden;  }
.prmenu li.l {margin-right: 30px;}
.prmenu a {color: #fff;}
.prmenu select {width: 100%;height: 40px;line-height: 40px;border: 1px solid #fff;background: none;color: #fff;padding-left: 20px;user-select:none;-moz-user-select: none;margin-bottom: 10px;}
.prmenu option {background: #083388;line-height: 40px;}
.prmenu form {width: 99%;height: 38px;line-height: 38px;background: none; border: 1px solid #fff;}
.prmenu input {background: none; outline: none;color: #fff;border: none;}
.prmenu input.search { text-indent:1em;color: #fff;width: 80%;}
input::-webkit-input-placeholder{color:#fff;}
.prmenu input.searchbuttom { width:38px; height:38px; font-size:0px; background:url(search.png) no-repeat 10px 5px / 20px; cursor:pointer; }

.case {width: 100%;}
.case ul {width: 90%;margin: auto; }
.caselist {margin: 20px 0; overflow: hidden;width: 100%;position: relative;}
.videoed {width:62px; height:62px; position: absolute; left:50%; top:50%;margin-top: -31px; margin-left: -31px; }
.caselist p {width:100%;text-align: center;line-height: 30px; font-size: 16px;position: absolute;bottom:10px; color: #fff;}

.guangfu_clbg {background: url(pvclbg.jpg) center top no-repeat;width: 100%;  position: relative;overflow: hidden;}
.guangfu_clbg h2 {color: #083388;font-weight: normal;margin: 40px 0 0 40px; font-size: 1.5em;}
.guangfu_clbg span  {width: 80px;height: 3px;background: #083388; margin: 30px 0 30px 40px; display: block;
}
.guangfu_clbg ul li {width: 100%;  background: #fff; box-shadow: #bbb 0px 0px 10px; margin: auto; margin-bottom: 2em;}
.guangfu_clbg ul li p {width: 80%; margin: auto;margin-bottom: 2em;}
.guangfu_clbg ul {position: relative;overflow: hidden; margin-top: 3em;width: 90%;margin: auto; }

.pvmain p {width: 90%; margin: auto; margin-bottom: 3em;}


.guangfu_lab {width: 100%;  overflow: hidden; background: url(gfbg2.jpg) center top;}
.guangfu_lab h1 {font-size:1.5em;margin: 100px 0 10px 0; color: #fff; text-align: center;}
.guangfu_lab h2 {font-size:1.2em;color: #fff; text-align: center; font-weight: 400;margin: 0 0 50px 0;}
.guangfu_lab p.phrase {width: 90%; margin: 0 auto;color: #fff; margin-bottom: 50px;}
.guangfu_lab li {width: 300px;height: 140px;background: url(gflab.png); margin:  100px 0 0 0;text-align: center; }
.guangfu_lab a {color: #fff;}
.guangfu_lab img {margin: 20px 0 0 0;}


.guangfu_pv {width: 100%; height: 500px; overflow: hidden; position: relative; background: url(gfbg1.jpg) center top;}
.guangfu_pv h1{ text-align: left;font-size:1.5em; margin: 100px 0 0 20px; color: #fff;}
.guangfu_pv h2{ text-align: left; font-size:1.2em; margin: 20px 0 20px 20px; color: #fff;font-weight: normal;}
.guangfu_pv span {width: 45px;height: 3px; display: block;background: #fff;margin:20px 0;}
.guangfu_pv P {color: #fff;font-size: 1em;margin-bottom: 100px;width: 90%;margin: auto;position: relative;overflow: hidden;}

.pvbg{position: relative;overflow: hidden;background: #f6f6f6;
}

.pvl {margin: 50px 0;}

.pvr {width: 80%;margin: auto; position: relative;overflow: hidden; background: none;}
.pvr h2 {color: #083388;font-weight: normal;}
.pvr p.text {margin: 20px 0;font-size: 1em;}
.pvr li {width: 100%;  background: #fff; margin-bottom: 20px;}
.pvr li.l {margin-right: 25px;}
.pvr li h3 {color: #083388;font-weight: normal;margin: 20px 0 0 20px; }
.pvr li span{width: 45px;height: 3px;background: #083388; margin: 20px 0 20px 20px; display: block;}
.pvr li p {width: 220px;margin: auto; line-height: 20px;margin-bottom: 20px;}

.pvnavsm {width: 100%; position: relative;overflow: hidden;}
.pvnavsm ul {width: 80%;margin: auto;position: relative;overflow: hidden;}
.pvnavsm li a {display: block; line-height: 2em;border-radius: 5px; background: #083388;color: #fff;width: 100%;margin: 10px 0;text-align: center;}









