* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    color: inherit;
    font-weight: normal;
    font-family: "Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";
    box-sizing: border-box;
    font-style: normal;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    
}


input::-webkit-input-placeholder{color:#ccc}
input:-ms-input-placeholder{color:#ccc}
input::-moz-placeholder{color:#ccc}
input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
  }

  input {
    -webkit-appearance:none;
    border-radius: 0;
    outline:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	background: #fff;
}

img {
    vertical-align: middle;
    width: 100%;
}

/* 头部css */
.w1920 {
    width: 100%;
}
.topbg{
    background: #f1f1f1;
}
.top {
    height: 40px;
    line-height: 40px;
    width: 1380px;
    margin: 0 auto;
}
.top_l {
    float: left;
}

.top_r {
    float: right;
}

.top_l span {
    float: left;
    font-size: 14px;
    margin-right: 15px;
    color: #767676;
}

.city2018 {
    float: left;
}

.city2018 {
    position: relative;
    cursor: pointer;
    height: 40px;
    float: left;
    display: inline-block;
    line-height: 40px;
}
a.cur2018 {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 6px 0 8px;
    color: #767676;
}
i.fgx {
    height: 12px;
    display: inline-block;
    border: 1px solid #cdcdcd;
}
.city2018 a.cur2018 i {
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right-color: #3C68ED;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: 0 0;
    margin-top: 18px;
    margin-left: 8px;
    float: right;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    -webkit-transition: -webkit-transform .2s;
    -o-transition: -o-transform .2s;
}



.city2018:hover {
	/* background-color: #fff; */
	/* box-shadow: 0 0 4px #dbdbdb */
}

.city2018:hover .city-list {
	display: block;
}

.city2018:hover a i {
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-right-color: #3C68ED;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background: 0 0;
    margin-top: 18px;
	float: right;
	margin-left: 8px;
	-ms-transform-origin: 75% 25%;
	transform-origin: 75% 25%;
	-webkit-transform-origin: 75% 25%;
	-moz-transform-origin: 75% 25%;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	-moz-transition: -moz-transform .2s;
	-webkit-transition: -webkit-transform .2s;
	-o-transition: -o-transform .2s
}

.city2018 .city-list {
	background: #fff;
	padding-bottom: 3px;
	position: absolute;
	padding-left: 11px;
	display: none;
	top: 32px;
	width: 350px;
	z-index: 66;
	box-shadow: 0 2px 4px #dbdbdb;
	left: 0
}

.city2018 .city-list dl::after {
	content: '';
	display: block;
	clear: both
}

.city2018 .city-list dl dt {
    color: #3C68ED;
    line-height: 28px;
    padding-top: 5px;
    padding-left: 8px;
    font-size: 12px;
}

 .city2018 .city-list dl dd {
	float: left
}

.city2018 .city-list dl dd a {
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
}

.city2018 .city-list dl dd a:hover {
	color: #3C68ED
}

.city2018 .city-list .more_city {
    position: absolute;
    right: 28px;
    bottom: 3px;
    padding: 0;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
}

.city2018 .city-list .more_city:hover {
	color: #3C68ED
}

.top_r a {
    color: #767676;
    font-size: 14px;
}
.tm_w {
    width: 1380px;
    margin: 0 auto;
    height: 60px;
}

.logo {
    float: left;
    line-height: 60px;
}
.logo img {
    height: 60px;
    width: auto;
}

.tm_txt {
    float: left;
    line-height: 60px;
    width: 220px;
    text-align: center;
}

.tm_teel {
    float: right;
    line-height: 60px;
    width: 220px;
    text-align: center;
}
.tm_teel span {
    font-size: 24px;
}


.nav {
    overflow: hidden;
    background: #0051d3;
}
.index_nav {
    width: 1380px;
    margin: 0 auto;
    height: 50px;
    overflow: hidden;
}

.index_nav li {
    float: left;
    line-height: 50px;
    height: 50px;
    padding: 0px 18px;
}

.index_nav li a {
    display: inline-block;
    color: #fff;
}

.index_nav li:hover {
    background: #0666ff;
    transition: 0.8s;
}


/* 底部css */
.footer {
    width: 100%;
    background: #0051d3;
    color: #fff;
    overflow: hidden;
}
.foot_a {
    width: 1380px;
    margin: 0 auto;
}
.f_nav {
    margin-bottom: 15px;
    border-bottom: 1px dotted #2e75e6;
}

.f_nav a {
    display: inline-block;
    margin: 0 15px;
    color: #fff;
    line-height: 40px;
    height: 40px;
}
.f_nav a:hover {
    color: #b5d1ff;
    transition: 0.8s;
}
.f_nav i {
    border-left: 1px solid #d3d3d3;
    height: 10px;
    display: inline-block;
}
.f_info {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 10px;
}
.lx_txt {
    float: left;
    width: 600px;
    height: 100px;
}
.lx_txt p {
    line-height: 38px;
    font-size: 14px;
}
.lx_txt a:hover{
    color: #b5d1ff;
    transition: 0.8s;
}
.ft_ewm {
    float: right;
    text-align: center;
}
.ft_ewm li {
    float: left;
    width: 180px;
    margin-right: 5px;
}
.ft_ewm img {
    width: 180px;
    padding: 10px 30px;
}
.zs_link_list a:hover{
    transition: 0.8s;
    color:  #0666ff;
}

li.grid_iteam p:hover{
    transition: 0.8s;
    color:  #0666ff;
}

/* 页面分类 */
.index_liu {
    width: 100%;
    overflow: hidden;
}
.index_fl {
    width: 1380px;
    margin: 0 auto;
    overflow: hidden;
}
.index_fl_l {
    float: left;
    line-height: 40px;
    margin-top: 5px;
}

.index_fl_r {
    float: left;
    line-height: 40px;
    margin-left: 20px;
    margin-top: 5px;
}

.index_fl_r li {
    float: left;
}

.index_fl_l span {
    padding: 6px 10px;
    background: #0051d3;
    color: #fff;
    border-radius: 2px;
}

.index_fl_r li a {
    padding: 6px 10px;
    line-height: 40px;
    height: 40px;
}

.index_fl_r li a:hover {
    padding: 6px 10px;
    background: #0051d3;
    color: #fff;
    border-radius: 2px;
    transition: 0.8s;
}
/* 广告css */
.index_ad_tl {
    width: 100%;
    margin: 0 auto;
}

.index_ad_tl img {
width: 100%;
    height: auto;
}


/* mbx */
.breadCrumb {
    line-height: 50px;
    background: #f1f1f1;
    padding: 0px 10px;
}

.breadCrumb a {
    margin-right: 5px;
    margin-left: 5px;
}
.breadCrumb a:hover{
    color: #0666ff;
    transition: 0.8s;
}

.wt {
    width: 100%;
}

.wt span {
    line-height: 60px;
    width: 350px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    background: #f1f1f1;
    font-size: 22px;
}
.box_tit {
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #0051d3;
    margin-top: 15px;
}
.box_tit a{
        font-weight: bold;
}
.box_list li {
    line-height: 35px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0px 5px;
    border-radius: 2px;
}
.box_list li:hover{
    background: #0666ff;
    transition: 0.8s;
    color: #fff;
}

.box_list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 页码部分 */
.page {
    width: 1400px;
    width: 100%;
    margin: auto;
	overflow: hidden;
    margin-bottom: 30px;
}
.pagnation {
    text-align: center;
    margin-top: 32px;
}

.pagnation a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    background: url(../images/page.png) no-repeat 0 -29px;
    margin-left: 4px;
    font-size: 16px;
    vertical-align: top;
	    border: 1px solid #ececec;
    border-radius: 25px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.pagnation a:hover {
    background-position: 0 -64px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #0666ff;
    border-radius: 25px;
	-webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}

.pagnation .page-prev,
.pagnation .page-next {
    line-height: 555px;
}

.pagnation .page-prev {
    background-position: -35px -29px;
	    border: 1px solid #ececec;
    border-radius: 25px;
}

.pagnation .page-prev:hover {
    background-position: -35px -64px;
    border: 1px solid #0666ff;
    border-radius: 25px;
}

.pagnation .page-next {
    background-position: -70px -29px;
}

.pagnation .page-next:hover {
    background-position: -70px -64px;
    border: 1px solid #0666ff;
    border-radius: 25px;
}

.pagnation .current {
    background-position: 0px -64px;
    color: #fff;
    border: 1px solid #0666ff;
    border-radius: 25px;
}

.pagnation-tips {
    margin-top: 10px;
    color: #999;
    text-align: center
}





/*幻灯片开始*/

     /* slidebox */
        .slidebox {
            width: 620px;
            height: 340px;
            overflow: hidden;
            position: relative;
            border: solid 1px #ddd;
            margin: 20px auto;
        }
    
        .slidepic {
            position: absolute;
        }
    
        /* 必要元素 */
        .slidepic li {
            height: 340px;
            overflow: hidden;
        }
    
        .slidebtn {
            position: absolute;
            bottom: 10px;
            right: 10px;
            float: right;
        }
    
        .slidebtn li {
            background: #fff;
            border: 1px solid #D00000;
            cursor: pointer;
            float: left;
            font-family: arial;
            height: 18px;
            line-height: 18px;
            width: 18px;
            margin: 4px;
            text-align: center;
            color: #D00000;
        }
    
        .slidebtn li.current {
            background: #FF0000;
            border: 1px solid #D00000;
            height: 24px;
            line-height: 24px;
            width: 24px;
            margin: 0 2px;
            color: #fff;
            font-weight: 800;
        }
    
        /* l_banenr_a */
        .l_banenr {
            width: 1000px;
            height: 320px;
            overflow: hidden;
            position: relative;
            border: solid 1px #ddd;
        }
    
        .l_banenr_a {
            position: absolute;
            width: 9999em;
        }
    
        /* 必要元素 */
        .l_banenr_a li {
            height: 320px;
            overflow: hidden;
            float: left;
        }
    
        ul.l_banenr_a img {
            width: 1000px;
            height: 320px;
        }
    
        .l_banenr_bnt {
            position: absolute;
            bottom: 10px;
            left: 30px;
            float: left;
        }
    
        .l_banenr_bnt li {
            background: #fff;
            border: 1px solid #ffffff;
            cursor: pointer;
            float: left;
            font-family: arial;
            text-align: center;
            color: #D00000;
            height: 24px;
            line-height: 24px;
            width: 50px;
            margin: 0 2px;
        }
    
        .l_banenr_bnt li.current {
            background: #0051d3;
            border: 1px solid #3F51B5;
            height: 24px;
            line-height: 24px;
            width: 50px;
            margin: 0 2px;
            color: #fff;
            font-weight: 800;
        }
    
        /* slides */
        .slides {
            position: relative;
            width: 620px;
            height: 340px;
            overflow: hidden;
            margin: 0 auto;
            border: solid 1px #ddd;
        }
    
        .slide-pic {
            overflow: hidden;
            width: 620px;
        }
    
        .slide-pic li {
            display: none;
        }
    
        /* 必要元素 */
        .slide-pic li.current {
            display: block;
        }
    
        /* 必要元素 */
        .slide-li {
            left: 0px;
            bottom: 1px;
            position: absolute;
        }
    
        /* 必要元素 */
        .slide-li li {
            float: left;
            width: 154px;
            line-height: 30px;
            margin-right: 1px;
            height: 30px;
            text-align: center;
        }
    
        .slide-li a {
            display: block;
            font-size: 14px;
            color: #fff;
            height: 30px;
            text-decoration: none;
        }
    
        .slide-li li.current a {
            color: #333;
            text-decoration: none;
        }
    
        .op {
            filter: alpha(opacity=60);
            opacity: 0.6;
        }
    
        .op li {
            background: #666;
        }
    
        .op li.current {
            background: #fff;
        }
        
        
        
.index_pm_c {
    width: 100%;
    overflow: hidden;
}

.index_pm_t {
    border-bottom: 1px solid #f6f6f6;
    overflow: hidden;
}

.index_pm_t h2 {
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    color: #000000;
    font-weight: bold;
}

.index_pm_t h2:before {
    content: '';
    display: inline-block;
    height: 2px;
    width: 73px;
    background-color: #0051d3;
    position: absolute;
    top: 38px;
    left: 0;
}

.index_pm_list li {
    width: 100%;
    position: relative;
    float: left;
    display: inline-block;
    /* margin-right: 10px; */
    margin-left: 16px;
    padding: 2px 0px;
    line-height: 22px;
    border-bottom: 1px solid #f1f1f1;
}

.index_pm_list li a {
    padding: 7px 0px;
    width: 97%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_n a {color: #0051d3;font-weight: 600;}