﻿/*样式*/
		/*css初始化*/
		* {margin: 0;
            padding: 0;
		}
		ul,li {
			list-style: none;
		}
		.clearfix:before, .clearfix:after { /*清除浮动*/
			display: table;
			content: "";
		}
		.clearfix:after {
			clear: both;
		}
		.clearfix {
			*zoom: 1;
		}
		a {
			color: #333333;
			text-decoration: none;
		}
		input {
			border: 0; /*所有表单边框为0*/
			box-sizing: border-box; /*css3盒子模型 border 和padding 都包含到width里*/
        }
    html{height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased}
    /*css初始化结束*/
    body {
        background-color: #ffffff; /*整个页面背景色*/
        font-size: 16px;
        font-family:
        "Microsoft YaHei","Arial Narrow",HELVETICA !important;
        /* line-height: 180%; */
        min-width: 1200px;
        -webkit-text-size-adjust:100%;
      }
.clear {
	height: 20px;
	clear: both;
}
.wrap {
    background: url(../images/bk.png) no-repeat top;
   }
   .headbk img {
       height: 365px;
   }
.container { /* 因为我们版心都是1140 都要居中对齐 我们就声明一个公共类 */
    width: 1140px;
    margin: 0 auto;
  }
.flx {
    display: flex;
    justify-content: space-between;
}
.header {
    width: 100%;
    height: 365px;
    margin: 0 auto;
    background: url(../images/bk.png) no-repeat;
}
.headbk {
    width: 1200px;
    height: 365px;
    margin: 0 auto;
}

.navbk {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    background-color: #1a77bd;
}
.navbar .TRS_Editor {
    width: 860px;
    float: left;
    display: flex;
    justify-content: space-between;
}
.navbar li {
    flex: 1;
    line-height: 60px;
}
.navbar li a {
    font-size: 20px;
    color: #ffffff;
}
.navbk iframe {
    float: left;
    margin-top: 17px;
}

.picscr {
    width: 640px;
    float: left;
    margin-right: 20px;
} 
.news {
    float: left;
}
.newstitle {
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #036db9;
    display: flex;
    justify-content: space-between;
}
.newstitle h2 a {
    line-height: 48px;
    color: #0068b6;
    font-size: 20px;
    margin-left: 10px;
}
.newstitle img {
    display: inline-block;
    width: 23px;
    height: 6px;
    margin-top: 21px;
    margin-right: 10px;
}
.newslis,
.botcloumnlis {
    padding: 10px;
    box-sizing: border-box;
}
.newslis li,
.botcloumnlis li {
    height: 44px;
    line-height: 44px;
}
.newslis li a,
.botcloumnlis li a {
    display: block;
    line-height: 44px;
    font-size: 18px;
    color:#404040;
}
.newslis li a::before {
    content:"\2022";
    font-size: 15px;
    color: #c30006;
    margin-right: 5px;
}
.botcloumnlis li a::before {
    content:"\2022";
    font-size: 15px;
    color: #b7bec5;
    margin-right: 5px;
}
.service {
    width: 1140px;
    height: 421px;
    background: url(../images/fw_bg.jpg) no-repeat;
    display: flex;
    justify-content: space-between;
}
.leftt {
    width: 502px;
}
.midicon {
    width: 268px;
    padding: 36px 10px;
    box-sizing: border-box;
    margin-left: 150px;
}
.midicon li {
    width: 240px;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    margin-bottom: 12px;
}
.midicon li:last-child {
    margin-bottom: 0;
}
.midicon li a {
    display: block;
    text-align: center;
    color: #333333;
    font-size: 18px;
    line-height: 40px;
}
.midicon li a:hover {
    color: #0071c1;
    font-weight: bold;
}
.righticon {
    padding: 76px 10px;
    box-sizing: border-box;
    margin-left: 20px;
}
.righticon a {
    display: block;
    margin-top: 10px;
    margin-right: 8px;
    float: left;
}
.righticon a:hover img {
    filter: opacity(0.6);
    -webkit-backdrop-filter: opacity(0.5);
}
.imgscr {
    width: 560px;
    float: left;
    margin-right: 20px;
}
.limgscr {
    width: 560px;
    float: right;
    margin-right: 0;
}
.cloumnbk {
    width: 100%;
    height: 52px;
}
.cloumnbk h3 a {
    display: block;
    width: 100px;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #a9a9a9;
    color: #1c6abb;
    font-size: 20px;
    text-align: center;
    float: left;
}
.cloumnx {
    width: 459px;
    height: 50px;
    float: right;
    border-bottom: 2px solid #1a77bd;
}
.cloumore {
    margin-top: 15px;
    margin-right: 10px;
    float: right;
}
.cloumore img {
    display: inline-block;
    width: 20px;
}
.imgscrcot {
    width: 550px;
    height: 220px;
    overflow: hidden;
}
.leftcloumn {
    width: 895px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mediacloumn {
    background-color: #f9f9f9;
}
.botcloumn {
    flex-basis: 440px;
}
.botcloumnx {
    width: 339px;
    height: 50px;
    float: right;
    border-bottom: 2px solid #1a77bd;
}
.mediabk{
    width: 100%;
    height: 50px;
    background: url(../images/mbk.png) repeat-x;
    position: relative;
}
.mic {
    position: absolute;
    left: 20%;
    top: 11px;
}
.mediatt{
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 50px;
    position: absolute;
    left: 35%;
}
.mediacot {
    padding: 21px 15px 15px 15px;
    box-sizing: border-box;
    width: 100%;
}
.mediacot li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.mediacot li:last-child {
    margin-bottom: 0;
}
.mediacot li img {
    display: inline-block;
    width: 97px;
}
.mediacot li span {
    display: inline-block;
    width: 75px;
    word-wrap: break-word;
    font-size: 18px;
    color: #666666;
    margin-top: 25px;
}
.linkbk {
    height: 60px;
    line-height: 60px;
    background-color: #f9f9f9;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
}
.linkbk h1 a {
    display: block;
    width: 135px;
    text-align: center;
    color: #1c6abb;
    font-size: 18px;
}
.TRS_Editor a {
    display: block;
    float: left;
    font-size: 16px;
    margin-right: 20px;
    color: #666666;
}
footer {
    width: 100%;
    height: 170px;
    background-color: #1a77bd;
    padding-top: 26px;
    box-sizing: border-box;
}
footer span {
    display: inline-block;
    width: 1140px;
    color: #ffffff;
    line-height: 36px;
    font-size: 16px;
    text-align:center;
}