﻿* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background-color: #F5FAFE;
}

* {
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

.nomarginr {
    margin-right: 0 !important;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}


/* header */

.header {
    width: ;
}

.head-top {
    width: 100%;
    height: 45px;
    background-color: #f2f2f2;
    font-size: 10px;
    color: #333;
    padding-top: 15px;
}

.head-top p {
    margin-left: 550px;
}

.head-mid {
    width: 100%;
    height: 120px;
    background-color: #fff;
    line-height: 120px;
}

.mid-con {
    overflow: hidden;
    background-color: #fff;
}

.head-mid .mid-tit {
    float: left;
}

.head-mid .mid-tit img {  
    float: left;
    margin-top: 18px;
    margin-right: 10px;
}

.head-mid h2 {display: none;
    width: 600px;
    height: 120px;
    font-family: "Arial Negreta", "Arial Normal", Arial;
    font-weight: 700;
    font-style: normal;
    font-size: 42px;
    color: rgb(204, 51, 51);
    position: relative;
}

.head-mid h2 span {
    font-family: "Arial Normal", Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: rgb(204, 51, 51);
    position: absolute;
    top: 33px;
    left: 85px;
}

.input-con {
   float: right;margin-right:50px;
	position: relative;
	margin-top:40px;
	height:40px;line-height:40px;
}

.input-con input {
    width: 490px;
    height: 40px;
    border: 1px solid rgba(0, 118, 225, 1);
}

.input-con span {
	right: 10px;
	height:24px;line-height:24px;
	top: 8px;
	position: absolute;
	display: block;
}

.input-img {
    width: 24px;
    height: 24px;
}

.head-nav ul li {
    width: 171px;
    height: 57px;
    line-height: 57px;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: #3072bc;
    float: left;
}

.head-nav ul {
    width: 100%;
}

.head-nav ul li.active {
    background: linear-gradient( 180deg, rgba(103, 190, 255, 1) 0%, rgba(103, 190, 255, 1) 0%, rgba(43, 105, 180, 1) 100%, rgba(43, 105, 180, 1) 100%);
    font-weight: 700;
}


/* banner */

.banner {
    width: 1200px;
    height: 245px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #d6d7db;
    border-bottom-color: #3072bc;
    position: relative;
    padding-left: 100px;
}

.banner-logo {
    position: absolute;
    top: 34%;
    left: 45px;
}

.banner-swiper {
    width: 930px;
    /* height: 100%; */
    position: relative;
}

#swiper-container-banner {
    width: 1000px;
    height: 220px;
    margin-left: 100px;
    /* margin-top: -50px; */
    /* top: 0;
    left: 0; */
}

.banner-item {
    /* padding-top: 30px; */
}

.banner-item img {
    float: left;
    margin-left: 30px;
    margin-right: 40px;
    margin-top: 50px;
}

.banner-item h4 {
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    color: #2B69B4;
    margin-top: 15px;
    margin-left: 130px;
    margin-bottom: 25px;
}

.banner-item p {
    width: 930px;
    line-height: 25px;
}

.banner-item-right {
    float: left;
}

.swiper-pagination-bullet {
    width: 30px !important;
    height: 5px !important;
    /* background-color: red !important; */
    border-radius: 0px !important;
}

.swiper-pagination-bullet-active {
    background-color: red !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 45px !important;
}

.news-con {
    width: 1200px;
    height: 440px;
    background-color: #fff;
    border: 1px solid #d6d7db;
    margin-top: 20px;
    padding-top: 30px;
}

.news-con img {
    float: left;
    margin-right: 28px;
}



.newnew {
    display: none;
}

.new-con:nth-child(1) {
    display: block;
}

.new-con p {
    position: relative;
}

.newnew span {
    color: #898991;
    position: absolute;
    top: 0;
    right: 20px;
}

.left-item .new-con span {
    position: absolute;
    top: 0;
    right: -120px;
}

.new-con p {
    margin-bottom: 25px;
}

.des {
    margin: 30px 0;
}
/*ÎÒÒª°ì*/
a:link,a:visited{color: #2a0c0c;text-decoration: none;}
a:hover {color: #c2241d;text-decoration: none;}
.fl {float:left;}
.fr {float:right}
.cf{
	clear:both;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
}
.left1 {float:left;width:755px;margin-top:28px;margin-right:20px;display:inline;overflow:hidden;}
.right1{float:left;width:425px;margin-top:28px;}
.sear1{position: relative;}
.sear1 input{
	width:100%;
	padding:0 140px 0 10px;
	font-size:24px;
	line-height: 62px;
	height: 66px;
	border: 2px solid #D9ECFF;
	color: #999999;
}
.sear1 input:focus { outline:none;}
.sear1 a{
	position: absolute;
	z-index: 1;
	top: 2px;
	right: 2px;
}
.left1 p {margin-top:36px;
}
.left1 p a{
	font-size:24px;
	color: #000000;
	text-decoration: none;margin-right:40px;
}
.left1 p a img{
	vertical-align: middle;margin-right:10px;
}

.left2 {float:left;width:388px;margin-top:28px;margin-right:18px;display:inline;overflow:hidden;}
.left2 p{padding:10px 20px;height:120px;}
.left2 p a{float:left;display:block;width:32%;margin-right:1.3%;line-height:48px;}
.left2 a.more{clear:both;margin-left:140px;margin-top:20px;font-size: 18px;
    color: #2B69B4;}

.right2{float:left;width:388px;margin-top:28px;}

.right2 div{
	clear:both;height:130px;
	background-image: url(../images/u96.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.right2 div{clear:both;margin-top:18px;}
.right2 div h3{
	background-color: #FFFFFF;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	color: #2B69B4;
	display: inline;margin-left:22px;
}
.right2 div p{padding:10px 20px;}
.right2 div a{float:left;display:block;width:32%;margin-right:1.3%;line-height:32px;}

.pics {margin-top:33px;}
.pics a{float:left;
	margin-right:13px;
	position: relative;
	height: 90px;
	width: 388px;
	display: block;
}
.pics a b{
	position: absolute;z-index: 1;
	color: #FFFFFF;
	top: 38px;
	left: 140px;
	font-size: 24px;
	
}
.pics a em{
	position: absolute;z-index: 2;
	color: #FFFFFF;
	top: 38px;padding:2px 15px;
	right: 48px;
	font-style: normal;
	font-variant: normal; border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1); border-radius: 35px;
}
.leftR {float:left;width:337px;margin-top:28px;margin-right:30px;display:inline;overflow:hidden;}
.box1{
	background-image: url(../images/u271.png);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 278px;
	width: 337px;	
}
.box1 .box1Pic{
	margin:77px 0 10px 9px;
	display: block;
}
.box1 .box1Pic img{
	height: 79px;
	width: 319px;
	display: block;
}
.box1 dt{
	color: #fff;
	margin:0 10px 0 15px;
	line-height:35px;
	font-size: 14px;
	font-weight: bold;
}
.box1 dd{color: #fff;font-size: 14px;
	margin:0 10px 0 15px;	line-height:28px;
}
.box2{
	background-image: url(../images/u281.png);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 278px;
	width: 337px;	
	margin-top:20px;
}
.box2 .box2Txt1{margin:90px 30px 10px 33px;}
.box2 .box2Txt1 .box2Tit{color: #fff;
	margin:0 10px 0 15px;
	line-height:35px;
	font-size: 14px;
	font-weight: bold;}
.box2 .box2Txt1 p{color: #fff;font-size: 14px;
	margin:0 10px 0 15px;	line-height:28px;}
.box2 .box2Txt1 p a{color: #fff;}
.box2 .box2Txt2 ul{margin-top:15px;}
.box2 .box2Txt2 li{color: #fff;font-size: 14px;
	margin:0px 30px 0 45px;	line-height:28px;}
.rightR{float:left;width:833px;margin-top:28px;}
.rightR .rPics{	height: 120px;}
.rightR .rPics a{
	float:left;
	display: block;
	height: 110px;
	width: 110px;
	margin-right:10px;
	border: 1px solid #0078C0;
	border-radius: 10px;
}
.rightR .rPics a img{margin:20px 0 7px 30px;}
.rightR .rPics a b{
	display: block;
	text-align: center;
}
.rightR h3{
	height:58px;
	line-height:58px;
	background-image: url(../images/u261.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	color: #245798;
	padding-left:40px;
	border-bottom: 1px solid #CCCCCC;
}

.rightR ul{padding-top:10px;}
.rightR li{line-height:40px;}
.rightR span{float:right;color: #898991;}
/* tit */

.tit-items {
  
}

.tit h3 {
    text-align:center;
    height: 70px;
    line-height: 70px;

}
.tit h3 a{
    font-size: 25px;
    font-weight: bolder;
    color: #2b69b4;	
}
.tit img {
    margin-right: 6px;
}


/* active */

.act-nav {
    width: 100%;
    height: 86px;
    background: url(../images/active-titbg.png)no-repeat;
}

.act-nav-item {
    width: 400px;
    height: 86px;
    line-height: 86px;
    background-color: #82e4ff;
    float: left;
    position: relative;
    cursor: pointer;
}

.act-nav .inner span {
    position: absolute;
    bottom: 0;
    left: 185px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    display: none;
}

.act-nav .inner .on span,.act-nav-item:hover span{
    display: block;
}

.act-nav-item:hover {
    background-color: #66befe;
}

.act-nav .inner .on {
    background-color: #66befe;
}

.act-nav-item img {
    position: absolute;
    left: 22px;
    top: -30px;
}

.act-con {
    overflow: hidden;
    margin-bottom: 30px;
    display: none;
}

.act-con:nth-child(1) {
    display: block;
}

.act-nav-item p {
    font-size: 34px;
    color: #fff;
    text-align: center;
}

.left-item img {
    margin: 30px 0;
}

.left-item-tit {
    font-size: 20px;
    color: #333;
    position: relative;
    top: -42px;
    left: 8px;
}

.con-left {
    float: left;
}

.con-left .left-item:nth-child(2) {
    margin-top: -30px;
}

.con-right {
    width: 450px;
    float: left;
    margin-left: 235px;
    /* margin-top: 30px; */
    padding-top: 30px;
}

.right-top {
    width: 100%;
    height: 91px;
    margin-bottom: 40px;
}

.right-top ul li {
    width: 93px;
    height: 91px;
    border: 1px solid #2B69B4;
    border-radius: 10px;
    float: left;
    color: #2B69B4;
    font-size: 16px;
    text-align: center;
    margin-right: 15px;
}

.right-top ul li img {
    margin: 10px 0;
}

.right-mid {
    width: 100%;
    height: 175px;
}

.right-mid ul li {
    float: left;
    overflow: hidden;
    width: 220px;
    margin-bottom: 25px;
}

.right-mid ul li img {
    float: left;
}

.right-mid ul li p {
    float: left;
    font-size: 20px;
    color: #333;
    padding-top: 10px;
    padding-left: 15px;
}

.right-bottom img {
    float: left;
    margin-right: 15px;
}

.bottom-right h5 {
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #CC3300;
    margin-bottom: 70px;
}

.bottom-right p {
    line-height: 30px;
}







/* footer */

.footer {
    width: 100%;
    /* height: 190px; */
    margin-top: 30px;
    background-color: rgba(84, 137, 189, 1);
}

.footer-con {
    overflow: hidden;
    background-color: rgba(84, 137, 189, 1);
}

.footer-left {
    float: left;
    padding-top: 35px;
}

.footer-left p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
}

.footer-right {
    float: left;
    margin-left: 110px;
    padding-top: 30px;
}

.footer-right img:nth-child(1) {
    margin-right: 35px;
}

.footer-right img:nth-child(2) {
    margin-right: 25px;
}
