html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
	margin:0;
	padding:0;
}
#banner {
	position:relative;
	width:340px;
	height:220px;
	border:1px solid #ddd;
	overflow:hidden;
}
#banner_bg {
	position:absolute;
	bottom:0;
	background-color:#000;
	height:30px;
	filter:Alpha(Opacity=50);
	opacity:0.5;
	z-index:1000;
	cursor:pointer;
	width:340px;
}
#banner_info {
	position:absolute;
	bottom:0;
	left:5px;
	height:22px;
	color:#fff;
	z-index:1001;
	cursor:pointer
}
#wrapper {
    background: #fff;
    z-index: -1;
}

.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 400px !important;
    overflow: hidden;
}

.fullwidthbanner-container .fullwidthabnner {
    width: 100% !important;
    max-height: 400px !important;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

    .banner,
    .bannercontainer {
        width: 768px;
        height: 309px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .banner,
    .bannercontainer {
        width: 480px;
        height: 193px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {

    .banner,
    .bannercontainer {
        width: 320px;
        height: 129px;
    }
}

@media only screen and (max-width: 319px) {

    .banner,
    .bannercontainer {
        width: 240px;
        height: 97px;
    }
}

.tp-leftarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
    width: 42px;
    height: 43px;
    margin-left: 200px;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    /*增加阴影*/
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    right: 200px;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    /*增加阴影*/
}

.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    ;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive > ul > li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(../images/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tj-xx {
	margin-top:10px;
	overflow:hidden;
}
.tj-xx li {
	float:left;
	width:190px;
	margin-right:6px;
	margin-bottom:10px;	
}
.tj-xx li img {
	width:190px;
	height:60px;
	border-left:#ffffff 1px solid;
	border-top:#ffffff 1px solid;	
}
.box-title {
	height:35px;
	line-height:35px;
	background:#f5f8fa;
	overflow:hidden;
}
.box-title .box_titbg {
	height:35px;
	line-height:35px;
	display:block;
	float:left;
	padding:0px 0px 0px 20px;
	color:#fff;
	width:140px;
	background:#1369c0;
	font-size:14px;
	font-weight:bold;
	font-family:"Arial";
	position:relative;
	left:-1px;
	top:-1px;
}
.box-title .box_titbg a {
	color:#fff;
	font-size:14px;
}
.box-title .bkzn {
	background-position:0 -70px;
	display:inline-block;
	height:35px;
	width:42px;
	overflow:hidden;
	position:relative;
	left:-1px;
}
.allbg,.top_tit .ico_a,.icon,.ico_new,.tit_h1 h3,.zsxx_list .newslist li,.ct_tit .ct_ico,.cou_titlel i {
	background:url("../images/indexbg.png") no-repeat left top;
}
.more,.more a:hover {
	float:right;
	padding-right:5px;
	color:#eb6100;
}
.more a {
	color:#1369c0;
	padding-right:15px;
}
.news_top {
	height:110px;
	padding:0px 10px 0px 0px;
	overflow:hidden;
	position:relative;
	border-bottom:#dfdfdf dashed 1px;
}
.news_top .newst dt {
	text-align:center;
	line-height:30px;
	font-size:18px;
	font-family:"Arial";
}
.news_top .newst dt a {
	font-weight:bold;
}
.news_top .newst dd p {
	text-indent:2em;
	line-height:24px;
	font-size:12px;
}
.news_top .newst a,.top_tit strong a {
	color:#1369c0 !important;
}
.news_top .ico_new {
	display:inline-block;
	width:50px;
	height:50px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
}
.top_tit {
	height:26px;
	line-height:26px;
}
.top_tit strong a {
	font-size:14px;
}
.top_tit .ico_a {
	display:block;
	width:20px;
	height:26px;
	margin-left:10px;
}
.top_tit .ico_a {
	background-position:-54px 4px;
}
.ggleft {
	float:left;
	width:338px;
	height:200px;
	border-left:#dfdfdf 1px solid;
	border-bottom:#dfdfdf 1px solid;
	border-right:#dfdfdf 1px solid;
}
.uu,.u14,.ul14 {
	padding:0px 0px 0px 3px;
}
.uu li,.u13 li,.u14 li,.ul14 li {
	height:26px;
	line-height:26px;
	overflow:hidden;
	background: url(../images/diss.png) left center no-repeat;
	padding-left:15px;
}
.u14 li {
	height:28px;
	line-height:28px;
}
.ul14 li {
	height:30px;
	line-height:30px;
}
.u14 li a,.ul14 li a {
	font-size:14px;
}
.ul14 li a:hover{
	color:#00bffa;
	text-decoration:none;
}
.ul14 li:hover{
	color:#00bfff;
	background: url(../images/diss2.png) left center no-repeat;
}
.u13 li {
	height:30px;
	line-height:30px;
}
.u13 li a {
	font-size:13px;
	color:#333;
}
.u13 li a:hover {
	color:#c00;
}
.u14 .arctime,.ul14 .arctime {
	font-size:14px;
}
.time {
	float:right;
}
.cou_top {
	height:40px;
	line-height:40px;
	border-top:#1369c0 3px solid;
	font-size:14px;
	background:#f5f8fa;
}
.cou_top span {
	padding-left:10px;
	color:#1369c0;
	font-weight:bold;
}
.nua {
	float:left;
	background:none;
	margin-left:10px;
}
.nua li {
	position:relative;
	margin-left:0px;
	height:30px;
	line-height:30px;
	overflow:hidden;
}
.nua li a {
	padding-left:0px;
	font-size:14px;
	font-family:Microsoft Yahei,Helvetica Neue,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif;
}
.nua li span {
	margin-left:0px;
	display:inline-block;
	width:22px;
	font-style:italic;
	height:22px;
	color:#fff;
	line-height:22px;
	text-align:center;
	background:#d9d9d9;
	margin-right:5px;
}
.nua .reds {
	background:#eb6100;
}
.lue .reds {
	background:#1369c0;
}
.m {
	margin:auto;
	width:1180px;
	clear:both;
	overflow:hidden;
}
h2.titleindex {
	border-bottom:2px solid #188eee
}
h2.titleindex>span {
	display:block;
	font-size:24px;
	font-weight:700;
	margin:0px 0px 0px 0px;
}
.leftt {
	width:340px;
	height:765px;
	margin-top:0px;
	border:1px solid #cacacb;
	border-top:none;
	float:left;
}
.leftj {
	width:340px;
	height:470px;
	margin-top:0px;
	border-top:none;
	float:left;
}
.lefttl {
	width:340px;
	height:350px;
	margin-top:0px;
	float:left;
}
.s_title {
	width:100%;
	height:35px;
	background:#188eee;
	line-height:35px;
	color:#fff;
	font-size:18px;
	padding:0 0px 0 30px;
	box-sizing:border-box;
}
.s_title>a {
	font-size:14px;
	color:#fff
}
.rightjy {
	float:right;
	width:1180px;
	height:490px;
	margin-top:0px;
}
.rightzy {
	width:1180px;
}
.rightt {
	float:right;
	width:823px;
	height:350px;
	margin-top:0px;
}
.righttz {
	float:left;
	width:405px;
	margin-top:0px;
}
.righttd {
	float:right;
	width:405px;
	margin-top:0px;
}
.top10 {
	position:relative;
	top:-10px;
}
input,select,textarea {
	box-sizing:border-box;
}
input.required {
	font-size:16px;
	margin-bottom:10px;
	margin-left:20px;
	width:260px;
	border:2px #95E0EF solid;
	height:30px;
	line-height:30px;
	border-left-width:4px;
	float:left;
}
input.optional {
	font-size:16px;
	margin-bottom:10px;
	margin-left:20px;
	width:260px;
	border:2px #adedad solid;
	height:30px;
	line-height:30px;
	background-color:#f3fef3;
	border-left-width:4px;
	float:left;
}
select.validate-selection {
	font-size:12px;
	color:red;
	margin-bottom:10px;
	margin-left:20px;
	width:260px;
	border:2px #95E0EF solid;
	height:30px;
	line-height:30px;
	background-color:#f3fcfe;
	border-left-width:4px;
	float:left;
}
select.validate-selection:focus {
	outline:none;
	border:3px solid red;
}
select.validateb {
	font-size:12px;
	width:160px;
	border:1px #eeeee solid;
	float:left;
}
textarea.optional {
	background:#0b6db6;
	margin-left:20px;
	font-size:16px;
	height:40px;
	line-height:28px;
	width:260px;
	height:60px;
	border:2px solid #adedad;
	background-color:#f3fef3;
	border-left-width:4px;
}
input.submit {
	margin-left:20px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	background-color:#0fcdf6;
	padding:10px 15px 10px 15px;
	cursor:pointer;
	border:none;
}
input.submit:hover {
	background-color:#00BFFF;
}
input.reset {
	color:#FFFFFF;
	margin-left:10px;
	font-size:16px;
	font-weight:bold;
	background-color:#50c150;
	cursor:pointer;
	padding:10px 15px 10px 15px;
	border:none;
}
input.reset:hover {
	background-color:#006400;
}
.form-code {
	height:45px;
	float:left;
	font-size:18px;
	margin-bottom:10px;
}
.form-code li {
	float:left;
}
input.codefo {
	height:40px;
	margin-right:5px;
	border:2px #95E0EF solid;
	background-color:#f3fef3;
	border-left-width:4px;
}
.form-row {
	margin-left:20px;
	margin-bottom:10px;
	line-height:25px;
}
input.required:-ms-input-placeholder {
	color:red;
	opacity:1;
	font-size:12px;
}
input.required::-moz-placeholder {
	color:red;
	opacity:1;
	font-size:12px;
}
input.required:-moz-placeholder {
	color:red;
	opacity:1;
	font-size:12px;
}
input.required::-webkit-input-placeholder {
	color:red;
	opacity:1;
	font-size:12px;
}
input.required:focus {
	outline:none;
	border:3px solid red;
}
input.requiredb:-ms-input-placeholder {
	color:#000;
	opacity:1;
	font-size:12px;
}
input.requiredb::-moz-placeholder {
	color:#000;
	opacity:1;
	font-size:12px;
}
input.requiredb:-moz-placeholder {
	color:#000;
	opacity:1;
	font-size:12px;
}
input.requiredb::-webkit-input-placeholder {
	color:#000;
	opacity:1;
	font-size:12px;
}
input.codefo::-moz-placeholder {
	color:red;
	opacity:1;
	font-size:12px;
}
input.codefo:-moz-placeholder {
	color:red;
	opacity:1;
	font-size:12px;
}
input.codefo:-ms-input-placeholder {
	color:red;
	opacity:1;
	font-size:12px;
}
input.codefo::-webkit-input-placeholder {
	color:red;
	opacity:1;
	font-size:12px;
}
input.codefo:focus {
	outline:none;
	border:3px solid red;
}
input.optional:-ms-input-placeholder {
	color:#006400;
	opacity:1;
	font-size:12px;
}
input.optional::-webkit-input-placeholder {
	color:#006400;
	opacity:1;
	font-size:12px;
}
input.optional::-moz-placeholder {
	color:#006400;
	opacity:1;
	font-size:12px;
}
input.optional:-moz-placeholder {
	color:#006400;
	opacity:1;
	font-size:12px;
}
textarea.optional::-webkit-input-placeholder {
	color:#006400;
	opacity:1;
	font-size:12px;
}
textarea.optional:-ms-input-placeholder {
	color:#006400;
	opacity:1;
	font-size:12px;
}
textarea.optional::-moz-placeholder {
	color:#006400;
	opacity:1;
	font-size:12px;
}
.xxlisti {
	position:relative;
	margin:7px;
	width:260px;
	float:left;
	text-align:center;
}
.xxlisti img {
	height:130px;
	width:260px;
	border:1px solid #bebebe;
}
.xxlisti a:hover img {
	border:1px solid #333333;
}
.xxlistt {
	font-weight:normal;
	width:100%;
	font-size:14px;
	line-height:30px;
}
.xxlisttitle  a {
	position:absolute;
	left:1px;
	top:1px;
	background-color:rgba(7,55,99,0.9);
	color:#fff;
	width:260px;
	height:30px;
	line-height:30px;
	font-size:15px;
	font-weight:bold;
	font-family:"Arial";
	z-index:888;
}
.xxlisttitle  a:hover {
	color:#fff;
	font-weight:bold;
	font-family:"Arial";
	text-decoration:none;
	background-color:rgba(0,0,0,.8)
}
.css_btn_class {
	background:#33bdef;
	background-image:-webkit-linear-gradient(top,#33bdef,#019ad2);
	background-image:-moz-linear-gradient(top,#33bdef,#019ad2);
	background-image:-ms-linear-gradient(top,#33bdef,#019ad2);
	background-image:-o-linear-gradient(top,#33bdef,#019ad2);
	background-image:linear-gradient(to bottom,#33bdef,#019ad2);
	-webkit-border-radius:6;
	-moz-border-radius:6;
	border-radius:6px;
	-webkit-box-shadow:0px 1px 0px 0px #f0f7fa;
	-moz-box-shadow:0px 1px 0px 0px #f0f7fa;
	box-shadow:0px 1px 0px 0px #f0f7fa;
	font-family:Arial;
	color:#ffffff;
	font-size:12px;
	padding:3px 10px 3px 10px;
	border:solid #057fd0 1px;
	text-decoration:none;
	margin:6px;
}
.css_btn_class:hover {
	color:#ffffff;
	background:#019ad2;
	text-decoration:none;
}
.css_btn_class1 {
	background:#33bdef;
	background-image:-webkit-linear-gradient(top,#d0451b,#bc3315);
	background-image:-moz-linear-gradient(top,#d0451b,#bc3315);
	background-image:-ms-linear-gradient(top,#d0451b,#bc3315);
	background-image:-o-linear-gradient(top,#d0451b,#bc3315);
	background-image:linear-gradient(to bottom,#d0451b,#bc3315);
	-webkit-border-radius:6;
	-moz-border-radius:6;
	border-radius:6px;
	-webkit-box-shadow:0px 1px 0px 0px #cf866c;
	-moz-box-shadow:0px 1px 0px 0px #cf866c;
	box-shadow:0px 1px 0px 0px #cf866c;
	font-family:Arial;
	color:#ffffff;
	font-size:12px;
	padding:3px 10px 3px 10px;
	border:solid #942911 1px;
	text-decoration:none;
	margin:6px;
}
.css_btn_class1:hover {
	color:#ffffff;
	background:#bc3315;
	text-decoration:none;
}
.css_btn_class2 {
	background:#33bdef;
	background-image:-webkit-linear-gradient(top,#2e466e,#415989);
	background-image:-moz-linear-gradient(top,#2e466e,#415989);
	background-image:-ms-linear-gradient(top,#2e466e,#415989);
	background-image:-o-linear-gradient(top,#2e466e,#415989);
	background-image:linear-gradient(to bottom,#2e466e,#415989);
	-webkit-border-radius:6;
	-moz-border-radius:6;
	border-radius:6px;
	-webkit-box-shadow:0px 1px 0px 0px #23395e;
	-moz-box-shadow:0px 1px 0px 0px #23395e;
	box-shadow:0px 1px 0px 0px #23395e;
	font-family:Arial;
	color:#ffffff;
	font-size:12px;
	padding:3px 10px 3px 10px;
	border:solid #1f2f47 1px;
	text-decoration:none;
	margin:6px;
}
.css_btn_class2:hover {
	color:#ffffff;
	background:#415989;
	text-decoration:none;
}
.about_gd {
	font-size:14px;
	color:#24A5E6;
	border:1px solid #24A5E6;
	width:106px;
	height:35px;
	margin-top:40px;
	display:inline-flex;
	display:-webkit-inline-flex;
	display:-ms-inline-flexbox;
	align-items:center;
	-ms-flex-align:center;
	justify-content:center;
	-ms-flex-pack:center;
	position:relative;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}
.about_gd::before {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	background-color:#24A5E6;
	transition:transform .5s;
	-webkit-transition:transform .5s;
	-moz-transition:transform .5s;
	-ms-transition:transform .5s;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
	-ms-transform:scaleX(0);
	transform-origin:100% 0;
	-webkit-transform-origin:100% 0;
	-moz-transform-origin:100% 0;
	-ms-transform-origin:100% 0;
	z-index:-1;
}
.about_gd:hover::before {
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
	-ms-transform:scaleX(1);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-ms-transform-origin:0 0;
}
.about_gd:hover {
	color:#fff;
}
.ulzy {
	padding:0;
}
.list-img {
	list-style:none;
}
.list-img li {
	float:left;
	width:270px;
	height:180px;
	margin:12px;
	position:relative;
	perspective:500px;
}
.zyimg {
	width:270px;
	height:145px;
	line-height:38px;
	position:absolute;
}
.zyts {
	width:270px;
	height:105px;
	padding-top:25px;
	line-height:40px;
	position:absolute;
	border-radius:10px;
	-moz-box-shadow:0px 5px 6px #1269C0;
	-webkit-box-shadow:0px 5px 6px #1269C0;
	box-shadow:0px 5px 6px #1269C0;
}
.zyts {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	font-family:"Arial";
	background:#fff;
	color:#00bfff;
	transform:rotateY(90deg);
	transition:0.5s ease-in-out;
	opacity:0;
}
.zyimg img {
	display:block;
	width:240px;
	height:120px;
	margin:0 auto;
	padding:6px;
	border:1px solid #24a5e6;
	border-radius:10px;
	-moz-box-shadow:2px 5px 6px #00BFFF;
	-webkit-box-shadow:2px 5px 6px #00BFFF;
	box-shadow:2px 5px 6px #00BFFF;
	background:#fff;
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#00BFFF');
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
.list-img li:hover .zyts {
	transform:rotatex(0);
	opacity:1;
}
.zyimg {
	transform:rotatex(0);
	transition:0.5s ease-in-out;
	opacity:1;
}
.list-img li:hover .zyimg {
	transform:rotatex(-90deg);
	opacity:0;
}
.bottomzy a {
	color:#fff;
	width:270px;
	height:30px;
	overflow:hidden;
	text-align:center;
	position:absolute;
	bottom:0px;
	font-weight:bold;
	line-height:30px;
	font-size:14px;
	font-family:"Arial";
	text-decoration:none;
	background-color:#24a5e6;
}
.bottomzy a:hover {
	background-color:#00bfff;
}
.list-jy {
	list-style:none;
	width:1180px;
}
.list-jy li {
	float:left;
	margin:11px 11px;
	border:1px solid #96c2f1;
	background:#eff7ff;
	width:270px;
	height:200px;
	border-radius:6px 6px 6px 6px;
}
.list-jy li:hover {
	border:1px solid #ffcc00;
	background:#fffff7
}
.jygs {
	text-align:center;
}
.jygs a {
	font-size:16px;
	font-family:"Arial";
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:35px;
	background-color:#00bfff;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:5px;
	padding-top:5px;
}
.jygs a:hover {
	background-color:#00bccc;
}
.jybc {
	margin-left:40px;
	font-size:12px;
	font-family:"Arial";
	font-weight:bold;
	color:#000;
	line-height:28px;
}
.jyxz {
	margin-left:40px;
	font-size:12px;
	font-family:"Arial";
	font-weight:bold;
	color:#000;
	line-height:28px;
}
.jylj {
	text-align:center;
	font-family:"Arial";
	font-weight:bold;
	line-height:28px;
}
.mr20 {
	margin-right:20px;
}
.ml20 {
	margin-left:20px;
}
.Width {
	width:100%;
	margin:0 auto;
}
.inx-proNav {
	padding:10px 0;
	height:600px;
}
.inx-proNav li {
	position:relative;
	display:inline;
	float:left;
	width:270px;
	height:260px;
	padding-top:20px;
	margin-right:12px;
	margin-left:12px;
	margin-bottom:30px;
	overflow:hidden;
	background:#fff;
	box-shadow:2px 2px 30px rgba(137,137,137,0.2);
	-ms-box-shadow:2px 2px 30px rgba(137,137,137,0.2);
	-moz-box-shadow:2px 2px 30px rgba(137,137,137,0.2);
	-webkit-box-shadow:2px 2px 30px rgba(137,137,137,0.2);
	-o-box-shadow:2px 2px 30px rgba(137,137,137,0.2);
}
.w130{width:130px;}
.w105{width:105px;}
.bjmenu a{margin:0 5px 14px 5px;float:left;}
.bjmenu{text-align:center;}
.yyy {width: 1200px;margin:0 auto;background-image:url(../images/yybg.jpg); background-repeat:no-repeat;background-size: cover;height: 260px;text-align: center;}
.yyy  p.yyt {font-size: 26px;color:#fff;padding-top: 40px;}
.yyy  p.yyi {font-size: 23px;color:#Fff;padding: 20px;}
.yyy  p.yyi i{font-size:30px;color:#FFF000;font-weight:bold;padding:0 10px 0 5px;}
.yyy .yyfb {width: 555px;margin:0 auto;padding-top: 10px;}
.yyy .formc {width: 555px;}
.yyy .yyfb .intxt {border-radius:20px 0px 0px 20px;border: none;float: left;background: #fff;width: 185px;box-sizing: border-box;padding-left: 10px;height: 45px;line-height: 45px;border-right: 1px #eee solid;}
.yyy .yyfb .intxt1 {border: none;float: left;background: #fff;width: 65px;box-sizing: border-box;padding-left: 10px;height: 45px;line-height: 45px;border-right: 1px #eee solid;}
.yyy .yyfb #name {border-radius: 20px 0 0 20px;}
.yyy .yyfb .button {background: #c7131c;height: 45px;width: 180px;text-align: center;color: #fff;font-size: 22px;font-weight: bold;border-radius:0px 20px 20px 0px;border: none;float: left;cursor: pointer;}
.yyy .yyfb .button:hover {background:#9e070f}
.clss:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clss{*+height:1%;}
