@charset "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  min-width: 1200px;
  font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  background: #fff;
  overflow-x: hidden;
}
td,th,caption {
  font-size: 18px;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-size: 100%;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
  font-weight: normal;
}
a {
  text-decoration: none;
  outline: none;
  color: #323232;
}
a:hover {
  text-decoration: none;
}
input,button,select,textarea {
  outline: none;
}
ol,ul,li {
  list-style: none;
}
input,textarea,select,button {
  font: 14px "Microsoft YaHei", Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
article,aside,dialog,footer,header,section,footer,nav,figure,menu {
  display: block;
}
input,button,select,textarea {
  outline: none
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.wrapper {
  position: relative;
  width: 1020px;
  margin: 0 auto;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.header {
  height: 70px;
  width: 100%;
  min-width: 1020px;
  border-bottom: 1px solid #aaaaaa;
  background-color: #fff;
  overflow: hidden;
}
.header .wrapper {
  width: 1020px;
  margin: 0 auto;
}
.header .wrapper .logo {
  width: 145px;
  height: 70px;
  line-height: 70px;
}
.header .wrapper .logo h1 a {
  display: block;
  width: 145px;
  height: 67px;
  background: url("../images/logo.png") no-repeat center;
  background-size: 134px;
  text-indent: -9999em;
}
.header .wrapper .head_nav_list {
  margin: 28px 0 0 56px;
}
.header .wrapper .head_nav_list ul li {
  margin-right: 20px;
  line-height: 10px;
}
.header .wrapper .head_nav_list ul li a {
  display: inline-block;
  font: 16px/16px "Microsoft YaHei", "SimSun", "Arial Narrow", HELVETICA;
  color: #333;
}
.header .wrapper .head_nav_list ul li a:hover {
  color: #e60000;
  text-decoration: underline;
}
.header .wrapper .head_nav_list ul .evenList {
  width: 1px;
  height: 12px;
  display: block;
  background-color: rgba(0, 0, 0, .3);
  margin-top: 3px;
}
.header .wrapper .phone_number {
  height: 70px;
  line-height: 70px;
}
.header .wrapper .phone_number a {
  display: inline-block;
  height: 70px;
  font: 18px "Microsoft YaHei";
  line-height: 68px;
  color: #231815;
}
.header .wrapper .phone_number a img {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
}
.footer {
  width: 100%;
  min-width: 1000px;
  height: 135px;
  left: 0;
  bottom: 0;
  padding-top: 46px;
  color: #fff;
  background-color: #232f38;
}
.footer .content {
  width: 1020px;
  margin: 0 auto;
}
.footer .content p {
  margin-bottom: 10px;
  text-align: center;
  font: 16px "Microsoft YaHei";
}
.footer .content a {
  color: #fff;
}
.footer .content a:hover {
  color: #e60001;
}
/* clarence */
.col {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.row {
  font-size: 0;
}
.col-1 {
  width: 8.3333333%;
}
.col-2 {
  width: 16.6666666%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3333333%;
}
.col-5 {
  width: 41.6666666%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.3333333%;
}
.col-8 {
  width: 66.6666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.3333333%;
}
.col-11 {
  width: 91.6666666%;
}
.col-12 {
  width: 100%;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
img {
  max-width: 100%;
  display: block;
}
.s1 {
  max-width: 1920px;
  background: url(../images/s1_bg.png) no-repeat center;
  background-size: 1920px;
  height: 650px;
  box-sizing: border-box;
  padding-top: 103px;
  position: relative;
}
.s1_tit {
  color: #ffffff;
  font-size: 55px;
  font-weight: bold;
  text-align: center;
}
.s1_tip {
  width: 919px;
  height: 150px;
  margin: 68px auto 0;
}
/* s2 */
.s2 {
  max-width: 1920px;
  background: url(../images/s2_bg.png) no-repeat top;
  background-size: 1920px;
  box-sizing: border-box;
  padding-top: 74px;
  margin-top: -201px;
  padding-bottom: 69px;
}
.s2 .container {
  position: relative;
}
.s2 .container:after {
  position: absolute;
  content: "";
  width: 197px;
  height: 198px;
  background-image: linear-gradient(64deg,
      #ed6d76 0%,
      #fdc9cd 100%);
  box-shadow: 0px 0px 20px 1px rgba(239, 121, 130, 0.59);
  bottom: -135px;
  left: -236px;
  border-radius: 50%;
}
.s2_list {
  margin-bottom: 20px;
}
.s2_list>a {
  width: 184px;
  height: 165px;
  background: url(../images/s2list_bg.png) no-repeat center;
  box-sizing: border-box;
  padding-top: 24px;
  margin-right: -20px;
}
.s2_list>a:last-child {
  margin-right: 0px;
}
.s2_i1 {
  width: 65px;
  height: 60px;
}
.s2_list>a h3 {
  color: #333333;
  font-size: 22px;
  margin-top: 12px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.s2_list>a:hover h3 {
  font-size: 25px;
}
.s2_list>a:hover {
  animation: zhuan 1.5s forwards alternate;
}
@keyframes zhuan {
  0% {
    transform: perspective(800px) rotateX(0deg);
  }
  15% {
    transform: perspective(800px) rotateX(30deg);
  }
  30% {
    transform: perspective(800px) rotateX(-30deg);
  }
  45% {
    transform: perspective(800px) rotateX(20deg);
  }
  60% {
    transform: perspective(800px) rotateX(-20deg);
  }
  75% {
    transform: perspective(800px) rotateX(10deg);
  }
  90% {
    transform: perspective(800px) rotateX(-10deg);
  }
  100% {
    transform: perspective(800px) rotateX(0deg);
  }
}
.title {
  color: #333333;
  font-size: 50px;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #3c71cb;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
}
.title span {
  color: #2b45b4;
}
.title::before {
  position: absolute;
  content: "";
  width: 117px;
  height: 7px;
  background-color: #3c71cb;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}
.part2-left {
  width: 899px;
  height: 419px;
  margin-top: 55px;
  box-sizing: border-box;
  padding-top: 15px;
  border:1px solid #ccc;
}
.part2-right {
  width: 300px;
  height: 375px;
  background: url(../images/part2-right.png) no-repeat center;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}
.part2-right-title {
  position: relative;
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  margin-top: 26px;
  margin-bottom: 40px;
}
.part2-right-title:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 19px;
  background: url(../images/part2-right-title-icon.png) no-repeat center;
  left: -24px;
  top: 6px;
}
.part2-right-title:after {
  position: absolute;
  content: '';
  width: 18px;
  height: 19px;
  background: url(../images/part2-right-title-icon.png) no-repeat center;
  right: -24px;
  top:6px;
}
.part2-form-item {
  position: relative;
  border: none;
  box-sizing: border-box;
  height: 50px;
  margin-bottom: 16px;
  padding-left: 5px;
  border-radius: 5px;
  font-size: 16px;
  background: #fff;
}
.bkkc{
	width:230px;
}
.part2-form-item::placeholder {
  color: #333;
}
.part2-form-item-left {
  width: 230px;
}
.part2-form-submit {
  width:228px;
  height: 57px;
  box-shadow: 0 5px 0 rgba(36, 65, 175, 0.4);
  border-radius: 28px;
  border: 1px solid #3c71cb;
  background-color: #ffffff;
  text-align: center;
  line-height: 55px;
  color: #e8242a;
  font-size: 22px;
  cursor: pointer;
  transition: .3s;
}
.part2-form-submit:hover {
  transform: scale(1.1);
}
.s6card_navs {
  margin-top:30px;
}
.s6card_navs>li {
  width: 140px;
  height:61px;
  border-radius: 10px 10px 0px 0px;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  float: left;
  margin-right:9px;
  cursor: pointer;
  background:#4363d7;
  color:#fff;
}
.s6card_navs>li:first-child {
  margin-left:7px;
}
.s6card_navs>li:last-child {
  margin-right:5px;
}
.s6card_navs>li{
  padding-top: 22px;
}
.s6card_navs>li.active {
  background-color:#ffe437;
  color: #333;
  font-weight: bold;
}
.s6_tabs{
	float:left;
}
.s6_tab {
  position: relative;
  display: none;
  width:895px;
  padding-top: 20px;
  padding-bottom: 23px;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 1px rgba(60, 113, 203, 0.51);
  border-radius: 10px;
  border:2px solid #3c71cb;
  height: 330px;
}
.s6_tab.active {
  display: block;
}
.s6tab_item {
  padding-bottom: 24px;
}
.s6tab_item_list {
  margin-left: 26px;
  margin-top: 14px;
  width:859px;
}
.s6tab_item_list>li {
  float: left;
  position: relative;
  color: #333333;
  font-size: 16px;
  padding-left:43px;
  width:243px;
  height:60px;
  background:url(../images/shipin.png) no-repeat left center;
  background-size:40px 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin:20px auto;
  
}
.s6tab_item_list>li:last-child {
  margin-right: 0px;
}
.s6tab_item_list .videolist{
	cursor:pointer;
	font-weight:bold;
	font-size:14px;
}
.s6tab_item_list .mfst{
	width:80%;
	height: 30px;
	border-radius:15px;
	background-color:#f9f9f9;
	line-height: 30px;
	text-align:left;
	font-size: 12px;
	margin-top:5px;
}
.s6tab_item_list .mfst b{
	color: #f8323c;
    background: url(../images/listen.png) left center no-repeat;
    padding-left: 18px;
	background-size: 15px;
}
.videos{ 
   display:none; 
   border: 1px solid#080808;
   position: fixed;
   left: 50%;
   top: 50%;
   margin-left: -370px;
   margin-top: -200px;
   z-index: 100;
   width: 750px;
   height: 421px;
}
.vclose { 
   position:absolute;
   right:1%; 
   top:1%; 
   border-radius:100%; 
   cursor: pointer; 
}
/* s7 */
.s7 {
  padding-top: 1px;
  padding-bottom: 1px;
}
.s7_list {
  margin-top: 78px;
  position: relative;
}
.s7_list>li {
  float: left;
  width: 363px;
  height: 330px;
  background: url(../images/s7_list.png) no-repeat center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 25px;
  margin-right: 53px;
  margin-top: 10px;
}
.s7_list>li:nth-child(3n) {
  margin-right: 0px;
}
.s7list_tit {
  width: 105px;
  height: 105px;
  background-image: linear-gradient(-90deg,
      #4385d5 0%,
      #2f4fb9 100%),
    linear-gradient(#3c71cb,
      #3c71cb);
  border-radius: 50%;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 3px;
  color: #ffffff;
  font-weight: bold;
  padding-top: 20px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
}
.s7list_tip {
  font-size: 30px;
  color: #3c71cb;
  text-align: center;
  position: relative;
  font-weight: bold;
  margin-top: 14px;
}
.s7list_tip::before {
  position: absolute;
  content: "";
  width: 38px;
  height: 2px;
  background-color: #3c71cb;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.s7list_tip::after {
  position: absolute;
  content: "";
  width: 38px;
  height: 2px;
  background-color: #3c71cb;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.s7list_p {
  width: 259px;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  text-align: center;
  margin: 10px auto 0;
}
.s7 .container {
  position: relative;
}
.s7 .container::after {
  position: absolute;
  content: "";
  width: 251px;
  height: 253px;
  background-image: linear-gradient(64deg,
      #fffaa3 0%,
      #fcb834 100%);
  box-shadow: 0px 0px 20px 1px rgba(241, 231, 63, 0.59);
  right: -303px;
  top: -191px;
  border-radius: 50%;
}
.s7_con {
  position: relative;
}
.s7_con::before {
  position: absolute;
  content: "";
  width: 1140px;
  height: 521px;
  background: url(../images/s7_cen.png) no-repeat center;
  background-size: 100% 100%;
  left: 62px;
  top: 91px;
}
/* s9 */
.s9{
  padding-top: 52px;
}
.s9_con{
  max-width: 1920px;
    background: url(../images/s9_bg.png) no-repeat top;
    background-size: 1920px;
    box-sizing: border-box;
    padding-top: 1px;
    padding-bottom: 23px;
    margin-top: 34px;
}
.s9_list {
  margin-top: 27px;
}
.s9_list>li {
  float: left;
  width: 251px;
  height: 284px;
  background: url(../images/s9list_bg.png) no-repeat center;
  box-sizing: border-box;
  padding-top: 24px;
  margin-right: 119px;
}
.s9list_tit {
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}
.s9list_p {
  color: #333333;
  width: 209px;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  margin: 10px auto 0;
}
.s9_list>li:nth-child(1) {
  margin-left: 107px;
}
.s9_list>li:nth-child(3) {
  margin-right: 0px;
}
.s9_list>li:nth-child(2) .s9list_tit {
  margin-top: 10px;
}
.s9_list>li:nth-child(3) .s9list_tit {
  margin-top: 4px;
}
.s9_line {
  width: 1200px;
  margin-top: 22px;
}
.s9_line>li {
  float: left;
  width: 23px;
  height: 23px;
  margin-top: -11px;
  margin-right: 345px;
  animation: banWave 1s linear infinite alternate;
}
@keyframes banWave {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0.5;
  }
}
.s9_line>li:nth-child(1) {
  margin-left: 220px;
}
.s9_line>li:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
	.header{
		display:none;
	}
	.s1 {
		max-width:100%;
		background: url(../images/s1_bg.png) no-repeat top center;
			background-size: auto;
		background-size:100%;
		height: 650px;
		box-sizing: border-box;
		padding-top:0;
		position: relative;
	}
}
