* {
 padding: 0;
 margin: 0;
 outline: 0;
 text-decoration: none;
 list-style: none;
 font-family: "microsoft yahei", arial;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
 display: block;
}

img {
 border: none;
}

audio,
canvas,
video {
 display: inline-block;
 *display: inline;
 *zoom: 1;
}

body {
 background: #f5f6f6;
}

.header {
 height: 138px;
 
 
 background: #FFFFFF;
 position: relative;
}

.header:after {
 background: #d8d8d8;
 content: '';
 display: block;
 position: absolute;
 width: 100%;
 height: 1px;
 bottom: 0;
 left: 0;
 z-index: 0;
}

.header .header-top {
 overflow: hidden;
 height: 46px;
 background: url(../images/header.png);
 
    padding:0 20px;
}

.header .header-top .ts {
 float: left;
 padding-left: 22px;
 background: url(../images/h-ts.png) no-repeat center left;
 font-size: 14px;
 color: #ffffff;
 line-height: 46px;
}

.header-search {
 overflow: hidden;
 float: right;
}

.header-search .txt {
 float: left;
 overflow: hidden;
 margin-top: 8px;
}

.header-search .txt input {
 border: none;
 background: none;
 text-align: right;
 font-size: 14px;
 height: 30px;
 line-height: 30px;
 color: #000000;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -ms-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
 width: 100px;
}

.header-search .txt input:focus {
 background: #FFFFFF;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -ms-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
 width: 120px;
 padding: 0px 20px;
}

.header-search .txt input::-webkit-input-placeholder {
 color: #878787;
}

.header-search .txt input:-moz-placeholder {
 color: #878787;
}

.header-search .txt input::-moz-placeholder {
 color: #878787;
}

.header-search .txt input:-ms-input-placeholder {
 color: #878787;
}

.header-search .header-submit {
 float: left;
 overflow: hidden;
 background: url(../images/header-submit.png) no-repeat center center;
 height: 46px;
 width: 53px;
}

.header-search .header-submit input {
 width: 100%;
 height: 100%;
 border: none;
 background: none;
 text-indent: -1000px;
 cursor: pointer;
}

.header-tc {
 
 max-width: 1160px;
 margin: auto;
 position: relative;
}

.header .header-top .header-tc:after {
 content: '';
 width: 100%;
 right: 0;
 margin-left: 100%;
 background: #081d42;
 height: 46px;
 display: block;
}

.header-nav {
 
 max-width: 1160px;
 margin: auto;
 height: 92px;
    padding: 0 20px;
}

.header-nav .logo {
 float: left;
 overflow: hidden;
 margin-top: 11px;
}

.header-nav .logo a {
 display: block;
 overflow: hidden;
}

.header-nav .navs {
 float: right;
 
 height: 92px;
 position: relative;
 z-index: 1;
}

.header-nav .navs ul {
 
 float: left;
 margin-right: -8px;
}

.header-nav .navs ul li {
 float: left;
 
 
 position: relative;
}

.header-nav .navs ul li>a {
 display: block;
 float: left;
 line-height: 92px;
 height: 92px;
 font-size: 16px;
 color: #181818;
 padding: 0px 8px;
 -webkit-transition: color 0.3s;
 -moz-transition: color 0.3s;
 -ms-transition: color 0.3s;
 -o-transition: color 0.3s;
 transition: color 0.3s;
 position: relative;
 overflow: hidden;
}

.header-nav .navs ul li.active>a,
.header-nav .navs ul li:hover>a {
 
 color: #2380c3;
 -webkit-transition: color 0.3s;
 -moz-transition: color 0.3s;
 -ms-transition: color 0.3s;
 -o-transition: color 0.3s;
 transition: color 0.3s;
}

.header-nav .navs ul li>a:before {
 width: 20px;
 height: 9px;
 background: url(../images/navs-a.png) no-repeat center center;
 position: absolute;
 bottom: -30px;
 left: 50%;
 margin-left: -10px;
 content: '';
 
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -ms-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
}

.header-nav .navs ul li.active>a:before,
.header-nav .navs ul li:hover>a:before {
 opacity: 1;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -ms-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
 bottom: 0px;
}

.header-nav .navs ul li .nav2 {
 width: 140px;
 position: absolute;
 top: 92px;
 left: 50%;
 margin-left: -71px;
 background: #FFFFFF;
 padding: 0px 0px;
 z-index: 2;
 overflow: hidden;
 border: 1px solid #2380c3;
 display: none;
}

.header-nav .navs ul li:hover .nav2{
 display: block;
}

.header-nav .navs ul li .nav2>a {
 display: block;
 text-align: center;
 line-height: 40px;
 font-size: 13px;
 color: #2380c3;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -ms-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
}

.header-nav .navs ul li .nav2>a:hover {
 background: #2380c3;
 color: #FFFFFF;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -ms-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
}

.main-box {
 overflow: hidden;
    margin: 0 auto 2.5%;
}

.main-tc {
 overflow: hidden;
 max-width: 1160px;
 margin: auto;
 position: relative;
 
 margin-top: 16px;
 
}

.main-tl {
 overflow: hidden;
 float: left;
 width: 18.5%;
 position: absolute;
 top: 0;
 left: 0;
 border: 1px solid #dddddd;
 height: 100%;
}

.main-tl .box {
 overflow: hidden;
 width: 100%;
 border-bottom: 1px solid #dddddd;
 position: relative;
 height: 100%;
 margin-top: -2px;
 background: #FFFFFF;
}

.main-tl .tl-nav {
 overflow: hidden;
}

.main-tl .tl-nav .top {
 overflow: hidden;
 background: url(../images/tl-nav.png);
 border-left: 2px solid #2380c3;
 
 padding-left: 16px;
 padding-top: 12%;
 padding-bottom: 10%;
}

.main-tl .tl-nav .title {
 font-size: 18px;
 color: #000000;
 line-height: 26px;
 overflow: hidden;
}

.main-tl .tl-nav .en {
 font-size: 14px;
 color: #9b9999;
 line-height: 24px;
 overflow: hidden;
 text-transform: uppercase;
}

.main-tl .tl-nav .nav {
 overflow: hidden;
}

.main-tl .nav ul,
.main-tl .nav ul li {

}

.main-tl .nav ul li {
 border-bottom: 1px solid #dddddd;
}

.main-tl .nav ul li a {
 display: block;
 overflow: hidden;
 font-size: 13px;
 color: #4b4a4a;
 padding-top: 9%;
 padding-bottom: 9%;
 padding-left: 33%;
 line-height: 23px;
 position: relative;
 background: url(../images/main-tl-a.png) no-repeat 28% 50%;
}

.main-tl .nav ul li.active a {
 background: #2380c3;
 color: #FFFFFF;
 background: url(../images/main-tl-a2.png) #2380c3 no-repeat 87% 50%;
}

.main-tr {
 margin-left: 22.4%;
 overflow: hidden;
}

.main-tr .main-tr-box {
 background: #FFFFFF;
 border: 1px solid #dddddd;
 overflow: hidden;
 padding: 25px;
 min-height: 530px;
}

.tr-nav {
 width: 100%;
 height: 48px;
 border-bottom: 2px solid #e5e5e5;
 margin-top: 2.5%;
}

.tr-nav .title {
 overflow: hidden;
 float: left;
 height: 48px;
 line-height: 48px;
 position: relative;
 color: #000000;
 font-size: 15px;
 border-bottom: 2px solid #269df8;
 margin-bottom: -2px;
 min-width: 114px;
}

.tr-nav .nav-a {
 float: right;
 height: 21px;
 line-height: 21px;
 overflow: hidden;
 margin-top: 12px;
}

.tr-nav .nav-a a {
 display: inline-block;
 vertical-align: top;
 height: 21px;
 line-height: 21px;
 color: #989898;
 font-size: 13px;
}

.tr-nav .nav-a a:before {
 width: 2px;
 height: 2px;
 display: block;
 float: left;
 background: #989898;
 content: '';
 margin-right: 6px;
 margin-top: 10px;
}

.tr-nav .nav-a a.home {
 overflow: hidden;
 background: url(../images/home.png) no-repeat center center;
 width: 19px;
 height: 21px;
 text-indent: -1000px;
}

.tr-nav .nav-a a.home:before {
 display: none;
}

.tr-nav .nav-a a.active {
 color: #2380c3;
}

.footer {
 overflow: hidden;
 background: #565656;
}

.footer-tc {
 max-width: 1160px;
 margin: auto;
}
.footer-tc::after{
 content: '';
 display: table;
 clear: both;
}

.footer-top {
 overflow: hidden;
 padding: 22px 15px 20px;
}

.footer-top .logo {
 float: left;
 overflow: hidden;
 
 position: relative;
 padding: 0 4.5% 0 2.5%;
}

.footer-top .logo a {
 display: block;
 overflow: hidden;
 margin-top: 60px;
}

.footer-top .ft-gz {
 overflow: hidden;
 float: left;
 position: relative;
 
 padding: 0 3%;
}

.footer-top .ft-gz:before {
 width: 2px;
 height: 138px;
 position: absolute;
 top: 25px;
 background: url(../images/footer-fg.png);
 content: '';
 display: block;
 left: 0;
}

.footer-top .ft-gz:after {
 width: 2px;
 height: 138px;
 position: absolute;
 top: 25px;
 background: url(../images/footer-fg.png);
 content: '';
 display: block;
 right: 0;
}

.footer-top .ft-gz .img {
 overflow: hidden;
 width: 100px;
 height: 100px;
}

.footer-top .ft-gz .img img {
 width: 100%;
 height: 100%;
 float: left;
}

.footer-top .ft-gz .txt {
 text-align: center;
 color: #909090;
 font-size: 12px;
 line-height: 20px;
 margin-top: 7px;
}

.footer-top .title {
 font-size: 16px;
 color: #ffffff;
 line-height: 30px;
 overflow: hidden;
 padding: 7px 0px;
 text-indent: 8px;
}

.footer-top .ft-txt {
 overflow: hidden;
 float: right;
 width: 51.5%;
}

.footer-top .ft-txt .txt {
 margin-top: 12px;
}

.footer-top .ft-txt .title {
 position: relative;
}

.footer-top .ft-txt .title:after {
 height: 2px;
 width: 100%;
 background: url(../images/footer-fg2.png);
 content: '';
 display: block;
 bottom: 0;
 left: 0;
 position: absolute;
}

.footer-top .ft-txt .txt {
 overflow: hidden;
 font-size: 12px;
 color: #bdbdbd;
 line-height: 25px;
}

.footer-top .ft-txt .lt-txt {
 float: left;
 overflow: hidden;
 width: 37.2%;
}

.footer-top .ft-txt .rg-txt {
 float: left;
 overflow: hidden;
 width: 59%;
}

.footer-bottom {
 background: url(../images/header.png);
 padding: 15px 20px;
}

.footer-bottom .ft-cptxt {
 overflow: hidden;
 float: left;
 font-size: 12px;
 color: #ffffff;
 line-height: 28px;
}

.ft-navs {
 float: right;
}

.ft-nav-more {
 float: left;
 background: url(../images/ft-nav-more.png) no-repeat;
 width: 111px;
 height: 26px;
 line-height: 26px;
 font-size: 12px;
 color: #ffffff;
 border: 1px solid #707384;
 margin-left: 12px;
 background-position: 85% 50%;
 position: relative;
}

.ft-nav-more .txt {
 height: 26px;
 line-height: 26px;
 width: 100%;
 text-indent: 24px;
}
.ft-nav-more ul{
 position: absolute;
 width:100%;
 max-height: 300px;
 bottom:100%;
 left:-1px;
 background: #fff;
 border:1px solid #fff;
 padding:5px 0;
 display: none;
}

.ft-nav-more ul a{
 display: block;line-height: 26px;text-indent: 24px;color: #333;
}



.owl-carousel .owl-wrapper:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}

.owl-carousel {
 display: none;
 position: relative;
 width: 100%;
 -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
 display: none;
 position: relative;
 -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
 overflow: hidden;
 position: relative;
 width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
 -webkit-transition: height 500ms ease-in-out;
 -moz-transition: height 500ms ease-in-out;
 -ms-transition: height 500ms ease-in-out;
 -o-transition: height 500ms ease-in-out;
 transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
 float: left;
}

.owl-carousel .owl-item a {
 display: block;
 overflow: hidden;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
 cursor: pointer;
}

.owl-controls {
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
 -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -ms-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .item {
 overflow: hidden;
}

.owl-carousel .item img {
 width: 100%;
 float: left;
}



.pages{text-align: center;margin:30px auto 0;}
.pages a{color: #333;}
.pages a:hover{color: #2380c3;}
.pages .prev{margin-right: 10px;}
.pages .next{margin-left: 10px;}
.pags-a{margin:0 5px;}

@media screen and (max-width:1024px){
    .main-tr .main-tr-box{min-height:1100px;}
}