﻿
*{
	margin: 0;
	padding: 0;
}
.con{
	width: 100%;
	height: 100%;
	/*background-color: #f6f6f4;*/
}
@charset "utf-8";
/* CSS Document */

html {
    font-family: '微软雅黑' ,sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;

}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;

}
td,
th {
  padding: 0;
}


body {
  font-family: "微软雅黑", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  color: #f6f6f3;
  overflow-x: hidden;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,form{
    margin:0;
}
h4,h5,h6{
    font-size:1em;
}
ul,ol{
    padding-left:0; 
    list-style-type:none;
}

.nav{
	width: 100%;
	left: 0;
	right: 0;
	/*margin-left: -550px;*/
	overflow: hidden;
	background-color: #fff;
	position: fixed;
	top:0;
	z-index: 1000;
}
.nav-left{
	float: left;
}
.nav-center{
	font-family: 微软雅黑；
	font-size:12px;
	color: #454545;
	text-decoration: none;
	list-style: none;
	float: left;
	margin-left: 35px;
	line-height: 49px;
  margin-top: 15px;

}
.nav-center a ul li{
	text-decoration: none;
	list-style: none;

}
.nav-center ul li{
	list-style: none;
	float:left;
	padding: 0px 3px  0px 5px;
	text-align: center;
}
.nav-center a{
	float: left;
	font-size:15px;
	color: #454545;
	float: left;
	text-decoration: none;	
	padding-right: 3px;
}
.nav-right{
	float: right;
	margin-right: 0px;
	margin-top: 9px;
}
.nav-con{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	height: 50px;
}
.banner{
	width: 100%;
	height: 680px;
	margin-top: 50px;
}
.banner1{
	height: 190px;
	background: url(../images/banner_01.jpg) 50% 0 no-repeat;
}
.banner2{
	height: 284px;
	background: url(../images/banner_02.jpg) 50% 0 no-repeat;
}
.banner3{
	height: 206px;
	background: url(../images/banner_03.jpg) 50% 0 no-repeat;
}
.college{
	width: 100%;
	/*height: 588px;*/
	background-color: #f6f6f4;
	overflow: hidden;
}
.college-top{
	width: 980px;
	/*height: 500px;*/
	margin:0 auto;
	overflow: hidden;
}
.college-w{
    width: 100%;
    line-height: 120px;
    height: 100px;
    font-size: 40px;
    color: #272636;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    }

/*.college-w{
	height: 120px;
	background: url(../images/lqal.jpg) 50% 50px no-repeat;
}*/
.college-x{
	width: 100%;
    line-height: 200px;
    height: 100px;
    font-size: 40px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
	height: 120px;
	/*background: url(../images/lqal2.png) 50% 50px no-repeat;*/
}
.college-y{
	height: 200px;
	background: url(../images/lqal3.png) 50% 100px no-repeat;
	margin-top: 50px;
}
.college-z{
	height: 170px;
	background: url(../images/lqal4.png) 50% 100px no-repeat;
	margin-top: -40px;
}
.college-a{
	height: 170px;
	background: url(../images/lqal5.png) 50% 100px no-repeat;
	margin-top: -40px;
}

.icon-trun{
	width: 960px;
	height: 303px;
	margin: 0 auto;
	overflow: hidden;
}
.icon-tleft{
	width: 65px;
	height: 68px;
	margin-top: 140px;
	float: left;
	cursor: pointer;
	background: url(../images/colljt-left.png) center center no-repeat;
}
.icon-tright{
	cursor: pointer;
	width: 65px;
	height: 68px;
	float: right;
	margin-top: 140px;
	background: url(../images/colljt-right.png) center center no-repeat;
}
.icon-con{
	width: 736px;
	height: 304px;
	float: left;
	overflow: hidden;
	margin: 0 46px;
}
.img-item{
	width: 226px;
	height: 321px;
	overflow: hidden;
	position: relative;
	margin-right: 28px;
}
.img-item2{
	margin-right: 0;
}
.img-item a{
	width: 170px;
	height: 39px;
	background: url(../images/btn-detail.png) 0 0 no-repeat;
	border: none;
	position: absolute;
	z-index: 100;
	bottom: 34px;
	left: 28px;
}
.img-icon{
	position: absolute;
	top:2px;
	left: 72px;
	z-index: 2;
}
.img-icon2{
	display: block;
	margin: 126px auto 0;
}
.img-item .des{
	width: 224px;
	height: 242px;
	top: 56px;
	z-index: 1;
	border: 1px #ccc solid;
	position: absolute;
}
.rt1{
	width: 100%;
	height: 98px;
	margin: 46px auto 0;
	background: url(../images/rt_01.jpg) 50% 50% no-repeat;
}
.rt2{
	width: 100%;
	height: 147px;
	margin: 0 auto;
	background: url(../images/rt_02.jpg) 50% 50% no-repeat;
}
.rt3{
	width: 100%;/*1019*/
	height: 81px;
	margin: 0 auto;
	background: url(../images/rt_03.jpg) 50% 50% no-repeat;
}
.recruit{
	width:1000px;
	margin: 0 auto 30px; 
	margin-top:90px;
	background: white;
}
#s1 ,#s2 ,#s3{
	color: #120e09;
	background-color: #f9ba72;
}
.tabCon{
/*	border-radius:10px;-moz-border-radius:5px;*/
	width: 970px;
	overflow-x: scroll;
}
.tabu1{
	height: 500px;
}
.list .tabCon{
	height: 580px;
	overflow-x: hidden;
}
.title-title1-bottom{
	background: url(../images/tab.png) 3px 0 no-repeat;
	height: 20px;
	width: 997px;
	float: left;
	margin-top: -5px;
}
.tabth{
	background-color: #eae5e2;
	font-size: 15px;
}
.spec{
	width:100%;
	/*background: #ffb900;*/
	height:500px;
	overflow: hidden;
}
.speca{
	width:100%;
	/*background: #ffb900;*/
	height:80px;
	overflow: hidden;
}
.main{
	width: 980px;
	margin:0 auto;
	font-family: 微软雅黑;
	color：#3f3f3f;
	text-align：center;
}
.main1{
	margin-top: 38px;
	font-size: 24px;
	color:black;
	text-align: center;
	font-weight: 500;

}
.main2{
	font-size: 13px;
	color:black;
	margin-top: 18px;
	text-align: center;
	font-weight: 50;
}
.wcaonr {
    width: 1100px;
    margin: 0 auto;
    height: 500px;
    padding-bottom: 20px;
    overflow: hidden;
    /*margin-top:47px;*/
    border-radius:5px;

}
.mx_div {
    width: 210px;
    height: 138px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-bottom: 12px;
    margin-left: 60px;
    border-radius:5px;
    margin-top:47px
}

.mx_div.bo9 {
    background: url(../images/y1.png) no-repeat;
}

.mx_div.bo10 {
    background: url(../images/y2.png) no-repeat;
}

.mx_div.bo11 {
    background: url(../images/y3.png) no-repeat;
}

.mx_div.bo12 {
    background: url(../images/y4.png) no-repeat;
}

.mx_div.bo13 {
    background: url(../images/y5.png) no-repeat;
}

.mx_div.bo14 {
    background: url(../images/y6.png) no-repeat;
}
.mx_div.bo15 {
    background: url(../images/y7.png) no-repeat;
}
.mx_div.bo16 {
    background: url(../images/y8.png) no-repeat;
}  

.mx_div.bo1 {
    background: url(../images/hv2_01.jpg) no-repeat;
}

.mx_div.bo2 {
    background: url(../images/hv2_02.jpg) no-repeat;
}

.mx_div.bo3 {
    background: url(../images/hv2_03.jpg) no-repeat;
}

.mx_div.bo4 {
    background: url(../images/hv2_04.jpg) no-repeat;
}

.mx_div.bo5 {
    background: url(../images/hv2_05.jpg) no-repeat;
}

.mx_div.bo6 {
    background: url(../images/hv2_06.jpg) no-repeat;
}
.mx_div.bo7 {
    background: url(../images/hv2_07.jpg) no-repeat;
}
.mx_div.bo8 {
    background: url(../images/hv2_08.jpg) no-repeat;
} 
.jg {
	width: 210px;
    height: 138px;
    background: url(../images/bbbb.png) repeat;
    border-radius: 5px;
    position: absolute;
    top: 160px;
    left: 50px;
    margin-left:-50px;
}
#jgan {
    width: 150px;
    height: 46px;
    background: #e83b18;
    border-radius: 2px;
    display: block;
    color: #FFF;
    text-align: center;
    line-height: 46px;
    font-size: 15px;
    margin: 0 auto;
    margin-top: 45px;
}

#jgan:hover {
    background: #a02208;
    text-decoration: underline;
}


.teach{
	width:100%;
	height: 1100px;
	overflow: hidden;
	background: url(../images/tbj.png);
}
.teach1{
	width: 980px;
	height: 75px;
	margin:0 auto;
	background: url(../images/lqal6.png)  50% 0 no-repeat;
	margin-top: 50px;
}
.teach2{
	width: 980px;
	height: 85px;
	margin:0 auto;
	margin-top: -6px;
	border-top: 3px #eaeaea dotted;
	background: url(../images/teax.png)  50% 50% no-repeat;
}
.teach3{
	width:980px;
	height:730px;
	margin:0 auto;

}
.teach31{
	width: 930px;
	margin:0 auto;
}
.teach3-main{
	width: 915px;
	height: 719px;
	margin: 0 auto;
}


.foo{width:960px;margin:0 auto; height: 250px;margin-top:30px;}
.foo_left{width:200px;height: 200px;float: left; margin-top: 10px;margin-left: 50px;}
.foo_right{float: left;width:710px;height: 200px;text-align: center; margin-top: 30px;color:black}
footer p {
    margin-top: 20px;
    font-size: 16px;
}

/*.footer{
	font-family: 微软雅黑;
	font-size:12px;
	color: #fcfafa;
	text-align: center;
	padding-top: 35px;
	line-height: 20px;
}*/

.fix{
	overflow: hidden;
	padding-bottom: 16px;
	width: 850px;
    margin-left: 150px;
}
.c-1{
	float: left;
    width: 128px;
    padding-right: 15px;
    font-size: 16px;
    color: white;
    text-align: right;
}
.c-2{
	float: left;
    width: 700px;
}
.c-3{
	float: left;
    width: 200px;
    margin-left: 0px;
}
#a{
	color:white;
}
.b {
    font-weight: bold;
}
.color-dd0012{
	color: #dd0012;
} 
.content {
    line-height: 26px;
    color: #333;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 15px;
}

li.fix{
	padding: 16px 0;
    vertical-align: bottom;
}
.mr10 {
    margin-right: 10px;
}
.vm {
    vertical-align: middle;
}
.mr5 {
    margin-right: 5px;
}
.mr30 {
    margin-right: 30px;
    color: white;
}
.wbk-4 {
    width: 102px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #adadaf;
    text-indent: 5px;
}
.Validform_error {
    border: 1px solid red !important;
}
.fl {
    float: left;
}
.yzm {
    display: inline-block;
    width: 68px;
    height: 26px;
}
.ml20 {
    margin-left: 20px;
}
.wbk-2 {
    width: 572px;
    height: 90px;
    line-height: 22px;
    border: 1px solid #adadaf;
    text-indent: 5px;
    resize:none;
}
.xlk-1 {
    width: 112px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #adadaf;
    text-indent: 5px;
}
a.href{
	text-decoration: none;
	float: left;
	overflow: hidden;
	color: #000;
}
.spw1 ,.spw2,.spw3,.spw4,.spw5{
	float: left;
}
.spw1{
	width: 127px;
}
.spw2{
	width: 245px;
}
.spw3{
	width: 156px;
}
.spw4{
	width: 176px;
}
.spw5{
	width: 147px;
}
/*热门专业*/
.main .til {
    font: bold 40px/60px "微软雅黑";
    color: #333;
    text-align: center;
}
.main {
    width: 100%;
    margin: 0 auto;
    padding: 44px 0 0;
  }
.main3 {
    padding-bottom: 32px;
    margin-top: 50px;
}
.main3 .kemu ul.km_mx li:hover {
    background: #ffd400;
}
a {
    text-decoration: none;
    cursor: pointer;
}
.ct {
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.main3 .kemu {
    width: 1180px;
    margin: 56px auto 0;
    overflow: hidden;
}
.main3 .kemu>li.li1 {
    background: #9cd4ef;
}
.main3 .kemu>li {
    width: 548px;
    float: left;
    margin: 68px 40px 44px 0;
    height: 300px;
    position: relative;
}
.main3 .kemu>li.li1 p {
    background: url(../images/circle1.png) no-repeat;
}
.main3 .kemu>li p {
    width: 138px;
    height: 138px;
    position: absolute;
    top: -68px;
    left: 204px;
    font: bold 32px/80px "微软雅黑";
    color: #fff;
    text-align: center;
}
.main3 .kemu ul.km_mx {
    width: 444px;
    overflow: hidden;
    height: 160px;
    margin: 56px auto 44px;
  }
.main3 .kemu>li>a {
    width: 404px;
    height: 40px;
    font: 16px/40px "微软雅黑";
    color: #333;
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #ffd400;
}
.main3 .kemu>li.li2 {
    background: #b8d99e;
    }
.main3 .kemu>li.li3 {
    background: #d5b958;
}
.main3 .kemu>li.li4 {
    background:#eb9eda;
}  
.main .til {
    font: bold 40px/60px "微软雅黑";
    color: #333;
    text-align: center;
  }
.main3 .kemu>li.li2 p {
    background: url(../images/circle2.png) no-repeat;
}
.main3 .kemu>li.li3 p {
    background: url(../images/circle3.png) no-repeat;
}
.main3 .kemu>li.li4 p {
    background: url(../images/circle4.png) no-repeat;
}
.main3 .kemu ul.km_mx li {
    margin: 0 20px 20px;
    float: left;
    height: 40px;
    width: 182px;
    text-align: center;
    font: 16px/40px "微软雅黑";
    color: #333;
    background: #fff;
}

.cont2{
  width:1150px;
  margin:72px auto 0 auto;
  height: 680px;
}
.c2_t{
  background: url(../images/c2_t.png) no-repeat center;
  height:500px;
  margin:35px auto 4px auto;
  position: relative;
}
.c2_t p{
  position: absolute;
  font-size:18px;
  color:#323232;
  line-height: 18px;
}

.youshi{
  width: 1150px;
  height: 560px;
  margin:60px auto ;
}
.y1{
  height: 217px;
  background: url(../images/y_01.png) 50% 0 no-repeat;
}
.y2{
  height: 192px;
  background: url(../images/y_02.png) 50% 0 no-repeat;
}
.y3{
  height: 151px;
  background: url(../images/y_03.png) 50% 0 no-repeat;
}

.banr1 p {
    font-size: 40px;
    font-weight: bolder;
    position: absolute;
    top: 70px;
    left: 680px;
    color: white;
}
.banr1 a {
    width: 300px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    border: 1px solid white;
    color: white;
    position: absolute;
    top: 250px;
    left: 50%;
    margin-left: -150px;
    
  }
.section {
    width: 100%;
    margin-top: 100px;
}
.section .banr1{
  width: 100%;
  height: 362px;
  margin-top: 50px;
  }
/*故事*/

.biankuang{
  width: 3px;
  height:3px;
  position: absolute;
  z-index: 99;
  border-radius:10px;

}
.biankuang_1{
  height: 10px;
  top: -3px;
  left:0px;
  border-left: 1px solid #6699cc;
}
.biankuang_2 {
  width: 0px;
  bottom:-3px;
  left: 0px;
  border-top: 1px solid #6699cc;
}
.biankuang_3{
  height: 0px;
  bottom:0px;
  right:0px;
  border-right: 1px solid #6699cc;
}
.biankuang_4{
  width:0px;
  top:-3px;
  right:0px;
  border-bottom: 1px solid #6699cc;
}
.spbq p{
  position: absolute;
  bottom:10px;
  left:110px;
  line-height: 33px;
  color: #fff
}
.tj_tle{
  width:100%;
  text-align:center;
  overflow:hidden;
  display:block;}
.tj_tle h1{
  display:block;
  padding:65px 0 15px 0;
  font-size:48px;
  line-height:48px;
  color: black;
  }
  /*底部*/
.footer{
  width: 100%;
  background-color: #333;
  margin:0 auto;


}
.foot{

 padding-top:20px;
  height: 150px;
  
}
.common { 
    width: 750px;
    margin:auto;
    overflow: hidden;
    margin-top: 10px;
}
.w-210 {
    width: 210px;
}
.kj_fl {
    float: left;
}
.tel {
    width: 197px;
    height: 28px;
}
.wechat ul li {
    float: left;
    width: 92px;
    margin-right: 13px;
    display: inline;
}
.wechat ul li img {
    display: block;
    width: 92px;
    height: 92px;
    margin-left: 20px;
}
.wechat ul li p {
    line-height: 24px;
    text-align: center;
    margin-left: 36px;
    color:#fff;
}
.copy {
    width: 500px;
    height: 130px;
    padding-left: 11px;
    line-height: 30px;
    border-left: 1px dashed #fff;
    font-size: 14px;
    color: #fff;
    text-align: left;
    /*margin-top: -16px;*/
}
.kj_fr {
    float: right;
}
/*pre*/
.pre{
  width: 100%;
  height: 540px;
  margin-top: 50px;
}
.pre1{
  height: 151px;
  background: url(../images/pre_01.jpg) 50% 0 no-repeat;
}
.pre2{
  height: 198px;
  background: url(../images/pre_02.jpg) 50% 0 no-repeat;
}
.pre3{
  height: 191px;
  background: url(../images/pre_03.jpg) 50% 0 no-repeat;
}

/*zhuanye*/
#zy{width:1100px;height:680px;margin:100px auto;}
#zy ul li{list-style:none;background:rgba(107,10,205,.6);height:105px;width:180px;float:left;margin:50px 20px;position:relative;}
#zy ul li:before{
  content:"";height:105px;width:180px;background:rgba(107,10,205,.2);position:absolute;top:0px;left:0px;
  transform:rotate(60deg);
  -webkit-transform:rotate(60deg);
  -moz-transform:rotate(60deg);
}
#zy ul li:after{
  content:"";height:105px;width:180px;background:rgba(107,10,205,.2);position:absolute;top:0px;left:0px;z-index:1;
  transform:rotate(-60deg);
  -webkit-transform:rotate(-60deg);
  -moz-transform:rotate(-60deg);
}
#zy ul li.mar{margin-left:100px;}
#zy ul li img{
  top:0px;left:0px;right:0px;bottom:0px;margin:auto;z-index:2;position:absolute;
  transition:1s;
  -webkit-transition:1s;
  -moz-transition:1s;
}
#zy ul li img:hover{
  -webkit-transform:rotate(360deg) scale(1.1); 
  -moz-transform:rotate(360deg) scale(1.1);
  -ms-transform:rotate(360deg) scale(1.1);
  -o-transform:rotate(360deg) scale(1.1);
}
.zz{
  width:100%;
  height:50px;
}
.zz a{
   width: 300px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    border: 1px solid #6699cc;
    color: #6699cc;
    position: absolute;
    /* top: 0px; */
    left: 40%;
    margin-left: -0px;
    margin: auto 0;
    text-align: center;
    margin-top: -60px;
}
.zz p{
    font-size: 40px;
    font-weight: bolder;
    position: absolute;
    top: 70px;
    left: 680px;
    color: #6699cc;
}
/*logo*/
.sec2 {
    height: 1000px;
    padding: 70px 0 0;
}

.sec2 .sec2-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.sec2 .sec2-box .sec2-box-list{
    width: 275px;
    height: 430px;
    position: relative;
    background: url(../images/t-s2-item.png) no-repeat 0 0;
    margin-top: 35px;

}
.sec2 .sec2-box .sec2-box-list .sec2-box-list-1{
    margin: 35px 0 0 70px;
}
.sec2 .sec2-box .sec2-box-list .sec2-box-list-2{
    font-size: 24px;
    color:black;

}
.sec2 .sec2-box .sec2-box-list .sec2-box-list-3{
    margin: 5px 0 0 25px;
    width: 205px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 35px;
}
.sec2 .sec2-box .sec2-box-list:hover{
    background: url(../images/t-s2-item-hover.png) no-repeat 0 0;
    top: -10px;
}

.sec2 .t3 span {
    color: #222937;
    margin-right: 20px;
}
.w_1100 {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    font-size: 14px;
    z-index: 1;
}
.titlecenter .bigtitle {
    text-align: center;
}

.titlecenter .redline {
    margin: 0 auto;
}
.bigtitle {
    font-size: 40px;
    color: #333;
    line-height: 60px;
}

/*zhuanye*/
.page08 {
    margin:80px auto 0;
    /*background: url(../images/page09_bg.jpg) no-repeat center;
    height: 1030px;*/}
.page08 .page08_cot {
    width: 1200px;
    margin: 60px auto 0;}
.page08 .page08_cot h3 {
    text-align: center;
    font-weight: bold;
    color:#333;
    font-size: 40px;}

.sec2-box-list-2 {
    text-align: center;
    margin-left: -20px;
    margin-top: 40px;
}    

/*清除浮动*/





.tabth.bianse{ background-color:#5b9bd5; }
.tabCon ul li {width:997px;border-bottom:1px solid #fff; }
.tabCon ul li:nth-child(2n-1){ background-color:#bdd7ee;}
.tabCon ul li:nth-child(2n){ background-color:#ddebf7;}
